import os
from OCC.Core.gp import gp_Dir
from OCC.Display.WebGl.jupyter_renderer import JupyterRenderer
from OCC.Extend.DataExchange import read_step_file, export_shape_to_svg
from OCC.Display.WebGl.x3dom_renderer import X3DExporter
help(X3DExporter)
Help on class X3DExporter in module OCC.Display.WebGl.x3dom_renderer: class X3DExporter(builtins.object) | X3DExporter(shape, vertex_shader, fragment_shader, export_edges, color, specular_color, shininess, transparency, line_color, line_width, mesh_quality) | | A class for exporting a TopoDS_Shape to an x3d file | | Methods defined here: | | __init__(self, shape, vertex_shader, fragment_shader, export_edges, color, specular_color, shininess, transparency, line_color, line_width, mesh_quality) | Initialize self. See help(type(self)) for accurate signature. | | compute(self) | | to_x3dfile_string(self, shape_id) | | write_to_file(self, filename, shape_id) | | ---------------------------------------------------------------------- | Data descriptors defined here: | | __dict__ | dictionary for instance variables (if defined) | | __weakref__ | list of weak references to the object (if defined)
shp = read_step_file(os.path.join('..','assets', 'step', 'VentilatorAP203.step'))
x3dexp = X3DExporter(shp, None, None, True, (1,1,0), (0,0,0), 0, 0, (0,0,0), 2, 1)
x3dexp.compute()
len(x3dexp._triangle_sets)
1
x3d=x3dexp.to_x3dfile_string(0)
print(x3d)
<?xml version='1.0' encoding='utf8'?> <X3D xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" profile="Immersive" version="3.3" xsi:noNamespaceSchemaLocation="http://www.web3d.org/specifications/x3d-3.3.xsd"> <head> <meta content="pythonocc-7.4.0 X3D exporter (www.pythonocc.org)" name="generator" /> <meta content="pythonocc-7.4.0 generator" name="creator" /> <meta content="http://www.pythonocc.org" name="identifier" /> <meta content="pythonocc-7.4.0 x3dom based shape rendering" name="description" /> </head> <Scene> <Switch id="swBRP" whichChoice="0"><Transform scale="1 1 1"><Shape DEF="shape0" onclick="select(this);"><Appearance> <Material diffuseColor="1 1 0" id="color" shininess="0" specularColor="0 0 0" transparency="0"> </Material> </Appearance> <TriangleSet solid="false"> <Coordinate point="-3.03686 -11.4926 0 -6.69235 -12.2503 -0.0429499 -5.69899 -10.4319 0 -4.62125 -17.4886 -0.386106 -7.68401 -14.0655 -0.171726 -6.69235 -12.2503 -0.0429499 -4.62125 -17.4886 -0.386106 -8.67226 -15.8745 -0.386106 -7.68401 -14.0655 -0.171726 -4.62125 -17.4886 -0.386106 -6.69235 -12.2503 -0.0429499 -3.03686 -11.4926 0 6.69235 12.2503 -0.0429499 8.02991 8.76493 0 5.69899 10.4319 0 -0.267296 -16.0253 -0.17175 -0.198245 -11.8855 0 2.65189 -11.5875 0 -0.267296 -16.0253 -0.17175 -3.03686 -11.4926 0 -0.198245 -11.8855 0 -0.267296 -16.0253 -0.17175 4.03544 -17.633 -0.386106 -0.301673 -18.0863 -0.386106 -0.267296 -16.0253 -0.17175 -0.301673 -18.0863 -0.386106 -4.62125 -17.4886 -0.386106 -0.267296 -16.0253 -0.17175 -4.62125 -17.4886 -0.386106 -3.03686 -11.4926 0 -0.267296 -16.0253 -0.17175 2.65189 -11.5875 0 4.03544 -17.633 -0.386106 7.21065 -14.3139 -0.17175 5.34791 -10.6162 0 7.73313 -9.02785 0 7.21065 -14.3139 -0.17175 2.65189 -11.5875 0 5.34791 -10.6162 0 7.21065 -14.3139 -0.17175 11.7677 -13.7379 -0.386106 8.13802 -16.1548 -0.386106 7.21065 -14.3139 -0.17175 8.13802 -16.1548 -0.386106 4.03544 -17.633 -0.386106 7.21065 -14.3139 -0.17175 4.03544 -17.633 -0.386106 2.65189 -11.5875 0 7.21065 -14.3139 -0.17175 7.73313 -9.02785 0 11.7677 -13.7379 -0.386106 13.0367 -9.32339 -0.17175 9.66893 -6.91486 0 11.0428 -4.4 0 13.0367 -9.32339 -0.17175 7.73313 -9.02785 0 9.66893 -6.91486 0 13.0367 -9.32339 -0.17175 16.804 -6.69557 -0.386106 14.7134 -10.5225 -0.386106 13.0367 -9.32339 -0.17175 14.7134 -10.5225 -0.386106 11.7677 -13.7379 -0.386106 13.0367 -9.32339 -0.17175 11.7677 -13.7379 -0.386106 7.73313 -9.02785 0 13.0367 -9.32339 -0.17175 11.0428 -4.4 0 16.804 -6.69557 -0.386106 15.8762 -2.19698 -0.17175 11.7749 -1.62943 0 11.8227 1.23583 0 15.8762 -2.19698 -0.17175 11.0428 -4.4 0 11.7749 -1.62943 0 15.8762 -2.19698 -0.17175 17.9908 1.88059 -0.386106 17.9181 -2.47954 -0.386106 15.8762 -2.19698 -0.17175 17.9181 -2.47954 -0.386106 16.804 -6.69557 -0.386106 15.8762 -2.19698 -0.17175 16.804 -6.69557 -0.386106 11.0428 -4.4 0 15.8762 -2.19698 -0.17175 11.8227 1.23583 0 17.9908 1.88059 -0.386106 15.0787 5.43272 -0.17175 11.1834 4.02928 0 9.89416 6.58856 0 15.0787 5.43272 -0.17175 11.8227 1.23583 0 11.1834 4.02928 0 15.0787 5.43272 -0.17175 15.0561 10.0259 -0.386106 17.018 6.13143 -0.386106 15.0787 5.43272 -0.17175 17.018 6.13143 -0.386106 17.9908 1.88059 -0.386106 15.0787 5.43272 -0.17175 17.9908 1.88059 -0.386106 11.8227 1.23583 0 15.0787 5.43272 -0.17175 9.89416 6.58856 0 15.0561 10.0259 -0.386106 10.8268 11.8179 -0.17175 9.89416 6.58856 0 8.02991 8.76493 0 10.8268 11.8179 -0.17175 6.69235 12.2503 -0.0429499 7.68401 14.0655 -0.171726 10.8268 11.8179 -0.17175 7.68401 14.0655 -0.171726 8.67226 15.8745 -0.386106 10.8268 11.8179 -0.17175 8.67226 15.8745 -0.386106 12.2193 13.3378 -0.386106 10.8268 11.8179 -0.17175 12.2193 13.3378 -0.386106 15.0561 10.0259 -0.386106 10.8268 11.8179 -0.17175 15.0561 10.0259 -0.386106 9.89416 6.58856 0 10.8268 11.8179 -0.17175 8.02991 8.76493 0 6.69235 12.2503 -0.0429499 3.03686 11.4926 0 6.69235 12.2503 -0.0429499 5.69899 10.4319 0 4.62125 17.4886 -0.386106 7.68401 14.0655 -0.171726 6.69235 12.2503 -0.0429499 4.62125 17.4886 -0.386106 8.67226 15.8745 -0.386106 7.68401 14.0655 -0.171726 4.62125 17.4886 -0.386106 6.69235 12.2503 -0.0429499 3.03686 11.4926 0 -6.69235 -12.2503 -0.0429499 -8.02991 -8.76493 0 -5.69899 -10.4319 0 0.267296 16.0253 -0.17175 0.198245 11.8855 0 -2.65189 11.5875 0 0.267296 16.0253 -0.17175 3.03686 11.4926 0 0.198245 11.8855 0 0.267296 16.0253 -0.17175 -4.03544 17.633 -0.386106 0.301673 18.0863 -0.386106 0.267296 16.0253 -0.17175 0.301673 18.0863 -0.386106 4.62125 17.4886 -0.386106 0.267296 16.0253 -0.17175 4.62125 17.4886 -0.386106 3.03686 11.4926 0 0.267296 16.0253 -0.17175 -2.65189 11.5875 0 -4.03544 17.633 -0.386106 -7.21065 14.3139 -0.17175 -5.34791 10.6162 0 -7.73313 9.02785 0 -7.21065 14.3139 -0.17175 -2.65189 11.5875 0 -5.34791 10.6162 0 -7.21065 14.3139 -0.17175 -11.7677 13.7379 -0.386106 -8.13802 16.1548 -0.386106 -7.21065 14.3139 -0.17175 -8.13802 16.1548 -0.386106 -4.03544 17.633 -0.386106 -7.21065 14.3139 -0.17175 -4.03544 17.633 -0.386106 -2.65189 11.5875 0 -7.21065 14.3139 -0.17175 -7.73313 9.02785 0 -11.7677 13.7379 -0.386106 -13.0367 9.32339 -0.17175 -9.66893 6.91486 0 -11.0428 4.4 0 -13.0367 9.32339 -0.17175 -7.73313 9.02785 0 -9.66893 6.91486 0 -13.0367 9.32339 -0.17175 -16.804 6.69557 -0.386106 -14.7134 10.5225 -0.386106 -13.0367 9.32339 -0.17175 -14.7134 10.5225 -0.386106 -11.7677 13.7379 -0.386106 -13.0367 9.32339 -0.17175 -11.7677 13.7379 -0.386106 -7.73313 9.02785 0 -13.0367 9.32339 -0.17175 -11.0428 4.4 0 -16.804 6.69557 -0.386106 -15.8762 2.19698 -0.17175 -11.7749 1.62943 0 -11.8227 -1.23583 0 -15.8762 2.19698 -0.17175 -11.0428 4.4 0 -11.7749 1.62943 0 -15.8762 2.19698 -0.17175 -17.9908 -1.88059 -0.386106 -17.9181 2.47954 -0.386106 -15.8762 2.19698 -0.17175 -17.9181 2.47954 -0.386106 -16.804 6.69557 -0.386106 -15.8762 2.19698 -0.17175 -16.804 6.69557 -0.386106 -11.0428 4.4 0 -15.8762 2.19698 -0.17175 -11.8227 -1.23583 0 -17.9908 -1.88059 -0.386106 -15.0787 -5.43272 -0.17175 -11.1834 -4.02928 0 -9.89416 -6.58856 0 -15.0787 -5.43272 -0.17175 -11.8227 -1.23583 0 -11.1834 -4.02928 0 -15.0787 -5.43272 -0.17175 -15.0561 -10.0259 -0.386106 -17.018 -6.13143 -0.386106 -15.0787 -5.43272 -0.17175 -17.018 -6.13143 -0.386106 -17.9908 -1.88059 -0.386106 -15.0787 -5.43272 -0.17175 -17.9908 -1.88059 -0.386106 -11.8227 -1.23583 0 -15.0787 -5.43272 -0.17175 -9.89416 -6.58856 0 -15.0561 -10.0259 -0.386106 -10.8268 -11.8179 -0.17175 -9.89416 -6.58856 0 -8.02991 -8.76493 0 -10.8268 -11.8179 -0.17175 -6.69235 -12.2503 -0.0429499 -7.68401 -14.0655 -0.171726 -10.8268 -11.8179 -0.17175 -7.68401 -14.0655 -0.171726 -8.67226 -15.8745 -0.386106 -10.8268 -11.8179 -0.17175 -8.67226 -15.8745 -0.386106 -12.2193 -13.3378 -0.386106 -10.8268 -11.8179 -0.17175 -12.2193 -13.3378 -0.386106 -15.0561 -10.0259 -0.386106 -10.8268 -11.8179 -0.17175 -15.0561 -10.0259 -0.386106 -9.89416 -6.58856 0 -10.8268 -11.8179 -0.17175 -8.02991 -8.76493 0 -6.69235 -12.2503 -0.0429499 12.2193 13.3378 -0.386106 8.67226 15.8745 -0.386106 10.5048 19.2288 -0.863894 14.8013 16.1561 -0.863894 12.2193 13.3378 -0.386106 10.5048 19.2288 -0.863894 18.2376 12.1445 -0.863894 15.0561 10.0259 -0.386106 12.2193 13.3378 -0.386106 18.2376 12.1445 -0.863894 12.2193 13.3378 -0.386106 14.8013 16.1561 -0.863894 17.018 6.13143 -0.386106 15.0561 10.0259 -0.386106 18.2376 12.1445 -0.863894 20.614 7.42705 -0.863894 17.018 6.13143 -0.386106 18.2376 12.1445 -0.863894 21.7924 2.27798 -0.863894 17.9908 1.88059 -0.386106 17.018 6.13143 -0.386106 21.7924 2.27798 -0.863894 17.018 6.13143 -0.386106 20.614 7.42705 -0.863894 17.9181 -2.47954 -0.386106 17.9908 1.88059 -0.386106 21.7924 2.27798 -0.863894 21.7043 -3.00348 -0.863894 17.9181 -2.47954 -0.386106 21.7924 2.27798 -0.863894 20.3549 -8.11039 -0.863894 16.804 -6.69557 -0.386106 17.9181 -2.47954 -0.386106 20.3549 -8.11039 -0.863894 17.9181 -2.47954 -0.386106 21.7043 -3.00348 -0.863894 17.8224 -12.746 -0.863894 14.7134 -10.5225 -0.386106 16.804 -6.69557 -0.386106 17.8224 -12.746 -0.863894 16.804 -6.69557 -0.386106 20.3549 -8.11039 -0.863894 14.2542 -16.6408 -0.863894 11.7677 -13.7379 -0.386106 14.7134 -10.5225 -0.386106 14.2542 -16.6408 -0.863894 14.7134 -10.5225 -0.386106 17.8224 -12.746 -0.863894 8.13802 -16.1548 -0.386106 11.7677 -13.7379 -0.386106 14.2542 -16.6408 -0.863894 9.85764 -19.5685 -0.863894 8.13802 -16.1548 -0.386106 14.2542 -16.6408 -0.863894 4.88815 -21.3589 -0.863894 4.03544 -17.633 -0.386106 8.13802 -16.1548 -0.386106 4.88815 -21.3589 -0.863894 8.13802 -16.1548 -0.386106 9.85764 -19.5685 -0.863894 -0.365418 -21.9081 -0.863894 -0.301673 -18.0863 -0.386106 4.03544 -17.633 -0.386106 -0.365418 -21.9081 -0.863894 4.03544 -17.633 -0.386106 4.88815 -21.3589 -0.863894 -5.59775 -21.184 -0.863894 -4.62125 -17.4886 -0.386106 -0.301673 -18.0863 -0.386106 -5.59775 -21.184 -0.863894 -0.301673 -18.0863 -0.386106 -0.365418 -21.9081 -0.863894 -10.5048 -19.2288 -0.863894 -8.67226 -15.8745 -0.386106 -4.62125 -17.4886 -0.386106 -10.5048 -19.2288 -0.863894 -4.62125 -17.4886 -0.386106 -5.59775 -21.184 -0.863894 -4.84658 5.65802 0 -7.73313 9.02785 0 -5.34791 10.6162 0 -6.0598 4.33375 0 -9.66893 6.91486 0 -7.73313 9.02785 0 -6.0598 4.33375 0 -7.73313 9.02785 0 -4.84658 5.65802 0 -3.35169 6.65347 0 -5.34791 10.6162 0 -2.65189 11.5875 0 -3.35169 6.65347 0 -4.84658 5.65802 0 -5.34791 10.6162 0 -6.92084 2.75761 0 -11.0428 4.4 0 -9.66893 6.91486 0 -6.92084 2.75761 0 -9.66893 6.91486 0 -6.0598 4.33375 0 -1.66202 7.26224 0 -2.65189 11.5875 0 0.198245 11.8855 0 -1.66202 7.26224 0 -3.35169 6.65347 0 -2.65189 11.5875 0 -7.37968 1.02121 0 -11.7749 1.62943 0 -11.0428 4.4 0 -7.37968 1.02121 0 -11.0428 4.4 0 -6.92084 2.75761 0 0.124246 7.44896 0 0.198245 11.8855 0 3.03686 11.4926 0 0.124246 7.44896 0 -1.66202 7.26224 0 0.198245 11.8855 0 -7.40963 -0.774534 0 -11.8227 -1.23583 0 -11.7749 1.62943 0 -7.40963 -0.774534 0 -11.7749 1.62943 0 -7.37968 1.02121 0 1.90329 7.20278 0 0.124246 7.44896 0 3.03686 11.4926 0 5.69899 10.4319 0 1.90329 7.20278 0 3.03686 11.4926 0 -7.00896 -2.52527 0 -11.1834 -4.02928 0 -11.8227 -1.23583 0 -7.00896 -2.52527 0 -11.8227 -1.23583 0 -7.40963 -0.774534 0 3.57172 6.53799 0 1.90329 7.20278 0 5.69899 10.4319 0 -6.20096 -4.12924 0 -9.89416 -6.58856 0 -11.1834 -4.02928 0 -6.20096 -4.12924 0 -11.1834 -4.02928 0 -7.00896 -2.52527 0 8.02991 8.76493 0 3.57172 6.53799 0 5.69899 10.4319 0 5.03258 5.49324 0 3.57172 6.53799 0 8.02991 8.76493 0 -5.03258 -5.49324 0 -9.89416 -6.58856 0 -6.20096 -4.12924 0 -8.02991 -8.76493 0 -9.89416 -6.58856 0 -5.03258 -5.49324 0 -3.57172 -6.53799 0 -8.02991 -8.76493 0 -5.03258 -5.49324 0 9.89416 6.58856 0 5.03258 5.49324 0 8.02991 8.76493 0 9.89416 6.58856 0 6.20096 4.12924 0 5.03258 5.49324 0 -5.69899 -10.4319 0 -8.02991 -8.76493 0 -3.57172 -6.53799 0 -1.90329 -7.20278 0 -5.69899 -10.4319 0 -3.57172 -6.53799 0 11.1834 4.02928 0 6.20096 4.12924 0 9.89416 6.58856 0 11.1834 4.02928 0 7.00896 2.52527 0 6.20096 4.12924 0 -3.03686 -11.4926 0 -5.69899 -10.4319 0 -1.90329 -7.20278 0 -3.03686 -11.4926 0 -1.90329 -7.20278 0 -0.124246 -7.44896 0 11.8227 1.23583 0 7.00896 2.52527 0 11.1834 4.02928 0 11.8227 1.23583 0 7.40963 0.774534 0 7.00896 2.52527 0 -0.198245 -11.8855 0 -3.03686 -11.4926 0 -0.124246 -7.44896 0 -0.198245 -11.8855 0 -0.124246 -7.44896 0 1.66202 -7.26224 0 11.7749 -1.62943 0 7.40963 0.774534 0 11.8227 1.23583 0 11.7749 -1.62943 0 7.37968 -1.02121 0 7.40963 0.774534 0 2.65189 -11.5875 0 1.66202 -7.26224 0 3.35169 -6.65347 0 2.65189 -11.5875 0 -0.198245 -11.8855 0 1.66202 -7.26224 0 11.0428 -4.4 0 6.92084 -2.75761 0 7.37968 -1.02121 0 11.0428 -4.4 0 7.37968 -1.02121 0 11.7749 -1.62943 0 5.34791 -10.6162 0 3.35169 -6.65347 0 4.84658 -5.65802 0 5.34791 -10.6162 0 2.65189 -11.5875 0 3.35169 -6.65347 0 9.66893 -6.91486 0 6.0598 -4.33375 0 6.92084 -2.75761 0 9.66893 -6.91486 0 6.92084 -2.75761 0 11.0428 -4.4 0 7.73313 -9.02785 0 5.34791 -10.6162 0 4.84658 -5.65802 0 7.73313 -9.02785 0 4.84658 -5.65802 0 6.0598 -4.33375 0 7.73313 -9.02785 0 6.0598 -4.33375 0 9.66893 -6.91486 0 -12.2193 -13.3378 -0.386106 -8.67226 -15.8745 -0.386106 -10.5048 -19.2288 -0.863894 -14.8013 -16.1561 -0.863894 -12.2193 -13.3378 -0.386106 -10.5048 -19.2288 -0.863894 -18.2376 -12.1445 -0.863894 -15.0561 -10.0259 -0.386106 -12.2193 -13.3378 -0.386106 -18.2376 -12.1445 -0.863894 -12.2193 -13.3378 -0.386106 -14.8013 -16.1561 -0.863894 -20.614 -7.42705 -0.863894 -17.018 -6.13143 -0.386106 -15.0561 -10.0259 -0.386106 -20.614 -7.42705 -0.863894 -15.0561 -10.0259 -0.386106 -18.2376 -12.1445 -0.863894 -21.7924 -2.27798 -0.863894 -17.9908 -1.88059 -0.386106 -17.018 -6.13143 -0.386106 -21.7924 -2.27798 -0.863894 -17.018 -6.13143 -0.386106 -20.614 -7.42705 -0.863894 -21.7043 3.00348 -0.863894 -17.9181 2.47954 -0.386106 -17.9908 -1.88059 -0.386106 -21.7043 3.00348 -0.863894 -17.9908 -1.88059 -0.386106 -21.7924 -2.27798 -0.863894 -20.3549 8.11039 -0.863894 -16.804 6.69557 -0.386106 -17.9181 2.47954 -0.386106 -20.3549 8.11039 -0.863894 -17.9181 2.47954 -0.386106 -21.7043 3.00348 -0.863894 -17.8224 12.746 -0.863894 -14.7134 10.5225 -0.386106 -16.804 6.69557 -0.386106 -17.8224 12.746 -0.863894 -16.804 6.69557 -0.386106 -20.3549 8.11039 -0.863894 -14.2542 16.6408 -0.863894 -11.7677 13.7379 -0.386106 -14.7134 10.5225 -0.386106 -14.2542 16.6408 -0.863894 -14.7134 10.5225 -0.386106 -17.8224 12.746 -0.863894 -9.85764 19.5685 -0.863894 -8.13802 16.1548 -0.386106 -11.7677 13.7379 -0.386106 -9.85764 19.5685 -0.863894 -11.7677 13.7379 -0.386106 -14.2542 16.6408 -0.863894 -4.88815 21.3589 -0.863894 -4.03544 17.633 -0.386106 -8.13802 16.1548 -0.386106 -4.88815 21.3589 -0.863894 -8.13802 16.1548 -0.386106 -9.85764 19.5685 -0.863894 0.365418 21.9081 -0.863894 0.301673 18.0863 -0.386106 -4.03544 17.633 -0.386106 0.365418 21.9081 -0.863894 -4.03544 17.633 -0.386106 -4.88815 21.3589 -0.863894 5.59775 21.184 -0.863894 4.62125 17.4886 -0.386106 0.301673 18.0863 -0.386106 5.59775 21.184 -0.863894 0.301673 18.0863 -0.386106 0.365418 21.9081 -0.863894 10.5048 19.2288 -0.863894 8.67226 15.8745 -0.386106 4.62125 17.4886 -0.386106 10.5048 19.2288 -0.863894 4.62125 17.4886 -0.386106 5.59775 21.184 -0.863894 -7.18214 -27.18 -1.25 -13.478 -24.6714 -1.25 -12.4847 -22.853 -1.20705 -5.59775 -21.184 -0.863894 -12.4847 -22.853 -1.20705 -11.493 -21.0378 -1.07827 -5.59775 -21.184 -0.863894 -11.493 -21.0378 -1.07827 -10.5048 -19.2288 -0.863894 -5.59775 -21.184 -0.863894 -7.18214 -27.18 -1.25 -12.4847 -22.853 -1.20705 12.4847 22.853 -1.20705 13.478 24.6714 -1.25 18.9906 20.729 -1.25 10.5048 19.2288 -0.863894 11.493 21.0378 -1.07827 14.8013 16.1561 -0.863894 -0.399796 -23.9691 -1.07825 6.2717 -27.4044 -1.25 -0.468846 -28.109 -1.25 -0.399796 -23.9691 -1.07825 -0.468846 -28.109 -1.25 -7.18214 -27.18 -1.25 -0.399796 -23.9691 -1.07825 -0.365418 -21.9081 -0.863894 4.88815 -21.3589 -0.863894 -0.399796 -23.9691 -1.07825 -5.59775 -21.184 -0.863894 -0.365418 -21.9081 -0.863894 -0.399796 -23.9691 -1.07825 -7.18214 -27.18 -1.25 -5.59775 -21.184 -0.863894 -0.399796 -23.9691 -1.07825 4.88815 -21.3589 -0.863894 6.2717 -27.4044 -1.25 10.785 -21.4094 -1.07825 18.2888 -21.3508 -1.25 12.6477 -25.1071 -1.25 10.785 -21.4094 -1.07825 12.6477 -25.1071 -1.25 6.2717 -27.4044 -1.25 10.785 -21.4094 -1.07825 9.85764 -19.5685 -0.863894 14.2542 -16.6408 -0.863894 10.785 -21.4094 -1.07825 4.88815 -21.3589 -0.863894 9.85764 -19.5685 -0.863894 10.785 -21.4094 -1.07825 6.2717 -27.4044 -1.25 4.88815 -21.3589 -0.863894 10.785 -21.4094 -1.07825 14.2542 -16.6408 -0.863894 18.2888 -21.3508 -1.25 19.4991 -13.945 -1.07825 26.1161 -10.406 -1.25 22.8669 -16.3536 -1.25 19.4991 -13.945 -1.07825 22.8669 -16.3536 -1.25 18.2888 -21.3508 -1.25 19.4991 -13.945 -1.07825 17.8224 -12.746 -0.863894 20.3549 -8.11039 -0.863894 19.4991 -13.945 -1.07825 14.2542 -16.6408 -0.863894 17.8224 -12.746 -0.863894 19.4991 -13.945 -1.07825 18.2888 -21.3508 -1.25 14.2542 -16.6408 -0.863894 19.4991 -13.945 -1.07825 20.3549 -8.11039 -0.863894 26.1161 -10.406 -1.25 23.7462 -3.28604 -1.07825 27.9605 2.92273 -1.25 27.8475 -3.85359 -1.25 23.7462 -3.28604 -1.07825 27.8475 -3.85359 -1.25 26.1161 -10.406 -1.25 23.7462 -3.28604 -1.07825 21.7043 -3.00348 -0.863894 21.7924 2.27798 -0.863894 23.7462 -3.28604 -1.07825 20.3549 -8.11039 -0.863894 21.7043 -3.00348 -0.863894 23.7462 -3.28604 -1.07825 26.1161 -10.406 -1.25 20.3549 -8.11039 -0.863894 23.7462 -3.28604 -1.07825 21.7924 2.27798 -0.863894 27.9605 2.92273 -1.25 22.5533 8.12576 -1.07825 23.3996 15.5819 -1.25 26.4486 9.5292 -1.25 22.5533 8.12576 -1.07825 26.4486 9.5292 -1.25 27.9605 2.92273 -1.25 22.5533 8.12576 -1.07825 20.614 7.42705 -0.863894 18.2376 12.1445 -0.863894 22.5533 8.12576 -1.07825 21.7924 2.27798 -0.863894 20.614 7.42705 -0.863894 22.5533 8.12576 -1.07825 27.9605 2.92273 -1.25 21.7924 2.27798 -0.863894 22.5533 8.12576 -1.07825 18.2376 12.1445 -0.863894 23.3996 15.5819 -1.25 16.1937 17.676 -1.07825 18.9906 20.729 -1.25 23.3996 15.5819 -1.25 16.1937 17.676 -1.07825 11.493 21.0378 -1.07827 12.4847 22.853 -1.20705 16.1937 17.676 -1.07825 18.2376 12.1445 -0.863894 14.8013 16.1561 -0.863894 16.1937 17.676 -1.07825 23.3996 15.5819 -1.25 18.2376 12.1445 -0.863894 16.1937 17.676 -1.07825 12.4847 22.853 -1.20705 18.9906 20.729 -1.25 16.1937 17.676 -1.07825 14.8013 16.1561 -0.863894 11.493 21.0378 -1.07827 3.57172 6.53799 0 5.03258 5.49324 2.2 3.57172 6.53799 2.2 5.03258 5.49324 0 5.03258 5.49324 2.2 3.57172 6.53799 0 6.20096 4.12924 0 6.20096 4.12924 2.2 5.03258 5.49324 2.2 6.20096 4.12924 0 7.00896 2.52527 2.2 6.20096 4.12924 2.2 6.20096 4.12924 0 5.03258 5.49324 2.2 5.03258 5.49324 0 7.00896 2.52527 0 7.00896 2.52527 2.2 6.20096 4.12924 0 7.40963 0.774534 0 7.40963 0.774534 2.2 7.00896 2.52527 2.2 7.40963 0.774534 0 7.37968 -1.02121 2.2 7.40963 0.774534 2.2 7.40963 0.774534 0 7.00896 2.52527 2.2 7.00896 2.52527 0 7.37968 -1.02121 0 7.37968 -1.02121 2.2 7.40963 0.774534 0 6.92084 -2.75761 0 6.92084 -2.75761 2.2 7.37968 -1.02121 2.2 6.92084 -2.75761 0 7.37968 -1.02121 2.2 7.37968 -1.02121 0 6.0598 -4.33375 0 6.0598 -4.33375 2.2 6.92084 -2.75761 2.2 6.0598 -4.33375 0 6.92084 -2.75761 2.2 6.92084 -2.75761 0 4.84658 -5.65802 0 4.84658 -5.65802 2.2 6.0598 -4.33375 2.2 4.84658 -5.65802 0 6.0598 -4.33375 2.2 6.0598 -4.33375 0 3.35169 -6.65347 0 3.35169 -6.65347 2.2 4.84658 -5.65802 2.2 3.35169 -6.65347 0 4.84658 -5.65802 2.2 4.84658 -5.65802 0 1.66202 -7.26224 0 1.66202 -7.26224 2.2 3.35169 -6.65347 2.2 1.66202 -7.26224 0 3.35169 -6.65347 2.2 3.35169 -6.65347 0 -0.124246 -7.44896 0 -0.124246 -7.44896 2.2 1.66202 -7.26224 2.2 -0.124246 -7.44896 0 1.66202 -7.26224 2.2 1.66202 -7.26224 0 -1.90329 -7.20278 0 -1.90329 -7.20278 2.2 -0.124246 -7.44896 2.2 -1.90329 -7.20278 0 -0.124246 -7.44896 2.2 -0.124246 -7.44896 0 -3.57172 -6.53799 0 -3.57172 -6.53799 2.2 -1.90329 -7.20278 2.2 -3.57172 -6.53799 0 -1.90329 -7.20278 2.2 -1.90329 -7.20278 0 -3.57172 -6.53799 0 -5.03258 -5.49324 2.2 -3.57172 -6.53799 2.2 -5.03258 -5.49324 0 -5.03258 -5.49324 2.2 -3.57172 -6.53799 0 -6.20096 -4.12924 0 -6.20096 -4.12924 2.2 -5.03258 -5.49324 2.2 -6.20096 -4.12924 0 -7.00896 -2.52527 2.2 -6.20096 -4.12924 2.2 -6.20096 -4.12924 0 -5.03258 -5.49324 2.2 -5.03258 -5.49324 0 -7.00896 -2.52527 0 -7.00896 -2.52527 2.2 -6.20096 -4.12924 0 -7.40963 -0.774534 0 -7.40963 -0.774534 2.2 -7.00896 -2.52527 2.2 -7.40963 -0.774534 0 -7.37968 1.02121 2.2 -7.40963 -0.774534 2.2 -7.40963 -0.774534 0 -7.00896 -2.52527 2.2 -7.00896 -2.52527 0 -7.37968 1.02121 0 -7.37968 1.02121 2.2 -7.40963 -0.774534 0 -6.92084 2.75761 0 -6.92084 2.75761 2.2 -7.37968 1.02121 2.2 -6.92084 2.75761 0 -7.37968 1.02121 2.2 -7.37968 1.02121 0 -6.0598 4.33375 0 -6.0598 4.33375 2.2 -6.92084 2.75761 2.2 -6.0598 4.33375 0 -6.92084 2.75761 2.2 -6.92084 2.75761 0 -4.84658 5.65802 0 -4.84658 5.65802 2.2 -6.0598 4.33375 2.2 -4.84658 5.65802 0 -6.0598 4.33375 2.2 -6.0598 4.33375 0 -3.35169 6.65347 0 -3.35169 6.65347 2.2 -4.84658 5.65802 2.2 -3.35169 6.65347 0 -1.66202 7.26224 2.2 -3.35169 6.65347 2.2 -3.35169 6.65347 0 -4.84658 5.65802 2.2 -4.84658 5.65802 0 -1.66202 7.26224 0 -1.66202 7.26224 2.2 -3.35169 6.65347 0 0.124246 7.44896 0 0.124246 7.44896 2.2 -1.66202 7.26224 2.2 0.124246 7.44896 0 -1.66202 7.26224 2.2 -1.66202 7.26224 0 1.90329 7.20278 0 1.90329 7.20278 2.2 0.124246 7.44896 2.2 1.90329 7.20278 0 0.124246 7.44896 2.2 0.124246 7.44896 0 3.57172 6.53799 0 3.57172 6.53799 2.2 1.90329 7.20278 2.2 3.57172 6.53799 0 1.90329 7.20278 2.2 1.90329 7.20278 0 7.18214 27.18 -1.25 13.478 24.6714 -1.25 12.4847 22.853 -1.20705 5.59775 21.184 -0.863894 12.4847 22.853 -1.20705 11.493 21.0378 -1.07827 5.59775 21.184 -0.863894 11.493 21.0378 -1.07827 10.5048 19.2288 -0.863894 5.59775 21.184 -0.863894 7.18214 27.18 -1.25 12.4847 22.853 -1.20705 -12.4847 -22.853 -1.20705 -13.478 -24.6714 -1.25 -18.9906 -20.729 -1.25 -10.5048 -19.2288 -0.863894 -11.493 -21.0378 -1.07827 -14.8013 -16.1561 -0.863894 0.399796 23.9691 -1.07825 -6.2717 27.4044 -1.25 0.468846 28.109 -1.25 0.399796 23.9691 -1.07825 0.468846 28.109 -1.25 7.18214 27.18 -1.25 0.399796 23.9691 -1.07825 0.365418 21.9081 -0.863894 -4.88815 21.3589 -0.863894 0.399796 23.9691 -1.07825 5.59775 21.184 -0.863894 0.365418 21.9081 -0.863894 0.399796 23.9691 -1.07825 7.18214 27.18 -1.25 5.59775 21.184 -0.863894 0.399796 23.9691 -1.07825 -4.88815 21.3589 -0.863894 -6.2717 27.4044 -1.25 -10.785 21.4094 -1.07825 -18.2888 21.3508 -1.25 -12.6477 25.1071 -1.25 -10.785 21.4094 -1.07825 -12.6477 25.1071 -1.25 -6.2717 27.4044 -1.25 -10.785 21.4094 -1.07825 -9.85764 19.5685 -0.863894 -14.2542 16.6408 -0.863894 -10.785 21.4094 -1.07825 -4.88815 21.3589 -0.863894 -9.85764 19.5685 -0.863894 -10.785 21.4094 -1.07825 -6.2717 27.4044 -1.25 -4.88815 21.3589 -0.863894 -10.785 21.4094 -1.07825 -14.2542 16.6408 -0.863894 -18.2888 21.3508 -1.25 -19.4991 13.945 -1.07825 -26.1161 10.406 -1.25 -22.8669 16.3536 -1.25 -19.4991 13.945 -1.07825 -22.8669 16.3536 -1.25 -18.2888 21.3508 -1.25 -19.4991 13.945 -1.07825 -17.8224 12.746 -0.863894 -20.3549 8.11039 -0.863894 -19.4991 13.945 -1.07825 -14.2542 16.6408 -0.863894 -17.8224 12.746 -0.863894 -19.4991 13.945 -1.07825 -18.2888 21.3508 -1.25 -14.2542 16.6408 -0.863894 -19.4991 13.945 -1.07825 -20.3549 8.11039 -0.863894 -26.1161 10.406 -1.25 -23.7462 3.28604 -1.07825 -27.9605 -2.92273 -1.25 -27.8475 3.85359 -1.25 -23.7462 3.28604 -1.07825 -27.8475 3.85359 -1.25 -26.1161 10.406 -1.25 -23.7462 3.28604 -1.07825 -21.7043 3.00348 -0.863894 -21.7924 -2.27798 -0.863894 -23.7462 3.28604 -1.07825 -20.3549 8.11039 -0.863894 -21.7043 3.00348 -0.863894 -23.7462 3.28604 -1.07825 -26.1161 10.406 -1.25 -20.3549 8.11039 -0.863894 -23.7462 3.28604 -1.07825 -21.7924 -2.27798 -0.863894 -27.9605 -2.92273 -1.25 -22.5533 -8.12576 -1.07825 -23.3996 -15.5819 -1.25 -26.4486 -9.5292 -1.25 -22.5533 -8.12576 -1.07825 -26.4486 -9.5292 -1.25 -27.9605 -2.92273 -1.25 -22.5533 -8.12576 -1.07825 -20.614 -7.42705 -0.863894 -18.2376 -12.1445 -0.863894 -22.5533 -8.12576 -1.07825 -21.7924 -2.27798 -0.863894 -20.614 -7.42705 -0.863894 -22.5533 -8.12576 -1.07825 -27.9605 -2.92273 -1.25 -21.7924 -2.27798 -0.863894 -22.5533 -8.12576 -1.07825 -18.2376 -12.1445 -0.863894 -23.3996 -15.5819 -1.25 -16.1937 -17.676 -1.07825 -18.9906 -20.729 -1.25 -23.3996 -15.5819 -1.25 -16.1937 -17.676 -1.07825 -11.493 -21.0378 -1.07827 -12.4847 -22.853 -1.20705 -16.1937 -17.676 -1.07825 -18.2376 -12.1445 -0.863894 -14.8013 -16.1561 -0.863894 -16.1937 -17.676 -1.07825 -23.3996 -15.5819 -1.25 -18.2376 -12.1445 -0.863894 -16.1937 -17.676 -1.07825 -12.4847 -22.853 -1.20705 -18.9906 -20.729 -1.25 -16.1937 -17.676 -1.07825 -14.8013 -16.1561 -0.863894 -11.493 -21.0378 -1.07827 -18.2888 21.3508 -1.25 -31.8851 22.8031 -1.25 -25.5015 29.7711 -1.25 -22.8669 16.3536 -1.25 -36.4157 14.5098 -1.25 -31.8851 22.8031 -1.25 -22.8669 16.3536 -1.25 -31.8851 22.8031 -1.25 -18.2888 21.3508 -1.25 -12.6477 25.1071 -1.25 -25.5015 29.7711 -1.25 -17.6357 35.0089 -1.25 -12.6477 25.1071 -1.25 -18.2888 21.3508 -1.25 -25.5015 29.7711 -1.25 -26.1161 10.406 -1.25 -38.83 5.37336 -1.25 -36.4157 14.5098 -1.25 -26.1161 10.406 -1.25 -36.4157 14.5098 -1.25 -22.8669 16.3536 -1.25 -6.2717 27.4044 -1.25 -17.6357 35.0089 -1.25 -8.74512 38.2121 -1.25 -6.2717 27.4044 -1.25 -12.6477 25.1071 -1.25 -17.6357 35.0089 -1.25 -27.8475 3.85359 -1.25 -38.9876 -4.0754 -1.25 -38.83 5.37336 -1.25 -27.8475 3.85359 -1.25 -38.83 5.37336 -1.25 -26.1161 10.406 -1.25 0.468846 28.109 -1.25 -8.74512 38.2121 -1.25 0.653749 39.1945 -1.25 0.468846 28.109 -1.25 -6.2717 27.4044 -1.25 -8.74512 38.2121 -1.25 -27.9605 -2.92273 -1.25 -38.9876 -4.0754 -1.25 -27.8475 3.85359 -1.25 -36.8794 -13.2873 -1.25 -38.9876 -4.0754 -1.25 -27.9605 -2.92273 -1.25 7.18214 27.18 -1.25 0.653749 39.1945 -1.25 10.0146 37.8992 -1.25 7.18214 27.18 -1.25 0.468846 28.109 -1.25 0.653749 39.1945 -1.25 -26.4486 -9.5292 -1.25 -36.8794 -13.2873 -1.25 -27.9605 -2.92273 -1.25 13.478 24.6714 -1.25 10.0146 37.8992 -1.25 18.7935 34.4012 -1.25 13.478 24.6714 -1.25 7.18214 27.18 -1.25 10.0146 37.8992 -1.25 -32.6279 -21.727 -1.25 -36.8794 -13.2873 -1.25 -26.4486 -9.5292 -1.25 -23.3996 -15.5819 -1.25 -32.6279 -21.727 -1.25 -26.4486 -9.5292 -1.25 18.9906 20.729 -1.25 18.7935 34.4012 -1.25 26.4801 28.904 -1.25 18.9906 20.729 -1.25 13.478 24.6714 -1.25 18.7935 34.4012 -1.25 -26.4801 -28.904 -1.25 -23.3996 -15.5819 -1.25 -18.9906 -20.729 -1.25 -26.4801 -28.904 -1.25 -32.6279 -21.727 -1.25 -23.3996 -15.5819 -1.25 23.3996 15.5819 -1.25 18.9906 20.729 -1.25 26.4801 28.904 -1.25 32.6279 21.727 -1.25 23.3996 15.5819 -1.25 26.4801 28.904 -1.25 -18.7935 -34.4012 -1.25 -26.4801 -28.904 -1.25 -18.9906 -20.729 -1.25 -18.7935 -34.4012 -1.25 -18.9906 -20.729 -1.25 -13.478 -24.6714 -1.25 26.4486 9.5292 -1.25 23.3996 15.5819 -1.25 32.6279 21.727 -1.25 36.8794 13.2873 -1.25 26.4486 9.5292 -1.25 32.6279 21.727 -1.25 27.9605 2.92273 -1.25 26.4486 9.5292 -1.25 36.8794 13.2873 -1.25 -10.0146 -37.8992 -1.25 -18.7935 -34.4012 -1.25 -13.478 -24.6714 -1.25 -10.0146 -37.8992 -1.25 -13.478 -24.6714 -1.25 -7.18214 -27.18 -1.25 38.9876 4.0754 -1.25 27.9605 2.92273 -1.25 36.8794 13.2873 -1.25 38.9876 4.0754 -1.25 27.8475 -3.85359 -1.25 27.9605 2.92273 -1.25 -0.653749 -39.1945 -1.25 -10.0146 -37.8992 -1.25 -7.18214 -27.18 -1.25 -0.653749 -39.1945 -1.25 -7.18214 -27.18 -1.25 -0.468846 -28.109 -1.25 38.83 -5.37336 -1.25 26.1161 -10.406 -1.25 27.8475 -3.85359 -1.25 38.83 -5.37336 -1.25 27.8475 -3.85359 -1.25 38.9876 4.0754 -1.25 8.74512 -38.2121 -1.25 -0.468846 -28.109 -1.25 6.2717 -27.4044 -1.25 8.74512 -38.2121 -1.25 -0.653749 -39.1945 -1.25 -0.468846 -28.109 -1.25 36.4157 -14.5098 -1.25 22.8669 -16.3536 -1.25 26.1161 -10.406 -1.25 36.4157 -14.5098 -1.25 26.1161 -10.406 -1.25 38.83 -5.37336 -1.25 17.6357 -35.0089 -1.25 8.74512 -38.2121 -1.25 6.2717 -27.4044 -1.25 17.6357 -35.0089 -1.25 6.2717 -27.4044 -1.25 12.6477 -25.1071 -1.25 31.8851 -22.8031 -1.25 18.2888 -21.3508 -1.25 22.8669 -16.3536 -1.25 31.8851 -22.8031 -1.25 22.8669 -16.3536 -1.25 36.4157 -14.5098 -1.25 25.5015 -29.7711 -1.25 12.6477 -25.1071 -1.25 18.2888 -21.3508 -1.25 25.5015 -29.7711 -1.25 17.6357 -35.0089 -1.25 12.6477 -25.1071 -1.25 25.5015 -29.7711 -1.25 18.2888 -21.3508 -1.25 31.8851 -22.8031 -1.25 -6.0598 4.33375 2.2 -4.84658 5.65802 2.2 -4.69186 8.43261 2.2 -3.35169 6.65347 2.2 -4.69186 8.43261 2.2 -4.84658 5.65802 2.2 -9.64879 0.153035 2.2 -6.0598 4.33375 2.2 -4.69186 8.43261 2.2 -6.92084 2.75761 2.2 -6.0598 4.33375 2.2 -9.64879 0.153035 2.2 -1.66202 7.26224 2.2 -4.69186 8.43261 2.2 -3.35169 6.65347 2.2 -7.37968 1.02121 2.2 -6.92084 2.75761 2.2 -9.64879 0.153035 2.2 0.124246 7.44896 2.2 -4.69186 8.43261 2.2 -1.66202 7.26224 2.2 -7.40963 -0.774534 2.2 -7.37968 1.02121 2.2 -9.64879 0.153035 2.2 -7.00896 -2.52527 2.2 -7.40963 -0.774534 2.2 -9.64879 0.153035 2.2 4.95693 8.27958 2.2 0.124246 7.44896 2.2 1.90329 7.20278 2.2 4.95693 8.27958 2.2 -4.69186 8.43261 2.2 0.124246 7.44896 2.2 3.57172 6.53799 2.2 4.95693 8.27958 2.2 1.90329 7.20278 2.2 -6.20096 -4.12924 2.2 -7.00896 -2.52527 2.2 -9.64879 0.153035 2.2 5.03258 5.49324 2.2 4.95693 8.27958 2.2 3.57172 6.53799 2.2 6.20096 4.12924 2.2 4.95693 8.27958 2.2 5.03258 5.49324 2.2 -4.98088 -8.26519 2.2 -3.57172 -6.53799 2.2 -5.03258 -5.49324 2.2 -4.98088 -8.26519 2.2 -5.03258 -5.49324 2.2 -6.20096 -4.12924 2.2 -4.98088 -8.26519 2.2 -6.20096 -4.12924 2.2 -9.64879 0.153035 2.2 -1.90329 -7.20278 2.2 -3.57172 -6.53799 2.2 -4.98088 -8.26519 2.2 -0.124246 -7.44896 2.2 -1.90329 -7.20278 2.2 -4.98088 -8.26519 2.2 9.64879 -0.153035 2.2 6.20096 4.12924 2.2 7.00896 2.52527 2.2 9.64879 -0.153035 2.2 7.00896 2.52527 2.2 7.40963 0.774534 2.2 9.64879 -0.153035 2.2 7.40963 0.774534 2.2 7.37968 -1.02121 2.2 9.64879 -0.153035 2.2 7.37968 -1.02121 2.2 6.92084 -2.75761 2.2 9.64879 -0.153035 2.2 4.95693 8.27958 2.2 6.20096 4.12924 2.2 6.0598 -4.33375 2.2 9.64879 -0.153035 2.2 6.92084 -2.75761 2.2 4.69186 -8.43261 2.2 6.0598 -4.33375 2.2 4.84658 -5.65802 2.2 4.69186 -8.43261 2.2 4.84658 -5.65802 2.2 3.35169 -6.65347 2.2 4.69186 -8.43261 2.2 3.35169 -6.65347 2.2 1.66202 -7.26224 2.2 4.69186 -8.43261 2.2 1.66202 -7.26224 2.2 -0.124246 -7.44896 2.2 4.69186 -8.43261 2.2 9.64879 -0.153035 2.2 6.0598 -4.33375 2.2 4.69186 -8.43261 2.2 -0.124246 -7.44896 2.2 -4.98088 -8.26519 2.2 19.1674 35.0857 -0.628017 10.219 38.6726 -0.45 19.177 35.1033 -0.45 18.7935 34.4012 -1.25 10.0146 37.8992 -1.25 18.8788 34.5575 -1.22994 -27.007 -29.4791 -0.628017 -19.1674 -35.0857 -0.628017 -19.177 -35.1033 -0.45 -27.007 -29.4791 -0.628017 -19.139 -35.0338 -0.797107 -19.1674 -35.0857 -0.628017 -27.007 -29.4791 -0.628017 -19.177 -35.1033 -0.45 -27.0205 -29.4939 -0.45 -26.967 -29.4355 -0.797107 -19.0933 -34.9501 -0.948792 -19.139 -35.0338 -0.797107 -26.967 -29.4355 -0.797107 -19.139 -35.0338 -0.797107 -27.007 -29.4791 -0.628017 -26.9026 -29.3652 -0.948792 -19.0933 -34.9501 -0.948792 -26.967 -29.4355 -0.797107 -26.9026 -29.3652 -0.948792 -19.0326 -34.839 -1.07547 -19.0933 -34.9501 -0.948792 -26.8171 -29.2718 -1.07547 -18.9599 -34.7059 -1.17078 -19.0326 -34.839 -1.07547 -26.8171 -29.2718 -1.07547 -19.0326 -34.839 -1.07547 -26.9026 -29.3652 -0.948792 -26.7146 -29.16 -1.17078 -18.8788 -34.5575 -1.22994 -18.9599 -34.7059 -1.17078 -26.7146 -29.16 -1.17078 -18.9599 -34.7059 -1.17078 -26.8171 -29.2718 -1.07547 -26.6004 -29.0353 -1.22994 -26.4801 -28.904 -1.25 -18.7935 -34.4012 -1.25 -26.6004 -29.0353 -1.22994 -32.6279 -21.727 -1.25 -26.4801 -28.904 -1.25 -26.6004 -29.0353 -1.22994 -18.8788 -34.5575 -1.22994 -26.7146 -29.16 -1.17078 -26.6004 -29.0353 -1.22994 -18.7935 -34.4012 -1.25 -18.8788 -34.5575 -1.22994 -33.277 -22.1593 -0.628017 -27.0205 -29.4939 -0.45 -33.2937 -22.1704 -0.45 -33.277 -22.1593 -0.628017 -27.007 -29.4791 -0.628017 -27.0205 -29.4939 -0.45 -33.2278 -22.1265 -0.797107 -26.967 -29.4355 -0.797107 -27.007 -29.4791 -0.628017 -33.2278 -22.1265 -0.797107 -27.007 -29.4791 -0.628017 -33.277 -22.1593 -0.628017 -33.1485 -22.0737 -0.948792 -26.9026 -29.3652 -0.948792 -26.967 -29.4355 -0.797107 -33.1485 -22.0737 -0.948792 -26.967 -29.4355 -0.797107 -33.2278 -22.1265 -0.797107 -33.043 -22.0035 -1.07547 -26.8171 -29.2718 -1.07547 -26.9026 -29.3652 -0.948792 -33.043 -22.0035 -1.07547 -26.9026 -29.3652 -0.948792 -33.1485 -22.0737 -0.948792 -32.9168 -21.9194 -1.17078 -26.7146 -29.16 -1.17078 -26.8171 -29.2718 -1.07547 -32.9168 -21.9194 -1.17078 -26.8171 -29.2718 -1.07547 -33.043 -22.0035 -1.07547 -32.776 -21.8257 -1.22994 -32.6279 -21.727 -1.25 -26.6004 -29.0353 -1.22994 -32.776 -21.8257 -1.22994 -26.6004 -29.0353 -1.22994 -26.7146 -29.16 -1.17078 -32.776 -21.8257 -1.22994 -26.7146 -29.16 -1.17078 -32.9168 -21.9194 -1.17078 -37.6131 -13.5517 -0.628017 -33.2937 -22.1704 -0.45 -37.632 -13.5585 -0.45 -37.6131 -13.5517 -0.628017 -33.277 -22.1593 -0.628017 -33.2937 -22.1704 -0.45 -37.5575 -13.5316 -0.797107 -33.1485 -22.0737 -0.948792 -33.2278 -22.1265 -0.797107 -37.5575 -13.5316 -0.797107 -33.277 -22.1593 -0.628017 -37.6131 -13.5517 -0.628017 -37.5575 -13.5316 -0.797107 -33.2278 -22.1265 -0.797107 -33.277 -22.1593 -0.628017 -37.4678 -13.4993 -0.948792 -33.1485 -22.0737 -0.948792 -37.5575 -13.5316 -0.797107 -37.3486 -13.4564 -1.07547 -33.1485 -22.0737 -0.948792 -37.4678 -13.4993 -0.948792 -37.3486 -13.4564 -1.07547 -33.043 -22.0035 -1.07547 -33.1485 -22.0737 -0.948792 -37.2059 -13.405 -1.17078 -33.043 -22.0035 -1.07547 -37.3486 -13.4564 -1.07547 -37.2059 -13.405 -1.17078 -32.776 -21.8257 -1.22994 -32.9168 -21.9194 -1.17078 -37.2059 -13.405 -1.17078 -32.9168 -21.9194 -1.17078 -33.043 -22.0035 -1.07547 -37.0468 -13.3477 -1.22994 -36.8794 -13.2873 -1.25 -32.6279 -21.727 -1.25 -37.0468 -13.3477 -1.22994 -32.776 -21.8257 -1.22994 -37.2059 -13.405 -1.17078 -37.0468 -13.3477 -1.22994 -32.6279 -21.727 -1.25 -32.776 -21.8257 -1.22994 -39.7633 -4.15648 -0.628017 -37.6131 -13.5517 -0.628017 -37.632 -13.5585 -0.45 -39.7633 -4.15648 -0.628017 -37.632 -13.5585 -0.45 -39.7832 -4.15857 -0.45 -39.7044 -4.15033 -0.797107 -37.5575 -13.5316 -0.797107 -37.6131 -13.5517 -0.628017 -39.7044 -4.15033 -0.797107 -37.6131 -13.5517 -0.628017 -39.7633 -4.15648 -0.628017 -39.6097 -4.14042 -0.948792 -37.5575 -13.5316 -0.797107 -39.7044 -4.15033 -0.797107 -39.6097 -4.14042 -0.948792 -37.4678 -13.4993 -0.948792 -37.5575 -13.5316 -0.797107 -39.4837 -4.12725 -1.07547 -37.4678 -13.4993 -0.948792 -39.6097 -4.14042 -0.948792 -39.4837 -4.12725 -1.07547 -37.3486 -13.4564 -1.07547 -37.4678 -13.4993 -0.948792 -39.3328 -4.11148 -1.17078 -37.3486 -13.4564 -1.07547 -39.4837 -4.12725 -1.07547 -39.3328 -4.11148 -1.17078 -37.2059 -13.405 -1.17078 -37.3486 -13.4564 -1.07547 -39.1646 -4.09391 -1.22994 -38.9876 -4.0754 -1.25 -36.8794 -13.2873 -1.25 -39.1646 -4.09391 -1.22994 -36.8794 -13.2873 -1.25 -37.0468 -13.3477 -1.22994 -39.1646 -4.09391 -1.22994 -37.0468 -13.3477 -1.22994 -37.2059 -13.405 -1.17078 -39.1646 -4.09391 -1.22994 -37.2059 -13.405 -1.17078 -39.3328 -4.11148 -1.17078 -39.6026 5.48027 -0.628017 -39.7832 -4.15857 -0.45 -39.6224 5.48302 -0.45 -39.6026 5.48027 -0.628017 -39.7633 -4.15648 -0.628017 -39.7832 -4.15857 -0.45 -39.5439 5.47216 -0.797107 -39.7633 -4.15648 -0.628017 -39.6026 5.48027 -0.628017 -39.5439 5.47216 -0.797107 -39.7044 -4.15033 -0.797107 -39.7633 -4.15648 -0.628017 -39.4495 5.4591 -0.948792 -39.7044 -4.15033 -0.797107 -39.5439 5.47216 -0.797107 -39.4495 5.4591 -0.948792 -39.6097 -4.14042 -0.948792 -39.7044 -4.15033 -0.797107 -39.3241 5.44174 -1.07547 -39.4837 -4.12725 -1.07547 -39.6097 -4.14042 -0.948792 -39.3241 5.44174 -1.07547 -39.6097 -4.14042 -0.948792 -39.4495 5.4591 -0.948792 -39.1738 5.42094 -1.17078 -39.4837 -4.12725 -1.07547 -39.3241 5.44174 -1.07547 -39.1738 5.42094 -1.17078 -39.3328 -4.11148 -1.17078 -39.4837 -4.12725 -1.07547 -39.0063 5.39777 -1.22994 -38.83 5.37336 -1.25 -38.9876 -4.0754 -1.25 -39.0063 5.39777 -1.22994 -38.9876 -4.0754 -1.25 -39.1646 -4.09391 -1.22994 -39.0063 5.39777 -1.22994 -39.1646 -4.09391 -1.22994 -39.3328 -4.11148 -1.17078 -39.0063 5.39777 -1.22994 -39.3328 -4.11148 -1.17078 -39.1738 5.42094 -1.17078 -37.1403 14.7985 -0.628017 -39.6224 5.48302 -0.45 -37.1589 14.806 -0.45 -37.1403 14.7985 -0.628017 -39.6026 5.48027 -0.628017 -39.6224 5.48302 -0.45 -37.0853 14.7766 -0.797107 -39.5439 5.47216 -0.797107 -39.6026 5.48027 -0.628017 -37.0853 14.7766 -0.797107 -39.4495 5.4591 -0.948792 -39.5439 5.47216 -0.797107 -37.0853 14.7766 -0.797107 -39.6026 5.48027 -0.628017 -37.1403 14.7985 -0.628017 -36.9968 14.7414 -0.948792 -39.4495 5.4591 -0.948792 -37.0853 14.7766 -0.797107 -36.8791 14.6945 -1.07547 -39.3241 5.44174 -1.07547 -39.4495 5.4591 -0.948792 -36.8791 14.6945 -1.07547 -39.4495 5.4591 -0.948792 -36.9968 14.7414 -0.948792 -36.7382 14.6383 -1.17078 -39.1738 5.42094 -1.17078 -39.3241 5.44174 -1.07547 -36.7382 14.6383 -1.17078 -39.3241 5.44174 -1.07547 -36.8791 14.6945 -1.07547 -36.5811 14.5757 -1.22994 -36.4157 14.5098 -1.25 -38.83 5.37336 -1.25 -36.5811 14.5757 -1.22994 -38.83 5.37336 -1.25 -39.0063 5.39777 -1.22994 -36.5811 14.5757 -1.22994 -39.0063 5.39777 -1.22994 -39.1738 5.42094 -1.17078 -36.5811 14.5757 -1.22994 -39.1738 5.42094 -1.17078 -36.7382 14.6383 -1.17078 -32.5195 23.2568 -0.628017 -37.1589 14.806 -0.45 -32.5358 23.2684 -0.45 -32.5195 23.2568 -0.628017 -37.1403 14.7985 -0.628017 -37.1589 14.806 -0.45 -32.4714 23.2223 -0.797107 -37.0853 14.7766 -0.797107 -37.1403 14.7985 -0.628017 -32.4714 23.2223 -0.797107 -37.1403 14.7985 -0.628017 -32.5195 23.2568 -0.628017 -32.3939 23.1669 -0.948792 -36.9968 14.7414 -0.948792 -37.0853 14.7766 -0.797107 -32.3939 23.1669 -0.948792 -37.0853 14.7766 -0.797107 -32.4714 23.2223 -0.797107 -32.2908 23.0932 -1.07547 -36.8791 14.6945 -1.07547 -36.9968 14.7414 -0.948792 -32.2908 23.0932 -1.07547 -36.9968 14.7414 -0.948792 -32.3939 23.1669 -0.948792 -32.1674 23.005 -1.17078 -36.7382 14.6383 -1.17078 -36.8791 14.6945 -1.07547 -32.1674 23.005 -1.17078 -36.8791 14.6945 -1.07547 -32.2908 23.0932 -1.07547 -32.0299 22.9066 -1.22994 -31.8851 22.8031 -1.25 -36.4157 14.5098 -1.25 -32.0299 22.9066 -1.22994 -25.5015 29.7711 -1.25 -31.8851 22.8031 -1.25 -32.0299 22.9066 -1.22994 -36.4157 14.5098 -1.25 -36.5811 14.5757 -1.22994 -32.0299 22.9066 -1.22994 -36.5811 14.5757 -1.22994 -36.7382 14.6383 -1.17078 -32.0299 22.9066 -1.22994 -36.7382 14.6383 -1.17078 -32.1674 23.005 -1.17078 -26.0088 30.3634 -0.628017 -32.5358 23.2684 -0.45 -26.0219 30.3786 -0.45 -26.0088 30.3634 -0.628017 -32.5195 23.2568 -0.628017 -32.5358 23.2684 -0.45 -25.9704 30.3185 -0.797107 -32.5195 23.2568 -0.628017 -26.0088 30.3634 -0.628017 -25.9704 30.3185 -0.797107 -32.4714 23.2223 -0.797107 -32.5195 23.2568 -0.628017 -25.9083 30.2461 -0.948792 -32.4714 23.2223 -0.797107 -25.9704 30.3185 -0.797107 -25.9083 30.2461 -0.948792 -32.2908 23.0932 -1.07547 -32.3939 23.1669 -0.948792 -25.9083 30.2461 -0.948792 -32.3939 23.1669 -0.948792 -32.4714 23.2223 -0.797107 -25.8259 30.1499 -1.07547 -32.2908 23.0932 -1.07547 -25.9083 30.2461 -0.948792 -25.7273 30.0347 -1.17078 -32.2908 23.0932 -1.07547 -25.8259 30.1499 -1.07547 -25.7273 30.0347 -1.17078 -32.1674 23.005 -1.17078 -32.2908 23.0932 -1.07547 -25.6173 29.9063 -1.22994 -32.0299 22.9066 -1.22994 -32.1674 23.005 -1.17078 -25.6173 29.9063 -1.22994 -32.1674 23.005 -1.17078 -25.7273 30.0347 -1.17078 -25.6173 29.9063 -1.22994 -25.5015 29.7711 -1.25 -32.0299 22.9066 -1.22994 -17.9866 35.7054 -0.628017 -26.0219 30.3786 -0.45 -17.9957 35.7233 -0.45 -17.9866 35.7054 -0.628017 -26.0088 30.3634 -0.628017 -26.0219 30.3786 -0.45 -17.96 35.6526 -0.797107 -25.9704 30.3185 -0.797107 -26.0088 30.3634 -0.628017 -17.96 35.6526 -0.797107 -25.9083 30.2461 -0.948792 -25.9704 30.3185 -0.797107 -17.96 35.6526 -0.797107 -26.0088 30.3634 -0.628017 -17.9866 35.7054 -0.628017 -17.9171 35.5675 -0.948792 -25.9083 30.2461 -0.948792 -17.96 35.6526 -0.797107 -17.8602 35.4543 -1.07547 -25.9083 30.2461 -0.948792 -17.9171 35.5675 -0.948792 -17.8602 35.4543 -1.07547 -25.8259 30.1499 -1.07547 -25.9083 30.2461 -0.948792 -17.7919 35.3189 -1.17078 -25.7273 30.0347 -1.17078 -25.8259 30.1499 -1.07547 -17.7919 35.3189 -1.17078 -25.8259 30.1499 -1.07547 -17.8602 35.4543 -1.07547 -17.7158 35.1678 -1.22994 -17.6357 35.0089 -1.25 -25.5015 29.7711 -1.25 -17.7158 35.1678 -1.22994 -25.5015 29.7711 -1.25 -25.6173 29.9063 -1.22994 -17.7158 35.1678 -1.22994 -25.6173 29.9063 -1.22994 -25.7273 30.0347 -1.17078 -17.7158 35.1678 -1.22994 -25.7273 30.0347 -1.17078 -17.7919 35.3189 -1.17078 -8.91911 38.9724 -0.628017 -17.9866 35.7054 -0.628017 -17.9957 35.7233 -0.45 -8.91911 38.9724 -0.628017 -17.9957 35.7233 -0.45 -8.92359 38.9919 -0.45 -8.90591 38.9147 -0.797107 -17.96 35.6526 -0.797107 -17.9866 35.7054 -0.628017 -8.90591 38.9147 -0.797107 -17.9171 35.5675 -0.948792 -17.96 35.6526 -0.797107 -8.90591 38.9147 -0.797107 -17.9866 35.7054 -0.628017 -8.91911 38.9724 -0.628017 -8.88465 38.8218 -0.948792 -17.9171 35.5675 -0.948792 -8.90591 38.9147 -0.797107 -8.85639 38.6983 -1.07547 -17.8602 35.4543 -1.07547 -17.9171 35.5675 -0.948792 -8.85639 38.6983 -1.07547 -17.9171 35.5675 -0.948792 -8.88465 38.8218 -0.948792 -8.82255 38.5504 -1.17078 -17.7919 35.3189 -1.17078 -17.8602 35.4543 -1.07547 -8.82255 38.5504 -1.17078 -17.7158 35.1678 -1.22994 -17.7919 35.3189 -1.17078 -8.82255 38.5504 -1.17078 -17.8602 35.4543 -1.07547 -8.85639 38.6983 -1.07547 -8.78483 38.3856 -1.22994 -17.7158 35.1678 -1.22994 -8.82255 38.5504 -1.17078 -8.78483 38.3856 -1.22994 -8.74512 38.2121 -1.25 -17.6357 35.0089 -1.25 -8.78483 38.3856 -1.22994 0.653749 39.1945 -1.25 -8.74512 38.2121 -1.25 -8.78483 38.3856 -1.22994 -17.6357 35.0089 -1.25 -17.7158 35.1678 -1.22994 0.666757 39.9744 -0.628017 -8.92359 38.9919 -0.45 0.667091 39.9944 -0.45 0.666757 39.9744 -0.628017 -8.91911 38.9724 -0.628017 -8.92359 38.9919 -0.45 0.66577 39.9152 -0.797107 -8.91911 38.9724 -0.628017 0.666757 39.9744 -0.628017 0.66577 39.9152 -0.797107 -8.90591 38.9147 -0.797107 -8.91911 38.9724 -0.628017 0.66418 39.8199 -0.948792 -8.88465 38.8218 -0.948792 -8.90591 38.9147 -0.797107 0.66418 39.8199 -0.948792 -8.85639 38.6983 -1.07547 -8.88465 38.8218 -0.948792 0.66418 39.8199 -0.948792 -8.90591 38.9147 -0.797107 0.66577 39.9152 -0.797107 0.662068 39.6933 -1.07547 -8.82255 38.5504 -1.17078 -8.85639 38.6983 -1.07547 0.662068 39.6933 -1.07547 -8.85639 38.6983 -1.07547 0.66418 39.8199 -0.948792 0.659538 39.5416 -1.17078 -8.78483 38.3856 -1.22994 -8.82255 38.5504 -1.17078 0.659538 39.5416 -1.17078 -8.82255 38.5504 -1.17078 0.662068 39.6933 -1.07547 0.656718 39.3725 -1.22994 0.653749 39.1945 -1.25 -8.78483 38.3856 -1.22994 0.656718 39.3725 -1.22994 -8.78483 38.3856 -1.22994 0.659538 39.5416 -1.17078 10.2139 38.6532 -0.628017 10.219 38.6726 -0.45 19.1674 35.0857 -0.628017 10.2139 38.6532 -0.628017 0.667091 39.9944 -0.45 10.219 38.6726 -0.45 10.2139 38.6532 -0.628017 0.666757 39.9744 -0.628017 0.667091 39.9944 -0.45 10.1988 38.596 -0.797107 19.1674 35.0857 -0.628017 19.139 35.0338 -0.797107 10.1988 38.596 -0.797107 10.2139 38.6532 -0.628017 19.1674 35.0857 -0.628017 10.1988 38.596 -0.797107 0.66577 39.9152 -0.797107 0.666757 39.9744 -0.628017 10.1988 38.596 -0.797107 0.666757 39.9744 -0.628017 10.2139 38.6532 -0.628017 10.1744 38.5039 -0.948792 0.66577 39.9152 -0.797107 10.1988 38.596 -0.797107 10.1744 38.5039 -0.948792 19.139 35.0338 -0.797107 19.0933 34.9501 -0.948792 10.1744 38.5039 -0.948792 19.0933 34.9501 -0.948792 19.0326 34.839 -1.07547 10.1744 38.5039 -0.948792 0.66418 39.8199 -0.948792 0.66577 39.9152 -0.797107 10.1744 38.5039 -0.948792 10.1988 38.596 -0.797107 19.139 35.0338 -0.797107 10.1421 38.3814 -1.07547 0.662068 39.6933 -1.07547 0.66418 39.8199 -0.948792 10.1421 38.3814 -1.07547 10.1744 38.5039 -0.948792 19.0326 34.839 -1.07547 10.1421 38.3814 -1.07547 0.66418 39.8199 -0.948792 10.1744 38.5039 -0.948792 10.1033 38.2348 -1.17078 0.662068 39.6933 -1.07547 10.1421 38.3814 -1.07547 10.1033 38.2348 -1.17078 19.0326 34.839 -1.07547 18.9599 34.7059 -1.17078 10.1033 38.2348 -1.17078 0.659538 39.5416 -1.17078 0.662068 39.6933 -1.07547 10.1033 38.2348 -1.17078 10.1421 38.3814 -1.07547 19.0326 34.839 -1.07547 10.0601 38.0713 -1.22994 10.0146 37.8992 -1.25 0.653749 39.1945 -1.25 10.0601 38.0713 -1.22994 18.8788 34.5575 -1.22994 10.0146 37.8992 -1.25 10.0601 38.0713 -1.22994 18.9599 34.7059 -1.17078 18.8788 34.5575 -1.22994 10.0601 38.0713 -1.22994 0.653749 39.1945 -1.25 0.656718 39.3725 -1.22994 10.0601 38.0713 -1.22994 0.656718 39.3725 -1.22994 0.659538 39.5416 -1.17078 10.0601 38.0713 -1.22994 10.1033 38.2348 -1.17078 18.9599 34.7059 -1.17078 10.0601 38.0713 -1.22994 0.659538 39.5416 -1.17078 10.1033 38.2348 -1.17078 -19.1674 -35.0857 -0.628017 -10.219 -38.6726 -0.45 -19.177 -35.1033 -0.45 -18.7935 -34.4012 -1.25 -10.0146 -37.8992 -1.25 -18.8788 -34.5575 -1.22994 27.007 29.4791 -0.628017 19.1674 35.0857 -0.628017 19.177 35.1033 -0.45 27.007 29.4791 -0.628017 19.177 35.1033 -0.45 27.0205 29.4939 -0.45 26.967 29.4355 -0.797107 19.139 35.0338 -0.797107 19.1674 35.0857 -0.628017 26.967 29.4355 -0.797107 19.1674 35.0857 -0.628017 27.007 29.4791 -0.628017 26.9026 29.3652 -0.948792 19.139 35.0338 -0.797107 26.967 29.4355 -0.797107 26.9026 29.3652 -0.948792 19.0933 34.9501 -0.948792 19.139 35.0338 -0.797107 26.8171 29.2718 -1.07547 19.0326 34.839 -1.07547 19.0933 34.9501 -0.948792 26.8171 29.2718 -1.07547 19.0933 34.9501 -0.948792 26.9026 29.3652 -0.948792 26.7146 29.16 -1.17078 18.9599 34.7059 -1.17078 19.0326 34.839 -1.07547 26.7146 29.16 -1.17078 19.0326 34.839 -1.07547 26.8171 29.2718 -1.07547 26.6004 29.0353 -1.22994 26.4801 28.904 -1.25 18.7935 34.4012 -1.25 26.6004 29.0353 -1.22994 18.8788 34.5575 -1.22994 18.9599 34.7059 -1.17078 26.6004 29.0353 -1.22994 18.7935 34.4012 -1.25 18.8788 34.5575 -1.22994 26.6004 29.0353 -1.22994 18.9599 34.7059 -1.17078 26.7146 29.16 -1.17078 33.277 22.1593 -0.628017 27.0205 29.4939 -0.45 33.2937 22.1704 -0.45 33.277 22.1593 -0.628017 27.007 29.4791 -0.628017 27.0205 29.4939 -0.45 33.2278 22.1265 -0.797107 26.967 29.4355 -0.797107 27.007 29.4791 -0.628017 33.2278 22.1265 -0.797107 27.007 29.4791 -0.628017 33.277 22.1593 -0.628017 33.1485 22.0737 -0.948792 26.967 29.4355 -0.797107 33.2278 22.1265 -0.797107 33.1485 22.0737 -0.948792 26.9026 29.3652 -0.948792 26.967 29.4355 -0.797107 33.043 22.0035 -1.07547 26.8171 29.2718 -1.07547 26.9026 29.3652 -0.948792 33.043 22.0035 -1.07547 26.9026 29.3652 -0.948792 33.1485 22.0737 -0.948792 32.9168 21.9194 -1.17078 26.8171 29.2718 -1.07547 33.043 22.0035 -1.07547 32.9168 21.9194 -1.17078 26.7146 29.16 -1.17078 26.8171 29.2718 -1.07547 32.776 21.8257 -1.22994 32.6279 21.727 -1.25 26.4801 28.904 -1.25 32.776 21.8257 -1.22994 26.4801 28.904 -1.25 26.6004 29.0353 -1.22994 32.776 21.8257 -1.22994 26.6004 29.0353 -1.22994 26.7146 29.16 -1.17078 32.776 21.8257 -1.22994 26.7146 29.16 -1.17078 32.9168 21.9194 -1.17078 37.6131 13.5517 -0.628017 33.2937 22.1704 -0.45 37.632 13.5585 -0.45 37.6131 13.5517 -0.628017 33.277 22.1593 -0.628017 33.2937 22.1704 -0.45 37.5575 13.5316 -0.797107 33.277 22.1593 -0.628017 37.6131 13.5517 -0.628017 37.5575 13.5316 -0.797107 33.2278 22.1265 -0.797107 33.277 22.1593 -0.628017 37.5575 13.5316 -0.797107 33.1485 22.0737 -0.948792 33.2278 22.1265 -0.797107 37.4678 13.4993 -0.948792 33.1485 22.0737 -0.948792 37.5575 13.5316 -0.797107 37.3486 13.4564 -1.07547 33.1485 22.0737 -0.948792 37.4678 13.4993 -0.948792 37.3486 13.4564 -1.07547 33.043 22.0035 -1.07547 33.1485 22.0737 -0.948792 37.2059 13.405 -1.17078 33.043 22.0035 -1.07547 37.3486 13.4564 -1.07547 37.2059 13.405 -1.17078 32.776 21.8257 -1.22994 32.9168 21.9194 -1.17078 37.2059 13.405 -1.17078 32.9168 21.9194 -1.17078 33.043 22.0035 -1.07547 37.0468 13.3477 -1.22994 36.8794 13.2873 -1.25 32.6279 21.727 -1.25 37.0468 13.3477 -1.22994 32.776 21.8257 -1.22994 37.2059 13.405 -1.17078 37.0468 13.3477 -1.22994 32.6279 21.727 -1.25 32.776 21.8257 -1.22994 39.7633 4.15648 -0.628017 37.632 13.5585 -0.45 39.7832 4.15857 -0.45 39.7633 4.15648 -0.628017 37.6131 13.5517 -0.628017 37.632 13.5585 -0.45 39.7044 4.15033 -0.797107 37.6131 13.5517 -0.628017 39.7633 4.15648 -0.628017 39.7044 4.15033 -0.797107 37.5575 13.5316 -0.797107 37.6131 13.5517 -0.628017 39.6097 4.14042 -0.948792 37.4678 13.4993 -0.948792 37.5575 13.5316 -0.797107 39.6097 4.14042 -0.948792 37.5575 13.5316 -0.797107 39.7044 4.15033 -0.797107 39.4837 4.12725 -1.07547 37.3486 13.4564 -1.07547 37.4678 13.4993 -0.948792 39.4837 4.12725 -1.07547 37.4678 13.4993 -0.948792 39.6097 4.14042 -0.948792 39.3328 4.11148 -1.17078 37.2059 13.405 -1.17078 37.3486 13.4564 -1.07547 39.3328 4.11148 -1.17078 37.3486 13.4564 -1.07547 39.4837 4.12725 -1.07547 39.1646 4.09391 -1.22994 38.9876 4.0754 -1.25 36.8794 13.2873 -1.25 39.1646 4.09391 -1.22994 36.8794 13.2873 -1.25 37.0468 13.3477 -1.22994 39.1646 4.09391 -1.22994 37.0468 13.3477 -1.22994 37.2059 13.405 -1.17078 39.1646 4.09391 -1.22994 37.2059 13.405 -1.17078 39.3328 4.11148 -1.17078 39.6026 -5.48027 -0.628017 39.7832 4.15857 -0.45 39.6224 -5.48302 -0.45 39.6026 -5.48027 -0.628017 39.7044 4.15033 -0.797107 39.7633 4.15648 -0.628017 39.6026 -5.48027 -0.628017 39.7633 4.15648 -0.628017 39.7832 4.15857 -0.45 39.5439 -5.47216 -0.797107 39.7044 4.15033 -0.797107 39.6026 -5.48027 -0.628017 39.4495 -5.4591 -0.948792 39.6097 4.14042 -0.948792 39.7044 4.15033 -0.797107 39.4495 -5.4591 -0.948792 39.7044 4.15033 -0.797107 39.5439 -5.47216 -0.797107 39.3241 -5.44174 -1.07547 39.6097 4.14042 -0.948792 39.4495 -5.4591 -0.948792 39.3241 -5.44174 -1.07547 39.4837 4.12725 -1.07547 39.6097 4.14042 -0.948792 39.3241 -5.44174 -1.07547 39.3328 4.11148 -1.17078 39.4837 4.12725 -1.07547 39.1738 -5.42094 -1.17078 39.3328 4.11148 -1.17078 39.3241 -5.44174 -1.07547 39.0063 -5.39777 -1.22994 38.83 -5.37336 -1.25 38.9876 4.0754 -1.25 39.0063 -5.39777 -1.22994 38.9876 4.0754 -1.25 39.1646 4.09391 -1.22994 39.0063 -5.39777 -1.22994 39.1646 4.09391 -1.22994 39.3328 4.11148 -1.17078 39.0063 -5.39777 -1.22994 39.3328 4.11148 -1.17078 39.1738 -5.42094 -1.17078 37.1403 -14.7985 -0.628017 39.6224 -5.48302 -0.45 37.1589 -14.806 -0.45 37.1403 -14.7985 -0.628017 37.1589 -14.806 -0.45 32.5358 -23.2684 -0.45 37.1403 -14.7985 -0.628017 39.6026 -5.48027 -0.628017 39.6224 -5.48302 -0.45 37.0853 -14.7766 -0.797107 39.5439 -5.47216 -0.797107 39.6026 -5.48027 -0.628017 37.0853 -14.7766 -0.797107 39.4495 -5.4591 -0.948792 39.5439 -5.47216 -0.797107 37.0853 -14.7766 -0.797107 39.6026 -5.48027 -0.628017 37.1403 -14.7985 -0.628017 36.9968 -14.7414 -0.948792 39.4495 -5.4591 -0.948792 37.0853 -14.7766 -0.797107 36.8791 -14.6945 -1.07547 39.3241 -5.44174 -1.07547 39.4495 -5.4591 -0.948792 36.8791 -14.6945 -1.07547 39.4495 -5.4591 -0.948792 36.9968 -14.7414 -0.948792 36.7382 -14.6383 -1.17078 39.1738 -5.42094 -1.17078 39.3241 -5.44174 -1.07547 36.7382 -14.6383 -1.17078 39.3241 -5.44174 -1.07547 36.8791 -14.6945 -1.07547 36.5811 -14.5757 -1.22994 36.4157 -14.5098 -1.25 38.83 -5.37336 -1.25 36.5811 -14.5757 -1.22994 38.83 -5.37336 -1.25 39.0063 -5.39777 -1.22994 36.5811 -14.5757 -1.22994 39.0063 -5.39777 -1.22994 39.1738 -5.42094 -1.17078 36.5811 -14.5757 -1.22994 39.1738 -5.42094 -1.17078 36.7382 -14.6383 -1.17078 32.5195 -23.2568 -0.628017 37.1403 -14.7985 -0.628017 32.5358 -23.2684 -0.45 32.4714 -23.2223 -0.797107 37.0853 -14.7766 -0.797107 37.1403 -14.7985 -0.628017 32.4714 -23.2223 -0.797107 37.1403 -14.7985 -0.628017 32.5195 -23.2568 -0.628017 32.3939 -23.1669 -0.948792 36.9968 -14.7414 -0.948792 37.0853 -14.7766 -0.797107 32.3939 -23.1669 -0.948792 37.0853 -14.7766 -0.797107 32.4714 -23.2223 -0.797107 32.2908 -23.0932 -1.07547 36.8791 -14.6945 -1.07547 36.9968 -14.7414 -0.948792 32.2908 -23.0932 -1.07547 36.9968 -14.7414 -0.948792 32.3939 -23.1669 -0.948792 32.1674 -23.005 -1.17078 36.7382 -14.6383 -1.17078 36.8791 -14.6945 -1.07547 32.1674 -23.005 -1.17078 36.8791 -14.6945 -1.07547 32.2908 -23.0932 -1.07547 32.0299 -22.9066 -1.22994 31.8851 -22.8031 -1.25 36.4157 -14.5098 -1.25 32.0299 -22.9066 -1.22994 36.4157 -14.5098 -1.25 36.5811 -14.5757 -1.22994 32.0299 -22.9066 -1.22994 36.5811 -14.5757 -1.22994 36.7382 -14.6383 -1.17078 32.0299 -22.9066 -1.22994 36.7382 -14.6383 -1.17078 32.1674 -23.005 -1.17078 26.0088 -30.3634 -0.628017 32.5358 -23.2684 -0.45 26.0219 -30.3786 -0.45 26.0088 -30.3634 -0.628017 32.5195 -23.2568 -0.628017 32.5358 -23.2684 -0.45 25.9704 -30.3185 -0.797107 32.4714 -23.2223 -0.797107 32.5195 -23.2568 -0.628017 25.9704 -30.3185 -0.797107 32.5195 -23.2568 -0.628017 26.0088 -30.3634 -0.628017 25.9083 -30.2461 -0.948792 32.3939 -23.1669 -0.948792 32.4714 -23.2223 -0.797107 25.9083 -30.2461 -0.948792 32.4714 -23.2223 -0.797107 25.9704 -30.3185 -0.797107 25.9083 -30.2461 -0.948792 32.2908 -23.0932 -1.07547 32.3939 -23.1669 -0.948792 25.8259 -30.1499 -1.07547 32.2908 -23.0932 -1.07547 25.9083 -30.2461 -0.948792 25.7273 -30.0347 -1.17078 32.2908 -23.0932 -1.07547 25.8259 -30.1499 -1.07547 25.7273 -30.0347 -1.17078 32.1674 -23.005 -1.17078 32.2908 -23.0932 -1.07547 25.6173 -29.9063 -1.22994 32.0299 -22.9066 -1.22994 32.1674 -23.005 -1.17078 25.6173 -29.9063 -1.22994 32.1674 -23.005 -1.17078 25.7273 -30.0347 -1.17078 25.6173 -29.9063 -1.22994 25.5015 -29.7711 -1.25 31.8851 -22.8031 -1.25 25.6173 -29.9063 -1.22994 17.6357 -35.0089 -1.25 25.5015 -29.7711 -1.25 25.6173 -29.9063 -1.22994 31.8851 -22.8031 -1.25 32.0299 -22.9066 -1.22994 17.9866 -35.7054 -0.628017 26.0219 -30.3786 -0.45 17.9957 -35.7233 -0.45 17.9866 -35.7054 -0.628017 26.0088 -30.3634 -0.628017 26.0219 -30.3786 -0.45 17.96 -35.6526 -0.797107 26.0088 -30.3634 -0.628017 17.9866 -35.7054 -0.628017 17.96 -35.6526 -0.797107 25.9704 -30.3185 -0.797107 26.0088 -30.3634 -0.628017 17.9171 -35.5675 -0.948792 25.9083 -30.2461 -0.948792 25.9704 -30.3185 -0.797107 17.9171 -35.5675 -0.948792 25.8259 -30.1499 -1.07547 25.9083 -30.2461 -0.948792 17.9171 -35.5675 -0.948792 25.9704 -30.3185 -0.797107 17.96 -35.6526 -0.797107 17.8602 -35.4543 -1.07547 25.8259 -30.1499 -1.07547 17.9171 -35.5675 -0.948792 17.7919 -35.3189 -1.17078 25.7273 -30.0347 -1.17078 25.8259 -30.1499 -1.07547 17.7919 -35.3189 -1.17078 25.6173 -29.9063 -1.22994 25.7273 -30.0347 -1.17078 17.7919 -35.3189 -1.17078 25.8259 -30.1499 -1.07547 17.8602 -35.4543 -1.07547 17.7158 -35.1678 -1.22994 17.6357 -35.0089 -1.25 25.6173 -29.9063 -1.22994 17.7158 -35.1678 -1.22994 25.6173 -29.9063 -1.22994 17.7919 -35.3189 -1.17078 8.91911 -38.9724 -0.628017 17.9866 -35.7054 -0.628017 17.9957 -35.7233 -0.45 8.91911 -38.9724 -0.628017 17.9957 -35.7233 -0.45 8.92359 -38.9919 -0.45 8.91911 -38.9724 -0.628017 8.92359 -38.9919 -0.45 -0.667091 -39.9944 -0.45 8.90591 -38.9147 -0.797107 17.9866 -35.7054 -0.628017 8.91911 -38.9724 -0.628017 8.90591 -38.9147 -0.797107 17.96 -35.6526 -0.797107 17.9866 -35.7054 -0.628017 8.88465 -38.8218 -0.948792 17.9171 -35.5675 -0.948792 17.96 -35.6526 -0.797107 8.88465 -38.8218 -0.948792 17.96 -35.6526 -0.797107 8.90591 -38.9147 -0.797107 8.85639 -38.6983 -1.07547 17.8602 -35.4543 -1.07547 17.9171 -35.5675 -0.948792 8.85639 -38.6983 -1.07547 17.9171 -35.5675 -0.948792 8.88465 -38.8218 -0.948792 8.82255 -38.5504 -1.17078 17.8602 -35.4543 -1.07547 8.85639 -38.6983 -1.07547 8.82255 -38.5504 -1.17078 17.7919 -35.3189 -1.17078 17.8602 -35.4543 -1.07547 8.82255 -38.5504 -1.17078 17.7158 -35.1678 -1.22994 17.7919 -35.3189 -1.17078 8.78483 -38.3856 -1.22994 8.74512 -38.2121 -1.25 17.6357 -35.0089 -1.25 8.78483 -38.3856 -1.22994 -0.653749 -39.1945 -1.25 8.74512 -38.2121 -1.25 8.78483 -38.3856 -1.22994 17.6357 -35.0089 -1.25 17.7158 -35.1678 -1.22994 8.78483 -38.3856 -1.22994 17.7158 -35.1678 -1.22994 8.82255 -38.5504 -1.17078 -0.666757 -39.9744 -0.628017 8.91911 -38.9724 -0.628017 -0.667091 -39.9944 -0.45 -0.66577 -39.9152 -0.797107 8.91911 -38.9724 -0.628017 -0.666757 -39.9744 -0.628017 -0.66577 -39.9152 -0.797107 8.90591 -38.9147 -0.797107 8.91911 -38.9724 -0.628017 -0.66418 -39.8199 -0.948792 8.88465 -38.8218 -0.948792 8.90591 -38.9147 -0.797107 -0.66418 -39.8199 -0.948792 8.85639 -38.6983 -1.07547 8.88465 -38.8218 -0.948792 -0.66418 -39.8199 -0.948792 8.90591 -38.9147 -0.797107 -0.66577 -39.9152 -0.797107 -0.662068 -39.6933 -1.07547 8.85639 -38.6983 -1.07547 -0.66418 -39.8199 -0.948792 -0.659538 -39.5416 -1.17078 8.82255 -38.5504 -1.17078 8.85639 -38.6983 -1.07547 -0.659538 -39.5416 -1.17078 8.78483 -38.3856 -1.22994 8.82255 -38.5504 -1.17078 -0.659538 -39.5416 -1.17078 8.85639 -38.6983 -1.07547 -0.662068 -39.6933 -1.07547 -0.656718 -39.3725 -1.22994 -0.653749 -39.1945 -1.25 8.78483 -38.3856 -1.22994 -0.656718 -39.3725 -1.22994 8.78483 -38.3856 -1.22994 -0.659538 -39.5416 -1.17078 -10.2139 -38.6532 -0.628017 -10.219 -38.6726 -0.45 -19.1674 -35.0857 -0.628017 -10.2139 -38.6532 -0.628017 -0.667091 -39.9944 -0.45 -10.219 -38.6726 -0.45 -10.2139 -38.6532 -0.628017 -0.666757 -39.9744 -0.628017 -0.667091 -39.9944 -0.45 -10.1988 -38.596 -0.797107 -19.1674 -35.0857 -0.628017 -19.139 -35.0338 -0.797107 -10.1988 -38.596 -0.797107 -0.66577 -39.9152 -0.797107 -0.666757 -39.9744 -0.628017 -10.1988 -38.596 -0.797107 -10.2139 -38.6532 -0.628017 -19.1674 -35.0857 -0.628017 -10.1988 -38.596 -0.797107 -0.666757 -39.9744 -0.628017 -10.2139 -38.6532 -0.628017 -10.1744 -38.5039 -0.948792 -0.66577 -39.9152 -0.797107 -10.1988 -38.596 -0.797107 -10.1744 -38.5039 -0.948792 -19.139 -35.0338 -0.797107 -19.0933 -34.9501 -0.948792 -10.1744 -38.5039 -0.948792 -10.1988 -38.596 -0.797107 -19.139 -35.0338 -0.797107 -10.1744 -38.5039 -0.948792 -0.66418 -39.8199 -0.948792 -0.66577 -39.9152 -0.797107 -10.1421 -38.3814 -1.07547 -10.1744 -38.5039 -0.948792 -19.0933 -34.9501 -0.948792 -10.1421 -38.3814 -1.07547 -19.0933 -34.9501 -0.948792 -19.0326 -34.839 -1.07547 -10.1421 -38.3814 -1.07547 -19.0326 -34.839 -1.07547 -18.9599 -34.7059 -1.17078 -10.1421 -38.3814 -1.07547 -0.662068 -39.6933 -1.07547 -0.66418 -39.8199 -0.948792 -10.1421 -38.3814 -1.07547 -0.66418 -39.8199 -0.948792 -10.1744 -38.5039 -0.948792 -10.1033 -38.2348 -1.17078 -0.659538 -39.5416 -1.17078 -0.662068 -39.6933 -1.07547 -10.1033 -38.2348 -1.17078 -10.1421 -38.3814 -1.07547 -18.9599 -34.7059 -1.17078 -10.1033 -38.2348 -1.17078 -0.656718 -39.3725 -1.22994 -0.659538 -39.5416 -1.17078 -10.1033 -38.2348 -1.17078 -0.662068 -39.6933 -1.07547 -10.1421 -38.3814 -1.07547 -10.0601 -38.0713 -1.22994 -10.0146 -37.8992 -1.25 -0.653749 -39.1945 -1.25 -10.0601 -38.0713 -1.22994 -18.8788 -34.5575 -1.22994 -10.0146 -37.8992 -1.25 -10.0601 -38.0713 -1.22994 -18.9599 -34.7059 -1.17078 -18.8788 -34.5575 -1.22994 -10.0601 -38.0713 -1.22994 -0.653749 -39.1945 -1.25 -0.656718 -39.3725 -1.22994 -10.0601 -38.0713 -1.22994 -10.1033 -38.2348 -1.17078 -18.9599 -34.7059 -1.17078 -10.0601 -38.0713 -1.22994 -0.656718 -39.3725 -1.22994 -10.1033 -38.2348 -1.17078 -4.66743 8.44616 7.35 -16.2595 11.6459 7.35 -16.7868 10.8721 7.35 -4.66743 8.44616 7.35 -15.4384 12.7144 7.35 -16.2595 11.6459 7.35 -4.66743 8.44616 7.35 -14.7749 13.4797 7.35 -15.4384 12.7144 7.35 -4.66743 8.44616 7.35 -14.0693 14.2146 7.35 -14.7749 13.4797 7.35 -4.66743 8.44616 7.35 -13.3271 14.9127 7.35 -14.0693 14.2146 7.35 -4.66743 8.44616 7.35 -12.5503 15.5721 7.35 -13.3271 14.9127 7.35 -4.66743 8.44616 7.35 -11.3983 16.4341 7.35 -12.5503 15.5721 7.35 -4.66743 8.44616 7.35 -10.6165 16.9496 7.35 -11.3983 16.4341 7.35 -4.66743 8.44616 7.35 -9.8115 17.428 7.35 -10.6165 16.9496 7.35 -4.66743 8.44616 7.35 -8.98496 17.8681 7.35 -9.8115 17.428 7.35 -4.66743 8.44616 7.35 -7.76132 18.4326 7.35 -8.98496 17.8681 7.35 -4.66743 8.44616 7.35 -6.81824 18.8019 7.35 -7.76132 18.4326 7.35 -4.66743 8.44616 7.35 -5.85184 19.1247 7.35 -6.81824 18.8019 7.35 -4.66743 8.44616 7.35 -4.87026 19.398 7.35 -5.85184 19.1247 7.35 -4.66743 8.44616 7.35 -3.87603 19.6208 7.35 -4.87026 19.398 7.35 -4.66743 8.44616 7.35 -2.45537 19.8487 7.35 -3.87603 19.6208 7.35 -4.66743 8.44616 7.35 -1.52359 19.9419 7.35 -2.45537 19.8487 7.35 -4.66743 8.44616 7.35 -0.588463 19.9913 7.35 -1.52359 19.9419 7.35 -4.66743 8.44616 7.35 0.347952 19.997 7.35 -0.588463 19.9913 7.35 -4.66743 8.44616 7.35 -16.7868 10.8721 7.35 -17.2773 10.0744 7.35 -9.6483 0.180972 7.35 -4.66743 8.44616 7.35 -17.2773 10.0744 7.35 -9.6483 0.180972 7.35 -18.8209 -6.76568 7.35 -18.4836 -7.63925 7.35 -9.6483 0.180972 7.35 -19.2338 -5.48291 7.35 -18.8209 -6.76568 7.35 -9.6483 0.180972 7.35 -19.4867 -4.5022 7.35 -19.2338 -5.48291 7.35 -9.6483 0.180972 7.35 -19.6907 -3.50394 7.35 -19.4867 -4.5022 7.35 -9.6483 0.180972 7.35 -19.8436 -2.49658 7.35 -19.6907 -3.50394 7.35 -9.6483 0.180972 7.35 -19.945 -1.48274 7.35 -19.8436 -2.49658 7.35 -9.6483 0.180972 7.35 -19.9999 -0.0449734 7.35 -19.945 -1.48274 7.35 -9.6483 0.180972 7.35 -19.9801 0.891249 7.35 -19.9999 -0.0449734 7.35 -9.6483 0.180972 7.35 -19.9165 1.82552 7.35 -19.9801 0.891249 7.35 -9.6483 0.180972 7.35 -19.8092 2.75578 7.35 -19.9165 1.82552 7.35 -9.6483 0.180972 7.35 -19.5787 4.0835 7.35 -19.8092 2.75578 7.35 -9.6483 0.180972 7.35 -19.3469 5.0694 7.35 -19.5787 4.0835 7.35 -9.6483 0.180972 7.35 -19.0636 6.04813 7.35 -19.3469 5.0694 7.35 -9.6483 0.180972 7.35 -18.7308 7.01115 7.35 -19.0636 6.04813 7.35 -9.6483 0.180972 7.35 -18.3494 7.95598 7.35 -18.7308 7.01115 7.35 -9.6483 0.180972 7.35 -17.73 9.25462 7.35 -18.3494 7.95598 7.35 -9.6483 0.180972 7.35 -17.2773 10.0744 7.35 -17.73 9.25462 7.35 -18.1057 -8.49607 7.35 -9.6483 0.180972 7.35 -18.4836 -7.63925 7.35 -17.6882 -9.33426 7.35 -9.6483 0.180972 7.35 -18.1057 -8.49607 7.35 4.98088 8.26519 7.35 2.70042 19.8169 7.35 1.69377 19.9282 7.35 4.98088 8.26519 7.35 3.70616 19.6536 7.35 2.70042 19.8169 7.35 4.98088 8.26519 7.35 4.70228 19.4394 7.35 3.70616 19.6536 7.35 4.98088 8.26519 7.35 5.6862 19.1747 7.35 4.70228 19.4394 7.35 4.98088 8.26519 7.35 7.05003 18.7162 7.35 5.6862 19.1747 7.35 4.98088 8.26519 7.35 7.91397 18.3676 7.35 7.05003 18.7162 7.35 4.98088 8.26519 7.35 8.76075 17.9791 7.35 7.91397 18.3676 7.35 4.98088 8.26519 7.35 9.58851 17.5517 7.35 8.76075 17.9791 7.35 4.98088 8.26519 7.35 9.59273 17.5493 7.35 9.58851 17.5517 7.35 4.98088 8.26519 7.35 9.59694 17.547 7.35 9.59273 17.5493 7.35 4.98088 8.26519 7.35 9.60115 17.5447 7.35 9.59694 17.547 7.35 4.98088 8.26519 7.35 10.7608 16.8584 7.35 9.60115 17.5447 7.35 4.98088 8.26519 7.35 11.6005 16.292 7.35 10.7608 16.8584 7.35 4.98088 8.26519 7.35 1.69377 19.9282 7.35 0.347952 19.997 7.35 4.98088 8.26519 7.35 0.347952 19.997 7.35 -4.66743 8.44616 7.35 12.4151 15.6801 7.35 11.6005 16.292 7.35 4.98088 8.26519 7.35 13.1976 15.0274 7.35 12.4151 15.6801 7.35 4.98088 8.26519 7.35 13.9458 14.3358 7.35 13.1976 15.0274 7.35 4.98088 8.26519 7.35 14.9404 13.2961 7.35 13.9458 14.3358 7.35 4.98088 8.26519 7.35 15.5464 12.5822 7.35 14.9404 13.2961 7.35 4.98088 8.26519 7.35 -4.98088 -8.26519 7.35 -9.6483 0.180972 7.35 -17.6882 -9.33426 7.35 -4.98088 -8.26519 7.35 -13.5209 -14.7372 7.35 -12.8162 -15.354 7.35 -4.98088 -8.26519 7.35 -14.4826 -13.7932 7.35 -13.5209 -14.7372 7.35 -4.98088 -8.26519 7.35 -15.1623 -13.0424 7.35 -14.4826 -13.7932 7.35 -4.98088 -8.26519 7.35 -15.8069 -12.2533 7.35 -15.1623 -13.0424 7.35 -4.98088 -8.26519 7.35 -16.4104 -11.4324 7.35 -15.8069 -12.2533 7.35 -4.98088 -8.26519 7.35 -16.9713 -10.5818 7.35 -16.4104 -11.4324 7.35 -4.98088 -8.26519 7.35 -17.6882 -9.33426 7.35 -16.9713 -10.5818 7.35 -12.0835 -15.937 7.35 -4.98088 -8.26519 7.35 -12.8162 -15.354 7.35 16.1183 11.8407 7.35 15.5464 12.5822 7.35 4.98088 8.26519 7.35 -11.3243 -16.4852 7.35 -4.98088 -8.26519 7.35 -12.0835 -15.937 7.35 16.6548 11.0732 7.35 16.1183 11.8407 7.35 4.98088 8.26519 7.35 -10.1098 -17.2567 7.35 -4.98088 -8.26519 7.35 -11.3243 -16.4852 7.35 17.3627 9.92653 7.35 16.6548 11.0732 7.35 4.98088 8.26519 7.35 -9.21779 -17.7492 7.35 -4.98088 -8.26519 7.35 -10.1098 -17.2567 7.35 9.6483 -0.180972 7.35 17.843 9.03484 7.35 17.3627 9.92653 7.35 9.6483 -0.180972 7.35 17.3627 9.92653 7.35 4.98088 8.26519 7.35 -8.30189 -18.1956 7.35 -4.98088 -8.26519 7.35 -9.21779 -17.7492 7.35 18.2799 8.1144 7.35 17.843 9.03484 7.35 9.6483 -0.180972 7.35 -7.36445 -18.5948 7.35 -4.98088 -8.26519 7.35 -8.30189 -18.1956 7.35 18.6695 7.17291 7.35 18.2799 8.1144 7.35 9.6483 -0.180972 7.35 -6.41367 -18.9437 7.35 -4.98088 -8.26519 7.35 -7.36445 -18.5948 7.35 19.0106 6.2128 7.35 18.6695 7.17291 7.35 9.6483 -0.180972 7.35 -5.12343 -19.3326 7.35 -4.98088 -8.26519 7.35 -6.41367 -18.9437 7.35 19.408 4.82997 7.35 19.0106 6.2128 7.35 9.6483 -0.180972 7.35 -4.21288 -19.5513 7.35 -4.98088 -8.26519 7.35 -5.12343 -19.3326 7.35 19.6128 3.91621 7.35 19.408 4.82997 7.35 9.6483 -0.180972 7.35 -3.29309 -19.727 7.35 -4.98088 -8.26519 7.35 -4.21288 -19.5513 7.35 19.7747 2.99386 7.35 19.6128 3.91621 7.35 9.6483 -0.180972 7.35 -2.36608 -19.8595 7.35 -4.98088 -8.26519 7.35 -3.29309 -19.727 7.35 19.8931 2.06495 7.35 19.7747 2.99386 7.35 9.6483 -0.180972 7.35 -0.93217 -19.9783 7.35 -4.98088 -8.26519 7.35 -2.36608 -19.8595 7.35 19.987 0.720648 7.35 19.8931 2.06495 7.35 9.6483 -0.180972 7.35 0.0864981 -19.9998 7.35 -4.98088 -8.26519 7.35 -0.93217 -19.9783 7.35 0.0864981 -19.9998 7.35 4.69186 -8.43261 7.35 -4.98088 -8.26519 7.35 19.9979 -0.292089 7.35 19.987 0.720648 7.35 9.6483 -0.180972 7.35 1.10494 -19.9695 7.35 4.69186 -8.43261 7.35 0.0864981 -19.9998 7.35 19.957 -1.31017 7.35 19.9979 -0.292089 7.35 9.6483 -0.180972 7.35 2.12052 -19.8873 7.35 4.69186 -8.43261 7.35 1.10494 -19.9695 7.35 19.8644 -2.32484 7.35 19.957 -1.31017 7.35 9.6483 -0.180972 7.35 3.12456 -19.7544 7.35 4.69186 -8.43261 7.35 2.12052 -19.8873 7.35 19.7202 -3.33349 7.35 19.8644 -2.32484 7.35 9.6483 -0.180972 7.35 4.44775 -19.4992 7.35 4.69186 -8.43261 7.35 3.12456 -19.7544 7.35 19.4296 -4.74263 7.35 19.7202 -3.33349 7.35 9.6483 -0.180972 7.35 5.3556 -19.2696 7.35 4.69186 -8.43261 7.35 4.44775 -19.4992 7.35 19.1863 -5.64691 7.35 19.4296 -4.74263 7.35 9.6483 -0.180972 7.35 6.25172 -18.9978 7.35 4.69186 -8.43261 7.35 5.3556 -19.2696 7.35 18.9009 -6.5388 7.35 19.1863 -5.64691 7.35 9.6483 -0.180972 7.35 7.13413 -18.6843 7.35 4.69186 -8.43261 7.35 6.25172 -18.9978 7.35 18.5741 -7.41637 7.35 18.9009 -6.5388 7.35 9.6483 -0.180972 7.35 8.45897 -18.1231 7.35 4.69186 -8.43261 7.35 7.13413 -18.6843 7.35 18.0325 -8.65033 7.35 18.5741 -7.41637 7.35 9.6483 -0.180972 7.35 9.37097 -17.6688 7.35 4.69186 -8.43261 7.35 8.45897 -18.1231 7.35 17.5715 -9.5521 7.35 18.0325 -8.65033 7.35 9.6483 -0.180972 7.35 10.2587 -17.1686 7.35 4.69186 -8.43261 7.35 9.37097 -17.6688 7.35 17.0622 -10.4346 7.35 9.6483 -0.180972 7.35 4.69186 -8.43261 7.35 17.0622 -10.4346 7.35 17.5715 -9.5521 7.35 9.6483 -0.180972 7.35 11.1197 -16.6238 7.35 4.69186 -8.43261 7.35 10.2587 -17.1686 7.35 16.5087 -11.29 7.35 17.0622 -10.4346 7.35 4.69186 -8.43261 7.35 11.947 -16.0396 7.35 4.69186 -8.43261 7.35 11.1197 -16.6238 7.35 15.9123 -12.1161 7.35 16.5087 -11.29 7.35 4.69186 -8.43261 7.35 13 -15.1987 7.35 4.69186 -8.43261 7.35 11.947 -16.0396 7.35 15 -13.2288 7.35 15.9123 -12.1161 7.35 4.69186 -8.43261 7.35 13.6972 -14.5735 7.35 4.69186 -8.43261 7.35 13 -15.1987 7.35 14.3643 -13.9164 7.35 15 -13.2288 7.35 4.69186 -8.43261 7.35 14.3643 -13.9164 7.35 4.69186 -8.43261 7.35 13.6972 -14.5735 7.35 -4.69186 8.43261 2.2 -9.6483 0.180972 7.35 -9.64879 0.153035 2.2 -4.66743 8.44616 7.35 -9.6483 0.180972 7.35 -4.69186 8.43261 2.2 -4.98088 -8.26519 7.35 -4.98088 -8.26519 2.2 -9.64879 0.153035 2.2 -4.98088 -8.26519 7.35 -9.64879 0.153035 2.2 -9.6483 0.180972 7.35 -4.66743 8.44616 7.35 4.95693 8.27958 2.2 4.98088 8.26519 7.35 -4.66743 8.44616 7.35 -4.69186 8.43261 2.2 4.95693 8.27958 2.2 4.95693 8.27958 2.2 9.64879 -0.153035 2.2 9.6483 -0.180972 7.35 4.98088 8.26519 7.35 4.95693 8.27958 2.2 9.6483 -0.180972 7.35 4.69186 -8.43261 2.2 9.6483 -0.180972 7.35 9.64879 -0.153035 2.2 4.69186 -8.43261 7.35 9.6483 -0.180972 7.35 4.69186 -8.43261 2.2 4.69186 -8.43261 7.35 -4.98088 -8.26519 2.2 -4.98088 -8.26519 7.35 4.69186 -8.43261 7.35 4.69186 -8.43261 2.2 -4.98088 -8.26519 2.2 -9.65367 -22.3284 5.94893 -13.2488 -22.9384 5.66484 -13.1693 -22.9929 5.38415 -9.65367 -22.3284 5.94893 -13.1693 -22.9929 5.38415 -13.0809 -23.1285 5.13586 -9.65367 -22.3284 5.94893 -13.0809 -23.1285 5.13586 -12.9873 -23.3442 4.93428 -9.65367 -22.3284 5.94893 -12.9873 -23.3442 4.93428 -12.9011 -23.6153 4.81075 -9.65367 -22.3284 5.94893 -3.60302 -20.2461 7.80139 -13.2488 -22.9384 5.66484 -9.65367 -22.3284 5.94893 -12.9011 -23.6153 4.81075 -6.56975 -21.9621 6.27556 -5.21497 -21.0213 6.92316 -2.72358 -20.0618 7.54666 -3.60302 -20.2461 7.80139 -5.21497 -21.0213 6.92316 -1.8375 -19.981 7.4022 -2.72358 -20.0618 7.54666 -5.21497 -21.0213 6.92316 -0.93217 -19.9783 7.35 -1.8375 -19.981 7.4022 -5.21497 -21.0213 6.92316 -6.56975 -21.9621 6.27556 -0.93217 -19.9783 7.35 -5.21497 -21.0213 6.92316 -9.65367 -22.3284 5.94893 -6.56975 -21.9621 6.27556 -5.21497 -21.0213 6.92316 -3.60302 -20.2461 7.80139 -9.65367 -22.3284 5.94893 5.6862 19.1747 7.35 6.56598 18.9606 7.40222 10.7602 19.6964 6.45186 9.52666 19.1178 7.0321 10.9708 19.0036 7.30683 10.9126 19.0665 7.02995 9.52666 19.1178 7.0321 10.9126 19.0665 7.02995 10.8555 19.2074 6.78357 9.52666 19.1178 7.0321 10.8555 19.2074 6.78357 10.8022 19.4255 6.58074 9.52666 19.1178 7.0321 10.8022 19.4255 6.58074 10.7602 19.6964 6.45186 9.52666 19.1178 7.0321 8.34354 18.7956 7.80139 10.9708 19.0036 7.30683 9.52666 19.1178 7.0321 7.44568 18.827 7.54669 8.34354 18.7956 7.80139 9.52666 19.1178 7.0321 6.56598 18.9606 7.40222 7.44568 18.827 7.54669 9.52666 19.1178 7.0321 10.7602 19.6964 6.45186 6.56598 18.9606 7.40222 6.73606 25.3877 5.23927 16.242 29.7309 2.24978 6.30847 25.7384 4.96115 6.73606 25.3877 5.23927 16.6762 29.0741 3.10422 16.5841 29.1208 2.82034 6.73606 25.3877 5.23927 16.5841 29.1208 2.82034 16.4761 29.2505 2.57029 6.73606 25.3877 5.23927 16.4761 29.2505 2.57029 16.3566 29.4621 2.36943 6.73606 25.3877 5.23927 16.3566 29.4621 2.36943 16.242 29.7309 2.24978 6.73606 25.3877 5.23927 6.9329 25.2296 5.78265 16.6762 29.0741 3.10422 2.2931 23.0168 6.3857 6.30847 25.7384 4.96115 0.874262 22.7461 6.33462 2.2931 23.0168 6.3857 -1.3469 20.5201 7.80139 6.9329 25.2296 5.78265 -0.220697 21.4996 6.98073 0.874262 22.7461 6.33462 -3.87603 19.6208 7.35 -0.220697 21.4996 6.98073 -2.15661 20.1306 7.54668 -1.3469 20.5201 7.80139 -0.220697 21.4996 6.98073 -2.9976 19.8401 7.40221 -2.15661 20.1306 7.54668 -0.220697 21.4996 6.98073 -3.87603 19.6208 7.35 -2.9976 19.8401 7.40221 -0.220697 21.4996 6.98073 2.2931 23.0168 6.3857 0.874262 22.7461 6.33462 -0.220697 21.4996 6.98073 -1.3469 20.5201 7.80139 2.2931 23.0168 6.3857 6.6573 25.3491 5.2603 6.9329 25.2296 5.78265 6.73606 25.3877 5.23927 6.6573 25.3491 5.2603 6.30847 25.7384 4.96115 2.2931 23.0168 6.3857 6.6573 25.3491 5.2603 2.2931 23.0168 6.3857 6.9329 25.2296 5.78265 6.6573 25.3491 5.2603 6.73606 25.3877 5.23927 6.30847 25.7384 4.96115 -19.9337 -13.1792 10.2905 -23.4458 -12.3933 12.5659 -16.3608 -14.5575 8.86975 -19.9337 -13.1792 10.2905 -16.467 -14.0819 8.36536 -16.5736 -14.0055 8.08888 -19.9337 -13.1792 10.2905 -16.4142 -14.1799 8.53672 -16.467 -14.0819 8.36536 -19.9337 -13.1792 10.2905 -16.3727 -14.3483 8.72385 -16.4142 -14.1799 8.53672 -19.9337 -13.1792 10.2905 -16.3608 -14.5575 8.86975 -16.3727 -14.3483 8.72385 -27.2958 -10.4021 14.5259 -16.5736 -14.0055 8.08888 -31.2115 -8.3104 16.462 -27.2958 -10.4021 14.5259 -30.6074 -8.97174 16.8007 -30.4542 -9.34342 16.8342 -27.2958 -10.4021 14.5259 -30.7993 -8.67332 16.7151 -30.6074 -8.97174 16.8007 -27.2958 -10.4021 14.5259 -30.9885 -8.46944 16.6079 -30.7993 -8.67332 16.7151 -27.2958 -10.4021 14.5259 -31.2115 -8.3104 16.462 -30.9885 -8.46944 16.6079 -27.2958 -10.4021 14.5259 -30.4542 -9.34342 16.8342 -23.4458 -12.3933 12.5659 -27.2958 -10.4021 14.5259 -23.4458 -12.3933 12.5659 -19.9337 -13.1792 10.2905 -27.2958 -10.4021 14.5259 -19.9337 -13.1792 10.2905 -16.5736 -14.0055 8.08888 -15.2854 -13.4352 7.31205 -15.2651 -13.2254 7.27746 -16.0273 -12.8288 7.15548 -14.8068 -13.5141 7.3328 -15.2854 -13.4352 7.31205 -15.0836 -13.6741 7.40845 -14.8068 -13.5141 7.3328 -15.0836 -13.6741 7.40845 -15.0107 -13.8094 7.47674 -14.8068 -13.5141 7.3328 -15.2651 -13.2254 7.27746 -15.2854 -13.4352 7.31205 -14.5005 -14.066 7.5115 -14.4826 -13.7932 7.35 -14.8068 -13.5141 7.3328 -14.5005 -14.066 7.5115 -15.0107 -13.8094 7.47674 -15.0538 -14.0648 7.66102 -14.5005 -14.066 7.5115 -14.8068 -13.5141 7.3328 -15.0107 -13.8094 7.47674 -14.5966 -14.291 7.69218 -14.5005 -14.066 7.5115 -15.0538 -14.0648 7.66102 -14.7734 -14.4692 7.89304 -15.0538 -14.0648 7.66102 -15.2459 -14.1487 7.7747 -14.7734 -14.4692 7.89304 -14.5966 -14.291 7.69218 -15.0538 -14.0648 7.66102 -15.0222 -14.5909 8.10342 -15.2459 -14.1487 7.7747 -15.5619 -14.1719 7.88531 -15.0222 -14.5909 8.10342 -14.7734 -14.4692 7.89304 -15.2459 -14.1487 7.7747 -15.2377 -14.6424 8.25611 -15.0222 -14.5909 8.10342 -15.5619 -14.1719 7.88531 -15.4765 -14.6649 8.4067 -15.5619 -14.1719 7.88531 -16.0691 -14.117 8.00406 -15.4765 -14.6649 8.4067 -15.2377 -14.6424 8.25611 -15.5619 -14.1719 7.88531 -16.467 -14.0819 8.36536 -16.0691 -14.117 8.00406 -16.5736 -14.0055 8.08888 -15.9246 -14.641 8.65574 -15.4765 -14.6649 8.4067 -16.0691 -14.117 8.00406 -16.4142 -14.1799 8.53672 -16.0691 -14.117 8.00406 -16.467 -14.0819 8.36536 -16.4142 -14.1799 8.53672 -15.9246 -14.641 8.65574 -16.0691 -14.117 8.00406 -16.3727 -14.3483 8.72385 -15.9246 -14.641 8.65574 -16.4142 -14.1799 8.53672 -16.3608 -14.5575 8.86975 -15.9246 -14.641 8.65574 -16.3727 -14.3483 8.72385 -7.21069 -19.499 7.52616 -7.28656 -19.8243 7.91343 -6.96534 -19.6452 7.7963 -7.21069 -19.499 7.52616 -6.96534 -19.6452 7.7963 -6.81073 -19.4863 7.68709 -7.21069 -19.499 7.52616 -6.81073 -19.4863 7.68709 -6.80793 -19.2799 7.53577 -7.21069 -19.499 7.52616 -6.80793 -19.2799 7.53577 -6.96063 -19.1407 7.4271 -7.21069 -19.499 7.52616 -6.96063 -19.1407 7.4271 -7.21466 -19.0253 7.3332 -7.37734 -19.4632 7.43706 -7.21466 -19.0253 7.3332 -7.57304 -18.9235 7.24882 -7.37734 -19.4632 7.43706 -7.28656 -19.8243 7.91343 -7.21069 -19.499 7.52616 -7.37734 -19.4632 7.43706 -7.21069 -19.499 7.52616 -7.21466 -19.0253 7.3332 -7.77384 -19.7071 7.46365 -8.16647 -20.1034 8.08888 -7.28656 -19.8243 7.91343 -7.77384 -19.7071 7.46365 -7.28656 -19.8243 7.91343 -7.37734 -19.4632 7.43706 -7.77384 -19.7071 7.46365 -7.37734 -19.4632 7.43706 -7.57304 -18.9235 7.24882 -8.07749 -19.6738 7.31107 -7.57304 -18.9235 7.24882 -8.22961 -18.8076 7.15548 -8.07749 -19.6738 7.31107 -7.77384 -19.7071 7.46365 -7.57304 -18.9235 7.24882 -8.07749 -19.6738 7.31107 -8.16647 -20.1034 8.08888 -7.77384 -19.7071 7.46365 -9.25297 -20.2051 7.33257 -10.4614 -20.5248 7.19522 -10.4915 -20.5822 7.36802 -9.25297 -20.2051 7.33257 -10.4915 -20.5822 7.36802 -10.5295 -20.6069 7.54694 -9.25297 -20.2051 7.33257 -10.5295 -20.6069 7.54694 -8.16647 -20.1034 8.08888 -9.25297 -20.2051 7.33257 -8.16647 -20.1034 8.08888 -8.07749 -19.6738 7.31107 -8.67323 -19.5754 7.05582 -8.22961 -18.8076 7.15548 -10.5561 -19.3228 6.60831 -8.67323 -19.5754 7.05582 -9.25297 -20.2051 7.33257 -8.07749 -19.6738 7.31107 -8.67323 -19.5754 7.05582 -8.07749 -19.6738 7.31107 -8.22961 -18.8076 7.15548 -9.84882 -19.8333 6.78497 -10.5561 -19.3228 6.60831 -10.503 -19.5521 6.5738 -9.84882 -19.8333 6.78497 -10.503 -19.5521 6.5738 -10.4622 -19.7856 6.59441 -9.84882 -19.8333 6.78497 -10.4622 -19.7856 6.59441 -10.4317 -20.0705 6.69967 -9.84882 -19.8333 6.78497 -8.67323 -19.5754 7.05582 -10.5561 -19.3228 6.60831 -9.84882 -19.8333 6.78497 -9.25297 -20.2051 7.33257 -8.67323 -19.5754 7.05582 -9.83858 -19.9412 6.83502 -10.4317 -20.0705 6.69967 -10.4285 -20.3212 6.89115 -9.83858 -19.9412 6.83502 -10.4285 -20.3212 6.89115 -10.4401 -20.4368 7.03445 -9.83858 -19.9412 6.83502 -10.4401 -20.4368 7.03445 -10.4614 -20.5248 7.19522 -9.83858 -19.9412 6.83502 -10.4614 -20.5248 7.19522 -9.25297 -20.2051 7.33257 -9.83858 -19.9412 6.83502 -9.25297 -20.2051 7.33257 -9.84882 -19.8333 6.78497 -9.83858 -19.9412 6.83502 -9.84882 -19.8333 6.78497 -10.4317 -20.0705 6.69967 -11.5257 -20.9333 10.2905 -15.0008 -21.8695 12.5659 -7.72155 -20.4933 8.86975 -11.5257 -20.9333 10.2905 -8.0366 -20.1215 8.36536 -8.16647 -20.1034 8.08888 -11.5257 -20.9333 10.2905 -7.94434 -20.1837 8.53672 -8.0366 -20.1215 8.36536 -11.5257 -20.9333 10.2905 -7.82932 -20.3136 8.72385 -7.94434 -20.1837 8.53672 -11.5257 -20.9333 10.2905 -7.72155 -20.4933 8.86975 -7.82932 -20.3136 8.72385 -19.3351 -21.8956 14.5259 -8.16647 -20.1034 8.08888 -23.7744 -21.8632 16.462 -19.3351 -21.8956 14.5259 -22.9321 -22.1681 16.8007 -22.6238 -22.426 16.8342 -19.3351 -21.8956 14.5259 -23.2407 -21.993 16.7151 -22.9321 -22.1681 16.8007 -19.3351 -21.8956 14.5259 -23.503 -21.9004 16.6079 -23.2407 -21.993 16.7151 -19.3351 -21.8956 14.5259 -23.7744 -21.8632 16.462 -23.503 -21.9004 16.6079 -19.3351 -21.8956 14.5259 -22.6238 -22.426 16.8342 -15.0008 -21.8695 12.5659 -19.3351 -21.8956 14.5259 -15.0008 -21.8695 12.5659 -11.5257 -20.9333 10.2905 -19.3351 -21.8956 14.5259 -11.5257 -20.9333 10.2905 -8.16647 -20.1034 8.08888 -7.28656 -19.8243 7.91343 -8.16647 -20.1034 8.08888 -8.0366 -20.1215 8.36536 -7.07086 -20.271 8.52503 -8.0366 -20.1215 8.36536 -7.94434 -20.1837 8.53672 -7.07086 -20.271 8.52503 -7.94434 -20.1837 8.53672 -7.82932 -20.3136 8.72385 -7.07086 -20.271 8.52503 -7.82932 -20.3136 8.72385 -7.72155 -20.4933 8.86975 -7.07086 -20.271 8.52503 -7.28656 -19.8243 7.91343 -8.0366 -20.1215 8.36536 -6.62861 -20.0001 8.20596 -6.96534 -19.6452 7.7963 -7.28656 -19.8243 7.91343 -6.62861 -20.0001 8.20596 -7.28656 -19.8243 7.91343 -7.07086 -20.271 8.52503 -6.42731 -19.7904 7.99634 -6.96534 -19.6452 7.7963 -6.62861 -20.0001 8.20596 -6.35304 -19.6695 7.88603 -6.81073 -19.4863 7.68709 -6.96534 -19.6452 7.7963 -6.35304 -19.6695 7.88603 -6.96534 -19.6452 7.7963 -6.42731 -19.7904 7.99634 -6.30429 -19.5448 7.77911 -6.81073 -19.4863 7.68709 -6.35304 -19.6695 7.88603 -6.27979 -19.3853 7.65169 -6.80793 -19.2799 7.53577 -6.81073 -19.4863 7.68709 -6.27979 -19.3853 7.65169 -6.81073 -19.4863 7.68709 -6.30429 -19.5448 7.77911 -6.29588 -19.2217 7.53124 -6.80793 -19.2799 7.53577 -6.27979 -19.3853 7.65169 -6.34048 -19.0835 7.43741 -6.80793 -19.2799 7.53577 -6.29588 -19.2217 7.53124 -6.83087 -18.8469 7.33287 -6.96063 -19.1407 7.4271 -6.80793 -19.2799 7.53577 -6.83087 -18.8469 7.33287 -7.21466 -19.0253 7.3332 -6.96063 -19.1407 7.4271 -6.83087 -18.8469 7.33287 -6.80793 -19.2799 7.53577 -6.34048 -19.0835 7.43741 -6.41367 -18.9437 7.35 -6.83087 -18.8469 7.33287 -6.34048 -19.0835 7.43741 -7.36956 -18.8046 7.27756 -7.57304 -18.9235 7.24882 -7.21466 -19.0253 7.3332 -7.36956 -18.8046 7.27756 -7.21466 -19.0253 7.3332 -6.83087 -18.8469 7.33287 -8.22961 -18.8076 7.15548 -7.57304 -18.9235 7.24882 -7.36956 -18.8046 7.27756 3.02353 -20.4389 7.69873 2.93541 -20.2376 7.53865 2.7372 -20.1833 7.42929 -5.68975 -26.9598 4.98518 -6.04038 -26.1662 4.83104 -11.5147 -29.3461 3.11482 -5.68975 -26.9598 4.98518 -11.1961 -30.5629 4.05133 -5.59005 -27.3517 5.76575 2.53515 -20.6143 7.4332 2.82215 -20.8591 7.88578 2.97698 -20.5998 7.78181 2.53515 -20.6143 7.4332 2.97698 -20.5998 7.78181 3.02353 -20.4389 7.69873 2.53515 -20.6143 7.4332 2.7372 -20.1833 7.42929 2.45751 -20.1983 7.33439 2.53515 -20.6143 7.4332 2.45751 -20.1983 7.33439 2.09111 -20.2746 7.24932 2.53515 -20.6143 7.4332 3.02353 -20.4389 7.69873 2.7372 -20.1833 7.42929 2.42831 -20.8232 7.44993 2.5235 -21.2091 7.99453 2.82215 -20.8591 7.88578 2.42831 -20.8232 7.44993 2.82215 -20.8591 7.88578 2.53515 -20.6143 7.4332 2.42831 -20.8232 7.44993 2.53515 -20.6143 7.4332 2.09111 -20.2746 7.24932 2.13703 -20.9299 7.30875 2.09111 -20.2746 7.24932 1.45336 -20.4778 7.15548 2.13703 -20.9299 7.30875 2.5235 -21.2091 7.99453 2.42831 -20.8232 7.44993 2.13703 -20.9299 7.30875 2.42831 -20.8232 7.44993 2.09111 -20.2746 7.24932 1.99059 -21.174 7.31107 2.11147 -21.5958 8.08888 2.5235 -21.2091 7.99453 1.99059 -21.174 7.31107 2.5235 -21.2091 7.99453 2.13703 -20.9299 7.30875 1.99059 -21.174 7.31107 2.13703 -20.9299 7.30875 1.45336 -20.4778 7.15548 -1.60394 -24.0928 6.24425 1.45336 -20.4778 7.15548 -6.04038 -26.1662 4.83104 -1.60394 -24.0928 6.24425 -5.59005 -27.3517 5.76575 2.11147 -21.5958 8.08888 -1.60394 -24.0928 6.24425 2.11147 -21.5958 8.08888 1.99059 -21.174 7.31107 -1.60394 -24.0928 6.24425 1.99059 -21.174 7.31107 1.45336 -20.4778 7.15548 -5.62254 -26.9163 5.00599 -5.68975 -26.9598 4.98518 -5.59005 -27.3517 5.76575 -5.62254 -26.9163 5.00599 -1.60394 -24.0928 6.24425 -6.04038 -26.1662 4.83104 -5.62254 -26.9163 5.00599 -5.59005 -27.3517 5.76575 -1.60394 -24.0928 6.24425 -5.62254 -26.9163 5.00599 -6.04038 -26.1662 4.83104 -5.68975 -26.9598 4.98518 -11.1788 -30.129 3.29625 -11.1961 -30.5629 4.05133 -5.68975 -26.9598 4.98518 -11.1788 -30.129 3.29625 -5.68975 -26.9598 4.98518 -11.5147 -29.3461 3.11482 -14.1231 -31.8054 2.67689 -17.2974 -33.2418 2.237 -11.1961 -30.5629 4.05133 -12.7114 -30.6404 2.72236 -11.5147 -29.3461 3.11482 -17.4832 -32.0028 1.29837 -15.7298 -31.983 1.81436 -17.4832 -32.0028 1.29837 -17.3956 -32.2168 1.27355 -15.7298 -31.983 1.81436 -17.3956 -32.2168 1.27355 -17.3216 -32.4356 1.3009 -15.7298 -31.983 1.81436 -12.7114 -30.6404 2.72236 -17.4832 -32.0028 1.29837 -15.7298 -31.983 1.81436 -14.1231 -31.8054 2.67689 -12.7114 -30.6404 2.72236 -15.7038 -32.0845 1.86536 -14.1231 -31.8054 2.67689 -15.7298 -31.983 1.81436 -11.8733 -30.7185 3.3011 -14.1231 -31.8054 2.67689 -11.1961 -30.5629 4.05133 -11.8733 -30.7185 3.3011 -12.7114 -30.6404 2.72236 -14.1231 -31.8054 2.67689 -11.8733 -30.7185 3.3011 -11.1961 -30.5629 4.05133 -11.1788 -30.129 3.29625 -16.4353 -32.7689 1.98828 -17.3216 -32.4356 1.3009 -17.2531 -32.7049 1.40999 -16.4353 -32.7689 1.98828 -17.2531 -32.7049 1.40999 -17.2192 -32.9456 1.5999 -16.4353 -32.7689 1.98828 -17.2192 -32.9456 1.5999 -17.2183 -33.0592 1.74005 -16.4353 -32.7689 1.98828 -17.2183 -33.0592 1.74005 -17.2314 -33.1482 1.8964 -16.4353 -32.7689 1.98828 -17.2314 -33.1482 1.8964 -17.258 -33.2097 2.06387 -16.4353 -32.7689 1.98828 -17.258 -33.2097 2.06387 -17.2974 -33.2418 2.237 -16.4353 -32.7689 1.98828 -15.7298 -31.983 1.81436 -17.3216 -32.4356 1.3009 -16.4353 -32.7689 1.98828 -17.2974 -33.2418 2.237 -14.1231 -31.8054 2.67689 -16.4353 -32.7689 1.98828 -15.7038 -32.0845 1.86536 -15.7298 -31.983 1.81436 -16.4353 -32.7689 1.98828 -14.1231 -31.8054 2.67689 -15.7038 -32.0845 1.86536 -11.6197 -30.0724 3.04601 -11.1788 -30.129 3.29625 -11.5147 -29.3461 3.11482 -11.6197 -30.0724 3.04601 -11.5147 -29.3461 3.11482 -12.7114 -30.6404 2.72236 -11.6197 -30.0724 3.04601 -11.8733 -30.7185 3.3011 -11.1788 -30.129 3.29625 -11.6197 -30.0724 3.04601 -12.7114 -30.6404 2.72236 -11.8733 -30.7185 3.3011 -0.477334 -23.8918 10.2905 -3.11931 -26.3357 12.5659 2.68661 -21.7343 8.86975 -0.477334 -23.8918 10.2905 2.23489 -21.5515 8.36536 2.11147 -21.5958 8.08888 -0.477334 -23.8918 10.2905 2.34548 -21.5637 8.53672 2.23489 -21.5515 8.36536 -0.477334 -23.8918 10.2905 2.50767 -21.6252 8.72385 2.34548 -21.5637 8.53672 -0.477334 -23.8918 10.2905 2.68661 -21.7343 8.86975 2.50767 -21.6252 8.72385 -6.94503 -28.373 14.5259 2.11147 -21.5958 8.08888 -10.8908 -30.4074 16.462 -6.94503 -28.373 14.5259 -10.0034 -30.2859 16.8007 -9.61049 -30.371 16.8342 -6.94503 -28.373 14.5259 -10.358 -30.2743 16.7151 -10.0034 -30.2859 16.8007 -6.94503 -28.373 14.5259 -10.6333 -30.3142 16.6079 -10.358 -30.2743 16.7151 -6.94503 -28.373 14.5259 -10.8908 -30.4074 16.462 -10.6333 -30.3142 16.6079 -6.94503 -28.373 14.5259 -9.61049 -30.371 16.8342 -3.11931 -26.3357 12.5659 -6.94503 -28.373 14.5259 -3.11931 -26.3357 12.5659 -0.477334 -23.8918 10.2905 -6.94503 -28.373 14.5259 -0.477334 -23.8918 10.2905 2.11147 -21.5958 8.08888 2.5235 -21.2091 7.99453 2.11147 -21.5958 8.08888 2.23489 -21.5515 8.36536 2.5235 -21.2091 7.99453 2.23489 -21.5515 8.36536 2.34548 -21.5637 8.53672 3.15975 -21.2346 8.52475 2.82215 -20.8591 7.88578 2.5235 -21.2091 7.99453 3.15975 -21.2346 8.52475 2.34548 -21.5637 8.53672 2.50767 -21.6252 8.72385 3.15975 -21.2346 8.52475 2.50767 -21.6252 8.72385 2.68661 -21.7343 8.86975 3.15975 -21.2346 8.52475 2.5235 -21.2091 7.99453 2.34548 -21.5637 8.53672 3.42506 -20.7899 8.20614 2.97698 -20.5998 7.78181 2.82215 -20.8591 7.88578 3.42506 -20.7899 8.20614 2.82215 -20.8591 7.88578 3.15975 -21.2346 8.52475 3.50596 -20.5104 7.99628 2.97698 -20.5998 7.78181 3.42506 -20.7899 8.20614 3.51553 -20.3686 7.88584 3.02353 -20.4389 7.69873 2.97698 -20.5998 7.78181 3.51553 -20.3686 7.88584 2.97698 -20.5998 7.78181 3.50596 -20.5104 7.99628 3.50066 -20.2354 7.77879 3.02353 -20.4389 7.69873 3.51553 -20.3686 7.88584 3.44816 -20.0829 7.6514 2.93541 -20.2376 7.53865 3.02353 -20.4389 7.69873 3.44816 -20.0829 7.6514 3.02353 -20.4389 7.69873 3.50066 -20.2354 7.77879 3.3579 -19.9457 7.53107 2.93541 -20.2376 7.53865 3.44816 -20.0829 7.6514 3.25425 -19.8441 7.43734 2.93541 -20.2376 7.53865 3.3579 -19.9457 7.53107 2.71013 -19.8626 7.33286 2.7372 -20.1833 7.42929 2.93541 -20.2376 7.53865 2.71013 -19.8626 7.33286 2.45751 -20.1983 7.33439 2.7372 -20.1833 7.42929 2.71013 -19.8626 7.33286 2.93541 -20.2376 7.53865 3.25425 -19.8441 7.43734 3.12456 -19.7544 7.35 2.71013 -19.8626 7.33286 3.25425 -19.8441 7.43734 2.21316 -20.0756 7.27752 2.09111 -20.2746 7.24932 2.45751 -20.1983 7.33439 2.21316 -20.0756 7.27752 2.45751 -20.1983 7.33439 2.71013 -19.8626 7.33286 1.45336 -20.4778 7.15548 2.09111 -20.2746 7.24932 2.21316 -20.0756 7.27752 10.6804 -21.3769 10.2905 9.47682 -24.7687 12.5659 12.4793 -17.9962 8.86975 10.6804 -21.3769 10.2905 11.9944 -18.0443 8.36536 11.9057 -18.1409 8.08888 10.6804 -21.3769 10.2905 12.098 -18.0037 8.53671 11.9944 -18.0443 8.36536 10.6804 -21.3769 10.2905 12.2702 -17.9828 8.72385 12.098 -18.0037 8.53671 10.6804 -21.3769 10.2905 12.4793 -17.9962 8.86975 12.2702 -17.9828 8.72385 7.03609 -28.3506 14.5259 11.9057 -18.1409 8.08888 4.48768 -31.9856 16.462 7.03609 -28.3506 14.5259 5.21701 -31.4657 16.8007 5.60444 -31.3584 16.8342 7.03609 -28.3506 14.5259 4.89763 -31.6202 16.7151 5.21701 -31.4657 16.8007 7.03609 -28.3506 14.5259 4.67243 -31.7834 16.6079 4.89763 -31.6202 16.7151 7.03609 -28.3506 14.5259 4.48768 -31.9856 16.462 4.67243 -31.7834 16.6079 7.03609 -28.3506 14.5259 5.60444 -31.3584 16.8342 9.47682 -24.7687 12.5659 7.03609 -28.3506 14.5259 9.47682 -24.7687 12.5659 10.6804 -21.3769 10.2905 7.03609 -28.3506 14.5259 10.6804 -21.3769 10.2905 11.9057 -18.1409 8.08888 11.4954 -16.7929 7.31226 11.2892 -16.7475 7.27755 10.8034 -17.4568 7.15548 11.6269 -16.3312 7.33267 11.4954 -16.7929 7.31226 11.7571 -16.6214 7.40881 11.6269 -16.3312 7.33267 11.7571 -16.6214 7.40881 11.9002 -16.5656 7.47718 11.6269 -16.3312 7.33267 11.2892 -16.7475 7.27755 11.4954 -16.7929 7.31226 12.2154 -16.0901 7.51137 11.947 -16.0396 7.35 11.6269 -16.3312 7.33267 12.2154 -16.0901 7.51137 11.9002 -16.5656 7.47718 12.1475 -16.6389 7.66068 12.2154 -16.0901 7.51137 11.6269 -16.3312 7.33267 11.9002 -16.5656 7.47718 12.4266 -16.2121 7.69145 12.2154 -16.0901 7.51137 12.1475 -16.6389 7.66068 12.5826 -16.409 7.89236 12.1475 -16.6389 7.66068 12.2077 -16.8384 7.77393 12.5826 -16.409 7.89236 12.4266 -16.2121 7.69145 12.1475 -16.6389 7.66068 12.6734 -16.6694 8.10202 12.2077 -16.8384 7.77393 12.1931 -17.1551 7.88487 12.6734 -16.6694 8.10202 12.5826 -16.409 7.89236 12.2077 -16.8384 7.77393 12.6988 -16.886 8.25245 12.6734 -16.6694 8.10202 12.1931 -17.1551 7.88487 12.6926 -17.1299 8.40585 12.1931 -17.1551 7.88487 12.0774 -17.6528 8.00391 12.6926 -17.1299 8.40585 12.6988 -16.886 8.25245 12.1931 -17.1551 7.88487 11.9944 -18.0443 8.36536 12.0774 -17.6528 8.00391 11.9057 -18.1409 8.08888 12.6149 -17.5728 8.65551 12.6926 -17.1299 8.40585 12.0774 -17.6528 8.00391 12.098 -18.0037 8.53671 12.0774 -17.6528 8.00391 11.9944 -18.0443 8.36536 12.098 -18.0037 8.53671 12.6149 -17.5728 8.65551 12.0774 -17.6528 8.00391 12.2702 -17.9828 8.72385 12.6149 -17.5728 8.65551 12.098 -18.0037 8.53671 12.4793 -17.9962 8.86975 12.6149 -17.5728 8.65551 12.2702 -17.9828 8.72385 19.3914 -13.9649 10.2905 19.9019 -17.5275 12.5659 19.4131 -10.1354 8.86975 19.3914 -13.9649 10.2905 19.0061 -10.4034 8.36536 18.9725 -10.5301 8.08888 19.3914 -13.9649 10.2905 19.079 -10.3193 8.53672 19.0061 -10.4034 8.36536 19.3914 -13.9649 10.2905 19.2217 -10.2208 8.72385 19.079 -10.3193 8.53672 19.3914 -13.9649 10.2905 19.4131 -10.1354 8.86975 19.2217 -10.2208 8.72385 19.4053 -21.8334 14.5259 18.9725 -10.5301 8.08888 18.8381 -26.2364 16.462 19.4053 -21.8334 14.5259 19.2423 -25.437 16.8007 19.5355 -25.162 16.8342 19.4053 -21.8334 14.5259 19.0313 -25.7223 16.7151 19.2423 -25.437 16.8007 19.4053 -21.8334 14.5259 18.9077 -25.9714 16.6079 19.0313 -25.7223 16.7151 19.4053 -21.8334 14.5259 18.8381 -26.2364 16.462 18.9077 -25.9714 16.6079 19.4053 -21.8334 14.5259 19.5355 -25.162 16.8342 19.9019 -17.5275 12.5659 19.4053 -21.8334 14.5259 19.9019 -17.5275 12.5659 19.3914 -13.9649 10.2905 19.4053 -21.8334 14.5259 19.3914 -13.9649 10.2905 18.9725 -10.5301 8.08888 17.9827 -9.52714 7.31226 17.779 -9.58299 7.27753 17.6785 -10.4366 7.15548 17.8845 -9.05731 7.33267 17.9827 -9.52714 7.31226 18.1348 -9.25374 7.40881 17.8845 -9.05731 7.33267 18.1348 -9.25374 7.40881 18.2355 -9.13783 7.47718 17.8845 -9.05731 7.33267 17.779 -9.58299 7.27753 17.9827 -9.52714 7.31226 18.2937 -8.57031 7.51135 18.0325 -8.65033 7.35 17.8845 -9.05731 7.33267 18.2937 -8.57031 7.51135 18.2355 -9.13783 7.47718 18.4885 -9.08781 7.66066 18.2937 -8.57031 7.51135 17.8845 -9.05731 7.33267 18.2355 -9.13783 7.47718 18.5373 -8.58019 7.6914 18.2937 -8.57031 7.51135 18.4885 -9.08781 7.66066 18.7669 -8.68206 7.89232 18.4885 -9.08781 7.66066 18.6346 -9.23643 7.77392 18.7669 -8.68206 7.89232 18.5373 -8.58019 7.6914 18.4885 -9.08781 7.66066 18.9684 -8.87043 8.102 18.6346 -9.23643 7.77392 18.7688 -9.52372 7.88487 18.9684 -8.87043 8.102 18.7669 -8.68206 7.89232 18.6346 -9.23643 7.77392 19.0915 -9.05037 8.25243 18.9684 -8.87043 8.102 18.7688 -9.52372 7.88487 19.1994 -9.26918 8.40583 18.7688 -9.52372 7.88487 18.8976 -10.0181 8.00391 19.1994 -9.26918 8.40583 19.0915 -9.05037 8.25243 18.7688 -9.52372 7.88487 19.0061 -10.4034 8.36536 18.8976 -10.0181 8.00391 18.9725 -10.5301 8.08888 19.3364 -9.69753 8.6555 19.1994 -9.26918 8.40583 18.8976 -10.0181 8.00391 19.079 -10.3193 8.53672 18.8976 -10.0181 8.00391 19.0061 -10.4034 8.36536 19.079 -10.3193 8.53672 19.3364 -9.69753 8.6555 18.8976 -10.0181 8.00391 19.2217 -10.2208 8.72385 19.3364 -9.69753 8.6555 19.079 -10.3193 8.53672 19.4131 -10.1354 8.86975 19.3364 -9.69753 8.6555 19.2217 -10.2208 8.72385 23.66 -3.35369 10.2905 25.7677 -6.27098 12.5659 21.8996 0.0472418 8.86975 23.66 -3.35369 10.2905 21.6638 -0.379156 8.36536 21.6929 -0.507013 8.08888 23.66 -3.35369 10.2905 21.6892 -0.270837 8.53672 21.6638 -0.379156 8.36536 23.66 -3.35369 10.2905 21.7698 -0.117251 8.72385 21.6892 -0.270837 8.53672 23.66 -3.35369 10.2905 21.8996 0.0472418 8.86975 21.7698 -0.117251 8.72385 27.329 -10.3144 14.5259 21.6929 -0.507013 8.08888 28.873 -14.4766 16.462 27.329 -10.3144 14.5259 28.8593 -13.581 16.8007 28.9911 -13.2012 16.8342 27.329 -10.3144 14.5259 28.8051 -13.9317 16.7151 28.8593 -13.581 16.8007 27.329 -10.3144 14.5259 28.8115 -14.2097 16.6079 28.8051 -13.9317 16.7151 27.329 -10.3144 14.5259 28.873 -14.4766 16.462 28.8115 -14.2097 16.6079 27.329 -10.3144 14.5259 28.9911 -13.2012 16.8342 25.7677 -6.27098 12.5659 27.329 -10.3144 14.5259 25.7677 -6.27098 12.5659 23.66 -3.35369 10.2905 27.329 -10.3144 14.5259 23.66 -3.35369 10.2905 21.6929 -0.507013 8.08888 20.3504 -0.0788805 7.31226 20.196 -0.222987 7.27753 20.5037 -1.02556 7.15548 20.0451 0.291506 7.33267 20.3504 -0.0788805 7.31226 20.358 0.233869 7.40881 20.0451 0.291506 7.33267 20.358 0.233869 7.40881 20.3933 0.383325 7.47718 20.0451 0.291506 7.33267 20.196 -0.222987 7.27753 20.3504 -0.0788805 7.31226 20.1811 0.912852 7.51135 19.987 0.720648 7.35 20.0451 0.291506 7.33267 20.1811 0.912852 7.51135 20.3933 0.383325 7.47718 20.5941 0.545189 7.66066 20.1811 0.912852 7.51135 20.0451 0.291506 7.33267 20.3933 0.383325 7.47718 20.4014 1.01735 7.6914 20.1811 0.912852 7.51135 20.5941 0.545189 7.66066 20.652 1.03385 7.89232 20.5941 0.545189 7.66066 20.7925 0.481462 7.77392 20.652 1.03385 7.89232 20.4014 1.01735 7.6914 20.5941 0.545189 7.66066 20.9179 0.960662 8.102 20.7925 0.481462 7.77392 21.0448 0.289464 7.88487 20.9179 0.960662 8.102 20.652 1.03385 7.89232 20.7925 0.481462 7.77392 21.1106 0.858546 8.25243 20.9179 0.960662 8.102 21.0448 0.289464 7.88487 21.3078 0.714944 8.40583 21.0448 0.289464 7.88487 21.3887 -0.0884344 8.00391 21.3078 0.714944 8.40583 21.1106 0.858546 8.25243 21.0448 0.289464 7.88487 21.6638 -0.379156 8.36536 21.3887 -0.0884344 8.00391 21.6929 -0.507013 8.08888 21.6282 0.399327 8.6555 21.3078 0.714944 8.40583 21.3887 -0.0884344 8.00391 21.6892 -0.270837 8.53672 21.3887 -0.0884344 8.00391 21.6638 -0.379156 8.36536 21.6892 -0.270837 8.53672 21.6282 0.399327 8.6555 21.3887 -0.0884344 8.00391 21.7698 -0.117251 8.72385 21.6282 0.399327 8.6555 21.6892 -0.270837 8.53672 21.8996 0.0472418 8.86975 21.6282 0.399327 8.6555 21.7698 -0.117251 8.72385 22.5085 8.02583 10.2905 25.7305 6.42218 12.5659 19.3692 10.2191 8.86975 22.5085 8.02583 10.2905 19.3585 9.73193 8.36536 19.4437 9.63225 8.08888 22.5085 8.02583 10.2905 19.3307 9.83967 8.53672 19.3585 9.73193 8.36536 22.5085 8.02583 10.2905 19.3307 10.0131 8.72385 19.3307 9.83967 8.53672 22.5085 8.02583 10.2905 19.3692 10.2191 8.86975 19.3307 10.0131 8.72385 28.992 3.5675 14.5259 19.4437 9.63225 8.08888 32.2934 0.599518 16.462 28.992 3.5675 14.5259 31.8651 1.38621 16.8007 31.8053 1.78374 16.8342 28.992 3.5675 14.5259 31.98 1.05053 16.7151 31.8651 1.38621 16.8007 28.992 3.5675 14.5259 32.1149 0.807295 16.6079 31.98 1.05053 16.7151 28.992 3.5675 14.5259 32.2934 0.599518 16.462 32.1149 0.807295 16.6079 28.992 3.5675 14.5259 31.8053 1.78374 16.8342 25.7305 6.42218 12.5659 28.992 3.5675 14.5259 25.7305 6.42218 12.5659 22.5085 8.02583 10.2905 28.992 3.5675 14.5259 22.5085 8.02583 10.2905 19.4437 9.63225 8.08888 18.056 9.38745 7.31226 17.9863 9.1881 7.27753 18.6317 8.62044 7.15548 17.6136 9.57354 7.33267 18.056 9.38745 7.31226 17.9174 9.6679 7.40881 17.6136 9.57354 7.33267 17.9174 9.6679 7.40881 17.8792 9.81666 7.47718 17.6136 9.57354 7.33267 17.9863 9.1881 7.27753 18.056 9.38745 7.31226 17.4452 10.1869 7.51135 17.3627 9.92653 7.35 17.6136 9.57354 7.33267 17.4452 10.1869 7.51135 17.8792 9.81666 7.47718 17.9818 10.0533 7.66066 17.4452 10.1869 7.51135 17.6136 9.57354 7.33267 17.8792 9.81666 7.47718 17.5918 10.3818 7.6914 17.4452 10.1869 7.51135 17.9818 10.0533 7.66066 17.806 10.5129 7.89232 17.9818 10.0533 7.66066 18.1871 10.0891 7.77392 17.806 10.5129 7.89232 17.5918 10.3818 7.6914 17.9818 10.0533 7.66066 18.0755 10.5717 8.102 18.1871 10.0891 7.77392 18.4998 10.0363 7.88487 18.0755 10.5717 8.102 17.806 10.5129 7.89232 18.1871 10.0891 7.77392 18.2935 10.5708 8.25243 18.0755 10.5717 8.102 18.4998 10.0363 7.88487 18.5349 10.5353 8.40583 18.4998 10.0363 7.88487 18.9798 9.86151 8.00391 18.5349 10.5353 8.40583 18.2935 10.5708 8.25243 18.4998 10.0363 7.88487 19.3585 9.73193 8.36536 18.9798 9.86151 8.00391 19.4437 9.63225 8.08888 18.9652 10.4047 8.6555 18.5349 10.5353 8.40583 18.9798 9.86151 8.00391 19.3307 9.83967 8.53672 18.9798 9.86151 8.00391 19.3585 9.73193 8.36536 19.3307 9.83967 8.53672 18.9652 10.4047 8.6555 18.9798 9.86151 8.00391 19.3307 10.0131 8.72385 18.9652 10.4047 8.6555 19.3307 9.83967 8.53672 19.3692 10.2191 8.86975 18.9652 10.4047 8.6555 19.3307 10.0131 8.72385 16.2005 17.5667 10.2905 19.7987 17.6441 12.5659 12.4015 18.0499 8.86975 16.2005 17.5667 10.2905 12.6185 17.6135 8.36536 12.7402 17.5649 8.08888 16.2005 17.5667 10.2905 12.5438 17.696 8.53671 12.6185 17.6135 8.36536 16.2005 17.5667 10.2905 12.4632 17.8496 8.72385 12.5438 17.696 8.53671 16.2005 17.5667 10.2905 12.4015 18.0499 8.86975 12.4632 17.8496 8.72385 24.0132 16.6321 14.5259 12.7402 17.5649 8.08888 28.3157 15.5383 16.462 24.0132 16.6321 14.5259 27.5709 16.0359 16.8007 27.3333 16.3601 16.8342 24.0132 16.6321 14.5259 27.8287 15.792 16.7151 27.5709 16.0359 16.8007 24.0132 16.6321 14.5259 28.0612 15.6394 16.6079 27.8287 15.792 16.7151 24.0132 16.6321 14.5259 28.3157 15.5383 16.462 28.0612 15.6394 16.6079 24.0132 16.6321 14.5259 27.3333 16.3601 16.8342 19.7987 17.6441 12.5659 24.0132 16.6321 14.5259 19.7987 17.6441 12.5659 16.2005 17.5667 10.2905 24.0132 16.6321 14.5259 16.2005 17.5667 10.2905 12.7402 17.5649 8.08888 11.6253 16.7032 7.31226 11.656 16.4943 7.27755 12.4914 16.2916 7.15548 11.147 16.6624 7.33267 11.6253 16.7032 7.31226 11.3722 16.8871 7.40881 11.147 16.6624 7.33267 11.3722 16.8871 7.40881 11.2692 17.0011 7.47718 11.147 16.6624 7.33267 11.656 16.4943 7.27755 11.6253 16.7032 7.31226 10.7129 17.1273 7.51137 10.7608 16.8584 7.35 11.147 16.6624 7.33267 10.7129 17.1273 7.51137 11.2692 17.0011 7.47718 11.2501 17.2583 7.66068 10.7129 17.1273 7.51137 11.147 16.6624 7.33267 11.2692 17.0011 7.47718 10.7521 17.368 7.69145 10.7129 17.1273 7.51137 11.2501 17.2583 7.66068 10.8809 17.5836 7.89236 11.2501 17.2583 7.66068 11.4152 17.3854 7.77393 10.8809 17.5836 7.89236 10.7521 17.368 7.69145 11.2501 17.2583 7.66068 11.0922 17.7609 8.10202 11.4152 17.3854 7.77393 11.7166 17.484 7.88487 11.0922 17.7609 8.10202 10.8809 17.5836 7.89236 11.4152 17.3854 7.77393 11.2856 17.8614 8.25245 11.0922 17.7609 8.10202 11.7166 17.484 7.88487 11.5158 17.9421 8.40585 11.7166 17.484 7.88487 12.2229 17.5523 8.00391 11.5158 17.9421 8.40585 11.2856 17.8614 8.25245 11.7166 17.484 7.88487 12.6185 17.6135 8.36536 12.2229 17.5523 8.00391 12.7402 17.5649 8.08888 11.9576 18.0265 8.65551 11.5158 17.9421 8.40585 12.2229 17.5523 8.00391 12.5438 17.696 8.53671 12.2229 17.5523 8.00391 12.6185 17.6135 8.36536 12.5438 17.696 8.53671 11.9576 18.0265 8.65551 12.2229 17.5523 8.00391 12.4632 17.8496 8.72385 11.9576 18.0265 8.65551 12.5438 17.696 8.53671 12.4015 18.0499 8.86975 11.9576 18.0265 8.65551 12.4632 17.8496 8.72385 2.70042 19.8169 7.35 2.122 19.934 7.33286 1.69377 19.9282 7.35 2.65543 20.0219 7.27754 2.122 19.934 7.33286 2.70042 19.8169 7.35 3.4895 20.2306 7.15548 2.70042 19.8169 7.35 3.70616 19.6536 7.35 3.4895 20.2306 7.15548 2.65543 20.0219 7.27754 2.70042 19.8169 7.35 4.70228 19.4394 7.35 3.4895 20.2306 7.15548 3.70616 19.6536 7.35 5.6862 19.1747 7.35 3.4895 20.2306 7.15548 4.70228 19.4394 7.35 13.3076 24.3594 4.49916 5.6862 19.1747 7.35 10.7602 19.6964 6.45186 13.3076 24.3594 4.49916 3.4895 20.2306 7.15548 5.6862 19.1747 7.35 2.47183 20.622 7.43321 2.25178 20.9284 7.8858 2.03941 20.7137 7.78183 2.47183 20.622 7.43321 2.03941 20.7137 7.78183 1.9557 20.5687 7.69876 2.47183 20.622 7.43321 1.9557 20.5687 7.69876 1.99306 20.352 7.53865 2.47183 20.622 7.43321 1.99306 20.352 7.53865 2.1725 20.2519 7.42929 2.47183 20.622 7.43321 2.1725 20.2519 7.42929 2.44765 20.1995 7.33439 2.47183 20.622 7.43321 2.44765 20.1995 7.33439 2.82168 20.1859 7.24933 2.62556 20.7993 7.44993 2.62551 21.1968 7.99454 2.25178 20.9284 7.8858 2.62556 20.7993 7.44993 2.25178 20.9284 7.8858 2.47183 20.622 7.43321 2.62556 20.7993 7.44993 2.47183 20.622 7.43321 2.82168 20.1859 7.24933 2.93391 20.8331 7.30875 2.82168 20.1859 7.24933 3.4895 20.2306 7.15548 2.93391 20.8331 7.30875 2.62551 21.1968 7.99454 2.62556 20.7993 7.44993 2.93391 20.8331 7.30875 2.62556 20.7993 7.44993 2.82168 20.1859 7.24933 3.13452 21.0352 7.31107 3.1181 21.4736 8.08888 2.62551 21.1968 7.99454 3.13452 21.0352 7.31107 2.62551 21.1968 7.99454 2.93391 20.8331 7.30875 3.13452 21.0352 7.31107 2.93391 20.8331 7.30875 3.4895 20.2306 7.15548 7.84288 23.5065 6.37997 13.1681 25.6145 5.43778 3.1181 21.4736 8.08888 5.5001 21.939 6.60997 3.4895 20.2306 7.15548 13.3076 24.3594 4.49916 10.4771 24.0373 5.28103 7.84288 23.5065 6.37997 5.5001 21.939 6.60997 10.4771 24.0373 5.28103 5.5001 21.939 6.60997 13.3076 24.3594 4.49916 10.4529 24.1409 5.33162 7.84288 23.5065 6.37997 10.4771 24.0373 5.28103 4.22042 21.8294 7.26285 5.5001 21.939 6.60997 7.84288 23.5065 6.37997 4.22042 21.8294 7.26285 7.84288 23.5065 6.37997 3.1181 21.4736 8.08888 11.7363 24.9952 5.32492 13.1008 25.5243 5.0938 13.1288 25.5846 5.2629 11.7363 24.9952 5.32492 13.1288 25.5846 5.2629 13.1681 25.6145 5.43778 11.7363 24.9952 5.32492 13.1681 25.6145 5.43778 7.84288 23.5065 6.37997 11.7363 24.9952 5.32492 7.84288 23.5065 6.37997 10.4529 24.1409 5.33162 11.7363 24.9952 5.32492 10.4529 24.1409 5.33162 10.4771 24.0373 5.28103 3.78052 21.0708 7.03647 3.13452 21.0352 7.31107 3.4895 20.2306 7.15548 3.78052 21.0708 7.03647 3.4895 20.2306 7.15548 5.5001 21.939 6.60997 3.78052 21.0708 7.03647 5.5001 21.939 6.60997 4.22042 21.8294 7.26285 12.4561 24.7407 4.73521 13.3076 24.3594 4.49916 13.2297 24.5786 4.47138 12.4561 24.7407 4.73521 13.2297 24.5786 4.47138 13.1651 24.8023 4.49667 12.4561 24.7407 4.73521 13.1651 24.8023 4.49667 13.1074 25.0769 4.6046 12.4561 24.7407 4.73521 10.4771 24.0373 5.28103 13.3076 24.3594 4.49916 12.4561 24.7407 4.73521 11.7363 24.9952 5.32492 10.4771 24.0373 5.28103 12.4356 24.8447 4.7857 13.1074 25.0769 4.6046 13.0824 25.3211 4.79499 12.4356 24.8447 4.7857 13.0824 25.3211 4.79499 13.0852 25.4354 4.93611 12.4356 24.8447 4.7857 13.0852 25.4354 4.93611 13.1008 25.5243 5.0938 12.4356 24.8447 4.7857 12.4561 24.7407 4.73521 13.1074 25.0769 4.6046 12.4356 24.8447 4.7857 13.1008 25.5243 5.0938 11.7363 24.9952 5.32492 12.4356 24.8447 4.7857 11.7363 24.9952 5.32492 12.4561 24.7407 4.73521 3.36427 21.3951 7.46139 3.1181 21.4736 8.08888 3.13452 21.0352 7.31107 3.36427 21.3951 7.46139 4.22042 21.8294 7.26285 3.1181 21.4736 8.08888 3.36427 21.3951 7.46139 3.13452 21.0352 7.31107 3.78052 21.0708 7.03647 3.36427 21.3951 7.46139 3.78052 21.0708 7.03647 4.22042 21.8294 7.26285 6.18114 23.0833 10.2905 9.33122 24.824 12.5659 2.59281 21.7457 8.86975 6.18114 23.0833 10.2905 2.98767 21.4601 8.36536 3.1181 21.4736 8.08888 6.18114 23.0833 10.2905 2.88321 21.4984 8.53671 2.98767 21.4601 8.36536 6.18114 23.0833 10.2905 2.74046 21.597 8.72385 2.88321 21.4984 8.53671 6.18114 23.0833 10.2905 2.59281 21.7457 8.86975 2.74046 21.597 8.72385 13.5333 25.8865 14.5259 3.1181 21.4736 8.08888 17.8513 26.9175 16.462 13.5333 25.8865 14.5259 16.9606 27.0119 16.8007 16.5995 27.1885 16.8342 13.5333 25.8865 14.5259 17.3021 26.9158 16.7151 16.9606 27.0119 16.8007 13.5333 25.8865 14.5259 17.579 26.8886 16.6079 17.3021 26.9158 16.7151 13.5333 25.8865 14.5259 17.8513 26.9175 16.462 17.579 26.8886 16.6079 13.5333 25.8865 14.5259 16.5995 27.1885 16.8342 9.33122 24.824 12.5659 13.5333 25.8865 14.5259 9.33122 24.824 12.5659 6.18114 23.0833 10.2905 13.5333 25.8865 14.5259 6.18114 23.0833 10.2905 3.1181 21.4736 8.08888 2.62551 21.1968 7.99454 3.1181 21.4736 8.08888 2.98767 21.4601 8.36536 2.62551 21.1968 7.99454 2.98767 21.4601 8.36536 2.88321 21.4984 8.53671 2.01385 21.3738 8.52478 2.25178 20.9284 7.8858 2.62551 21.1968 7.99454 2.01385 21.3738 8.52478 2.88321 21.4984 8.53671 2.74046 21.597 8.72385 2.01385 21.3738 8.52478 2.74046 21.597 8.72385 2.59281 21.7457 8.86975 2.01385 21.3738 8.52478 2.62551 21.1968 7.99454 2.88321 21.4984 8.53671 1.64983 21.0055 8.20618 2.03941 20.7137 7.78183 2.25178 20.9284 7.8858 1.64983 21.0055 8.20618 2.25178 20.9284 7.8858 2.01385 21.3738 8.52478 1.50438 20.7535 7.99634 2.03941 20.7137 7.78183 1.64983 21.0055 8.20618 1.46117 20.6182 7.8859 1.9557 20.5687 7.69876 2.03941 20.7137 7.78183 1.46117 20.6182 7.8859 2.03941 20.7137 7.78183 1.50438 20.7535 7.99634 1.4437 20.4853 7.77886 1.9557 20.5687 7.69876 1.46117 20.6182 7.8859 1.45816 20.3246 7.65145 1.99306 20.352 7.53865 1.9557 20.5687 7.69876 1.45816 20.3246 7.65145 1.9557 20.5687 7.69876 1.4437 20.4853 7.77886 1.51295 20.1697 7.5311 1.99306 20.352 7.53865 1.45816 20.3246 7.65145 1.5893 20.0463 7.43736 1.99306 20.352 7.53865 1.51295 20.1697 7.5311 2.122 19.934 7.33286 2.1725 20.2519 7.42929 1.99306 20.352 7.53865 2.122 19.934 7.33286 2.44765 20.1995 7.33439 2.1725 20.2519 7.42929 2.122 19.934 7.33286 1.99306 20.352 7.53865 1.5893 20.0463 7.43736 1.69377 19.9282 7.35 2.122 19.934 7.33286 1.5893 20.0463 7.43736 2.65543 20.0219 7.27754 2.82168 20.1859 7.24933 2.44765 20.1995 7.33439 2.65543 20.0219 7.27754 2.44765 20.1995 7.33439 2.122 19.934 7.33286 3.4895 20.2306 7.15548 2.82168 20.1859 7.24933 2.65543 20.0219 7.27754 -5.25422 23.3118 10.2905 -3.27389 26.317 12.5659 -7.80989 20.4598 8.86975 -5.25422 23.3118 10.2905 -7.32756 20.3904 8.36536 -7.21834 20.463 8.08888 -5.25422 23.3118 10.2905 -7.43787 20.3758 8.53671 -7.32756 20.3904 8.36536 -5.25422 23.3118 10.2905 -7.61006 20.3967 8.72385 -7.43787 20.3758 8.53671 -5.25422 23.3118 10.2905 -7.80989 20.4598 8.86975 -7.61006 20.3967 8.72385 -0.0468908 29.2106 14.5259 -7.21834 20.463 8.08888 3.29739 32.1302 16.462 -0.0468908 29.2106 14.5259 2.46481 31.7998 16.8007 2.06297 31.7884 16.8342 -0.0468908 29.2106 14.5259 2.8119 31.8735 16.7151 2.46481 31.7998 16.8007 -0.0468908 29.2106 14.5259 3.06961 31.9781 16.6079 2.8119 31.8735 16.7151 -0.0468908 29.2106 14.5259 3.29739 32.1302 16.462 3.06961 31.9781 16.6079 -0.0468908 29.2106 14.5259 2.06297 31.7884 16.8342 -3.27389 26.317 12.5659 -0.0468908 29.2106 14.5259 -3.27389 26.317 12.5659 -5.25422 23.3118 10.2905 -0.0468908 29.2106 14.5259 -5.25422 23.3118 10.2905 -7.21834 20.463 8.08888 -7.1426 19.0559 7.31226 -6.95322 18.9625 7.27755 -6.31181 19.5349 7.15548 -7.38071 18.6391 7.33267 -7.1426 19.0559 7.31226 -7.43771 18.9521 7.40881 -7.38071 18.6391 7.33267 -7.43771 18.9521 7.40881 -7.58999 18.9321 7.47718 -7.38071 18.6391 7.33267 -6.95322 18.9625 7.27755 -7.1426 19.0559 7.31226 -8.00986 18.5459 7.51137 -7.76132 18.4326 7.35 -7.38071 18.6391 7.33267 -8.00986 18.5459 7.51137 -7.58999 18.9321 7.47718 -7.81254 19.0625 7.66068 -8.00986 18.5459 7.51137 -7.38071 18.6391 7.33267 -7.58999 18.9321 7.47718 -8.18572 18.7149 7.69145 -8.00986 18.5459 7.51137 -7.81254 19.0625 7.66068 -8.29 18.9434 7.89236 -7.81254 19.0625 7.66068 -7.82329 19.2706 7.77393 -8.29 18.9434 7.89236 -8.18572 18.7149 7.69145 -7.81254 19.0625 7.66068 -8.31585 19.218 8.10202 -7.82329 19.2706 7.77393 -7.73326 19.5746 7.88487 -8.31585 19.218 8.10202 -8.29 18.9434 7.89236 -7.82329 19.2706 7.77393 -8.28868 19.4343 8.25245 -8.31585 19.218 8.10202 -7.73326 19.5746 7.88487 -8.22435 19.6696 8.40585 -7.73326 19.5746 7.88487 -7.50186 20.0301 8.00391 -8.22435 19.6696 8.40585 -8.28868 19.4343 8.25245 -7.73326 19.5746 7.88487 -7.32756 20.3904 8.36536 -7.50186 20.0301 8.00391 -7.21834 20.463 8.08888 -8.04286 20.0811 8.65551 -8.22435 19.6696 8.40585 -7.50186 20.0301 8.00391 -7.43787 20.3758 8.53671 -7.50186 20.0301 8.00391 -7.32756 20.3904 8.36536 -7.43787 20.3758 8.53671 -8.04286 20.0811 8.65551 -7.50186 20.0301 8.00391 -7.61006 20.3967 8.72385 -8.04286 20.0811 8.65551 -7.43787 20.3758 8.53671 -7.80989 20.4598 8.86975 -8.04286 20.0811 8.65551 -7.61006 20.3967 8.72385 -15.4859 18.1998 10.2905 -15.129 21.7811 12.5659 -16.4234 14.4868 8.86975 -15.4859 18.1998 10.2905 -15.9641 14.6495 8.36536 -15.9011 14.7645 8.08888 -15.4859 18.1998 10.2905 -16.055 14.5853 8.53672 -15.9641 14.6495 8.36536 -15.4859 18.1998 10.2905 -16.2172 14.5238 8.72385 -16.055 14.5853 8.53672 -15.4859 18.1998 10.2905 -16.4234 14.4868 8.86975 -16.2172 14.5238 8.72385 -13.6164 25.8429 14.5259 -15.9011 14.7645 8.08888 -12.0119 29.9822 16.462 -13.6164 25.8429 14.5259 -12.5956 29.3028 16.8007 -12.9461 29.106 16.8342 -13.6164 25.8429 14.5259 -12.3225 29.5293 16.7151 -12.5956 29.3028 16.8007 -13.6164 25.8429 14.5259 -12.1429 29.7417 16.6079 -12.3225 29.5293 16.7151 -13.6164 25.8429 14.5259 -12.0119 29.9822 16.462 -12.1429 29.7417 16.6079 -13.6164 25.8429 14.5259 -12.9461 29.106 16.8342 -15.129 21.7811 12.5659 -13.6164 25.8429 14.5259 -15.129 21.7811 12.5659 -15.4859 18.1998 10.2905 -13.6164 25.8429 14.5259 -15.4859 18.1998 10.2905 -15.9011 14.7645 8.08888 -15.1802 13.5538 7.31226 -14.969 13.5593 7.27753 -14.6671 14.3641 7.15548 -15.1973 13.0742 7.33267 -15.1802 13.5538 7.31226 -15.3932 13.3248 7.40881 -15.1973 13.0742 7.33267 -15.3932 13.3248 7.40881 -15.5188 13.2363 7.47718 -15.1973 13.0742 7.33267 -14.969 13.5593 7.27753 -15.1802 13.5538 7.31226 -15.7111 12.6992 7.51135 -15.4384 12.7144 7.35 -15.1973 13.0742 7.33267 -15.7111 12.6992 7.51135 -15.5188 13.2363 7.47718 -15.7764 13.2483 7.66066 -15.7111 12.6992 7.51135 -15.1973 13.0742 7.33267 -15.5188 13.2363 7.47718 -15.9453 12.7671 7.6914 -15.7111 12.6992 7.51135 -15.7764 13.2483 7.66066 -16.1438 12.921 7.89232 -15.7764 13.2483 7.66066 -15.8827 13.4276 7.77392 -16.1438 12.921 7.89232 -15.9453 12.7671 7.6914 -15.7764 13.2483 7.66066 -16.2943 13.1521 8.102 -15.8827 13.4276 7.77392 -15.9442 13.7386 7.88487 -16.2943 13.1521 8.102 -16.1438 12.921 7.89232 -15.8827 13.4276 7.77392 -16.3708 13.3563 8.25243 -16.2943 13.1521 8.102 -15.9442 13.7386 7.88487 -16.4232 13.5945 8.40583 -15.9442 13.7386 7.88487 -15.951 14.2495 8.00391 -16.4232 13.5945 8.40583 -16.3708 13.3563 8.25243 -15.9442 13.7386 7.88487 -15.9641 14.6495 8.36536 -15.951 14.2495 8.00391 -15.9011 14.7645 8.08888 -16.4537 14.0432 8.6555 -16.4232 13.5945 8.40583 -15.951 14.2495 8.00391 -16.055 14.5853 8.53672 -15.951 14.2495 8.00391 -15.9641 14.6495 8.36536 -16.055 14.5853 8.53672 -16.4537 14.0432 8.6555 -15.951 14.2495 8.00391 -16.2172 14.5238 8.72385 -16.4537 14.0432 8.6555 -16.055 14.5853 8.53672 -16.4234 14.4868 8.86975 -16.4537 14.0432 8.6555 -16.2172 14.5238 8.72385 -22.1699 8.91846 10.2905 -23.5182 12.2554 12.5659 -21.2746 5.19506 8.86975 -22.1699 8.91846 10.2905 -20.9435 5.55262 8.36536 -20.9412 5.68373 8.08888 -22.1699 8.91846 10.2905 -20.9942 5.45354 8.53672 -20.9435 5.55262 8.36536 -22.1699 8.91846 10.2905 -21.1092 5.32371 8.72385 -20.9942 5.45354 8.53672 -22.1699 8.91846 10.2905 -21.2746 5.19506 8.86975 -21.1092 5.32371 8.72385 -24.0665 16.5549 14.5259 -20.9412 5.68373 8.08888 -24.5695 20.9657 16.462 -24.0665 16.5549 14.5259 -24.7706 20.0929 16.8007 -24.9895 19.7557 16.8342 -24.0665 16.5549 14.5259 -24.634 20.4203 16.7151 -24.7706 20.0929 16.8007 -24.0665 16.5549 14.5259 -24.5737 20.6918 16.6079 -24.634 20.4203 16.7151 -24.0665 16.5549 14.5259 -24.5695 20.9657 16.462 -24.5737 20.6918 16.6079 -24.0665 16.5549 14.5259 -24.9895 19.7557 16.8342 -23.5182 12.2554 12.5659 -24.0665 16.5549 14.5259 -23.5182 12.2554 12.5659 -22.1699 8.91846 10.2905 -24.0665 16.5549 14.5259 -22.1699 8.91846 10.2905 -20.9412 5.68373 8.08888 -19.74 4.94758 7.31205 -19.5559 5.05001 7.27746 -19.6624 5.90261 7.15548 -19.5332 4.50889 7.3328 -19.74 4.94758 7.31205 -19.822 4.6458 7.40845 -19.5332 4.50889 7.3328 -19.822 4.6458 7.40845 -19.892 4.50895 7.47674 -19.5332 4.50889 7.3328 -19.5559 5.05001 7.27746 -19.74 4.94758 7.31205 -19.8133 3.94323 7.5115 -19.5787 4.0835 7.35 -19.5332 4.50889 7.3328 -19.8133 3.94323 7.5115 -19.892 4.50895 7.47674 -20.1267 4.39928 7.66102 -19.8133 3.94323 7.5115 -19.5332 4.50889 7.3328 -19.892 4.50895 7.47674 -20.053 3.89457 7.69218 -19.8133 3.94323 7.5115 -20.1267 4.39928 7.66102 -20.3002 3.93886 7.89304 -20.1267 4.39928 7.66102 -20.3048 4.50972 7.7747 -20.3002 3.93886 7.89304 -20.053 3.89457 7.69218 -20.1267 4.39928 7.66102 -20.5416 4.07444 8.10342 -20.3048 4.50972 7.7747 -20.5034 4.75658 7.88531 -20.5416 4.07444 8.10342 -20.3002 3.93886 7.89304 -20.3048 4.50972 7.7747 -20.7065 4.22253 8.25611 -20.5416 4.07444 8.10342 -20.5034 4.75658 7.88531 -20.8606 4.40629 8.4067 -20.5034 4.75658 7.88531 -20.7463 5.20522 8.00406 -20.8606 4.40629 8.4067 -20.7065 4.22253 8.25611 -20.5034 4.75658 7.88531 -20.9435 5.55262 8.36536 -20.7463 5.20522 8.00406 -20.9412 5.68373 8.08888 -21.0955 4.78867 8.65574 -20.8606 4.40629 8.4067 -20.7463 5.20522 8.00406 -20.9942 5.45354 8.53672 -20.7463 5.20522 8.00406 -20.9435 5.55262 8.36536 -20.9942 5.45354 8.53672 -21.0955 4.78867 8.65574 -20.7463 5.20522 8.00406 -21.1092 5.32371 8.72385 -21.0955 4.78867 8.65574 -20.9942 5.45354 8.53672 -21.2746 5.19506 8.86975 -21.0955 4.78867 8.65574 -21.1092 5.32371 8.72385 -23.7751 -2.40598 10.2905 -26.5197 -0.0778584 12.5659 -21.252 -5.28679 8.86975 -23.7751 -2.40598 10.2905 -21.125 -4.81634 8.36536 -21.1839 -4.69917 8.08888 -23.7751 -2.40598 10.2905 -21.1238 -4.9276 8.53672 -21.125 -4.81634 8.36536 -23.7751 -2.40598 10.2905 -21.1653 -5.09602 8.72385 -21.1238 -4.9276 8.53672 -23.7751 -2.40598 10.2905 -21.252 -5.28679 8.86975 -21.1653 -5.09602 8.72385 -29.0033 3.4744 14.5259 -21.1839 -4.69917 8.08888 -31.4985 7.14621 16.462 -29.0033 3.4744 14.5259 -31.2709 6.27989 16.8007 -31.308 5.8796 16.8342 -29.0033 3.4744 14.5259 -31.3021 6.63332 16.7151 -31.2709 6.27989 16.8007 -29.0033 3.4744 14.5259 -31.3749 6.90176 16.6079 -31.3021 6.63332 16.7151 -29.0033 3.4744 14.5259 -31.4985 7.14621 16.462 -31.3749 6.90176 16.6079 -29.0033 3.4744 14.5259 -31.308 5.8796 16.8342 -26.5197 -0.0778584 12.5659 -29.0033 3.4744 14.5259 -26.5197 -0.0778584 12.5659 -23.7751 -2.40598 10.2905 -29.0033 3.4744 14.5259 -23.7751 -2.40598 10.2905 -21.1839 -4.69917 8.08888 -19.7779 -4.79358 7.31226 -19.6625 -4.61671 7.27753 -20.1533 -3.91109 7.15548 -19.3929 -5.08014 7.33267 -19.7779 -4.79358 7.31226 -19.7104 -5.09906 7.40881 -19.3929 -5.08014 7.33267 -19.7104 -5.09906 7.40881 -19.709 -5.25262 7.47718 -19.3929 -5.08014 7.33267 -19.6625 -4.61671 7.27753 -19.7779 -4.79358 7.31226 -19.3762 -5.71597 7.51135 -19.2338 -5.48291 7.35 -19.3929 -5.08014 7.33267 -19.3762 -5.71597 7.51135 -19.709 -5.25262 7.47718 -19.8652 -5.45784 7.66066 -19.3762 -5.71597 7.51135 -19.3929 -5.08014 7.33267 -19.709 -5.25262 7.47718 -19.5651 -5.87016 7.6914 -19.3762 -5.71597 7.51135 -19.8652 -5.45784 7.66066 -19.8045 -5.94617 7.89232 -19.8652 -5.45784 7.66066 -20.0731 -5.44344 7.77392 -19.8045 -5.94617 7.89232 -19.5651 -5.87016 7.6914 -19.8652 -5.45784 7.66066 -20.0802 -5.93874 8.102 -20.0731 -5.44344 7.77392 -20.364 -5.31741 7.88487 -20.0802 -5.93874 8.102 -19.8045 -5.94617 7.89232 -20.0731 -5.44344 7.77392 -20.2917 -5.88569 8.25243 -20.0802 -5.93874 8.102 -20.364 -5.31741 7.88487 -20.5175 -5.79346 8.40583 -20.364 -5.31741 7.88487 -20.7883 -5.03278 8.00391 -20.5175 -5.79346 8.40583 -20.2917 -5.88569 8.25243 -20.364 -5.31741 7.88487 -21.125 -4.81634 8.36536 -20.7883 -5.03278 8.00391 -21.1839 -4.69917 8.08888 -20.9041 -5.56369 8.6555 -20.5175 -5.79346 8.40583 -20.7883 -5.03278 8.00391 -21.1238 -4.9276 8.53672 -20.7883 -5.03278 8.00391 -21.125 -4.81634 8.36536 -21.1238 -4.9276 8.53672 -20.9041 -5.56369 8.6555 -20.7883 -5.03278 8.00391 -21.1653 -5.09602 8.72385 -20.9041 -5.56369 8.6555 -21.1238 -4.9276 8.53672 -21.252 -5.28679 8.86975 -20.9041 -5.56369 8.6555 -21.1653 -5.09602 8.72385 -27.0079 28.9453 10.0133 -27.029 29.2573 9.80793 -27.0329 29.2537 9.75962 -27.012 28.9442 9.96413 -27.0079 28.9453 10.0133 -27.0329 29.2537 9.75962 -27.012 28.9442 9.96413 -25.4528 18.6047 16.572 -25.4774 18.7888 16.675 -27.012 28.9442 9.96413 -25.4774 18.7888 16.675 -27.0079 28.9453 10.0133 -27.5094 28.8144 3.91119 -27.012 28.9442 9.96413 -27.0329 29.2537 9.75962 -23.5605 9.5472 11.6871 -23.9714 9.24305 5.9541 -20.5328 1.13635 7.80139 -26.5661 18.5469 3.5126 -23.9714 9.24305 5.9541 -23.5605 9.5472 11.6871 -25.4528 18.6047 16.572 -26.5661 18.5469 3.5126 -23.5605 9.5472 11.6871 -27.5094 28.8144 3.91119 -27.7635 28.5728 0.788584 -26.5661 18.5469 3.5126 -27.012 28.9442 9.96413 -27.5094 28.8144 3.91119 -26.5661 18.5469 3.5126 -27.012 28.9442 9.96413 -26.5661 18.5469 3.5126 -25.4528 18.6047 16.572 -27.9803 28.071 0.336057 -27.7635 28.5728 0.788584 -27.8006 28.547 0.587274 -27.9803 28.071 0.336057 -27.8006 28.547 0.587274 -27.8756 28.4641 0.413336 -27.9803 28.071 0.336057 -27.8756 28.4641 0.413336 -27.9686 28.3479 0.290671 -27.9803 28.071 0.336057 -27.9686 28.3479 0.290671 -28.0881 28.1884 0.196021 -27.9803 28.071 0.336057 -28.0881 28.1884 0.196021 -28.2271 27.9938 0.136827 -27.9803 28.071 0.336057 -28.2271 27.9938 0.136827 -28.4819 27.6168 0.120367 -27.5376 22.9876 1.7177 -26.5661 18.5469 3.5126 -27.7635 28.5728 0.788584 -27.5376 22.9876 1.7177 -28.4819 27.6168 0.120367 -26.949 16.7565 3.03787 -27.5376 22.9876 1.7177 -27.9803 28.071 0.336057 -28.4819 27.6168 0.120367 -27.5376 22.9876 1.7177 -27.7635 28.5728 0.788584 -27.9803 28.071 0.336057 -26.6198 17.6527 3.15987 -26.5661 18.5469 3.5126 -27.5376 22.9876 1.7177 -26.6198 17.6527 3.15987 -27.5376 22.9876 1.7177 -26.949 16.7565 3.03787 -25.4055 12.9029 4.42337 -23.9714 9.24305 5.9541 -26.5661 18.5469 3.5126 -25.4055 12.9029 4.42337 -26.949 16.7565 3.03787 -23.8556 6.87105 5.57668 -25.4055 12.9029 4.42337 -26.5661 18.5469 3.5126 -26.6198 17.6527 3.15987 -25.4055 12.9029 4.42337 -26.6198 17.6527 3.15987 -26.949 16.7565 3.03787 -23.7855 8.07464 5.65906 -23.9714 9.24305 5.9541 -25.4055 12.9029 4.42337 -23.7855 8.07464 5.65906 -25.4055 12.9029 4.42337 -23.8556 6.87105 5.57668 -22.083 3.92768 6.64174 -20.5328 1.13635 7.80139 -23.9714 9.24305 5.9541 -22.083 3.92768 6.64174 -20.2438 0.285579 7.54667 -20.5328 1.13635 7.80139 -22.083 3.92768 6.64174 -20.0568 -0.584279 7.40221 -20.2438 0.285579 7.54667 -22.083 3.92768 6.64174 -19.945 -1.48274 7.35 -20.0568 -0.584279 7.40221 -22.083 3.92768 6.64174 -23.8556 6.87105 5.57668 -19.945 -1.48274 7.35 -22.083 3.92768 6.64174 -23.7855 8.07464 5.65906 -23.8556 6.87105 5.57668 -22.083 3.92768 6.64174 -23.9714 9.24305 5.9541 -23.7855 8.07464 5.65906 -19.8092 2.75578 7.35 -19.5787 4.0835 7.35 -19.8133 3.94323 7.5115 -19.8092 2.75578 7.35 -19.8133 3.94323 7.5115 -20.053 3.89457 7.69218 -19.8092 2.75578 7.35 -20.053 3.89457 7.69218 -20.3002 3.93886 7.89304 -19.8092 2.75578 7.35 -20.3002 3.93886 7.89304 -20.5416 4.07444 8.10342 -25.4528 18.6047 16.572 -24.9895 19.7557 16.8342 -25.0959 19.6202 16.8342 -25.4528 18.6047 16.572 -25.0959 19.6202 16.8342 -25.2017 19.4842 16.8342 -25.4528 18.6047 16.572 -23.5182 12.2554 12.5659 -24.9895 19.7557 16.8342 -25.4528 18.6047 16.572 -23.5605 9.5472 11.6871 -23.5182 12.2554 12.5659 -25.4774 18.7888 16.675 -25.3067 19.3477 16.8342 -25.4495 19.072 16.7923 -25.4774 18.7888 16.675 -25.2017 19.4842 16.8342 -25.3067 19.3477 16.8342 -25.4774 18.7888 16.675 -25.4528 18.6047 16.572 -25.2017 19.4842 16.8342 -20.5328 1.13635 7.80139 -20.5416 4.07444 8.10342 -20.7065 4.22253 8.25611 -20.5328 1.13635 7.80139 -20.7065 4.22253 8.25611 -20.8606 4.40629 8.4067 -20.5328 1.13635 7.80139 -20.8606 4.40629 8.4067 -21.0955 4.78867 8.65574 -20.5328 1.13635 7.80139 -21.0955 4.78867 8.65574 -21.2746 5.19506 8.86975 -20.5328 1.13635 7.80139 -19.9801 0.891249 7.35 -19.9165 1.82552 7.35 -20.5328 1.13635 7.80139 -19.9165 1.82552 7.35 -19.8092 2.75578 7.35 -20.5328 1.13635 7.80139 -21.2746 5.19506 8.86975 -23.5605 9.5472 11.6871 -20.5328 1.13635 7.80139 -19.8092 2.75578 7.35 -20.5416 4.07444 8.10342 -20.2438 0.285579 7.54667 -19.9801 0.891249 7.35 -20.5328 1.13635 7.80139 -19.9999 -0.0449734 7.35 -19.9801 0.891249 7.35 -20.2438 0.285579 7.54667 -20.0568 -0.584279 7.40221 -19.9999 -0.0449734 7.35 -20.2438 0.285579 7.54667 -19.945 -1.48274 7.35 -19.9999 -0.0449734 7.35 -20.0568 -0.584279 7.40221 -23.5182 12.2554 12.5659 -23.5605 9.5472 11.6871 -21.2746 5.19506 8.86975 -31.4985 7.14621 16.462 -21.1839 -4.69917 8.08888 -28.425 2.98669 5.5193 -31.4985 7.14621 16.462 -28.425 2.98669 5.5193 -32.5618 8.77244 3.61819 -36.0951 15.1995 10.7008 -32.5618 8.77244 3.61819 -36.0951 15.1995 1.61472 -36.0951 15.1995 10.7008 -31.4985 7.14621 16.462 -32.5618 8.77244 3.61819 -31.654 8.06241 3.10163 -27.8098 4.19808 4.36412 -32.1156 10.3833 2.29598 -31.654 8.06241 3.10163 -32.5618 8.77244 3.61819 -28.425 2.98669 5.5193 -31.654 8.06241 3.10163 -28.302 3.44425 4.63208 -27.8098 4.19808 4.36412 -31.654 8.06241 3.10163 -28.425 2.98669 5.5193 -28.302 3.44425 4.63208 -34.6295 13.1086 1.49656 -32.1156 10.3833 2.29598 -35.7047 17.2939 0.120367 -34.6295 13.1086 1.49656 -36.0985 15.2879 1.32092 -36.0951 15.1995 1.61472 -34.6295 13.1086 1.49656 -36.0914 15.3735 1.17121 -36.0985 15.2879 1.32092 -34.6295 13.1086 1.49656 -35.7047 17.2939 0.120367 -35.7963 16.9345 0.175515 -34.6295 13.1086 1.49656 -36.0951 15.1995 1.61472 -32.5618 8.77244 3.61819 -34.6295 13.1086 1.49656 -32.5618 8.77244 3.61819 -33.1951 10.5356 2.30591 -34.6295 13.1086 1.49656 -33.1951 10.5356 2.30591 -32.1156 10.3833 2.29598 -35.8816 15.6315 0.720471 -36.0784 15.4856 1.02151 -36.0914 15.3735 1.17121 -35.8816 15.6315 0.720471 -36.0414 15.7382 0.76982 -36.0784 15.4856 1.02151 -35.8816 15.6315 0.720471 -35.9737 16.1198 0.501395 -36.0414 15.7382 0.76982 -35.8816 15.6315 0.720471 -35.8768 16.5881 0.279819 -35.9737 16.1198 0.501395 -35.8816 15.6315 0.720471 -35.7963 16.9345 0.175515 -35.8768 16.5881 0.279819 -35.8816 15.6315 0.720471 -36.0914 15.3735 1.17121 -34.6295 13.1086 1.49656 -35.8816 15.6315 0.720471 -34.6295 13.1086 1.49656 -35.7963 16.9345 0.175515 -20.1052 -5.12546 7.49947 -19.7104 -5.09906 7.40881 -19.7779 -4.79358 7.31226 -20.1052 -5.12546 7.49947 -19.709 -5.25262 7.47718 -19.7104 -5.09906 7.40881 -20.1052 -5.12546 7.49947 -19.8652 -5.45784 7.66066 -19.709 -5.25262 7.47718 -20.1052 -5.12546 7.49947 -20.0731 -5.44344 7.77392 -19.8652 -5.45784 7.66066 -20.1052 -5.12546 7.49947 -20.364 -5.31741 7.88487 -20.0731 -5.44344 7.77392 -20.3466 -5.03057 7.52446 -20.7883 -5.03278 8.00391 -20.364 -5.31741 7.88487 -20.3466 -5.03057 7.52446 -20.364 -5.31741 7.88487 -20.1052 -5.12546 7.49947 -20.3466 -5.03057 7.52446 -20.1052 -5.12546 7.49947 -19.7779 -4.79358 7.31226 -20.5422 -4.63528 7.30902 -19.7779 -4.79358 7.31226 -20.1533 -3.91109 7.15548 -20.5422 -4.63528 7.30902 -20.7883 -5.03278 8.00391 -20.3466 -5.03057 7.52446 -20.5422 -4.63528 7.30902 -20.3466 -5.03057 7.52446 -19.7779 -4.79358 7.31226 -20.7797 -4.52833 7.31107 -21.1839 -4.69917 8.08888 -20.7883 -5.03278 8.00391 -20.7797 -4.52833 7.31107 -20.7883 -5.03278 8.00391 -20.5422 -4.63528 7.30902 -20.7797 -4.52833 7.31107 -20.5422 -4.63528 7.30902 -20.1533 -3.91109 7.15548 -24.4166 -0.993833 6.13667 -20.1533 -3.91109 7.15548 -27.8098 4.19808 4.36412 -24.4166 -0.993833 6.13667 -28.425 2.98669 5.5193 -21.1839 -4.69917 8.08888 -24.4166 -0.993833 6.13667 -27.8098 4.19808 4.36412 -28.302 3.44425 4.63208 -24.4166 -0.993833 6.13667 -20.7797 -4.52833 7.31107 -20.1533 -3.91109 7.15548 -24.4166 -0.993833 6.13667 -28.302 3.44425 4.63208 -28.425 2.98669 5.5193 -24.4166 -0.993833 6.13667 -21.1839 -4.69917 8.08888 -20.7797 -4.52833 7.31107 -32.5029 9.39171 2.67176 -32.5618 8.77244 3.61819 -31.654 8.06241 3.10163 -32.5029 9.39171 2.67176 -31.654 8.06241 3.10163 -32.1156 10.3833 2.29598 -32.5029 9.39171 2.67176 -33.1951 10.5356 2.30591 -32.5618 8.77244 3.61819 -32.5029 9.39171 2.67176 -32.1156 10.3833 2.29598 -33.1951 10.5356 2.30591 -19.4867 -4.5022 7.35 -19.3929 -5.08014 7.33267 -19.2338 -5.48291 7.35 -19.6625 -4.61671 7.27753 -19.3929 -5.08014 7.33267 -19.4867 -4.5022 7.35 -20.1533 -3.91109 7.15548 -19.4867 -4.5022 7.35 -19.6907 -3.50394 7.35 -20.1533 -3.91109 7.15548 -19.6625 -4.61671 7.27753 -19.4867 -4.5022 7.35 -19.8436 -2.49658 7.35 -20.1533 -3.91109 7.15548 -19.6907 -3.50394 7.35 -19.945 -1.48274 7.35 -20.1533 -3.91109 7.15548 -19.8436 -2.49658 7.35 -27.8098 4.19808 4.36412 -20.1533 -3.91109 7.15548 -19.945 -1.48274 7.35 -23.8556 6.87105 5.57668 -27.8098 4.19808 4.36412 -19.945 -1.48274 7.35 -32.1156 10.3833 2.29598 -27.8098 4.19808 4.36412 -23.8556 6.87105 5.57668 -26.949 16.7565 3.03787 -32.1156 10.3833 2.29598 -23.8556 6.87105 5.57668 -35.7047 17.2939 0.120367 -32.1156 10.3833 2.29598 -26.949 16.7565 3.03787 -33.6681 20.9848 0.120367 -35.7047 17.2939 0.120367 -26.949 16.7565 3.03787 -31.2514 24.4388 0.120367 -33.6681 20.9848 0.120367 -26.949 16.7565 3.03787 -28.4819 27.6168 0.120367 -31.2514 24.4388 0.120367 -26.949 16.7565 3.03787 -26.8705 29.6306 9.71857 -27.3531 29.1858 3.8701 -27.47 29.0166 3.89254 -26.9919 29.4597 9.74109 -27.47 29.0166 3.89254 -27.5094 28.8144 3.91119 -26.9919 29.4597 9.74109 -26.8705 29.6306 9.71857 -27.47 29.0166 3.89254 -27.0329 29.2537 9.75962 -26.9919 29.4597 9.74109 -27.5094 28.8144 3.91119 -27.6104 28.9425 0.747468 -27.47 29.0166 3.89254 -27.3531 29.1858 3.8701 -27.7253 28.7737 0.769896 -27.47 29.0166 3.89254 -27.6104 28.9425 0.747468 -27.7635 28.5728 0.788584 -27.5094 28.8144 3.91119 -27.47 29.0166 3.89254 -27.7635 28.5728 0.788584 -27.47 29.0166 3.89254 -27.7253 28.7737 0.769896 -27.7253 28.7737 0.769896 -27.6104 28.9425 0.747468 -27.6702 28.8853 0.436654 -27.8006 28.547 0.587274 -27.6702 28.8853 0.436654 -27.746 28.8125 0.24846 -27.8006 28.547 0.587274 -27.7635 28.5728 0.788584 -27.7253 28.7737 0.769896 -27.8006 28.547 0.587274 -27.7253 28.7737 0.769896 -27.6702 28.8853 0.436654 -27.8756 28.4641 0.413336 -27.746 28.8125 0.24846 -27.9034 28.6601 0.0125887 -27.8756 28.4641 0.413336 -27.8006 28.547 0.587274 -27.746 28.8125 0.24846 -27.9686 28.3479 0.290671 -27.9034 28.6601 0.0125887 -28.0985 28.4688 -0.162135 -27.9686 28.3479 0.290671 -27.8756 28.4641 0.413336 -27.9034 28.6601 0.0125887 -28.0881 28.1884 0.196021 -27.9686 28.3479 0.290671 -28.0985 28.4688 -0.162135 -28.6524 27.7822 -0.0627968 -28.4113 28.1566 -0.308035 -28.717 27.8448 -0.348945 -28.2901 28.1883 -0.0308548 -28.0985 28.4688 -0.162135 -28.2483 28.3202 -0.247858 -28.2901 28.1883 -0.0308548 -28.2271 27.9938 0.136827 -28.0881 28.1884 0.196021 -28.2901 28.1883 -0.0308548 -28.0881 28.1884 0.196021 -28.0985 28.4688 -0.162135 -28.3589 28.1126 -0.0495042 -28.2483 28.3202 -0.247858 -28.4113 28.1566 -0.308035 -28.3589 28.1126 -0.0495042 -28.6524 27.7822 -0.0627968 -28.4819 27.6168 0.120367 -28.3589 28.1126 -0.0495042 -28.4819 27.6168 0.120367 -28.2271 27.9938 0.136827 -28.3589 28.1126 -0.0495042 -28.2901 28.1883 -0.0308548 -28.2483 28.3202 -0.247858 -28.3589 28.1126 -0.0495042 -28.2271 27.9938 0.136827 -28.2901 28.1883 -0.0308548 -28.3589 28.1126 -0.0495042 -28.4113 28.1566 -0.308035 -28.6524 27.7822 -0.0627968 -33.7808 21.0551 0.0470198 -35.8242 17.3518 0.0470198 -35.7047 17.2939 0.120367 -33.7808 21.0551 0.0470198 -35.7047 17.2939 0.120367 -33.6681 20.9848 0.120367 -33.8697 21.1105 -0.0627948 -35.9185 17.3975 -0.0627948 -35.8242 17.3518 0.0470198 -33.8697 21.1105 -0.0627948 -35.8242 17.3518 0.0470198 -33.7808 21.0551 0.0470198 -33.9265 21.1459 -0.198963 -33.9461 21.1581 -0.348945 -35.9995 17.4367 -0.348945 -33.9265 21.1459 -0.198963 -35.9787 17.4267 -0.198963 -35.9185 17.3975 -0.0627948 -33.9265 21.1459 -0.198963 -35.9995 17.4367 -0.348945 -35.9787 17.4267 -0.198963 -33.9265 21.1459 -0.198963 -35.9185 17.3975 -0.0627948 -33.8697 21.1105 -0.0627948 -31.356 24.5206 0.0470198 -33.6681 20.9848 0.120367 -31.2514 24.4388 0.120367 -31.356 24.5206 0.0470198 -31.2514 24.4388 0.120367 -28.4819 27.6168 0.120367 -31.356 24.5206 0.0470198 -28.4819 27.6168 0.120367 -28.6524 27.7822 -0.0627968 -31.356 24.5206 0.0470198 -33.7808 21.0551 0.0470198 -33.6681 20.9848 0.120367 -31.4385 24.5851 -0.0627948 -33.8697 21.1105 -0.0627948 -33.7808 21.0551 0.0470198 -31.4385 24.5851 -0.0627948 -31.356 24.5206 0.0470198 -28.6524 27.7822 -0.0627968 -31.4385 24.5851 -0.0627948 -33.7808 21.0551 0.0470198 -31.356 24.5206 0.0470198 -31.4913 24.6264 -0.198963 -31.5094 24.6405 -0.348945 -33.9461 21.1581 -0.348945 -31.4913 24.6264 -0.198963 -28.717 27.8448 -0.348945 -31.5094 24.6405 -0.348945 -31.4913 24.6264 -0.198963 -28.6524 27.7822 -0.0627968 -28.717 27.8448 -0.348945 -31.4913 24.6264 -0.198963 -33.9265 21.1459 -0.198963 -33.8697 21.1105 -0.0627948 -31.4913 24.6264 -0.198963 -33.9461 21.1581 -0.348945 -33.9265 21.1459 -0.198963 -31.4913 24.6264 -0.198963 -33.8697 21.1105 -0.0627948 -31.4385 24.5851 -0.0627948 -31.4913 24.6264 -0.198963 -31.4385 24.5851 -0.0627948 -28.6524 27.7822 -0.0627968 -36.9947 15.2115 1.30496 -37.0096 15.1752 1.61472 -36.8568 15.3781 1.61472 -35.9787 17.4267 -0.198963 -35.9995 17.4367 -0.348945 -36.2417 16.9276 -0.284505 -35.7047 17.2939 0.120367 -35.8242 17.3518 0.0470198 -35.7963 16.9345 0.175515 -36.4127 16.0945 0.514816 -36.6348 16.059 0.121738 -36.7525 15.7878 0.347115 -36.8018 15.4913 1.13693 -36.9421 15.3388 0.950809 -36.9947 15.2115 1.30496 -36.8018 15.4913 1.13693 -36.9947 15.2115 1.30496 -36.8568 15.3781 1.61472 -36.7785 15.5556 0.995828 -36.9421 15.3388 0.950809 -36.8018 15.4913 1.13693 -36.2813 15.4231 1.48148 -36.0951 15.1995 1.61472 -36.0985 15.2879 1.32092 -36.2813 15.4231 1.48148 -36.5282 15.485 1.61472 -36.3517 15.4459 1.61472 -36.2813 15.4231 1.48148 -36.3517 15.4459 1.61472 -36.2008 15.3464 1.61472 -36.2813 15.4231 1.48148 -36.2008 15.3464 1.61472 -36.0951 15.1995 1.61472 -36.7464 15.6412 0.847218 -36.8564 15.5436 0.620386 -36.9421 15.3388 0.950809 -36.7464 15.6412 0.847218 -36.9421 15.3388 0.950809 -36.7785 15.5556 0.995828 -36.7464 15.6412 0.847218 -36.7785 15.5556 0.995828 -36.5391 15.6652 1.02569 -36.2972 15.5385 1.20395 -36.0985 15.2879 1.32092 -36.0914 15.3735 1.17121 -36.2972 15.5385 1.20395 -36.2813 15.4231 1.48148 -36.0985 15.2879 1.32092 -36.709 15.7382 0.709009 -36.7525 15.7878 0.347115 -36.8564 15.5436 0.620386 -36.709 15.7382 0.709009 -36.4127 16.0945 0.514816 -36.7525 15.7878 0.347115 -36.709 15.7382 0.709009 -36.8564 15.5436 0.620386 -36.7464 15.6412 0.847218 -36.709 15.7382 0.709009 -36.7464 15.6412 0.847218 -36.5391 15.6652 1.02569 -36.2938 15.578 1.13433 -36.0914 15.3735 1.17121 -36.0784 15.4856 1.02151 -36.2938 15.578 1.13433 -36.2972 15.5385 1.20395 -36.0914 15.3735 1.17121 -36.2884 15.6259 1.05969 -36.0784 15.4856 1.02151 -36.0414 15.7382 0.76982 -36.2884 15.6259 1.05969 -36.2938 15.578 1.13433 -36.0784 15.4856 1.02151 -36.2884 15.6259 1.05969 -36.5391 15.6652 1.02569 -36.2938 15.578 1.13433 -36.23 15.9546 0.687142 -36.0414 15.7382 0.76982 -35.9737 16.1198 0.501395 -36.23 15.9546 0.687142 -35.9737 16.1198 0.501395 -36.4127 16.0945 0.514816 -36.23 15.9546 0.687142 -36.709 15.7382 0.709009 -36.5391 15.6652 1.02569 -36.23 15.9546 0.687142 -36.5391 15.6652 1.02569 -36.2884 15.6259 1.05969 -36.23 15.9546 0.687142 -36.2884 15.6259 1.05969 -36.0414 15.7382 0.76982 -36.23 15.9546 0.687142 -36.4127 16.0945 0.514816 -36.709 15.7382 0.709009 -36.2349 16.6005 0.172749 -35.9737 16.1198 0.501395 -35.8768 16.5881 0.279819 -36.2349 16.6005 0.172749 -36.4603 16.4514 -0.111746 -36.6348 16.059 0.121738 -36.2349 16.6005 0.172749 -36.6348 16.059 0.121738 -36.4127 16.0945 0.514816 -36.2349 16.6005 0.172749 -36.4127 16.0945 0.514816 -35.9737 16.1198 0.501395 -36.1556 16.8098 0.0783371 -35.8768 16.5881 0.279819 -35.7963 16.9345 0.175515 -36.1556 16.8098 0.0783371 -36.2417 16.9276 -0.284505 -36.4603 16.4514 -0.111746 -36.1556 16.8098 0.0783371 -36.2349 16.6005 0.172749 -35.8768 16.5881 0.279819 -36.1556 16.8098 0.0783371 -36.4603 16.4514 -0.111746 -36.2349 16.6005 0.172749 -36.087 16.9852 0.0172492 -35.8242 17.3518 0.0470198 -35.9185 17.3975 -0.0627948 -36.087 16.9852 0.0172492 -35.9185 17.3975 -0.0627948 -35.9787 17.4267 -0.198963 -36.087 16.9852 0.0172492 -35.9787 17.4267 -0.198963 -36.2417 16.9276 -0.284505 -36.087 16.9852 0.0172492 -36.2417 16.9276 -0.284505 -36.1556 16.8098 0.0783371 -36.087 16.9852 0.0172492 -35.7963 16.9345 0.175515 -35.8242 17.3518 0.0470198 -36.087 16.9852 0.0172492 -36.1556 16.8098 0.0783371 -35.7963 16.9345 0.175515 -36.5581 15.5268 1.34341 -36.8568 15.3781 1.61472 -36.7071 15.4592 1.61472 -36.5581 15.5268 1.34341 -36.7071 15.4592 1.61472 -36.5282 15.485 1.61472 -36.5581 15.5268 1.34341 -36.2813 15.4231 1.48148 -36.2972 15.5385 1.20395 -36.5581 15.5268 1.34341 -36.5282 15.485 1.61472 -36.2813 15.4231 1.48148 -36.5581 15.5268 1.34341 -36.8018 15.4913 1.13693 -36.8568 15.3781 1.61472 -36.5577 15.5794 1.1954 -36.2972 15.5385 1.20395 -36.2938 15.578 1.13433 -36.5577 15.5794 1.1954 -36.2938 15.578 1.13433 -36.5391 15.6652 1.02569 -36.5577 15.5794 1.1954 -36.5391 15.6652 1.02569 -36.7785 15.5556 0.995828 -36.5577 15.5794 1.1954 -36.7785 15.5556 0.995828 -36.8018 15.4913 1.13693 -36.5577 15.5794 1.1954 -36.5581 15.5268 1.34341 -36.2972 15.5385 1.20395 -36.5577 15.5794 1.1954 -36.8018 15.4913 1.13693 -36.5581 15.5268 1.34341 -26.7267 29.1889 10.3553 -26.8485 29.6506 9.98538 -26.9787 29.4729 9.90959 -26.7267 29.1889 10.3553 -26.7611 29.7295 10 -26.8485 29.6506 9.98538 -26.9241 29.0854 10.218 -26.9787 29.4729 9.90959 -27.029 29.2573 9.80793 -26.9241 29.0854 10.218 -26.7267 29.1889 10.3553 -26.9787 29.4729 9.90959 -27.0079 28.9453 10.0133 -26.9241 29.0854 10.218 -27.029 29.2573 9.80793 -25.3067 19.3477 16.8342 -26.7267 29.1889 10.3553 -26.9241 29.0854 10.218 -25.3067 19.3477 16.8342 -26.9241 29.0854 10.218 -27.0079 28.9453 10.0133 -25.4495 19.072 16.7923 -25.3067 19.3477 16.8342 -27.0079 28.9453 10.0133 -25.4774 18.7888 16.675 -25.4495 19.072 16.7923 -27.0079 28.9453 10.0133 -36.8568 15.3781 1.61472 -37.0096 15.1752 1.61472 -37.0096 15.1752 10 -36.8568 15.3781 1.61472 -37.0096 15.1752 10 -36.8197 15.4047 10.0735 -36.7071 15.4592 1.61472 -36.8197 15.4047 10.0735 -36.6577 15.4731 10.1766 -36.7071 15.4592 1.61472 -36.8568 15.3781 1.61472 -36.8197 15.4047 10.0735 -36.5282 15.485 1.61472 -36.6577 15.4731 10.1766 -36.4331 15.4726 10.3503 -36.5282 15.485 1.61472 -36.7071 15.4592 1.61472 -36.6577 15.4731 10.1766 -36.3517 15.4459 1.61472 -36.4331 15.4726 10.3503 -36.2377 15.3786 10.5321 -36.3517 15.4459 1.61472 -36.5282 15.485 1.61472 -36.4331 15.4726 10.3503 -36.2008 15.3464 1.61472 -36.2377 15.3786 10.5321 -36.0951 15.1995 10.7008 -36.2008 15.3464 1.61472 -36.3517 15.4459 1.61472 -36.2377 15.3786 10.5321 -36.0951 15.1995 1.61472 -36.2008 15.3464 1.61472 -36.0951 15.1995 10.7008 -26.9787 29.4729 9.90959 -26.8705 29.6306 9.71857 -26.9919 29.4597 9.74109 -26.9787 29.4729 9.90959 -26.8485 29.6506 9.98538 -26.8705 29.6306 9.71857 -27.029 29.2573 9.80793 -26.9919 29.4597 9.74109 -27.0329 29.2537 9.75962 -27.029 29.2573 9.80793 -26.9787 29.4729 9.90959 -26.9919 29.4597 9.74109 -10.4628 38.181 10.0133 -10.3364 38.467 9.80793 -10.3416 38.4657 9.75962 -10.4669 38.1819 9.96413 -10.4628 38.181 10.0133 -10.3416 38.4657 9.75962 -10.4669 38.1819 9.96413 -13.8913 28.3022 16.572 -13.8276 28.4766 16.675 -10.4669 38.1819 9.96413 -13.8276 28.4766 16.675 -10.4628 38.181 10.0133 -10.9677 38.2982 3.91119 -10.4669 38.1819 9.96413 -10.3416 38.4657 9.75962 -16.4249 19.4027 11.6871 -16.9302 19.3244 5.9541 -17.6528 10.5483 7.80139 -14.9039 28.7683 3.5126 -16.9302 19.3244 5.9541 -16.4249 19.4027 11.6871 -13.8913 28.3022 16.572 -14.9039 28.7683 3.5126 -16.4249 19.4027 11.6871 -10.9677 38.2982 3.91119 -11.3049 38.2023 0.788584 -14.9039 28.7683 3.5126 -10.4669 38.1819 9.96413 -10.9677 38.2982 3.91119 -14.9039 28.7683 3.5126 -10.4669 38.1819 9.96413 -14.9039 28.7683 3.5126 -13.8913 28.3022 16.572 -11.73 37.8587 0.336057 -11.3049 38.2023 0.788584 -11.3498 38.1967 0.587274 -11.73 37.8587 0.336057 -11.3498 38.1967 0.587274 -11.4547 38.1581 0.413336 -11.73 37.8587 0.336057 -11.4547 38.1581 0.413336 -11.5911 38.0984 0.290671 -11.73 37.8587 0.336057 -11.5911 38.0984 0.290671 -11.771 38.0128 0.196021 -11.73 37.8587 0.336057 -11.771 38.0128 0.196021 -11.9845 37.905 0.136827 -11.73 37.8587 0.336057 -11.9845 37.905 0.136827 -12.3853 37.6897 0.120367 -13.7005 33.1519 1.7177 -14.9039 28.7683 3.5126 -11.3049 38.2023 0.788584 -13.7005 33.1519 1.7177 -12.3853 37.6897 0.120367 -16.075 27.3609 3.03787 -13.7005 33.1519 1.7177 -11.73 37.8587 0.336057 -12.3853 37.6897 0.120367 -13.7005 33.1519 1.7177 -11.3049 38.2023 0.788584 -11.73 37.8587 0.336057 -15.367 28.0015 3.15987 -14.9039 28.7683 3.5126 -13.7005 33.1519 1.7177 -15.367 28.0015 3.15987 -13.7005 33.1519 1.7177 -16.075 27.3609 3.03787 -16.4992 23.2315 4.42337 -16.9302 19.3244 5.9541 -14.9039 28.7683 3.5126 -16.4992 23.2315 4.42337 -16.075 27.3609 3.03787 -17.9299 17.1702 5.57668 -16.4992 23.2315 4.42337 -14.9039 28.7683 3.5126 -15.367 28.0015 3.15987 -16.4992 23.2315 4.42337 -15.367 28.0015 3.15987 -16.075 27.3609 3.03787 -17.3085 18.2034 5.65906 -16.9302 19.3244 5.9541 -16.4992 23.2315 4.42337 -17.3085 18.2034 5.65906 -16.4992 23.2315 4.42337 -17.9299 17.1702 5.57668 -17.7282 13.7403 6.64174 -17.6528 10.5483 7.80139 -16.9302 19.3244 5.9541 -17.7282 13.7403 6.64174 -17.7923 9.66064 7.54667 -17.6528 10.5483 7.80139 -17.7282 13.7403 6.64174 -18.0309 8.80349 7.40221 -17.7923 9.66064 7.54667 -17.7282 13.7403 6.64174 -18.3494 7.95598 7.35 -18.0309 8.80349 7.40221 -17.7282 13.7403 6.64174 -17.9299 17.1702 5.57668 -18.3494 7.95598 7.35 -17.7282 13.7403 6.64174 -17.3085 18.2034 5.65906 -17.9299 17.1702 5.57668 -17.7282 13.7403 6.64174 -16.9302 19.3244 5.9541 -17.3085 18.2034 5.65906 -16.2595 11.6459 7.35 -15.4384 12.7144 7.35 -15.7111 12.6992 7.51135 -16.2595 11.6459 7.35 -15.7111 12.6992 7.51135 -15.9453 12.7671 7.6914 -16.2595 11.6459 7.35 -15.9453 12.7671 7.6914 -16.1438 12.921 7.89232 -16.2595 11.6459 7.35 -16.1438 12.921 7.89232 -16.2943 13.1521 8.102 -13.8913 28.3022 16.572 -12.9461 29.106 16.8342 -13.1034 29.0355 16.8342 -13.8913 28.3022 16.572 -13.1034 29.0355 16.8342 -13.2602 28.9642 16.8342 -13.8913 28.3022 16.572 -15.129 21.7811 12.5659 -12.9461 29.106 16.8342 -13.8913 28.3022 16.572 -16.4249 19.4027 11.6871 -15.129 21.7811 12.5659 -13.8276 28.4766 16.675 -13.4166 28.8921 16.8342 -13.6712 28.7144 16.7923 -13.8276 28.4766 16.675 -13.2602 28.9642 16.8342 -13.4166 28.8921 16.8342 -13.8276 28.4766 16.675 -13.8913 28.3022 16.572 -13.2602 28.9642 16.8342 -17.6528 10.5483 7.80139 -16.2943 13.1521 8.102 -16.3708 13.3563 8.25243 -17.6528 10.5483 7.80139 -16.3708 13.3563 8.25243 -16.4232 13.5945 8.40583 -17.6528 10.5483 7.80139 -16.4232 13.5945 8.40583 -16.4537 14.0432 8.6555 -17.6528 10.5483 7.80139 -16.4537 14.0432 8.6555 -16.4234 14.4868 8.86975 -17.6528 10.5483 7.80139 -17.2773 10.0744 7.35 -16.7868 10.8721 7.35 -17.6528 10.5483 7.80139 -16.7868 10.8721 7.35 -16.2595 11.6459 7.35 -17.6528 10.5483 7.80139 -16.4234 14.4868 8.86975 -16.4249 19.4027 11.6871 -17.6528 10.5483 7.80139 -16.2595 11.6459 7.35 -16.2943 13.1521 8.102 -17.7923 9.66064 7.54667 -17.2773 10.0744 7.35 -17.6528 10.5483 7.80139 -17.73 9.25462 7.35 -17.2773 10.0744 7.35 -17.7923 9.66064 7.54667 -18.0309 8.80349 7.40221 -17.73 9.25462 7.35 -17.7923 9.66064 7.54667 -18.3494 7.95598 7.35 -17.73 9.25462 7.35 -18.0309 8.80349 7.40221 -15.129 21.7811 12.5659 -16.4249 19.4027 11.6871 -16.4234 14.4868 8.86975 -24.5695 20.9657 16.462 -20.9412 5.68373 8.08888 -23.7811 15.8543 5.5193 -24.5695 20.9657 16.462 -23.7811 15.8543 5.5193 -24.7553 22.8998 3.61819 -24.8971 30.2328 10.7008 -24.7553 22.8998 3.61819 -24.8971 30.2328 1.61472 -24.8971 30.2328 10.7008 -24.5695 20.9657 16.462 -24.7553 22.8998 3.61819 -24.2814 21.8493 3.10163 -22.6734 16.6411 4.36412 -23.6116 24.1189 2.29598 -24.2814 21.8493 3.10163 -24.7553 22.8998 3.61819 -23.7811 15.8543 5.5193 -24.2814 21.8493 3.10163 -23.4595 16.2023 4.63208 -22.6734 16.6411 4.36412 -24.2814 21.8493 3.10163 -23.7811 15.8543 5.5193 -23.4595 16.2023 4.63208 -24.571 27.7003 1.49656 -23.6116 24.1189 2.29598 -23.578 31.9058 0.120367 -24.571 27.7003 1.49656 -24.859 30.3126 1.32092 -24.8971 30.2328 1.61472 -24.571 27.7003 1.49656 -24.813 30.3851 1.17121 -24.859 30.3126 1.32092 -24.571 27.7003 1.49656 -23.578 31.9058 0.120367 -23.8262 31.6302 0.175515 -24.571 27.7003 1.49656 -24.8971 30.2328 1.61472 -24.7553 22.8998 3.61819 -24.571 27.7003 1.49656 -24.7553 22.8998 3.61819 -24.4967 24.7554 2.30591 -24.571 27.7003 1.49656 -24.4967 24.7554 2.30591 -23.6116 24.1189 2.29598 -24.5073 30.516 0.720471 -24.7493 30.4783 1.02151 -24.813 30.3851 1.17121 -24.5073 30.516 0.720471 -24.5992 30.6847 0.76982 -24.7493 30.4783 1.02151 -24.5073 30.516 0.720471 -24.3619 30.9912 0.501395 -24.5992 30.6847 0.76982 -24.5073 30.516 0.720471 -24.0585 31.3608 0.279819 -24.3619 30.9912 0.501395 -24.5073 30.516 0.720471 -23.8262 31.6302 0.175515 -24.0585 31.3608 0.279819 -24.5073 30.516 0.720471 -24.813 30.3851 1.17121 -24.571 27.7003 1.49656 -24.5073 30.516 0.720471 -24.571 27.7003 1.49656 -23.8262 31.6302 0.175515 -20.1847 4.80592 7.49935 -19.822 4.6458 7.40845 -19.74 4.94758 7.31205 -20.1847 4.80592 7.49935 -19.892 4.50895 7.47674 -19.822 4.6458 7.40845 -20.1847 4.80592 7.49935 -20.1267 4.39928 7.66102 -19.892 4.50895 7.47674 -20.1847 4.80592 7.49935 -20.3048 4.50972 7.7747 -20.1267 4.39928 7.66102 -20.1847 4.80592 7.49935 -20.5034 4.75658 7.88531 -20.3048 4.50972 7.7747 -20.3541 5.00189 7.52426 -20.7463 5.20522 8.00406 -20.5034 4.75658 7.88531 -20.3541 5.00189 7.52426 -20.5034 4.75658 7.88531 -20.1847 4.80592 7.49935 -20.3541 5.00189 7.52426 -20.1847 4.80592 7.49935 -19.74 4.94758 7.31205 -20.3436 5.44239 7.30903 -19.74 4.94758 7.31205 -19.6624 5.90261 7.15548 -20.3436 5.44239 7.30903 -20.7463 5.20522 8.00406 -20.3541 5.00189 7.52426 -20.3436 5.44239 7.30903 -20.3541 5.00189 7.52426 -19.74 4.94758 7.31205 -20.504 5.64718 7.31107 -20.9412 5.68373 8.08888 -20.7463 5.20522 8.00406 -20.504 5.64718 7.31107 -20.7463 5.20522 8.00406 -20.3436 5.44239 7.30903 -20.504 5.64718 7.31107 -20.3436 5.44239 7.30903 -19.6624 5.90261 7.15548 -22.0817 10.467 6.13667 -19.6624 5.90261 7.15548 -22.6734 16.6411 4.36412 -22.0817 10.467 6.13667 -23.7811 15.8543 5.5193 -20.9412 5.68373 8.08888 -22.0817 10.467 6.13667 -22.6734 16.6411 4.36412 -23.4595 16.2023 4.63208 -22.0817 10.467 6.13667 -20.504 5.64718 7.31107 -19.6624 5.90261 7.15548 -22.0817 10.467 6.13667 -23.4595 16.2023 4.63208 -23.7811 15.8543 5.5193 -22.0817 10.467 6.13667 -20.9412 5.68373 8.08888 -20.504 5.64718 7.31107 -24.4153 23.4208 2.67176 -24.7553 22.8998 3.61819 -24.2814 21.8493 3.10163 -24.4153 23.4208 2.67176 -24.2814 21.8493 3.10163 -23.6116 24.1189 2.29598 -24.4153 23.4208 2.67176 -24.4967 24.7554 2.30591 -24.7553 22.8998 3.61819 -24.4153 23.4208 2.67176 -23.6116 24.1189 2.29598 -24.4967 24.7554 2.30591 -19.3469 5.0694 7.35 -19.5332 4.50889 7.3328 -19.5787 4.0835 7.35 -19.5559 5.05001 7.27746 -19.5332 4.50889 7.3328 -19.3469 5.0694 7.35 -19.6624 5.90261 7.15548 -19.3469 5.0694 7.35 -19.0636 6.04813 7.35 -19.6624 5.90261 7.15548 -19.5559 5.05001 7.27746 -19.3469 5.0694 7.35 -18.7308 7.01115 7.35 -19.6624 5.90261 7.15548 -19.0636 6.04813 7.35 -18.3494 7.95598 7.35 -19.6624 5.90261 7.15548 -18.7308 7.01115 7.35 -22.6734 16.6411 4.36412 -19.6624 5.90261 7.15548 -18.3494 7.95598 7.35 -17.9299 17.1702 5.57668 -22.6734 16.6411 4.36412 -18.3494 7.95598 7.35 -23.6116 24.1189 2.29598 -22.6734 16.6411 4.36412 -17.9299 17.1702 5.57668 -16.075 27.3609 3.03787 -23.6116 24.1189 2.29598 -17.9299 17.1702 5.57668 -23.578 31.9058 0.120367 -23.6116 24.1189 2.29598 -16.075 27.3609 3.03787 -20.0595 34.2275 0.120367 -23.578 31.9058 0.120367 -16.075 27.3609 3.03787 -16.3145 36.1627 0.120367 -20.0595 34.2275 0.120367 -16.075 27.3609 3.03787 -12.3853 37.6897 0.120367 -16.3145 36.1627 0.120367 -16.075 27.3609 3.03787 -24.5695 20.9657 16.462 -25.0959 19.6202 16.8342 -24.9895 19.7557 16.8342 -24.5695 20.9657 16.462 -25.2017 19.4842 16.8342 -25.0959 19.6202 16.8342 -24.5695 20.9657 16.462 -25.3067 19.3477 16.8342 -25.2017 19.4842 16.8342 -24.5695 20.9657 16.462 -24.9895 19.7557 16.8342 -24.7706 20.0929 16.8007 -24.5695 20.9657 16.462 -24.7706 20.0929 16.8007 -24.634 20.4203 16.7151 -24.5695 20.9657 16.462 -24.634 20.4203 16.7151 -24.5737 20.6918 16.6079 -26.7267 29.1889 10.3553 -25.3067 19.3477 16.8342 -24.5695 20.9657 16.462 -26.4169 30.0358 10 -26.7611 29.7295 10 -26.7267 29.1889 10.3553 -24.8971 30.2328 10.7008 -26.7267 29.1889 10.3553 -24.5695 20.9657 16.462 -24.8971 30.2328 10.7008 -26.4169 30.0358 10 -26.7267 29.1889 10.3553 -26.0692 30.338 10 -26.4169 30.0358 10 -24.8971 30.2328 10.7008 -24.9401 30.4576 10.5321 -26.0692 30.338 10 -24.8971 30.2328 10.7008 -25.0695 30.6316 10.3503 -26.0692 30.338 10 -24.9401 30.4576 10.5321 -25.7181 30.6362 10 -26.0692 30.338 10 -25.0695 30.6316 10.3503 -25.2681 30.7365 10.1766 -25.7181 30.6362 10 -25.0695 30.6316 10.3503 -25.4433 30.7512 10.0735 -25.7181 30.6362 10 -25.2681 30.7365 10.1766 -10.0226 38.724 9.71857 -10.6566 38.5543 3.8701 -10.8388 38.4589 3.89254 -10.2095 38.629 9.74109 -10.8388 38.4589 3.89254 -10.9677 38.2982 3.91119 -10.2095 38.629 9.74109 -10.0226 38.724 9.71857 -10.8388 38.4589 3.89254 -10.3416 38.4657 9.75962 -10.2095 38.629 9.74109 -10.9677 38.2982 3.91119 -10.9976 38.4585 0.747468 -10.8388 38.4589 3.89254 -10.6566 38.5543 3.8701 -11.1777 38.3624 0.769896 -10.8388 38.4589 3.89254 -10.9976 38.4585 0.747468 -11.3049 38.2023 0.788584 -10.9677 38.2982 3.91119 -10.8388 38.4589 3.89254 -11.3049 38.2023 0.788584 -10.8388 38.4589 3.89254 -11.1777 38.3624 0.769896 -11.1777 38.3624 0.769896 -10.9976 38.4585 0.747468 -11.077 38.4357 0.436654 -11.3498 38.1967 0.587274 -11.077 38.4357 0.436654 -11.178 38.4064 0.24846 -11.3498 38.1967 0.587274 -11.3049 38.2023 0.788584 -11.1777 38.3624 0.769896 -11.3498 38.1967 0.587274 -11.1777 38.3624 0.769896 -11.077 38.4357 0.436654 -11.4547 38.1581 0.413336 -11.178 38.4064 0.24846 -11.3882 38.3446 0.0125887 -11.4547 38.1581 0.413336 -11.3498 38.1967 0.587274 -11.178 38.4064 0.24846 -11.5911 38.0984 0.290671 -11.3882 38.3446 0.0125887 -11.6499 38.2659 -0.162135 -11.5911 38.0984 0.290671 -11.4547 38.1581 0.413336 -11.3882 38.3446 0.0125887 -11.771 38.0128 0.196021 -11.5911 38.0984 0.290671 -11.6499 38.2659 -0.162135 -12.4594 37.9153 -0.0627968 -12.072 38.1349 -0.308035 -12.4875 38.0008 -0.348945 -11.9499 38.1066 -0.0308548 -11.6499 38.2659 -0.162135 -11.8515 38.2039 -0.247858 -11.9499 38.1066 -0.0308548 -11.9845 37.905 0.136827 -11.771 38.0128 0.196021 -11.9499 38.1066 -0.0308548 -11.771 38.0128 0.196021 -11.6499 38.2659 -0.162135 -12.046 38.0716 -0.0495042 -11.8515 38.2039 -0.247858 -12.072 38.1349 -0.308035 -12.046 38.0716 -0.0495042 -12.4594 37.9153 -0.0627968 -12.3853 37.6897 0.120367 -12.046 38.0716 -0.0495042 -12.3853 37.6897 0.120367 -11.9845 37.905 0.136827 -12.046 38.0716 -0.0495042 -11.9499 38.1066 -0.0308548 -11.8515 38.2039 -0.247858 -12.046 38.0716 -0.0495042 -11.9845 37.905 0.136827 -11.9499 38.1066 -0.0308548 -12.046 38.0716 -0.0495042 -12.072 38.1349 -0.308035 -12.4594 37.9153 -0.0627968 -20.2251 34.5101 -0.348945 -23.7727 32.1692 -0.348945 -23.759 32.1507 -0.198963 -20.1267 34.3421 0.0470198 -23.657 32.0126 0.0470198 -23.578 31.9058 0.120367 -20.1267 34.3421 0.0470198 -23.578 31.9058 0.120367 -20.0595 34.2275 0.120367 -20.1796 34.4324 -0.0627948 -23.7192 32.0969 -0.0627948 -23.657 32.0126 0.0470198 -20.1796 34.4324 -0.0627948 -23.657 32.0126 0.0470198 -20.1267 34.3421 0.0470198 -20.2135 34.4902 -0.198963 -23.759 32.1507 -0.198963 -23.7192 32.0969 -0.0627948 -20.2135 34.4902 -0.198963 -23.7192 32.0969 -0.0627948 -20.1796 34.4324 -0.0627948 -20.2135 34.4902 -0.198963 -20.2251 34.5101 -0.348945 -23.759 32.1507 -0.198963 -16.3691 36.2838 0.0470198 -20.0595 34.2275 0.120367 -16.3145 36.1627 0.120367 -16.3691 36.2838 0.0470198 -16.3145 36.1627 0.120367 -12.3853 37.6897 0.120367 -16.3691 36.2838 0.0470198 -12.3853 37.6897 0.120367 -12.4594 37.9153 -0.0627968 -16.3691 36.2838 0.0470198 -20.1267 34.3421 0.0470198 -20.0595 34.2275 0.120367 -16.4122 36.3793 -0.0627948 -20.1796 34.4324 -0.0627948 -20.1267 34.3421 0.0470198 -16.4122 36.3793 -0.0627948 -16.3691 36.2838 0.0470198 -12.4594 37.9153 -0.0627968 -16.4122 36.3793 -0.0627948 -20.1267 34.3421 0.0470198 -16.3691 36.2838 0.0470198 -16.4397 36.4403 -0.198963 -16.4492 36.4613 -0.348945 -20.2251 34.5101 -0.348945 -16.4397 36.4403 -0.198963 -12.4875 38.0008 -0.348945 -16.4492 36.4613 -0.348945 -16.4397 36.4403 -0.198963 -12.4594 37.9153 -0.0627968 -12.4875 38.0008 -0.348945 -16.4397 36.4403 -0.198963 -20.1796 34.4324 -0.0627948 -16.4122 36.3793 -0.0627948 -16.4397 36.4403 -0.198963 -16.4122 36.3793 -0.0627948 -12.4594 37.9153 -0.0627968 -16.4397 36.4403 -0.198963 -20.2251 34.5101 -0.348945 -20.2135 34.4902 -0.198963 -16.4397 36.4403 -0.198963 -20.2135 34.4902 -0.198963 -20.1796 34.4324 -0.0627948 -25.688 30.6615 1.30496 -25.7181 30.6362 1.61472 -25.4885 30.7449 1.61472 -23.759 32.1507 -0.198963 -23.7727 32.1692 -0.348945 -24.2238 31.8309 -0.284505 -23.578 31.9058 0.120367 -23.657 32.0126 0.0470198 -23.8262 31.6302 0.175515 -24.7624 31.1728 0.514816 -24.9755 31.2446 0.121738 -25.2057 31.0592 0.347115 -25.3872 30.8196 1.13693 -25.5823 30.7497 0.950809 -25.688 30.6615 1.30496 -25.3872 30.8196 1.13693 -25.688 30.6615 1.30496 -25.4885 30.7449 1.61472 -25.3367 30.8656 0.995828 -25.5823 30.7497 0.950809 -25.3872 30.8196 1.13693 -24.958 30.5172 1.48148 -24.8971 30.2328 1.61472 -24.859 30.3126 1.32092 -24.958 30.5172 1.48148 -25.1479 30.6868 1.61472 -25.0098 30.5701 1.61472 -24.958 30.5172 1.48148 -25.0098 30.5701 1.61472 -24.9224 30.4119 1.61472 -24.958 30.5172 1.48148 -24.9224 30.4119 1.61472 -24.8971 30.2328 1.61472 -25.2685 30.9264 0.847218 -25.4113 30.8912 0.620386 -25.5823 30.7497 0.950809 -25.2685 30.9264 0.847218 -25.5823 30.7497 0.950809 -25.3367 30.8656 0.995828 -25.2685 30.9264 0.847218 -25.3367 30.8656 0.995828 -25.0738 30.8514 1.02569 -24.9185 30.6268 1.20395 -24.859 30.3126 1.32092 -24.813 30.3851 1.17121 -24.9185 30.6268 1.20395 -24.958 30.5172 1.48148 -24.859 30.3126 1.32092 -25.1903 30.995 0.709009 -25.2057 31.0592 0.347115 -25.4113 30.8912 0.620386 -25.1903 30.995 0.709009 -24.7624 31.1728 0.514816 -25.2057 31.0592 0.347115 -25.1903 30.995 0.709009 -25.4113 30.8912 0.620386 -25.2685 30.9264 0.847218 -25.1903 30.995 0.709009 -25.2685 30.9264 0.847218 -25.0738 30.8514 1.02569 -24.8971 30.6603 1.13433 -24.813 30.3851 1.17121 -24.7493 30.4783 1.02151 -24.8971 30.6603 1.13433 -24.9185 30.6268 1.20395 -24.813 30.3851 1.17121 -24.8701 30.7001 1.05969 -24.7493 30.4783 1.02151 -24.5992 30.6847 0.76982 -24.8701 30.7001 1.05969 -24.8971 30.6603 1.13433 -24.7493 30.4783 1.02151 -24.8701 30.7001 1.05969 -25.0738 30.8514 1.02569 -24.8971 30.6603 1.13433 -24.6656 30.964 0.687142 -24.5992 30.6847 0.76982 -24.3619 30.9912 0.501395 -24.6656 30.964 0.687142 -24.3619 30.9912 0.501395 -24.7624 31.1728 0.514816 -24.6656 30.964 0.687142 -25.1903 30.995 0.709009 -25.0738 30.8514 1.02569 -24.6656 30.964 0.687142 -25.0738 30.8514 1.02569 -24.8701 30.7001 1.05969 -24.6656 30.964 0.687142 -24.8701 30.7001 1.05969 -24.5992 30.6847 0.76982 -24.6656 30.964 0.687142 -24.7624 31.1728 0.514816 -25.1903 30.995 0.709009 -24.3697 31.5382 0.172749 -24.3619 30.9912 0.501395 -24.0585 31.3608 0.279819 -24.3697 31.5382 0.172749 -24.6386 31.5109 -0.111746 -24.9755 31.2446 0.121738 -24.3697 31.5382 0.172749 -24.9755 31.2446 0.121738 -24.7624 31.1728 0.514816 -24.3697 31.5382 0.172749 -24.7624 31.1728 0.514816 -24.3619 30.9912 0.501395 -24.2023 31.6867 0.0783371 -24.0585 31.3608 0.279819 -23.8262 31.6302 0.175515 -24.2023 31.6867 0.0783371 -24.2238 31.8309 -0.284505 -24.6386 31.5109 -0.111746 -24.2023 31.6867 0.0783371 -24.3697 31.5382 0.172749 -24.0585 31.3608 0.279819 -24.2023 31.6867 0.0783371 -24.6386 31.5109 -0.111746 -24.3697 31.5382 0.172749 -24.06 31.8101 0.0172492 -23.657 32.0126 0.0470198 -23.7192 32.0969 -0.0627948 -24.06 31.8101 0.0172492 -23.7192 32.0969 -0.0627948 -23.759 32.1507 -0.198963 -24.06 31.8101 0.0172492 -23.759 32.1507 -0.198963 -24.2238 31.8309 -0.284505 -24.06 31.8101 0.0172492 -24.2238 31.8309 -0.284505 -24.2023 31.6867 0.0783371 -24.06 31.8101 0.0172492 -23.8262 31.6302 0.175515 -23.657 32.0126 0.0470198 -24.06 31.8101 0.0172492 -24.2023 31.6867 0.0783371 -23.8262 31.6302 0.175515 -25.1549 30.7377 1.34341 -25.4885 30.7449 1.61472 -25.3183 30.7471 1.61472 -25.1549 30.7377 1.34341 -25.3183 30.7471 1.61472 -25.1479 30.6868 1.61472 -25.1549 30.7377 1.34341 -24.958 30.5172 1.48148 -24.9185 30.6268 1.20395 -25.1549 30.7377 1.34341 -25.1479 30.6868 1.61472 -24.958 30.5172 1.48148 -25.1549 30.7377 1.34341 -25.3872 30.8196 1.13693 -25.4885 30.7449 1.61472 -25.1301 30.7841 1.1954 -24.9185 30.6268 1.20395 -24.8971 30.6603 1.13433 -25.1301 30.7841 1.1954 -24.8971 30.6603 1.13433 -25.0738 30.8514 1.02569 -25.1301 30.7841 1.1954 -25.0738 30.8514 1.02569 -25.3367 30.8656 0.995828 -25.1301 30.7841 1.1954 -25.3367 30.8656 0.995828 -25.3872 30.8196 1.13693 -25.1301 30.7841 1.1954 -25.1549 30.7377 1.34341 -24.9185 30.6268 1.20395 -25.1301 30.7841 1.1954 -25.3872 30.8196 1.13693 -25.1549 30.7377 1.34341 -10.1006 38.266 10.3553 -9.99385 38.7314 9.98538 -10.1917 38.6346 9.90959 -10.1006 38.266 10.3553 -9.87975 38.7607 10 -9.99385 38.7314 9.98538 -10.3235 38.2661 10.218 -10.1917 38.6346 9.90959 -10.3364 38.467 9.80793 -10.3235 38.2661 10.218 -10.1006 38.266 10.3553 -10.1917 38.6346 9.90959 -10.4628 38.181 10.0133 -10.3235 38.2661 10.218 -10.3364 38.467 9.80793 -13.4166 28.8921 16.8342 -10.1006 38.266 10.3553 -10.3235 38.2661 10.218 -13.4166 28.8921 16.8342 -10.3235 38.2661 10.218 -10.4628 38.181 10.0133 -13.6712 28.7144 16.7923 -13.4166 28.8921 16.8342 -10.4628 38.181 10.0133 -13.8276 28.4766 16.675 -13.6712 28.7144 16.7923 -10.4628 38.181 10.0133 -25.4885 30.7449 1.61472 -25.7181 30.6362 1.61472 -25.7181 30.6362 10 -25.4885 30.7449 1.61472 -25.7181 30.6362 10 -25.4433 30.7512 10.0735 -25.3183 30.7471 1.61472 -25.4433 30.7512 10.0735 -25.2681 30.7365 10.1766 -25.3183 30.7471 1.61472 -25.4885 30.7449 1.61472 -25.4433 30.7512 10.0735 -25.1479 30.6868 1.61472 -25.2681 30.7365 10.1766 -25.0695 30.6316 10.3503 -25.1479 30.6868 1.61472 -25.3183 30.7471 1.61472 -25.2681 30.7365 10.1766 -25.0098 30.5701 1.61472 -25.0695 30.6316 10.3503 -24.9401 30.4576 10.5321 -25.0098 30.5701 1.61472 -25.1479 30.6868 1.61472 -25.0695 30.6316 10.3503 -24.9224 30.4119 1.61472 -24.9401 30.4576 10.5321 -24.8971 30.2328 10.7008 -24.9224 30.4119 1.61472 -25.0098 30.5701 1.61472 -24.9401 30.4576 10.5321 -24.8971 30.2328 1.61472 -24.9224 30.4119 1.61472 -24.8971 30.2328 10.7008 -10.1917 38.6346 9.90959 -10.0226 38.724 9.71857 -10.2095 38.629 9.74109 -10.1917 38.6346 9.90959 -9.99385 38.7314 9.98538 -10.0226 38.724 9.71857 -10.3364 38.467 9.80793 -10.2095 38.629 9.74109 -10.3416 38.4657 9.75962 -10.3364 38.467 9.80793 -10.1917 38.6346 9.90959 -10.2095 38.629 9.74109 8.47924 38.6699 10.0133 8.72406 38.8644 9.80793 8.71888 38.8657 9.75962 8.47607 38.6726 9.96413 8.47924 38.6699 10.0133 8.71888 38.8657 9.75962 8.47607 38.6726 9.96413 0.852533 31.5159 16.572 0.990032 31.6407 16.675 8.47607 38.6726 9.96413 0.990032 31.6407 16.675 8.47924 38.6699 10.0133 8.08667 39.0083 3.91119 8.47607 38.6726 9.96413 8.71888 38.8657 9.75962 -5.52667 24.8133 11.6871 -6.01043 24.9787 5.9541 -10.7288 17.5437 7.80139 0.172519 32.3993 3.5126 -6.01043 24.9787 5.9541 -5.52667 24.8133 11.6871 0.852533 31.5159 16.572 0.172519 32.3993 3.5126 -5.52667 24.8133 11.6871 8.08667 39.0083 3.91119 7.74346 39.0801 0.788584 0.172519 32.3993 3.5126 8.47607 38.6726 9.96413 8.08667 39.0083 3.91119 0.172519 32.3993 3.5126 8.47607 38.6726 9.96413 0.172519 32.3993 3.5126 0.852533 31.5159 16.572 7.20738 38.9734 0.336057 7.74346 39.0801 0.788584 7.70113 39.096 0.587274 7.20738 38.9734 0.336057 7.70113 39.096 0.587274 7.59035 39.1106 0.413336 7.20738 38.9734 0.336057 7.59035 39.1106 0.413336 7.44186 39.1211 0.290671 7.20738 38.9734 0.336057 7.44186 39.1211 0.290671 7.24274 39.1289 0.196021 7.20738 38.9734 0.336057 7.24274 39.1289 0.196021 7.00364 39.1327 0.136827 7.20738 38.9734 0.336057 7.00364 39.1327 0.136827 6.54866 39.1283 0.120367 3.27528 35.7215 1.7177 0.172519 32.3993 3.5126 7.74346 39.0801 0.788584 3.27528 35.7215 1.7177 6.54866 39.1283 0.120367 -1.51843 31.6973 3.03787 3.27528 35.7215 1.7177 7.20738 38.9734 0.336057 6.54866 39.1283 0.120367 3.27528 35.7215 1.7177 7.74346 39.0801 0.788584 7.20738 38.9734 0.336057 -0.593862 31.9356 3.15987 0.172519 32.3993 3.5126 3.27528 35.7215 1.7177 -0.593862 31.9356 3.15987 3.27528 35.7215 1.7177 -1.51843 31.6973 3.03787 -3.81312 28.238 4.42337 -6.01043 24.9787 5.9541 0.172519 32.3993 3.5126 -3.81312 28.238 4.42337 -1.51843 31.6973 3.03787 -7.89674 23.5359 5.57668 -3.81312 28.238 4.42337 0.172519 32.3993 3.5126 -0.593862 31.9356 3.15987 -3.81312 28.238 4.42337 -0.593862 31.9356 3.15987 -1.51843 31.6973 3.03787 -6.86639 24.162 5.65906 -6.01043 24.9787 5.9541 -3.81312 28.238 4.42337 -6.86639 24.162 5.65906 -3.81312 28.238 4.42337 -7.89674 23.5359 5.57668 -9.31215 20.4051 6.64174 -10.7288 17.5437 7.80139 -6.01043 24.9787 5.9541 -9.31215 20.4051 6.64174 -11.2644 16.8226 7.54663 -10.7288 17.5437 7.80139 -9.31215 20.4051 6.64174 -11.8748 16.1744 7.40225 -11.2644 16.8226 7.54663 -9.31215 20.4051 6.64174 -12.5503 15.5721 7.35 -11.8748 16.1744 7.40225 -9.31215 20.4051 6.64174 -7.89674 23.5359 5.57668 -12.5503 15.5721 7.35 -9.31215 20.4051 6.64174 -6.86639 24.162 5.65906 -7.89674 23.5359 5.57668 -9.31215 20.4051 6.64174 -6.01043 24.9787 5.9541 -6.86639 24.162 5.65906 -8.98496 17.8681 7.35 -7.76132 18.4326 7.35 -8.00986 18.5459 7.51137 -8.98496 17.8681 7.35 -8.00986 18.5459 7.51137 -8.18572 18.7149 7.69145 -8.98496 17.8681 7.35 -8.18572 18.7149 7.69145 -8.29 18.9434 7.89236 -8.98496 17.8681 7.35 -8.29 18.9434 7.89236 -8.31585 19.218 8.10202 0.852533 31.5159 16.572 2.06297 31.7884 16.8342 1.89103 31.7991 16.8342 0.852533 31.5159 16.572 1.89103 31.7991 16.8342 1.71904 31.8089 16.8342 0.852533 31.5159 16.572 -3.27389 26.317 12.5659 2.06297 31.7884 16.8342 0.852533 31.5159 16.572 -5.52667 24.8133 11.6871 -3.27389 26.317 12.5659 0.990032 31.6407 16.675 1.54699 31.8177 16.8342 1.23899 31.7786 16.7923 0.990032 31.6407 16.675 1.71904 31.8089 16.8342 1.54699 31.8177 16.8342 0.990032 31.6407 16.675 0.852533 31.5159 16.572 1.71904 31.8089 16.8342 -10.7288 17.5437 7.80139 -8.31585 19.218 8.10202 -8.28868 19.4343 8.25245 -10.7288 17.5437 7.80139 -8.28868 19.4343 8.25245 -8.22435 19.6696 8.40585 -10.7288 17.5437 7.80139 -8.22435 19.6696 8.40585 -8.04286 20.0811 8.65551 -10.7288 17.5437 7.80139 -8.04286 20.0811 8.65551 -7.80989 20.4598 8.86975 -10.7288 17.5437 7.80139 -10.6165 16.9496 7.35 -9.8115 17.428 7.35 -10.7288 17.5437 7.80139 -9.8115 17.428 7.35 -8.98496 17.8681 7.35 -10.7288 17.5437 7.80139 -7.80989 20.4598 8.86975 -5.52667 24.8133 11.6871 -10.7288 17.5437 7.80139 -8.98496 17.8681 7.35 -8.31585 19.218 8.10202 -11.2644 16.8226 7.54663 -10.6165 16.9496 7.35 -10.7288 17.5437 7.80139 -11.3983 16.4341 7.35 -10.6165 16.9496 7.35 -11.2644 16.8226 7.54663 -11.8748 16.1744 7.40225 -11.3983 16.4341 7.35 -11.2644 16.8226 7.54663 -12.5503 15.5721 7.35 -11.3983 16.4341 7.35 -11.8748 16.1744 7.40225 -3.27389 26.317 12.5659 -5.52667 24.8133 11.6871 -7.80989 20.4598 8.86975 -12.0119 29.9822 16.462 -15.9011 14.7645 8.08888 -13.6893 25.09 5.5193 -12.0119 29.9822 16.462 -13.6893 25.09 5.5193 -11.2776 31.7811 3.61819 -7.99539 38.34 10.7008 -11.2776 31.7811 3.61819 -7.99539 38.34 1.61472 -7.99539 38.34 10.7008 -12.0119 29.9822 16.462 -11.2776 31.7811 3.61819 -11.3463 30.6307 3.10163 -12.3428 25.2718 4.36412 -9.69842 32.329 2.29598 -11.3463 30.6307 3.10163 -11.2776 31.7811 3.61819 -13.6893 25.09 5.5193 -11.3463 30.6307 3.10163 -13.2428 25.2486 4.63208 -12.3428 25.2718 4.36412 -11.3463 30.6307 3.10163 -13.6893 25.09 5.5193 -13.2428 25.2486 4.63208 -8.8836 35.9461 1.49656 -9.69842 32.329 2.29598 -6.04994 39.2085 0.120367 -8.8836 35.9461 1.49656 -7.92457 38.393 1.32092 -7.99539 38.34 1.61472 -8.8836 35.9461 1.49656 -7.85016 38.4358 1.17121 -7.92457 38.393 1.32092 -8.8836 35.9461 1.49656 -6.04994 39.2085 0.120367 -6.39776 39.0797 0.175515 -8.8836 35.9461 1.49656 -7.99539 38.34 1.61472 -11.2776 31.7811 3.61819 -8.8836 35.9461 1.49656 -11.2776 31.7811 3.61819 -10.1864 33.304 2.30591 -8.8836 35.9461 1.49656 -10.1864 33.304 2.30591 -9.69842 32.329 2.29598 -7.5186 38.4097 0.720471 -7.75051 38.4887 1.02151 -7.85016 38.4358 1.17121 -7.5186 38.4097 0.720471 -7.52156 38.6018 0.76982 -7.75051 38.4887 1.02151 -7.5186 38.4097 0.720471 -7.16906 38.7629 0.501395 -7.52156 38.6018 0.76982 -7.5186 38.4097 0.720471 -6.72862 38.9491 0.279819 -7.16906 38.7629 0.501395 -7.5186 38.4097 0.720471 -6.39776 39.0797 0.175515 -6.72862 38.9491 0.279819 -7.5186 38.4097 0.720471 -7.85016 38.4358 1.17121 -8.8836 35.9461 1.49656 -7.5186 38.4097 0.720471 -8.8836 35.9461 1.49656 -6.39776 39.0797 0.175515 -15.6392 13.6347 7.49947 -15.3932 13.3248 7.40881 -15.1802 13.5538 7.31226 -15.6392 13.6347 7.49947 -15.5188 13.2363 7.47718 -15.3932 13.3248 7.40881 -15.6392 13.6347 7.49947 -15.7764 13.2483 7.66066 -15.5188 13.2363 7.47718 -15.6392 13.6347 7.49947 -15.8827 13.4276 7.77392 -15.7764 13.2483 7.66066 -15.6392 13.6347 7.49947 -15.9442 13.7386 7.88487 -15.8827 13.4276 7.77392 -15.6983 13.8873 7.52446 -15.951 14.2495 8.00391 -15.9442 13.7386 7.88487 -15.6983 13.8873 7.52446 -15.9442 13.7386 7.88487 -15.6392 13.6347 7.49947 -15.6983 13.8873 7.52446 -15.6392 13.6347 7.49947 -15.1802 13.5538 7.31226 -15.484 14.2727 7.30902 -15.1802 13.5538 7.31226 -14.6671 14.3641 7.15548 -15.484 14.2727 7.30902 -15.951 14.2495 8.00391 -15.6983 13.8873 7.52446 -15.484 14.2727 7.30902 -15.6983 13.8873 7.52446 -15.1802 13.5538 7.31226 -15.531 14.529 7.31107 -15.9011 14.7645 8.08888 -15.951 14.2495 8.00391 -15.531 14.529 7.31107 -15.951 14.2495 8.00391 -15.484 14.2727 7.30902 -15.531 14.529 7.31107 -15.484 14.2727 7.30902 -14.6671 14.3641 7.15548 -14.6881 19.5299 6.13667 -14.6671 14.3641 7.15548 -12.3428 25.2718 4.36412 -14.6881 19.5299 6.13667 -13.6893 25.09 5.5193 -15.9011 14.7645 8.08888 -14.6881 19.5299 6.13667 -12.3428 25.2718 4.36412 -13.2428 25.2486 4.63208 -14.6881 19.5299 6.13667 -13.2428 25.2486 4.63208 -13.6893 25.09 5.5193 -14.6881 19.5299 6.13667 -15.531 14.529 7.31107 -14.6671 14.3641 7.15548 -14.6881 19.5299 6.13667 -15.9011 14.7645 8.08888 -15.531 14.529 7.31107 -10.7345 32.0845 2.67176 -11.2776 31.7811 3.61819 -11.3463 30.6307 3.10163 -10.7345 32.0845 2.67176 -11.3463 30.6307 3.10163 -9.69842 32.329 2.29598 -10.7345 32.0845 2.67176 -10.1864 33.304 2.30591 -11.2776 31.7811 3.61819 -10.7345 32.0845 2.67176 -9.69842 32.329 2.29598 -10.1864 33.304 2.30591 -14.7749 13.4797 7.35 -15.1973 13.0742 7.33267 -15.4384 12.7144 7.35 -14.969 13.5593 7.27753 -15.1973 13.0742 7.33267 -14.7749 13.4797 7.35 -14.6671 14.3641 7.15548 -14.7749 13.4797 7.35 -14.0693 14.2146 7.35 -14.6671 14.3641 7.15548 -14.969 13.5593 7.27753 -14.7749 13.4797 7.35 -13.3271 14.9127 7.35 -14.6671 14.3641 7.15548 -14.0693 14.2146 7.35 -12.5503 15.5721 7.35 -14.6671 14.3641 7.15548 -13.3271 14.9127 7.35 -12.3428 25.2718 4.36412 -14.6671 14.3641 7.15548 -12.5503 15.5721 7.35 -7.89674 23.5359 5.57668 -12.3428 25.2718 4.36412 -12.5503 15.5721 7.35 -9.69842 32.329 2.29598 -12.3428 25.2718 4.36412 -7.89674 23.5359 5.57668 -1.51843 31.6973 3.03787 -9.69842 32.329 2.29598 -7.89674 23.5359 5.57668 -6.04994 39.2085 0.120367 -9.69842 32.329 2.29598 -1.51843 31.6973 3.03787 -1.8555 39.6291 0.120367 -6.04994 39.2085 0.120367 -1.51843 31.6973 3.03787 2.3599 39.6022 0.120367 -1.8555 39.6291 0.120367 -1.51843 31.6973 3.03787 6.54866 39.1283 0.120367 2.3599 39.6022 0.120367 -1.51843 31.6973 3.03787 -12.0119 29.9822 16.462 -13.1034 29.0355 16.8342 -12.9461 29.106 16.8342 -12.0119 29.9822 16.462 -13.2602 28.9642 16.8342 -13.1034 29.0355 16.8342 -12.0119 29.9822 16.462 -13.4166 28.8921 16.8342 -13.2602 28.9642 16.8342 -12.0119 29.9822 16.462 -12.9461 29.106 16.8342 -12.5956 29.3028 16.8007 -12.0119 29.9822 16.462 -12.5956 29.3028 16.8007 -12.3225 29.5293 16.7151 -12.0119 29.9822 16.462 -12.3225 29.5293 16.7151 -12.1429 29.7417 16.6079 -10.1006 38.266 10.3553 -13.4166 28.8921 16.8342 -12.0119 29.9822 16.462 -9.4327 38.8719 10 -9.87975 38.7607 10 -10.1006 38.266 10.3553 -7.99539 38.34 10.7008 -10.1006 38.266 10.3553 -12.0119 29.9822 16.462 -7.99539 38.34 10.7008 -9.4327 38.8719 10 -10.1006 38.266 10.3553 -8.9844 38.978 10 -9.4327 38.8719 10 -7.99539 38.34 10.7008 -7.92904 38.5591 10.5321 -8.9844 38.978 10 -7.99539 38.34 10.7008 -7.9627 38.7733 10.3503 -8.9844 38.978 10 -7.92904 38.5591 10.5321 -8.5349 39.0788 10 -8.9844 38.978 10 -7.9627 38.7733 10.3503 -8.08985 38.9585 10.1766 -8.5349 39.0788 10 -7.9627 38.7733 10.3503 -8.23815 39.0529 10.0735 -8.5349 39.0788 10 -8.08985 38.9585 10.1766 9.12134 38.9461 9.71857 8.48111 39.0905 3.8701 8.27547 39.0907 3.89254 8.91172 38.9489 9.74109 8.27547 39.0907 3.89254 8.08667 39.0083 3.91119 8.91172 38.9489 9.74109 9.12134 38.9461 9.71857 8.27547 39.0907 3.89254 8.71888 38.8657 9.75962 8.91172 38.9489 9.74109 8.08667 39.0083 3.91119 8.13469 39.1641 0.747468 8.27547 39.0907 3.89254 8.48111 39.0905 3.8701 7.93054 39.1628 0.769896 8.27547 39.0907 3.89254 8.13469 39.1641 0.747468 7.74346 39.0801 0.788584 8.08667 39.0083 3.91119 8.27547 39.0907 3.89254 7.74346 39.0801 0.788584 8.27547 39.0907 3.89254 7.93054 39.1628 0.769896 7.93054 39.1628 0.769896 8.13469 39.1641 0.747468 8.05372 39.1808 0.436654 7.70113 39.096 0.587274 8.05372 39.1808 0.436654 7.9507 39.2019 0.24846 7.70113 39.096 0.587274 7.74346 39.0801 0.788584 7.93054 39.1628 0.769896 7.70113 39.096 0.587274 7.93054 39.1628 0.769896 8.05372 39.1808 0.436654 7.59035 39.1106 0.413336 7.9507 39.2019 0.24846 7.73591 39.2448 0.0125887 7.59035 39.1106 0.413336 7.70113 39.096 0.587274 7.9507 39.2019 0.24846 7.44186 39.1211 0.290671 7.73591 39.2448 0.0125887 7.46757 39.2968 -0.162135 7.44186 39.1211 0.290671 7.59035 39.1106 0.413336 7.73591 39.2448 0.0125887 7.24274 39.1289 0.196021 7.44186 39.1211 0.290671 7.46757 39.2968 -0.162135 6.58787 39.3625 -0.0627968 7.03296 39.3769 -0.308035 6.60272 39.4513 -0.348945 7.1279 39.2951 -0.0308548 7.46757 39.2968 -0.162135 7.26027 39.3356 -0.247858 7.1279 39.2951 -0.0308548 7.00364 39.1327 0.136827 7.24274 39.1289 0.196021 7.1279 39.2951 -0.0308548 7.24274 39.1289 0.196021 7.46757 39.2968 -0.162135 7.02656 39.3087 -0.0495042 7.26027 39.3356 -0.247858 7.03296 39.3769 -0.308035 7.02656 39.3087 -0.0495042 6.58787 39.3625 -0.0627968 6.54866 39.1283 0.120367 7.02656 39.3087 -0.0495042 6.54866 39.1283 0.120367 7.00364 39.1327 0.136827 7.02656 39.3087 -0.0495042 7.1279 39.2951 -0.0308548 7.26027 39.3356 -0.247858 7.02656 39.3087 -0.0495042 7.00364 39.1327 0.136827 7.1279 39.2951 -0.0308548 7.02656 39.3087 -0.0495042 7.03296 39.3769 -0.308035 6.58787 39.3625 -0.0627968 -1.87081 39.9562 -0.348945 -6.09989 39.5322 -0.348945 -6.09638 39.5094 -0.198963 -1.86171 39.7617 0.0470198 -6.0702 39.3397 0.0470198 -6.04994 39.2085 0.120367 -1.86171 39.7617 0.0470198 -6.08617 39.4432 -0.0627948 -6.0702 39.3397 0.0470198 -1.86171 39.7617 0.0470198 -6.04994 39.2085 0.120367 -1.8555 39.6291 0.120367 -1.86661 39.8663 -0.0627948 -6.09638 39.5094 -0.198963 -6.08617 39.4432 -0.0627948 -1.86661 39.8663 -0.0627948 -6.08617 39.4432 -0.0627948 -1.86171 39.7617 0.0470198 -1.86974 39.9332 -0.198963 -6.09638 39.5094 -0.198963 -1.86661 39.8663 -0.0627948 -1.86974 39.9332 -0.198963 -1.87081 39.9562 -0.348945 -6.09638 39.5094 -0.198963 2.3678 39.7348 0.0470198 -1.8555 39.6291 0.120367 2.3599 39.6022 0.120367 2.3678 39.7348 0.0470198 2.3599 39.6022 0.120367 6.54866 39.1283 0.120367 2.3678 39.7348 0.0470198 6.54866 39.1283 0.120367 6.58787 39.3625 -0.0627968 2.3678 39.7348 0.0470198 -1.86171 39.7617 0.0470198 -1.8555 39.6291 0.120367 2.37403 39.8394 -0.0627948 -1.86661 39.8663 -0.0627948 -1.86171 39.7617 0.0470198 2.37403 39.8394 -0.0627948 2.3678 39.7348 0.0470198 6.58787 39.3625 -0.0627968 2.37403 39.8394 -0.0627948 -1.86171 39.7617 0.0470198 2.3678 39.7348 0.0470198 2.37802 39.9062 -0.198963 2.37939 39.9292 -0.348945 -1.87081 39.9562 -0.348945 2.37802 39.9062 -0.198963 6.60272 39.4513 -0.348945 2.37939 39.9292 -0.348945 2.37802 39.9062 -0.198963 6.58787 39.3625 -0.0627968 6.60272 39.4513 -0.348945 2.37802 39.9062 -0.198963 -1.87081 39.9562 -0.348945 -1.86974 39.9332 -0.198963 2.37802 39.9062 -0.198963 -1.86661 39.8663 -0.0627948 2.37403 39.8394 -0.0627948 2.37802 39.9062 -0.198963 2.37403 39.8394 -0.0627948 6.58787 39.3625 -0.0627968 2.37802 39.9062 -0.198963 -1.86974 39.9332 -0.198963 -1.86661 39.8663 -0.0627948 -8.49654 39.0872 1.30496 -8.5349 39.0788 1.61472 -8.28112 39.0684 1.61472 -6.09638 39.5094 -0.198963 -6.09989 39.5322 -0.348945 -6.6565 39.4422 -0.284505 -6.04994 39.2085 0.120367 -6.0702 39.3397 0.0470198 -6.39776 39.0797 0.175515 -7.43928 39.1098 0.514816 -7.59467 39.2724 0.121738 -7.88464 39.2152 0.347115 -8.1567 39.0874 1.13693 -8.36191 39.1162 0.950809 -8.49654 39.0872 1.30496 -8.1567 39.0874 1.13693 -8.49654 39.0872 1.30496 -8.28112 39.0684 1.61472 -8.09057 39.1047 0.995828 -8.36191 39.1162 0.950809 -8.1567 39.0874 1.13693 -7.9172 38.6202 1.48148 -7.99539 38.34 1.61472 -7.92457 38.393 1.32092 -7.9172 38.6202 1.48148 -8.00646 38.8586 1.61472 -7.93844 38.6912 1.61472 -7.9172 38.6202 1.48148 -7.93844 38.6912 1.61472 -7.93452 38.5104 1.61472 -7.9172 38.6202 1.48148 -7.93452 38.5104 1.61472 -7.99539 38.34 1.61472 -8.0019 39.1269 0.847218 -8.14471 39.162 0.620386 -8.36191 39.1162 0.950809 -8.0019 39.1269 0.847218 -8.36191 39.1162 0.950809 -8.09057 39.1047 0.995828 -8.0019 39.1269 0.847218 -8.09057 39.1047 0.995828 -7.86439 38.9699 1.02569 -7.83123 38.6988 1.20395 -7.92457 38.393 1.32092 -7.85016 38.4358 1.17121 -7.83123 38.6988 1.20395 -7.9172 38.6202 1.48148 -7.92457 38.393 1.32092 -7.9008 39.1512 0.709009 -7.88464 39.2152 0.347115 -8.14471 39.162 0.620386 -7.9008 39.1512 0.709009 -7.43928 39.1098 0.514816 -7.88464 39.2152 0.347115 -7.9008 39.1512 0.709009 -8.14471 39.162 0.620386 -8.0019 39.1269 0.847218 -7.9008 39.1512 0.709009 -8.0019 39.1269 0.847218 -7.86439 38.9699 1.02569 -7.79676 38.7186 1.13433 -7.85016 38.4358 1.17121 -7.75051 38.4887 1.02151 -7.79676 38.7186 1.13433 -7.83123 38.6988 1.20395 -7.85016 38.4358 1.17121 -7.7543 38.7413 1.05969 -7.75051 38.4887 1.02151 -7.52156 38.6018 0.76982 -7.7543 38.7413 1.05969 -7.79676 38.7186 1.13433 -7.75051 38.4887 1.02151 -7.7543 38.7413 1.05969 -7.86439 38.9699 1.02569 -7.79676 38.7186 1.13433 -7.45056 38.8799 0.687142 -7.52156 38.6018 0.76982 -7.16906 38.7629 0.501395 -7.45056 38.8799 0.687142 -7.16906 38.7629 0.501395 -7.43928 39.1098 0.514816 -7.45056 38.8799 0.687142 -7.9008 39.1512 0.709009 -7.86439 38.9699 1.02569 -7.45056 38.8799 0.687142 -7.86439 38.9699 1.02569 -7.7543 38.7413 1.05969 -7.45056 38.8799 0.687142 -7.7543 38.7413 1.05969 -7.52156 38.6018 0.76982 -7.45056 38.8799 0.687142 -7.43928 39.1098 0.514816 -7.9008 39.1512 0.709009 -6.92178 39.2509 0.172749 -7.16906 38.7629 0.501395 -6.72862 38.9491 0.279819 -6.92178 39.2509 0.172749 -7.17259 39.3517 -0.111746 -7.59467 39.2724 0.121738 -6.92178 39.2509 0.172749 -7.59467 39.2724 0.121738 -7.43928 39.1098 0.514816 -6.92178 39.2509 0.172749 -7.43928 39.1098 0.514816 -7.16906 38.7629 0.501395 -6.70449 39.3045 0.0783371 -6.72862 38.9491 0.279819 -6.39776 39.0797 0.175515 -6.70449 39.3045 0.0783371 -6.6565 39.4422 -0.284505 -7.17259 39.3517 -0.111746 -6.70449 39.3045 0.0783371 -6.92178 39.2509 0.172749 -6.72862 38.9491 0.279819 -6.70449 39.3045 0.0783371 -7.17259 39.3517 -0.111746 -6.92178 39.2509 0.172749 -6.52123 39.3477 0.0172492 -6.0702 39.3397 0.0470198 -6.08617 39.4432 -0.0627948 -6.52123 39.3477 0.0172492 -6.08617 39.4432 -0.0627948 -6.09638 39.5094 -0.198963 -6.52123 39.3477 0.0172492 -6.09638 39.5094 -0.198963 -6.6565 39.4422 -0.284505 -6.52123 39.3477 0.0172492 -6.6565 39.4422 -0.284505 -6.70449 39.3045 0.0783371 -6.52123 39.3477 0.0172492 -6.39776 39.0797 0.175515 -6.0702 39.3397 0.0470198 -6.52123 39.3477 0.0172492 -6.70449 39.3045 0.0783371 -6.39776 39.0797 0.175515 -7.98902 38.907 1.34341 -8.28112 39.0684 1.61472 -8.1294 38.9912 1.61472 -7.98902 38.907 1.34341 -8.1294 38.9912 1.61472 -8.00646 38.8586 1.61472 -7.98902 38.907 1.34341 -7.9172 38.6202 1.48148 -7.83123 38.6988 1.20395 -7.98902 38.907 1.34341 -8.00646 38.8586 1.61472 -7.9172 38.6202 1.48148 -7.98902 38.907 1.34341 -8.1567 39.0874 1.13693 -8.28112 39.0684 1.61472 -7.94554 38.9366 1.1954 -7.83123 38.6988 1.20395 -7.79676 38.7186 1.13433 -7.94554 38.9366 1.1954 -7.79676 38.7186 1.13433 -7.86439 38.9699 1.02569 -7.94554 38.9366 1.1954 -7.86439 38.9699 1.02569 -8.09057 39.1047 0.995828 -7.94554 38.9366 1.1954 -8.09057 39.1047 0.995828 -8.1567 39.0874 1.13693 -7.94554 38.9366 1.1954 -7.98902 38.907 1.34341 -7.83123 38.6988 1.20395 -7.94554 38.9366 1.1954 -8.1567 39.0874 1.13693 -7.98902 38.907 1.34341 8.83946 38.5768 10.3553 9.15027 38.9393 9.98538 8.9301 38.9456 9.90959 8.83946 38.5768 10.3553 9.26491 38.9122 10 9.15027 38.9393 9.98538 8.64214 38.6805 10.218 8.9301 38.9456 9.90959 8.72406 38.8644 9.80793 8.64214 38.6805 10.218 8.83946 38.5768 10.3553 8.9301 38.9456 9.90959 8.47924 38.6699 10.0133 8.64214 38.6805 10.218 8.72406 38.8644 9.80793 1.54699 31.8177 16.8342 8.83946 38.5768 10.3553 8.64214 38.6805 10.218 1.54699 31.8177 16.8342 8.64214 38.6805 10.218 8.47924 38.6699 10.0133 1.23899 31.7786 16.7923 1.54699 31.8177 16.8342 8.47924 38.6699 10.0133 0.990032 31.6407 16.675 1.23899 31.7786 16.7923 8.47924 38.6699 10.0133 -8.28112 39.0684 1.61472 -8.5349 39.0788 1.61472 -8.5349 39.0788 10 -8.28112 39.0684 1.61472 -8.5349 39.0788 10 -8.23815 39.0529 10.0735 -8.1294 38.9912 1.61472 -8.23815 39.0529 10.0735 -8.08985 38.9585 10.1766 -8.1294 38.9912 1.61472 -8.28112 39.0684 1.61472 -8.23815 39.0529 10.0735 -8.00646 38.8586 1.61472 -8.08985 38.9585 10.1766 -7.9627 38.7733 10.3503 -8.00646 38.8586 1.61472 -8.1294 38.9912 1.61472 -8.08985 38.9585 10.1766 -7.93844 38.6912 1.61472 -7.9627 38.7733 10.3503 -7.92904 38.5591 10.5321 -7.93844 38.6912 1.61472 -8.00646 38.8586 1.61472 -7.9627 38.7733 10.3503 -7.93452 38.5104 1.61472 -7.92904 38.5591 10.5321 -7.99539 38.34 10.7008 -7.93452 38.5104 1.61472 -7.93844 38.6912 1.61472 -7.92904 38.5591 10.5321 -7.99539 38.34 1.61472 -7.93452 38.5104 1.61472 -7.99539 38.34 10.7008 8.9301 38.9456 9.90959 9.12134 38.9461 9.71857 8.91172 38.9489 9.74109 8.9301 38.9456 9.90959 9.15027 38.9393 9.98538 9.12134 38.9461 9.71857 8.72406 38.8644 9.80793 8.91172 38.9489 9.74109 8.71888 38.8657 9.75962 8.72406 38.8644 9.80793 8.9301 38.9456 9.90959 8.91172 38.9489 9.74109 25.4788 30.3 10.0133 25.786 30.3585 9.80793 25.782 30.362 9.75962 25.4773 30.3039 9.96413 25.4788 30.3 10.0133 25.782 30.362 9.75962 25.4773 30.3039 9.96413 15.4011 27.5098 16.572 15.5808 27.5564 16.675 25.4773 30.3039 9.96413 15.5808 27.5564 16.675 25.4788 30.3 10.0133 20.7267 33.8276 0.120367 19.02 34.8159 0.120367 16.242 29.7309 2.24978 22.3822 32.7558 0.120367 20.7267 33.8276 0.120367 16.242 29.7309 2.24978 23.9824 31.603 0.120367 22.3822 32.7558 0.120367 16.242 29.7309 2.24978 25.2884 30.782 3.91119 25.4773 30.3039 9.96413 25.782 30.362 9.75962 6.63769 24.5395 11.6871 6.9329 25.2296 5.78265 -1.3469 20.5201 7.80139 16.6762 29.0741 3.10422 6.9329 25.2296 5.78265 6.63769 24.5395 11.6871 15.4011 27.5098 16.572 16.6762 29.0741 3.10422 6.63769 24.5395 11.6871 25.2884 30.782 3.91119 25.0179 31.0051 0.788585 16.6762 29.0741 3.10422 25.4773 30.3039 9.96413 25.2884 30.782 3.91119 16.6762 29.0741 3.10422 25.4773 30.3039 9.96413 16.6762 29.0741 3.10422 15.4011 27.5098 16.572 20.6115 30.3787 1.40946 23.9824 31.603 0.120367 16.242 29.7309 2.24978 20.6115 30.3787 1.40946 16.5841 29.1208 2.82034 16.6762 29.0741 3.10422 20.6115 30.3787 1.40946 16.4761 29.2505 2.57029 16.5841 29.1208 2.82034 20.6115 30.3787 1.40946 16.3566 29.4621 2.36943 16.4761 29.2505 2.57029 20.6115 30.3787 1.40946 16.242 29.7309 2.24978 16.3566 29.4621 2.36943 20.6115 30.3787 1.40946 16.6762 29.0741 3.10422 25.0179 31.0051 0.788585 24.4937 31.1598 0.336061 24.4193 31.3784 0.143019 23.9824 31.603 0.120367 24.4937 31.1598 0.336061 24.6716 31.239 0.230024 24.4193 31.3784 0.143019 24.4937 31.1598 0.336061 24.8131 31.1556 0.325194 24.6716 31.239 0.230024 24.4937 31.1598 0.336061 24.9187 31.0886 0.444828 24.8131 31.1556 0.325194 24.4937 31.1598 0.336061 24.9934 31.0342 0.606436 24.9187 31.0886 0.444828 24.4937 31.1598 0.336061 25.0179 31.0051 0.788585 24.9934 31.0342 0.606436 24.4937 31.1598 0.336061 20.6115 30.3787 1.40946 25.0179 31.0051 0.788585 24.4937 31.1598 0.336061 23.9824 31.603 0.120367 20.6115 30.3787 1.40946 0.347952 19.997 7.35 1.50438 20.7535 7.99634 1.64983 21.0055 8.20618 0.347952 19.997 7.35 1.46117 20.6182 7.8859 1.50438 20.7535 7.99634 0.347952 19.997 7.35 1.4437 20.4853 7.77886 1.46117 20.6182 7.8859 0.347952 19.997 7.35 1.45816 20.3246 7.65145 1.4437 20.4853 7.77886 0.347952 19.997 7.35 1.51295 20.1697 7.5311 1.45816 20.3246 7.65145 0.347952 19.997 7.35 1.5893 20.0463 7.43736 1.51295 20.1697 7.5311 0.347952 19.997 7.35 1.69377 19.9282 7.35 1.5893 20.0463 7.43736 15.4011 27.5098 16.572 16.5995 27.1885 16.8342 16.4522 27.2779 16.8342 15.4011 27.5098 16.572 16.4522 27.2779 16.8342 16.3045 27.3665 16.8342 15.4011 27.5098 16.572 9.33122 24.824 12.5659 16.5995 27.1885 16.8342 15.4011 27.5098 16.572 6.63769 24.5395 11.6871 9.33122 24.824 12.5659 15.5808 27.5564 16.675 16.1562 27.4542 16.8342 15.8653 27.5628 16.7923 15.5808 27.5564 16.675 16.3045 27.3665 16.8342 16.1562 27.4542 16.8342 15.5808 27.5564 16.675 15.4011 27.5098 16.572 16.3045 27.3665 16.8342 -1.3469 20.5201 7.80139 2.01385 21.3738 8.52478 2.59281 21.7457 8.86975 -1.3469 20.5201 7.80139 1.64983 21.0055 8.20618 2.01385 21.3738 8.52478 -1.3469 20.5201 7.80139 -1.52359 19.9419 7.35 -0.588463 19.9913 7.35 -1.3469 20.5201 7.80139 -0.588463 19.9913 7.35 0.347952 19.997 7.35 -1.3469 20.5201 7.80139 0.347952 19.997 7.35 1.64983 21.0055 8.20618 -1.3469 20.5201 7.80139 2.59281 21.7457 8.86975 6.63769 24.5395 11.6871 -2.15661 20.1306 7.54668 -1.52359 19.9419 7.35 -1.3469 20.5201 7.80139 -2.45537 19.8487 7.35 -1.52359 19.9419 7.35 -2.15661 20.1306 7.54668 -2.9976 19.8401 7.40221 -2.45537 19.8487 7.35 -2.15661 20.1306 7.54668 -3.87603 19.6208 7.35 -2.45537 19.8487 7.35 -2.9976 19.8401 7.40221 9.33122 24.824 12.5659 6.63769 24.5395 11.6871 2.59281 21.7457 8.86975 -6.81824 18.8019 7.35 -7.38071 18.6391 7.33267 -7.76132 18.4326 7.35 -6.95322 18.9625 7.27755 -7.38071 18.6391 7.33267 -6.81824 18.8019 7.35 -6.31181 19.5349 7.15548 -6.81824 18.8019 7.35 -5.85184 19.1247 7.35 -6.31181 19.5349 7.15548 -6.95322 18.9625 7.27755 -6.81824 18.8019 7.35 -4.87026 19.398 7.35 -6.31181 19.5349 7.15548 -5.85184 19.1247 7.35 -3.87603 19.6208 7.35 -6.31181 19.5349 7.15548 -4.87026 19.398 7.35 0.815055 28.1127 4.36424 -3.87603 19.6208 7.35 0.874262 22.7461 6.33462 0.815055 28.1127 4.36424 -6.31181 19.5349 7.15548 -3.87603 19.6208 7.35 6.30847 25.7384 4.96115 0.815055 28.1127 4.36424 0.874262 22.7461 6.33462 6.43676 33.1332 2.2959 0.815055 28.1127 4.36424 6.30847 25.7384 4.96115 16.242 29.7309 2.24978 6.43676 33.1332 2.2959 6.30847 25.7384 4.96115 12.8641 37.5289 0.120367 6.43676 33.1332 2.2959 16.242 29.7309 2.24978 14.9662 36.7412 0.120367 12.8641 37.5289 0.120367 16.242 29.7309 2.24978 17.0203 35.8359 0.120367 14.9662 36.7412 0.120367 16.242 29.7309 2.24978 19.02 34.8159 0.120367 17.0203 35.8359 0.120367 16.242 29.7309 2.24978 3.29739 32.1302 16.462 -7.21834 20.463 8.08888 -0.462096 28.577 5.51958 3.29739 32.1302 16.462 -0.462096 28.577 5.51958 4.78327 33.3815 3.6183 10.7379 37.6641 10.7008 4.78327 33.3815 3.6183 10.7379 37.6641 1.61472 10.7379 37.6641 10.7008 3.29739 32.1302 16.462 4.78327 33.3815 3.6183 3.96655 32.2066 3.18066 0.815055 28.1127 4.36424 6.43676 33.1332 2.2959 3.96655 32.2066 3.18066 4.78327 33.3815 3.6183 -0.462096 28.577 5.51958 8.60964 35.7978 1.57341 6.43676 33.1332 2.2959 12.8641 37.5289 0.120367 8.60964 35.7978 1.57341 10.7379 37.6641 1.61472 4.78327 33.3815 3.6183 8.60964 35.7978 1.57341 4.78327 33.3815 3.6183 6.23149 34.0489 2.38408 8.60964 35.7978 1.57341 6.23149 34.0489 2.38408 6.43676 33.1332 2.2959 10.1636 36.8472 1.05698 10.8253 37.6781 1.32085 10.7379 37.6641 1.61472 10.1636 36.8472 1.05698 10.9111 37.6814 1.17111 10.8253 37.6781 1.32085 10.1636 36.8472 1.05698 11.024 37.6819 1.02139 10.9111 37.6814 1.17111 10.1636 36.8472 1.05698 11.2791 37.6756 0.769809 11.024 37.6819 1.02139 10.1636 36.8472 1.05698 11.6658 37.6545 0.501555 11.2791 37.6756 0.769809 10.1636 36.8472 1.05698 12.1424 37.6147 0.27992 11.6658 37.6545 0.501555 10.1636 36.8472 1.05698 12.4962 37.5765 0.175545 12.1424 37.6147 0.27992 10.1636 36.8472 1.05698 12.8641 37.5289 0.120367 12.4962 37.5765 0.175545 10.1636 36.8472 1.05698 10.7379 37.6641 1.61472 8.60964 35.7978 1.57341 10.1636 36.8472 1.05698 8.60964 35.7978 1.57341 12.8641 37.5289 0.120367 -7.51152 19.3408 7.49947 -7.43771 18.9521 7.40881 -7.1426 19.0559 7.31226 -7.51152 19.3408 7.49947 -7.58999 18.9321 7.47718 -7.43771 18.9521 7.40881 -7.51152 19.3408 7.49947 -7.81254 19.0625 7.66068 -7.58999 18.9321 7.47718 -7.51152 19.3408 7.49947 -7.82329 19.2706 7.77393 -7.81254 19.0625 7.66068 -7.51152 19.3408 7.49947 -7.73326 19.5746 7.88487 -7.82329 19.2706 7.77393 -7.44642 19.5919 7.52446 -7.50186 20.0301 8.00391 -7.73326 19.5746 7.88487 -7.44642 19.5919 7.52446 -7.73326 19.5746 7.88487 -7.51152 19.3408 7.49947 -7.44642 19.5919 7.52446 -7.51152 19.3408 7.49947 -7.1426 19.0559 7.31226 -7.07759 19.8337 7.30903 -7.1426 19.0559 7.31226 -6.31181 19.5349 7.15548 -7.07759 19.8337 7.30903 -7.44642 19.5919 7.52446 -7.1426 19.0559 7.31226 -7.07759 19.8337 7.30903 -7.50186 20.0301 8.00391 -7.44642 19.5919 7.52446 -7.00006 20.0824 7.31107 -7.21834 20.463 8.08888 -7.50186 20.0301 8.00391 -7.00006 20.0824 7.31107 -7.50186 20.0301 8.00391 -7.07759 19.8337 7.30903 -7.00006 20.0824 7.31107 -7.07759 19.8337 7.30903 -6.31181 19.5349 7.15548 -3.93032 24.1181 6.13691 -6.31181 19.5349 7.15548 0.815055 28.1127 4.36424 -3.93032 24.1181 6.13691 -0.462096 28.577 5.51958 -7.21834 20.463 8.08888 -3.93032 24.1181 6.13691 -0.201048 28.2972 4.7106 -0.462096 28.577 5.51958 -3.93032 24.1181 6.13691 0.815055 28.1127 4.36424 -0.201048 28.2972 4.7106 -3.93032 24.1181 6.13691 -7.00006 20.0824 7.31107 -6.31181 19.5349 7.15548 -3.93032 24.1181 6.13691 -7.21834 20.463 8.08888 -7.00006 20.0824 7.31107 -0.0434581 28.4586 4.65131 -0.462096 28.577 5.51958 -0.201048 28.2972 4.7106 -0.0434581 28.4586 4.65131 -0.201048 28.2972 4.7106 0.815055 28.1127 4.36424 -0.0434581 28.4586 4.65131 3.96655 32.2066 3.18066 -0.462096 28.577 5.51958 -0.0434581 28.4586 4.65131 0.815055 28.1127 4.36424 3.96655 32.2066 3.18066 5.40543 33.398 2.67176 3.96655 32.2066 3.18066 6.43676 33.1332 2.2959 5.40543 33.398 2.67176 4.78327 33.3815 3.6183 3.96655 32.2066 3.18066 5.40543 33.398 2.67176 6.23149 34.0489 2.38408 4.78327 33.3815 3.6183 5.40543 33.398 2.67176 6.43676 33.1332 2.2959 6.23149 34.0489 2.38408 3.29739 32.1302 16.462 1.89103 31.7991 16.8342 2.06297 31.7884 16.8342 3.29739 32.1302 16.462 1.71904 31.8089 16.8342 1.89103 31.7991 16.8342 3.29739 32.1302 16.462 1.54699 31.8177 16.8342 1.71904 31.8089 16.8342 3.29739 32.1302 16.462 2.06297 31.7884 16.8342 2.46481 31.7998 16.8007 3.29739 32.1302 16.462 2.46481 31.7998 16.8007 2.8119 31.8735 16.7151 3.29739 32.1302 16.462 2.8119 31.8735 16.7151 3.06961 31.9781 16.6079 8.83946 38.5768 10.3553 1.54699 31.8177 16.8342 3.29739 32.1302 16.462 9.71243 38.8029 10 9.26491 38.9122 10 8.83946 38.5768 10.3553 10.7379 37.6641 10.7008 8.83946 38.5768 10.3553 3.29739 32.1302 16.462 10.7379 37.6641 10.7008 9.71243 38.8029 10 8.83946 38.5768 10.3553 10.1587 38.6885 10 9.71243 38.8029 10 10.7379 37.6641 10.7008 10.8985 37.8272 10.5321 10.1587 38.6885 10 10.7379 37.6641 10.7008 10.9682 38.0325 10.3503 10.1587 38.6885 10 10.8985 37.8272 10.5321 10.6036 38.569 10 10.1587 38.6885 10 10.9682 38.0325 10.3503 10.9417 38.2555 10.1766 10.6036 38.569 10 10.9682 38.0325 10.3503 10.8543 38.4081 10.0735 10.6036 38.569 10 10.9417 38.2555 10.1766 26.1757 30.2462 9.71857 25.6759 30.6716 3.8701 25.4939 30.7673 3.89254 25.9914 30.346 9.74109 25.4939 30.7673 3.89254 25.2884 30.782 3.91119 25.9914 30.346 9.74109 26.1757 30.2462 9.71857 25.4939 30.7673 3.89254 25.782 30.362 9.75962 25.9914 30.346 9.74109 25.2884 30.782 3.91119 25.4034 30.8977 0.747469 25.4939 30.7673 3.89254 25.6759 30.6716 3.8701 25.222 30.9914 0.769897 25.4939 30.7673 3.89254 25.4034 30.8977 0.747469 25.0179 31.0051 0.788585 25.2884 30.782 3.91119 25.4939 30.7673 3.89254 25.0179 31.0051 0.788585 25.4939 30.7673 3.89254 25.222 30.9914 0.769897 24.4045 31.6926 -0.332372 24.1803 31.8639 -0.348945 24.126 31.7923 -0.0627969 24.6716 31.239 0.230024 25.1061 31.1397 0.0324445 24.9031 31.3023 -0.143474 24.8131 31.1556 0.325194 25.1061 31.1397 0.0324445 24.6716 31.239 0.230024 24.9187 31.0886 0.444828 25.2738 31.0038 0.278772 25.1061 31.1397 0.0324445 24.9187 31.0886 0.444828 25.1061 31.1397 0.0324445 24.8131 31.1556 0.325194 25.222 30.9914 0.769897 25.4034 30.8977 0.747469 25.3601 30.9332 0.504531 24.9934 31.0342 0.606436 25.3601 30.9332 0.504531 25.2738 31.0038 0.278772 24.9934 31.0342 0.606436 25.2738 31.0038 0.278772 24.9187 31.0886 0.444828 24.9934 31.0342 0.606436 25.222 30.9914 0.769897 25.3601 30.9332 0.504531 25.0179 31.0051 0.788585 25.222 30.9914 0.769897 24.9934 31.0342 0.606436 24.45 31.5685 -0.055577 24.126 31.7923 -0.0627969 23.9824 31.603 0.120367 24.45 31.5685 -0.055577 24.6141 31.5301 -0.283053 24.4045 31.6926 -0.332372 24.45 31.5685 -0.055577 23.9824 31.603 0.120367 24.4193 31.3784 0.143019 24.45 31.5685 -0.055577 24.4045 31.6926 -0.332372 24.126 31.7923 -0.0627969 24.5461 31.5005 -0.037089 24.6141 31.5301 -0.283053 24.45 31.5685 -0.055577 24.5461 31.5005 -0.037089 24.45 31.5685 -0.055577 24.4193 31.3784 0.143019 24.6788 31.4055 0.00398694 24.9031 31.3023 -0.143474 24.6141 31.5301 -0.283053 24.6788 31.4055 0.00398694 24.4193 31.3784 0.143019 24.6716 31.239 0.230024 24.6788 31.4055 0.00398694 24.5461 31.5005 -0.037089 24.4193 31.3784 0.143019 24.6788 31.4055 0.00398694 24.6141 31.5301 -0.283053 24.5461 31.5005 -0.037089 24.6788 31.4055 0.00398694 24.6716 31.239 0.230024 24.9031 31.3023 -0.143474 20.8978 34.1069 -0.348945 19.177 35.1033 -0.348945 19.166 35.0831 -0.198963 20.7961 33.9409 0.0470198 19.0837 34.9324 0.0470198 19.02 34.8159 0.120367 20.7961 33.9409 0.0470198 19.02 34.8159 0.120367 20.7267 33.8276 0.120367 20.8508 34.0302 -0.0627948 19.1339 35.0243 -0.0627948 19.0837 34.9324 0.0470198 20.8508 34.0302 -0.0627948 19.0837 34.9324 0.0470198 20.7961 33.9409 0.0470198 20.8858 34.0873 -0.198963 19.166 35.0831 -0.198963 19.1339 35.0243 -0.0627948 20.8858 34.0873 -0.198963 19.1339 35.0243 -0.0627948 20.8508 34.0302 -0.0627948 20.8858 34.0873 -0.198963 20.8978 34.1069 -0.348945 19.166 35.0831 -0.198963 22.4571 32.8655 0.0470198 20.7267 33.8276 0.120367 22.3822 32.7558 0.120367 22.4571 32.8655 0.0470198 22.3822 32.7558 0.120367 23.9824 31.603 0.120367 22.4571 32.8655 0.0470198 23.9824 31.603 0.120367 24.126 31.7923 -0.0627969 22.4571 32.8655 0.0470198 20.7961 33.9409 0.0470198 20.7267 33.8276 0.120367 22.5162 32.9519 -0.0627948 20.8508 34.0302 -0.0627948 20.7961 33.9409 0.0470198 22.5162 32.9519 -0.0627948 22.4571 32.8655 0.0470198 24.126 31.7923 -0.0627969 22.5162 32.9519 -0.0627948 20.7961 33.9409 0.0470198 22.4571 32.8655 0.0470198 22.554 33.0072 -0.198963 22.567 33.0262 -0.348945 20.8978 34.1069 -0.348945 22.554 33.0072 -0.198963 24.1803 31.8639 -0.348945 22.567 33.0262 -0.348945 22.554 33.0072 -0.198963 24.126 31.7923 -0.0627969 24.1803 31.8639 -0.348945 22.554 33.0072 -0.198963 20.8508 34.0302 -0.0627948 22.5162 32.9519 -0.0627948 22.554 33.0072 -0.198963 22.5162 32.9519 -0.0627948 24.126 31.7923 -0.0627969 22.554 33.0072 -0.198963 20.8978 34.1069 -0.348945 20.8858 34.0873 -0.198963 22.554 33.0072 -0.198963 20.8858 34.0873 -0.198963 20.8508 34.0302 -0.0627948 17.1609 36.1318 -0.348945 19.166 35.0831 -0.198963 19.177 35.1033 -0.348945 12.8641 37.5289 0.120367 14.9662 36.7412 0.120367 12.9072 37.6546 0.0470198 17.151 36.111 -0.198963 19.166 35.0831 -0.198963 17.1609 36.1318 -0.348945 17.1223 36.0505 -0.0627948 19.1339 35.0243 -0.0627948 19.166 35.0831 -0.198963 17.1223 36.0505 -0.0627948 19.166 35.0831 -0.198963 17.151 36.111 -0.198963 17.0773 35.9559 0.0470198 19.02 34.8159 0.120367 19.0837 34.9324 0.0470198 17.0773 35.9559 0.0470198 19.0837 34.9324 0.0470198 19.1339 35.0243 -0.0627948 17.0773 35.9559 0.0470198 17.0203 35.8359 0.120367 19.02 34.8159 0.120367 17.0773 35.9559 0.0470198 19.1339 35.0243 -0.0627948 17.1223 36.0505 -0.0627948 15.0811 37.0232 -0.198963 17.1609 36.1318 -0.348945 15.0897 37.0446 -0.348945 15.0811 37.0232 -0.198963 15.0897 37.0446 -0.348945 12.9703 37.8387 -0.348945 15.0811 37.0232 -0.198963 12.9703 37.8387 -0.348945 12.9629 37.817 -0.198963 15.0811 37.0232 -0.198963 17.151 36.111 -0.198963 17.1609 36.1318 -0.348945 15.0558 36.9612 -0.0627948 12.9629 37.817 -0.198963 12.9411 37.7536 -0.0627948 15.0558 36.9612 -0.0627948 17.1223 36.0505 -0.0627948 17.151 36.111 -0.198963 15.0558 36.9612 -0.0627948 17.151 36.111 -0.198963 15.0811 37.0232 -0.198963 15.0558 36.9612 -0.0627948 15.0811 37.0232 -0.198963 12.9629 37.817 -0.198963 15.0163 36.8643 0.0470198 12.9411 37.7536 -0.0627948 12.9072 37.6546 0.0470198 15.0163 36.8643 0.0470198 14.9662 36.7412 0.120367 17.0203 35.8359 0.120367 15.0163 36.8643 0.0470198 17.1223 36.0505 -0.0627948 15.0558 36.9612 -0.0627948 15.0163 36.8643 0.0470198 17.0203 35.8359 0.120367 17.0773 35.9559 0.0470198 15.0163 36.8643 0.0470198 15.0558 36.9612 -0.0627948 12.9411 37.7536 -0.0627948 15.0163 36.8643 0.0470198 17.0773 35.9559 0.0470198 17.1223 36.0505 -0.0627948 15.0163 36.8643 0.0470198 12.9072 37.6546 0.0470198 14.9662 36.7412 0.120367 10.6414 38.5585 1.30487 10.6036 38.569 1.61472 10.8234 38.4417 1.61472 12.9629 37.817 -0.198963 12.9703 37.8387 -0.348945 12.4355 38.0179 -0.284464 12.8641 37.5289 0.120367 12.9072 37.6546 0.0470198 12.4962 37.5765 0.175545 11.5881 38.0872 0.514801 11.5258 38.3035 0.121936 11.2426 38.3875 0.347175 10.9425 38.4008 1.13675 10.7742 38.5216 0.950646 10.6414 38.5585 1.30487 10.9425 38.4008 1.13675 10.6414 38.5585 1.30487 10.8234 38.4417 1.61472 11.0091 38.3853 0.995625 10.7742 38.5216 0.950646 10.9425 38.4008 1.13675 10.9374 37.8758 1.48145 10.7379 37.6641 1.61472 10.8253 37.6781 1.32085 10.9374 37.8758 1.48145 10.9691 38.1284 1.61472 10.9515 37.9485 1.61472 10.9374 37.8758 1.48145 10.9515 37.9485 1.61472 10.871 37.7866 1.61472 10.9374 37.8758 1.48145 10.871 37.7866 1.61472 10.7379 37.6641 1.61472 11.098 38.3637 0.847025 10.9878 38.4613 0.620255 10.7742 38.5216 0.950646 11.098 38.3637 0.847025 10.7742 38.5216 0.950646 11.0091 38.3853 0.995625 11.098 38.3637 0.847025 11.0091 38.3853 0.995625 11.1468 38.1609 1.02546 11.0501 37.9055 1.2038 10.8253 37.6781 1.32085 10.9111 37.6814 1.17111 11.0501 37.9055 1.2038 10.9374 37.8758 1.48145 10.8253 37.6781 1.32085 11.1988 38.3383 0.708873 11.2426 38.3875 0.347175 10.9878 38.4613 0.620255 11.1988 38.3383 0.708873 11.5881 38.0872 0.514801 11.2426 38.3875 0.347175 11.1988 38.3383 0.708873 10.9878 38.4613 0.620255 11.098 38.3637 0.847025 11.1988 38.3383 0.708873 11.098 38.3637 0.847025 11.1468 38.1609 1.02546 11.0898 37.9069 1.13417 10.9111 37.6814 1.17111 11.024 37.6819 1.02139 11.0898 37.9069 1.13417 11.0501 37.9055 1.2038 10.9111 37.6814 1.17111 11.138 37.9073 1.05952 11.024 37.6819 1.02139 11.2791 37.6756 0.769809 11.138 37.9073 1.05952 11.0898 37.9069 1.13417 11.024 37.6819 1.02139 11.138 37.9073 1.05952 11.1468 38.1609 1.02546 11.0898 37.9069 1.13417 11.4713 37.8889 0.68713 11.2791 37.6756 0.769809 11.6658 37.6545 0.501555 11.4713 37.8889 0.68713 11.6658 37.6545 0.501555 11.5881 38.0872 0.514801 11.4713 37.8889 0.68713 11.1988 38.3383 0.708873 11.1468 38.1609 1.02546 11.4713 37.8889 0.68713 11.1468 38.1609 1.02546 11.138 37.9073 1.05952 11.4713 37.8889 0.68713 11.138 37.9073 1.05952 11.2791 37.6756 0.769809 11.4713 37.8889 0.68713 11.5881 38.0872 0.514801 11.1988 38.3383 0.708873 12.1116 37.9717 0.172889 11.6658 37.6545 0.501555 12.1424 37.6147 0.27992 12.1116 37.9717 0.172889 11.9363 38.1775 -0.111596 11.5258 38.3035 0.121936 12.1116 37.9717 0.172889 11.5258 38.3035 0.121936 11.5881 38.0872 0.514801 12.1116 37.9717 0.172889 11.5881 38.0872 0.514801 11.6658 37.6545 0.501555 12.329 37.9182 0.0784181 12.1424 37.6147 0.27992 12.4962 37.5765 0.175545 12.329 37.9182 0.0784181 12.4355 38.0179 -0.284464 11.9363 38.1775 -0.111596 12.329 37.9182 0.0784181 12.1116 37.9717 0.172889 12.1424 37.6147 0.27992 12.329 37.9182 0.0784181 11.9363 38.1775 -0.111596 12.1116 37.9717 0.172889 12.5114 37.8713 0.0172901 12.9411 37.7536 -0.0627948 12.9629 37.817 -0.198963 12.5114 37.8713 0.0172901 12.9072 37.6546 0.0470198 12.9411 37.7536 -0.0627948 12.5114 37.8713 0.0172901 12.9629 37.817 -0.198963 12.4355 38.0179 -0.284464 12.5114 37.8713 0.0172901 12.4355 38.0179 -0.284464 12.329 37.9182 0.0784181 12.5114 37.8713 0.0172901 12.4962 37.5765 0.175545 12.9072 37.6546 0.0470198 12.5114 37.8713 0.0172901 12.329 37.9182 0.0784181 12.4962 37.5765 0.175545 11.0071 38.1631 1.34331 10.8234 38.4417 1.61472 10.9219 38.3029 1.61472 11.0071 38.1631 1.34331 10.9219 38.3029 1.61472 10.9691 38.1284 1.61472 11.0071 38.1631 1.34331 10.9374 37.8758 1.48145 11.0501 37.9055 1.2038 11.0071 38.1631 1.34331 10.9691 38.1284 1.61472 10.9374 37.8758 1.48145 11.0071 38.1631 1.34331 10.9425 38.4008 1.13675 10.8234 38.4417 1.61472 11.0594 38.1691 1.19524 11.0501 37.9055 1.2038 11.0898 37.9069 1.13417 11.0594 38.1691 1.19524 11.0898 37.9069 1.13417 11.1468 38.1609 1.02546 11.0594 38.1691 1.19524 11.1468 38.1609 1.02546 11.0091 38.3853 0.995625 11.0594 38.1691 1.19524 11.0091 38.3853 0.995625 10.9425 38.4008 1.13675 11.0594 38.1691 1.19524 11.0071 38.1631 1.34331 11.0501 37.9055 1.2038 11.0594 38.1691 1.19524 10.9425 38.4008 1.13675 11.0071 38.1631 1.34331 25.7545 30.0502 10.3553 26.1982 30.2267 9.98538 26.0061 30.3346 9.90959 25.7545 30.0502 10.3553 26.2871 30.1494 10 26.1982 30.2267 9.98538 25.628 30.2337 10.218 26.0061 30.3346 9.90959 25.786 30.3585 9.80793 25.628 30.2337 10.218 25.7545 30.0502 10.3553 26.0061 30.3346 9.90959 25.4788 30.3 10.0133 25.628 30.2337 10.218 25.786 30.3585 9.80793 16.1562 27.4542 16.8342 25.7545 30.0502 10.3553 25.628 30.2337 10.218 16.1562 27.4542 16.8342 25.628 30.2337 10.218 25.4788 30.3 10.0133 15.8653 27.5628 16.7923 16.1562 27.4542 16.8342 25.4788 30.3 10.0133 15.5808 27.5564 16.675 15.8653 27.5628 16.7923 25.4788 30.3 10.0133 10.8234 38.4417 1.61472 10.6036 38.569 1.61472 10.6036 38.569 10 10.8234 38.4417 1.61472 10.6036 38.569 10 10.8543 38.4081 10.0735 10.9219 38.3029 1.61472 10.8543 38.4081 10.0735 10.9417 38.2555 10.1766 10.9219 38.3029 1.61472 10.8234 38.4417 1.61472 10.8543 38.4081 10.0735 10.9691 38.1284 1.61472 10.9417 38.2555 10.1766 10.9682 38.0325 10.3503 10.9691 38.1284 1.61472 10.9219 38.3029 1.61472 10.9417 38.2555 10.1766 10.9515 37.9485 1.61472 10.9682 38.0325 10.3503 10.8985 37.8272 10.5321 10.9515 37.9485 1.61472 10.9691 38.1284 1.61472 10.9682 38.0325 10.3503 10.871 37.7866 1.61472 10.8985 37.8272 10.5321 10.7379 37.6641 10.7008 10.871 37.7866 1.61472 10.9515 37.9485 1.61472 10.8985 37.8272 10.5321 10.7379 37.6641 1.61472 10.871 37.7866 1.61472 10.7379 37.6641 10.7008 26.0061 30.3346 9.90959 26.1757 30.2462 9.71857 25.9914 30.346 9.74109 26.0061 30.3346 9.90959 26.1982 30.2267 9.98538 26.1757 30.2462 9.71857 25.786 30.3585 9.80793 25.9914 30.346 9.74109 25.782 30.362 9.75962 25.786 30.3585 9.80793 26.0061 30.3346 9.90959 25.9914 30.346 9.74109 36.6415 14.9887 10.0133 36.9406 14.8978 9.80793 36.9387 14.9027 9.75962 36.6419 14.9929 9.96413 36.6415 14.9887 10.0133 36.9387 14.9027 9.75962 36.6419 14.9929 9.96413 26.4214 17.2015 16.572 26.6022 17.1592 16.675 36.6419 14.9929 9.96413 26.6022 17.1592 16.675 36.6415 14.9887 10.0133 36.6969 15.504 3.91119 36.6419 14.9929 9.96413 36.9387 14.9027 9.75962 17.2814 18.6439 11.6871 10.9708 19.0036 7.30683 8.34354 18.7956 7.80139 17.2814 18.6439 11.6871 21.958 18.8731 4.76921 10.9708 19.0036 7.30683 26.4214 17.2015 16.572 29.2527 17.8004 2.83872 21.958 18.8731 4.76921 26.4214 17.2015 16.572 21.958 18.8731 4.76921 17.2814 18.6439 11.6871 36.6969 15.504 3.91119 36.5611 15.8273 0.788585 29.2527 17.8004 2.83872 36.6419 14.9929 9.96413 29.2527 17.8004 2.83872 26.4214 17.2015 16.572 36.6419 14.9929 9.96413 36.6969 15.504 3.91119 29.2527 17.8004 2.83872 20.705 19.206 4.51609 21.5211 19.6565 3.98857 10.7602 19.6964 6.45186 20.705 19.206 4.51609 10.9126 19.0665 7.02995 10.9708 19.0036 7.30683 20.705 19.206 4.51609 10.8555 19.2074 6.78357 10.9126 19.0665 7.02995 20.705 19.206 4.51609 10.8022 19.4255 6.58074 10.8555 19.2074 6.78357 20.705 19.206 4.51609 10.7602 19.6964 6.45186 10.8022 19.4255 6.58074 20.705 19.206 4.51609 10.9708 19.0036 7.30683 21.958 18.8731 4.76921 21.6995 19.1289 4.26476 20.705 19.206 4.51609 21.958 18.8731 4.76921 21.6995 19.1289 4.26476 21.5211 19.6565 3.98857 20.705 19.206 4.51609 25.2455 18.7318 3.34516 28.7011 18.6822 2.11467 21.5211 19.6565 3.98857 25.2455 18.7318 3.34516 21.958 18.8731 4.76921 29.2527 17.8004 2.83872 25.2455 18.7318 3.34516 21.6995 19.1289 4.26476 21.958 18.8731 4.76921 25.2455 18.7318 3.34516 21.5211 19.6565 3.98857 21.6995 19.1289 4.26476 28.9201 18.1096 2.35966 25.2455 18.7318 3.34516 29.2527 17.8004 2.83872 28.9201 18.1096 2.35966 28.7011 18.6822 2.11467 25.2455 18.7318 3.34516 32.5075 17.2842 1.37062 35.922 16.8379 0.120366 28.7011 18.6822 2.11467 32.5075 17.2842 1.37062 29.2527 17.8004 2.83872 36.5611 15.8273 0.788585 32.5075 17.2842 1.37062 28.7011 18.6822 2.11467 28.9201 18.1096 2.35966 32.5075 17.2842 1.37062 28.9201 18.1096 2.35966 29.2527 17.8004 2.83872 36.1688 16.2079 0.336064 36.2045 16.436 0.143019 35.922 16.8379 0.120366 36.1688 16.2079 0.336064 36.3631 16.1953 0.230025 36.2045 16.436 0.143019 36.1688 16.2079 0.336064 36.4497 16.0557 0.325195 36.3631 16.1953 0.230025 36.1688 16.2079 0.336064 36.512 15.9473 0.444829 36.4497 16.0557 0.325195 36.1688 16.2079 0.336064 36.5529 15.8644 0.606436 36.512 15.9473 0.444829 36.1688 16.2079 0.336064 36.5611 15.8273 0.788585 36.5529 15.8644 0.606436 36.1688 16.2079 0.336064 32.5075 17.2842 1.37062 36.5611 15.8273 0.788585 36.1688 16.2079 0.336064 35.922 16.8379 0.120366 32.5075 17.2842 1.37062 21.5211 19.6565 3.98857 20.9895 26.3267 2.32635 13.3076 24.3594 4.49916 21.5211 19.6565 3.98857 13.3076 24.3594 4.49916 10.7602 19.6964 6.45186 28.7011 18.6822 2.11467 20.9895 26.3267 2.32635 21.5211 19.6565 3.98857 28.8312 27.2519 0.120367 20.9895 26.3267 2.32635 28.7011 18.6822 2.11467 31.56 24.0389 0.120367 28.8312 27.2519 0.120367 28.7011 18.6822 2.11467 33.9326 20.5545 0.120367 31.56 24.0389 0.120367 28.7011 18.6822 2.11467 35.922 16.8379 0.120366 33.9326 20.5545 0.120367 28.7011 18.6822 2.11467 17.801 26.5158 3.36956 27.0113 28.3597 1.61472 13.1681 25.6145 5.43778 17.801 26.5158 3.36956 13.2297 24.5786 4.47138 13.3076 24.3594 4.49916 17.801 26.5158 3.36956 13.1651 24.8023 4.49667 13.2297 24.5786 4.47138 17.801 26.5158 3.36956 13.1074 25.0769 4.6046 13.1651 24.8023 4.49667 17.801 26.5158 3.36956 13.0824 25.3211 4.79499 13.1074 25.0769 4.6046 17.801 26.5158 3.36956 13.0852 25.4354 4.93611 13.0824 25.3211 4.79499 17.801 26.5158 3.36956 13.1008 25.5243 5.0938 13.0852 25.4354 4.93611 17.801 26.5158 3.36956 13.1288 25.5846 5.2629 13.1008 25.5243 5.0938 17.801 26.5158 3.36956 13.1681 25.6145 5.43778 13.1288 25.5846 5.2629 17.801 26.5158 3.36956 13.3076 24.3594 4.49916 20.9895 26.3267 2.32635 22.7191 27.4805 2.00101 20.9895 26.3267 2.32635 28.8312 27.2519 0.120367 22.7191 27.4805 2.00101 27.0952 28.3315 1.32089 27.0113 28.3597 1.61472 22.7191 27.4805 2.00101 27.1727 28.2945 1.17111 27.0952 28.3315 1.32089 22.7191 27.4805 2.00101 27.2729 28.2426 1.02144 27.1727 28.2945 1.17111 22.7191 27.4805 2.00101 27.496 28.1184 0.769771 27.2729 28.2426 1.02144 22.7191 27.4805 2.00101 27.8288 27.9198 0.501361 27.496 28.1184 0.769771 22.7191 27.4805 2.00101 28.2323 27.6631 0.279798 27.8288 27.9198 0.501361 22.7191 27.4805 2.00101 28.5276 27.465 0.175506 28.2323 27.6631 0.279798 22.7191 27.4805 2.00101 28.8312 27.2519 0.120367 28.5276 27.465 0.175506 22.7191 27.4805 2.00101 27.0113 28.3597 1.61472 17.801 26.5158 3.36956 22.7191 27.4805 2.00101 17.801 26.5158 3.36956 20.9895 26.3267 2.32635 9.60115 17.5447 7.35 10.7608 16.8584 7.35 10.7129 17.1273 7.51137 9.60115 17.5447 7.35 10.7129 17.1273 7.51137 10.7521 17.368 7.69145 9.60115 17.5447 7.35 10.7521 17.368 7.69145 10.8809 17.5836 7.89236 9.60115 17.5447 7.35 10.8809 17.5836 7.89236 11.0922 17.7609 8.10202 9.59694 17.547 7.35 9.60115 17.5447 7.35 11.0922 17.7609 8.10202 9.59273 17.5493 7.35 9.59694 17.547 7.35 11.0922 17.7609 8.10202 9.58851 17.5517 7.35 9.59273 17.5493 7.35 11.0922 17.7609 8.10202 26.4214 17.2015 16.572 27.3333 16.3601 16.8342 27.2444 16.5077 16.8342 26.4214 17.2015 16.572 27.2444 16.5077 16.8342 27.1547 16.6548 16.8342 26.4214 17.2015 16.572 19.7987 17.6441 12.5659 27.3333 16.3601 16.8342 26.4214 17.2015 16.572 17.2814 18.6439 11.6871 19.7987 17.6441 12.5659 26.6022 17.1592 16.675 27.0642 16.8014 16.8342 26.8571 17.0326 16.7923 26.6022 17.1592 16.675 27.1547 16.6548 16.8342 27.0642 16.8014 16.8342 26.6022 17.1592 16.675 26.4214 17.2015 16.572 27.1547 16.6548 16.8342 8.34354 18.7956 7.80139 11.0922 17.7609 8.10202 11.2856 17.8614 8.25245 8.34354 18.7956 7.80139 11.2856 17.8614 8.25245 11.5158 17.9421 8.40585 8.34354 18.7956 7.80139 11.5158 17.9421 8.40585 11.9576 18.0265 8.65551 8.34354 18.7956 7.80139 11.9576 18.0265 8.65551 12.4015 18.0499 8.86975 8.34354 18.7956 7.80139 7.91397 18.3676 7.35 8.76075 17.9791 7.35 8.34354 18.7956 7.80139 8.76075 17.9791 7.35 9.58851 17.5517 7.35 8.34354 18.7956 7.80139 12.4015 18.0499 8.86975 17.2814 18.6439 11.6871 8.34354 18.7956 7.80139 9.58851 17.5517 7.35 11.0922 17.7609 8.10202 7.44568 18.827 7.54669 7.91397 18.3676 7.35 8.34354 18.7956 7.80139 7.05003 18.7162 7.35 7.91397 18.3676 7.35 7.44568 18.827 7.54669 6.56598 18.9606 7.40222 7.05003 18.7162 7.35 7.44568 18.827 7.54669 5.6862 19.1747 7.35 7.05003 18.7162 7.35 6.56598 18.9606 7.40222 19.7987 17.6441 12.5659 17.2814 18.6439 11.6871 12.4015 18.0499 8.86975 17.8513 26.9175 16.462 3.1181 21.4736 8.08888 13.1681 25.6145 5.43778 17.8513 26.9175 16.462 13.1681 25.6145 5.43778 27.0113 28.3597 1.61472 27.0113 28.3597 10.7008 17.8513 26.9175 16.462 27.0113 28.3597 1.61472 17.8513 26.9175 16.462 16.4522 27.2779 16.8342 16.5995 27.1885 16.8342 17.8513 26.9175 16.462 16.3045 27.3665 16.8342 16.4522 27.2779 16.8342 17.8513 26.9175 16.462 16.1562 27.4542 16.8342 16.3045 27.3665 16.8342 17.8513 26.9175 16.462 16.5995 27.1885 16.8342 16.9606 27.0119 16.8007 17.8513 26.9175 16.462 16.9606 27.0119 16.8007 17.3021 26.9158 16.7151 17.8513 26.9175 16.462 17.3021 26.9158 16.7151 17.579 26.8886 16.6079 25.7545 30.0502 10.3553 16.1562 27.4542 16.8342 17.8513 26.9175 16.462 26.6326 29.8447 10 26.2871 30.1494 10 25.7545 30.0502 10.3553 27.0113 28.3597 10.7008 25.7545 30.0502 10.3553 17.8513 26.9175 16.462 27.0113 28.3597 10.7008 26.6326 29.8447 10 25.7545 30.0502 10.3553 26.9745 29.536 10 26.6326 29.8447 10 27.0113 28.3597 10.7008 27.2293 28.4295 10.5321 26.9745 29.536 10 27.0113 28.3597 10.7008 27.3865 28.5789 10.3503 26.9745 29.536 10 27.2293 28.4295 10.5321 27.3129 29.2234 10 26.9745 29.536 10 27.3865 28.5789 10.3503 27.4666 28.7887 10.1766 27.3129 29.2234 10 27.3865 28.5789 10.3503 27.4601 28.9644 10.0735 27.3129 29.2234 10 27.4666 28.7887 10.1766 37.2336 14.6172 9.71857 36.9887 15.2261 3.8701 36.872 15.3955 3.89254 37.1167 14.7913 9.74109 36.872 15.3955 3.89254 36.6969 15.504 3.91119 37.1167 14.7913 9.74109 37.2336 14.6172 9.71857 36.872 15.3955 3.89254 36.9387 14.9027 9.75962 37.1167 14.7913 9.74109 36.6969 15.504 3.91119 36.8525 15.553 0.747469 36.872 15.3955 3.89254 36.9887 15.2261 3.8701 36.7354 15.7203 0.769897 36.872 15.3955 3.89254 36.8525 15.553 0.747469 36.5611 15.8273 0.788585 36.6969 15.504 3.91119 36.872 15.3955 3.89254 36.5611 15.8273 0.788585 36.872 15.3955 3.89254 36.7354 15.7203 0.769897 36.3374 16.7211 -0.332372 36.2185 16.977 -0.348946 36.1371 16.9388 -0.0627971 36.3631 16.1953 0.230025 36.7017 15.9055 0.0324463 36.5975 16.1438 -0.143473 36.4497 16.0557 0.325195 36.7017 15.9055 0.0324463 36.3631 16.1953 0.230025 36.512 15.9473 0.444829 36.787 15.7072 0.278773 36.7017 15.9055 0.0324463 36.512 15.9473 0.444829 36.7017 15.9055 0.0324463 36.4497 16.0557 0.325195 36.7354 15.7203 0.769897 36.8525 15.553 0.747469 36.8307 15.6045 0.504532 36.5529 15.8644 0.606436 36.8307 15.6045 0.504532 36.787 15.7072 0.278773 36.5529 15.8644 0.606436 36.787 15.7072 0.278773 36.512 15.9473 0.444829 36.5529 15.8644 0.606436 36.7354 15.7203 0.769897 36.8307 15.6045 0.504532 36.5611 15.8273 0.788585 36.7354 15.7203 0.769897 36.5529 15.8644 0.606436 36.32 16.5901 -0.0555767 36.1371 16.9388 -0.0627971 35.922 16.8379 0.120366 36.32 16.5901 -0.0555767 36.4474 16.4798 -0.283052 36.3374 16.7211 -0.332372 36.32 16.5901 -0.0555767 35.922 16.8379 0.120366 36.2045 16.436 0.143019 36.32 16.5901 -0.0555767 36.3374 16.7211 -0.332372 36.1371 16.9388 -0.0627971 36.3735 16.4852 -0.0370884 36.4474 16.4798 -0.283052 36.32 16.5901 -0.0555767 36.3735 16.4852 -0.0370884 36.32 16.5901 -0.0555767 36.2045 16.436 0.143019 36.4468 16.3394 0.00398791 36.5975 16.1438 -0.143473 36.4474 16.4798 -0.283052 36.4468 16.3394 0.00398791 36.2045 16.436 0.143019 36.3631 16.1953 0.230025 36.4468 16.3394 0.00398791 36.3735 16.4852 -0.0370884 36.2045 16.436 0.143019 36.4468 16.3394 0.00398791 36.4474 16.4798 -0.283052 36.3735 16.4852 -0.0370884 36.4468 16.3394 0.00398791 36.3631 16.1953 0.230025 36.5975 16.1438 -0.143473 31.6657 24.1194 0.0470198 28.9277 27.3432 0.0470198 28.8312 27.2519 0.120367 31.6657 24.1194 0.0470198 29.0038 27.4151 -0.0627948 28.9277 27.3432 0.0470198 31.6657 24.1194 0.0470198 28.8312 27.2519 0.120367 31.56 24.0389 0.120367 31.749 24.1829 -0.0627948 29.0525 27.4611 -0.198963 29.0038 27.4151 -0.0627948 31.749 24.1829 -0.0627948 29.0038 27.4151 -0.0627948 31.6657 24.1194 0.0470198 31.8023 24.2234 -0.198963 31.8206 24.2374 -0.348945 29.0692 27.4769 -0.348945 31.8023 24.2234 -0.198963 29.0692 27.4769 -0.348945 29.0525 27.4611 -0.198963 31.8023 24.2234 -0.198963 29.0525 27.4611 -0.198963 31.749 24.1829 -0.0627948 34.0462 20.6233 0.0470198 31.56 24.0389 0.120367 33.9326 20.5545 0.120367 34.0462 20.6233 0.0470198 33.9326 20.5545 0.120367 35.922 16.8379 0.120366 34.0462 20.6233 0.0470198 35.922 16.8379 0.120366 36.1371 16.9388 -0.0627971 34.0462 20.6233 0.0470198 31.6657 24.1194 0.0470198 31.56 24.0389 0.120367 34.1357 20.6775 -0.0627948 31.6657 24.1194 0.0470198 34.0462 20.6233 0.0470198 34.1357 20.6775 -0.0627948 31.749 24.1829 -0.0627948 31.6657 24.1194 0.0470198 34.1357 20.6775 -0.0627948 34.0462 20.6233 0.0470198 36.1371 16.9388 -0.0627971 34.193 20.7122 -0.198963 34.2127 20.7242 -0.348945 31.8206 24.2374 -0.348945 34.193 20.7122 -0.198963 36.2185 16.977 -0.348946 34.2127 20.7242 -0.348945 34.193 20.7122 -0.198963 36.1371 16.9388 -0.0627971 36.2185 16.977 -0.348946 34.193 20.7122 -0.198963 31.749 24.1829 -0.0627948 34.1357 20.6775 -0.0627948 34.193 20.7122 -0.198963 31.8206 24.2374 -0.348945 31.8023 24.2234 -0.198963 34.193 20.7122 -0.198963 31.8023 24.2234 -0.198963 31.749 24.1829 -0.0627948 34.193 20.7122 -0.198963 34.1357 20.6775 -0.0627948 36.1371 16.9388 -0.0627971 27.3416 29.1965 1.30484 27.3129 29.2234 1.61472 27.4484 29.0086 1.61472 29.0525 27.4611 -0.198963 29.0692 27.4769 -0.348945 28.679 27.8839 -0.284513 28.8312 27.2519 0.120367 28.9277 27.3432 0.0470198 28.5276 27.465 0.175506 27.9606 28.3394 0.514977 28.0063 28.5595 0.121694 27.7945 28.7657 0.347054 27.5347 28.917 1.137 27.442 29.1022 0.950707 27.3416 29.1965 1.30484 27.5347 28.917 1.137 27.3416 29.1965 1.30484 27.4484 29.0086 1.61472 27.5865 28.8724 0.995902 27.442 29.1022 0.950707 27.5347 28.917 1.137 27.2863 28.4545 1.48141 27.0113 28.3597 1.61472 27.0952 28.3315 1.32089 27.2863 28.4545 1.48141 27.4319 28.6634 1.61472 27.3327 28.5123 1.61472 27.2863 28.4545 1.48141 27.3327 28.5123 1.61472 27.1861 28.4064 1.61472 27.2863 28.4545 1.48141 27.1861 28.4064 1.61472 27.0113 28.3597 1.61472 27.6551 28.8121 0.847292 27.603 28.9495 0.620306 27.442 29.1022 0.950707 27.6551 28.8121 0.847292 27.442 29.1022 0.950707 27.5865 28.8724 0.995902 27.6551 28.8121 0.847292 27.5865 28.8724 0.995902 27.604 28.6098 1.02589 27.3999 28.4284 1.20399 27.0952 28.3315 1.32089 27.1727 28.2945 1.17111 27.3999 28.4284 1.20399 27.2863 28.4545 1.48141 27.0952 28.3315 1.32089 27.7326 28.7427 0.709091 27.7945 28.7657 0.347054 27.603 28.9495 0.620306 27.7326 28.7427 0.709091 27.9606 28.3394 0.514977 27.7945 28.7657 0.347054 27.7326 28.7427 0.709091 27.603 28.9495 0.620306 27.6551 28.8121 0.847292 27.7326 28.7427 0.709091 27.6551 28.8121 0.847292 27.604 28.6098 1.02589 27.4357 28.4113 1.13437 27.1727 28.2945 1.17111 27.2729 28.2426 1.02144 27.4357 28.4113 1.13437 27.3999 28.4284 1.20399 27.1727 28.2945 1.17111 27.4785 28.3893 1.05975 27.2729 28.2426 1.02144 27.496 28.1184 0.769771 27.4785 28.3893 1.05975 27.4357 28.4113 1.13437 27.2729 28.2426 1.02144 27.4785 28.3893 1.05975 27.604 28.6098 1.02589 27.4357 28.4113 1.13437 27.7651 28.2181 0.6872 27.496 28.1184 0.769771 27.8288 27.9198 0.501361 27.7651 28.2181 0.6872 27.8288 27.9198 0.501361 27.9606 28.3394 0.514977 27.7651 28.2181 0.6872 27.7326 28.7427 0.709091 27.604 28.6098 1.02589 27.7651 28.2181 0.6872 27.604 28.6098 1.02589 27.4785 28.3893 1.05975 27.7651 28.2181 0.6872 27.4785 28.3893 1.05975 27.496 28.1184 0.769771 27.7651 28.2181 0.6872 27.9606 28.3394 0.514977 27.7326 28.7427 0.709091 28.3709 27.9935 0.172718 27.8288 27.9198 0.501361 28.2323 27.6631 0.279798 28.3709 27.9935 0.172718 28.3113 28.2572 -0.111766 28.0063 28.5595 0.121694 28.3709 27.9935 0.172718 28.0063 28.5595 0.121694 27.9606 28.3394 0.514977 28.3709 27.9935 0.172718 27.9606 28.3394 0.514977 27.8288 27.9198 0.501361 28.5384 27.8452 0.0783148 28.2323 27.6631 0.279798 28.5276 27.465 0.175506 28.5384 27.8452 0.0783148 28.679 27.8839 -0.284513 28.3113 28.2572 -0.111766 28.5384 27.8452 0.0783148 28.3709 27.9935 0.172718 28.2323 27.6631 0.279798 28.5384 27.8452 0.0783148 28.3113 28.2572 -0.111766 28.3709 27.9935 0.172718 28.6781 27.7189 0.0172351 28.9277 27.3432 0.0470198 29.0038 27.4151 -0.0627948 28.6781 27.7189 0.0172351 29.0038 27.4151 -0.0627948 29.0525 27.4611 -0.198963 28.6781 27.7189 0.0172351 29.0525 27.4611 -0.198963 28.679 27.8839 -0.284513 28.6781 27.7189 0.0172351 28.679 27.8839 -0.284513 28.5384 27.8452 0.0783148 28.6781 27.7189 0.0172351 28.5276 27.465 0.175506 28.9277 27.3432 0.0470198 28.6781 27.7189 0.0172351 28.5384 27.8452 0.0783148 28.5276 27.465 0.175506 27.4815 28.6765 1.34338 27.4484 29.0086 1.61472 27.4711 28.8399 1.61472 27.4815 28.6765 1.34338 27.4711 28.8399 1.61472 27.4319 28.6634 1.61472 27.4815 28.6765 1.34338 27.2863 28.4545 1.48141 27.3999 28.4284 1.20399 27.4815 28.6765 1.34338 27.4319 28.6634 1.61472 27.2863 28.4545 1.48141 27.4815 28.6765 1.34338 27.5347 28.917 1.137 27.4484 29.0086 1.61472 27.5306 28.6576 1.19545 27.3999 28.4284 1.20399 27.4357 28.4113 1.13437 27.5306 28.6576 1.19545 27.4357 28.4113 1.13437 27.604 28.6098 1.02589 27.5306 28.6576 1.19545 27.604 28.6098 1.02589 27.5865 28.8724 0.995902 27.5306 28.6576 1.19545 27.5865 28.8724 0.995902 27.5347 28.917 1.137 27.5306 28.6576 1.19545 27.4815 28.6765 1.34338 27.3999 28.4284 1.20399 27.5306 28.6576 1.19545 27.5347 28.917 1.137 27.4815 28.6765 1.34338 36.7695 14.6394 10.3553 37.2444 14.5895 9.98538 37.1245 14.7743 9.90959 36.7695 14.6394 10.3553 37.2872 14.4798 10 37.2444 14.5895 9.98538 36.7427 14.8607 10.218 37.1245 14.7743 9.90959 36.9406 14.8978 9.80793 36.7427 14.8607 10.218 36.7695 14.6394 10.3553 37.1245 14.7743 9.90959 36.6415 14.9887 10.0133 36.7427 14.8607 10.218 36.9406 14.8978 9.80793 27.0642 16.8014 16.8342 36.7695 14.6394 10.3553 36.7427 14.8607 10.218 27.0642 16.8014 16.8342 36.7427 14.8607 10.218 36.6415 14.9887 10.0133 26.8571 17.0326 16.7923 27.0642 16.8014 16.8342 36.6415 14.9887 10.0133 26.6022 17.1592 16.675 26.8571 17.0326 16.7923 36.6415 14.9887 10.0133 27.4484 29.0086 1.61472 27.3129 29.2234 1.61472 27.3129 29.2234 10 27.4484 29.0086 1.61472 27.3129 29.2234 10 27.4601 28.9644 10.0735 27.4711 28.8399 1.61472 27.4601 28.9644 10.0735 27.4666 28.7887 10.1766 27.4711 28.8399 1.61472 27.4484 29.0086 1.61472 27.4601 28.9644 10.0735 27.4319 28.6634 1.61472 27.4666 28.7887 10.1766 27.3865 28.5789 10.3503 27.4319 28.6634 1.61472 27.4711 28.8399 1.61472 27.4666 28.7887 10.1766 27.3327 28.5123 1.61472 27.3865 28.5789 10.3503 27.2293 28.4295 10.5321 27.3327 28.5123 1.61472 27.4319 28.6634 1.61472 27.3865 28.5789 10.3503 27.1861 28.4064 1.61472 27.2293 28.4295 10.5321 27.0113 28.3597 10.7008 27.1861 28.4064 1.61472 27.3327 28.5123 1.61472 27.2293 28.4295 10.5321 27.0113 28.3597 1.61472 27.1861 28.4064 1.61472 27.0113 28.3597 10.7008 37.1245 14.7743 9.90959 37.2336 14.6172 9.71857 37.1167 14.7913 9.74109 37.1245 14.7743 9.90959 37.2444 14.5895 9.98538 37.2336 14.6172 9.71857 36.9406 14.8978 9.80793 37.1167 14.7913 9.74109 36.9387 14.9027 9.75962 36.9406 14.8978 9.80793 37.1245 14.7743 9.90959 37.1167 14.7913 9.74109 39.41 -3.75628 10.0133 39.6326 -3.97586 9.80793 39.6332 -3.97058 9.75962 39.4123 -3.7528 9.96413 39.41 -3.75628 10.0133 39.6332 -3.97058 9.75962 39.4123 -3.7528 9.96413 31.3889 2.95251 16.572 31.5294 2.83106 16.675 39.4123 -3.7528 9.96413 31.5294 2.83106 16.675 39.41 -3.75628 10.0133 39.6986 -3.32578 3.91119 39.4123 -3.7528 9.96413 39.6332 -3.97058 9.75962 23.9662 8.47729 11.6871 24.0721 8.97746 5.9541 16.1226 12.7652 7.80139 32.1838 3.73404 3.5126 24.0721 8.97746 5.9541 23.9662 8.47729 11.6871 31.3889 2.95251 16.572 32.1838 3.73404 3.5126 23.9662 8.47729 11.6871 39.6986 -3.32578 3.91119 39.7285 -2.97642 0.788584 32.1838 3.73404 3.5126 39.4123 -3.7528 9.96413 39.6986 -3.32578 3.91119 32.1838 3.73404 3.5126 39.4123 -3.7528 9.96413 32.1838 3.73404 3.5126 31.3889 2.95251 16.572 39.558 -2.4571 0.336057 39.7285 -2.97642 0.788584 39.7392 -2.93248 0.587274 39.558 -2.4571 0.336057 39.7392 -2.93248 0.587274 39.7403 -2.82075 0.413336 39.558 -2.4571 0.336057 39.7403 -2.82075 0.413336 39.7329 -2.67207 0.290671 39.558 -2.4571 0.336057 39.7329 -2.67207 0.290671 39.7167 -2.47346 0.196021 39.558 -2.4571 0.336057 39.7167 -2.47346 0.196021 39.6916 -2.23565 0.136827 39.558 -2.4571 0.336057 39.6916 -2.23565 0.136827 39.6323 -1.78452 0.120367 35.8558 1.05435 1.7177 32.1838 3.73404 3.5126 39.7285 -2.97642 0.788584 35.8558 1.05435 1.7177 39.6323 -1.78452 0.120367 31.2832 5.32805 3.03787 35.8558 1.05435 1.7177 39.558 -2.4571 0.336057 39.6323 -1.78452 0.120367 35.8558 1.05435 1.7177 39.7285 -2.97642 0.788584 39.558 -2.4571 0.336057 31.6311 4.43894 3.15987 32.1838 3.73404 3.5126 35.8558 1.05435 1.7177 31.6311 4.43894 3.15987 35.8558 1.05435 1.7177 31.2832 5.32805 3.03787 27.5725 7.18904 4.42337 24.0721 8.97746 5.9541 32.1838 3.73404 3.5126 27.5725 7.18904 4.42337 31.2832 5.32805 3.03787 22.4125 10.6761 5.57668 27.5725 7.18904 4.42337 32.1838 3.73404 3.5126 31.6311 4.43894 3.15987 27.5725 7.18904 4.42337 31.6311 4.43894 3.15987 31.2832 5.32805 3.03787 23.1582 9.72873 5.65906 24.0721 8.97746 5.9541 27.5725 7.18904 4.42337 23.1582 9.72873 5.65906 27.5725 7.18904 4.42337 22.4125 10.6761 5.57668 19.1339 11.7038 6.64174 16.1226 12.7652 7.80139 24.0721 8.97746 5.9541 19.1339 11.7038 6.64174 15.3422 13.21 7.54663 16.1226 12.7652 7.80139 19.1339 11.7038 6.64174 14.6252 13.7378 7.40225 15.3422 13.21 7.54663 19.1339 11.7038 6.64174 13.9458 14.3358 7.35 14.6252 13.7378 7.40225 19.1339 11.7038 6.64174 22.4125 10.6761 5.57668 13.9458 14.3358 7.35 19.1339 11.7038 6.64174 23.1582 9.72873 5.65906 22.4125 10.6761 5.57668 19.1339 11.7038 6.64174 24.0721 8.97746 5.9541 23.1582 9.72873 5.65906 16.6548 11.0732 7.35 17.3627 9.92653 7.35 17.4452 10.1869 7.51135 16.6548 11.0732 7.35 17.4452 10.1869 7.51135 17.5918 10.3818 7.6914 16.6548 11.0732 7.35 17.5918 10.3818 7.6914 17.806 10.5129 7.89232 16.6548 11.0732 7.35 17.806 10.5129 7.89232 18.0755 10.5717 8.102 31.3889 2.95251 16.572 31.8053 1.78374 16.8342 31.7952 1.95572 16.8342 31.3889 2.95251 16.572 31.7952 1.95572 16.8342 31.7842 2.12763 16.8342 31.3889 2.95251 16.572 25.7305 6.42218 12.5659 31.8053 1.78374 16.8342 31.3889 2.95251 16.572 23.9662 8.47729 11.6871 25.7305 6.42218 12.5659 31.5294 2.83106 16.675 31.7722 2.29948 16.8342 31.6963 2.60053 16.7923 31.5294 2.83106 16.675 31.7842 2.12763 16.8342 31.7722 2.29948 16.8342 31.5294 2.83106 16.675 31.3889 2.95251 16.572 31.7842 2.12763 16.8342 16.1226 12.7652 7.80139 18.0755 10.5717 8.102 18.2935 10.5708 8.25243 16.1226 12.7652 7.80139 18.2935 10.5708 8.25243 18.5349 10.5353 8.40583 16.1226 12.7652 7.80139 18.5349 10.5353 8.40583 18.9652 10.4047 8.6555 16.1226 12.7652 7.80139 18.9652 10.4047 8.6555 19.3692 10.2191 8.86975 16.1226 12.7652 7.80139 15.5464 12.5822 7.35 16.1183 11.8407 7.35 16.1226 12.7652 7.80139 16.1183 11.8407 7.35 16.6548 11.0732 7.35 16.1226 12.7652 7.80139 19.3692 10.2191 8.86975 23.9662 8.47729 11.6871 16.1226 12.7652 7.80139 16.6548 11.0732 7.35 18.0755 10.5717 8.102 15.3422 13.21 7.54663 15.5464 12.5822 7.35 16.1226 12.7652 7.80139 14.9404 13.2961 7.35 15.5464 12.5822 7.35 15.3422 13.21 7.54663 14.6252 13.7378 7.40225 14.9404 13.2961 7.35 15.3422 13.21 7.54663 13.9458 14.3358 7.35 14.9404 13.2961 7.35 14.6252 13.7378 7.40225 25.7305 6.42218 12.5659 23.9662 8.47729 11.6871 19.3692 10.2191 8.86975 28.3157 15.5383 16.462 12.7402 17.5649 8.08888 23.2559 16.6139 5.51958 28.3157 15.5383 16.462 23.2559 16.6139 5.51958 30.1897 15.0263 3.6183 37.0967 12.5585 10.7008 30.1897 15.0263 3.6183 37.0967 12.5585 1.61472 37.0967 12.5585 10.7008 28.3157 15.5383 16.462 30.1897 15.0263 3.6183 28.7587 15.031 3.18067 23.5993 15.2991 4.36425 30.9246 13.5245 2.2959 28.7587 15.031 3.18067 30.1897 15.0263 3.6183 23.2559 16.6139 5.51958 34.3518 13.2499 1.57341 30.9246 13.5245 2.2959 38.1933 10.7319 0.120367 34.3518 13.2499 1.57341 37.0967 12.5585 1.61472 30.1897 15.0263 3.6183 34.3518 13.2499 1.57341 30.1897 15.0263 3.6183 31.5616 14.2136 2.38409 34.3518 13.2499 1.57341 31.5616 14.2136 2.38409 30.9246 13.5245 2.2959 36.0982 12.5671 1.05699 37.1579 12.4945 1.32085 37.0967 12.5585 1.61472 36.0982 12.5671 1.05699 37.2094 12.4258 1.17111 37.1579 12.4945 1.32085 36.0982 12.5671 1.05699 37.274 12.3332 1.02139 37.2094 12.4258 1.17111 36.0982 12.5671 1.05699 37.4137 12.1196 0.769809 37.274 12.3332 1.02139 36.0982 12.5671 1.05699 37.616 11.7894 0.501556 37.4137 12.1196 0.769809 36.0982 12.5671 1.05699 37.854 11.3746 0.27992 37.616 11.7894 0.501556 36.0982 12.5671 1.05699 38.0235 11.0618 0.175545 37.854 11.3746 0.27992 36.0982 12.5671 1.05699 38.1933 10.7319 0.120367 38.0235 11.0618 0.175545 36.0982 12.5671 1.05699 37.0967 12.5585 1.61472 34.3518 13.2499 1.57341 36.0982 12.5671 1.05699 34.3518 13.2499 1.57341 38.1933 10.7319 0.120367 11.6502 17.1687 7.49947 11.3722 16.8871 7.40881 11.6253 16.7032 7.31226 11.6502 17.1687 7.49947 11.2692 17.0011 7.47718 11.3722 16.8871 7.40881 11.6502 17.1687 7.49947 11.2501 17.2583 7.66068 11.2692 17.0011 7.47718 11.6502 17.1687 7.49947 11.4152 17.3854 7.77393 11.2501 17.2583 7.66068 11.6502 17.1687 7.49947 11.7166 17.484 7.88487 11.4152 17.3854 7.77393 11.8938 17.2578 7.52446 12.2229 17.5523 8.00391 11.7166 17.484 7.88487 11.8938 17.2578 7.52446 11.7166 17.484 7.88487 11.6502 17.1687 7.49947 11.8938 17.2578 7.52446 11.6502 17.1687 7.49947 11.6253 16.7032 7.31226 12.3023 17.0916 7.30903 11.6253 16.7032 7.31226 12.4914 16.2916 7.15548 12.3023 17.0916 7.30903 11.8938 17.2578 7.52446 11.6253 16.7032 7.31226 12.3023 17.0916 7.30903 12.2229 17.5523 8.00391 11.8938 17.2578 7.52446 12.551 17.169 7.31107 12.7402 17.5649 8.08888 12.2229 17.5523 8.00391 12.551 17.169 7.31107 12.2229 17.5523 8.00391 12.3023 17.0916 7.30903 12.551 17.169 7.31107 12.3023 17.0916 7.30903 12.4914 16.2916 7.15548 17.6161 16.9352 6.13691 12.4914 16.2916 7.15548 23.5993 15.2991 4.36425 17.6161 16.9352 6.13691 23.2559 16.6139 5.51958 12.7402 17.5649 8.08888 17.6161 16.9352 6.13691 23.1739 16.2401 4.71061 23.2559 16.6139 5.51958 17.6161 16.9352 6.13691 23.5993 15.2991 4.36425 23.1739 16.2401 4.71061 17.6161 16.9352 6.13691 12.551 17.169 7.31107 12.4914 16.2916 7.15548 17.6161 16.9352 6.13691 12.7402 17.5649 8.08888 12.551 17.169 7.31107 23.3963 16.2021 4.65131 23.2559 16.6139 5.51958 23.1739 16.2401 4.71061 23.3963 16.2021 4.65131 23.1739 16.2401 4.71061 23.5993 15.2991 4.36425 23.3963 16.2021 4.65131 28.7587 15.031 3.18067 23.2559 16.6139 5.51958 23.3963 16.2021 4.65131 23.5993 15.2991 4.36425 28.7587 15.031 3.18067 30.5566 14.5236 2.67176 28.7587 15.031 3.18067 30.9246 13.5245 2.2959 30.5566 14.5236 2.67176 30.1897 15.0263 3.6183 28.7587 15.031 3.18067 30.5566 14.5236 2.67176 31.5616 14.2136 2.38409 30.1897 15.0263 3.6183 30.5566 14.5236 2.67176 30.9246 13.5245 2.2959 31.5616 14.2136 2.38409 11.6005 16.292 7.35 11.147 16.6624 7.33267 10.7608 16.8584 7.35 11.656 16.4943 7.27755 11.147 16.6624 7.33267 11.6005 16.292 7.35 12.4914 16.2916 7.15548 11.6005 16.292 7.35 12.4151 15.6801 7.35 12.4914 16.2916 7.15548 11.656 16.4943 7.27755 11.6005 16.292 7.35 13.1976 15.0274 7.35 12.4914 16.2916 7.15548 12.4151 15.6801 7.35 13.9458 14.3358 7.35 12.4914 16.2916 7.15548 13.1976 15.0274 7.35 23.5993 15.2991 4.36425 12.4914 16.2916 7.15548 13.9458 14.3358 7.35 22.4125 10.6761 5.57668 23.5993 15.2991 4.36425 13.9458 14.3358 7.35 30.9246 13.5245 2.2959 23.5993 15.2991 4.36425 22.4125 10.6761 5.57668 31.2832 5.32805 3.03787 30.9246 13.5245 2.2959 22.4125 10.6761 5.57668 38.1933 10.7319 0.120367 30.9246 13.5245 2.2959 31.2832 5.32805 3.03787 39.1165 6.61872 0.120367 38.1933 10.7319 0.120367 31.2832 5.32805 3.03787 39.5979 2.43082 0.120367 39.1165 6.61872 0.120367 31.2832 5.32805 3.03787 39.6323 -1.78452 0.120367 39.5979 2.43082 0.120367 31.2832 5.32805 3.03787 28.3157 15.5383 16.462 27.2444 16.5077 16.8342 27.3333 16.3601 16.8342 28.3157 15.5383 16.462 27.1547 16.6548 16.8342 27.2444 16.5077 16.8342 28.3157 15.5383 16.462 27.0642 16.8014 16.8342 27.1547 16.6548 16.8342 28.3157 15.5383 16.462 27.3333 16.3601 16.8342 27.5709 16.0359 16.8007 28.3157 15.5383 16.462 27.5709 16.0359 16.8007 27.8287 15.792 16.7151 28.3157 15.5383 16.462 27.8287 15.792 16.7151 28.0612 15.6394 16.6079 36.7695 14.6394 10.3553 27.0642 16.8014 16.8342 28.3157 15.5383 16.462 37.4515 14.0494 10 37.2872 14.4798 10 36.7695 14.6394 10.3553 37.0967 12.5585 10.7008 36.7695 14.6394 10.3553 28.3157 15.5383 16.462 37.0967 12.5585 10.7008 37.4515 14.0494 10 36.7695 14.6394 10.3553 37.6108 13.6172 10 37.4515 14.0494 10 37.0967 12.5585 10.7008 37.3222 12.519 10.5321 37.6108 13.6172 10 37.0967 12.5585 10.7008 37.5308 12.5782 10.3503 37.6108 13.6172 10 37.3222 12.519 10.5321 37.7651 13.1831 10 37.6108 13.6172 10 37.5308 12.5782 10.3503 37.6993 12.7268 10.1766 37.7651 13.1831 10 37.5308 12.5782 10.3503 37.7752 12.8854 10.0735 37.7651 13.1831 10 37.6993 12.7268 10.1766 39.7616 -4.3604 9.71857 39.8278 -3.70743 3.8701 39.8032 -3.50326 3.89254 39.7391 -4.15198 9.74109 39.8032 -3.50326 3.89254 39.6986 -3.32578 3.91119 39.7391 -4.15198 9.74109 39.7616 -4.3604 9.71857 39.8032 -3.50326 3.89254 39.6332 -3.97058 9.75962 39.7391 -4.15198 9.74109 39.6986 -3.32578 3.91119 39.8591 -3.35467 0.747468 39.8032 -3.50326 3.89254 39.8278 -3.70743 3.8701 39.8332 -3.15216 0.769896 39.8032 -3.50326 3.89254 39.8591 -3.35467 0.747468 39.7285 -2.97642 0.788584 39.6986 -3.32578 3.91119 39.8032 -3.50326 3.89254 39.7285 -2.97642 0.788584 39.8032 -3.50326 3.89254 39.8332 -3.15216 0.769896 39.8332 -3.15216 0.769896 39.8591 -3.35467 0.747468 39.8659 -3.27227 0.436654 39.7392 -2.93248 0.587274 39.8659 -3.27227 0.436654 39.8744 -3.16747 0.24846 39.7392 -2.93248 0.587274 39.7285 -2.97642 0.788584 39.8332 -3.15216 0.769896 39.7392 -2.93248 0.587274 39.8332 -3.15216 0.769896 39.8659 -3.27227 0.436654 39.7403 -2.82075 0.413336 39.8744 -3.16747 0.24846 39.8911 -2.94907 0.0125887 39.7403 -2.82075 0.413336 39.7392 -2.93248 0.587274 39.8744 -3.16747 0.24846 39.7329 -2.67207 0.290671 39.8911 -2.94907 0.0125887 39.9104 -2.67642 -0.162135 39.7329 -2.67207 0.290671 39.7403 -2.82075 0.413336 39.8911 -2.94907 0.0125887 39.7167 -2.47346 0.196021 39.7329 -2.67207 0.290671 39.9104 -2.67642 -0.162135 39.8696 -1.79521 -0.0627968 39.9375 -2.23533 -0.308035 39.9595 -1.79925 -0.348945 39.8678 -2.33943 -0.0308548 39.9104 -2.67642 -0.162135 39.9239 -2.46595 -0.247858 39.8678 -2.33943 -0.0308548 39.6916 -2.23565 0.136827 39.7167 -2.47346 0.196021 39.8678 -2.33943 -0.0308548 39.7167 -2.47346 0.196021 39.9104 -2.67642 -0.162135 39.8691 -2.23718 -0.0495042 39.9239 -2.46595 -0.247858 39.9375 -2.23533 -0.308035 39.8691 -2.23718 -0.0495042 39.8696 -1.79521 -0.0627968 39.6323 -1.78452 0.120367 39.8691 -2.23718 -0.0495042 39.6323 -1.78452 0.120367 39.6916 -2.23565 0.136827 39.8691 -2.23718 -0.0495042 39.8678 -2.33943 -0.0308548 39.9239 -2.46595 -0.247858 39.8691 -2.23718 -0.0495042 39.6916 -2.23565 0.136827 39.8678 -2.33943 -0.0308548 39.8691 -2.23718 -0.0495042 39.9375 -2.23533 -0.308035 39.8696 -1.79521 -0.0627968 39.4394 6.67336 -0.348945 38.5087 10.8205 -0.348945 38.4865 10.8143 -0.198963 39.2474 6.64088 0.0470198 38.3212 10.7678 0.0470198 38.1933 10.7319 0.120367 39.2474 6.64088 0.0470198 38.422 10.7962 -0.0627948 38.3212 10.7678 0.0470198 39.2474 6.64088 0.0470198 38.1933 10.7319 0.120367 39.1165 6.61872 0.120367 39.3507 6.65835 -0.0627948 38.4865 10.8143 -0.198963 38.422 10.7962 -0.0627948 39.3507 6.65835 -0.0627948 38.422 10.7962 -0.0627948 39.2474 6.64088 0.0470198 39.4167 6.66952 -0.198963 38.4865 10.8143 -0.198963 39.3507 6.65835 -0.0627948 39.4167 6.66952 -0.198963 39.4394 6.67336 -0.348945 38.4865 10.8143 -0.198963 39.7305 2.43896 0.0470198 39.1165 6.61872 0.120367 39.5979 2.43082 0.120367 39.7305 2.43896 0.0470198 39.5979 2.43082 0.120367 39.6323 -1.78452 0.120367 39.7305 2.43896 0.0470198 39.6323 -1.78452 0.120367 39.8696 -1.79521 -0.0627968 39.7305 2.43896 0.0470198 39.2474 6.64088 0.0470198 39.1165 6.61872 0.120367 39.835 2.44538 -0.0627948 39.3507 6.65835 -0.0627948 39.2474 6.64088 0.0470198 39.835 2.44538 -0.0627948 39.7305 2.43896 0.0470198 39.8696 -1.79521 -0.0627968 39.835 2.44538 -0.0627948 39.2474 6.64088 0.0470198 39.7305 2.43896 0.0470198 39.9019 2.44948 -0.198963 39.9248 2.45089 -0.348945 39.4394 6.67336 -0.348945 39.9019 2.44948 -0.198963 39.9595 -1.79925 -0.348945 39.9248 2.45089 -0.348945 39.9019 2.44948 -0.198963 39.8696 -1.79521 -0.0627968 39.9595 -1.79925 -0.348945 39.9019 2.44948 -0.198963 39.4394 6.67336 -0.348945 39.4167 6.66952 -0.198963 39.9019 2.44948 -0.198963 39.3507 6.65835 -0.0627948 39.835 2.44538 -0.0627948 39.9019 2.44948 -0.198963 39.835 2.44538 -0.0627948 39.8696 -1.79521 -0.0627968 39.9019 2.44948 -0.198963 39.4167 6.66952 -0.198963 39.3507 6.65835 -0.0627948 37.7781 13.146 1.30487 37.7651 13.1831 1.61472 37.7853 12.9299 1.61472 38.4865 10.8143 -0.198963 38.5087 10.8205 -0.348945 38.3523 11.3624 -0.284464 38.1933 10.7319 0.120367 38.3212 10.7678 0.0470198 38.0235 11.0618 0.175545 37.9279 12.0992 0.514801 38.0705 12.2733 0.121936 37.9789 12.5541 0.347175 37.8193 12.8086 1.13675 37.8231 13.0158 0.950646 37.7781 13.146 1.30487 37.8193 12.8086 1.13675 37.7781 13.146 1.30487 37.7853 12.9299 1.61472 37.8444 12.745 0.995625 37.8231 13.0158 0.950646 37.8193 12.8086 1.13675 37.3843 12.5146 1.48145 37.0967 12.5585 1.61472 37.1579 12.4945 1.32085 37.3843 12.5146 1.48145 37.6102 12.632 1.61472 37.4522 12.5443 1.61472 37.3843 12.5146 1.48145 37.4522 12.5443 1.61472 37.2732 12.5186 1.61472 37.3843 12.5146 1.48145 37.2732 12.5186 1.61472 37.0967 12.5585 1.61472 37.8771 12.6597 0.847025 37.8948 12.8057 0.620255 37.8231 13.0158 0.950646 37.8771 12.6597 0.847025 37.8231 13.0158 0.950646 37.8444 12.745 0.995625 37.8771 12.6597 0.847025 37.8444 12.745 0.995625 37.7379 12.5042 1.02546 37.4728 12.4387 1.2038 37.1579 12.4945 1.32085 37.2094 12.4258 1.17111 37.4728 12.4387 1.2038 37.3843 12.5146 1.48145 37.1579 12.4945 1.32085 37.9135 12.5623 0.708873 37.9789 12.5541 0.347175 37.8948 12.8057 0.620255 37.9135 12.5623 0.708873 37.9279 12.0992 0.514801 37.9789 12.5541 0.347175 37.9135 12.5623 0.708873 37.8948 12.8057 0.620255 37.8771 12.6597 0.847025 37.9135 12.5623 0.708873 37.8771 12.6597 0.847025 37.7379 12.5042 1.02546 37.4965 12.4068 1.13417 37.2094 12.4258 1.17111 37.274 12.3332 1.02139 37.4965 12.4068 1.13417 37.4728 12.4387 1.2038 37.2094 12.4258 1.17111 37.5242 12.3674 1.05952 37.274 12.3332 1.02139 37.4137 12.1196 0.769809 37.5242 12.3674 1.05952 37.4965 12.4068 1.13417 37.274 12.3332 1.02139 37.5242 12.3674 1.05952 37.7379 12.5042 1.02546 37.4965 12.4068 1.13417 37.6984 12.0827 0.68713 37.4137 12.1196 0.769809 37.616 11.7894 0.501556 37.6984 12.0827 0.68713 37.616 11.7894 0.501556 37.9279 12.0992 0.514801 37.6984 12.0827 0.68713 37.9135 12.5623 0.708873 37.7379 12.5042 1.02546 37.6984 12.0827 0.68713 37.7379 12.5042 1.02546 37.5242 12.3674 1.05952 37.6984 12.0827 0.68713 37.5242 12.3674 1.05952 37.4137 12.1196 0.769809 37.6984 12.0827 0.68713 37.9279 12.0992 0.514801 37.9135 12.5623 0.708873 38.1303 11.6027 0.172889 37.616 11.7894 0.501556 37.854 11.3746 0.27992 38.1303 11.6027 0.172889 38.2001 11.8639 -0.111596 38.0705 12.2733 0.121936 38.1303 11.6027 0.172889 38.0705 12.2733 0.121936 37.9279 12.0992 0.514801 38.1303 11.6027 0.172889 37.9279 12.0992 0.514801 37.616 11.7894 0.501556 38.2097 11.3934 0.0784181 37.854 11.3746 0.27992 38.0235 11.0618 0.175545 38.2097 11.3934 0.0784181 38.3523 11.3624 -0.284464 38.2001 11.8639 -0.111596 38.2097 11.3934 0.0784181 38.1303 11.6027 0.172889 37.854 11.3746 0.27992 38.2097 11.3934 0.0784181 38.2001 11.8639 -0.111596 38.1303 11.6027 0.172889 38.2747 11.2167 0.0172901 38.3212 10.7678 0.0470198 38.422 10.7962 -0.0627948 38.2747 11.2167 0.0172901 38.422 10.7962 -0.0627948 38.4865 10.8143 -0.198963 38.2747 11.2167 0.0172901 38.4865 10.8143 -0.198963 38.3523 11.3624 -0.284464 38.2747 11.2167 0.0172901 38.3523 11.3624 -0.284464 38.2097 11.3934 0.0784181 38.2747 11.2167 0.0172901 38.0235 11.0618 0.175545 38.3212 10.7678 0.0470198 38.2747 11.2167 0.0172901 38.2097 11.3934 0.0784181 38.0235 11.0618 0.175545 37.6603 12.6205 1.34331 37.7853 12.9299 1.61472 37.727 12.77 1.61472 37.6603 12.6205 1.34331 37.727 12.77 1.61472 37.6102 12.632 1.61472 37.6603 12.6205 1.34331 37.3843 12.5146 1.48145 37.4728 12.4387 1.2038 37.6603 12.6205 1.34331 37.6102 12.632 1.61472 37.3843 12.5146 1.48145 37.6603 12.6205 1.34331 37.8193 12.8086 1.13675 37.7853 12.9299 1.61472 37.695 12.5808 1.19524 37.4728 12.4387 1.2038 37.4965 12.4068 1.13417 37.695 12.5808 1.19524 37.4965 12.4068 1.13417 37.7379 12.5042 1.02546 37.695 12.5808 1.19524 37.7379 12.5042 1.02546 37.8444 12.745 0.995625 37.695 12.5808 1.19524 37.8444 12.745 0.995625 37.8193 12.8086 1.13675 37.695 12.5808 1.19524 37.6603 12.6205 1.34331 37.4728 12.4387 1.2038 37.695 12.5808 1.19524 37.8193 12.8086 1.13675 37.6603 12.6205 1.34331 39.361 -4.12508 10.3553 39.7584 -4.38993 9.98538 39.738 -4.17061 9.90959 39.361 -4.12508 10.3553 39.7453 -4.50701 10 39.7584 -4.38993 9.98538 39.4402 -3.91671 10.218 39.738 -4.17061 9.90959 39.6326 -3.97586 9.80793 39.4402 -3.91671 10.218 39.361 -4.12508 10.3553 39.738 -4.17061 9.90959 39.41 -3.75628 10.0133 39.4402 -3.91671 10.218 39.6326 -3.97586 9.80793 31.7722 2.29948 16.8342 39.361 -4.12508 10.3553 39.4402 -3.91671 10.218 31.7722 2.29948 16.8342 39.4402 -3.91671 10.218 39.41 -3.75628 10.0133 31.6963 2.60053 16.7923 31.7722 2.29948 16.8342 39.41 -3.75628 10.0133 31.5294 2.83106 16.675 31.6963 2.60053 16.7923 39.41 -3.75628 10.0133 37.7853 12.9299 1.61472 37.7651 13.1831 1.61472 37.7651 13.1831 10 37.7853 12.9299 1.61472 37.7651 13.1831 10 37.7752 12.8854 10.0735 37.727 12.77 1.61472 37.7752 12.8854 10.0735 37.6993 12.7268 10.1766 37.727 12.77 1.61472 37.7853 12.9299 1.61472 37.7752 12.8854 10.0735 37.6102 12.632 1.61472 37.6993 12.7268 10.1766 37.5308 12.5782 10.3503 37.6102 12.632 1.61472 37.727 12.77 1.61472 37.6993 12.7268 10.1766 37.4522 12.5443 1.61472 37.5308 12.5782 10.3503 37.3222 12.519 10.5321 37.4522 12.5443 1.61472 37.6102 12.632 1.61472 37.5308 12.5782 10.3503 37.2732 12.5186 1.61472 37.3222 12.519 10.5321 37.0967 12.5585 10.7008 37.2732 12.5186 1.61472 37.4522 12.5443 1.61472 37.3222 12.519 10.5321 37.0967 12.5585 1.61472 37.2732 12.5186 1.61472 37.0967 12.5585 10.7008 39.738 -4.17061 9.90959 39.7616 -4.3604 9.71857 39.7391 -4.15198 9.74109 39.738 -4.17061 9.90959 39.7584 -4.38993 9.98538 39.7616 -4.3604 9.71857 39.6326 -3.97586 9.80793 39.7391 -4.15198 9.74109 39.6332 -3.97058 9.75962 39.6326 -3.97586 9.80793 39.738 -4.17061 9.90959 39.7391 -4.15198 9.74109 33.1502 -21.6408 10.0133 33.2453 -21.9387 9.80793 33.2483 -21.9342 9.75962 33.1539 -21.6388 9.96413 33.1502 -21.6408 10.0133 33.2483 -21.9342 9.75962 33.1539 -21.6388 9.96413 29.1656 -11.9728 16.572 29.2335 -12.1457 16.675 33.1539 -21.6388 9.96413 29.2335 -12.1457 16.675 33.1502 -21.6408 10.0133 33.6058 -21.3937 3.91119 33.1539 -21.6388 9.96413 33.2483 -21.9342 9.75962 25.1606 -3.63139 11.6871 25.4868 -3.23773 5.9541 20.2081 3.8105 7.80139 30.2327 -11.6502 3.5126 25.4868 -3.23773 5.9541 25.1606 -3.63139 11.6871 29.1656 -11.9728 16.572 30.2327 -11.6502 3.5126 25.1606 -3.63139 11.6871 33.6058 -21.3937 3.91119 33.7947 -21.0983 0.788584 30.2327 -11.6502 3.5126 33.1539 -21.6388 9.96413 33.6058 -21.3937 3.91119 30.2327 -11.6502 3.5126 33.1539 -21.6388 9.96413 30.2327 -11.6502 3.5126 29.1656 -11.9728 16.572 33.885 -20.5592 0.336057 33.7947 -21.0983 0.788584 33.8245 -21.0643 0.587274 33.885 -20.5592 0.336057 33.8245 -21.0643 0.587274 33.8775 -20.9659 0.413336 33.885 -20.5592 0.336057 33.8775 -20.9659 0.413336 33.94 -20.8308 0.290671 33.885 -20.5592 0.336057 33.94 -20.8308 0.290671 34.0179 -20.6474 0.196021 33.885 -20.5592 0.336057 34.0179 -20.6474 0.196021 34.1062 -20.4252 0.136827 33.885 -20.5592 0.336057 34.1062 -20.4252 0.136827 34.2634 -19.9982 0.120367 32.2387 -15.7294 1.7177 30.2327 -11.6502 3.5126 33.7947 -21.0983 0.788584 32.2387 -15.7294 1.7177 34.2634 -19.9982 0.120367 30.176 -9.82027 3.03787 32.2387 -15.7294 1.7177 33.885 -20.5592 0.336057 34.2634 -19.9982 0.120367 32.2387 -15.7294 1.7177 33.7947 -21.0983 0.788584 33.885 -20.5592 0.336057 30.0708 -10.7692 3.15987 30.2327 -11.6502 3.5126 32.2387 -15.7294 1.7177 30.0708 -10.7692 3.15987 32.2387 -15.7294 1.7177 30.176 -9.82027 3.03787 27.7552 -6.44801 4.42337 25.4868 -3.23773 5.9541 30.2327 -11.6502 3.5126 27.7552 -6.44801 4.42337 30.176 -9.82027 3.03787 24.8067 -0.962382 5.57668 27.7552 -6.44801 4.42337 30.2327 -11.6502 3.5126 30.0708 -10.7692 3.15987 27.7552 -6.44801 4.42337 30.0708 -10.7692 3.15987 30.176 -9.82027 3.03787 25.0267 -2.14777 5.65906 25.4868 -3.23773 5.9541 27.7552 -6.44801 4.42337 25.0267 -2.14777 5.65906 27.7552 -6.44801 4.42337 24.8067 -0.962382 5.57668 22.3812 1.47126 6.64174 20.2081 3.8105 7.80139 25.4868 -3.23773 5.9541 22.3812 1.47126 6.64174 19.7239 4.56738 7.54667 20.2081 3.8105 7.80139 22.3812 1.47126 6.64174 19.3341 5.3672 7.40221 19.7239 4.56738 7.54667 22.3812 1.47126 6.64174 19.0106 6.2128 7.35 19.3341 5.3672 7.40221 22.3812 1.47126 6.64174 24.8067 -0.962382 5.57668 19.0106 6.2128 7.35 22.3812 1.47126 6.64174 25.0267 -2.14777 5.65906 24.8067 -0.962382 5.57668 22.3812 1.47126 6.64174 25.4868 -3.23773 5.9541 25.0267 -2.14777 5.65906 19.8931 2.06495 7.35 19.987 0.720648 7.35 20.1811 0.912852 7.51135 19.8931 2.06495 7.35 20.1811 0.912852 7.51135 20.4014 1.01735 7.6914 19.8931 2.06495 7.35 20.4014 1.01735 7.6914 20.652 1.03385 7.89232 19.8931 2.06495 7.35 20.652 1.03385 7.89232 20.9179 0.960662 8.102 29.1656 -11.9728 16.572 28.9911 -13.2012 16.8342 29.0621 -13.0443 16.8342 29.1656 -11.9728 16.572 29.0621 -13.0443 16.8342 29.1322 -12.8869 16.8342 29.1656 -11.9728 16.572 25.7677 -6.27098 12.5659 28.9911 -13.2012 16.8342 29.1656 -11.9728 16.572 25.1606 -3.63139 11.6871 25.7677 -6.27098 12.5659 29.2335 -12.1457 16.675 29.2015 -12.7292 16.8342 29.2742 -12.4273 16.7923 29.2335 -12.1457 16.675 29.1322 -12.8869 16.8342 29.2015 -12.7292 16.8342 29.2335 -12.1457 16.675 29.1656 -11.9728 16.572 29.1322 -12.8869 16.8342 20.2081 3.8105 7.80139 20.9179 0.960662 8.102 21.1106 0.858546 8.25243 20.2081 3.8105 7.80139 21.1106 0.858546 8.25243 21.3078 0.714944 8.40583 20.2081 3.8105 7.80139 21.3078 0.714944 8.40583 21.6282 0.399327 8.6555 20.2081 3.8105 7.80139 21.6282 0.399327 8.6555 21.8996 0.0472418 8.86975 20.2081 3.8105 7.80139 19.6128 3.91621 7.35 19.7747 2.99386 7.35 20.2081 3.8105 7.80139 19.7747 2.99386 7.35 19.8931 2.06495 7.35 20.2081 3.8105 7.80139 21.8996 0.0472418 8.86975 25.1606 -3.63139 11.6871 20.2081 3.8105 7.80139 19.8931 2.06495 7.35 20.9179 0.960662 8.102 19.7239 4.56738 7.54667 19.6128 3.91621 7.35 20.2081 3.8105 7.80139 19.408 4.82997 7.35 19.6128 3.91621 7.35 19.7239 4.56738 7.54667 19.3341 5.3672 7.40221 19.408 4.82997 7.35 19.7239 4.56738 7.54667 19.0106 6.2128 7.35 19.408 4.82997 7.35 19.3341 5.3672 7.40221 25.7677 -6.27098 12.5659 25.1606 -3.63139 11.6871 21.8996 0.0472418 8.86975 32.2934 0.599518 16.462 19.4437 9.63225 8.08888 28.3138 3.90266 5.5193 32.2934 0.599518 16.462 28.3138 3.90266 5.5193 33.715 -0.724985 3.61819 38.6838 -6.11974 10.7008 33.715 -0.724985 3.61819 38.6838 -6.11974 1.61472 38.6838 -6.11974 10.7008 32.2934 0.599518 16.462 33.715 -0.724985 3.61819 32.6636 -0.252842 3.10163 28.0063 2.57922 4.36412 33.6673 -2.39586 2.29598 32.6636 -0.252842 3.10163 33.715 -0.724985 3.61819 28.3138 3.90266 5.5193 32.6636 -0.252842 3.10163 28.3038 3.42894 4.63208 28.0063 2.57922 4.36412 32.6636 -0.252842 3.10163 28.3138 3.90266 5.5193 28.3038 3.42894 4.63208 36.7603 -4.44034 1.49656 33.6673 -2.39586 2.29598 38.8059 -8.24671 0.120367 36.7603 -4.44034 1.49656 38.7082 -6.20476 1.32092 38.6838 -6.11974 1.61472 36.7603 -4.44034 1.49656 38.7218 -6.2895 1.17121 38.7082 -6.20476 1.32092 36.7603 -4.44034 1.49656 38.8059 -8.24671 0.120367 38.8088 -7.87584 0.175515 36.7603 -4.44034 1.49656 38.6838 -6.11974 1.61472 33.715 -0.724985 3.61819 36.7603 -4.44034 1.49656 33.715 -0.724985 3.61819 34.7519 -2.28534 2.30591 36.7603 -4.44034 1.49656 34.7519 -2.28534 2.30591 33.6673 -2.39586 2.29598 38.5798 -6.59024 0.720471 38.736 -6.40144 1.02151 38.7218 -6.2895 1.17121 38.5798 -6.59024 0.720471 38.7605 -6.6556 0.76982 38.736 -6.40144 1.02151 38.5798 -6.59024 0.720471 38.7861 -7.04232 0.501395 38.7605 -6.6556 0.76982 38.5798 -6.59024 0.720471 38.8041 -7.52018 0.279819 38.7861 -7.04232 0.501395 38.5798 -6.59024 0.720471 38.8088 -7.87584 0.175515 38.8041 -7.52018 0.279819 38.5798 -6.59024 0.720471 38.7218 -6.2895 1.17121 36.7603 -4.44034 1.49656 38.5798 -6.59024 0.720471 36.7603 -4.44034 1.49656 38.8088 -7.87584 0.175515 18.2944 9.78802 7.49947 17.9174 9.6679 7.40881 18.056 9.38745 7.31226 18.2944 9.78802 7.49947 17.8792 9.81666 7.47718 17.9174 9.6679 7.40881 18.2944 9.78802 7.49947 17.9818 10.0533 7.66066 17.8792 9.81666 7.47718 18.2944 9.78802 7.49947 18.1871 10.0891 7.77392 17.9818 10.0533 7.66066 18.2944 9.78802 7.49947 18.4998 10.0363 7.88487 18.1871 10.0891 7.77392 18.5515 9.75366 7.52446 18.9798 9.86151 8.00391 18.4998 10.0363 7.88487 18.5515 9.75366 7.52446 18.4998 10.0363 7.88487 18.2944 9.78802 7.49947 18.5515 9.75366 7.52446 18.2944 9.78802 7.49947 18.056 9.38745 7.31226 18.836 9.41665 7.30902 18.056 9.38745 7.31226 18.6317 8.62044 7.15548 18.836 9.41665 7.30902 18.9798 9.86151 8.00391 18.5515 9.75366 7.52446 18.836 9.41665 7.30902 18.5515 9.75366 7.52446 18.056 9.38745 7.31226 19.0922 9.36966 7.31107 19.4437 9.63225 8.08888 18.9798 9.86151 8.00391 19.0922 9.36966 7.31107 18.9798 9.86151 8.00391 18.836 9.41665 7.30902 19.0922 9.36966 7.31107 18.836 9.41665 7.30902 18.6317 8.62044 7.15548 23.4693 6.80823 6.13667 18.6317 8.62044 7.15548 28.0063 2.57922 4.36412 23.4693 6.80823 6.13667 28.3138 3.90266 5.5193 19.4437 9.63225 8.08888 23.4693 6.80823 6.13667 28.0063 2.57922 4.36412 28.3038 3.42894 4.63208 23.4693 6.80823 6.13667 28.3038 3.42894 4.63208 28.3138 3.90266 5.5193 23.4693 6.80823 6.13667 19.0922 9.36966 7.31107 18.6317 8.62044 7.15548 23.4693 6.80823 6.13667 19.4437 9.63225 8.08888 19.0922 9.36966 7.31107 33.806 -1.34035 2.67176 33.715 -0.724985 3.61819 32.6636 -0.252842 3.10163 33.806 -1.34035 2.67176 32.6636 -0.252842 3.10163 33.6673 -2.39586 2.29598 33.806 -1.34035 2.67176 34.7519 -2.28534 2.30591 33.715 -0.724985 3.61819 33.806 -1.34035 2.67176 33.6673 -2.39586 2.29598 34.7519 -2.28534 2.30591 17.843 9.03484 7.35 17.6136 9.57354 7.33267 17.3627 9.92653 7.35 17.9863 9.1881 7.27753 17.6136 9.57354 7.33267 17.843 9.03484 7.35 18.6317 8.62044 7.15548 17.843 9.03484 7.35 18.2799 8.1144 7.35 18.6317 8.62044 7.15548 17.9863 9.1881 7.27753 17.843 9.03484 7.35 18.6695 7.17291 7.35 18.6317 8.62044 7.15548 18.2799 8.1144 7.35 19.0106 6.2128 7.35 18.6317 8.62044 7.15548 18.6695 7.17291 7.35 28.0063 2.57922 4.36412 18.6317 8.62044 7.15548 19.0106 6.2128 7.35 24.8067 -0.962382 5.57668 28.0063 2.57922 4.36412 19.0106 6.2128 7.35 33.6673 -2.39586 2.29598 28.0063 2.57922 4.36412 24.8067 -0.962382 5.57668 30.176 -9.82027 3.03787 33.6673 -2.39586 2.29598 24.8067 -0.962382 5.57668 38.8059 -8.24671 0.120367 33.6673 -2.39586 2.29598 30.176 -9.82027 3.03787 37.7118 -12.3177 0.120367 38.8059 -8.24671 0.120367 30.176 -9.82027 3.03787 36.1919 -16.2497 0.120367 37.7118 -12.3177 0.120367 30.176 -9.82027 3.03787 34.2634 -19.9982 0.120367 36.1919 -16.2497 0.120367 30.176 -9.82027 3.03787 32.2934 0.599518 16.462 31.7952 1.95572 16.8342 31.8053 1.78374 16.8342 32.2934 0.599518 16.462 31.7842 2.12763 16.8342 31.7952 1.95572 16.8342 32.2934 0.599518 16.462 31.7722 2.29948 16.8342 31.7842 2.12763 16.8342 32.2934 0.599518 16.462 31.8053 1.78374 16.8342 31.8651 1.38621 16.8007 32.2934 0.599518 16.462 31.8651 1.38621 16.8007 31.98 1.05053 16.7151 32.2934 0.599518 16.462 31.98 1.05053 16.7151 32.1149 0.807295 16.6079 39.361 -4.12508 10.3553 31.7722 2.29948 16.8342 32.2934 0.599518 16.462 39.6907 -4.96444 10 39.7453 -4.50701 10 39.361 -4.12508 10.3553 38.6838 -6.11974 10.7008 39.361 -4.12508 10.3553 32.2934 0.599518 16.462 38.6838 -6.11974 10.7008 39.6907 -4.96444 10 39.361 -4.12508 10.3553 39.6309 -5.42122 10 39.6907 -4.96444 10 38.6838 -6.11974 10.7008 38.865 -6.25945 10.5321 39.6309 -5.42122 10 38.6838 -6.11974 10.7008 39.0773 -6.30395 10.3503 39.6309 -5.42122 10 38.865 -6.25945 10.5321 39.5659 -5.87727 10 39.6309 -5.42122 10 39.0773 -6.30395 10.3503 39.2955 -6.25072 10.1766 39.5659 -5.87727 10 39.0773 -6.30395 10.3503 39.4364 -6.14555 10.0735 39.5659 -5.87727 10 39.2955 -6.25072 10.1766 33.1808 -22.3391 9.71857 33.5429 -21.7917 3.8701 33.616 -21.5995 3.89254 33.2577 -22.1441 9.74109 33.616 -21.5995 3.89254 33.6058 -21.3937 3.91119 33.2577 -22.1441 9.74109 33.1808 -22.3391 9.71857 33.616 -21.5995 3.89254 33.2483 -21.9342 9.75962 33.2577 -22.1441 9.74109 33.6058 -21.3937 3.91119 33.7345 -21.4939 0.747468 33.616 -21.5995 3.89254 33.5429 -21.7917 3.8701 33.8056 -21.3025 0.769896 33.616 -21.5995 3.89254 33.7345 -21.4939 0.747468 33.7947 -21.0983 0.788584 33.6058 -21.3937 3.91119 33.616 -21.5995 3.89254 33.7947 -21.0983 0.788584 33.616 -21.5995 3.89254 33.8056 -21.3025 0.769896 33.8056 -21.3025 0.769896 33.7345 -21.4939 0.747468 33.7788 -21.4241 0.436654 33.8245 -21.0643 0.587274 33.7788 -21.4241 0.436654 33.835 -21.3352 0.24846 33.8245 -21.0643 0.587274 33.7947 -21.0983 0.788584 33.8056 -21.3025 0.769896 33.8245 -21.0643 0.587274 33.8056 -21.3025 0.769896 33.7788 -21.4241 0.436654 33.8775 -20.9659 0.413336 33.835 -21.3352 0.24846 33.9513 -21.1496 0.0125887 33.8775 -20.9659 0.413336 33.8245 -21.0643 0.587274 33.835 -21.3352 0.24846 33.94 -20.8308 0.290671 33.9513 -21.1496 0.0125887 34.0951 -20.9171 -0.162135 33.94 -20.8308 0.290671 33.8775 -20.9659 0.413336 33.9513 -21.1496 0.0125887 34.0179 -20.6474 0.196021 33.94 -20.8308 0.290671 34.0951 -20.9171 -0.162135 34.4685 -20.1179 -0.0627968 34.3241 -20.5392 -0.308035 34.5462 -20.1633 -0.348945 34.214 -20.5989 -0.0308548 34.0951 -20.9171 -0.162135 34.2049 -20.7371 -0.247858 34.214 -20.5989 -0.0308548 34.1062 -20.4252 0.136827 34.0179 -20.6474 0.196021 34.214 -20.5989 -0.0308548 34.0179 -20.6474 0.196021 34.0951 -20.9171 -0.162135 34.2626 -20.509 -0.0495042 34.2049 -20.7371 -0.247858 34.3241 -20.5392 -0.308035 34.2626 -20.509 -0.0495042 34.4685 -20.1179 -0.0627968 34.2634 -19.9982 0.120367 34.2626 -20.509 -0.0495042 34.2634 -19.9982 0.120367 34.1062 -20.4252 0.136827 34.2626 -20.509 -0.0495042 34.214 -20.5989 -0.0308548 34.2049 -20.7371 -0.247858 34.2626 -20.509 -0.0495042 34.1062 -20.4252 0.136827 34.214 -20.5989 -0.0308548 34.2626 -20.509 -0.0495042 34.3241 -20.5392 -0.308035 34.4685 -20.1179 -0.0627968 37.8381 -12.359 0.0470198 38.9358 -8.27433 0.0470198 38.8059 -8.24671 0.120367 37.8381 -12.359 0.0470198 38.8059 -8.24671 0.120367 37.7118 -12.3177 0.120367 37.9376 -12.3915 -0.0627948 39.0382 -8.29609 -0.0627948 38.9358 -8.27433 0.0470198 37.9376 -12.3915 -0.0627948 38.9358 -8.27433 0.0470198 37.8381 -12.359 0.0470198 38.0012 -12.4123 -0.198963 38.0231 -12.4194 -0.348945 39.1263 -8.3148 -0.348945 38.0012 -12.4123 -0.198963 39.1037 -8.31001 -0.198963 39.0382 -8.29609 -0.0627948 38.0012 -12.4123 -0.198963 39.1263 -8.3148 -0.348945 39.1037 -8.31001 -0.198963 38.0012 -12.4123 -0.198963 39.0382 -8.29609 -0.0627948 37.9376 -12.3915 -0.0627948 36.3131 -16.3041 0.0470198 37.7118 -12.3177 0.120367 36.1919 -16.2497 0.120367 36.3131 -16.3041 0.0470198 36.1919 -16.2497 0.120367 34.2634 -19.9982 0.120367 36.3131 -16.3041 0.0470198 34.2634 -19.9982 0.120367 34.4685 -20.1179 -0.0627968 36.3131 -16.3041 0.0470198 37.8381 -12.359 0.0470198 37.7118 -12.3177 0.120367 36.4086 -16.347 -0.0627948 37.9376 -12.3915 -0.0627948 37.8381 -12.359 0.0470198 36.4086 -16.347 -0.0627948 36.3131 -16.3041 0.0470198 34.4685 -20.1179 -0.0627968 36.4086 -16.347 -0.0627948 37.8381 -12.359 0.0470198 36.3131 -16.3041 0.0470198 36.4697 -16.3744 -0.198963 36.4907 -16.3838 -0.348945 38.0231 -12.4194 -0.348945 36.4697 -16.3744 -0.198963 34.5462 -20.1633 -0.348945 36.4907 -16.3838 -0.348945 36.4697 -16.3744 -0.198963 34.4685 -20.1179 -0.0627968 34.5462 -20.1633 -0.348945 36.4697 -16.3744 -0.198963 38.0012 -12.4123 -0.198963 37.9376 -12.3915 -0.0627948 36.4697 -16.3744 -0.198963 38.0231 -12.4194 -0.348945 38.0012 -12.4123 -0.198963 36.4697 -16.3744 -0.198963 37.9376 -12.3915 -0.0627948 36.4086 -16.347 -0.0627948 36.4697 -16.3744 -0.198963 36.4086 -16.347 -0.0627948 34.4685 -20.1179 -0.0627968 39.5601 -5.91611 1.30496 39.5659 -5.87727 1.61472 39.4661 -6.11085 1.61472 39.1037 -8.31001 -0.198963 39.1263 -8.3148 -0.348945 39.2396 -7.76248 -0.284505 38.8059 -8.24671 0.120367 38.9358 -8.27433 0.0470198 38.8088 -7.87584 0.175515 39.2063 -6.91267 0.514816 39.4134 -6.82504 0.121738 39.4628 -6.53364 0.347115 39.4398 -6.23394 1.13693 39.5395 -6.05228 0.950809 39.5601 -5.91611 1.30496 39.4398 -6.23394 1.13693 39.5601 -5.91611 1.30496 39.4661 -6.11085 1.61472 39.4325 -6.3019 0.995828 39.5395 -6.05228 0.950809 39.4398 -6.23394 1.13693 38.918 -6.29221 1.48148 38.6838 -6.11974 1.61472 38.7082 -6.20476 1.32092 38.918 -6.29221 1.48148 39.1726 -6.2933 1.61472 38.9919 -6.29751 1.61472 38.918 -6.29221 1.48148 38.9919 -6.29751 1.61472 38.8215 -6.23708 1.61472 38.918 -6.29221 1.48148 38.8215 -6.23708 1.61472 38.6838 -6.11974 1.61472 39.4218 -6.39267 0.847218 39.5053 -6.27161 0.620386 39.5395 -6.05228 0.950809 39.4218 -6.39267 0.847218 39.5395 -6.05228 0.950809 39.4325 -6.3019 0.995828 39.4218 -6.39267 0.847218 39.4325 -6.3019 0.995828 39.2262 -6.46559 1.02569 38.961 -6.40047 1.20395 38.7082 -6.20476 1.32092 38.7218 -6.2895 1.17121 38.961 -6.40047 1.20395 38.918 -6.29221 1.48148 38.7082 -6.20476 1.32092 39.4087 -6.49583 0.709009 39.4628 -6.53364 0.347115 39.5053 -6.27161 0.620386 39.4087 -6.49583 0.709009 39.2063 -6.91267 0.514816 39.4628 -6.53364 0.347115 39.4087 -6.49583 0.709009 39.5053 -6.27161 0.620386 39.4218 -6.39267 0.847218 39.4087 -6.49583 0.709009 39.4218 -6.39267 0.847218 39.2262 -6.46559 1.02569 38.9673 -6.43969 1.13433 38.7218 -6.2895 1.17121 38.736 -6.40144 1.02151 38.9673 -6.43969 1.13433 38.961 -6.40047 1.20395 38.7218 -6.2895 1.17121 38.9735 -6.48747 1.05969 38.736 -6.40144 1.02151 38.7605 -6.6556 0.76982 38.9735 -6.48747 1.05969 38.9673 -6.43969 1.13433 38.736 -6.40144 1.02151 38.9735 -6.48747 1.05969 39.2262 -6.46559 1.02569 38.9673 -6.43969 1.13433 38.9954 -6.82062 0.687142 38.7605 -6.6556 0.76982 38.7861 -7.04232 0.501395 38.9954 -6.82062 0.687142 38.7861 -7.04232 0.501395 39.2063 -6.91267 0.514816 38.9954 -6.82062 0.687142 39.4087 -6.49583 0.709009 39.2262 -6.46559 1.02569 38.9954 -6.82062 0.687142 39.2262 -6.46559 1.02569 38.9735 -6.48747 1.05969 38.9954 -6.82062 0.687142 38.9735 -6.48747 1.05969 38.7605 -6.6556 0.76982 38.9954 -6.82062 0.687142 39.2063 -6.91267 0.514816 39.4087 -6.49583 0.709009 39.1547 -7.44657 0.172749 38.7861 -7.04232 0.501395 38.8041 -7.52018 0.279819 39.1547 -7.44657 0.172749 39.3379 -7.24781 -0.111746 39.4134 -6.82504 0.121738 39.1547 -7.44657 0.172749 39.4134 -6.82504 0.121738 39.2063 -6.91267 0.514816 39.1547 -7.44657 0.172749 39.2063 -6.91267 0.514816 38.7861 -7.04232 0.501395 39.1278 -7.66877 0.0783371 38.8041 -7.52018 0.279819 38.8088 -7.87584 0.175515 39.1278 -7.66877 0.0783371 39.2396 -7.76248 -0.284505 39.3379 -7.24781 -0.111746 39.1278 -7.66877 0.0783371 39.1547 -7.44657 0.172749 38.8041 -7.52018 0.279819 39.1278 -7.66877 0.0783371 39.3379 -7.24781 -0.111746 39.1547 -7.44657 0.172749 39.1032 -7.85543 0.0172492 38.9358 -8.27433 0.0470198 39.0382 -8.29609 -0.0627948 39.1032 -7.85543 0.0172492 39.0382 -8.29609 -0.0627948 39.1037 -8.31001 -0.198963 39.1032 -7.85543 0.0172492 39.1037 -8.31001 -0.198963 39.2396 -7.76248 -0.284505 39.1032 -7.85543 0.0172492 39.2396 -7.76248 -0.284505 39.1278 -7.66877 0.0783371 39.1032 -7.85543 0.0172492 38.8088 -7.87584 0.175515 38.9358 -8.27433 0.0470198 39.1032 -7.85543 0.0172492 39.1278 -7.66877 0.0783371 38.8088 -7.87584 0.175515 39.2116 -6.32674 1.34341 39.4661 -6.11085 1.61472 39.3401 -6.22535 1.61472 39.2116 -6.32674 1.34341 39.3401 -6.22535 1.61472 39.1726 -6.2933 1.61472 39.2116 -6.32674 1.34341 38.918 -6.29221 1.48148 38.961 -6.40047 1.20395 39.2116 -6.32674 1.34341 39.1726 -6.2933 1.61472 38.918 -6.29221 1.48148 39.2116 -6.32674 1.34341 39.4398 -6.23394 1.13693 39.4661 -6.11085 1.61472 39.2238 -6.37789 1.1954 38.961 -6.40047 1.20395 38.9673 -6.43969 1.13433 39.2238 -6.37789 1.1954 38.9673 -6.43969 1.13433 39.2262 -6.46559 1.02569 39.2238 -6.37789 1.1954 39.2262 -6.46559 1.02569 39.4325 -6.3019 0.995828 39.2238 -6.37789 1.1954 39.4325 -6.3019 0.995828 39.4398 -6.23394 1.13693 39.2238 -6.37789 1.1954 39.2116 -6.32674 1.34341 38.961 -6.40047 1.20395 39.2238 -6.37789 1.1954 39.4398 -6.23394 1.13693 39.2116 -6.32674 1.34341 32.9354 -21.9446 10.3553 33.1642 -22.3637 9.98538 33.2481 -22.1601 9.90959 32.9354 -21.9446 10.3553 33.0982 -22.4613 10 33.1642 -22.3637 9.98538 33.1024 -21.7968 10.218 33.2481 -22.1601 9.90959 33.2453 -21.9387 9.80793 33.1024 -21.7968 10.218 32.9354 -21.9446 10.3553 33.2481 -22.1601 9.90959 33.1502 -21.6408 10.0133 33.1024 -21.7968 10.218 33.2453 -21.9387 9.80793 29.2015 -12.7292 16.8342 32.9354 -21.9446 10.3553 33.1024 -21.7968 10.218 29.2015 -12.7292 16.8342 33.1024 -21.7968 10.218 33.1502 -21.6408 10.0133 29.2742 -12.4273 16.7923 29.2015 -12.7292 16.8342 33.1502 -21.6408 10.0133 29.2335 -12.1457 16.675 29.2742 -12.4273 16.7923 33.1502 -21.6408 10.0133 39.4661 -6.11085 1.61472 39.5659 -5.87727 1.61472 39.5659 -5.87727 10 39.4661 -6.11085 1.61472 39.5659 -5.87727 10 39.4364 -6.14555 10.0735 39.3401 -6.22535 1.61472 39.4364 -6.14555 10.0735 39.2955 -6.25072 10.1766 39.3401 -6.22535 1.61472 39.4661 -6.11085 1.61472 39.4364 -6.14555 10.0735 39.1726 -6.2933 1.61472 39.2955 -6.25072 10.1766 39.0773 -6.30395 10.3503 39.1726 -6.2933 1.61472 39.3401 -6.22535 1.61472 39.2955 -6.25072 10.1766 38.9919 -6.29751 1.61472 39.0773 -6.30395 10.3503 38.865 -6.25945 10.5321 38.9919 -6.29751 1.61472 39.1726 -6.2933 1.61472 39.0773 -6.30395 10.3503 38.8215 -6.23708 1.61472 38.865 -6.25945 10.5321 38.6838 -6.11974 10.7008 38.8215 -6.23708 1.61472 38.9919 -6.29751 1.61472 38.865 -6.25945 10.5321 38.6838 -6.11974 1.61472 38.8215 -6.23708 1.61472 38.6838 -6.11974 10.7008 33.2481 -22.1601 9.90959 33.1808 -22.3391 9.71857 33.2577 -22.1441 9.74109 33.2481 -22.1601 9.90959 33.1642 -22.3637 9.98538 33.1808 -22.3391 9.71857 33.2453 -21.9387 9.80793 33.2577 -22.1441 9.74109 33.2483 -21.9342 9.75962 33.2453 -21.9387 9.80793 33.2481 -22.1601 9.90959 33.2577 -22.1441 9.74109 19.2961 -34.5676 10.0133 19.2418 -34.8756 9.80793 19.2465 -34.873 9.75962 19.3003 -34.5675 9.96413 19.2961 -34.5676 10.0133 19.2465 -34.873 9.75962 19.3003 -34.5675 9.96413 20.2608 -24.1554 16.572 20.2406 -24.34 16.675 19.3003 -34.5675 9.96413 20.2406 -24.34 16.675 19.2961 -34.5676 10.0133 19.8143 -34.5606 3.91119 19.3003 -34.5675 9.96413 19.2465 -34.873 9.75962 20.591 -14.9082 11.6871 21.0628 -14.7112 5.9541 19.6642 -6.01715 7.80139 21.3556 -24.3656 3.5126 21.0628 -14.7112 5.9541 20.591 -14.9082 11.6871 20.2608 -24.1554 16.572 21.3556 -24.3656 3.5126 20.591 -14.9082 11.6871 19.8143 -34.5606 3.91119 20.1188 -34.3867 0.788584 21.3556 -24.3656 3.5126 19.3003 -34.5675 9.96413 19.8143 -34.5606 3.91119 21.3556 -24.3656 3.5126 19.3003 -34.5675 9.96413 21.3556 -24.3656 3.5126 20.2608 -24.1554 16.572 20.4494 -33.9514 0.336057 20.1188 -34.3867 0.788584 20.1611 -34.3706 0.587274 20.4494 -33.9514 0.336057 20.1611 -34.3706 0.587274 20.2537 -34.308 0.413336 20.4494 -33.9514 0.336057 20.2537 -34.308 0.413336 20.3718 -34.2174 0.290671 20.4494 -33.9514 0.336057 20.3718 -34.2174 0.290671 20.526 -34.0913 0.196021 20.4494 -33.9514 0.336057 20.526 -34.0913 0.196021 20.7075 -33.9355 0.136827 20.4494 -33.9514 0.336057 20.7075 -33.9355 0.136827 21.0451 -33.6305 0.120367 21.2361 -28.9098 1.7177 21.3556 -24.3656 3.5126 20.1188 -34.3867 0.788584 21.2361 -28.9098 1.7177 21.0451 -33.6305 0.120367 22.1558 -22.7189 3.03787 21.2361 -28.9098 1.7177 20.4494 -33.9514 0.336057 21.0451 -33.6305 0.120367 21.2361 -28.9098 1.7177 20.1188 -34.3867 0.788584 20.4494 -33.9514 0.336057 21.6217 -23.5103 3.15987 21.3556 -24.3656 3.5126 21.2361 -28.9098 1.7177 21.6217 -23.5103 3.15987 21.2361 -28.9098 1.7177 22.1558 -22.7189 3.03787 21.5794 -18.6079 4.42337 21.0628 -14.7112 5.9541 21.3556 -24.3656 3.5126 21.5794 -18.6079 4.42337 22.1558 -22.7189 3.03787 21.518 -12.3804 5.57668 21.5794 -18.6079 4.42337 21.3556 -24.3656 3.5126 21.6217 -23.5103 3.15987 21.5794 -18.6079 4.42337 21.6217 -23.5103 3.15987 22.1558 -22.7189 3.03787 21.1619 -13.5322 5.65906 21.0628 -14.7112 5.9541 21.5794 -18.6079 4.42337 21.1619 -13.5322 5.65906 21.5794 -18.6079 4.42337 21.518 -12.3804 5.57668 20.5013 -9.09835 6.64174 19.6642 -6.01715 7.80139 21.0628 -14.7112 5.9541 20.5013 -9.09835 6.64174 19.5872 -5.12194 7.54667 19.6642 -6.01715 7.80139 20.5013 -9.09835 6.64174 19.6138 -4.2326 7.40221 19.5872 -5.12194 7.54667 20.5013 -9.09835 6.64174 19.7202 -3.33349 7.35 19.6138 -4.2326 7.40221 20.5013 -9.09835 6.64174 21.518 -12.3804 5.57668 19.7202 -3.33349 7.35 20.5013 -9.09835 6.64174 21.1619 -13.5322 5.65906 21.518 -12.3804 5.57668 20.5013 -9.09835 6.64174 21.0628 -14.7112 5.9541 21.1619 -13.5322 5.65906 18.5741 -7.41637 7.35 18.0325 -8.65033 7.35 18.2937 -8.57031 7.51135 18.5741 -7.41637 7.35 18.2937 -8.57031 7.51135 18.5373 -8.58019 7.6914 18.5741 -7.41637 7.35 18.5373 -8.58019 7.6914 18.7669 -8.68206 7.89232 18.5741 -7.41637 7.35 18.7669 -8.68206 7.89232 18.9684 -8.87043 8.102 20.2608 -24.1554 16.572 19.5355 -25.162 16.8342 19.6713 -25.056 16.8342 20.2608 -24.1554 16.572 19.6713 -25.056 16.8342 19.8065 -24.9492 16.8342 20.2608 -24.1554 16.572 19.9019 -17.5275 12.5659 19.5355 -25.162 16.8342 20.2608 -24.1554 16.572 20.591 -14.9082 11.6871 19.9019 -17.5275 12.5659 20.2406 -24.34 16.675 19.9411 -24.8417 16.8342 20.1457 -24.6082 16.7923 20.2406 -24.34 16.675 19.8065 -24.9492 16.8342 19.9411 -24.8417 16.8342 20.2406 -24.34 16.675 20.2608 -24.1554 16.572 19.8065 -24.9492 16.8342 19.6642 -6.01715 7.80139 18.9684 -8.87043 8.102 19.0915 -9.05037 8.25243 19.6642 -6.01715 7.80139 19.0915 -9.05037 8.25243 19.1994 -9.26918 8.40583 19.6642 -6.01715 7.80139 19.1994 -9.26918 8.40583 19.3364 -9.69753 8.6555 19.6642 -6.01715 7.80139 19.3364 -9.69753 8.6555 19.4131 -10.1354 8.86975 19.6642 -6.01715 7.80139 19.1863 -5.64691 7.35 18.9009 -6.5388 7.35 19.6642 -6.01715 7.80139 18.9009 -6.5388 7.35 18.5741 -7.41637 7.35 19.6642 -6.01715 7.80139 19.4131 -10.1354 8.86975 20.591 -14.9082 11.6871 19.6642 -6.01715 7.80139 18.5741 -7.41637 7.35 18.9684 -8.87043 8.102 19.5872 -5.12194 7.54667 19.1863 -5.64691 7.35 19.6642 -6.01715 7.80139 19.4296 -4.74263 7.35 19.1863 -5.64691 7.35 19.5872 -5.12194 7.54667 19.6138 -4.2326 7.40221 19.4296 -4.74263 7.35 19.5872 -5.12194 7.54667 19.7202 -3.33349 7.35 19.4296 -4.74263 7.35 19.6138 -4.2326 7.40221 19.9019 -17.5275 12.5659 20.591 -14.9082 11.6871 19.4131 -10.1354 8.86975 28.873 -14.4766 16.462 21.6929 -0.507013 8.08888 26.8843 -9.70245 5.5193 28.873 -14.4766 16.462 26.8843 -9.70245 5.5193 29.5162 -16.3101 3.61819 31.4088 -23.396 10.7008 29.5162 -16.3101 3.61819 31.4088 -23.396 1.61472 31.4088 -23.396 10.7008 28.873 -14.4766 16.462 29.5162 -16.3101 3.61819 28.8047 -15.4034 3.10163 25.997 -10.7314 4.36412 28.6975 -17.7674 2.29598 28.8047 -15.4034 3.10163 29.5162 -16.3101 3.61819 26.8843 -9.70245 5.5193 28.8047 -15.4034 3.10163 26.6553 -10.1173 4.63208 25.997 -10.7314 4.36412 28.8047 -15.4034 3.10163 26.8843 -9.70245 5.5193 26.6553 -10.1173 4.63208 30.4861 -21.0151 1.49656 28.6975 -17.7674 2.29598 30.5285 -25.3361 0.120367 30.4861 -21.0151 1.49656 31.3909 -23.4826 1.32092 31.4088 -23.396 1.61472 30.4861 -21.0151 1.49656 31.3636 -23.564 1.17121 31.3909 -23.4826 1.32092 30.4861 -21.0151 1.49656 30.5285 -25.3361 0.120367 30.7034 -25.0091 0.175515 30.4861 -21.0151 1.49656 31.4088 -23.396 1.61472 29.5162 -16.3101 3.61819 30.4861 -21.0151 1.49656 29.5162 -16.3101 3.61819 29.7092 -18.1736 2.30591 30.4861 -21.0151 1.49656 29.7092 -18.1736 2.30591 28.6975 -17.7674 2.29598 31.0981 -23.7643 0.720471 31.3241 -23.6697 1.02151 31.3636 -23.564 1.17121 31.0981 -23.7643 0.720471 31.2277 -23.9061 0.76982 31.3241 -23.6697 1.02151 31.0981 -23.7643 0.720471 31.0707 -24.2605 0.501395 31.2277 -23.9061 0.76982 31.0981 -23.7643 0.720471 30.8645 -24.6919 0.279819 31.0707 -24.2605 0.501395 31.0981 -23.7643 0.720471 30.7034 -25.0091 0.175515 30.8645 -24.6919 0.279819 31.0981 -23.7643 0.720471 31.3636 -23.564 1.17121 30.4861 -21.0151 1.49656 31.0981 -23.7643 0.720471 30.4861 -21.0151 1.49656 30.7034 -25.0091 0.175515 20.7476 0.165034 7.49947 20.358 0.233869 7.40881 20.3504 -0.0788805 7.31226 20.7476 0.165034 7.49947 20.3933 0.383325 7.47718 20.358 0.233869 7.40881 20.7476 0.165034 7.49947 20.5941 0.545189 7.66066 20.3933 0.383325 7.47718 20.7476 0.165034 7.49947 20.7925 0.481462 7.77392 20.5941 0.545189 7.66066 20.7476 0.165034 7.49947 21.0448 0.289464 7.88487 20.7925 0.481462 7.77392 20.9593 0.0151246 7.52446 21.3887 -0.0884344 8.00391 21.0448 0.289464 7.88487 20.9593 0.0151246 7.52446 21.0448 0.289464 7.88487 20.7476 0.165034 7.49947 20.9593 0.0151246 7.52446 20.7476 0.165034 7.49947 20.3504 -0.0788805 7.31226 21.0545 -0.415478 7.30902 20.3504 -0.0788805 7.31226 20.5037 -1.02556 7.15548 21.0545 -0.415478 7.30902 21.3887 -0.0884344 8.00391 20.9593 0.0151246 7.52446 21.0545 -0.415478 7.30902 20.9593 0.0151246 7.52446 20.3504 -0.0788805 7.31226 21.2596 -0.576167 7.31107 21.6929 -0.507013 8.08888 21.3887 -0.0884344 8.00391 21.2596 -0.576167 7.31107 21.3887 -0.0884344 8.00391 21.0545 -0.415478 7.30902 21.2596 -0.576167 7.31107 21.0545 -0.415478 7.30902 20.5037 -1.02556 7.15548 23.945 -4.87832 6.13667 20.5037 -1.02556 7.15548 25.997 -10.7314 4.36412 23.945 -4.87832 6.13667 26.8843 -9.70245 5.5193 21.6929 -0.507013 8.08888 23.945 -4.87832 6.13667 25.997 -10.7314 4.36412 26.6553 -10.1173 4.63208 23.945 -4.87832 6.13667 21.2596 -0.576167 7.31107 20.5037 -1.02556 7.15548 23.945 -4.87832 6.13667 26.6553 -10.1173 4.63208 26.8843 -9.70245 5.5193 23.945 -4.87832 6.13667 21.6929 -0.507013 8.08888 21.2596 -0.576167 7.31107 29.3108 -16.8973 2.67176 29.5162 -16.3101 3.61819 28.8047 -15.4034 3.10163 29.3108 -16.8973 2.67176 28.8047 -15.4034 3.10163 28.6975 -17.7674 2.29598 29.3108 -16.8973 2.67176 29.7092 -18.1736 2.30591 29.5162 -16.3101 3.61819 29.3108 -16.8973 2.67176 28.6975 -17.7674 2.29598 29.7092 -18.1736 2.30591 19.9979 -0.292089 7.35 20.0451 0.291506 7.33267 19.987 0.720648 7.35 20.196 -0.222987 7.27753 20.0451 0.291506 7.33267 19.9979 -0.292089 7.35 20.5037 -1.02556 7.15548 19.9979 -0.292089 7.35 19.957 -1.31017 7.35 20.5037 -1.02556 7.15548 20.196 -0.222987 7.27753 19.9979 -0.292089 7.35 19.8644 -2.32484 7.35 20.5037 -1.02556 7.15548 19.957 -1.31017 7.35 19.7202 -3.33349 7.35 20.5037 -1.02556 7.15548 19.8644 -2.32484 7.35 25.997 -10.7314 4.36412 20.5037 -1.02556 7.15548 19.7202 -3.33349 7.35 21.518 -12.3804 5.57668 25.997 -10.7314 4.36412 19.7202 -3.33349 7.35 28.6975 -17.7674 2.29598 25.997 -10.7314 4.36412 21.518 -12.3804 5.57668 22.1558 -22.7189 3.03787 28.6975 -17.7674 2.29598 21.518 -12.3804 5.57668 30.5285 -25.3361 0.120367 28.6975 -17.7674 2.29598 22.1558 -22.7189 3.03787 27.6678 -28.4324 0.120367 30.5285 -25.3361 0.120367 22.1558 -22.7189 3.03787 24.4947 -31.2076 0.120367 27.6678 -28.4324 0.120367 22.1558 -22.7189 3.03787 21.0451 -33.6305 0.120367 24.4947 -31.2076 0.120367 22.1558 -22.7189 3.03787 28.873 -14.4766 16.462 29.0621 -13.0443 16.8342 28.9911 -13.2012 16.8342 28.873 -14.4766 16.462 29.1322 -12.8869 16.8342 29.0621 -13.0443 16.8342 28.873 -14.4766 16.462 29.2015 -12.7292 16.8342 29.1322 -12.8869 16.8342 28.873 -14.4766 16.462 28.9911 -13.2012 16.8342 28.8593 -13.581 16.8007 28.873 -14.4766 16.462 28.8593 -13.581 16.8007 28.8051 -13.9317 16.7151 28.873 -14.4766 16.462 28.8051 -13.9317 16.7151 28.8115 -14.2097 16.6079 32.9354 -21.9446 10.3553 29.2015 -12.7292 16.8342 28.873 -14.4766 16.462 32.8373 -22.841 10 33.0982 -22.4613 10 32.9354 -21.9446 10.3553 31.4088 -23.396 10.7008 32.9354 -21.9446 10.3553 28.873 -14.4766 16.462 31.4088 -23.396 10.7008 32.8373 -22.841 10 32.9354 -21.9446 10.3553 32.5721 -23.2177 10 32.8373 -22.841 10 31.4088 -23.396 10.7008 31.5044 -23.604 10.5321 32.5721 -23.2177 10 31.4088 -23.396 10.7008 31.6716 -23.742 10.3503 32.5721 -23.2177 10 31.5044 -23.604 10.5321 32.3025 -23.5912 10 32.5721 -23.2177 10 31.6716 -23.742 10.3503 31.8896 -23.7963 10.1766 32.3025 -23.5912 10 31.6716 -23.742 10.3503 32.0632 -23.7686 10.0735 32.3025 -23.5912 10 31.8896 -23.7963 10.1766 18.9986 -35.2002 9.71857 19.5736 -34.8837 3.8701 19.7277 -34.7475 3.89254 19.1574 -35.0632 9.74109 19.7277 -34.7475 3.89254 19.8143 -34.5606 3.91119 19.1574 -35.0632 9.74109 18.9986 -35.2002 9.71857 19.7277 -34.7475 3.89254 19.2465 -34.873 9.75962 19.1574 -35.0632 9.74109 19.8143 -34.5606 3.91119 19.8817 -34.709 0.747468 19.7277 -34.7475 3.89254 19.5736 -34.8837 3.8701 20.0336 -34.5727 0.769896 19.7277 -34.7475 3.89254 19.8817 -34.709 0.747468 20.1188 -34.3867 0.788584 19.8143 -34.5606 3.91119 19.7277 -34.7475 3.89254 20.1188 -34.3867 0.788584 19.7277 -34.7475 3.89254 20.0336 -34.5727 0.769896 20.0336 -34.5727 0.769896 19.8817 -34.709 0.747468 19.9534 -34.6679 0.436654 20.1611 -34.3706 0.587274 19.9534 -34.6679 0.436654 20.0445 -34.6153 0.24846 20.1611 -34.3706 0.587274 20.1188 -34.3867 0.788584 20.0336 -34.5727 0.769896 20.1611 -34.3706 0.587274 20.0336 -34.5727 0.769896 19.9534 -34.6679 0.436654 20.2537 -34.308 0.413336 20.0445 -34.6153 0.24846 20.2337 -34.505 0.0125887 20.2537 -34.308 0.413336 20.1611 -34.3706 0.587274 20.0445 -34.6153 0.24846 20.3718 -34.2174 0.290671 20.2337 -34.505 0.0125887 20.469 -34.366 -0.162135 20.3718 -34.2174 0.290671 20.2537 -34.308 0.413336 20.2337 -34.505 0.0125887 20.526 -34.0913 0.196021 20.3718 -34.2174 0.290671 20.469 -34.366 -0.162135 21.1711 -33.8318 -0.0627968 20.8474 -34.1377 -0.308035 21.2188 -33.9081 -0.348945 20.7222 -34.1395 -0.0308548 20.469 -34.366 -0.162135 20.6499 -34.2576 -0.247858 20.7222 -34.1395 -0.0308548 20.7075 -33.9355 0.136827 20.526 -34.0913 0.196021 20.7222 -34.1395 -0.0308548 20.526 -34.0913 0.196021 20.469 -34.366 -0.162135 20.8071 -34.0825 -0.0495042 20.6499 -34.2576 -0.247858 20.8474 -34.1377 -0.308035 20.8071 -34.0825 -0.0495042 21.1711 -33.8318 -0.0627968 21.0451 -33.6305 0.120367 20.8071 -34.0825 -0.0495042 21.0451 -33.6305 0.120367 20.7075 -33.9355 0.136827 20.8071 -34.0825 -0.0495042 20.7222 -34.1395 -0.0308548 20.6499 -34.2576 -0.247858 20.8071 -34.0825 -0.0495042 20.7075 -33.9355 0.136827 20.7222 -34.1395 -0.0308548 20.8071 -34.0825 -0.0495042 20.8474 -34.1377 -0.308035 21.1711 -33.8318 -0.0627968 27.7604 -28.5276 0.0470198 30.6307 -25.4209 0.0470198 30.5285 -25.3361 0.120367 27.7604 -28.5276 0.0470198 30.7113 -25.4878 -0.0627948 30.6307 -25.4209 0.0470198 27.7604 -28.5276 0.0470198 30.5285 -25.3361 0.120367 27.6678 -28.4324 0.120367 27.8335 -28.6026 -0.0627948 30.7628 -25.5306 -0.198963 30.7113 -25.4878 -0.0627948 27.8335 -28.6026 -0.0627948 30.7113 -25.4878 -0.0627948 27.7604 -28.5276 0.0470198 27.8801 -28.6506 -0.198963 27.8962 -28.6671 -0.348945 30.7805 -25.5453 -0.348945 27.8801 -28.6506 -0.198963 30.7805 -25.5453 -0.348945 30.7628 -25.5306 -0.198963 27.8801 -28.6506 -0.198963 30.7628 -25.5306 -0.198963 27.8335 -28.6026 -0.0627948 24.5767 -31.3121 0.0470198 27.6678 -28.4324 0.120367 24.4947 -31.2076 0.120367 24.5767 -31.3121 0.0470198 24.4947 -31.2076 0.120367 21.0451 -33.6305 0.120367 24.5767 -31.3121 0.0470198 21.0451 -33.6305 0.120367 21.1711 -33.8318 -0.0627968 24.5767 -31.3121 0.0470198 27.7604 -28.5276 0.0470198 27.6678 -28.4324 0.120367 24.6414 -31.3945 -0.0627948 27.8335 -28.6026 -0.0627948 27.7604 -28.5276 0.0470198 24.6414 -31.3945 -0.0627948 24.5767 -31.3121 0.0470198 21.1711 -33.8318 -0.0627968 24.6414 -31.3945 -0.0627948 27.7604 -28.5276 0.0470198 24.5767 -31.3121 0.0470198 24.6827 -31.4471 -0.198963 24.6969 -31.4652 -0.348945 27.8962 -28.6671 -0.348945 24.6827 -31.4471 -0.198963 21.2188 -33.9081 -0.348945 24.6969 -31.4652 -0.348945 24.6827 -31.4471 -0.198963 21.1711 -33.8318 -0.0627968 21.2188 -33.9081 -0.348945 24.6827 -31.4471 -0.198963 27.8962 -28.6671 -0.348945 27.8801 -28.6506 -0.198963 24.6827 -31.4471 -0.198963 27.8335 -28.6026 -0.0627948 24.6414 -31.3945 -0.0627948 24.6827 -31.4471 -0.198963 27.8801 -28.6506 -0.198963 27.8335 -28.6026 -0.0627948 24.6827 -31.4471 -0.198963 24.6414 -31.3945 -0.0627948 21.1711 -33.8318 -0.0627968 32.2794 -23.6229 1.30496 32.3025 -23.5912 1.61472 32.1056 -23.7517 1.61472 30.7628 -25.5306 -0.198963 30.7805 -25.5453 -0.348945 31.1375 -25.1089 -0.284505 30.5285 -25.3361 0.120367 30.6307 -25.4209 0.0470198 30.7034 -25.0091 0.175515 31.503 -24.3409 0.514816 31.7271 -24.3596 0.121738 31.9062 -24.1245 0.347115 32.0251 -23.8485 1.13693 32.1978 -23.7339 0.950809 32.2794 -23.6229 1.30496 32.0251 -23.8485 1.13693 32.2794 -23.6229 1.30496 32.1056 -23.7517 1.61472 31.9871 -23.9052 0.995828 32.1978 -23.7339 0.950809 32.0251 -23.8485 1.13693 31.536 -23.6576 1.48148 31.4088 -23.396 1.61472 31.3909 -23.4826 1.32092 31.536 -23.6576 1.48148 31.761 -23.7768 1.61472 31.599 -23.6966 1.61472 31.536 -23.6576 1.48148 31.599 -23.6966 1.61472 31.4762 -23.5639 1.61472 31.536 -23.6576 1.48148 31.4762 -23.5639 1.61472 31.4088 -23.396 1.61472 31.9354 -23.9806 0.847218 32.0656 -23.9122 0.620386 32.1978 -23.7339 0.950809 31.9354 -23.9806 0.847218 32.1978 -23.7339 0.950809 31.9871 -23.9052 0.995828 31.9354 -23.9806 0.847218 31.9871 -23.9052 0.995828 31.7284 -23.9543 1.02569 31.5238 -23.7734 1.20395 31.3909 -23.4826 1.32092 31.3636 -23.564 1.17121 31.5238 -23.7734 1.20395 31.536 -23.6576 1.48148 31.3909 -23.4826 1.32092 31.8759 -24.0659 0.709009 31.9062 -24.1245 0.347115 32.0656 -23.9122 0.620386 31.8759 -24.0659 0.709009 31.503 -24.3409 0.514816 31.9062 -24.1245 0.347115 31.8759 -24.0659 0.709009 32.0656 -23.9122 0.620386 31.9354 -23.9806 0.847218 31.8759 -24.0659 0.709009 31.9354 -23.9806 0.847218 31.7284 -23.9543 1.02569 31.5111 -23.8111 1.13433 31.3636 -23.564 1.17121 31.3241 -23.6697 1.02151 31.5111 -23.8111 1.13433 31.5238 -23.7734 1.20395 31.3636 -23.564 1.17121 31.4944 -23.8562 1.05969 31.3241 -23.6697 1.02151 31.2277 -23.9061 0.76982 31.4944 -23.8562 1.05969 31.5111 -23.8111 1.13433 31.3241 -23.6697 1.02151 31.4944 -23.8562 1.05969 31.7284 -23.9543 1.02569 31.5111 -23.8111 1.13433 31.359 -24.1614 0.687142 31.2277 -23.9061 0.76982 31.0707 -24.2605 0.501395 31.359 -24.1614 0.687142 31.0707 -24.2605 0.501395 31.503 -24.3409 0.514816 31.359 -24.1614 0.687142 31.8759 -24.0659 0.709009 31.7284 -23.9543 1.02569 31.359 -24.1614 0.687142 31.7284 -23.9543 1.02569 31.4944 -23.8562 1.05969 31.359 -24.1614 0.687142 31.4944 -23.8562 1.05969 31.2277 -23.9061 0.76982 31.359 -24.1614 0.687142 31.503 -24.3409 0.514816 31.8759 -24.0659 0.709009 31.2092 -24.7897 0.172749 31.0707 -24.2605 0.501395 30.8645 -24.6919 0.279819 31.2092 -24.7897 0.172749 31.4637 -24.6988 -0.111746 31.7271 -24.3596 0.121738 31.2092 -24.7897 0.172749 31.7271 -24.3596 0.121738 31.503 -24.3409 0.514816 31.2092 -24.7897 0.172749 31.503 -24.3409 0.514816 31.0707 -24.2605 0.501395 31.0821 -24.974 0.0783371 30.8645 -24.6919 0.279819 30.7034 -25.0091 0.175515 31.0821 -24.974 0.0783371 31.1375 -25.1089 -0.284505 31.4637 -24.6988 -0.111746 31.0821 -24.974 0.0783371 31.2092 -24.7897 0.172749 30.8645 -24.6919 0.279819 31.0821 -24.974 0.0783371 31.4637 -24.6988 -0.111746 31.2092 -24.7897 0.172749 30.9736 -25.1278 0.0172492 30.6307 -25.4209 0.0470198 30.7113 -25.4878 -0.0627948 30.9736 -25.1278 0.0172492 30.7113 -25.4878 -0.0627948 30.7628 -25.5306 -0.198963 30.9736 -25.1278 0.0172492 30.7628 -25.5306 -0.198963 31.1375 -25.1089 -0.284505 30.9736 -25.1278 0.0172492 31.1375 -25.1089 -0.284505 31.0821 -24.974 0.0783371 30.9736 -25.1278 0.0172492 30.7034 -25.0091 0.175515 30.6307 -25.4209 0.0470198 30.9736 -25.1278 0.0172492 31.0821 -24.974 0.0783371 30.7034 -25.0091 0.175515 31.7799 -23.8246 1.34341 32.1056 -23.7517 1.61472 31.9409 -23.7945 1.61472 31.7799 -23.8246 1.34341 31.9409 -23.7945 1.61472 31.761 -23.7768 1.61472 31.7799 -23.8246 1.34341 31.536 -23.6576 1.48148 31.5238 -23.7734 1.20395 31.7799 -23.8246 1.34341 31.761 -23.7768 1.61472 31.536 -23.6576 1.48148 31.7799 -23.8246 1.34341 32.0251 -23.8485 1.13693 32.1056 -23.7517 1.61472 31.767 -23.8756 1.1954 31.5238 -23.7734 1.20395 31.5111 -23.8111 1.13433 31.767 -23.8756 1.1954 31.5111 -23.8111 1.13433 31.7284 -23.9543 1.02569 31.767 -23.8756 1.1954 31.7284 -23.9543 1.02569 31.9871 -23.9052 0.995828 31.767 -23.8756 1.1954 31.9871 -23.9052 0.995828 32.0251 -23.8485 1.13693 31.767 -23.8756 1.1954 31.7799 -23.8246 1.34341 31.5238 -23.7734 1.20395 31.767 -23.8756 1.1954 32.0251 -23.8485 1.13693 31.7799 -23.8246 1.34341 18.9647 -34.7368 10.3553 18.9725 -35.2143 9.98538 19.1414 -35.073 9.90959 18.9647 -34.7368 10.3553 18.8687 -35.27 10 18.9725 -35.2143 9.98538 19.1812 -34.6836 10.218 19.1414 -35.073 9.90959 19.2418 -34.8756 9.80793 19.1812 -34.6836 10.218 18.9647 -34.7368 10.3553 19.1414 -35.073 9.90959 19.2961 -34.5676 10.0133 19.1812 -34.6836 10.218 19.2418 -34.8756 9.80793 19.9411 -24.8417 16.8342 18.9647 -34.7368 10.3553 19.1812 -34.6836 10.218 19.9411 -24.8417 16.8342 19.1812 -34.6836 10.218 19.2961 -34.5676 10.0133 20.1457 -24.6082 16.7923 19.9411 -24.8417 16.8342 19.2961 -34.5676 10.0133 20.2406 -24.34 16.675 20.1457 -24.6082 16.7923 19.2961 -34.5676 10.0133 32.1056 -23.7517 1.61472 32.3025 -23.5912 1.61472 32.3025 -23.5912 10 32.1056 -23.7517 1.61472 32.3025 -23.5912 10 32.0632 -23.7686 10.0735 31.9409 -23.7945 1.61472 32.0632 -23.7686 10.0735 31.8896 -23.7963 10.1766 31.9409 -23.7945 1.61472 32.1056 -23.7517 1.61472 32.0632 -23.7686 10.0735 31.761 -23.7768 1.61472 31.8896 -23.7963 10.1766 31.6716 -23.742 10.3503 31.761 -23.7768 1.61472 31.9409 -23.7945 1.61472 31.8896 -23.7963 10.1766 31.599 -23.6966 1.61472 31.6716 -23.742 10.3503 31.5044 -23.604 10.5321 31.599 -23.6966 1.61472 31.761 -23.7768 1.61472 31.6716 -23.742 10.3503 31.4762 -23.5639 1.61472 31.5044 -23.604 10.5321 31.4088 -23.396 10.7008 31.4762 -23.5639 1.61472 31.599 -23.6966 1.61472 31.5044 -23.604 10.5321 31.4088 -23.396 1.61472 31.4762 -23.5639 1.61472 31.4088 -23.396 10.7008 19.1414 -35.073 9.90959 18.9986 -35.2002 9.71857 19.1574 -35.0632 9.74109 19.1414 -35.073 9.90959 18.9725 -35.2143 9.98538 18.9986 -35.2002 9.71857 19.2418 -34.8756 9.80793 19.1574 -35.0632 9.74109 19.2465 -34.873 9.75962 19.2418 -34.8756 9.80793 19.1414 -35.073 9.90959 19.1574 -35.0632 9.74109 1.02146 -39.5754 10.0133 0.830312 -39.8229 9.80793 0.83563 -39.8228 9.75962 1.02519 -39.5773 9.96413 1.02146 -39.5754 10.0133 0.83563 -39.8228 9.75962 1.02519 -39.5773 9.96413 6.7145 -30.8042 16.572 6.61086 -30.9583 16.675 1.02519 -39.5773 9.96413 6.61086 -30.9583 16.675 1.02146 -39.5754 10.0133 1.4836 -39.81 3.91119 1.02519 -39.5773 9.96413 0.83563 -39.8228 9.75962 11.3043 -22.7697 11.6871 11.8136 -22.8145 5.9541 14.6155 -14.4663 7.80139 7.58614 -31.4991 3.5126 11.8136 -22.8145 5.9541 11.3043 -22.7697 11.6871 6.7145 -30.8042 16.572 7.58614 -31.4991 3.5126 11.3043 -22.7697 11.6871 1.4836 -39.81 3.91119 1.83403 -39.7976 0.788584 7.58614 -31.4991 3.5126 1.02519 -39.5773 9.96413 1.4836 -39.81 3.91119 7.58614 -31.4991 3.5126 1.02519 -39.5773 9.96413 7.58614 -31.4991 3.5126 6.7145 -30.8042 16.572 2.32901 -39.5658 0.336057 1.83403 -39.7976 0.788584 1.87894 -39.803 0.587274 2.32901 -39.5658 0.336057 1.87894 -39.803 0.587274 1.98999 -39.7906 0.413336 2.32901 -39.5658 0.336057 1.98999 -39.7906 0.413336 2.13668 -39.7653 0.290671 2.32901 -39.5658 0.336057 2.13668 -39.7653 0.290671 2.33189 -39.7252 0.196021 2.32901 -39.5658 0.336057 2.33189 -39.7252 0.196021 2.56495 -39.6717 0.136827 2.32901 -39.5658 0.336057 2.56495 -39.6717 0.136827 3.00564 -39.5585 0.120367 5.3686 -35.4673 1.7177 7.58614 -31.4991 3.5126 1.83403 -39.7976 0.788584 5.3686 -35.4673 1.7177 3.00564 -39.5585 0.120367 9.05998 -30.4129 3.03787 5.3686 -35.4673 1.7177 2.32901 -39.5658 0.336057 3.00564 -39.5585 0.120367 5.3686 -35.4673 1.7177 1.83403 -39.7976 0.788584 2.32901 -39.5658 0.336057 8.21928 -30.8654 3.15987 7.58614 -31.4991 3.5126 5.3686 -35.4673 1.7177 8.21928 -30.8654 3.15987 5.3686 -35.4673 1.7177 9.05998 -30.4129 3.03787 10.4601 -26.5049 4.42337 11.8136 -22.8145 5.9541 7.58614 -31.4991 3.5126 10.4601 -26.5049 4.42337 9.05998 -30.4129 3.03787 13.2998 -20.9622 5.57668 10.4601 -26.5049 4.42337 7.58614 -31.4991 3.5126 8.21928 -30.8654 3.15987 10.4601 -26.5049 4.42337 8.21928 -30.8654 3.15987 9.05998 -30.4129 3.03787 12.4492 -21.8166 5.65906 11.8136 -22.8145 5.9541 10.4601 -26.5049 4.42337 12.4492 -21.8166 5.65906 10.4601 -26.5049 4.42337 13.2998 -20.9622 5.57668 13.9248 -17.5836 6.64174 14.6155 -14.4663 7.80139 11.8136 -22.8145 5.9541 13.9248 -17.5836 6.64174 14.9633 -13.6379 7.54667 14.6155 -14.4663 7.80139 13.9248 -17.5836 6.64174 15.4001 -12.8628 7.40221 14.9633 -13.6379 7.54667 13.9248 -17.5836 6.64174 15.9123 -12.1161 7.35 15.4001 -12.8628 7.40221 13.9248 -17.5836 6.64174 13.2998 -20.9622 5.57668 15.9123 -12.1161 7.35 13.9248 -17.5836 6.64174 12.4492 -21.8166 5.65906 13.2998 -20.9622 5.57668 13.9248 -17.5836 6.64174 11.8136 -22.8145 5.9541 12.4492 -21.8166 5.65906 13 -15.1987 7.35 11.947 -16.0396 7.35 12.2154 -16.0901 7.51137 13 -15.1987 7.35 12.2154 -16.0901 7.51137 12.4266 -16.2121 7.69145 13 -15.1987 7.35 12.4266 -16.2121 7.69145 12.5826 -16.409 7.89236 13 -15.1987 7.35 12.5826 -16.409 7.89236 12.6734 -16.6694 8.10202 6.7145 -30.8042 16.572 5.60444 -31.3584 16.8342 5.77394 -31.3276 16.8342 6.7145 -30.8042 16.572 5.77394 -31.3276 16.8342 5.94327 -31.296 16.8342 6.7145 -30.8042 16.572 9.47682 -24.7687 12.5659 5.60444 -31.3584 16.8342 6.7145 -30.8042 16.572 11.3043 -22.7697 11.6871 9.47682 -24.7687 12.5659 6.61086 -30.9583 16.675 6.11243 -31.2634 16.8342 6.40213 -31.1517 16.7923 6.61086 -30.9583 16.675 5.94327 -31.296 16.8342 6.11243 -31.2634 16.8342 6.61086 -30.9583 16.675 6.7145 -30.8042 16.572 5.94327 -31.296 16.8342 14.6155 -14.4663 7.80139 12.6734 -16.6694 8.10202 12.6988 -16.886 8.25245 14.6155 -14.4663 7.80139 12.6988 -16.886 8.25245 12.6926 -17.1299 8.40585 14.6155 -14.4663 7.80139 12.6926 -17.1299 8.40585 12.6149 -17.5728 8.65551 14.6155 -14.4663 7.80139 12.6149 -17.5728 8.65551 12.4793 -17.9962 8.86975 14.6155 -14.4663 7.80139 14.3643 -13.9164 7.35 13.6972 -14.5735 7.35 14.6155 -14.4663 7.80139 13.6972 -14.5735 7.35 13 -15.1987 7.35 14.6155 -14.4663 7.80139 12.4793 -17.9962 8.86975 11.3043 -22.7697 11.6871 14.6155 -14.4663 7.80139 13 -15.1987 7.35 12.6734 -16.6694 8.10202 14.9633 -13.6379 7.54667 14.3643 -13.9164 7.35 14.6155 -14.4663 7.80139 15 -13.2288 7.35 14.3643 -13.9164 7.35 14.9633 -13.6379 7.54667 15.4001 -12.8628 7.40221 15 -13.2288 7.35 14.9633 -13.6379 7.54667 15.9123 -12.1161 7.35 15 -13.2288 7.35 15.4001 -12.8628 7.40221 9.47682 -24.7687 12.5659 11.3043 -22.7697 11.6871 12.4793 -17.9962 8.86975 18.8381 -26.2364 16.462 18.9725 -10.5301 8.08888 19.2959 -21.0848 5.5193 18.8381 -26.2364 16.462 19.2959 -21.0848 5.5193 18.5556 -28.1587 3.61819 16.9384 -35.3125 10.7008 18.5556 -28.1587 3.61819 16.9384 -35.3125 1.61472 16.9384 -35.3125 10.7008 18.8381 -26.2364 16.462 18.5556 -28.1587 3.61819 18.347 -27.0253 3.10163 18.0321 -21.5836 4.36412 17.1534 -29.0686 2.29598 18.347 -27.0253 3.10163 18.5556 -28.1587 3.61819 19.2959 -21.0848 5.5193 18.347 -27.0253 3.10163 18.9004 -21.3457 4.63208 18.0321 -21.5836 4.36412 18.347 -27.0253 3.10163 19.2959 -21.0848 5.5193 18.9004 -21.3457 4.63208 17.2279 -32.7756 1.49656 17.1534 -29.0686 2.29598 15.2573 -36.6213 0.120367 17.2279 -32.7756 1.49656 16.8823 -35.3809 1.32092 16.9384 -35.3125 1.61472 17.2279 -32.7756 1.49656 16.8203 -35.4403 1.17121 16.8823 -35.3809 1.32092 17.2279 -32.7756 1.49656 15.2573 -36.6213 0.120367 15.5642 -36.413 0.175515 17.2279 -32.7756 1.49656 16.9384 -35.3125 1.61472 18.5556 -28.1587 3.61819 17.2279 -32.7756 1.49656 18.5556 -28.1587 3.61819 17.8605 -29.8985 2.30591 17.2279 -32.7756 1.49656 17.8605 -29.8985 2.30591 17.1534 -29.0686 2.29598 16.4922 -35.4942 0.720471 16.7363 -35.5155 1.02151 16.8203 -35.4403 1.17121 16.4922 -35.4942 0.720471 16.541 -35.6801 0.76982 16.7363 -35.5155 1.02151 16.4922 -35.4942 0.720471 16.2373 -35.9208 0.501395 16.541 -35.6801 0.76982 16.4922 -35.4942 0.720471 15.8542 -36.2071 0.279819 16.2373 -35.9208 0.501395 16.4922 -35.4942 0.720471 15.5642 -36.413 0.175515 15.8542 -36.2071 0.279819 16.4922 -35.4942 0.720471 16.8203 -35.4403 1.17121 17.2279 -32.7756 1.49656 16.4922 -35.4942 0.720471 17.2279 -32.7756 1.49656 15.5642 -36.413 0.175515 18.4478 -9.49576 7.49947 18.1348 -9.25374 7.40881 17.9827 -9.52714 7.31226 18.4478 -9.49576 7.49947 18.2355 -9.13783 7.47718 18.1348 -9.25374 7.40881 18.4478 -9.49576 7.49947 18.4885 -9.08781 7.66066 18.2355 -9.13783 7.47718 18.4478 -9.49576 7.49947 18.6346 -9.23643 7.77392 18.4885 -9.08781 7.66066 18.4478 -9.49576 7.49947 18.7688 -9.52372 7.88487 18.6346 -9.23643 7.77392 18.5656 -9.72688 7.52446 18.8976 -10.0181 8.00391 18.7688 -9.52372 7.88487 18.5656 -9.72688 7.52446 18.7688 -9.52372 7.88487 18.4478 -9.49576 7.49947 18.5656 -9.72688 7.52446 18.4478 -9.49576 7.49947 17.9827 -9.52714 7.31226 18.4498 -10.1524 7.30902 17.9827 -9.52714 7.31226 17.6785 -10.4366 7.15548 18.4498 -10.1524 7.30902 18.8976 -10.0181 8.00391 18.5656 -9.72688 7.52446 18.4498 -10.1524 7.30902 18.5656 -9.72688 7.52446 17.9827 -9.52714 7.31226 18.5567 -10.39 7.31107 18.9725 -10.5301 8.08888 18.8976 -10.0181 8.00391 18.5567 -10.39 7.31107 18.8976 -10.0181 8.00391 18.4498 -10.1524 7.30902 18.5567 -10.39 7.31107 18.4498 -10.1524 7.30902 17.6785 -10.4366 7.15548 18.9351 -15.4473 6.13667 17.6785 -10.4366 7.15548 18.0321 -21.5836 4.36412 18.9351 -15.4473 6.13667 19.2959 -21.0848 5.5193 18.9725 -10.5301 8.08888 18.9351 -15.4473 6.13667 18.0321 -21.5836 4.36412 18.9004 -21.3457 4.63208 18.9351 -15.4473 6.13667 18.9004 -21.3457 4.63208 19.2959 -21.0848 5.5193 18.9351 -15.4473 6.13667 18.5567 -10.39 7.31107 17.6785 -10.4366 7.15548 18.9351 -15.4473 6.13667 18.9725 -10.5301 8.08888 18.5567 -10.39 7.31107 18.1009 -28.5832 2.67176 18.5556 -28.1587 3.61819 18.347 -27.0253 3.10163 18.1009 -28.5832 2.67176 18.347 -27.0253 3.10163 17.1534 -29.0686 2.29598 18.1009 -28.5832 2.67176 17.8605 -29.8985 2.30591 18.5556 -28.1587 3.61819 18.1009 -28.5832 2.67176 17.1534 -29.0686 2.29598 17.8605 -29.8985 2.30591 17.5715 -9.5521 7.35 17.8845 -9.05731 7.33267 18.0325 -8.65033 7.35 17.779 -9.58299 7.27753 17.8845 -9.05731 7.33267 17.5715 -9.5521 7.35 17.6785 -10.4366 7.15548 17.5715 -9.5521 7.35 17.0622 -10.4346 7.35 17.6785 -10.4366 7.15548 17.779 -9.58299 7.27753 17.5715 -9.5521 7.35 16.5087 -11.29 7.35 17.6785 -10.4366 7.15548 17.0622 -10.4346 7.35 15.9123 -12.1161 7.35 17.6785 -10.4366 7.15548 16.5087 -11.29 7.35 18.0321 -21.5836 4.36412 17.6785 -10.4366 7.15548 15.9123 -12.1161 7.35 13.2998 -20.9622 5.57668 18.0321 -21.5836 4.36412 15.9123 -12.1161 7.35 17.1534 -29.0686 2.29598 18.0321 -21.5836 4.36412 13.2998 -20.9622 5.57668 9.05998 -30.4129 3.03787 17.1534 -29.0686 2.29598 13.2998 -20.9622 5.57668 15.2573 -36.6213 0.120367 17.1534 -29.0686 2.29598 9.05998 -30.4129 3.03787 11.2854 -38.0335 0.120367 15.2573 -36.6213 0.120367 9.05998 -30.4129 3.03787 7.1861 -39.0162 0.120367 11.2854 -38.0335 0.120367 9.05998 -30.4129 3.03787 3.00564 -39.5585 0.120367 7.1861 -39.0162 0.120367 9.05998 -30.4129 3.03787 18.8381 -26.2364 16.462 19.6713 -25.056 16.8342 19.5355 -25.162 16.8342 18.8381 -26.2364 16.462 19.8065 -24.9492 16.8342 19.6713 -25.056 16.8342 18.8381 -26.2364 16.462 19.9411 -24.8417 16.8342 19.8065 -24.9492 16.8342 18.8381 -26.2364 16.462 19.5355 -25.162 16.8342 19.2423 -25.437 16.8007 18.8381 -26.2364 16.462 19.2423 -25.437 16.8007 19.0313 -25.7223 16.7151 18.8381 -26.2364 16.462 19.0313 -25.7223 16.7151 18.9077 -25.9714 16.6079 18.9647 -34.7368 10.3553 19.9411 -24.8417 16.8342 18.8381 -26.2364 16.462 18.4613 -35.485 10 18.8687 -35.27 10 18.9647 -34.7368 10.3553 16.9384 -35.3125 10.7008 18.9647 -34.7368 10.3553 18.8381 -26.2364 16.462 16.9384 -35.3125 10.7008 18.4613 -35.485 10 18.9647 -34.7368 10.3553 18.0514 -35.6952 10 18.4613 -35.485 10 16.9384 -35.3125 10.7008 16.9264 -35.5411 10.5321 18.0514 -35.6952 10 16.9384 -35.3125 10.7008 17.0104 -35.741 10.3503 18.0514 -35.6952 10 16.9264 -35.5411 10.5321 17.6391 -35.9007 10 18.0514 -35.6952 10 17.0104 -35.741 10.3503 17.1781 -35.8904 10.1766 17.6391 -35.9007 10 17.0104 -35.741 10.3503 17.3447 -35.9466 10.0735 17.6391 -35.9007 10 17.1781 -35.8904 10.1766 0.464127 -39.9973 9.71857 1.12031 -39.9843 3.8701 1.32003 -39.9353 3.89254 0.668311 -39.9498 9.74109 1.32003 -39.9353 3.89254 1.4836 -39.81 3.91119 0.668311 -39.9498 9.74109 0.464127 -39.9973 9.71857 1.32003 -39.9353 3.89254 0.83563 -39.8228 9.75962 0.668311 -39.9498 9.74109 1.4836 -39.81 3.91119 1.47427 -39.9728 0.747468 1.32003 -39.9353 3.89254 1.12031 -39.9843 3.8701 1.67218 -39.9227 0.769896 1.32003 -39.9353 3.89254 1.47427 -39.9728 0.747468 1.83403 -39.7976 0.788584 1.4836 -39.81 3.91119 1.32003 -39.9353 3.89254 1.83403 -39.7976 0.788584 1.32003 -39.9353 3.89254 1.67218 -39.9227 0.769896 1.67218 -39.9227 0.769896 1.47427 -39.9728 0.747468 1.55689 -39.9697 0.436654 1.87894 -39.803 0.587274 1.55689 -39.9697 0.436654 1.66195 -39.9655 0.24846 1.87894 -39.803 0.587274 1.83403 -39.7976 0.788584 1.67218 -39.9227 0.769896 1.87894 -39.803 0.587274 1.67218 -39.9227 0.769896 1.55689 -39.9697 0.436654 1.98999 -39.7906 0.413336 1.66195 -39.9655 0.24846 1.88078 -39.9558 0.0125887 1.98999 -39.7906 0.413336 1.87894 -39.803 0.587274 1.66195 -39.9655 0.24846 2.13668 -39.7653 0.290671 1.88078 -39.9558 0.0125887 2.15376 -39.942 -0.162135 2.13668 -39.7653 0.290671 1.98999 -39.7906 0.413336 1.88078 -39.9558 0.0125887 2.33189 -39.7252 0.196021 2.13668 -39.7653 0.290671 2.15376 -39.942 -0.162135 3.02364 -39.7953 -0.0627968 2.5949 -39.9157 -0.308035 3.03045 -39.885 -0.348945 2.48316 -39.8591 -0.0308548 2.15376 -39.942 -0.162135 2.36433 -39.9301 -0.247858 2.48316 -39.8591 -0.0308548 2.56495 -39.6717 0.136827 2.33189 -39.7252 0.196021 2.48316 -39.8591 -0.0308548 2.33189 -39.7252 0.196021 2.15376 -39.942 -0.162135 2.58482 -39.8481 -0.0495042 2.36433 -39.9301 -0.247858 2.5949 -39.9157 -0.308035 2.58482 -39.8481 -0.0495042 3.02364 -39.7953 -0.0627968 3.00564 -39.5585 0.120367 2.58482 -39.8481 -0.0495042 3.00564 -39.5585 0.120367 2.56495 -39.6717 0.136827 2.58482 -39.8481 -0.0495042 2.48316 -39.8591 -0.0308548 2.36433 -39.9301 -0.247858 2.58482 -39.8481 -0.0495042 2.56495 -39.6717 0.136827 2.48316 -39.8591 -0.0308548 2.58482 -39.8481 -0.0495042 2.5949 -39.9157 -0.308035 3.02364 -39.7953 -0.0627968 11.3786 -38.3475 -0.348945 15.3833 -36.9236 -0.348945 15.3744 -36.9024 -0.198963 11.3232 -38.1608 0.0470198 15.3084 -36.7439 0.0470198 15.2573 -36.6213 0.120367 11.3232 -38.1608 0.0470198 15.3487 -36.8406 -0.0627948 15.3084 -36.7439 0.0470198 11.3232 -38.1608 0.0470198 15.2573 -36.6213 0.120367 11.2854 -38.0335 0.120367 11.353 -38.2612 -0.0627948 15.3744 -36.9024 -0.198963 15.3487 -36.8406 -0.0627948 11.353 -38.2612 -0.0627948 15.3487 -36.8406 -0.0627948 11.3232 -38.1608 0.0470198 11.3721 -38.3254 -0.198963 15.3744 -36.9024 -0.198963 11.353 -38.2612 -0.0627948 11.3721 -38.3254 -0.198963 11.3786 -38.3475 -0.348945 15.3744 -36.9024 -0.198963 7.21016 -39.1469 0.0470198 11.2854 -38.0335 0.120367 7.1861 -39.0162 0.120367 7.21016 -39.1469 0.0470198 7.1861 -39.0162 0.120367 3.00564 -39.5585 0.120367 7.21016 -39.1469 0.0470198 3.00564 -39.5585 0.120367 3.02364 -39.7953 -0.0627968 7.21016 -39.1469 0.0470198 11.3232 -38.1608 0.0470198 11.2854 -38.0335 0.120367 7.22913 -39.2498 -0.0627948 11.353 -38.2612 -0.0627948 11.3232 -38.1608 0.0470198 7.22913 -39.2498 -0.0627948 7.21016 -39.1469 0.0470198 3.02364 -39.7953 -0.0627968 7.22913 -39.2498 -0.0627948 11.3232 -38.1608 0.0470198 7.21016 -39.1469 0.0470198 7.24126 -39.3157 -0.198963 7.24543 -39.3383 -0.348945 11.3786 -38.3475 -0.348945 7.24126 -39.3157 -0.198963 3.03045 -39.885 -0.348945 7.24543 -39.3383 -0.348945 7.24126 -39.3157 -0.198963 3.02364 -39.7953 -0.0627968 3.03045 -39.885 -0.348945 7.24126 -39.3157 -0.198963 11.3786 -38.3475 -0.348945 11.3721 -38.3254 -0.198963 7.24126 -39.3157 -0.198963 11.353 -38.2612 -0.0627948 7.22913 -39.2498 -0.0627948 7.24126 -39.3157 -0.198963 7.22913 -39.2498 -0.0627948 3.02364 -39.7953 -0.0627968 7.24126 -39.3157 -0.198963 11.3721 -38.3254 -0.198963 11.353 -38.2612 -0.0627948 17.6038 -35.918 1.30496 17.6391 -35.9007 1.61472 17.3902 -35.9513 1.61472 15.3744 -36.9024 -0.198963 15.3833 -36.9236 -0.348945 15.9022 -36.7031 -0.284505 15.2573 -36.6213 0.120367 15.3084 -36.7439 0.0470198 15.5642 -36.413 0.175515 16.5827 -36.193 0.514816 16.7725 -36.3137 0.121738 17.0403 -36.1888 0.347115 17.2739 -35.9996 1.13693 17.48 -35.9784 0.950809 17.6038 -35.918 1.30496 17.2739 -35.9996 1.13693 17.6038 -35.918 1.30496 17.3902 -35.9513 1.61472 17.2138 -36.0322 0.995828 17.48 -35.9784 0.950809 17.2739 -35.9996 1.13693 16.9296 -35.6033 1.48148 16.9384 -35.3125 1.61472 16.8823 -35.3809 1.32092 16.9296 -35.6033 1.48148 17.0733 -35.8134 1.61472 16.9672 -35.6671 1.61472 16.9296 -35.6033 1.48148 16.9672 -35.6671 1.61472 16.9201 -35.4925 1.61472 16.9296 -35.6033 1.48148 16.9201 -35.4925 1.61472 16.9384 -35.3125 1.61472 17.133 -36.0749 0.847218 17.2801 -36.0749 0.620386 17.48 -35.9784 0.950809 17.133 -36.0749 0.847218 17.48 -35.9784 0.950809 17.2138 -36.0322 0.995828 17.133 -36.0749 0.847218 17.2138 -36.0322 0.995828 16.962 -35.9554 1.02569 16.8649 -35.7002 1.20395 16.8823 -35.3809 1.32092 16.8203 -35.4403 1.17121 16.8649 -35.7002 1.20395 16.9296 -35.6033 1.48148 16.8823 -35.3809 1.32092 17.0407 -36.1228 0.709009 17.0403 -36.1888 0.347115 17.2801 -36.0749 0.620386 17.0407 -36.1228 0.709009 16.5827 -36.193 0.514816 17.0403 -36.1888 0.347115 17.0407 -36.1228 0.709009 17.2801 -36.0749 0.620386 17.133 -36.0749 0.847218 17.0407 -36.1228 0.709009 17.133 -36.0749 0.847218 16.962 -35.9554 1.02569 16.8362 -35.7276 1.13433 16.8203 -35.4403 1.17121 16.7363 -35.5155 1.02151 16.8362 -35.7276 1.13433 16.8649 -35.7002 1.20395 16.8203 -35.4403 1.17121 16.8004 -35.7598 1.05969 16.7363 -35.5155 1.02151 16.541 -35.6801 0.76982 16.8004 -35.7598 1.05969 16.8362 -35.7276 1.13433 16.7363 -35.5155 1.02151 16.8004 -35.7598 1.05969 16.962 -35.9554 1.02569 16.8362 -35.7276 1.13433 16.5386 -35.9671 0.687142 16.541 -35.6801 0.76982 16.2373 -35.9208 0.501395 16.5386 -35.9671 0.687142 16.2373 -35.9208 0.501395 16.5827 -36.193 0.514816 16.5386 -35.9671 0.687142 17.0407 -36.1228 0.709009 16.962 -35.9554 1.02569 16.5386 -35.9671 0.687142 16.962 -35.9554 1.02569 16.8004 -35.7598 1.05969 16.5386 -35.9671 0.687142 16.8004 -35.7598 1.05969 16.541 -35.6801 0.76982 16.5386 -35.9671 0.687142 16.5827 -36.193 0.514816 17.0407 -36.1228 0.709009 16.114 -36.4538 0.172749 16.2373 -35.9208 0.501395 15.8542 -36.2071 0.279819 16.114 -36.4538 0.172749 16.3816 -36.4917 -0.111746 16.7725 -36.3137 0.121738 16.114 -36.4538 0.172749 16.7725 -36.3137 0.121738 16.5827 -36.193 0.514816 16.114 -36.4538 0.172749 16.5827 -36.193 0.514816 16.2373 -35.9208 0.501395 15.9159 -36.5579 0.0783371 15.8542 -36.2071 0.279819 15.5642 -36.413 0.175515 15.9159 -36.5579 0.0783371 15.9022 -36.7031 -0.284505 16.3816 -36.4917 -0.111746 15.9159 -36.5579 0.0783371 16.114 -36.4538 0.172749 15.8542 -36.2071 0.279819 15.9159 -36.5579 0.0783371 16.3816 -36.4917 -0.111746 16.114 -36.4538 0.172749 15.7483 -36.6437 0.0172492 15.3084 -36.7439 0.0470198 15.3487 -36.8406 -0.0627948 15.7483 -36.6437 0.0172492 15.3487 -36.8406 -0.0627948 15.3744 -36.9024 -0.198963 15.7483 -36.6437 0.0172492 15.3744 -36.9024 -0.198963 15.9022 -36.7031 -0.284505 15.7483 -36.6437 0.0172492 15.9022 -36.7031 -0.284505 15.9159 -36.5579 0.0783371 15.7483 -36.6437 0.0172492 15.5642 -36.413 0.175515 15.3084 -36.7439 0.0470198 15.7483 -36.6437 0.0172492 15.9159 -36.5579 0.0783371 15.5642 -36.413 0.175515 17.0679 -35.8645 1.34341 17.3902 -35.9513 1.61472 17.2244 -35.9127 1.61472 17.0679 -35.8645 1.34341 17.2244 -35.9127 1.61472 17.0733 -35.8134 1.61472 17.0679 -35.8645 1.34341 16.9296 -35.6033 1.48148 16.8649 -35.7002 1.20395 17.0679 -35.8645 1.34341 17.0733 -35.8134 1.61472 16.9296 -35.6033 1.48148 17.0679 -35.8645 1.34341 17.2739 -35.9996 1.13693 17.3902 -35.9513 1.61472 17.0328 -35.9036 1.1954 16.8649 -35.7002 1.20395 16.8362 -35.7276 1.13433 17.0328 -35.9036 1.1954 16.8362 -35.7276 1.13433 16.962 -35.9554 1.02569 17.0328 -35.9036 1.1954 16.962 -35.9554 1.02569 17.2138 -36.0322 0.995828 17.0328 -35.9036 1.1954 17.2138 -36.0322 0.995828 17.2739 -35.9996 1.13693 17.0328 -35.9036 1.1954 17.0679 -35.8645 1.34341 16.8649 -35.7002 1.20395 17.0328 -35.9036 1.1954 17.2739 -35.9996 1.13693 17.0679 -35.8645 1.34341 0.649439 -39.5713 10.3553 0.434416 -39.9976 9.98538 0.649688 -39.951 9.90959 0.649439 -39.5713 10.3553 0.316619 -39.9987 10 0.434416 -39.9976 9.98538 0.865833 -39.6247 10.218 0.649688 -39.951 9.90959 0.830312 -39.8229 9.80793 0.865833 -39.6247 10.218 0.649439 -39.5713 10.3553 0.649688 -39.951 9.90959 1.02146 -39.5754 10.0133 0.865833 -39.6247 10.218 0.830312 -39.8229 9.80793 6.11243 -31.2634 16.8342 0.649439 -39.5713 10.3553 0.865833 -39.6247 10.218 6.11243 -31.2634 16.8342 0.865833 -39.6247 10.218 1.02146 -39.5754 10.0133 6.40213 -31.1517 16.7923 6.11243 -31.2634 16.8342 1.02146 -39.5754 10.0133 6.61086 -30.9583 16.675 6.40213 -31.1517 16.7923 1.02146 -39.5754 10.0133 17.3902 -35.9513 1.61472 17.6391 -35.9007 1.61472 17.6391 -35.9007 10 17.3902 -35.9513 1.61472 17.6391 -35.9007 10 17.3447 -35.9466 10.0735 17.2244 -35.9127 1.61472 17.3447 -35.9466 10.0735 17.1781 -35.8904 10.1766 17.2244 -35.9127 1.61472 17.3902 -35.9513 1.61472 17.3447 -35.9466 10.0735 17.0733 -35.8134 1.61472 17.1781 -35.8904 10.1766 17.0104 -35.741 10.3503 17.0733 -35.8134 1.61472 17.2244 -35.9127 1.61472 17.1781 -35.8904 10.1766 16.9672 -35.6671 1.61472 17.0104 -35.741 10.3503 16.9264 -35.5411 10.5321 16.9672 -35.6671 1.61472 17.0733 -35.8134 1.61472 17.0104 -35.741 10.3503 16.9201 -35.4925 1.61472 16.9264 -35.5411 10.5321 16.9384 -35.3125 10.7008 16.9201 -35.4925 1.61472 16.9672 -35.6671 1.61472 16.9264 -35.5411 10.5321 16.9384 -35.3125 1.61472 16.9201 -35.4925 1.61472 16.9384 -35.3125 10.7008 0.649688 -39.951 9.90959 0.464127 -39.9973 9.71857 0.668311 -39.9498 9.74109 0.649688 -39.951 9.90959 0.434416 -39.9976 9.98538 0.464127 -39.9973 9.71857 0.830312 -39.8229 9.80793 0.668311 -39.9498 9.74109 0.83563 -39.8228 9.75962 0.830312 -39.8229 9.80793 0.649688 -39.951 9.90959 0.668311 -39.9498 9.74109 -17.4872 -35.517 10.0133 -17.7714 -35.6473 9.80793 -17.7667 -35.6497 9.75962 -17.4847 -35.5204 9.96413 -17.4872 -35.517 10.0133 -17.7667 -35.6497 9.75962 -17.4847 -35.5204 9.96413 -8.37002 -30.3961 16.572 -8.53339 -30.4844 16.675 -17.4847 -35.5204 9.96413 -8.53339 -30.4844 16.675 -17.4872 -35.517 10.0133 -17.187 -35.9395 3.91119 -17.4847 -35.5204 9.96413 -17.7667 -35.6497 9.75962 -0.572137 -25.4149 11.6871 -0.142025 -25.6913 5.9541 6.21853 -19.6015 7.80139 -7.92116 -31.4165 3.5126 -0.142025 -25.6913 5.9541 -0.572137 -25.4149 11.6871 -8.37002 -30.3961 16.572 -7.92116 -31.4165 3.5126 -0.572137 -25.4149 11.6871 -17.187 -35.9395 3.91119 -16.8709 -36.0914 0.788584 -7.92116 -31.4165 3.5126 -17.4847 -35.5204 9.96413 -17.187 -35.9395 3.91119 -7.92116 -31.4165 3.5126 -17.4847 -35.5204 9.96413 -7.92116 -31.4165 3.5126 -8.37002 -30.3961 16.572 -16.4527 -36.1147 0.372649 -16.597 -36.2006 0.296823 -16.4252 -36.2507 0.206752 -16.4527 -36.1147 0.372649 -16.8709 -36.0914 0.788584 -16.7977 -36.1324 0.51033 -16.4527 -36.1147 0.372649 -16.7977 -36.1324 0.51033 -16.597 -36.2006 0.296823 -16.3249 -36.1161 0.336057 -16.4252 -36.2507 0.206752 -16.2194 -36.3057 0.146679 -16.3249 -36.1161 0.336057 -16.2194 -36.3057 0.146679 -15.9823 -36.3644 0.117506 -16.3249 -36.1161 0.336057 -15.9823 -36.3644 0.117506 -15.7224 -36.4241 0.120367 -16.3249 -36.1161 0.336057 -16.8709 -36.0914 0.788584 -16.4527 -36.1147 0.372649 -16.3249 -36.1161 0.336057 -16.4527 -36.1147 0.372649 -16.4252 -36.2507 0.206752 -11.7288 -33.8996 1.7177 -7.92116 -31.4165 3.5126 -16.8709 -36.0914 0.788584 -11.7288 -33.8996 1.7177 -15.7224 -36.4241 0.120367 -6.11136 -31.1396 3.03787 -11.7288 -33.8996 1.7177 -16.8709 -36.0914 0.788584 -16.3249 -36.1161 0.336057 -11.7288 -33.8996 1.7177 -16.3249 -36.1161 0.336057 -15.7224 -36.4241 0.120367 -7.06607 -31.1497 3.15987 -7.92116 -31.4165 3.5126 -11.7288 -33.8996 1.7177 -7.06607 -31.1497 3.15987 -11.7288 -33.8996 1.7177 -6.11136 -31.1396 3.03787 -3.05548 -28.33 4.42337 -0.142025 -25.6913 5.9541 -7.92116 -31.4165 3.5126 -3.05548 -28.33 4.42337 -6.11136 -31.1396 3.03787 2.03475 -24.7418 5.57668 -3.05548 -28.33 4.42337 -7.06607 -31.1497 3.15987 -6.11136 -31.1396 3.03787 -3.05548 -28.33 4.42337 -7.92116 -31.4165 3.5126 -7.06607 -31.1497 3.15987 0.884523 -25.1031 5.65906 -0.142025 -25.6913 5.9541 -3.05548 -28.33 4.42337 0.884523 -25.1031 5.65906 -3.05548 -28.33 4.42337 2.03475 -24.7418 5.57668 4.15829 -22.0407 6.64174 6.21853 -19.6015 7.80139 -0.142025 -25.6913 5.9541 4.15829 -22.0407 6.64174 6.91113 -19.0295 7.54663 6.21853 -19.6015 7.80139 4.15829 -22.0407 6.64174 7.65895 -18.5463 7.40225 6.91113 -19.0295 7.54663 4.15829 -22.0407 6.64174 8.45897 -18.1231 7.35 7.65895 -18.5463 7.40225 4.15829 -22.0407 6.64174 2.03475 -24.7418 5.57668 8.45897 -18.1231 7.35 4.15829 -22.0407 6.64174 -0.142025 -25.6913 5.9541 0.884523 -25.1031 5.65906 4.15829 -22.0407 6.64174 0.884523 -25.1031 5.65906 2.03475 -24.7418 5.57668 4.44775 -19.4992 7.35 3.50596 -20.5104 7.99628 3.42506 -20.7899 8.20614 4.44775 -19.4992 7.35 3.51553 -20.3686 7.88584 3.50596 -20.5104 7.99628 4.44775 -19.4992 7.35 3.50066 -20.2354 7.77879 3.51553 -20.3686 7.88584 4.44775 -19.4992 7.35 3.44816 -20.0829 7.6514 3.50066 -20.2354 7.77879 4.44775 -19.4992 7.35 3.3579 -19.9457 7.53107 3.44816 -20.0829 7.6514 4.44775 -19.4992 7.35 3.25425 -19.8441 7.43734 3.3579 -19.9457 7.53107 4.44775 -19.4992 7.35 3.12456 -19.7544 7.35 3.25425 -19.8441 7.43734 -8.37002 -30.3961 16.572 -9.61049 -30.371 16.8342 -9.44611 -30.4225 16.8342 -8.37002 -30.3961 16.572 -9.44611 -30.4225 16.8342 -9.28145 -30.4732 16.8342 -8.37002 -30.3961 16.572 -3.11931 -26.3357 12.5659 -9.61049 -30.371 16.8342 -8.37002 -30.3961 16.572 -0.572137 -25.4149 11.6871 -3.11931 -26.3357 12.5659 -8.53339 -30.4844 16.675 -9.11652 -30.5229 16.8342 -8.80811 -30.5587 16.7923 -8.53339 -30.4844 16.675 -9.28145 -30.4732 16.8342 -9.11652 -30.5229 16.8342 -8.53339 -30.4844 16.675 -8.37002 -30.3961 16.572 -9.28145 -30.4732 16.8342 6.21853 -19.6015 7.80139 3.15975 -21.2346 8.52475 2.68661 -21.7343 8.86975 6.21853 -19.6015 7.80139 3.42506 -20.7899 8.20614 3.15975 -21.2346 8.52475 6.21853 -19.6015 7.80139 6.25172 -18.9978 7.35 5.3556 -19.2696 7.35 6.21853 -19.6015 7.80139 5.3556 -19.2696 7.35 4.44775 -19.4992 7.35 6.21853 -19.6015 7.80139 4.44775 -19.4992 7.35 3.42506 -20.7899 8.20614 6.21853 -19.6015 7.80139 2.68661 -21.7343 8.86975 -0.572137 -25.4149 11.6871 6.91113 -19.0295 7.54663 6.25172 -18.9978 7.35 6.21853 -19.6015 7.80139 7.13413 -18.6843 7.35 6.25172 -18.9978 7.35 6.91113 -19.0295 7.54663 7.65895 -18.5463 7.40225 7.13413 -18.6843 7.35 6.91113 -19.0295 7.54663 8.45897 -18.1231 7.35 7.13413 -18.6843 7.35 7.65895 -18.5463 7.40225 -3.11931 -26.3357 12.5659 -0.572137 -25.4149 11.6871 2.68661 -21.7343 8.86975 4.48768 -31.9856 16.462 11.9057 -18.1409 8.08888 7.28759 -27.636 5.51958 4.48768 -31.9856 16.462 7.28759 -27.636 5.51958 3.34445 -33.5563 3.6183 -1.41231 -39.1394 10.7008 3.34445 -33.5563 3.6183 -1.41231 -39.1394 1.61472 -1.41231 -39.1394 10.7008 4.48768 -31.9856 16.462 3.34445 -33.5563 3.6183 3.85574 -32.2207 3.18042 5.93645 -27.4908 4.36425 1.67958 -33.7108 2.2959 3.85574 -32.2207 3.18042 3.34445 -33.5563 3.6183 7.28759 -27.636 5.51958 0.206963 -36.8186 1.57318 1.67958 -33.7108 2.2959 -3.50905 -39.517 0.120367 0.206963 -36.8186 1.57318 -1.41231 -39.1394 1.61472 3.34445 -33.5563 3.6183 0.206963 -36.8186 1.57318 3.34445 -33.5563 3.6183 2.09749 -34.5515 2.38385 0.206963 -36.8186 1.57318 2.09749 -34.5515 2.38385 1.67958 -33.7108 2.2959 -1.05076 -38.2094 1.05675 -1.49379 -39.1739 1.32085 -1.41231 -39.1394 1.61472 -1.05076 -38.2094 1.05675 -1.5763 -39.1976 1.17111 -1.49379 -39.1739 1.32085 -1.05076 -38.2094 1.05675 -1.68577 -39.2252 1.02139 -1.5763 -39.1976 1.17111 -1.05076 -38.2094 1.05675 -1.93502 -39.2801 0.769808 -1.68577 -39.2252 1.02139 -1.05076 -38.2094 1.05675 -2.31555 -39.3521 0.501553 -1.93502 -39.2801 0.769808 -1.05076 -38.2094 1.05675 -2.78778 -39.4276 0.27992 -2.31555 -39.3521 0.501553 -1.05076 -38.2094 1.05675 -3.14041 -39.4752 0.175545 -2.78778 -39.4276 0.27992 -1.05076 -38.2094 1.05675 -3.50905 -39.517 0.120367 -3.14041 -39.4752 0.175545 -1.05076 -38.2094 1.05675 -1.41231 -39.1394 1.61472 0.206963 -36.8186 1.57318 -1.05076 -38.2094 1.05675 0.206963 -36.8186 1.57318 -3.50905 -39.517 0.120367 11.9218 -16.9812 7.49947 11.7571 -16.6214 7.40881 11.4954 -16.7929 7.31226 11.9218 -16.9812 7.49947 11.9002 -16.5656 7.47718 11.7571 -16.6214 7.40881 11.9218 -16.9812 7.49947 12.1475 -16.6389 7.66068 11.9002 -16.5656 7.47718 11.9218 -16.9812 7.49947 12.2077 -16.8384 7.77393 12.1475 -16.6389 7.66068 11.9218 -16.9812 7.49947 12.1931 -17.1551 7.88487 12.2077 -16.8384 7.77393 11.9187 -17.2406 7.52446 12.0774 -17.6528 8.00391 12.1931 -17.1551 7.88487 11.9187 -17.2406 7.52446 12.1931 -17.1551 7.88487 11.9218 -16.9812 7.49947 11.9187 -17.2406 7.52446 11.9218 -16.9812 7.49947 11.4954 -16.7929 7.31226 11.6184 -17.5636 7.30903 11.4954 -16.7929 7.31226 10.8034 -17.4568 7.15548 11.6184 -17.5636 7.30903 11.9187 -17.2406 7.52446 11.4954 -16.7929 7.31226 11.6184 -17.5636 7.30903 12.0774 -17.6528 8.00391 11.9187 -17.2406 7.52446 11.6027 -17.8236 7.31107 11.9057 -18.1409 8.08888 12.0774 -17.6528 8.00391 11.6027 -17.8236 7.31107 12.0774 -17.6528 8.00391 11.6184 -17.5636 7.30903 11.6027 -17.8236 7.31107 11.6184 -17.5636 7.30903 10.8034 -17.4568 7.15548 9.58794 -22.4766 6.13691 10.8034 -17.4568 7.15548 5.93645 -27.4908 4.36425 9.58794 -22.4766 6.13691 7.28759 -27.636 5.51958 11.9057 -18.1409 8.08888 9.58794 -22.4766 6.13691 6.96671 -27.4276 4.71036 7.28759 -27.636 5.51958 9.58794 -22.4766 6.13691 5.93645 -27.4908 4.36425 6.96671 -27.4276 4.71036 9.58794 -22.4766 6.13691 11.6027 -17.8236 7.31107 10.8034 -17.4568 7.15548 9.58794 -22.4766 6.13691 11.9057 -18.1409 8.08888 11.6027 -17.8236 7.31107 6.85278 -27.6212 4.65131 7.28759 -27.636 5.51958 6.96671 -27.4276 4.71036 6.85278 -27.6212 4.65131 6.96671 -27.4276 4.71036 5.93645 -27.4908 4.36425 6.85278 -27.6212 4.65131 3.85574 -32.2207 3.18042 7.28759 -27.636 5.51958 6.85278 -27.6212 4.65131 5.93645 -27.4908 4.36425 3.85574 -32.2207 3.18042 2.7443 -33.7211 2.67177 3.85574 -32.2207 3.18042 1.67958 -33.7108 2.2959 2.7443 -33.7211 2.67177 3.34445 -33.5563 3.6183 3.85574 -32.2207 3.18042 2.7443 -33.7211 2.67177 2.09749 -34.5515 2.38385 3.34445 -33.5563 3.6183 2.7443 -33.7211 2.67177 1.67958 -33.7108 2.2959 2.09749 -34.5515 2.38385 11.1197 -16.6238 7.35 11.6269 -16.3312 7.33267 11.947 -16.0396 7.35 11.2892 -16.7475 7.27755 11.6269 -16.3312 7.33267 11.1197 -16.6238 7.35 10.8034 -17.4568 7.15548 11.1197 -16.6238 7.35 10.2587 -17.1686 7.35 10.8034 -17.4568 7.15548 11.2892 -16.7475 7.27755 11.1197 -16.6238 7.35 9.37097 -17.6688 7.35 10.8034 -17.4568 7.15548 10.2587 -17.1686 7.35 8.45897 -18.1231 7.35 10.8034 -17.4568 7.15548 9.37097 -17.6688 7.35 5.93645 -27.4908 4.36425 10.8034 -17.4568 7.15548 8.45897 -18.1231 7.35 2.03475 -24.7418 5.57668 5.93645 -27.4908 4.36425 8.45897 -18.1231 7.35 1.67958 -33.7108 2.2959 5.93645 -27.4908 4.36425 2.03475 -24.7418 5.57668 -6.11136 -31.1396 3.03787 1.67958 -33.7108 2.2959 2.03475 -24.7418 5.57668 -3.50905 -39.517 0.120367 1.67958 -33.7108 2.2959 -6.11136 -31.1396 3.03787 -7.68228 -38.9216 0.120367 -3.50905 -39.517 0.120367 -6.11136 -31.1396 3.03787 -11.7688 -37.8867 0.120367 -7.68228 -38.9216 0.120367 -6.11136 -31.1396 3.03787 -15.7224 -36.4241 0.120367 -11.7688 -37.8867 0.120367 -6.11136 -31.1396 3.03787 4.48768 -31.9856 16.462 5.77394 -31.3276 16.8342 5.60444 -31.3584 16.8342 4.48768 -31.9856 16.462 5.94327 -31.296 16.8342 5.77394 -31.3276 16.8342 4.48768 -31.9856 16.462 6.11243 -31.2634 16.8342 5.94327 -31.296 16.8342 4.48768 -31.9856 16.462 5.60444 -31.3584 16.8342 5.21701 -31.4657 16.8007 4.48768 -31.9856 16.462 5.21701 -31.4657 16.8007 4.89763 -31.6202 16.7151 4.48768 -31.9856 16.462 4.89763 -31.6202 16.7151 4.67243 -31.7834 16.6079 0.649439 -39.5713 10.3553 6.11243 -31.2634 16.8342 4.48768 -31.9856 16.462 -0.144054 -39.9997 10 0.316619 -39.9987 10 0.649439 -39.5713 10.3553 -1.41231 -39.1394 10.7008 0.649439 -39.5713 10.3553 4.48768 -31.9856 16.462 -1.41231 -39.1394 10.7008 -0.144054 -39.9997 10 0.649439 -39.5713 10.3553 -0.604709 -39.9954 10 -0.144054 -39.9997 10 -1.41231 -39.1394 10.7008 -1.52915 -39.3362 10.5321 -0.604709 -39.9954 10 -1.41231 -39.1394 10.7008 -1.54774 -39.5522 10.3503 -0.604709 -39.9954 10 -1.52915 -39.3362 10.5321 -1.06528 -39.9858 10 -0.604709 -39.9954 10 -1.54774 -39.5522 10.3503 -1.4686 -39.7624 10.1766 -1.06528 -39.9858 10 -1.54774 -39.5522 10.3503 -1.34721 -39.8896 10.0735 -1.06528 -39.9858 10 -1.4686 -39.7624 10.1766 26.1757 30.2462 9.71857 26.1982 30.2267 9.98538 26.2871 30.1494 10 26.6326 29.8447 10 26.1757 30.2462 9.71857 26.2871 30.1494 10 26.9745 29.536 10 26.1757 30.2462 9.71857 26.6326 29.8447 10 27.3129 29.2234 10 26.1757 30.2462 9.71857 26.9745 29.536 10 25.6759 30.6716 3.8701 26.1757 30.2462 9.71857 27.3129 29.2234 10 20.8978 34.1069 -0.348945 19.177 35.1033 -0.45 19.177 35.1033 -0.348945 22.567 33.0262 -0.348945 19.177 35.1033 -0.45 20.8978 34.1069 -0.348945 27.3129 29.2234 1.61472 25.4034 30.8977 0.747469 25.6759 30.6716 3.8701 27.3416 29.1965 1.30484 25.4034 30.8977 0.747469 27.3129 29.2234 1.61472 27.442 29.1022 0.950707 25.4034 30.8977 0.747469 27.3416 29.1965 1.30484 27.442 29.1022 0.950707 25.3601 30.9332 0.504531 25.4034 30.8977 0.747469 37.2336 14.6172 9.71857 37.2444 14.5895 9.98538 37.2872 14.4798 10 27.603 28.9495 0.620306 25.3601 30.9332 0.504531 27.442 29.1022 0.950707 37.4515 14.0494 10 37.2336 14.6172 9.71857 37.2872 14.4798 10 37.6108 13.6172 10 37.2336 14.6172 9.71857 37.4515 14.0494 10 37.7651 13.1831 10 37.2336 14.6172 9.71857 37.6108 13.6172 10 27.0205 29.4939 -0.45 19.177 35.1033 -0.45 22.567 33.0262 -0.348945 27.0205 29.4939 -0.45 25.3601 30.9332 0.504531 27.603 28.9495 0.620306 27.0205 29.4939 -0.45 22.567 33.0262 -0.348945 24.1803 31.8639 -0.348945 27.0205 29.4939 -0.45 24.1803 31.8639 -0.348945 24.4045 31.6926 -0.332372 27.0205 29.4939 -0.45 24.4045 31.6926 -0.332372 24.6141 31.5301 -0.283053 27.0205 29.4939 -0.45 24.6141 31.5301 -0.283053 24.9031 31.3023 -0.143474 27.0205 29.4939 -0.45 24.9031 31.3023 -0.143474 25.1061 31.1397 0.0324445 27.0205 29.4939 -0.45 25.1061 31.1397 0.0324445 25.2738 31.0038 0.278772 27.0205 29.4939 -0.45 25.2738 31.0038 0.278772 25.3601 30.9332 0.504531 27.0205 29.4939 -0.45 27.603 28.9495 0.620306 27.7945 28.7657 0.347054 28.0063 28.5595 0.121694 27.0205 29.4939 -0.45 27.7945 28.7657 0.347054 28.3113 28.2572 -0.111766 27.0205 29.4939 -0.45 28.0063 28.5595 0.121694 28.679 27.8839 -0.284513 27.0205 29.4939 -0.45 28.3113 28.2572 -0.111766 29.0692 27.4769 -0.348945 27.0205 29.4939 -0.45 28.679 27.8839 -0.284513 36.9887 15.2261 3.8701 37.2336 14.6172 9.71857 37.7651 13.1831 10 33.2937 22.1704 -0.45 27.0205 29.4939 -0.45 29.0692 27.4769 -0.348945 33.2937 22.1704 -0.45 29.0692 27.4769 -0.348945 31.8206 24.2374 -0.348945 36.2185 16.977 -0.348946 33.2937 22.1704 -0.45 34.2127 20.7242 -0.348945 37.7651 13.1831 1.61472 36.8525 15.553 0.747469 36.9887 15.2261 3.8701 37.7781 13.146 1.30487 36.8525 15.553 0.747469 37.7651 13.1831 1.61472 37.8231 13.0158 0.950646 36.8307 15.6045 0.504532 36.8525 15.553 0.747469 37.8231 13.0158 0.950646 36.8525 15.553 0.747469 37.7781 13.146 1.30487 39.7616 -4.3604 9.71857 39.7584 -4.38993 9.98538 39.7453 -4.50701 10 37.8948 12.8057 0.620255 36.8307 15.6045 0.504532 37.8231 13.0158 0.950646 39.6907 -4.96444 10 39.7616 -4.3604 9.71857 39.7453 -4.50701 10 39.6309 -5.42122 10 39.7616 -4.3604 9.71857 39.6907 -4.96444 10 39.5659 -5.87727 10 39.7616 -4.3604 9.71857 39.6309 -5.42122 10 37.632 13.5585 -0.45 36.4474 16.4798 -0.283052 36.5975 16.1438 -0.143473 37.632 13.5585 -0.45 36.5975 16.1438 -0.143473 36.7017 15.9055 0.0324463 37.632 13.5585 -0.45 36.7017 15.9055 0.0324463 36.787 15.7072 0.278773 37.632 13.5585 -0.45 36.787 15.7072 0.278773 36.8307 15.6045 0.504532 37.632 13.5585 -0.45 37.8948 12.8057 0.620255 37.9789 12.5541 0.347175 37.632 13.5585 -0.45 33.2937 22.1704 -0.45 36.2185 16.977 -0.348946 37.632 13.5585 -0.45 36.8307 15.6045 0.504532 37.8948 12.8057 0.620255 37.632 13.5585 -0.45 36.2185 16.977 -0.348946 36.3374 16.7211 -0.332372 37.632 13.5585 -0.45 36.3374 16.7211 -0.332372 36.4474 16.4798 -0.283052 38.0705 12.2733 0.121936 37.632 13.5585 -0.45 37.9789 12.5541 0.347175 38.2001 11.8639 -0.111596 37.632 13.5585 -0.45 38.0705 12.2733 0.121936 38.3523 11.3624 -0.284464 37.632 13.5585 -0.45 38.2001 11.8639 -0.111596 38.5087 10.8205 -0.348945 37.632 13.5585 -0.45 38.3523 11.3624 -0.284464 39.8278 -3.70743 3.8701 39.7616 -4.3604 9.71857 39.5659 -5.87727 10 39.7832 4.15857 -0.45 37.632 13.5585 -0.45 38.5087 10.8205 -0.348945 39.7832 4.15857 -0.45 38.5087 10.8205 -0.348945 39.4394 6.67336 -0.348945 39.9595 -1.79925 -0.348945 39.7832 4.15857 -0.45 39.9248 2.45089 -0.348945 39.5659 -5.87727 1.61472 39.8591 -3.35467 0.747468 39.8278 -3.70743 3.8701 39.5601 -5.91611 1.30496 39.8591 -3.35467 0.747468 39.5659 -5.87727 1.61472 39.5395 -6.05228 0.950809 39.8591 -3.35467 0.747468 39.5601 -5.91611 1.30496 33.1808 -22.3391 9.71857 33.1642 -22.3637 9.98538 33.0982 -22.4613 10 39.5053 -6.27161 0.620386 39.8659 -3.27227 0.436654 39.8591 -3.35467 0.747468 39.5053 -6.27161 0.620386 39.8591 -3.35467 0.747468 39.5395 -6.05228 0.950809 32.8373 -22.841 10 33.1808 -22.3391 9.71857 33.0982 -22.4613 10 32.5721 -23.2177 10 33.1808 -22.3391 9.71857 32.8373 -22.841 10 32.3025 -23.5912 10 33.1808 -22.3391 9.71857 32.5721 -23.2177 10 39.6224 -5.48302 -0.45 39.8659 -3.27227 0.436654 39.5053 -6.27161 0.620386 39.6224 -5.48302 -0.45 39.7832 4.15857 -0.45 39.9595 -1.79925 -0.348945 39.6224 -5.48302 -0.45 39.8744 -3.16747 0.24846 39.8659 -3.27227 0.436654 39.6224 -5.48302 -0.45 39.8911 -2.94907 0.0125887 39.8744 -3.16747 0.24846 39.6224 -5.48302 -0.45 39.9104 -2.67642 -0.162135 39.8911 -2.94907 0.0125887 39.6224 -5.48302 -0.45 39.9239 -2.46595 -0.247858 39.9104 -2.67642 -0.162135 39.6224 -5.48302 -0.45 39.9375 -2.23533 -0.308035 39.9239 -2.46595 -0.247858 39.6224 -5.48302 -0.45 39.9595 -1.79925 -0.348945 39.9375 -2.23533 -0.308035 39.6224 -5.48302 -0.45 39.5053 -6.27161 0.620386 39.4628 -6.53364 0.347115 39.4134 -6.82504 0.121738 39.6224 -5.48302 -0.45 39.4628 -6.53364 0.347115 39.3379 -7.24781 -0.111746 39.6224 -5.48302 -0.45 39.4134 -6.82504 0.121738 39.2396 -7.76248 -0.284505 39.6224 -5.48302 -0.45 39.3379 -7.24781 -0.111746 39.1263 -8.3148 -0.348945 39.6224 -5.48302 -0.45 39.2396 -7.76248 -0.284505 33.5429 -21.7917 3.8701 33.1808 -22.3391 9.71857 32.3025 -23.5912 10 37.1589 -14.806 -0.45 39.1263 -8.3148 -0.348945 38.0231 -12.4194 -0.348945 37.1589 -14.806 -0.45 39.6224 -5.48302 -0.45 39.1263 -8.3148 -0.348945 34.5462 -20.1633 -0.348945 37.1589 -14.806 -0.45 36.4907 -16.3838 -0.348945 32.3025 -23.5912 1.61472 33.7345 -21.4939 0.747468 33.5429 -21.7917 3.8701 32.2794 -23.6229 1.30496 33.7345 -21.4939 0.747468 32.3025 -23.5912 1.61472 32.1978 -23.7339 0.950809 33.7345 -21.4939 0.747468 32.2794 -23.6229 1.30496 18.9986 -35.2002 9.71857 18.9725 -35.2143 9.98538 18.8687 -35.27 10 32.0656 -23.9122 0.620386 33.7788 -21.4241 0.436654 33.7345 -21.4939 0.747468 32.0656 -23.9122 0.620386 33.7345 -21.4939 0.747468 32.1978 -23.7339 0.950809 18.4613 -35.485 10 18.9986 -35.2002 9.71857 18.8687 -35.27 10 18.0514 -35.6952 10 18.9986 -35.2002 9.71857 18.4613 -35.485 10 17.6391 -35.9007 10 18.9986 -35.2002 9.71857 18.0514 -35.6952 10 32.5358 -23.2684 -0.45 33.835 -21.3352 0.24846 33.7788 -21.4241 0.436654 32.5358 -23.2684 -0.45 33.9513 -21.1496 0.0125887 33.835 -21.3352 0.24846 32.5358 -23.2684 -0.45 34.0951 -20.9171 -0.162135 33.9513 -21.1496 0.0125887 32.5358 -23.2684 -0.45 34.2049 -20.7371 -0.247858 34.0951 -20.9171 -0.162135 32.5358 -23.2684 -0.45 34.3241 -20.5392 -0.308035 34.2049 -20.7371 -0.247858 32.5358 -23.2684 -0.45 34.5462 -20.1633 -0.348945 34.3241 -20.5392 -0.308035 32.5358 -23.2684 -0.45 32.0656 -23.9122 0.620386 31.9062 -24.1245 0.347115 32.5358 -23.2684 -0.45 37.1589 -14.806 -0.45 34.5462 -20.1633 -0.348945 32.5358 -23.2684 -0.45 33.7788 -21.4241 0.436654 32.0656 -23.9122 0.620386 31.7271 -24.3596 0.121738 32.5358 -23.2684 -0.45 31.9062 -24.1245 0.347115 31.4637 -24.6988 -0.111746 32.5358 -23.2684 -0.45 31.7271 -24.3596 0.121738 31.1375 -25.1089 -0.284505 32.5358 -23.2684 -0.45 31.4637 -24.6988 -0.111746 30.7805 -25.5453 -0.348945 32.5358 -23.2684 -0.45 31.1375 -25.1089 -0.284505 19.5736 -34.8837 3.8701 18.9986 -35.2002 9.71857 17.6391 -35.9007 10 26.0219 -30.3786 -0.45 32.5358 -23.2684 -0.45 30.7805 -25.5453 -0.348945 26.0219 -30.3786 -0.45 30.7805 -25.5453 -0.348945 27.8962 -28.6671 -0.348945 21.2188 -33.9081 -0.348945 26.0219 -30.3786 -0.45 24.6969 -31.4652 -0.348945 17.6391 -35.9007 1.61472 19.8817 -34.709 0.747468 19.5736 -34.8837 3.8701 17.6038 -35.918 1.30496 19.8817 -34.709 0.747468 17.6391 -35.9007 1.61472 17.48 -35.9784 0.950809 19.8817 -34.709 0.747468 17.6038 -35.918 1.30496 0.464127 -39.9973 9.71857 0.434416 -39.9976 9.98538 0.316619 -39.9987 10 17.2801 -36.0749 0.620386 19.8817 -34.709 0.747468 17.48 -35.9784 0.950809 17.2801 -36.0749 0.620386 19.9534 -34.6679 0.436654 19.8817 -34.709 0.747468 -0.144054 -39.9997 10 0.464127 -39.9973 9.71857 0.316619 -39.9987 10 -0.604709 -39.9954 10 0.464127 -39.9973 9.71857 -0.144054 -39.9997 10 -1.06528 -39.9858 10 0.464127 -39.9973 9.71857 -0.604709 -39.9954 10 17.9957 -35.7233 -0.45 17.2801 -36.0749 0.620386 17.0403 -36.1888 0.347115 17.9957 -35.7233 -0.45 26.0219 -30.3786 -0.45 21.2188 -33.9081 -0.348945 17.9957 -35.7233 -0.45 19.9534 -34.6679 0.436654 17.2801 -36.0749 0.620386 17.9957 -35.7233 -0.45 20.0445 -34.6153 0.24846 19.9534 -34.6679 0.436654 17.9957 -35.7233 -0.45 20.2337 -34.505 0.0125887 20.0445 -34.6153 0.24846 17.9957 -35.7233 -0.45 20.469 -34.366 -0.162135 20.2337 -34.505 0.0125887 17.9957 -35.7233 -0.45 20.6499 -34.2576 -0.247858 20.469 -34.366 -0.162135 17.9957 -35.7233 -0.45 20.8474 -34.1377 -0.308035 20.6499 -34.2576 -0.247858 17.9957 -35.7233 -0.45 21.2188 -33.9081 -0.348945 20.8474 -34.1377 -0.308035 16.7725 -36.3137 0.121738 17.9957 -35.7233 -0.45 17.0403 -36.1888 0.347115 16.3816 -36.4917 -0.111746 17.9957 -35.7233 -0.45 16.7725 -36.3137 0.121738 15.9022 -36.7031 -0.284505 17.9957 -35.7233 -0.45 16.3816 -36.4917 -0.111746 15.3833 -36.9236 -0.348945 17.9957 -35.7233 -0.45 15.9022 -36.7031 -0.284505 1.12031 -39.9843 3.8701 0.464127 -39.9973 9.71857 -1.06528 -39.9858 10 8.92359 -38.9919 -0.45 15.3833 -36.9236 -0.348945 11.3786 -38.3475 -0.348945 8.92359 -38.9919 -0.45 17.9957 -35.7233 -0.45 15.3833 -36.9236 -0.348945 3.03045 -39.885 -0.348945 8.92359 -38.9919 -0.45 7.24543 -39.3383 -0.348945 -1.06528 -39.9858 1.61472 1.47427 -39.9728 0.747468 1.12031 -39.9843 3.8701 -1.10445 -39.9847 1.30458 1.47427 -39.9728 0.747468 -1.06528 -39.9858 1.61472 -1.24225 -39.9807 0.950547 1.47427 -39.9728 0.747468 -1.10445 -39.9847 1.30458 -1.46417 -39.9732 0.620247 1.47427 -39.9728 0.747468 -1.24225 -39.9807 0.950547 -1.46417 -39.9732 0.620247 1.55689 -39.9697 0.436654 1.47427 -39.9728 0.747468 -0.667091 -39.9944 -0.45 8.92359 -38.9919 -0.45 3.03045 -39.885 -0.348945 -0.667091 -39.9944 -0.45 1.55689 -39.9697 0.436654 -1.46417 -39.9732 0.620247 -0.667091 -39.9944 -0.45 1.66195 -39.9655 0.24846 1.55689 -39.9697 0.436654 -0.667091 -39.9944 -0.45 1.88078 -39.9558 0.0125887 1.66195 -39.9655 0.24846 -0.667091 -39.9944 -0.45 2.15376 -39.942 -0.162135 1.88078 -39.9558 0.0125887 -0.667091 -39.9944 -0.45 2.36433 -39.9301 -0.247858 2.15376 -39.942 -0.162135 -0.667091 -39.9944 -0.45 2.5949 -39.9157 -0.308035 2.36433 -39.9301 -0.247858 -0.667091 -39.9944 -0.45 3.03045 -39.885 -0.348945 2.5949 -39.9157 -0.308035 -0.667091 -39.9944 -0.45 -1.46417 -39.9732 0.620247 -1.72923 -39.9626 0.347172 -2.02422 -39.9487 0.121937 -0.667091 -39.9944 -0.45 -1.72923 -39.9626 0.347172 -2.45299 -39.9247 -0.111438 -0.667091 -39.9944 -0.45 -2.02422 -39.9487 0.121937 -2.97584 -39.8892 -0.284291 -0.667091 -39.9944 -0.45 -2.45299 -39.9247 -0.111438 -3.53802 -39.8432 -0.348945 -0.667091 -39.9944 -0.45 -2.97584 -39.8892 -0.284291 -10.219 -38.6726 -0.45 -0.667091 -39.9944 -0.45 -3.53802 -39.8432 -0.348945 -10.219 -38.6726 -0.45 -3.53802 -39.8432 -0.348945 -7.7457 -39.2429 -0.348945 -11.8659 -38.1995 -0.348945 -10.219 -38.6726 -0.45 -7.7457 -39.2429 -0.348945 -15.8522 -36.7248 -0.348945 -10.219 -38.6726 -0.45 -11.8659 -38.1995 -0.348945 -16.6158 -36.3856 -0.182726 -16.8889 -36.2597 0 -16.9242 -36.2432 0 -16.9594 -36.2268 0 -16.6158 -36.3856 -0.182726 -16.9242 -36.2432 0 -16.9946 -36.2103 0 -16.6158 -36.3856 -0.182726 -16.9594 -36.2268 0 -17.7295 -35.8562 0 -16.6158 -36.3856 -0.182726 -16.9946 -36.2103 0 -19.177 -35.1033 -0.45 -10.219 -38.6726 -0.45 -15.8522 -36.7248 -0.348945 -19.177 -35.1033 -0.45 -16.6158 -36.3856 -0.182726 -17.7295 -35.8562 0 -19.177 -35.1033 -0.45 -16.2316 -36.5587 -0.312182 -16.6158 -36.3856 -0.182726 -19.177 -35.1033 -0.45 -15.8522 -36.7248 -0.348945 -16.2316 -36.5587 -0.312182 -19.177 -35.1033 -0.45 -17.7295 -35.8562 0 -18.4571 -35.4871 0 -19.177 -35.1033 -0.45 -18.4571 -35.4871 0 -19.177 -35.1033 0 17.6391 -35.9007 10 17.6391 -35.9007 1.61472 19.5736 -34.8837 3.8701 11.3786 -38.3475 -0.348945 7.24543 -39.3383 -0.348945 8.92359 -38.9919 -0.45 -1.06528 -39.9858 10 -1.06528 -39.9858 1.61472 1.12031 -39.9843 3.8701 27.3129 29.2234 10 27.3129 29.2234 1.61472 25.6759 30.6716 3.8701 31.8206 24.2374 -0.348945 34.2127 20.7242 -0.348945 33.2937 22.1704 -0.45 37.7651 13.1831 10 37.7651 13.1831 1.61472 36.9887 15.2261 3.8701 39.4394 6.67336 -0.348945 39.9248 2.45089 -0.348945 39.7832 4.15857 -0.45 39.5659 -5.87727 10 39.5659 -5.87727 1.61472 39.8278 -3.70743 3.8701 38.0231 -12.4194 -0.348945 36.4907 -16.3838 -0.348945 37.1589 -14.806 -0.45 32.3025 -23.5912 10 32.3025 -23.5912 1.61472 33.5429 -21.7917 3.8701 27.8962 -28.6671 -0.348945 24.6969 -31.4652 -0.348945 26.0219 -30.3786 -0.45 -18.1767 -35.6315 9.71857 -17.5896 -35.925 3.8701 -17.39 -35.9744 3.89254 -17.9738 -35.6844 9.74109 -17.39 -35.9744 3.89254 -17.187 -35.9395 3.91119 -17.9738 -35.6844 9.74109 -18.1767 -35.6315 9.71857 -17.39 -35.9744 3.89254 -17.7667 -35.6497 9.75962 -17.9738 -35.6844 9.74109 -17.187 -35.9395 3.91119 -17.2709 -36.0793 0.747468 -17.39 -35.9744 3.89254 -17.5896 -35.925 3.8701 -17.0724 -36.1269 0.769896 -17.39 -35.9744 3.89254 -17.2709 -36.0793 0.747468 -16.8709 -36.0914 0.788584 -17.187 -35.9395 3.91119 -17.39 -35.9744 3.89254 -16.8709 -36.0914 0.788584 -17.39 -35.9744 3.89254 -17.0724 -36.1269 0.769896 -17.1962 -36.115 0.436365 -17.0724 -36.1269 0.769896 -17.2709 -36.0793 0.747468 -16.7977 -36.1324 0.51033 -17.1962 -36.115 0.436365 -17.0629 -36.1782 0.191414 -16.7977 -36.1324 0.51033 -16.8709 -36.0914 0.788584 -17.0724 -36.1269 0.769896 -16.7977 -36.1324 0.51033 -17.0724 -36.1269 0.769896 -17.1962 -36.115 0.436365 -16.7495 -36.2727 0.163336 -17.0629 -36.1782 0.191414 -16.8889 -36.2597 0 -16.7495 -36.2727 0.163336 -16.7977 -36.1324 0.51033 -17.0629 -36.1782 0.191414 -16.597 -36.2006 0.296823 -16.7977 -36.1324 0.51033 -16.7495 -36.2727 0.163336 -16.6158 -36.3856 -0.182726 -16.7495 -36.2727 0.163336 -16.8889 -36.2597 0 -16.4252 -36.2507 0.206752 -16.597 -36.2006 0.296823 -16.7495 -36.2727 0.163336 -15.7224 -36.4241 0.120367 -15.9823 -36.3644 0.117506 -15.8165 -36.6422 -0.0627966 -16.4225 -36.4084 -0.00380296 -16.2194 -36.3057 0.146679 -16.4252 -36.2507 0.206752 -16.4225 -36.4084 -0.00380296 -16.7495 -36.2727 0.163336 -16.6158 -36.3856 -0.182726 -16.4225 -36.4084 -0.00380296 -16.4252 -36.2507 0.206752 -16.7495 -36.2727 0.163336 -16.2493 -36.4772 -0.0458873 -16.6158 -36.3856 -0.182726 -16.2316 -36.5587 -0.312182 -16.2493 -36.4772 -0.0458873 -15.9823 -36.3644 0.117506 -16.2194 -36.3057 0.146679 -16.2493 -36.4772 -0.0458873 -16.4225 -36.4084 -0.00380296 -16.6158 -36.3856 -0.182726 -16.2493 -36.4772 -0.0458873 -16.2194 -36.3057 0.146679 -16.4225 -36.4084 -0.00380296 -16.1239 -36.526 -0.0624026 -16.2316 -36.5587 -0.312182 -15.8522 -36.7248 -0.348945 -16.1239 -36.526 -0.0624026 -15.8522 -36.7248 -0.348945 -15.8165 -36.6422 -0.0627966 -16.1239 -36.526 -0.0624026 -15.9823 -36.3644 0.117506 -16.2493 -36.4772 -0.0458873 -16.1239 -36.526 -0.0624026 -16.2493 -36.4772 -0.0458873 -16.2316 -36.5587 -0.312182 -16.1239 -36.526 -0.0624026 -15.8165 -36.6422 -0.0627966 -15.9823 -36.3644 0.117506 -7.708 -39.0519 0.0470198 -3.5208 -39.6493 0.0470198 -3.50905 -39.517 0.120367 -7.708 -39.0519 0.0470198 -3.50905 -39.517 0.120367 -7.68228 -38.9216 0.120367 -7.72828 -39.1546 -0.0627948 -3.53007 -39.7536 -0.0627948 -3.5208 -39.6493 0.0470198 -7.72828 -39.1546 -0.0627948 -3.5208 -39.6493 0.0470198 -7.708 -39.0519 0.0470198 -7.74124 -39.2203 -0.198963 -7.7457 -39.2429 -0.348945 -3.53802 -39.8432 -0.348945 -7.74124 -39.2203 -0.198963 -3.53599 -39.8203 -0.198963 -3.53007 -39.7536 -0.0627948 -7.74124 -39.2203 -0.198963 -3.53802 -39.8432 -0.348945 -3.53599 -39.8203 -0.198963 -7.74124 -39.2203 -0.198963 -3.53007 -39.7536 -0.0627948 -7.72828 -39.1546 -0.0627948 -11.8082 -38.0135 0.0470198 -15.7224 -36.4241 0.120367 -15.8165 -36.6422 -0.0627966 -11.8082 -38.0135 0.0470198 -7.68228 -38.9216 0.120367 -11.7688 -37.8867 0.120367 -11.8082 -38.0135 0.0470198 -11.7688 -37.8867 0.120367 -15.7224 -36.4241 0.120367 -11.8082 -38.0135 0.0470198 -7.708 -39.0519 0.0470198 -7.68228 -38.9216 0.120367 -11.8392 -38.1135 -0.0627948 -7.72828 -39.1546 -0.0627948 -7.708 -39.0519 0.0470198 -11.8392 -38.1135 -0.0627948 -11.8082 -38.0135 0.0470198 -15.8165 -36.6422 -0.0627966 -11.8392 -38.1135 -0.0627948 -7.708 -39.0519 0.0470198 -11.8082 -38.0135 0.0470198 -11.8591 -38.1775 -0.198963 -15.8165 -36.6422 -0.0627966 -15.8522 -36.7248 -0.348945 -11.8591 -38.1775 -0.198963 -11.8659 -38.1995 -0.348945 -7.7457 -39.2429 -0.348945 -11.8591 -38.1775 -0.198963 -15.8522 -36.7248 -0.348945 -11.8659 -38.1995 -0.348945 -11.8591 -38.1775 -0.198963 -7.72828 -39.1546 -0.0627948 -11.8392 -38.1135 -0.0627948 -11.8591 -38.1775 -0.198963 -7.74124 -39.2203 -0.198963 -7.72828 -39.1546 -0.0627948 -11.8591 -38.1775 -0.198963 -7.7457 -39.2429 -0.348945 -7.74124 -39.2203 -0.198963 -11.8591 -38.1775 -0.198963 -11.8392 -38.1135 -0.0627948 -15.8165 -36.6422 -0.0627966 -1.10445 -39.9847 1.30458 -1.06528 -39.9858 1.61472 -1.30919 -39.9149 1.61472 -3.53599 -39.8203 -0.198963 -3.53802 -39.8432 -0.348945 -2.97584 -39.8892 -0.284291 -3.50905 -39.517 0.120367 -3.5208 -39.6493 0.0470198 -3.14041 -39.4752 0.175545 -2.13649 -39.7537 0.514801 -2.02422 -39.9487 0.121937 -1.72923 -39.9626 0.347172 -1.43462 -39.9036 1.13675 -1.24225 -39.9807 0.950547 -1.10445 -39.9847 1.30458 -1.43462 -39.9036 1.13675 -1.10445 -39.9847 1.30458 -1.30919 -39.9149 1.61472 -1.503 -39.9046 0.995627 -1.24225 -39.9807 0.950547 -1.43462 -39.9036 1.13675 -1.55529 -39.3927 1.48145 -1.41231 -39.1394 1.61472 -1.49379 -39.1739 1.32085 -1.55529 -39.3927 1.48145 -1.52568 -39.6455 1.61472 -1.55164 -39.4667 1.61472 -1.55529 -39.3927 1.48145 -1.55164 -39.4667 1.61472 -1.51219 -39.2902 1.61472 -1.55529 -39.3927 1.48145 -1.51219 -39.2902 1.61472 -1.41231 -39.1394 1.61472 -1.59442 -39.9049 0.847027 -1.46417 -39.9732 0.620247 -1.24225 -39.9807 0.950547 -1.59442 -39.9049 0.847027 -1.24225 -39.9807 0.950547 -1.503 -39.9046 0.995627 -1.59442 -39.9049 0.847027 -1.503 -39.9046 0.995627 -1.69038 -39.7196 1.02546 -1.65764 -39.4485 1.20381 -1.49379 -39.1739 1.32085 -1.5763 -39.1976 1.17111 -1.65764 -39.4485 1.20381 -1.55529 -39.3927 1.48145 -1.49379 -39.1739 1.32085 -1.69839 -39.9043 0.708874 -1.72923 -39.9626 0.347172 -1.46417 -39.9732 0.620247 -1.69839 -39.9043 0.708874 -2.13649 -39.7537 0.514801 -1.72923 -39.9626 0.347172 -1.69839 -39.9043 0.708874 -1.46417 -39.9732 0.620247 -1.59442 -39.9049 0.847027 -1.69839 -39.9043 0.708874 -1.59442 -39.9049 0.847027 -1.69038 -39.7196 1.02546 -1.69585 -39.4594 1.13417 -1.5763 -39.1976 1.17111 -1.68577 -39.2252 1.02139 -1.69585 -39.4594 1.13417 -1.65764 -39.4485 1.20381 -1.5763 -39.1976 1.17111 -1.74255 -39.4713 1.05952 -1.68577 -39.2252 1.02139 -1.93502 -39.2801 0.769808 -1.74255 -39.4713 1.05952 -1.69585 -39.4594 1.13417 -1.68577 -39.2252 1.02139 -1.74255 -39.4713 1.05952 -1.69038 -39.7196 1.02546 -1.69585 -39.4594 1.13417 -2.07053 -39.5332 0.687129 -1.93502 -39.2801 0.769808 -2.31555 -39.3521 0.501553 -2.07053 -39.5332 0.687129 -2.31555 -39.3521 0.501553 -2.13649 -39.7537 0.514801 -2.07053 -39.5332 0.687129 -1.69839 -39.9043 0.708874 -1.69038 -39.7196 1.02546 -2.07053 -39.5332 0.687129 -1.69038 -39.7196 1.02546 -1.74255 -39.4713 1.05952 -2.07053 -39.5332 0.687129 -1.74255 -39.4713 1.05952 -1.93502 -39.2801 0.769808 -2.07053 -39.5332 0.687129 -2.13649 -39.7537 0.514801 -1.69839 -39.9043 0.708874 -2.67242 -39.7668 0.172888 -2.31555 -39.3521 0.501553 -2.78778 -39.4276 0.27992 -2.67242 -39.7668 0.172888 -2.45299 -39.9247 -0.111438 -2.02422 -39.9487 0.121937 -2.67242 -39.7668 0.172888 -2.02422 -39.9487 0.121937 -2.13649 -39.7537 0.514801 -2.67242 -39.7668 0.172888 -2.13649 -39.7537 0.514801 -2.31555 -39.3521 0.501553 -2.89631 -39.7669 0.0784175 -2.78778 -39.4276 0.27992 -3.14041 -39.4752 0.175545 -2.89631 -39.7669 0.0784175 -2.97584 -39.8892 -0.284291 -2.45299 -39.9247 -0.111438 -2.89631 -39.7669 0.0784175 -2.67242 -39.7668 0.172888 -2.78778 -39.4276 0.27992 -2.89631 -39.7669 0.0784175 -2.45299 -39.9247 -0.111438 -2.67242 -39.7668 0.172888 -3.08465 -39.765 0.0172898 -3.5208 -39.6493 0.0470198 -3.53007 -39.7536 -0.0627948 -3.08465 -39.765 0.0172898 -3.53007 -39.7536 -0.0627948 -3.53599 -39.8203 -0.198963 -3.08465 -39.765 0.0172898 -3.53599 -39.8203 -0.198963 -2.97584 -39.8892 -0.284291 -3.08465 -39.765 0.0172898 -2.97584 -39.8892 -0.284291 -2.89631 -39.7669 0.0784175 -3.08465 -39.765 0.0172898 -3.14041 -39.4752 0.175545 -3.5208 -39.6493 0.0470198 -3.08465 -39.765 0.0172898 -2.89631 -39.7669 0.0784175 -3.14041 -39.4752 0.175545 -1.5542 -39.6883 1.34331 -1.30919 -39.9149 1.61472 -1.43803 -39.8037 1.61472 -1.5542 -39.6883 1.34331 -1.43803 -39.8037 1.61472 -1.52568 -39.6455 1.61472 -1.5542 -39.6883 1.34331 -1.55529 -39.3927 1.48145 -1.65764 -39.4485 1.20381 -1.5542 -39.6883 1.34331 -1.52568 -39.6455 1.61472 -1.55529 -39.3927 1.48145 -1.5542 -39.6883 1.34331 -1.43462 -39.9036 1.13675 -1.30919 -39.9149 1.61472 -1.60354 -39.7066 1.19524 -1.65764 -39.4485 1.20381 -1.69585 -39.4594 1.13417 -1.60354 -39.7066 1.19524 -1.69585 -39.4594 1.13417 -1.69038 -39.7196 1.02546 -1.60354 -39.7066 1.19524 -1.69038 -39.7196 1.02546 -1.503 -39.9046 0.995627 -1.60354 -39.7066 1.19524 -1.503 -39.9046 0.995627 -1.43462 -39.9036 1.13675 -1.60354 -39.7066 1.19524 -1.5542 -39.6883 1.34331 -1.65764 -39.4485 1.20381 -1.60354 -39.7066 1.19524 -1.43462 -39.9036 1.13675 -1.5542 -39.6883 1.34331 -17.8146 -35.3404 10.3553 -18.2032 -35.618 9.98538 -17.9909 -35.6768 9.90959 -17.8146 -35.3404 10.3553 -18.308 -35.5643 10 -18.2032 -35.618 9.98538 -17.6479 -35.4883 10.218 -17.9909 -35.6768 9.90959 -17.7714 -35.6473 9.80793 -17.6479 -35.4883 10.218 -17.8146 -35.3404 10.3553 -17.9909 -35.6768 9.90959 -17.4872 -35.517 10.0133 -17.6479 -35.4883 10.218 -17.7714 -35.6473 9.80793 -9.11652 -30.5229 16.8342 -17.8146 -35.3404 10.3553 -17.6479 -35.4883 10.218 -9.11652 -30.5229 16.8342 -17.6479 -35.4883 10.218 -17.4872 -35.517 10.0133 -8.80811 -30.5587 16.7923 -9.11652 -30.5229 16.8342 -17.4872 -35.517 10.0133 -8.53339 -30.4844 16.675 -8.80811 -30.5587 16.7923 -17.4872 -35.517 10.0133 -1.30919 -39.9149 1.61472 -1.06528 -39.9858 1.61472 -1.06528 -39.9858 10 -1.30919 -39.9149 1.61472 -1.06528 -39.9858 10 -1.34721 -39.8896 10.0735 -1.43803 -39.8037 1.61472 -1.34721 -39.8896 10.0735 -1.4686 -39.7624 10.1766 -1.43803 -39.8037 1.61472 -1.30919 -39.9149 1.61472 -1.34721 -39.8896 10.0735 -1.52568 -39.6455 1.61472 -1.4686 -39.7624 10.1766 -1.54774 -39.5522 10.3503 -1.52568 -39.6455 1.61472 -1.43803 -39.8037 1.61472 -1.4686 -39.7624 10.1766 -1.55164 -39.4667 1.61472 -1.54774 -39.5522 10.3503 -1.52915 -39.3362 10.5321 -1.55164 -39.4667 1.61472 -1.52568 -39.6455 1.61472 -1.54774 -39.5522 10.3503 -1.51219 -39.2902 1.61472 -1.52915 -39.3362 10.5321 -1.41231 -39.1394 10.7008 -1.51219 -39.2902 1.61472 -1.55164 -39.4667 1.61472 -1.52915 -39.3362 10.5321 -1.41231 -39.1394 1.61472 -1.51219 -39.2902 1.61472 -1.41231 -39.1394 10.7008 -17.9909 -35.6768 9.90959 -18.1767 -35.6315 9.71857 -17.9738 -35.6844 9.74109 -17.9909 -35.6768 9.90959 -18.2032 -35.618 9.98538 -18.1767 -35.6315 9.71857 -17.7714 -35.6473 9.80793 -17.9738 -35.6844 9.74109 -17.7667 -35.6497 9.75962 -17.7714 -35.6473 9.80793 -17.9909 -35.6768 9.90959 -17.9738 -35.6844 9.74109 -31.9897 -23.3221 10.0133 -32.3019 -23.3053 9.80793 -32.2989 -23.3097 9.75962 -31.9891 -23.3262 9.96413 -31.9897 -23.3221 10.0133 -32.2989 -23.3097 9.75962 -31.9891 -23.3262 9.96413 -21.5371 -23.0247 16.572 -21.7227 -23.0269 16.675 -31.9891 -23.3262 9.96413 -21.7227 -23.0269 16.675 -31.9897 -23.3221 10.0133 -31.9202 -23.8356 3.91119 -31.9891 -23.3262 9.96413 -32.2989 -23.3097 9.75962 -12.3175 -22.2379 11.6871 -13.2488 -22.9384 5.66484 -3.60302 -20.2461 7.80139 -22.5222 -24.2013 3.27136 -13.2488 -22.9384 5.66484 -12.3175 -22.2379 11.6871 -21.5371 -23.0247 16.572 -22.5222 -24.2013 3.27136 -12.3175 -22.2379 11.6871 -31.9202 -23.8356 3.91119 -31.711 -24.117 0.788585 -22.5222 -24.2013 3.27136 -31.9891 -23.3262 9.96413 -31.9202 -23.8356 3.91119 -22.5222 -24.2013 3.27136 -31.9891 -23.3262 9.96413 -22.5222 -24.2013 3.27136 -21.5371 -23.0247 16.572 -23.8962 -24.511 2.31945 -22.5222 -24.2013 3.27136 -31.711 -24.117 0.788585 -23.8962 -24.511 2.31945 -30.8486 -24.9454 0.120367 -21.9058 -24.9149 2.50798 -17.4632 -23.9127 4.0144 -13.2488 -22.9384 5.66484 -22.5222 -24.2013 3.27136 -17.4632 -23.9127 4.0144 -21.9058 -24.9149 2.50798 -12.9011 -23.6153 4.81075 -17.4632 -23.9127 4.0144 -13.1693 -22.9929 5.38415 -13.2488 -22.9384 5.66484 -17.4632 -23.9127 4.0144 -13.0809 -23.1285 5.13586 -13.1693 -22.9929 5.38415 -17.4632 -23.9127 4.0144 -12.9873 -23.3442 4.93428 -13.0809 -23.1285 5.13586 -17.4632 -23.9127 4.0144 -12.9011 -23.6153 4.81075 -12.9873 -23.3442 4.93428 -22.1938 -24.4159 2.77309 -17.4632 -23.9127 4.0144 -22.5222 -24.2013 3.27136 -22.1938 -24.4159 2.77309 -21.9058 -24.9149 2.50798 -17.4632 -23.9127 4.0144 -22.1938 -24.4159 2.77309 -23.8962 -24.511 2.31945 -21.9058 -24.9149 2.50798 -22.1938 -24.4159 2.77309 -22.5222 -24.2013 3.27136 -23.8962 -24.511 2.31945 -31.239 -24.3927 0.33606 -31.2191 -24.6227 0.143019 -30.8486 -24.9454 0.120367 -31.239 -24.3927 0.33606 -31.4307 -24.427 0.230024 -31.2191 -24.6227 0.143019 -31.239 -24.3927 0.33606 -31.5481 -24.3121 0.325194 -31.4307 -24.427 0.230024 -31.239 -24.3927 0.33606 -31.6346 -24.2218 0.444828 -31.5481 -24.3121 0.325194 -31.239 -24.3927 0.33606 -31.6941 -24.1511 0.606435 -31.6346 -24.2218 0.444828 -31.239 -24.3927 0.33606 -31.711 -24.117 0.788585 -31.6941 -24.1511 0.606435 -31.239 -24.3927 0.33606 -30.8486 -24.9454 0.120367 -23.8962 -24.511 2.31945 -31.239 -24.3927 0.33606 -23.8962 -24.511 2.31945 -31.711 -24.117 0.788585 -19.4395 -33.9998 1.61472 -17.2183 -33.0592 1.74005 -17.2192 -32.9456 1.5999 -19.4395 -33.9998 1.61472 -17.2314 -33.1482 1.8964 -17.2183 -33.0592 1.74005 -19.4395 -33.9998 1.61472 -17.258 -33.2097 2.06387 -17.2314 -33.1482 1.8964 -19.4395 -33.9998 1.61472 -17.2974 -33.2418 2.237 -17.258 -33.2097 2.06387 -21.4716 -33.3598 0.120367 -21.1258 -33.4941 0.175531 -17.4832 -32.0028 1.29837 -19.5472 -33.6382 0.80623 -19.5277 -33.9925 1.32085 -19.4395 -33.9998 1.61472 -19.5472 -33.6382 0.80623 -19.6118 -33.9752 1.17104 -19.5277 -33.9925 1.32085 -19.5472 -33.6382 0.80623 -19.7215 -33.9487 1.02136 -19.6118 -33.9752 1.17104 -19.5472 -33.6382 0.80623 -19.9679 -33.8815 0.76972 -19.7215 -33.9487 1.02136 -19.5472 -33.6382 0.80623 -20.3384 -33.7684 0.501423 -19.9679 -33.8815 0.76972 -19.5472 -33.6382 0.80623 -20.7915 -33.6158 0.279874 -20.3384 -33.7684 0.501423 -19.5472 -33.6382 0.80623 -21.1258 -33.4941 0.175531 -20.7915 -33.6158 0.279874 -19.5472 -33.6382 0.80623 -17.3956 -32.2168 1.27355 -17.4832 -32.0028 1.29837 -19.5472 -33.6382 0.80623 -17.3216 -32.4356 1.3009 -17.3956 -32.2168 1.27355 -19.5472 -33.6382 0.80623 -17.2531 -32.7049 1.40999 -17.3216 -32.4356 1.3009 -19.5472 -33.6382 0.80623 -17.2192 -32.9456 1.5999 -17.2531 -32.7049 1.40999 -19.5472 -33.6382 0.80623 -19.4395 -33.9998 1.61472 -17.2192 -32.9456 1.5999 -19.5472 -33.6382 0.80623 -17.4832 -32.0028 1.29837 -21.1258 -33.4941 0.175531 -5.12343 -19.3326 7.35 -6.42731 -19.7904 7.99634 -6.62861 -20.0001 8.20596 -5.12343 -19.3326 7.35 -6.35304 -19.6695 7.88603 -6.42731 -19.7904 7.99634 -5.12343 -19.3326 7.35 -6.30429 -19.5448 7.77911 -6.35304 -19.6695 7.88603 -5.12343 -19.3326 7.35 -6.27979 -19.3853 7.65169 -6.30429 -19.5448 7.77911 -5.12343 -19.3326 7.35 -6.29588 -19.2217 7.53124 -6.27979 -19.3853 7.65169 -5.12343 -19.3326 7.35 -6.34048 -19.0835 7.43741 -6.29588 -19.2217 7.53124 -5.12343 -19.3326 7.35 -6.41367 -18.9437 7.35 -6.34048 -19.0835 7.43741 -21.5371 -23.0247 16.572 -22.6238 -22.426 16.8342 -22.5022 -22.548 16.8342 -21.5371 -23.0247 16.572 -22.5022 -22.548 16.8342 -22.3799 -22.6693 16.8342 -21.5371 -23.0247 16.572 -15.0008 -21.8695 12.5659 -22.6238 -22.426 16.8342 -21.5371 -23.0247 16.572 -12.3175 -22.2379 11.6871 -15.0008 -21.8695 12.5659 -21.7227 -23.0269 16.675 -22.257 -22.79 16.8342 -22.0005 -22.965 16.7923 -21.7227 -23.0269 16.675 -22.3799 -22.6693 16.8342 -22.257 -22.79 16.8342 -21.7227 -23.0269 16.675 -21.5371 -23.0247 16.572 -22.3799 -22.6693 16.8342 -3.60302 -20.2461 7.80139 -7.07086 -20.271 8.52503 -7.72155 -20.4933 8.86975 -3.60302 -20.2461 7.80139 -6.62861 -20.0001 8.20596 -7.07086 -20.271 8.52503 -3.60302 -20.2461 7.80139 -3.29309 -19.727 7.35 -4.21288 -19.5513 7.35 -3.60302 -20.2461 7.80139 -4.21288 -19.5513 7.35 -5.12343 -19.3326 7.35 -3.60302 -20.2461 7.80139 -5.12343 -19.3326 7.35 -6.62861 -20.0001 8.20596 -3.60302 -20.2461 7.80139 -7.72155 -20.4933 8.86975 -12.3175 -22.2379 11.6871 -2.72358 -20.0618 7.54666 -3.29309 -19.727 7.35 -3.60302 -20.2461 7.80139 -2.36608 -19.8595 7.35 -3.29309 -19.727 7.35 -2.72358 -20.0618 7.54666 -1.8375 -19.981 7.4022 -2.36608 -19.8595 7.35 -2.72358 -20.0618 7.54666 -0.93217 -19.9783 7.35 -2.36608 -19.8595 7.35 -1.8375 -19.981 7.4022 -15.0008 -21.8695 12.5659 -12.3175 -22.2379 11.6871 -7.72155 -20.4933 8.86975 -10.8908 -30.4074 16.462 2.11147 -21.5958 8.08888 -5.59005 -27.3517 5.76575 -10.8908 -30.4074 16.462 -5.59005 -27.3517 5.76575 -11.1961 -30.5629 4.05133 -19.4395 -33.9998 10.7008 -11.1961 -30.5629 4.05133 -17.2974 -33.2418 2.237 -19.4395 -33.9998 10.7008 -17.2974 -33.2418 2.237 -19.4395 -33.9998 1.61472 -19.4395 -33.9998 10.7008 -10.8908 -30.4074 16.462 -11.1961 -30.5629 4.05133 2.12052 -19.8873 7.35 2.71013 -19.8626 7.33286 3.12456 -19.7544 7.35 2.21316 -20.0756 7.27752 2.71013 -19.8626 7.33286 2.12052 -19.8873 7.35 1.45336 -20.4778 7.15548 2.12052 -19.8873 7.35 1.10494 -19.9695 7.35 1.45336 -20.4778 7.15548 2.21316 -20.0756 7.27752 2.12052 -19.8873 7.35 0.0864981 -19.9998 7.35 1.45336 -20.4778 7.15548 1.10494 -19.9695 7.35 -6.04038 -26.1662 4.83104 0.0864981 -19.9998 7.35 -0.93217 -19.9783 7.35 -6.04038 -26.1662 4.83104 -0.93217 -19.9783 7.35 -6.56975 -21.9621 6.27556 -6.04038 -26.1662 4.83104 1.45336 -20.4778 7.15548 0.0864981 -19.9998 7.35 -12.9011 -23.6153 4.81075 -6.04038 -26.1662 4.83104 -6.56975 -21.9621 6.27556 -11.5147 -29.3461 3.11482 -6.04038 -26.1662 4.83104 -12.9011 -23.6153 4.81075 -21.9058 -24.9149 2.50798 -17.4832 -32.0028 1.29837 -11.5147 -29.3461 3.11482 -21.9058 -24.9149 2.50798 -11.5147 -29.3461 3.11482 -12.9011 -23.6153 4.81075 -24.8901 -30.8932 0.120367 -21.4716 -33.3598 0.120367 -17.4832 -32.0028 1.29837 -24.8901 -30.8932 0.120367 -17.4832 -32.0028 1.29837 -21.9058 -24.9149 2.50798 -28.0275 -28.0778 0.120367 -24.8901 -30.8932 0.120367 -21.9058 -24.9149 2.50798 -30.8486 -24.9454 0.120367 -28.0275 -28.0778 0.120367 -21.9058 -24.9149 2.50798 -10.8908 -30.4074 16.462 -9.44611 -30.4225 16.8342 -9.61049 -30.371 16.8342 -10.8908 -30.4074 16.462 -9.28145 -30.4732 16.8342 -9.44611 -30.4225 16.8342 -10.8908 -30.4074 16.462 -9.11652 -30.5229 16.8342 -9.28145 -30.4732 16.8342 -10.8908 -30.4074 16.462 -9.61049 -30.371 16.8342 -10.0034 -30.2859 16.8007 -10.8908 -30.4074 16.462 -10.0034 -30.2859 16.8007 -10.358 -30.2743 16.7151 -10.8908 -30.4074 16.462 -10.358 -30.2743 16.7151 -10.6333 -30.3142 16.6079 -17.8146 -35.3404 10.3553 -9.11652 -30.5229 16.8342 -10.8908 -30.4074 16.462 -18.7164 -35.3511 10 -18.308 -35.5643 10 -17.8146 -35.3404 10.3553 -19.4395 -33.9998 10.7008 -17.8146 -35.3404 10.3553 -10.8908 -30.4074 16.462 -19.4395 -33.9998 10.7008 -18.7164 -35.3511 10 -17.8146 -35.3404 10.3553 -19.1222 -35.1332 10 -18.7164 -35.3511 10 -19.4395 -33.9998 10.7008 -19.6344 -34.1198 10.5321 -19.1222 -35.1332 10 -19.4395 -33.9998 10.7008 -19.7513 -34.3025 10.3503 -19.1222 -35.1332 10 -19.6344 -34.1198 10.5321 -19.5256 -34.9106 10 -19.1222 -35.1332 10 -19.7513 -34.3025 10.3503 -19.7789 -34.5254 10.1766 -19.5256 -34.9106 10 -19.7513 -34.3025 10.3503 -19.7305 -34.6944 10.0735 -19.5256 -34.9106 10 -19.7789 -34.5254 10.1766 -32.6535 -23.103 9.71857 -32.27 -23.6357 3.8701 -32.1162 -23.7722 3.89254 -32.4984 -23.2441 9.74109 -32.1162 -23.7722 3.89254 -31.9202 -23.8356 3.91119 -32.4984 -23.2441 9.74109 -32.6535 -23.103 9.71857 -32.1162 -23.7722 3.89254 -32.2989 -23.3097 9.75962 -32.4984 -23.2441 9.74109 -31.9202 -23.8356 3.91119 -32.0595 -23.9205 0.747469 -32.1162 -23.7722 3.89254 -32.27 -23.6357 3.8701 -31.9058 -24.0549 0.769897 -32.1162 -23.7722 3.89254 -32.0595 -23.9205 0.747469 -31.711 -24.117 0.788585 -31.9202 -23.8356 3.91119 -32.1162 -23.7722 3.89254 -31.711 -24.117 0.788585 -32.1162 -23.7722 3.89254 -31.9058 -24.0549 0.769897 -31.2799 -24.9313 -0.332372 -31.1033 -25.1513 -0.348945 -31.0333 -25.0947 -0.0627969 -31.4307 -24.427 0.230024 -31.8288 -24.2266 0.0324446 -31.6706 -24.4331 -0.143475 -31.5481 -24.3121 0.325194 -31.8288 -24.2266 0.0324446 -31.4307 -24.427 0.230024 -31.6346 -24.2218 0.444828 -31.9591 -24.0545 0.278772 -31.8288 -24.2266 0.0324446 -31.6346 -24.2218 0.444828 -31.8288 -24.2266 0.0324446 -31.5481 -24.3121 0.325194 -31.9058 -24.0549 0.769897 -32.0595 -23.9205 0.747469 -32.026 -23.9653 0.504531 -31.6941 -24.1511 0.606435 -32.026 -23.9653 0.504531 -31.9591 -24.0545 0.278772 -31.6941 -24.1511 0.606435 -31.9591 -24.0545 0.278772 -31.6346 -24.2218 0.444828 -31.6941 -24.1511 0.606435 -31.9058 -24.0549 0.769897 -32.026 -23.9653 0.504531 -31.711 -24.117 0.788585 -31.9058 -24.0549 0.769897 -31.6941 -24.1511 0.606435 -31.2943 -24.7999 -0.0555771 -30.8486 -24.9454 0.120367 -31.2191 -24.6227 0.143019 -31.2943 -24.7999 -0.0555771 -31.0333 -25.0947 -0.0627969 -30.8486 -24.9454 0.120367 -31.2943 -24.7999 -0.0555771 -31.4445 -24.7234 -0.283053 -31.2799 -24.9313 -0.332372 -31.2943 -24.7999 -0.0555771 -31.2799 -24.9313 -0.332372 -31.0333 -25.0947 -0.0627969 -31.3714 -24.7109 -0.0370891 -31.2943 -24.7999 -0.0555771 -31.2191 -24.6227 0.143019 -31.3714 -24.7109 -0.0370891 -31.4445 -24.7234 -0.283053 -31.2943 -24.7999 -0.0555771 -31.4775 -24.5869 0.00398665 -31.2191 -24.6227 0.143019 -31.4307 -24.427 0.230024 -31.4775 -24.5869 0.00398665 -31.6706 -24.4331 -0.143475 -31.4445 -24.7234 -0.283053 -31.4775 -24.5869 0.00398665 -31.3714 -24.7109 -0.0370891 -31.2191 -24.6227 0.143019 -31.4775 -24.5869 0.00398665 -31.4445 -24.7234 -0.283053 -31.3714 -24.7109 -0.0370891 -31.4775 -24.5869 0.00398665 -31.4307 -24.427 0.230024 -31.6706 -24.4331 -0.143475 -24.8901 -30.8932 0.120367 -21.5435 -33.4715 0.0470198 -21.4716 -33.3598 0.120367 -24.9734 -30.9966 0.0470198 -21.6001 -33.5596 -0.0627948 -21.5435 -33.4715 0.0470198 -24.9734 -30.9966 0.0470198 -24.8901 -30.8932 0.120367 -28.0275 -28.0778 0.120367 -24.9734 -30.9966 0.0470198 -21.5435 -33.4715 0.0470198 -24.8901 -30.8932 0.120367 -25.0391 -31.0782 -0.0627948 -21.6364 -33.6159 -0.198963 -21.6001 -33.5596 -0.0627948 -25.0391 -31.0782 -0.0627948 -21.6001 -33.5596 -0.0627948 -24.9734 -30.9966 0.0470198 -25.0811 -31.1303 -0.198963 -25.0956 -31.1482 -0.348945 -21.6488 -33.6352 -0.348945 -25.0811 -31.1303 -0.198963 -21.6488 -33.6352 -0.348945 -21.6364 -33.6159 -0.198963 -25.0811 -31.1303 -0.198963 -21.6364 -33.6159 -0.198963 -25.0391 -31.0782 -0.0627948 -28.1214 -28.1718 0.0470198 -28.0275 -28.0778 0.120367 -30.8486 -24.9454 0.120367 -28.1214 -28.1718 0.0470198 -30.8486 -24.9454 0.120367 -31.0333 -25.0947 -0.0627969 -28.1214 -28.1718 0.0470198 -24.9734 -30.9966 0.0470198 -28.0275 -28.0778 0.120367 -28.1954 -28.2459 -0.0627948 -25.0391 -31.0782 -0.0627948 -24.9734 -30.9966 0.0470198 -28.1954 -28.2459 -0.0627948 -24.9734 -30.9966 0.0470198 -28.1214 -28.1718 0.0470198 -28.1954 -28.2459 -0.0627948 -28.1214 -28.1718 0.0470198 -31.0333 -25.0947 -0.0627969 -28.2427 -28.2933 -0.198963 -28.2589 -28.3096 -0.348945 -25.0956 -31.1482 -0.348945 -28.2427 -28.2933 -0.198963 -31.1033 -25.1513 -0.348945 -28.2589 -28.3096 -0.348945 -28.2427 -28.2933 -0.198963 -31.0333 -25.0947 -0.0627969 -31.1033 -25.1513 -0.348945 -28.2427 -28.2933 -0.198963 -28.1954 -28.2459 -0.0627948 -31.0333 -25.0947 -0.0627969 -28.2427 -28.2933 -0.198963 -25.0956 -31.1482 -0.348945 -25.0811 -31.1303 -0.198963 -28.2427 -28.2933 -0.198963 -25.0391 -31.0782 -0.0627948 -28.1954 -28.2459 -0.0627948 -28.2427 -28.2933 -0.198963 -25.0811 -31.1303 -0.198963 -25.0391 -31.0782 -0.0627948 -19.5599 -34.8914 1.30479 -19.5256 -34.9106 1.61472 -19.7086 -34.7345 1.61472 -21.6364 -33.6159 -0.198963 -21.6488 -33.6352 -0.348945 -21.1725 -33.9371 -0.284492 -21.4716 -33.3598 0.120367 -21.5435 -33.4715 0.0470198 -21.1258 -33.4941 0.175531 -20.3662 -34.2072 0.514791 -20.3577 -34.432 0.121757 -20.1029 -34.5814 0.347018 -19.8144 -34.6662 1.13685 -19.68 -34.8238 0.95061 -19.5599 -34.8914 1.30479 -19.8144 -34.6662 1.13685 -19.5599 -34.8914 1.30479 -19.7086 -34.7345 1.61472 -19.8754 -34.6353 0.995743 -19.68 -34.8238 0.95061 -19.8144 -34.6662 1.13685 -19.6839 -34.1577 1.48139 -19.4395 -33.9998 1.61472 -19.5277 -33.9925 1.32085 -19.6839 -34.1577 1.48139 -19.7751 -34.3954 1.61472 -19.715 -34.2249 1.61472 -19.6839 -34.1577 1.48139 -19.715 -34.2249 1.61472 -19.5981 -34.087 1.61472 -19.6839 -34.1577 1.48139 -19.5981 -34.087 1.61472 -19.4395 -33.9998 1.61472 -19.9564 -34.5931 0.847132 -19.873 -34.7141 0.620202 -19.68 -34.8238 0.95061 -19.9564 -34.5931 0.847132 -19.68 -34.8238 0.95061 -19.8754 -34.6353 0.995743 -19.9564 -34.5931 0.847132 -19.8754 -34.6353 0.995743 -19.9552 -34.3844 1.02569 -19.8004 -34.1596 1.20387 -19.5277 -33.9925 1.32085 -19.6118 -33.9752 1.17104 -19.8004 -34.1596 1.20387 -19.6839 -34.1577 1.48139 -19.5277 -33.9925 1.32085 -20.0483 -34.5443 0.708947 -20.1029 -34.5814 0.347018 -19.873 -34.7141 0.620202 -20.0483 -34.5443 0.708947 -20.3662 -34.2072 0.514791 -20.1029 -34.5814 0.347018 -20.0483 -34.5443 0.708947 -19.873 -34.7141 0.620202 -19.9564 -34.5931 0.847132 -20.0483 -34.5443 0.708947 -19.9564 -34.5931 0.847132 -19.9552 -34.3844 1.02569 -19.8393 -34.1515 1.13424 -19.6118 -33.9752 1.17104 -19.7215 -33.9487 1.02136 -19.8393 -34.1515 1.13424 -19.8004 -34.1596 1.20387 -19.6118 -33.9752 1.17104 -19.8861 -34.1403 1.05962 -19.7215 -33.9487 1.02136 -19.9679 -33.8815 0.76972 -19.8861 -34.1403 1.05962 -19.8393 -34.1515 1.13424 -19.7215 -33.9487 1.02136 -19.8861 -34.1403 1.05962 -19.9552 -34.3844 1.02569 -19.8393 -34.1515 1.13424 -20.2054 -34.0427 0.687074 -19.9679 -33.8815 0.76972 -20.3384 -33.7684 0.501423 -20.2054 -34.0427 0.687074 -20.3384 -33.7684 0.501423 -20.3662 -34.2072 0.514791 -20.2054 -34.0427 0.687074 -20.0483 -34.5443 0.708947 -19.9552 -34.3844 1.02569 -20.2054 -34.0427 0.687074 -19.9552 -34.3844 1.02569 -19.8861 -34.1403 1.05962 -20.2054 -34.0427 0.687074 -19.8861 -34.1403 1.05962 -19.9679 -33.8815 0.76972 -20.2054 -34.0427 0.687074 -20.3662 -34.2072 0.514791 -20.0483 -34.5443 0.708947 -20.847 -33.9697 0.172805 -20.3384 -33.7684 0.501423 -20.7915 -33.6158 0.279874 -20.847 -33.9697 0.172805 -20.7261 -34.2115 -0.1117 -20.3577 -34.432 0.121757 -20.847 -33.9697 0.172805 -20.3577 -34.432 0.121757 -20.3662 -34.2072 0.514791 -20.847 -33.9697 0.172805 -20.3662 -34.2072 0.514791 -20.3384 -33.7684 0.501423 -21.0453 -33.8658 0.0783688 -20.7915 -33.6158 0.279874 -21.1258 -33.4941 0.175531 -21.0453 -33.8658 0.0783688 -21.1725 -33.9371 -0.284492 -20.7261 -34.2115 -0.1117 -21.0453 -33.8658 0.0783688 -20.847 -33.9697 0.172805 -20.7915 -33.6158 0.279874 -21.0453 -33.8658 0.0783688 -20.7261 -34.2115 -0.1117 -20.847 -33.9697 0.172805 -21.2111 -33.7766 0.017262 -21.5435 -33.4715 0.0470198 -21.6001 -33.5596 -0.0627948 -21.2111 -33.7766 0.017262 -21.6001 -33.5596 -0.0627948 -21.6364 -33.6159 -0.198963 -21.2111 -33.7766 0.017262 -21.6364 -33.6159 -0.198963 -21.1725 -33.9371 -0.284492 -21.2111 -33.7766 0.017262 -21.1725 -33.9371 -0.284492 -21.0453 -33.8658 0.0783688 -21.2111 -33.7766 0.017262 -21.1258 -33.4941 0.175531 -21.5435 -33.4715 0.0470198 -21.2111 -33.7766 0.017262 -21.0453 -33.8658 0.0783688 -21.1258 -33.4941 0.175531 -19.8202 -34.42 1.3433 -19.7086 -34.7345 1.61472 -19.771 -34.5761 1.61472 -19.8202 -34.42 1.3433 -19.771 -34.5761 1.61472 -19.7751 -34.3954 1.61472 -19.8202 -34.42 1.3433 -19.6839 -34.1577 1.48139 -19.8004 -34.1596 1.20387 -19.8202 -34.42 1.3433 -19.7751 -34.3954 1.61472 -19.6839 -34.1577 1.48139 -19.8202 -34.42 1.3433 -19.8144 -34.6662 1.13685 -19.7086 -34.7345 1.61472 -19.8724 -34.4133 1.19532 -19.8004 -34.1596 1.20387 -19.8393 -34.1515 1.13424 -19.8724 -34.4133 1.19532 -19.8393 -34.1515 1.13424 -19.9552 -34.3844 1.02569 -19.8724 -34.4133 1.19532 -19.9552 -34.3844 1.02569 -19.8754 -34.6353 0.995743 -19.8724 -34.4133 1.19532 -19.8754 -34.6353 0.995743 -19.8144 -34.6662 1.13685 -19.8724 -34.4133 1.19532 -19.8202 -34.42 1.3433 -19.8004 -34.1596 1.20387 -19.8724 -34.4133 1.19532 -19.8144 -34.6662 1.13685 -19.8202 -34.42 1.3433 -32.1976 -23.0135 10.3553 -32.6706 -23.0788 9.98538 -32.51 -23.2295 9.90959 -32.1976 -23.0135 10.3553 -32.7385 -22.9825 10 -32.6706 -23.0788 9.98538 -32.1187 -23.222 10.218 -32.51 -23.2295 9.90959 -32.3019 -23.3053 9.80793 -32.1187 -23.222 10.218 -32.1976 -23.0135 10.3553 -32.51 -23.2295 9.90959 -31.9897 -23.3221 10.0133 -32.1187 -23.222 10.218 -32.3019 -23.3053 9.80793 -22.257 -22.79 16.8342 -32.1976 -23.0135 10.3553 -32.1187 -23.222 10.218 -22.257 -22.79 16.8342 -32.1187 -23.222 10.218 -31.9897 -23.3221 10.0133 -22.0005 -22.965 16.7923 -22.257 -22.79 16.8342 -31.9897 -23.3221 10.0133 -21.7227 -23.0269 16.675 -22.0005 -22.965 16.7923 -31.9897 -23.3221 10.0133 -19.7086 -34.7345 1.61472 -19.5256 -34.9106 1.61472 -19.5256 -34.9106 10 -19.7086 -34.7345 1.61472 -19.5256 -34.9106 10 -19.7305 -34.6944 10.0735 -19.771 -34.5761 1.61472 -19.7305 -34.6944 10.0735 -19.7789 -34.5254 10.1766 -19.771 -34.5761 1.61472 -19.7086 -34.7345 1.61472 -19.7305 -34.6944 10.0735 -19.7751 -34.3954 1.61472 -19.7789 -34.5254 10.1766 -19.7513 -34.3025 10.3503 -19.7751 -34.3954 1.61472 -19.771 -34.5761 1.61472 -19.7789 -34.5254 10.1766 -19.715 -34.2249 1.61472 -19.7513 -34.3025 10.3503 -19.6344 -34.1198 10.5321 -19.715 -34.2249 1.61472 -19.7751 -34.3954 1.61472 -19.7513 -34.3025 10.3503 -19.5981 -34.087 1.61472 -19.6344 -34.1198 10.5321 -19.4395 -33.9998 10.7008 -19.5981 -34.087 1.61472 -19.715 -34.2249 1.61472 -19.6344 -34.1198 10.5321 -19.4395 -33.9998 1.61472 -19.5981 -34.087 1.61472 -19.4395 -33.9998 10.7008 -32.51 -23.2295 9.90959 -32.6535 -23.103 9.71857 -32.4984 -23.2441 9.74109 -32.51 -23.2295 9.90959 -32.6706 -23.0788 9.98538 -32.6535 -23.103 9.71857 -32.3019 -23.3053 9.80793 -32.4984 -23.2441 9.74109 -32.2989 -23.3097 9.75962 -32.3019 -23.3053 9.80793 -32.51 -23.2295 9.90959 -32.4984 -23.2441 9.74109 -39.1638 -5.78431 10.0133 -39.4325 -5.62438 9.80793 -39.4318 -5.62965 9.75962 -39.1652 -5.78823 9.96413 -39.1638 -5.78431 10.0133 -39.4318 -5.62965 9.75962 -39.1652 -5.78823 9.96413 -29.7702 -10.3786 16.572 -29.9357 -10.2943 16.675 -39.1652 -5.78823 9.96413 -29.9357 -10.2943 16.675 -39.1638 -5.78431 10.0133 -39.3409 -6.27135 3.91119 -39.1652 -5.78823 9.96413 -39.4318 -5.62965 9.75962 -21.2411 -13.9664 11.6871 -24.2472 -13.5946 5.1897 -12.5992 -16.2527 7.80139 -31.8748 -10.6521 3.07115 -24.2472 -13.5946 5.1897 -21.2411 -13.9664 11.6871 -29.7702 -10.3786 16.572 -31.8748 -10.6521 3.07115 -21.2411 -13.9664 11.6871 -39.3409 -6.27135 3.91119 -39.2864 -6.61773 0.788586 -31.8748 -10.6521 3.07115 -39.1652 -5.78823 9.96413 -39.3409 -6.27135 3.91119 -31.8748 -10.6521 3.07115 -39.1652 -5.78823 9.96413 -31.8748 -10.6521 3.07115 -29.7702 -10.3786 16.572 -13.1127 -16.3937 7.166 -11.7351 -16.498 7.54674 -12.5992 -16.2527 7.80139 -13.1127 -16.3937 7.166 -10.9125 -16.8384 7.40218 -11.7351 -16.498 7.54674 -13.1127 -16.3937 7.166 -10.1098 -17.2567 7.35 -10.9125 -16.8384 7.40218 -14.6885 -16.1385 6.86349 -19.2073 -15.7293 5.57644 -10.1098 -17.2567 7.35 -14.6885 -16.1385 6.86349 -13.1127 -16.3937 7.166 -12.5992 -16.2527 7.80139 -14.6885 -16.1385 6.86349 -10.1098 -17.2567 7.35 -13.1127 -16.3937 7.166 -17.948 -15.5037 6.17151 -12.5992 -16.2527 7.80139 -24.2472 -13.5946 5.1897 -17.948 -15.5037 6.17151 -19.2073 -15.7293 5.57644 -14.6885 -16.1385 6.86349 -17.948 -15.5037 6.17151 -14.6885 -16.1385 6.86349 -12.5992 -16.2527 7.80139 -21.4708 -14.647 5.33998 -17.948 -15.5037 6.17151 -24.2472 -13.5946 5.1897 -21.4708 -14.647 5.33998 -19.2073 -15.7293 5.57644 -17.948 -15.5037 6.17151 -29.0871 -12.1088 3.31912 -24.2472 -13.5946 5.1897 -31.8748 -10.6521 3.07115 -26.5826 -13.0556 4.01252 -29.0989 -12.6599 3.03792 -19.2073 -15.7293 5.57644 -26.5826 -13.0556 4.01252 -19.2073 -15.7293 5.57644 -21.4708 -14.647 5.33998 -26.5826 -13.0556 4.01252 -21.4708 -14.647 5.33998 -24.2472 -13.5946 5.1897 -26.5826 -13.0556 4.01252 -24.2472 -13.5946 5.1897 -29.0871 -12.1088 3.31912 -26.5826 -13.0556 4.01252 -29.0871 -12.1088 3.31912 -29.0989 -12.6599 3.03792 -30.415 -11.5582 2.94124 -29.0871 -12.1088 3.31912 -31.8748 -10.6521 3.07115 -30.415 -11.5582 2.94124 -29.0989 -12.6599 3.03792 -29.0871 -12.1088 3.31912 -35.311 -9.21121 1.48962 -38.9077 -7.75197 0.120366 -29.0989 -12.6599 3.03792 -35.311 -9.21121 1.48962 -31.8748 -10.6521 3.07115 -39.2864 -6.61773 0.788586 -35.311 -9.21121 1.48962 -29.0989 -12.6599 3.03792 -30.415 -11.5582 2.94124 -35.311 -9.21121 1.48962 -30.415 -11.5582 2.94124 -31.8748 -10.6521 3.07115 -38.9966 -7.08115 0.336056 -39.0859 -7.2941 0.14303 -38.9077 -7.75197 0.120366 -38.9966 -7.08115 0.336056 -39.1822 -7.02261 0.229946 -39.0859 -7.2941 0.14303 -38.9966 -7.08115 0.336056 -39.2323 -6.86801 0.323786 -39.1822 -7.02261 0.229946 -38.9966 -7.08115 0.336056 -39.2675 -6.7461 0.444714 -39.2323 -6.86801 0.323786 -38.9966 -7.08115 0.336056 -39.2873 -6.65581 0.606364 -39.2675 -6.7461 0.444714 -38.9966 -7.08115 0.336056 -39.2864 -6.61773 0.788586 -39.2873 -6.65581 0.606364 -38.9966 -7.08115 0.336056 -38.9077 -7.75197 0.120366 -35.311 -9.21121 1.48962 -38.9966 -7.08115 0.336056 -35.311 -9.21121 1.48962 -39.2864 -6.61773 0.788586 -10.5561 -19.3228 6.60831 -10.503 -19.5521 6.5738 -10.5561 -19.3228 6.60831 -23.29 -21.4865 3.46142 -20.7404 -20.5828 3.96161 -27.5597 -20.4815 2.08116 -23.29 -21.4865 3.46142 -26.4919 -21.7775 3.40766 -20.1004 -21.7887 5.12537 -32.9343 -20.7022 0.808006 -33.0881 -21.0239 1.32083 -33.0133 -21.0714 1.61472 -32.9343 -20.7022 0.808006 -33.1545 -20.9695 1.17103 -33.0881 -21.0239 1.32083 -32.9343 -20.7022 0.808006 -33.2393 -20.8951 1.02134 -33.1545 -20.9695 1.17103 -32.9343 -20.7022 0.808006 -33.4262 -20.7211 0.769709 -33.2393 -20.8951 1.02134 -32.9343 -20.7022 0.808006 -33.7017 -20.4487 0.501442 -33.4262 -20.7211 0.769709 -32.9343 -20.7022 0.808006 -34.032 -20.103 0.279893 -33.7017 -20.4487 0.501442 -32.9343 -20.7022 0.808006 -34.2714 -19.8399 0.175538 -34.032 -20.103 0.279893 -32.9343 -20.7022 0.808006 -34.5152 -19.5603 0.120367 -34.2714 -19.8399 0.175538 -15.0358 -20.9476 5.63819 -10.5561 -19.3228 6.60831 -20.7404 -20.5828 3.96161 -15.0358 -20.9476 5.63819 -10.4622 -19.7856 6.59441 -10.503 -19.5521 6.5738 -15.0358 -20.9476 5.63819 -10.4317 -20.0705 6.69967 -10.4622 -19.7856 6.59441 -15.0358 -20.9476 5.63819 -10.4285 -20.3212 6.89115 -10.4317 -20.0705 6.69967 -15.0358 -20.9476 5.63819 -10.5561 -19.3228 6.60831 -10.5561 -19.3228 6.60831 -15.0358 -20.9476 5.63819 -10.503 -19.5521 6.5738 -10.5561 -19.3228 6.60831 -15.0438 -21.038 5.71348 -15.0358 -20.9476 5.63819 -20.1004 -21.7887 5.12537 -15.0438 -21.038 5.71348 -10.4285 -20.3212 6.89115 -15.0358 -20.9476 5.63819 -15.0555 -21.1191 5.79837 -10.4401 -20.4368 7.03445 -10.4285 -20.3212 6.89115 -15.0555 -21.1191 5.79837 -10.4285 -20.3212 6.89115 -15.0438 -21.038 5.71348 -15.0555 -21.1191 5.79837 -15.0438 -21.038 5.71348 -20.1004 -21.7887 5.12537 -15.0756 -21.2077 5.91972 -20.1004 -21.7887 5.12537 -10.5295 -20.6069 7.54694 -15.0756 -21.2077 5.91972 -10.4614 -20.5248 7.19522 -10.4401 -20.4368 7.03445 -15.0756 -21.2077 5.91972 -10.4915 -20.5822 7.36802 -10.4614 -20.5248 7.19522 -15.0756 -21.2077 5.91972 -10.5295 -20.6069 7.54694 -10.4915 -20.5822 7.36802 -15.0756 -21.2077 5.91972 -10.4401 -20.4368 7.03445 -15.0555 -21.1191 5.79837 -15.0756 -21.2077 5.91972 -15.0555 -21.1191 5.79837 -20.1004 -21.7887 5.12537 -20.3363 -21.4185 4.25442 -15.0358 -20.9476 5.63819 -20.7404 -20.5828 3.96161 -20.3363 -21.4185 4.25442 -20.1004 -21.7887 5.12537 -15.0358 -20.9476 5.63819 -20.3363 -21.4185 4.25442 -23.29 -21.4865 3.46142 -20.1004 -21.7887 5.12537 -20.3363 -21.4185 4.25442 -20.7404 -20.5828 3.96161 -23.29 -21.4865 3.46142 -26.9689 -21.3713 2.45926 -23.29 -21.4865 3.46142 -27.5597 -20.4815 2.08116 -26.9689 -21.3713 2.45926 -26.4919 -21.7775 3.40766 -23.29 -21.4865 3.46142 -30.206 -21.0831 1.56697 -27.5597 -20.4815 2.08116 -34.5152 -19.5603 0.120367 -30.206 -21.0831 1.56697 -33.0133 -21.0714 1.61472 -26.4919 -21.7775 3.40766 -30.206 -21.0831 1.56697 -34.5152 -19.5603 0.120367 -32.9343 -20.7022 0.808006 -30.206 -21.0831 1.56697 -32.9343 -20.7022 0.808006 -33.0133 -21.0714 1.61472 -30.206 -21.0831 1.56697 -26.4919 -21.7775 3.40766 -26.9689 -21.3713 2.45926 -30.206 -21.0831 1.56697 -26.9689 -21.3713 2.45926 -27.5597 -20.4815 2.08116 -13.5209 -14.7372 7.35 -14.4826 -13.7932 7.35 -14.5005 -14.066 7.5115 -13.5209 -14.7372 7.35 -14.5005 -14.066 7.5115 -14.5966 -14.291 7.69218 -13.5209 -14.7372 7.35 -14.5966 -14.291 7.69218 -14.7734 -14.4692 7.89304 -13.5209 -14.7372 7.35 -14.7734 -14.4692 7.89304 -15.0222 -14.5909 8.10342 -29.7702 -10.3786 16.572 -30.4542 -9.34342 16.8342 -30.4032 -9.50797 16.8342 -29.7702 -10.3786 16.572 -30.4032 -9.50797 16.8342 -30.3514 -9.67225 16.8342 -29.7702 -10.3786 16.572 -23.4458 -12.3933 12.5659 -30.4542 -9.34342 16.8342 -29.7702 -10.3786 16.572 -21.2411 -13.9664 11.6871 -23.4458 -12.3933 12.5659 -29.9357 -10.2943 16.675 -30.2986 -9.83625 16.8342 -30.1529 -10.1104 16.7923 -29.9357 -10.2943 16.675 -30.3514 -9.67225 16.8342 -30.2986 -9.83625 16.8342 -29.9357 -10.2943 16.675 -29.7702 -10.3786 16.572 -30.3514 -9.67225 16.8342 -12.5992 -16.2527 7.80139 -15.0222 -14.5909 8.10342 -15.2377 -14.6424 8.25611 -12.5992 -16.2527 7.80139 -15.2377 -14.6424 8.25611 -15.4765 -14.6649 8.4067 -12.5992 -16.2527 7.80139 -15.4765 -14.6649 8.4067 -15.9246 -14.641 8.65574 -12.5992 -16.2527 7.80139 -15.9246 -14.641 8.65574 -16.3608 -14.5575 8.86975 -12.5992 -16.2527 7.80139 -12.0835 -15.937 7.35 -12.8162 -15.354 7.35 -12.5992 -16.2527 7.80139 -12.8162 -15.354 7.35 -13.5209 -14.7372 7.35 -12.5992 -16.2527 7.80139 -16.3608 -14.5575 8.86975 -21.2411 -13.9664 11.6871 -12.5992 -16.2527 7.80139 -13.5209 -14.7372 7.35 -15.0222 -14.5909 8.10342 -11.7351 -16.498 7.54674 -12.0835 -15.937 7.35 -12.5992 -16.2527 7.80139 -11.3243 -16.4852 7.35 -12.0835 -15.937 7.35 -11.7351 -16.498 7.54674 -10.9125 -16.8384 7.40218 -11.3243 -16.4852 7.35 -11.7351 -16.498 7.54674 -10.1098 -17.2567 7.35 -11.3243 -16.4852 7.35 -10.9125 -16.8384 7.40218 -23.4458 -12.3933 12.5659 -21.2411 -13.9664 11.6871 -16.3608 -14.5575 8.86975 -23.7744 -21.8632 16.462 -8.16647 -20.1034 8.08888 -10.5295 -20.6069 7.54694 -23.7744 -21.8632 16.462 -10.5295 -20.6069 7.54694 -20.1004 -21.7887 5.12537 -23.7744 -21.8632 16.462 -20.1004 -21.7887 5.12537 -26.4919 -21.7775 3.40766 -33.0133 -21.0714 10.7008 -26.4919 -21.7775 3.40766 -33.0133 -21.0714 1.61472 -33.0133 -21.0714 10.7008 -23.7744 -21.8632 16.462 -26.4919 -21.7775 3.40766 -7.36445 -18.5948 7.35 -6.83087 -18.8469 7.33287 -6.41367 -18.9437 7.35 -7.36956 -18.8046 7.27756 -6.83087 -18.8469 7.33287 -7.36445 -18.5948 7.35 -8.22961 -18.8076 7.15548 -7.36445 -18.5948 7.35 -8.30189 -18.1956 7.35 -8.22961 -18.8076 7.15548 -7.36956 -18.8046 7.27756 -7.36445 -18.5948 7.35 -9.21779 -17.7492 7.35 -8.22961 -18.8076 7.15548 -8.30189 -18.1956 7.35 -10.5561 -19.3228 6.60831 -9.21779 -17.7492 7.35 -10.1098 -17.2567 7.35 -10.5561 -19.3228 6.60831 -8.22961 -18.8076 7.15548 -9.21779 -17.7492 7.35 -19.2073 -15.7293 5.57644 -10.5561 -19.3228 6.60831 -10.1098 -17.2567 7.35 -20.7404 -20.5828 3.96161 -10.5561 -19.3228 6.60831 -19.2073 -15.7293 5.57644 -27.5597 -20.4815 2.08116 -20.7404 -20.5828 3.96161 -19.2073 -15.7293 5.57644 -29.0989 -12.6599 3.03792 -27.5597 -20.4815 2.08116 -19.2073 -15.7293 5.57644 -34.5152 -19.5603 0.120367 -27.5597 -20.4815 2.08116 -29.0989 -12.6599 3.03792 -36.3958 -15.7876 0.120367 -34.5152 -19.5603 0.120367 -29.0989 -12.6599 3.03792 -37.8656 -11.8366 0.120367 -36.3958 -15.7876 0.120367 -29.0989 -12.6599 3.03792 -38.9077 -7.75197 0.120366 -37.8656 -11.8366 0.120367 -29.0989 -12.6599 3.03792 -23.7744 -21.8632 16.462 -22.5022 -22.548 16.8342 -22.6238 -22.426 16.8342 -23.7744 -21.8632 16.462 -22.3799 -22.6693 16.8342 -22.5022 -22.548 16.8342 -23.7744 -21.8632 16.462 -22.257 -22.79 16.8342 -22.3799 -22.6693 16.8342 -23.7744 -21.8632 16.462 -22.6238 -22.426 16.8342 -22.9321 -22.1681 16.8007 -23.7744 -21.8632 16.462 -22.9321 -22.1681 16.8007 -23.2407 -21.993 16.7151 -23.7744 -21.8632 16.462 -23.2407 -21.993 16.7151 -23.503 -21.9004 16.6079 -32.1976 -23.0135 10.3553 -22.257 -22.79 16.8342 -23.7744 -21.8632 16.462 -33.001 -22.6039 10 -32.7385 -22.9825 10 -32.1976 -23.0135 10.3553 -33.0133 -21.0714 10.7008 -32.1976 -23.0135 10.3553 -23.7744 -21.8632 16.462 -33.0133 -21.0714 10.7008 -33.001 -22.6039 10 -32.1976 -23.0135 10.3553 -33.2591 -22.2223 10 -33.001 -22.6039 10 -33.0133 -21.0714 10.7008 -33.2417 -21.087 10.5321 -33.2591 -22.2223 10 -33.0133 -21.0714 10.7008 -33.4301 -21.1945 10.3503 -33.2591 -22.2223 10 -33.2417 -21.087 10.5321 -33.5128 -21.8378 10 -33.2591 -22.2223 10 -33.4301 -21.1945 10.3503 -33.5581 -21.379 10.1766 -33.5128 -21.8378 10 -33.4301 -21.1945 10.3503 -33.5938 -21.5512 10.0735 -33.5128 -21.8378 10 -33.5581 -21.379 10.1766 -39.6497 -5.28189 9.71857 -39.5577 -5.93172 3.8701 -39.485 -6.12407 3.89254 -39.578 -5.47886 9.74109 -39.485 -6.12407 3.89254 -39.3409 -6.27135 3.91119 -39.578 -5.47886 9.74109 -39.6497 -5.28189 9.71857 -39.485 -6.12407 3.89254 -39.4318 -5.62965 9.75962 -39.578 -5.47886 9.74109 -39.3409 -6.27135 3.91119 -39.5037 -6.28171 0.74747 -39.485 -6.12407 3.89254 -39.5577 -5.93172 3.8701 -39.4301 -6.47214 0.769897 -39.485 -6.12407 3.89254 -39.5037 -6.28171 0.74747 -39.2864 -6.61773 0.788586 -39.3409 -6.27135 3.91119 -39.485 -6.12407 3.89254 -39.2864 -6.61773 0.788586 -39.485 -6.12407 3.89254 -39.4301 -6.47214 0.769897 -39.2827 -7.54131 -0.332641 -39.229 -7.81597 -0.348945 -39.1407 -7.79839 -0.062797 -39.1822 -7.02261 0.229946 -39.4416 -6.6603 0.0321811 -39.3975 -6.91647 -0.143546 -39.2323 -6.86801 0.323786 -39.4416 -6.6603 0.0321811 -39.1822 -7.02261 0.229946 -39.2675 -6.7461 0.444714 -39.477 -6.44716 0.27857 -39.4416 -6.6603 0.0321811 -39.2675 -6.7461 0.444714 -39.4416 -6.6603 0.0321811 -39.2323 -6.86801 0.323786 -39.4301 -6.47214 0.769897 -39.5037 -6.28171 0.74747 -39.4948 -6.33699 0.504427 -39.2873 -6.65581 0.606364 -39.4948 -6.33699 0.504427 -39.477 -6.44716 0.27857 -39.2873 -6.65581 0.606364 -39.477 -6.44716 0.27857 -39.2675 -6.7461 0.444714 -39.2873 -6.65581 0.606364 -39.4301 -6.47214 0.769897 -39.4948 -6.33699 0.504427 -39.2864 -6.61773 0.788586 -39.4301 -6.47214 0.769897 -39.2873 -6.65581 0.606364 -39.2346 -7.417 -0.0556943 -38.9077 -7.75197 0.120366 -39.0859 -7.2941 0.14303 -39.2346 -7.417 -0.0556943 -39.1407 -7.79839 -0.062797 -38.9077 -7.75197 0.120366 -39.2346 -7.417 -0.0556943 -39.3322 -7.27841 -0.283033 -39.2827 -7.54131 -0.332641 -39.2346 -7.417 -0.0556943 -39.2827 -7.54131 -0.332641 -39.1407 -7.79839 -0.062797 -39.2617 -7.30135 -0.0370776 -39.2346 -7.417 -0.0556943 -39.0859 -7.2941 0.14303 -39.2617 -7.30135 -0.0370776 -39.3322 -7.27841 -0.283033 -39.2346 -7.417 -0.0556943 -39.298 -7.14228 0.00399623 -39.0859 -7.2941 0.14303 -39.1822 -7.02261 0.229946 -39.298 -7.14228 0.00399623 -39.3975 -6.91647 -0.143546 -39.3322 -7.27841 -0.283033 -39.298 -7.14228 0.00399623 -39.2617 -7.30135 -0.0370776 -39.0859 -7.2941 0.14303 -39.298 -7.14228 0.00399623 -39.3322 -7.27841 -0.283033 -39.2617 -7.30135 -0.0370776 -39.298 -7.14228 0.00399623 -39.1822 -7.02261 0.229946 -39.3975 -6.91647 -0.143546 -36.6963 -15.9179 -0.348945 -34.8002 -19.7218 -0.348945 -34.7801 -19.7104 -0.198963 -36.5177 -15.8404 0.0470198 -34.6308 -19.6258 0.0470198 -34.5152 -19.5603 0.120367 -36.5177 -15.8404 0.0470198 -34.7219 -19.6774 -0.0627948 -34.6308 -19.6258 0.0470198 -36.5177 -15.8404 0.0470198 -34.5152 -19.5603 0.120367 -36.3958 -15.7876 0.120367 -36.6138 -15.8821 -0.0627948 -34.7801 -19.7104 -0.198963 -34.7219 -19.6774 -0.0627948 -36.6138 -15.8821 -0.0627948 -34.7219 -19.6774 -0.0627948 -36.5177 -15.8404 0.0470198 -36.6752 -15.9088 -0.198963 -34.7801 -19.7104 -0.198963 -36.6138 -15.8821 -0.0627948 -36.6752 -15.9088 -0.198963 -36.6963 -15.9179 -0.348945 -34.7801 -19.7104 -0.198963 -37.9923 -11.8762 0.0470198 -38.9077 -7.75197 0.120366 -39.1407 -7.79839 -0.062797 -37.9923 -11.8762 0.0470198 -36.3958 -15.7876 0.120367 -37.8656 -11.8366 0.120367 -37.9923 -11.8762 0.0470198 -37.8656 -11.8366 0.120367 -38.9077 -7.75197 0.120366 -37.9923 -11.8762 0.0470198 -36.5177 -15.8404 0.0470198 -36.3958 -15.7876 0.120367 -38.0923 -11.9075 -0.0627948 -36.6138 -15.8821 -0.0627948 -36.5177 -15.8404 0.0470198 -38.0923 -11.9075 -0.0627948 -36.5177 -15.8404 0.0470198 -37.9923 -11.8762 0.0470198 -38.0923 -11.9075 -0.0627948 -37.9923 -11.8762 0.0470198 -39.1407 -7.79839 -0.062797 -38.1562 -11.9274 -0.198963 -39.1407 -7.79839 -0.062797 -39.229 -7.81597 -0.348945 -38.1562 -11.9274 -0.198963 -38.1782 -11.9343 -0.348945 -36.6963 -15.9179 -0.348945 -38.1562 -11.9274 -0.198963 -39.229 -7.81597 -0.348945 -38.1782 -11.9343 -0.348945 -38.1562 -11.9274 -0.198963 -36.6963 -15.9179 -0.348945 -36.6752 -15.9088 -0.198963 -38.1562 -11.9274 -0.198963 -36.6138 -15.8821 -0.0627948 -38.0923 -11.9075 -0.0627948 -38.1562 -11.9274 -0.198963 -38.0923 -11.9075 -0.0627948 -39.1407 -7.79839 -0.062797 -38.1562 -11.9274 -0.198963 -36.6752 -15.9088 -0.198963 -36.6138 -15.8821 -0.0627948 -33.5343 -21.8049 1.30477 -33.5128 -21.8378 1.61472 -33.593 -21.5968 1.61472 -34.7801 -19.7104 -0.198963 -34.8002 -19.7218 -0.348945 -34.5187 -20.2104 -0.284484 -34.5152 -19.5603 0.120367 -34.6308 -19.6258 0.0470198 -34.2714 -19.8399 0.175538 -33.9303 -20.8243 0.514738 -34.0272 -21.0274 0.121779 -33.871 -21.2781 0.347014 -33.655 -21.4872 1.1368 -33.6092 -21.6892 0.950577 -33.5343 -21.8049 1.30477 -33.655 -21.4872 1.1368 -33.5343 -21.8049 1.30477 -33.593 -21.5968 1.61472 -33.6946 -21.4315 0.995685 -33.6092 -21.6892 0.950577 -33.655 -21.4872 1.1368 -33.3031 -21.0976 1.48138 -33.0133 -21.0714 1.61472 -33.0881 -21.0239 1.32083 -33.3031 -21.0976 1.48138 -33.4943 -21.2656 1.61472 -33.3619 -21.1426 1.61472 -33.3031 -21.0976 1.48138 -33.3619 -21.1426 1.61472 -33.1943 -21.0749 1.61472 -33.3031 -21.0976 1.48138 -33.1943 -21.0749 1.61472 -33.0133 -21.0714 1.61472 -33.7468 -21.3564 0.847076 -33.7291 -21.5023 0.620172 -33.6092 -21.6892 0.950577 -33.7468 -21.3564 0.847076 -33.6092 -21.6892 0.950577 -33.6946 -21.4315 0.995685 -33.7468 -21.3564 0.847076 -33.6946 -21.4315 0.995685 -33.6488 -21.1722 1.02561 -33.4071 -21.0451 1.20383 -33.0881 -21.0239 1.32083 -33.1545 -20.9695 1.17103 -33.4071 -21.0451 1.20383 -33.3031 -21.0976 1.48138 -33.0881 -21.0239 1.32083 -33.8054 -21.2705 0.708899 -33.871 -21.2781 0.347014 -33.7291 -21.5023 0.620172 -33.8054 -21.2705 0.708899 -33.9303 -20.8243 0.514738 -33.871 -21.2781 0.347014 -33.8054 -21.2705 0.708899 -33.7291 -21.5023 0.620172 -33.7468 -21.3564 0.847076 -33.8054 -21.2705 0.708899 -33.7468 -21.3564 0.847076 -33.6488 -21.1722 1.02561 -33.4378 -21.0198 1.13419 -33.1545 -20.9695 1.17103 -33.2393 -20.8951 1.02134 -33.4378 -21.0198 1.13419 -33.4071 -21.0451 1.20383 -33.1545 -20.9695 1.17103 -33.4741 -20.9882 1.05957 -33.2393 -20.8951 1.02134 -33.4262 -20.7211 0.769709 -33.4741 -20.9882 1.05957 -33.4378 -21.0198 1.13419 -33.2393 -20.8951 1.02134 -33.4741 -20.9882 1.05957 -33.6488 -21.1722 1.02561 -33.4378 -21.0198 1.13419 -33.7114 -20.7533 0.687041 -33.4262 -20.7211 0.769709 -33.7017 -20.4487 0.501442 -33.7114 -20.7533 0.687041 -33.7017 -20.4487 0.501442 -33.9303 -20.8243 0.514738 -33.7114 -20.7533 0.687041 -33.8054 -21.2705 0.708899 -33.6488 -21.1722 1.02561 -33.7114 -20.7533 0.687041 -33.6488 -21.1722 1.02561 -33.4741 -20.9882 1.05957 -33.7114 -20.7533 0.687041 -33.4741 -20.9882 1.05957 -33.4262 -20.7211 0.769709 -33.7114 -20.7533 0.687041 -33.9303 -20.8243 0.514738 -33.8054 -21.2705 0.708899 -34.2456 -20.3906 0.172828 -33.7017 -20.4487 0.501442 -34.032 -20.103 0.279893 -34.2456 -20.3906 0.172828 -34.2509 -20.6609 -0.111677 -34.0272 -21.0274 0.121779 -34.2456 -20.3906 0.172828 -34.0272 -21.0274 0.121779 -33.9303 -20.8243 0.514738 -34.2456 -20.3906 0.172828 -33.9303 -20.8243 0.514738 -33.7017 -20.4487 0.501442 -34.3729 -20.2065 0.0783833 -34.032 -20.103 0.279893 -34.2714 -19.8399 0.175538 -34.3729 -20.2065 0.0783833 -34.5187 -20.2104 -0.284484 -34.2509 -20.6609 -0.111677 -34.3729 -20.2065 0.0783833 -34.2456 -20.3906 0.172828 -34.032 -20.103 0.279893 -34.3729 -20.2065 0.0783833 -34.2509 -20.6609 -0.111677 -34.2456 -20.3906 0.172828 -34.4782 -20.0504 0.0172696 -34.6308 -19.6258 0.0470198 -34.7219 -19.6774 -0.0627948 -34.4782 -20.0504 0.0172696 -34.7219 -19.6774 -0.0627948 -34.7801 -19.7104 -0.198963 -34.4782 -20.0504 0.0172696 -34.7801 -19.7104 -0.198963 -34.5187 -20.2104 -0.284484 -34.4782 -20.0504 0.0172696 -34.5187 -20.2104 -0.284484 -34.3729 -20.2065 0.0783833 -34.4782 -20.0504 0.0172696 -34.2714 -19.8399 0.175538 -34.6308 -19.6258 0.0470198 -34.4782 -20.0504 0.0172696 -34.3729 -20.2065 0.0783833 -34.2714 -19.8399 0.175538 -33.5457 -21.2664 1.34327 -33.593 -21.5968 1.61472 -33.5747 -21.4276 1.61472 -33.5457 -21.2664 1.34327 -33.5747 -21.4276 1.61472 -33.4943 -21.2656 1.61472 -33.5457 -21.2664 1.34327 -33.3031 -21.0976 1.48138 -33.4071 -21.0451 1.20383 -33.5457 -21.2664 1.34327 -33.4943 -21.2656 1.61472 -33.3031 -21.0976 1.48138 -33.5457 -21.2664 1.34327 -33.655 -21.4872 1.1368 -33.593 -21.5968 1.61472 -33.5888 -21.2363 1.19527 -33.4071 -21.0451 1.20383 -33.4378 -21.0198 1.13419 -33.5888 -21.2363 1.19527 -33.4378 -21.0198 1.13419 -33.6488 -21.1722 1.02561 -33.5888 -21.2363 1.19527 -33.6488 -21.1722 1.02561 -33.6946 -21.4315 0.995685 -33.5888 -21.2363 1.19527 -33.6946 -21.4315 0.995685 -33.655 -21.4872 1.1368 -33.5888 -21.2363 1.19527 -33.5457 -21.2664 1.34327 -33.4071 -21.0451 1.20383 -33.5888 -21.2363 1.19527 -33.655 -21.4872 1.1368 -33.5457 -21.2664 1.34327 -39.2045 -5.41449 10.3553 -39.6536 -5.25243 9.98538 -39.5814 -5.46052 9.90959 -39.2045 -5.41449 10.3553 -39.6689 -5.13563 10 -39.6536 -5.25243 9.98538 -39.2314 -5.63575 10.218 -39.5814 -5.46052 9.90959 -39.4325 -5.62438 9.80793 -39.2314 -5.63575 10.218 -39.2045 -5.41449 10.3553 -39.5814 -5.46052 9.90959 -39.1638 -5.78431 10.0133 -39.2314 -5.63575 10.218 -39.4325 -5.62438 9.80793 -30.2986 -9.83625 16.8342 -39.2045 -5.41449 10.3553 -39.2314 -5.63575 10.218 -30.2986 -9.83625 16.8342 -39.2314 -5.63575 10.218 -39.1638 -5.78431 10.0133 -30.1529 -10.1104 16.7923 -30.2986 -9.83625 16.8342 -39.1638 -5.78431 10.0133 -29.9357 -10.2943 16.675 -30.1529 -10.1104 16.7923 -39.1638 -5.78431 10.0133 -33.593 -21.5968 1.61472 -33.5128 -21.8378 1.61472 -33.5128 -21.8378 10 -33.593 -21.5968 1.61472 -33.5128 -21.8378 10 -33.5938 -21.5512 10.0735 -33.5747 -21.4276 1.61472 -33.5938 -21.5512 10.0735 -33.5581 -21.379 10.1766 -33.5747 -21.4276 1.61472 -33.593 -21.5968 1.61472 -33.5938 -21.5512 10.0735 -33.4943 -21.2656 1.61472 -33.5581 -21.379 10.1766 -33.4301 -21.1945 10.3503 -33.4943 -21.2656 1.61472 -33.5747 -21.4276 1.61472 -33.5581 -21.379 10.1766 -33.3619 -21.1426 1.61472 -33.4301 -21.1945 10.3503 -33.2417 -21.087 10.5321 -33.3619 -21.1426 1.61472 -33.4943 -21.2656 1.61472 -33.4301 -21.1945 10.3503 -33.1943 -21.0749 1.61472 -33.2417 -21.087 10.5321 -33.0133 -21.0714 10.7008 -33.1943 -21.0749 1.61472 -33.3619 -21.1426 1.61472 -33.2417 -21.087 10.5321 -33.0133 -21.0714 1.61472 -33.1943 -21.0749 1.61472 -33.0133 -21.0714 10.7008 -39.5814 -5.46052 9.90959 -39.6497 -5.28189 9.71857 -39.578 -5.47886 9.74109 -39.5814 -5.46052 9.90959 -39.6536 -5.25243 9.98538 -39.6497 -5.28189 9.71857 -39.4325 -5.62438 9.80793 -39.578 -5.47886 9.74109 -39.4318 -5.62965 9.75962 -39.4325 -5.62438 9.80793 -39.5814 -5.46052 9.90959 -39.578 -5.47886 9.74109 -37.3659 13.0786 10.0133 -37.5295 13.345 9.80793 -37.5313 13.3401 9.75962 -37.369 13.0757 9.96413 -37.3659 13.0786 10.0133 -37.5313 13.3401 9.75962 -37.369 13.0757 9.96413 -31.1834 4.64514 16.572 -31.2907 4.79668 16.675 -37.369 13.0757 9.96413 -31.2907 4.79668 16.675 -37.3659 13.0786 10.0133 -37.7491 12.7296 3.91119 -37.369 13.0757 9.96413 -37.5313 13.3401 9.75962 -25.2986 -2.49546 11.6871 -25.5211 -2.95575 5.9541 -18.709 -8.53589 7.80139 -32.1422 4.07656 3.5126 -25.5211 -2.95575 5.9541 -25.2986 -2.49546 11.6871 -31.1834 4.64514 16.572 -32.1422 4.07656 3.5126 -25.2986 -2.49546 11.6871 -37.7491 12.7296 3.91119 -37.8618 12.3976 0.788584 -32.1422 4.07656 3.5126 -37.369 13.0757 9.96413 -37.7491 12.7296 3.91119 -32.1422 4.07656 3.5126 -37.369 13.0757 9.96413 -32.1422 4.07656 3.5126 -31.1834 4.64514 16.572 -37.8205 11.8526 0.336057 -37.8618 12.3976 0.788584 -37.8826 12.3575 0.588498 -37.8205 11.8526 0.336057 -37.8826 12.3575 0.588498 -37.9105 12.2491 0.413876 -37.8205 11.8526 0.336057 -37.9105 12.2491 0.413876 -37.9389 12.1031 0.290696 -37.8205 11.8526 0.336057 -37.9389 12.1031 0.290696 -37.9707 11.9063 0.195945 -37.8205 11.8526 0.336057 -37.9707 11.9063 0.195945 -38.0032 11.6693 0.136697 -37.8205 11.8526 0.336057 -38.0032 11.6693 0.136697 -38.0536 11.2173 0.120366 -35.0662 7.55714 1.7177 -32.1422 4.07656 3.5126 -37.8618 12.3976 0.788584 -35.0662 7.55714 1.7177 -38.0536 11.2173 0.120366 -31.6492 2.31333 3.03787 -35.0662 7.55714 1.7177 -37.8205 11.8526 0.336057 -38.0536 11.2173 0.120366 -35.0662 7.55714 1.7177 -37.8618 12.3976 0.788584 -37.8205 11.8526 0.336057 -31.7743 3.25987 3.15987 -32.1422 4.07656 3.5126 -35.0662 7.55714 1.7177 -31.7743 3.25987 3.15987 -35.0662 7.55714 1.7177 -31.6492 2.31333 3.03787 -28.4918 -0.381604 4.42337 -25.5211 -2.95575 5.9541 -32.1422 4.07656 3.5126 -28.4918 -0.381604 4.42337 -31.6492 2.31333 3.03787 -24.3162 -5.00222 5.57668 -28.4918 -0.381604 4.42337 -32.1422 4.07656 3.5126 -31.7743 3.25987 3.15987 -28.4918 -0.381604 4.42337 -31.7743 3.25987 3.15987 -31.6492 2.31333 3.03787 -24.8135 -3.90392 5.65906 -25.5211 -2.95575 5.9541 -28.4918 -0.381604 4.42337 -24.8135 -3.90392 5.65906 -28.4918 -0.381604 4.42337 -24.3162 -5.00222 5.57668 -21.3788 -6.78469 6.64174 -18.709 -8.53589 7.80139 -25.5211 -2.95575 5.9541 -21.3788 -6.78469 6.64174 -18.0577 -9.15449 7.54663 -18.709 -8.53589 7.80139 -21.3788 -6.78469 6.64174 -17.4879 -9.83861 7.40225 -18.0577 -9.15449 7.54663 -21.3788 -6.78469 6.64174 -16.9713 -10.5818 7.35 -17.4879 -9.83861 7.40225 -21.3788 -6.78469 6.64174 -24.3162 -5.00222 5.57668 -16.9713 -10.5818 7.35 -21.3788 -6.78469 6.64174 -24.8135 -3.90392 5.65906 -24.3162 -5.00222 5.57668 -21.3788 -6.78469 6.64174 -25.5211 -2.95575 5.9541 -24.8135 -3.90392 5.65906 -31.2115 -8.3104 16.462 -16.5736 -14.0055 8.08888 -26.5571 -10.5652 5.5193 -31.2115 -8.3104 16.462 -26.5571 -10.5652 5.5193 -32.9088 -7.36461 3.61819 -39.0242 -3.31572 10.7008 -32.9088 -7.36461 3.61819 -39.0242 -3.31572 1.61472 -39.0242 -3.31572 10.7008 -31.2115 -8.3104 16.462 -32.9088 -7.36461 3.61819 -31.775 -7.57142 3.10163 -26.5753 -9.20662 4.36412 -33.2623 -5.73087 2.29598 -31.775 -7.57142 3.10163 -32.9088 -7.36461 3.61819 -26.5571 -10.5652 5.5193 -31.775 -7.57142 3.10163 -26.6608 -10.1028 4.63208 -26.5753 -9.20662 4.36412 -31.775 -7.57142 3.10163 -26.5571 -10.5652 5.5193 -26.6608 -10.1028 4.63208 -36.7548 -4.48601 1.49656 -33.2623 -5.73087 2.29598 -39.6518 -1.27978 0.120367 -36.7548 -4.48601 1.49656 -39.0683 -3.23902 1.32092 -39.0242 -3.31572 1.61472 -36.7548 -4.48601 1.49656 -39.1018 -3.16 1.17121 -39.0683 -3.23902 1.32092 -36.7548 -4.48601 1.49656 -39.6518 -1.27978 0.120367 -39.5659 -1.64058 0.175515 -36.7548 -4.48601 1.49656 -39.0242 -3.31572 1.61472 -32.9088 -7.36461 3.61819 -36.7548 -4.48601 1.49656 -32.9088 -7.36461 3.61819 -34.289 -6.09773 2.30591 -36.7548 -4.48601 1.49656 -34.289 -6.09773 2.30591 -33.2623 -5.73087 2.29598 -39.0359 -2.83401 0.720471 -39.1423 -3.0547 1.02151 -39.1018 -3.16 1.17121 -39.0359 -2.83401 0.720471 -39.227 -2.81379 0.76982 -39.1423 -3.0547 1.02151 -39.0359 -2.83401 0.720471 -39.3444 -2.44444 0.501395 -39.227 -2.81379 0.76982 -39.0359 -2.83401 0.720471 -39.4762 -1.98476 0.279819 -39.3444 -2.44444 0.501395 -39.0359 -2.83401 0.720471 -39.5659 -1.64058 0.175515 -39.4762 -1.98476 0.279819 -39.0359 -2.83401 0.720471 -39.1018 -3.16 1.17121 -36.7548 -4.48601 1.49656 -39.0359 -2.83401 0.720471 -36.7548 -4.48601 1.49656 -39.5659 -1.64058 0.175515 -15.4214 -13.8816 7.49935 -15.0836 -13.6741 7.40845 -15.2854 -13.4352 7.31205 -15.4214 -13.8816 7.49935 -15.0107 -13.8094 7.47674 -15.0836 -13.6741 7.40845 -15.4214 -13.8816 7.49935 -15.0538 -14.0648 7.66102 -15.0107 -13.8094 7.47674 -15.4214 -13.8816 7.49935 -15.2459 -14.1487 7.7747 -15.0538 -14.0648 7.66102 -15.4214 -13.8816 7.49935 -15.5619 -14.1719 7.88531 -15.2459 -14.1487 7.7747 -15.6789 -13.9097 7.52426 -16.0691 -14.117 8.00406 -15.5619 -14.1719 7.88531 -15.6789 -13.9097 7.52426 -15.5619 -14.1719 7.88531 -15.4214 -13.8816 7.49935 -15.6789 -13.9097 7.52426 -15.4214 -13.8816 7.49935 -15.2854 -13.4352 7.31205 -16.0355 -13.6508 7.30903 -15.2854 -13.4352 7.31205 -16.0273 -12.8288 7.15548 -16.0355 -13.6508 7.30903 -16.0691 -14.117 8.00406 -15.6789 -13.9097 7.52426 -16.0355 -13.6508 7.30903 -15.6789 -13.9097 7.52426 -15.2854 -13.4352 7.31205 -16.2951 -13.6665 7.31107 -16.5736 -14.0055 8.08888 -16.0691 -14.117 8.00406 -16.2951 -13.6665 7.31107 -16.0691 -14.117 8.00406 -16.0355 -13.6508 7.30903 -16.2951 -13.6665 7.31107 -16.0355 -13.6508 7.30903 -16.0273 -12.8288 7.15548 -21.158 -12.227 6.13667 -16.0273 -12.8288 7.15548 -26.5753 -9.20662 4.36412 -21.158 -12.227 6.13667 -26.5571 -10.5652 5.5193 -16.5736 -14.0055 8.08888 -21.158 -12.227 6.13667 -26.5753 -9.20662 4.36412 -26.6608 -10.1028 4.63208 -21.158 -12.227 6.13667 -16.2951 -13.6665 7.31107 -16.0273 -12.8288 7.15548 -21.158 -12.227 6.13667 -26.6608 -10.1028 4.63208 -26.5571 -10.5652 5.5193 -21.158 -12.227 6.13667 -16.5736 -14.0055 8.08888 -16.2951 -13.6665 7.31107 -33.1444 -6.78891 2.67176 -32.9088 -7.36461 3.61819 -31.775 -7.57142 3.10163 -33.1444 -6.78891 2.67176 -31.775 -7.57142 3.10163 -33.2623 -5.73087 2.29598 -33.1444 -6.78891 2.67176 -34.289 -6.09773 2.30591 -32.9088 -7.36461 3.61819 -33.1444 -6.78891 2.67176 -33.2623 -5.73087 2.29598 -34.289 -6.09773 2.30591 -15.1623 -13.0424 7.35 -14.8068 -13.5141 7.3328 -14.4826 -13.7932 7.35 -15.2651 -13.2254 7.27746 -14.8068 -13.5141 7.3328 -15.1623 -13.0424 7.35 -16.0273 -12.8288 7.15548 -15.1623 -13.0424 7.35 -15.8069 -12.2533 7.35 -16.0273 -12.8288 7.15548 -15.2651 -13.2254 7.27746 -15.1623 -13.0424 7.35 -16.4104 -11.4324 7.35 -16.0273 -12.8288 7.15548 -15.8069 -12.2533 7.35 -16.9713 -10.5818 7.35 -16.0273 -12.8288 7.15548 -16.4104 -11.4324 7.35 -26.5753 -9.20662 4.36412 -16.0273 -12.8288 7.15548 -16.9713 -10.5818 7.35 -24.3162 -5.00222 5.57668 -26.5753 -9.20662 4.36412 -16.9713 -10.5818 7.35 -33.2623 -5.73087 2.29598 -26.5753 -9.20662 4.36412 -24.3162 -5.00222 5.57668 -31.6492 2.31333 3.03787 -33.2623 -5.73087 2.29598 -24.3162 -5.00222 5.57668 -39.6518 -1.27978 0.120367 -33.2623 -5.73087 2.29598 -31.6492 2.31333 3.03787 -39.5638 2.93479 0.120367 -39.6518 -1.27978 0.120367 -31.6492 2.31333 3.03787 -39.029 7.11622 0.120367 -39.5638 2.93479 0.120367 -31.6492 2.31333 3.03787 -38.0536 11.2173 0.120366 -39.029 7.11622 0.120367 -31.6492 2.31333 3.03787 -18.8209 -6.76568 7.35 -19.2338 -5.48291 7.35 -19.3762 -5.71597 7.51135 -18.8209 -6.76568 7.35 -19.3762 -5.71597 7.51135 -19.5651 -5.87016 7.6914 -18.8209 -6.76568 7.35 -19.5651 -5.87016 7.6914 -19.8045 -5.94617 7.89232 -18.8209 -6.76568 7.35 -19.8045 -5.94617 7.89232 -20.0802 -5.93874 8.102 -31.1834 4.64514 16.572 -31.308 5.8796 16.8342 -31.3393 5.7102 16.8342 -31.1834 4.64514 16.572 -31.3393 5.7102 16.8342 -31.3697 5.54064 16.8342 -31.1834 4.64514 16.572 -26.5197 -0.0778584 12.5659 -31.308 5.8796 16.8342 -31.1834 4.64514 16.572 -25.2986 -2.49546 11.6871 -26.5197 -0.0778584 12.5659 -31.2907 4.79668 16.675 -31.3992 5.37091 16.8342 -31.3976 5.06045 16.7923 -31.2907 4.79668 16.675 -31.3697 5.54064 16.8342 -31.3992 5.37091 16.8342 -31.2907 4.79668 16.675 -31.1834 4.64514 16.572 -31.3697 5.54064 16.8342 -18.709 -8.53589 7.80139 -20.0802 -5.93874 8.102 -20.2917 -5.88569 8.25243 -18.709 -8.53589 7.80139 -20.2917 -5.88569 8.25243 -20.5175 -5.79346 8.40583 -18.709 -8.53589 7.80139 -20.5175 -5.79346 8.40583 -20.9041 -5.56369 8.6555 -18.709 -8.53589 7.80139 -20.9041 -5.56369 8.6555 -21.252 -5.28679 8.86975 -18.709 -8.53589 7.80139 -18.1057 -8.49607 7.35 -18.4836 -7.63925 7.35 -18.709 -8.53589 7.80139 -18.4836 -7.63925 7.35 -18.8209 -6.76568 7.35 -18.709 -8.53589 7.80139 -21.252 -5.28679 8.86975 -25.2986 -2.49546 11.6871 -18.709 -8.53589 7.80139 -18.8209 -6.76568 7.35 -20.0802 -5.93874 8.102 -18.0577 -9.15449 7.54663 -18.1057 -8.49607 7.35 -18.709 -8.53589 7.80139 -17.6882 -9.33426 7.35 -18.1057 -8.49607 7.35 -18.0577 -9.15449 7.54663 -17.4879 -9.83861 7.40225 -17.6882 -9.33426 7.35 -18.0577 -9.15449 7.54663 -16.9713 -10.5818 7.35 -17.6882 -9.33426 7.35 -17.4879 -9.83861 7.40225 -26.5197 -0.0778584 12.5659 -25.2986 -2.49546 11.6871 -21.252 -5.28679 8.86975 -31.4985 7.14621 16.462 -31.3393 5.7102 16.8342 -31.308 5.8796 16.8342 -31.4985 7.14621 16.462 -31.3697 5.54064 16.8342 -31.3393 5.7102 16.8342 -31.4985 7.14621 16.462 -31.3992 5.37091 16.8342 -31.3697 5.54064 16.8342 -31.4985 7.14621 16.462 -31.308 5.8796 16.8342 -31.2709 6.27989 16.8007 -31.4985 7.14621 16.462 -31.2709 6.27989 16.8007 -31.3021 6.63332 16.7151 -31.4985 7.14621 16.462 -31.3021 6.63332 16.7151 -31.3749 6.90176 16.6079 -37.2301 13.4249 10.3553 -31.3992 5.37091 16.8342 -31.4985 7.14621 16.462 -37.3493 14.3188 10 -37.5118 13.8877 10 -37.2301 13.4249 10.3553 -36.0951 15.1995 10.7008 -37.2301 13.4249 10.3553 -31.4985 7.14621 16.462 -36.0951 15.1995 10.7008 -37.3493 14.3188 10 -37.2301 13.4249 10.3553 -37.1819 14.748 10 -37.3493 14.3188 10 -36.0951 15.1995 10.7008 -36.2377 15.3786 10.5321 -37.1819 14.748 10 -36.0951 15.1995 10.7008 -36.4331 15.4726 10.3503 -37.1819 14.748 10 -36.2377 15.3786 10.5321 -37.0096 15.1752 10 -37.1819 14.748 10 -36.4331 15.4726 10.3503 -36.6577 15.4731 10.1766 -37.0096 15.1752 10 -36.4331 15.4726 10.3503 -36.8197 15.4047 10.0735 -37.0096 15.1752 10 -36.6577 15.4731 10.1766 -31.2115 -8.3104 16.462 -30.4032 -9.50797 16.8342 -30.4542 -9.34342 16.8342 -31.2115 -8.3104 16.462 -30.3514 -9.67225 16.8342 -30.4032 -9.50797 16.8342 -31.2115 -8.3104 16.462 -30.2986 -9.83625 16.8342 -30.3514 -9.67225 16.8342 -31.2115 -8.3104 16.462 -30.4542 -9.34342 16.8342 -30.6074 -8.97174 16.8007 -31.2115 -8.3104 16.462 -30.6074 -8.97174 16.8007 -30.7993 -8.67332 16.7151 -31.2115 -8.3104 16.462 -30.7993 -8.67332 16.7151 -30.9885 -8.46944 16.6079 -39.2045 -5.41449 10.3553 -30.2986 -9.83625 16.8342 -31.2115 -8.3104 16.462 -39.7255 -4.67843 10 -39.6689 -5.13563 10 -39.2045 -5.41449 10.3553 -39.0242 -3.31572 10.7008 -39.2045 -5.41449 10.3553 -31.2115 -8.3104 16.462 -39.0242 -3.31572 10.7008 -39.7255 -4.67843 10 -39.2045 -5.41449 10.3553 -39.7767 -4.22062 10 -39.7255 -4.67843 10 -39.0242 -3.31572 10.7008 -39.2337 -3.22345 10.5321 -39.7767 -4.22062 10 -39.0242 -3.31572 10.7008 -39.4504 -3.23104 10.3503 -39.7767 -4.22062 10 -39.2337 -3.22345 10.5321 -39.8227 -3.76224 10 -39.7767 -4.22062 10 -39.4504 -3.23104 10.3503 -39.6495 -3.33494 10.1766 -39.8227 -3.76224 10 -39.4504 -3.23104 10.3503 -39.7612 -3.47078 10.0735 -39.8227 -3.76224 10 -39.6495 -3.33494 10.1766 -18.1767 -35.6315 9.71857 -18.2032 -35.618 9.98538 -18.308 -35.5643 10 -18.7164 -35.3511 10 -18.1767 -35.6315 9.71857 -18.308 -35.5643 10 -19.1222 -35.1332 10 -18.1767 -35.6315 9.71857 -18.7164 -35.3511 10 -19.5256 -34.9106 10 -18.1767 -35.6315 9.71857 -19.1222 -35.1332 10 -17.5896 -35.925 3.8701 -18.1767 -35.6315 9.71857 -19.5256 -34.9106 10 -19.5256 -34.9106 1.61472 -17.2709 -36.0793 0.747468 -17.5896 -35.925 3.8701 -16.9242 -36.2432 0 -16.8889 -36.2597 0 -17.0629 -36.1782 0.191414 -16.9594 -36.2268 0 -16.9242 -36.2432 0 -17.0629 -36.1782 0.191414 -16.9946 -36.2103 0 -16.9594 -36.2268 0 -17.0629 -36.1782 0.191414 -19.5599 -34.8914 1.30479 -17.2709 -36.0793 0.747468 -19.5256 -34.9106 1.61472 -17.7295 -35.8562 0 -17.0629 -36.1782 0.191414 -17.1962 -36.115 0.436365 -17.7295 -35.8562 0 -16.9946 -36.2103 0 -17.0629 -36.1782 0.191414 -19.68 -34.8238 0.95061 -17.2709 -36.0793 0.747468 -19.5599 -34.8914 1.30479 -18.4571 -35.4871 0 -17.2709 -36.0793 0.747468 -19.68 -34.8238 0.95061 -18.4571 -35.4871 0 -17.1962 -36.115 0.436365 -17.2709 -36.0793 0.747468 -18.4571 -35.4871 0 -17.7295 -35.8562 0 -17.1962 -36.115 0.436365 -32.6535 -23.103 9.71857 -32.6706 -23.0788 9.98538 -32.7385 -22.9825 10 -33.001 -22.6039 10 -32.6535 -23.103 9.71857 -32.7385 -22.9825 10 -19.177 -35.1033 0 -18.4571 -35.4871 0 -19.68 -34.8238 0.95061 -19.177 -35.1033 0 -19.68 -34.8238 0.95061 -19.873 -34.7141 0.620202 -33.2591 -22.2223 10 -32.6535 -23.103 9.71857 -33.001 -22.6039 10 -20.1029 -34.5814 0.347018 -19.177 -35.1033 0 -19.873 -34.7141 0.620202 -33.5128 -21.8378 10 -32.6535 -23.103 9.71857 -33.2591 -22.2223 10 -20.3577 -34.432 0.121757 -19.177 -35.1033 -0.45 -19.177 -35.1033 0 -20.3577 -34.432 0.121757 -19.177 -35.1033 0 -20.1029 -34.5814 0.347018 -20.7261 -34.2115 -0.1117 -19.177 -35.1033 -0.45 -20.3577 -34.432 0.121757 -21.1725 -33.9371 -0.284492 -19.177 -35.1033 -0.45 -20.7261 -34.2115 -0.1117 -21.6488 -33.6352 -0.348945 -19.177 -35.1033 -0.45 -21.1725 -33.9371 -0.284492 -32.27 -23.6357 3.8701 -32.6535 -23.103 9.71857 -33.5128 -21.8378 10 -27.0205 -29.4939 -0.45 -21.6488 -33.6352 -0.348945 -25.0956 -31.1482 -0.348945 -27.0205 -29.4939 -0.45 -19.177 -35.1033 -0.45 -21.6488 -33.6352 -0.348945 -31.1033 -25.1513 -0.348945 -27.0205 -29.4939 -0.45 -28.2589 -28.3096 -0.348945 -33.5128 -21.8378 1.61472 -32.0595 -23.9205 0.747469 -32.27 -23.6357 3.8701 -33.5343 -21.8049 1.30477 -32.0595 -23.9205 0.747469 -33.5128 -21.8378 1.61472 -33.6092 -21.6892 0.950577 -32.026 -23.9653 0.504531 -32.0595 -23.9205 0.747469 -33.6092 -21.6892 0.950577 -32.0595 -23.9205 0.747469 -33.5343 -21.8049 1.30477 -39.6497 -5.28189 9.71857 -39.6536 -5.25243 9.98538 -39.6689 -5.13563 10 -33.7291 -21.5023 0.620172 -32.026 -23.9653 0.504531 -33.6092 -21.6892 0.950577 -39.7255 -4.67843 10 -39.6497 -5.28189 9.71857 -39.6689 -5.13563 10 -39.7767 -4.22062 10 -39.6497 -5.28189 9.71857 -39.7255 -4.67843 10 -39.8227 -3.76224 10 -39.6497 -5.28189 9.71857 -39.7767 -4.22062 10 -33.2937 -22.1704 -0.45 -32.026 -23.9653 0.504531 -33.7291 -21.5023 0.620172 -33.2937 -22.1704 -0.45 -31.1033 -25.1513 -0.348945 -31.2799 -24.9313 -0.332372 -33.2937 -22.1704 -0.45 -31.2799 -24.9313 -0.332372 -31.4445 -24.7234 -0.283053 -33.2937 -22.1704 -0.45 -31.4445 -24.7234 -0.283053 -31.6706 -24.4331 -0.143475 -33.2937 -22.1704 -0.45 -31.6706 -24.4331 -0.143475 -31.8288 -24.2266 0.0324446 -33.2937 -22.1704 -0.45 -31.8288 -24.2266 0.0324446 -31.9591 -24.0545 0.278772 -33.2937 -22.1704 -0.45 -31.9591 -24.0545 0.278772 -32.026 -23.9653 0.504531 -33.2937 -22.1704 -0.45 -33.7291 -21.5023 0.620172 -33.871 -21.2781 0.347014 -33.2937 -22.1704 -0.45 -27.0205 -29.4939 -0.45 -31.1033 -25.1513 -0.348945 -34.0272 -21.0274 0.121779 -33.2937 -22.1704 -0.45 -33.871 -21.2781 0.347014 -34.2509 -20.6609 -0.111677 -33.2937 -22.1704 -0.45 -34.0272 -21.0274 0.121779 -34.5187 -20.2104 -0.284484 -33.2937 -22.1704 -0.45 -34.2509 -20.6609 -0.111677 -34.8002 -19.7218 -0.348945 -33.2937 -22.1704 -0.45 -34.5187 -20.2104 -0.284484 -39.5577 -5.93172 3.8701 -39.6497 -5.28189 9.71857 -39.8227 -3.76224 10 -37.632 -13.5585 -0.45 -34.8002 -19.7218 -0.348945 -36.6963 -15.9179 -0.348945 -37.632 -13.5585 -0.45 -33.2937 -22.1704 -0.45 -34.8002 -19.7218 -0.348945 -39.229 -7.81597 -0.348945 -37.632 -13.5585 -0.45 -38.1782 -11.9343 -0.348945 -39.8227 -3.76224 1.61472 -39.5037 -6.28171 0.74747 -39.5577 -5.93172 3.8701 -39.8263 -3.72325 1.30467 -39.5037 -6.28171 0.74747 -39.8227 -3.76224 1.61472 -39.8389 -3.58603 0.950708 -39.5037 -6.28171 0.74747 -39.8263 -3.72325 1.30467 -39.8389 -3.58603 0.950708 -39.4948 -6.33699 0.504427 -39.5037 -6.28171 0.74747 -37.5627 13.7493 9.71857 -37.5525 13.7772 9.98538 -37.5118 13.8877 10 -39.8582 -3.36485 0.620378 -39.4948 -6.33699 0.504427 -39.8389 -3.58603 0.950708 -37.3493 14.3188 10 -37.5627 13.7493 9.71857 -37.5118 13.8877 10 -37.1819 14.748 10 -37.5627 13.7493 9.71857 -37.3493 14.3188 10 -37.0096 15.1752 10 -37.5627 13.7493 9.71857 -37.1819 14.748 10 -39.7832 -4.15857 -0.45 -37.632 -13.5585 -0.45 -39.229 -7.81597 -0.348945 -39.7832 -4.15857 -0.45 -39.4948 -6.33699 0.504427 -39.8582 -3.36485 0.620378 -39.7832 -4.15857 -0.45 -39.229 -7.81597 -0.348945 -39.2827 -7.54131 -0.332641 -39.7832 -4.15857 -0.45 -39.2827 -7.54131 -0.332641 -39.3322 -7.27841 -0.283033 -39.7832 -4.15857 -0.45 -39.3322 -7.27841 -0.283033 -39.3975 -6.91647 -0.143546 -39.7832 -4.15857 -0.45 -39.3975 -6.91647 -0.143546 -39.4416 -6.6603 0.0321811 -39.7832 -4.15857 -0.45 -39.4416 -6.6603 0.0321811 -39.477 -6.44716 0.27857 -39.7832 -4.15857 -0.45 -39.477 -6.44716 0.27857 -39.4948 -6.33699 0.504427 -39.7832 -4.15857 -0.45 -39.8582 -3.36485 0.620378 -39.8797 -3.10027 0.347115 -39.9015 -2.80553 0.121741 -39.7832 -4.15857 -0.45 -39.8797 -3.10027 0.347115 -39.9293 -2.37692 -0.111605 -39.7832 -4.15857 -0.45 -39.9015 -2.80553 0.121741 -39.957 -1.85377 -0.28434 -39.7832 -4.15857 -0.45 -39.9293 -2.37692 -0.111605 -39.9792 -1.29034 -0.348945 -39.7832 -4.15857 -0.45 -39.957 -1.85377 -0.28434 -37.7832 13.1311 3.8701 -37.5627 13.7493 9.71857 -37.0096 15.1752 10 -39.6224 5.48302 -0.45 -39.7832 -4.15857 -0.45 -39.9792 -1.29034 -0.348945 -39.6224 5.48302 -0.45 -39.9792 -1.29034 -0.348945 -39.8904 2.95902 -0.348945 -38.3678 11.3099 -0.348946 -39.6224 5.48302 -0.45 -39.3512 7.17497 -0.348945 -37.0096 15.1752 1.61472 -37.898 12.7961 0.747468 -37.7832 13.1311 3.8701 -36.9947 15.2115 1.30496 -37.898 12.7961 0.747468 -37.0096 15.1752 1.61472 -36.9421 15.3388 0.950809 -37.898 12.7961 0.747468 -36.9947 15.2115 1.30496 -26.8705 29.6306 9.71857 -26.8485 29.6506 9.98538 -26.7611 29.7295 10 -36.8564 15.5436 0.620386 -37.9244 12.7177 0.436561 -37.898 12.7961 0.747468 -36.8564 15.5436 0.620386 -37.898 12.7961 0.747468 -36.9421 15.3388 0.950809 -26.4169 30.0358 10 -26.8705 29.6306 9.71857 -26.7611 29.7295 10 -26.0692 30.338 10 -26.8705 29.6306 9.71857 -26.4169 30.0358 10 -25.7181 30.6362 10 -26.8705 29.6306 9.71857 -26.0692 30.338 10 -37.1589 14.806 -0.45 -37.9577 12.618 0.248455 -37.9244 12.7177 0.436561 -37.1589 14.806 -0.45 -38.0262 12.41 0.0126041 -37.9577 12.618 0.248455 -37.1589 14.806 -0.45 -38.1102 12.1497 -0.162229 -38.0262 12.41 0.0126041 -37.1589 14.806 -0.45 -38.1738 11.9484 -0.248087 -38.1102 12.1497 -0.162229 -37.1589 14.806 -0.45 -38.2422 11.7277 -0.308218 -38.1738 11.9484 -0.248087 -37.1589 14.806 -0.45 -38.3678 11.3099 -0.348946 -38.2422 11.7277 -0.308218 -37.1589 14.806 -0.45 -37.9244 12.7177 0.436561 -36.8564 15.5436 0.620386 -37.1589 14.806 -0.45 -36.8564 15.5436 0.620386 -36.7525 15.7878 0.347115 -37.1589 14.806 -0.45 -39.6224 5.48302 -0.45 -38.3678 11.3099 -0.348946 -36.6348 16.059 0.121738 -37.1589 14.806 -0.45 -36.7525 15.7878 0.347115 -36.4603 16.4514 -0.111746 -37.1589 14.806 -0.45 -36.6348 16.059 0.121738 -36.2417 16.9276 -0.284505 -37.1589 14.806 -0.45 -36.4603 16.4514 -0.111746 -35.9995 17.4367 -0.348945 -37.1589 14.806 -0.45 -36.2417 16.9276 -0.284505 -27.3531 29.1858 3.8701 -26.8705 29.6306 9.71857 -25.7181 30.6362 10 -32.5358 23.2684 -0.45 -35.9995 17.4367 -0.348945 -33.9461 21.1581 -0.348945 -32.5358 23.2684 -0.45 -37.1589 14.806 -0.45 -35.9995 17.4367 -0.348945 -28.717 27.8448 -0.348945 -32.5358 23.2684 -0.45 -31.5094 24.6405 -0.348945 -25.7181 30.6362 1.61472 -27.6104 28.9425 0.747468 -27.3531 29.1858 3.8701 -25.688 30.6615 1.30496 -27.6104 28.9425 0.747468 -25.7181 30.6362 1.61472 -25.5823 30.7497 0.950809 -27.6104 28.9425 0.747468 -25.688 30.6615 1.30496 -10.0226 38.724 9.71857 -9.99385 38.7314 9.98538 -9.87975 38.7607 10 -25.4113 30.8912 0.620386 -27.6702 28.8853 0.436654 -27.6104 28.9425 0.747468 -25.4113 30.8912 0.620386 -27.6104 28.9425 0.747468 -25.5823 30.7497 0.950809 -9.4327 38.8719 10 -10.0226 38.724 9.71857 -9.87975 38.7607 10 -8.9844 38.978 10 -10.0226 38.724 9.71857 -9.4327 38.8719 10 -8.5349 39.0788 10 -10.0226 38.724 9.71857 -8.9844 38.978 10 -26.0219 30.3786 -0.45 -27.746 28.8125 0.24846 -27.6702 28.8853 0.436654 -26.0219 30.3786 -0.45 -27.9034 28.6601 0.0125887 -27.746 28.8125 0.24846 -26.0219 30.3786 -0.45 -28.0985 28.4688 -0.162135 -27.9034 28.6601 0.0125887 -26.0219 30.3786 -0.45 -28.2483 28.3202 -0.247858 -28.0985 28.4688 -0.162135 -26.0219 30.3786 -0.45 -28.4113 28.1566 -0.308035 -28.2483 28.3202 -0.247858 -26.0219 30.3786 -0.45 -28.717 27.8448 -0.348945 -28.4113 28.1566 -0.308035 -26.0219 30.3786 -0.45 -25.4113 30.8912 0.620386 -25.2057 31.0592 0.347115 -26.0219 30.3786 -0.45 -32.5358 23.2684 -0.45 -28.717 27.8448 -0.348945 -26.0219 30.3786 -0.45 -27.6702 28.8853 0.436654 -25.4113 30.8912 0.620386 -24.9755 31.2446 0.121738 -26.0219 30.3786 -0.45 -25.2057 31.0592 0.347115 -24.6386 31.5109 -0.111746 -26.0219 30.3786 -0.45 -24.9755 31.2446 0.121738 -24.2238 31.8309 -0.284505 -26.0219 30.3786 -0.45 -24.6386 31.5109 -0.111746 -23.7727 32.1692 -0.348945 -26.0219 30.3786 -0.45 -24.2238 31.8309 -0.284505 -10.6566 38.5543 3.8701 -10.0226 38.724 9.71857 -8.5349 39.0788 10 -17.9957 35.7233 -0.45 -23.7727 32.1692 -0.348945 -20.2251 34.5101 -0.348945 -17.9957 35.7233 -0.45 -26.0219 30.3786 -0.45 -23.7727 32.1692 -0.348945 -12.4875 38.0008 -0.348945 -17.9957 35.7233 -0.45 -16.4492 36.4613 -0.348945 -8.5349 39.0788 1.61472 -10.9976 38.4585 0.747468 -10.6566 38.5543 3.8701 -8.49654 39.0872 1.30496 -10.9976 38.4585 0.747468 -8.5349 39.0788 1.61472 -8.36191 39.1162 0.950809 -10.9976 38.4585 0.747468 -8.49654 39.0872 1.30496 9.12134 38.9461 9.71857 9.15027 38.9393 9.98538 9.26491 38.9122 10 -8.14471 39.162 0.620386 -10.9976 38.4585 0.747468 -8.36191 39.1162 0.950809 -8.14471 39.162 0.620386 -11.077 38.4357 0.436654 -10.9976 38.4585 0.747468 9.71243 38.8029 10 9.12134 38.9461 9.71857 9.26491 38.9122 10 10.1587 38.6885 10 9.12134 38.9461 9.71857 9.71243 38.8029 10 10.6036 38.569 10 9.12134 38.9461 9.71857 10.1587 38.6885 10 -8.92359 38.9919 -0.45 -17.9957 35.7233 -0.45 -12.4875 38.0008 -0.348945 -8.92359 38.9919 -0.45 -11.178 38.4064 0.24846 -11.077 38.4357 0.436654 -8.92359 38.9919 -0.45 -11.3882 38.3446 0.0125887 -11.178 38.4064 0.24846 -8.92359 38.9919 -0.45 -11.6499 38.2659 -0.162135 -11.3882 38.3446 0.0125887 -8.92359 38.9919 -0.45 -11.8515 38.2039 -0.247858 -11.6499 38.2659 -0.162135 -8.92359 38.9919 -0.45 -12.072 38.1349 -0.308035 -11.8515 38.2039 -0.247858 -8.92359 38.9919 -0.45 -12.4875 38.0008 -0.348945 -12.072 38.1349 -0.308035 -8.92359 38.9919 -0.45 -8.14471 39.162 0.620386 -7.88464 39.2152 0.347115 -8.92359 38.9919 -0.45 -11.077 38.4357 0.436654 -8.14471 39.162 0.620386 -7.59467 39.2724 0.121738 -8.92359 38.9919 -0.45 -7.88464 39.2152 0.347115 -7.17259 39.3517 -0.111746 -8.92359 38.9919 -0.45 -7.59467 39.2724 0.121738 -6.6565 39.4422 -0.284505 -8.92359 38.9919 -0.45 -7.17259 39.3517 -0.111746 -6.09989 39.5322 -0.348945 -8.92359 38.9919 -0.45 -6.6565 39.4422 -0.284505 8.48111 39.0905 3.8701 9.12134 38.9461 9.71857 10.6036 38.569 10 0.667091 39.9944 -0.45 -8.92359 38.9919 -0.45 -6.09989 39.5322 -0.348945 0.667091 39.9944 -0.45 -6.09989 39.5322 -0.348945 -1.87081 39.9562 -0.348945 6.60272 39.4513 -0.348945 0.667091 39.9944 -0.45 2.37939 39.9292 -0.348945 10.6036 38.569 1.61472 8.13469 39.1641 0.747468 8.48111 39.0905 3.8701 10.6414 38.5585 1.30487 8.13469 39.1641 0.747468 10.6036 38.569 1.61472 10.7742 38.5216 0.950646 8.13469 39.1641 0.747468 10.6414 38.5585 1.30487 10.9878 38.4613 0.620255 8.05372 39.1808 0.436654 8.13469 39.1641 0.747468 10.9878 38.4613 0.620255 8.13469 39.1641 0.747468 10.7742 38.5216 0.950646 10.219 38.6726 -0.45 0.667091 39.9944 -0.45 6.60272 39.4513 -0.348945 10.219 38.6726 -0.45 8.05372 39.1808 0.436654 10.9878 38.4613 0.620255 10.219 38.6726 -0.45 7.9507 39.2019 0.24846 8.05372 39.1808 0.436654 10.219 38.6726 -0.45 7.73591 39.2448 0.0125887 7.9507 39.2019 0.24846 10.219 38.6726 -0.45 7.46757 39.2968 -0.162135 7.73591 39.2448 0.0125887 10.219 38.6726 -0.45 7.26027 39.3356 -0.247858 7.46757 39.2968 -0.162135 10.219 38.6726 -0.45 7.03296 39.3769 -0.308035 7.26027 39.3356 -0.247858 10.219 38.6726 -0.45 6.60272 39.4513 -0.348945 7.03296 39.3769 -0.308035 10.219 38.6726 -0.45 10.9878 38.4613 0.620255 11.2426 38.3875 0.347175 11.5258 38.3035 0.121936 10.219 38.6726 -0.45 11.2426 38.3875 0.347175 11.9363 38.1775 -0.111596 10.219 38.6726 -0.45 11.5258 38.3035 0.121936 12.4355 38.0179 -0.284464 10.219 38.6726 -0.45 11.9363 38.1775 -0.111596 12.9703 37.8387 -0.348945 10.219 38.6726 -0.45 12.4355 38.0179 -0.284464 15.0897 37.0446 -0.348945 10.219 38.6726 -0.45 12.9703 37.8387 -0.348945 19.177 35.1033 -0.45 10.219 38.6726 -0.45 15.0897 37.0446 -0.348945 19.177 35.1033 -0.45 17.1609 36.1318 -0.348945 19.177 35.1033 -0.348945 19.177 35.1033 -0.45 15.0897 37.0446 -0.348945 17.1609 36.1318 -0.348945 -37.0096 15.1752 10 -37.0096 15.1752 1.61472 -37.7832 13.1311 3.8701 -33.9461 21.1581 -0.348945 -31.5094 24.6405 -0.348945 -32.5358 23.2684 -0.45 -25.7181 30.6362 10 -25.7181 30.6362 1.61472 -27.3531 29.1858 3.8701 -20.2251 34.5101 -0.348945 -16.4492 36.4613 -0.348945 -17.9957 35.7233 -0.45 -8.5349 39.0788 10 -8.5349 39.0788 1.61472 -10.6566 38.5543 3.8701 -1.87081 39.9562 -0.348945 2.37939 39.9292 -0.348945 0.667091 39.9944 -0.45 10.6036 38.569 10 10.6036 38.569 1.61472 8.48111 39.0905 3.8701 -19.5256 -34.9106 10 -19.5256 -34.9106 1.61472 -17.5896 -35.925 3.8701 -25.0956 -31.1482 -0.348945 -28.2589 -28.3096 -0.348945 -27.0205 -29.4939 -0.45 -33.5128 -21.8378 10 -33.5128 -21.8378 1.61472 -32.27 -23.6357 3.8701 -36.6963 -15.9179 -0.348945 -38.1782 -11.9343 -0.348945 -37.632 -13.5585 -0.45 -39.8227 -3.76224 10 -39.8227 -3.76224 1.61472 -39.5577 -5.93172 3.8701 -39.8904 2.95902 -0.348945 -39.3512 7.17497 -0.348945 -39.6224 5.48302 -0.45 -37.5627 13.7493 9.71857 -37.7832 13.1311 3.8701 -37.8082 12.927 3.89254 -37.5907 13.5415 9.74109 -37.8082 12.927 3.89254 -37.7491 12.7296 3.91119 -37.5907 13.5415 9.74109 -37.5627 13.7493 9.71857 -37.8082 12.927 3.89254 -37.5313 13.3401 9.75962 -37.5907 13.5415 9.74109 -37.7491 12.7296 3.91119 -37.898 12.7961 0.747468 -37.8082 12.927 3.89254 -37.7832 13.1311 3.8701 -37.9213 12.5933 0.769896 -37.8082 12.927 3.89254 -37.898 12.7961 0.747468 -37.8618 12.3976 0.788584 -37.7491 12.7296 3.91119 -37.8082 12.927 3.89254 -37.8618 12.3976 0.788584 -37.8082 12.927 3.89254 -37.9213 12.5933 0.769896 -37.9213 12.5933 0.769896 -37.898 12.7961 0.747468 -37.9244 12.7177 0.436561 -37.8826 12.3575 0.588498 -37.9244 12.7177 0.436561 -37.9577 12.618 0.248455 -37.8826 12.3575 0.588498 -37.8618 12.3976 0.788584 -37.9213 12.5933 0.769896 -37.8826 12.3575 0.588498 -37.9213 12.5933 0.769896 -37.9244 12.7177 0.436561 -37.9105 12.2491 0.413876 -37.9577 12.618 0.248455 -38.0262 12.41 0.0126041 -37.9105 12.2491 0.413876 -37.8826 12.3575 0.588498 -37.9577 12.618 0.248455 -37.9389 12.1031 0.290696 -38.0262 12.41 0.0126041 -38.1102 12.1497 -0.162229 -37.9389 12.1031 0.290696 -37.9105 12.2491 0.413876 -38.0262 12.41 0.0126041 -37.9707 11.9063 0.195945 -37.9389 12.1031 0.290696 -38.1102 12.1497 -0.162229 -38.2815 11.2845 -0.0627971 -38.2422 11.7277 -0.308218 -38.3678 11.3099 -0.348946 -38.1494 11.8126 -0.0309633 -38.1102 12.1497 -0.162229 -38.1738 11.9484 -0.248087 -38.1494 11.8126 -0.0309633 -38.0032 11.6693 0.136697 -37.9707 11.9063 0.195945 -38.1494 11.8126 -0.0309633 -37.9707 11.9063 0.195945 -38.1102 12.1497 -0.162229 -38.1751 11.7136 -0.0495199 -38.1738 11.9484 -0.248087 -38.2422 11.7277 -0.308218 -38.1751 11.7136 -0.0495199 -38.2815 11.2845 -0.0627971 -38.0536 11.2173 0.120366 -38.1751 11.7136 -0.0495199 -38.0536 11.2173 0.120366 -38.0032 11.6693 0.136697 -38.1751 11.7136 -0.0495199 -38.1494 11.8126 -0.0309633 -38.1738 11.9484 -0.248087 -38.1751 11.7136 -0.0495199 -38.0032 11.6693 0.136697 -38.1494 11.8126 -0.0309633 -38.1751 11.7136 -0.0495199 -38.2422 11.7277 -0.308218 -38.2815 11.2845 -0.0627971 -39.6962 2.94461 0.0470198 -39.7846 -1.28406 0.0470198 -39.6518 -1.27978 0.120367 -39.6962 2.94461 0.0470198 -39.6518 -1.27978 0.120367 -39.5638 2.93479 0.120367 -39.8007 2.95236 -0.0627948 -39.8893 -1.28744 -0.0627948 -39.7846 -1.28406 0.0470198 -39.8007 2.95236 -0.0627948 -39.7846 -1.28406 0.0470198 -39.6962 2.94461 0.0470198 -39.8674 2.95731 -0.198963 -39.8904 2.95902 -0.348945 -39.9792 -1.29034 -0.348945 -39.8674 2.95731 -0.198963 -39.9562 -1.2896 -0.198963 -39.8893 -1.28744 -0.0627948 -39.8674 2.95731 -0.198963 -39.9792 -1.29034 -0.348945 -39.9562 -1.2896 -0.198963 -39.8674 2.95731 -0.198963 -39.8893 -1.28744 -0.0627948 -39.8007 2.95236 -0.0627948 -39.1597 7.14004 0.0470198 -39.5638 2.93479 0.120367 -39.029 7.11622 0.120367 -39.1597 7.14004 0.0470198 -39.029 7.11622 0.120367 -38.0536 11.2173 0.120366 -39.1597 7.14004 0.0470198 -38.0536 11.2173 0.120366 -38.2815 11.2845 -0.0627971 -39.1597 7.14004 0.0470198 -39.6962 2.94461 0.0470198 -39.5638 2.93479 0.120367 -39.2627 7.15883 -0.0627948 -39.8007 2.95236 -0.0627948 -39.6962 2.94461 0.0470198 -39.2627 7.15883 -0.0627948 -39.1597 7.14004 0.0470198 -38.2815 11.2845 -0.0627971 -39.2627 7.15883 -0.0627948 -39.6962 2.94461 0.0470198 -39.1597 7.14004 0.0470198 -39.3286 7.17084 -0.198963 -39.3512 7.17497 -0.348945 -39.8904 2.95902 -0.348945 -39.3286 7.17084 -0.198963 -38.3678 11.3099 -0.348946 -39.3512 7.17497 -0.348945 -39.3286 7.17084 -0.198963 -38.2815 11.2845 -0.0627971 -38.3678 11.3099 -0.348946 -39.3286 7.17084 -0.198963 -39.8674 2.95731 -0.198963 -39.8007 2.95236 -0.0627948 -39.3286 7.17084 -0.198963 -39.8904 2.95902 -0.348945 -39.8674 2.95731 -0.198963 -39.3286 7.17084 -0.198963 -39.8007 2.95236 -0.0627948 -39.2627 7.15883 -0.0627948 -39.3286 7.17084 -0.198963 -39.2627 7.15883 -0.0627948 -38.2815 11.2845 -0.0627971 -39.8263 -3.72325 1.30467 -39.8227 -3.76224 1.61472 -39.7817 -3.51157 1.61472 -39.9562 -1.2896 -0.198963 -39.9792 -1.29034 -0.348945 -39.957 -1.85377 -0.28434 -39.6518 -1.27978 0.120367 -39.7846 -1.28406 0.0470198 -39.5659 -1.64058 0.175515 -39.7213 -2.67088 0.514816 -39.9015 -2.80553 0.121741 -39.8797 -3.10027 0.347115 -39.7856 -3.38577 1.13693 -39.8389 -3.58603 0.950708 -39.8263 -3.72325 1.30467 -39.7856 -3.38577 1.13693 -39.8263 -3.72325 1.30467 -39.7817 -3.51157 1.61472 -39.7948 -3.31803 0.995828 -39.8389 -3.58603 0.950708 -39.7856 -3.38577 1.13693 -39.2929 -3.20432 1.48148 -39.0242 -3.31572 1.61472 -39.0683 -3.23902 1.32092 -39.2929 -3.20432 1.48148 -39.5404 -3.26419 1.61472 -39.3659 -3.21685 1.61472 -39.2929 -3.20432 1.48148 -39.3659 -3.21685 1.61472 -39.186 -3.23475 1.61472 -39.2929 -3.20432 1.48148 -39.186 -3.23475 1.61472 -39.0242 -3.31572 1.61472 -39.8061 -3.22734 0.847218 -39.8582 -3.36485 0.620378 -39.8389 -3.58603 0.950708 -39.8061 -3.22734 0.847218 -39.8389 -3.58603 0.950708 -39.7948 -3.31803 0.995828 -39.8061 -3.22734 0.847218 -39.7948 -3.31803 0.995828 -39.6337 -3.10974 1.02569 -39.3606 -3.10951 1.20395 -39.0683 -3.23902 1.32092 -39.1018 -3.16 1.17121 -39.3606 -3.10951 1.20395 -39.2929 -3.20432 1.48148 -39.0683 -3.23902 1.32092 -39.8181 -3.12404 0.709009 -39.8797 -3.10027 0.347115 -39.8582 -3.36485 0.620378 -39.8181 -3.12404 0.709009 -39.7213 -2.67088 0.514816 -39.8797 -3.10027 0.347115 -39.8181 -3.12404 0.709009 -39.8582 -3.36485 0.620378 -39.8061 -3.22734 0.847218 -39.8181 -3.12404 0.709009 -39.8061 -3.22734 0.847218 -39.6337 -3.10974 1.02569 -39.3761 -3.07291 1.13433 -39.1018 -3.16 1.17121 -39.1423 -3.0547 1.02151 -39.3761 -3.07291 1.13433 -39.3606 -3.10951 1.20395 -39.1018 -3.16 1.17121 -39.3935 -3.02801 1.05969 -39.1423 -3.0547 1.02151 -39.227 -2.81379 0.76982 -39.3935 -3.02801 1.05969 -39.3761 -3.07291 1.13433 -39.1423 -3.0547 1.02151 -39.3935 -3.02801 1.05969 -39.6337 -3.10974 1.02569 -39.3761 -3.07291 1.13433 -39.4945 -2.70978 0.687142 -39.227 -2.81379 0.76982 -39.3444 -2.44444 0.501395 -39.4945 -2.70978 0.687142 -39.3444 -2.44444 0.501395 -39.7213 -2.67088 0.514816 -39.4945 -2.70978 0.687142 -39.8181 -3.12404 0.709009 -39.6337 -3.10974 1.02569 -39.4945 -2.70978 0.687142 -39.6337 -3.10974 1.02569 -39.3935 -3.02801 1.05969 -39.4945 -2.70978 0.687142 -39.3935 -3.02801 1.05969 -39.227 -2.81379 0.76982 -39.4945 -2.70978 0.687142 -39.7213 -2.67088 0.514816 -39.8181 -3.12404 0.709009 -39.799 -2.14015 0.172749 -39.3444 -2.44444 0.501395 -39.4762 -1.98476 0.279819 -39.799 -2.14015 0.172749 -39.9293 -2.37692 -0.111605 -39.9015 -2.80553 0.121741 -39.799 -2.14015 0.172749 -39.9015 -2.80553 0.121741 -39.7213 -2.67088 0.514816 -39.799 -2.14015 0.172749 -39.7213 -2.67088 0.514816 -39.3444 -2.44444 0.501395 -39.8261 -1.91797 0.0783371 -39.4762 -1.98476 0.279819 -39.5659 -1.64058 0.175515 -39.8261 -1.91797 0.0783371 -39.957 -1.85377 -0.28434 -39.9293 -2.37692 -0.111605 -39.8261 -1.91797 0.0783371 -39.799 -2.14015 0.172749 -39.4762 -1.98476 0.279819 -39.8261 -1.91797 0.0783371 -39.9293 -2.37692 -0.111605 -39.799 -2.14015 0.172749 -39.8469 -1.73084 0.0172492 -39.7846 -1.28406 0.0470198 -39.8893 -1.28744 -0.0627948 -39.8469 -1.73084 0.0172492 -39.8893 -1.28744 -0.0627948 -39.9562 -1.2896 -0.198963 -39.8469 -1.73084 0.0172492 -39.9562 -1.2896 -0.198963 -39.957 -1.85377 -0.28434 -39.8469 -1.73084 0.0172492 -39.957 -1.85377 -0.28434 -39.8261 -1.91797 0.0783371 -39.8469 -1.73084 0.0172492 -39.5659 -1.64058 0.175515 -39.7846 -1.28406 0.0470198 -39.8469 -1.73084 0.0172492 -39.8261 -1.91797 0.0783371 -39.5659 -1.64058 0.175515 -39.5862 -3.24105 1.34341 -39.7817 -3.51157 1.61472 -39.6868 -3.37026 1.61472 -39.5862 -3.24105 1.34341 -39.6868 -3.37026 1.61472 -39.5404 -3.26419 1.61472 -39.5862 -3.24105 1.34341 -39.2929 -3.20432 1.48148 -39.3606 -3.10951 1.20395 -39.5862 -3.24105 1.34341 -39.5404 -3.26419 1.61472 -39.2929 -3.20432 1.48148 -39.5862 -3.24105 1.34341 -39.7856 -3.38577 1.13693 -39.7817 -3.51157 1.61472 -39.6104 -3.19432 1.1954 -39.3606 -3.10951 1.20395 -39.3761 -3.07291 1.13433 -39.6104 -3.19432 1.1954 -39.3761 -3.07291 1.13433 -39.6337 -3.10974 1.02569 -39.6104 -3.19432 1.1954 -39.6337 -3.10974 1.02569 -39.7948 -3.31803 0.995828 -39.6104 -3.19432 1.1954 -39.7948 -3.31803 0.995828 -39.7856 -3.38577 1.13693 -39.6104 -3.19432 1.1954 -39.5862 -3.24105 1.34341 -39.3606 -3.10951 1.20395 -39.6104 -3.19432 1.1954 -39.7856 -3.38577 1.13693 -39.5862 -3.24105 1.34341 -37.2301 13.4249 10.3553 -37.5525 13.7772 9.98538 -37.5852 13.5594 9.90959 -37.2301 13.4249 10.3553 -37.5118 13.8877 10 -37.5525 13.7772 9.98538 -37.3568 13.2416 10.218 -37.5852 13.5594 9.90959 -37.5295 13.345 9.80793 -37.3568 13.2416 10.218 -37.2301 13.4249 10.3553 -37.5852 13.5594 9.90959 -37.3659 13.0786 10.0133 -37.3568 13.2416 10.218 -37.5295 13.345 9.80793 -31.3992 5.37091 16.8342 -37.2301 13.4249 10.3553 -37.3568 13.2416 10.218 -31.3992 5.37091 16.8342 -37.3568 13.2416 10.218 -37.3659 13.0786 10.0133 -31.3976 5.06045 16.7923 -31.3992 5.37091 16.8342 -37.3659 13.0786 10.0133 -31.2907 4.79668 16.675 -31.3976 5.06045 16.7923 -37.3659 13.0786 10.0133 -39.7817 -3.51157 1.61472 -39.8227 -3.76224 1.61472 -39.8227 -3.76224 10 -39.7817 -3.51157 1.61472 -39.8227 -3.76224 10 -39.7612 -3.47078 10.0735 -39.6868 -3.37026 1.61472 -39.7612 -3.47078 10.0735 -39.6495 -3.33494 10.1766 -39.6868 -3.37026 1.61472 -39.7817 -3.51157 1.61472 -39.7612 -3.47078 10.0735 -39.5404 -3.26419 1.61472 -39.6495 -3.33494 10.1766 -39.4504 -3.23104 10.3503 -39.5404 -3.26419 1.61472 -39.6868 -3.37026 1.61472 -39.6495 -3.33494 10.1766 -39.3659 -3.21685 1.61472 -39.4504 -3.23104 10.3503 -39.2337 -3.22345 10.5321 -39.3659 -3.21685 1.61472 -39.5404 -3.26419 1.61472 -39.4504 -3.23104 10.3503 -39.186 -3.23475 1.61472 -39.2337 -3.22345 10.5321 -39.0242 -3.31572 10.7008 -39.186 -3.23475 1.61472 -39.3659 -3.21685 1.61472 -39.2337 -3.22345 10.5321 -39.0242 -3.31572 1.61472 -39.186 -3.23475 1.61472 -39.0242 -3.31572 10.7008 -37.5852 13.5594 9.90959 -37.5627 13.7493 9.71857 -37.5907 13.5415 9.74109 -37.5852 13.5594 9.90959 -37.5525 13.7772 9.98538 -37.5627 13.7493 9.71857 -37.5295 13.345 9.80793 -37.5907 13.5415 9.74109 -37.5313 13.3401 9.75962 -37.5295 13.345 9.80793 -37.5852 13.5594 9.90959 -37.5907 13.5415 9.74109 " /> <Normal vector="0 0 -1 0.019873 0.0363772 -0.999141 0 0 -1 0.0316878 0.119919 -0.992278 0.0396948 0.0726608 -0.996566 0.019873 0.0363772 -0.999141 0.0316878 0.119919 -0.992278 0.0594654 0.108851 -0.992278 0.0396948 0.0726608 -0.996566 0.0316878 0.119919 -0.992278 0.019873 0.0363772 -0.999141 0 0 -1 -0.019873 -0.0363772 -0.999141 0 0 -1 0 0 -1 0.00138082 0.0827851 -0.996566 0 0 -1 0 0 -1 0.00138082 0.0827851 -0.996566 0 0 -1 0 0 -1 0.00138082 0.0827851 -0.996566 -0.0276709 0.120909 -0.992278 0.00206856 0.124017 -0.992278 0.00138082 0.0827851 -0.996566 0.00206856 0.124017 -0.992278 0.0316878 0.119919 -0.992278 0.00138082 0.0827851 -0.996566 0.0316878 0.119919 -0.992278 0 0 -1 0.00138082 0.0827851 -0.996566 0 0 -1 -0.0276709 0.120909 -0.992278 -0.0372495 0.0739442 -0.996566 0 0 -1 0 0 -1 -0.0372495 0.0739442 -0.996566 0 0 -1 0 0 -1 -0.0372495 0.0739442 -0.996566 -0.0806905 0.0942001 -0.992278 -0.0558022 0.110773 -0.992278 -0.0372495 0.0739442 -0.996566 -0.0558022 0.110773 -0.992278 -0.0276709 0.120909 -0.992278 -0.0372495 0.0739442 -0.996566 -0.0276709 0.120909 -0.992278 0 0 -1 -0.0372495 0.0739442 -0.996566 0 0 -1 -0.0806905 0.0942001 -0.992278 -0.0673464 0.0481637 -0.996566 0 0 -1 0 0 -1 -0.0673464 0.0481637 -0.996566 0 0 -1 0 0 -1 -0.0673464 0.0481637 -0.996566 -0.115225 0.0459113 -0.992278 -0.100889 0.0721524 -0.992278 -0.0673464 0.0481637 -0.996566 -0.100889 0.0721524 -0.992278 -0.0806905 0.0942001 -0.992278 -0.0673464 0.0481637 -0.996566 -0.0806905 0.0942001 -0.992278 0 0 -1 -0.0673464 0.0481637 -0.996566 0 0 -1 -0.115225 0.0459113 -0.992278 -0.082015 0.0113494 -0.996566 0 0 -1 0 0 -1 -0.082015 0.0113494 -0.996566 0 0 -1 0 0 -1 -0.082015 0.0113494 -0.996566 -0.123363 -0.0128952 -0.992278 -0.122864 0.0170021 -0.992278 -0.082015 0.0113494 -0.996566 -0.122864 0.0170021 -0.992278 -0.115225 0.0459113 -0.992278 -0.082015 0.0113494 -0.996566 -0.115225 0.0459113 -0.992278 0 0 -1 -0.082015 0.0113494 -0.996566 0 0 -1 -0.123363 -0.0128952 -0.992278 -0.077895 -0.0280649 -0.996566 0 0 -1 0 0 -1 -0.077895 -0.0280649 -0.996566 0 0 -1 0 0 -1 -0.077895 -0.0280649 -0.996566 -0.103239 -0.0687476 -0.992278 -0.116692 -0.0420431 -0.992278 -0.077895 -0.0280649 -0.996566 -0.116692 -0.0420431 -0.992278 -0.123363 -0.0128952 -0.992278 -0.077895 -0.0280649 -0.996566 -0.123363 -0.0128952 -0.992278 0 0 -1 -0.077895 -0.0280649 -0.996566 0 0 -1 -0.103239 -0.0687476 -0.992278 -0.0559302 -0.0610499 -0.996566 0 0 -1 0 0 -1 -0.0559302 -0.0610499 -0.996566 -0.019873 -0.0363772 -0.999141 -0.0396948 -0.0726608 -0.996566 -0.0559302 -0.0610499 -0.996566 -0.0396948 -0.0726608 -0.996566 -0.0594654 -0.108851 -0.992278 -0.0559302 -0.0610499 -0.996566 -0.0594654 -0.108851 -0.992278 -0.0837871 -0.0914567 -0.992278 -0.0559302 -0.0610499 -0.996566 -0.0837871 -0.0914567 -0.992278 -0.103239 -0.0687476 -0.992278 -0.0559302 -0.0610499 -0.996566 -0.103239 -0.0687476 -0.992278 0 0 -1 -0.0559302 -0.0610499 -0.996566 0 0 -1 -0.019873 -0.0363772 -0.999141 0 0 -1 -0.019873 -0.0363772 -0.999141 0 0 -1 -0.0316878 -0.119919 -0.992278 -0.0396948 -0.0726608 -0.996566 -0.019873 -0.0363772 -0.999141 -0.0316878 -0.119919 -0.992278 -0.0594654 -0.108851 -0.992278 -0.0396948 -0.0726608 -0.996566 -0.0316878 -0.119919 -0.992278 -0.019873 -0.0363772 -0.999141 0 0 -1 0.019873 0.0363772 -0.999141 0 0 -1 0 0 -1 -0.00138082 -0.0827851 -0.996566 0 0 -1 0 0 -1 -0.00138082 -0.0827851 -0.996566 0 0 -1 0 0 -1 -0.00138082 -0.0827851 -0.996566 0.0276709 -0.120909 -0.992278 -0.00206856 -0.124017 -0.992278 -0.00138082 -0.0827851 -0.996566 -0.00206856 -0.124017 -0.992278 -0.0316878 -0.119919 -0.992278 -0.00138082 -0.0827851 -0.996566 -0.0316878 -0.119919 -0.992278 0 0 -1 -0.00138082 -0.0827851 -0.996566 0 0 -1 0.0276709 -0.120909 -0.992278 0.0372495 -0.0739442 -0.996566 0 0 -1 0 0 -1 0.0372495 -0.0739442 -0.996566 0 0 -1 0 0 -1 0.0372495 -0.0739442 -0.996566 0.0806905 -0.0942001 -0.992278 0.0558022 -0.110773 -0.992278 0.0372495 -0.0739442 -0.996566 0.0558022 -0.110773 -0.992278 0.0276709 -0.120909 -0.992278 0.0372495 -0.0739442 -0.996566 0.0276709 -0.120909 -0.992278 0 0 -1 0.0372495 -0.0739442 -0.996566 0 0 -1 0.0806905 -0.0942001 -0.992278 0.0673464 -0.0481637 -0.996566 0 0 -1 0 0 -1 0.0673464 -0.0481637 -0.996566 0 0 -1 0 0 -1 0.0673464 -0.0481637 -0.996566 0.115225 -0.0459113 -0.992278 0.100889 -0.0721524 -0.992278 0.0673464 -0.0481637 -0.996566 0.100889 -0.0721524 -0.992278 0.0806905 -0.0942001 -0.992278 0.0673464 -0.0481637 -0.996566 0.0806905 -0.0942001 -0.992278 0 0 -1 0.0673464 -0.0481637 -0.996566 0 0 -1 0.115225 -0.0459113 -0.992278 0.082015 -0.0113494 -0.996566 0 0 -1 0 0 -1 0.082015 -0.0113494 -0.996566 0 0 -1 0 0 -1 0.082015 -0.0113494 -0.996566 0.123363 0.0128952 -0.992278 0.122864 -0.0170021 -0.992278 0.082015 -0.0113494 -0.996566 0.122864 -0.0170021 -0.992278 0.115225 -0.0459113 -0.992278 0.082015 -0.0113494 -0.996566 0.115225 -0.0459113 -0.992278 0 0 -1 0.082015 -0.0113494 -0.996566 0 0 -1 0.123363 0.0128952 -0.992278 0.077895 0.0280649 -0.996566 0 0 -1 0 0 -1 0.077895 0.0280649 -0.996566 0 0 -1 0 0 -1 0.077895 0.0280649 -0.996566 0.103239 0.0687476 -0.992278 0.116692 0.0420431 -0.992278 0.077895 0.0280649 -0.996566 0.116692 0.0420431 -0.992278 0.123363 0.0128952 -0.992278 0.077895 0.0280649 -0.996566 0.123363 0.0128952 -0.992278 0 0 -1 0.077895 0.0280649 -0.996566 0 0 -1 0.103239 0.0687476 -0.992278 0.0559302 0.0610499 -0.996566 0 0 -1 0 0 -1 0.0559302 0.0610499 -0.996566 0.019873 0.0363772 -0.999141 0.0396948 0.0726608 -0.996566 0.0559302 0.0610499 -0.996566 0.0396948 0.0726608 -0.996566 0.0594654 0.108851 -0.992278 0.0559302 0.0610499 -0.996566 0.0594654 0.108851 -0.992278 0.0837871 0.0914567 -0.992278 0.0559302 0.0610499 -0.996566 0.0837871 0.0914567 -0.992278 0.103239 0.0687476 -0.992278 0.0559302 0.0610499 -0.996566 0.103239 0.0687476 -0.992278 0 0 -1 0.0559302 0.0610499 -0.996566 0 0 -1 0.019873 0.0363772 -0.999141 -0.0837871 -0.0914567 -0.992278 -0.0594654 -0.108851 -0.992278 -0.0594654 -0.108851 -0.992278 -0.0837871 -0.0914567 -0.992278 -0.0837871 -0.0914567 -0.992278 -0.0594654 -0.108851 -0.992278 -0.103239 -0.0687476 -0.992278 -0.103239 -0.0687476 -0.992278 -0.0837871 -0.0914567 -0.992278 -0.103239 -0.0687476 -0.992278 -0.0837871 -0.0914567 -0.992278 -0.0837871 -0.0914567 -0.992278 -0.116692 -0.0420431 -0.992278 -0.103239 -0.0687476 -0.992278 -0.103239 -0.0687476 -0.992278 -0.116692 -0.0420431 -0.992278 -0.116692 -0.0420431 -0.992278 -0.103239 -0.0687476 -0.992278 -0.123363 -0.0128952 -0.992278 -0.123363 -0.0128952 -0.992278 -0.116692 -0.0420431 -0.992278 -0.123363 -0.0128952 -0.992278 -0.116692 -0.0420431 -0.992278 -0.116692 -0.0420431 -0.992278 -0.122864 0.0170021 -0.992278 -0.123363 -0.0128952 -0.992278 -0.123363 -0.0128952 -0.992278 -0.122864 0.0170021 -0.992278 -0.122864 0.0170021 -0.992278 -0.123363 -0.0128952 -0.992278 -0.115225 0.0459113 -0.992278 -0.115225 0.0459113 -0.992278 -0.122864 0.0170021 -0.992278 -0.115225 0.0459113 -0.992278 -0.122864 0.0170021 -0.992278 -0.122864 0.0170021 -0.992278 -0.100889 0.0721524 -0.992278 -0.100889 0.0721524 -0.992278 -0.115225 0.0459113 -0.992278 -0.100889 0.0721524 -0.992278 -0.115225 0.0459113 -0.992278 -0.115225 0.0459113 -0.992278 -0.0806905 0.0942001 -0.992278 -0.0806905 0.0942001 -0.992278 -0.100889 0.0721524 -0.992278 -0.0806905 0.0942001 -0.992278 -0.100889 0.0721524 -0.992278 -0.100889 0.0721524 -0.992278 -0.0558022 0.110773 -0.992278 -0.0806905 0.0942001 -0.992278 -0.0806905 0.0942001 -0.992278 -0.0558022 0.110773 -0.992278 -0.0558022 0.110773 -0.992278 -0.0806905 0.0942001 -0.992278 -0.0276709 0.120909 -0.992278 -0.0276709 0.120909 -0.992278 -0.0558022 0.110773 -0.992278 -0.0276709 0.120909 -0.992278 -0.0558022 0.110773 -0.992278 -0.0558022 0.110773 -0.992278 0.00206856 0.124017 -0.992278 0.00206856 0.124017 -0.992278 -0.0276709 0.120909 -0.992278 0.00206856 0.124017 -0.992278 -0.0276709 0.120909 -0.992278 -0.0276709 0.120909 -0.992278 0.0316878 0.119919 -0.992278 0.0316878 0.119919 -0.992278 0.00206856 0.124017 -0.992278 0.0316878 0.119919 -0.992278 0.00206856 0.124017 -0.992278 0.00206856 0.124017 -0.992278 0.0594654 0.108851 -0.992278 0.0594654 0.108851 -0.992278 0.0316878 0.119919 -0.992278 0.0594654 0.108851 -0.992278 0.0316878 0.119919 -0.992278 0.0316878 0.119919 -0.992278 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0.0837871 0.0914567 -0.992278 0.0594654 0.108851 -0.992278 0.0594654 0.108851 -0.992278 0.0837871 0.0914567 -0.992278 0.0837871 0.0914567 -0.992278 0.0594654 0.108851 -0.992278 0.103239 0.0687476 -0.992278 0.103239 0.0687476 -0.992278 0.0837871 0.0914567 -0.992278 0.103239 0.0687476 -0.992278 0.0837871 0.0914567 -0.992278 0.0837871 0.0914567 -0.992278 0.116692 0.0420431 -0.992278 0.116692 0.0420431 -0.992278 0.103239 0.0687476 -0.992278 0.116692 0.0420431 -0.992278 0.103239 0.0687476 -0.992278 0.103239 0.0687476 -0.992278 0.123363 0.0128952 -0.992278 0.123363 0.0128952 -0.992278 0.116692 0.0420431 -0.992278 0.123363 0.0128952 -0.992278 0.116692 0.0420431 -0.992278 0.116692 0.0420431 -0.992278 0.122864 -0.0170021 -0.992278 0.122864 -0.0170021 -0.992278 0.123363 0.0128952 -0.992278 0.122864 -0.0170021 -0.992278 0.123363 0.0128952 -0.992278 0.123363 0.0128952 -0.992278 0.115225 -0.0459113 -0.992278 0.115225 -0.0459113 -0.992278 0.122864 -0.0170021 -0.992278 0.115225 -0.0459113 -0.992278 0.122864 -0.0170021 -0.992278 0.122864 -0.0170021 -0.992278 0.100889 -0.0721524 -0.992278 0.100889 -0.0721524 -0.992278 0.115225 -0.0459113 -0.992278 0.100889 -0.0721524 -0.992278 0.115225 -0.0459113 -0.992278 0.115225 -0.0459113 -0.992278 0.0806905 -0.0942001 -0.992278 0.0806905 -0.0942001 -0.992278 0.100889 -0.0721524 -0.992278 0.0806905 -0.0942001 -0.992278 0.100889 -0.0721524 -0.992278 0.100889 -0.0721524 -0.992278 0.0558022 -0.110773 -0.992278 0.0558022 -0.110773 -0.992278 0.0806905 -0.0942001 -0.992278 0.0558022 -0.110773 -0.992278 0.0806905 -0.0942001 -0.992278 0.0806905 -0.0942001 -0.992278 0.0276709 -0.120909 -0.992278 0.0276709 -0.120909 -0.992278 0.0558022 -0.110773 -0.992278 0.0276709 -0.120909 -0.992278 0.0558022 -0.110773 -0.992278 0.0558022 -0.110773 -0.992278 -0.00206856 -0.124017 -0.992278 -0.00206856 -0.124017 -0.992278 0.0276709 -0.120909 -0.992278 -0.00206856 -0.124017 -0.992278 0.0276709 -0.120909 -0.992278 0.0276709 -0.120909 -0.992278 -0.0316878 -0.119919 -0.992278 -0.0316878 -0.119919 -0.992278 -0.00206856 -0.124017 -0.992278 -0.0316878 -0.119919 -0.992278 -0.00206856 -0.124017 -0.992278 -0.00206856 -0.124017 -0.992278 -0.0594654 -0.108851 -0.992278 -0.0594654 -0.108851 -0.992278 -0.0316878 -0.119919 -0.992278 -0.0594654 -0.108851 -0.992278 -0.0316878 -0.119919 -0.992278 -0.0316878 -0.119919 -0.992278 0 0 -1 0 0 -1 0.019873 0.0363772 -0.999141 0.0316878 0.119919 -0.992278 0.019873 0.0363772 -0.999141 0.0396948 0.0726608 -0.996566 0.0316878 0.119919 -0.992278 0.0396948 0.0726608 -0.996566 0.0594654 0.108851 -0.992278 0.0316878 0.119919 -0.992278 0 0 -1 0.019873 0.0363772 -0.999141 -0.019873 -0.0363772 -0.999141 0 0 -1 0 0 -1 -0.0594654 -0.108851 -0.992278 -0.0396948 -0.0726608 -0.996566 -0.0837871 -0.0914567 -0.992278 0.00138082 0.0827851 -0.996566 0 0 -1 0 0 -1 0.00138082 0.0827851 -0.996566 0 0 -1 0 0 -1 0.00138082 0.0827851 -0.996566 0.00206856 0.124017 -0.992278 -0.0276709 0.120909 -0.992278 0.00138082 0.0827851 -0.996566 0.0316878 0.119919 -0.992278 0.00206856 0.124017 -0.992278 0.00138082 0.0827851 -0.996566 0 0 -1 0.0316878 0.119919 -0.992278 0.00138082 0.0827851 -0.996566 -0.0276709 0.120909 -0.992278 0 0 -1 -0.0372495 0.0739442 -0.996566 0 0 -1 0 0 -1 -0.0372495 0.0739442 -0.996566 0 0 -1 0 0 -1 -0.0372495 0.0739442 -0.996566 -0.0558022 0.110773 -0.992278 -0.0806905 0.0942001 -0.992278 -0.0372495 0.0739442 -0.996566 -0.0276709 0.120909 -0.992278 -0.0558022 0.110773 -0.992278 -0.0372495 0.0739442 -0.996566 0 0 -1 -0.0276709 0.120909 -0.992278 -0.0372495 0.0739442 -0.996566 -0.0806905 0.0942001 -0.992278 0 0 -1 -0.0673464 0.0481637 -0.996566 0 0 -1 0 0 -1 -0.0673464 0.0481637 -0.996566 0 0 -1 0 0 -1 -0.0673464 0.0481637 -0.996566 -0.100889 0.0721524 -0.992278 -0.115225 0.0459113 -0.992278 -0.0673464 0.0481637 -0.996566 -0.0806905 0.0942001 -0.992278 -0.100889 0.0721524 -0.992278 -0.0673464 0.0481637 -0.996566 0 0 -1 -0.0806905 0.0942001 -0.992278 -0.0673464 0.0481637 -0.996566 -0.115225 0.0459113 -0.992278 0 0 -1 -0.082015 0.0113494 -0.996566 0 0 -1 0 0 -1 -0.082015 0.0113494 -0.996566 0 0 -1 0 0 -1 -0.082015 0.0113494 -0.996566 -0.122864 0.0170021 -0.992278 -0.123363 -0.0128952 -0.992278 -0.082015 0.0113494 -0.996566 -0.115225 0.0459113 -0.992278 -0.122864 0.0170021 -0.992278 -0.082015 0.0113494 -0.996566 0 0 -1 -0.115225 0.0459113 -0.992278 -0.082015 0.0113494 -0.996566 -0.123363 -0.0128952 -0.992278 0 0 -1 -0.077895 -0.0280649 -0.996566 0 0 -1 0 0 -1 -0.077895 -0.0280649 -0.996566 0 0 -1 0 0 -1 -0.077895 -0.0280649 -0.996566 -0.116692 -0.0420431 -0.992278 -0.103239 -0.0687476 -0.992278 -0.077895 -0.0280649 -0.996566 -0.123363 -0.0128952 -0.992278 -0.116692 -0.0420431 -0.992278 -0.077895 -0.0280649 -0.996566 0 0 -1 -0.123363 -0.0128952 -0.992278 -0.077895 -0.0280649 -0.996566 -0.103239 -0.0687476 -0.992278 0 0 -1 -0.0559302 -0.0610499 -0.996566 0 0 -1 0 0 -1 -0.0559302 -0.0610499 -0.996566 -0.0396948 -0.0726608 -0.996566 -0.019873 -0.0363772 -0.999141 -0.0559302 -0.0610499 -0.996566 -0.103239 -0.0687476 -0.992278 -0.0837871 -0.0914567 -0.992278 -0.0559302 -0.0610499 -0.996566 0 0 -1 -0.103239 -0.0687476 -0.992278 -0.0559302 -0.0610499 -0.996566 -0.019873 -0.0363772 -0.999141 0 0 -1 -0.0559302 -0.0610499 -0.996566 -0.0837871 -0.0914567 -0.992278 -0.0396948 -0.0726608 -0.996566 -0.479426 -0.877583 0 -0.675514 -0.737348 0 -0.479426 -0.877583 0 -0.675514 -0.737348 0 -0.675514 -0.737348 0 -0.479426 -0.877583 0 -0.832343 -0.554261 0 -0.832343 -0.554261 0 -0.675514 -0.737348 0 -0.832343 -0.554261 0 -0.9408 -0.338962 0 -0.832343 -0.554261 0 -0.832343 -0.554261 0 -0.675514 -0.737348 0 -0.675514 -0.737348 0 -0.9408 -0.338962 0 -0.9408 -0.338962 0 -0.832343 -0.554261 0 -0.994581 -0.103964 0 -0.994581 -0.103964 0 -0.9408 -0.338962 0 -0.994581 -0.103964 0 -0.990561 0.137076 0 -0.994581 -0.103964 0 -0.994581 -0.103964 0 -0.9408 -0.338962 0 -0.9408 -0.338962 0 -0.990561 0.137076 0 -0.990561 0.137076 0 -0.994581 -0.103964 0 -0.928972 0.370149 0 -0.928972 0.370149 0 -0.990561 0.137076 0 -0.928972 0.370149 0 -0.990561 0.137076 0 -0.990561 0.137076 0 -0.813396 0.581711 0 -0.813396 0.581711 0 -0.928972 0.370149 0 -0.813396 0.581711 0 -0.928972 0.370149 0 -0.928972 0.370149 0 -0.650547 0.759466 0 -0.650547 0.759466 0 -0.813396 0.581711 0 -0.650547 0.759466 0 -0.813396 0.581711 0 -0.813396 0.581711 0 -0.449892 0.893083 0 -0.449892 0.893083 0 -0.650547 0.759466 0 -0.449892 0.893083 0 -0.650547 0.759466 0 -0.650547 0.759466 0 -0.22309 0.974798 0 -0.22309 0.974798 0 -0.449892 0.893083 0 -0.22309 0.974798 0 -0.449892 0.893083 0 -0.449892 0.893083 0 0.0166773 0.999861 0 0.0166773 0.999861 0 -0.22309 0.974798 0 0.0166773 0.999861 0 -0.22309 0.974798 0 -0.22309 0.974798 0 0.255475 0.966816 0 0.255475 0.966816 0 0.0166773 0.999861 0 0.255475 0.966816 0 0.0166773 0.999861 0 0.0166773 0.999861 0 0.479426 0.877583 0 0.479426 0.877583 0 0.255475 0.966816 0 0.479426 0.877583 0 0.255475 0.966816 0 0.255475 0.966816 0 0.479426 0.877583 0 0.675514 0.737348 0 0.479426 0.877583 0 0.675514 0.737348 0 0.675514 0.737348 0 0.479426 0.877583 0 0.832343 0.554261 0 0.832343 0.554261 0 0.675514 0.737348 0 0.832343 0.554261 0 0.9408 0.338962 0 0.832343 0.554261 0 0.832343 0.554261 0 0.675514 0.737348 0 0.675514 0.737348 0 0.9408 0.338962 0 0.9408 0.338962 0 0.832343 0.554261 0 0.994581 0.103964 0 0.994581 0.103964 0 0.9408 0.338962 0 0.994581 0.103964 0 0.990561 -0.137076 0 0.994581 0.103964 0 0.994581 0.103964 0 0.9408 0.338962 0 0.9408 0.338962 0 0.990561 -0.137076 0 0.990561 -0.137076 0 0.994581 0.103964 0 0.928972 -0.370149 0 0.928972 -0.370149 0 0.990561 -0.137076 0 0.928972 -0.370149 0 0.990561 -0.137076 0 0.990561 -0.137076 0 0.813396 -0.581711 0 0.813396 -0.581711 0 0.928972 -0.370149 0 0.813396 -0.581711 0 0.928972 -0.370149 0 0.928972 -0.370149 0 0.650547 -0.759466 0 0.650547 -0.759466 0 0.813396 -0.581711 0 0.650547 -0.759466 0 0.813396 -0.581711 0 0.813396 -0.581711 0 0.449892 -0.893083 0 0.449892 -0.893083 0 0.650547 -0.759466 0 0.449892 -0.893083 0 0.22309 -0.974798 0 0.449892 -0.893083 0 0.449892 -0.893083 0 0.650547 -0.759466 0 0.650547 -0.759466 0 0.22309 -0.974798 0 0.22309 -0.974798 0 0.449892 -0.893083 0 -0.0166773 -0.999861 0 -0.0166773 -0.999861 0 0.22309 -0.974798 0 -0.0166773 -0.999861 0 0.22309 -0.974798 0 0.22309 -0.974798 0 -0.255475 -0.966816 0 -0.255475 -0.966816 0 -0.0166773 -0.999861 0 -0.255475 -0.966816 0 -0.0166773 -0.999861 0 -0.0166773 -0.999861 0 -0.479426 -0.877583 0 -0.479426 -0.877583 0 -0.255475 -0.966816 0 -0.479426 -0.877583 0 -0.255475 -0.966816 0 -0.255475 -0.966816 0 0 0 -1 0 0 -1 -0.019873 -0.0363773 -0.999141 -0.0316878 -0.119919 -0.992278 -0.019873 -0.0363773 -0.999141 -0.0396948 -0.0726608 -0.996566 -0.0316878 -0.119919 -0.992278 -0.0396948 -0.0726608 -0.996566 -0.0594654 -0.108851 -0.992278 -0.0316878 -0.119919 -0.992278 0 0 -1 -0.019873 -0.0363773 -0.999141 0.019873 0.0363772 -0.999141 0 0 -1 0 0 -1 0.0594654 0.108851 -0.992278 0.0396948 0.0726608 -0.996566 0.0837871 0.0914567 -0.992278 -0.00138082 -0.082785 -0.996566 0 0 -1 0 0 -1 -0.00138082 -0.082785 -0.996566 0 0 -1 0 0 -1 -0.00138082 -0.082785 -0.996566 -0.00206856 -0.124017 -0.992278 0.0276709 -0.120909 -0.992278 -0.00138082 -0.082785 -0.996566 -0.0316878 -0.119919 -0.992278 -0.00206856 -0.124017 -0.992278 -0.00138082 -0.082785 -0.996566 0 0 -1 -0.0316878 -0.119919 -0.992278 -0.00138082 -0.082785 -0.996566 0.0276709 -0.120909 -0.992278 0 0 -1 0.0372495 -0.0739442 -0.996566 0 0 -1 0 0 -1 0.0372495 -0.0739442 -0.996566 0 0 -1 0 0 -1 0.0372495 -0.0739442 -0.996566 0.0558022 -0.110773 -0.992278 0.0806905 -0.0942001 -0.992278 0.0372495 -0.0739442 -0.996566 0.0276709 -0.120909 -0.992278 0.0558022 -0.110773 -0.992278 0.0372495 -0.0739442 -0.996566 0 0 -1 0.0276709 -0.120909 -0.992278 0.0372495 -0.0739442 -0.996566 0.0806905 -0.0942001 -0.992278 0 0 -1 0.0673464 -0.0481637 -0.996566 0 0 -1 0 0 -1 0.0673464 -0.0481637 -0.996566 0 0 -1 0 0 -1 0.0673464 -0.0481637 -0.996566 0.100889 -0.0721524 -0.992278 0.115225 -0.0459113 -0.992278 0.0673464 -0.0481637 -0.996566 0.0806905 -0.0942001 -0.992278 0.100889 -0.0721524 -0.992278 0.0673464 -0.0481637 -0.996566 0 0 -1 0.0806905 -0.0942001 -0.992278 0.0673464 -0.0481637 -0.996566 0.115225 -0.0459113 -0.992278 0 0 -1 0.082015 -0.0113494 -0.996566 0 0 -1 0 0 -1 0.082015 -0.0113494 -0.996566 0 0 -1 0 0 -1 0.082015 -0.0113494 -0.996566 0.122864 -0.0170021 -0.992278 0.123363 0.0128952 -0.992278 0.082015 -0.0113494 -0.996566 0.115225 -0.0459113 -0.992278 0.122864 -0.0170021 -0.992278 0.082015 -0.0113494 -0.996566 0 0 -1 0.115225 -0.0459113 -0.992278 0.082015 -0.0113494 -0.996566 0.123363 0.0128952 -0.992278 0 0 -1 0.077895 0.0280649 -0.996566 0 0 -1 0 0 -1 0.077895 0.0280649 -0.996566 0 0 -1 0 0 -1 0.077895 0.0280649 -0.996566 0.116692 0.0420431 -0.992278 0.103239 0.0687476 -0.992278 0.077895 0.0280649 -0.996566 0.123363 0.0128952 -0.992278 0.116692 0.0420431 -0.992278 0.077895 0.0280649 -0.996566 0 0 -1 0.123363 0.0128952 -0.992278 0.077895 0.0280649 -0.996566 0.103239 0.0687476 -0.992278 0 0 -1 0.0559302 0.0610498 -0.996566 0 0 -1 0 0 -1 0.0559302 0.0610498 -0.996566 0.0396948 0.0726608 -0.996566 0.019873 0.0363772 -0.999141 0.0559302 0.0610498 -0.996566 0.103239 0.0687476 -0.992278 0.0837871 0.0914567 -0.992278 0.0559302 0.0610498 -0.996566 0 0 -1 0.103239 0.0687476 -0.992278 0.0559302 0.0610498 -0.996566 0.019873 0.0363772 -0.999141 0 0 -1 0.0559302 0.0610498 -0.996566 0.0837871 0.0914567 -0.992278 0.0396948 0.0726608 -0.996566 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0.467405 0.85558 -0.222521 0.255475 0.966816 0 0.479426 0.877583 0 0 0 -1 0 0 -1 0.106682 0.19528 -0.974928 -0.658577 -0.718861 -0.222521 -0.467405 -0.85558 -0.222521 -0.479426 -0.877583 0 -0.658577 -0.718861 -0.222521 -0.431947 -0.790675 -0.433884 -0.467405 -0.85558 -0.222521 -0.658577 -0.718861 -0.222521 -0.479426 -0.877583 0 -0.675514 -0.737348 0 -0.608617 -0.664327 -0.433884 -0.37483 -0.686122 -0.62349 -0.431947 -0.790675 -0.433884 -0.608617 -0.664327 -0.433884 -0.431947 -0.790675 -0.433884 -0.658577 -0.718861 -0.222521 -0.528138 -0.576482 -0.62349 -0.37483 -0.686122 -0.62349 -0.608617 -0.664327 -0.433884 -0.528138 -0.576482 -0.62349 -0.298917 -0.547164 -0.781832 -0.37483 -0.686122 -0.62349 -0.421176 -0.459729 -0.781832 -0.208015 -0.380769 -0.900969 -0.298917 -0.547164 -0.781832 -0.421176 -0.459729 -0.781832 -0.298917 -0.547164 -0.781832 -0.528138 -0.576482 -0.62349 -0.293094 -0.319923 -0.900969 -0.106682 -0.19528 -0.974928 -0.208015 -0.380769 -0.900969 -0.293094 -0.319923 -0.900969 -0.208015 -0.380769 -0.900969 -0.421176 -0.459729 -0.781832 -0.150316 -0.164075 -0.974928 0 0 -1 0 0 -1 -0.150316 -0.164075 -0.974928 0 0 -1 0 0 -1 -0.150316 -0.164075 -0.974928 -0.106682 -0.19528 -0.974928 -0.293094 -0.319923 -0.900969 -0.150316 -0.164075 -0.974928 0 0 -1 -0.106682 -0.19528 -0.974928 -0.811475 -0.540364 -0.222521 -0.675514 -0.737348 0 -0.832343 -0.554261 0 -0.811475 -0.540364 -0.222521 -0.658577 -0.718861 -0.222521 -0.675514 -0.737348 0 -0.749915 -0.499372 -0.433884 -0.608617 -0.664327 -0.433884 -0.658577 -0.718861 -0.222521 -0.749915 -0.499372 -0.433884 -0.658577 -0.718861 -0.222521 -0.811475 -0.540364 -0.222521 -0.650752 -0.433338 -0.62349 -0.528138 -0.576482 -0.62349 -0.608617 -0.664327 -0.433884 -0.650752 -0.433338 -0.62349 -0.608617 -0.664327 -0.433884 -0.749915 -0.499372 -0.433884 -0.518957 -0.345576 -0.781832 -0.421176 -0.459729 -0.781832 -0.528138 -0.576482 -0.62349 -0.518957 -0.345576 -0.781832 -0.528138 -0.576482 -0.62349 -0.650752 -0.433338 -0.62349 -0.36114 -0.240485 -0.900969 -0.293094 -0.319923 -0.900969 -0.421176 -0.459729 -0.781832 -0.36114 -0.240485 -0.900969 -0.421176 -0.459729 -0.781832 -0.518957 -0.345576 -0.781832 -0.185214 -0.123335 -0.974928 0 0 -1 -0.150316 -0.164075 -0.974928 -0.185214 -0.123335 -0.974928 -0.150316 -0.164075 -0.974928 -0.293094 -0.319923 -0.900969 -0.185214 -0.123335 -0.974928 -0.293094 -0.319923 -0.900969 -0.36114 -0.240485 -0.900969 -0.917212 -0.330464 -0.222521 -0.832343 -0.554261 0 -0.9408 -0.338962 0 -0.917212 -0.330464 -0.222521 -0.811475 -0.540364 -0.222521 -0.832343 -0.554261 0 -0.847632 -0.305394 -0.433884 -0.650752 -0.433338 -0.62349 -0.749915 -0.499372 -0.433884 -0.847632 -0.305394 -0.433884 -0.811475 -0.540364 -0.222521 -0.917212 -0.330464 -0.222521 -0.847632 -0.305394 -0.433884 -0.749915 -0.499372 -0.433884 -0.811475 -0.540364 -0.222521 -0.735547 -0.265011 -0.62349 -0.650752 -0.433338 -0.62349 -0.847632 -0.305394 -0.433884 -0.586579 -0.211339 -0.781832 -0.650752 -0.433338 -0.62349 -0.735547 -0.265011 -0.62349 -0.586579 -0.211339 -0.781832 -0.518957 -0.345576 -0.781832 -0.650752 -0.433338 -0.62349 -0.408198 -0.14707 -0.900969 -0.518957 -0.345576 -0.781832 -0.586579 -0.211339 -0.781832 -0.408198 -0.14707 -0.900969 -0.185214 -0.123335 -0.974928 -0.36114 -0.240485 -0.900969 -0.408198 -0.14707 -0.900969 -0.36114 -0.240485 -0.900969 -0.518957 -0.345576 -0.781832 -0.209348 -0.0754262 -0.974928 0 0 -1 0 0 -1 -0.209348 -0.0754262 -0.974928 -0.185214 -0.123335 -0.974928 -0.408198 -0.14707 -0.900969 -0.209348 -0.0754262 -0.974928 0 0 -1 -0.185214 -0.123335 -0.974928 -0.969645 -0.101358 -0.222521 -0.917212 -0.330464 -0.222521 -0.9408 -0.338962 0 -0.969645 -0.101358 -0.222521 -0.9408 -0.338962 0 -0.994581 -0.103964 0 -0.896087 -0.0936685 -0.433884 -0.847632 -0.305394 -0.433884 -0.917212 -0.330464 -0.222521 -0.896087 -0.0936685 -0.433884 -0.917212 -0.330464 -0.222521 -0.969645 -0.101358 -0.222521 -0.777595 -0.0812825 -0.62349 -0.847632 -0.305394 -0.433884 -0.896087 -0.0936685 -0.433884 -0.777595 -0.0812825 -0.62349 -0.735547 -0.265011 -0.62349 -0.847632 -0.305394 -0.433884 -0.620111 -0.0648206 -0.781832 -0.735547 -0.265011 -0.62349 -0.777595 -0.0812825 -0.62349 -0.620111 -0.0648206 -0.781832 -0.586579 -0.211339 -0.781832 -0.735547 -0.265011 -0.62349 -0.431533 -0.0451084 -0.900969 -0.586579 -0.211339 -0.781832 -0.620111 -0.0648206 -0.781832 -0.431533 -0.0451084 -0.900969 -0.408198 -0.14707 -0.900969 -0.586579 -0.211339 -0.781832 -0.221315 -0.0231342 -0.974928 0 0 -1 0 0 -1 -0.221315 -0.0231342 -0.974928 0 0 -1 -0.209348 -0.0754262 -0.974928 -0.221315 -0.0231342 -0.974928 -0.209348 -0.0754262 -0.974928 -0.408198 -0.14707 -0.900969 -0.221315 -0.0231342 -0.974928 -0.408198 -0.14707 -0.900969 -0.431533 -0.0451084 -0.900969 -0.965725 0.133639 -0.222521 -0.994581 -0.103964 0 -0.990561 0.137076 0 -0.965725 0.133639 -0.222521 -0.969645 -0.101358 -0.222521 -0.994581 -0.103964 0 -0.892464 0.123501 -0.433884 -0.969645 -0.101358 -0.222521 -0.965725 0.133639 -0.222521 -0.892464 0.123501 -0.433884 -0.896087 -0.0936685 -0.433884 -0.969645 -0.101358 -0.222521 -0.774451 0.10717 -0.62349 -0.896087 -0.0936685 -0.433884 -0.892464 0.123501 -0.433884 -0.774451 0.10717 -0.62349 -0.777595 -0.0812825 -0.62349 -0.896087 -0.0936685 -0.433884 -0.617604 0.0854652 -0.781832 -0.620111 -0.0648206 -0.781832 -0.777595 -0.0812825 -0.62349 -0.617604 0.0854652 -0.781832 -0.777595 -0.0812825 -0.62349 -0.774451 0.10717 -0.62349 -0.429788 0.0594749 -0.900969 -0.620111 -0.0648206 -0.781832 -0.617604 0.0854652 -0.781832 -0.429788 0.0594749 -0.900969 -0.431533 -0.0451084 -0.900969 -0.620111 -0.0648206 -0.781832 -0.22042 0.0305022 -0.974928 0 0 -1 0 0 -1 -0.22042 0.0305022 -0.974928 0 0 -1 -0.221315 -0.0231342 -0.974928 -0.22042 0.0305022 -0.974928 -0.221315 -0.0231342 -0.974928 -0.431533 -0.0451084 -0.900969 -0.22042 0.0305022 -0.974928 -0.431533 -0.0451084 -0.900969 -0.429788 0.0594749 -0.900969 -0.905681 0.360869 -0.222521 -0.990561 0.137076 0 -0.928972 0.370149 0 -0.905681 0.360869 -0.222521 -0.965725 0.133639 -0.222521 -0.990561 0.137076 0 -0.836975 0.333493 -0.433884 -0.892464 0.123501 -0.433884 -0.965725 0.133639 -0.222521 -0.836975 0.333493 -0.433884 -0.774451 0.10717 -0.62349 -0.892464 0.123501 -0.433884 -0.836975 0.333493 -0.433884 -0.965725 0.133639 -0.222521 -0.905681 0.360869 -0.222521 -0.7263 0.289394 -0.62349 -0.774451 0.10717 -0.62349 -0.836975 0.333493 -0.433884 -0.579205 0.230784 -0.781832 -0.617604 0.0854652 -0.781832 -0.774451 0.10717 -0.62349 -0.579205 0.230784 -0.781832 -0.774451 0.10717 -0.62349 -0.7263 0.289394 -0.62349 -0.403066 0.160602 -0.900969 -0.429788 0.0594749 -0.900969 -0.617604 0.0854652 -0.781832 -0.403066 0.160602 -0.900969 -0.617604 0.0854652 -0.781832 -0.579205 0.230784 -0.781832 -0.206716 0.0823659 -0.974928 0 0 -1 0 0 -1 -0.206716 0.0823659 -0.974928 0 0 -1 -0.22042 0.0305022 -0.974928 -0.206716 0.0823659 -0.974928 -0.22042 0.0305022 -0.974928 -0.429788 0.0594749 -0.900969 -0.206716 0.0823659 -0.974928 -0.429788 0.0594749 -0.900969 -0.403066 0.160602 -0.900969 -0.793002 0.567126 -0.222521 -0.928972 0.370149 0 -0.813396 0.581711 0 -0.793002 0.567126 -0.222521 -0.905681 0.360869 -0.222521 -0.928972 0.370149 0 -0.732844 0.524103 -0.433884 -0.836975 0.333493 -0.433884 -0.905681 0.360869 -0.222521 -0.732844 0.524103 -0.433884 -0.905681 0.360869 -0.222521 -0.793002 0.567126 -0.222521 -0.635938 0.4548 -0.62349 -0.7263 0.289394 -0.62349 -0.836975 0.333493 -0.433884 -0.635938 0.4548 -0.62349 -0.836975 0.333493 -0.433884 -0.732844 0.524103 -0.433884 -0.507144 0.362691 -0.781832 -0.579205 0.230784 -0.781832 -0.7263 0.289394 -0.62349 -0.507144 0.362691 -0.781832 -0.7263 0.289394 -0.62349 -0.635938 0.4548 -0.62349 -0.352919 0.252395 -0.900969 -0.403066 0.160602 -0.900969 -0.579205 0.230784 -0.781832 -0.352919 0.252395 -0.900969 -0.579205 0.230784 -0.781832 -0.507144 0.362691 -0.781832 -0.180998 0.129443 -0.974928 0 0 -1 0 0 -1 -0.180998 0.129443 -0.974928 0 0 -1 0 0 -1 -0.180998 0.129443 -0.974928 0 0 -1 -0.206716 0.0823659 -0.974928 -0.180998 0.129443 -0.974928 -0.206716 0.0823659 -0.974928 -0.403066 0.160602 -0.900969 -0.180998 0.129443 -0.974928 -0.403066 0.160602 -0.900969 -0.352919 0.252395 -0.900969 -0.634237 0.740424 -0.222521 -0.813396 0.581711 0 -0.650547 0.759466 0 -0.634237 0.740424 -0.222521 -0.793002 0.567126 -0.222521 -0.813396 0.581711 0 -0.586123 0.684255 -0.433884 -0.793002 0.567126 -0.222521 -0.634237 0.740424 -0.222521 -0.586123 0.684255 -0.433884 -0.732844 0.524103 -0.433884 -0.793002 0.567126 -0.222521 -0.508618 0.593774 -0.62349 -0.732844 0.524103 -0.433884 -0.586123 0.684255 -0.433884 -0.508618 0.593774 -0.62349 -0.507144 0.362691 -0.781832 -0.635938 0.4548 -0.62349 -0.508618 0.593774 -0.62349 -0.635938 0.4548 -0.62349 -0.732844 0.524103 -0.433884 -0.40561 0.473519 -0.781832 -0.507144 0.362691 -0.781832 -0.508618 0.593774 -0.62349 -0.282262 0.32952 -0.900969 -0.507144 0.362691 -0.781832 -0.40561 0.473519 -0.781832 -0.282262 0.32952 -0.900969 -0.352919 0.252395 -0.900969 -0.507144 0.362691 -0.781832 -0.14476 0.168997 -0.974928 -0.180998 0.129443 -0.974928 -0.352919 0.252395 -0.900969 -0.14476 0.168997 -0.974928 -0.352919 0.252395 -0.900969 -0.282262 0.32952 -0.900969 -0.14476 0.168997 -0.974928 0 0 -1 -0.180998 0.129443 -0.974928 -0.438612 0.870692 -0.222521 -0.650547 0.759466 0 -0.449892 0.893083 0 -0.438612 0.870692 -0.222521 -0.634237 0.740424 -0.222521 -0.650547 0.759466 0 -0.405338 0.80464 -0.433884 -0.586123 0.684255 -0.433884 -0.634237 0.740424 -0.222521 -0.405338 0.80464 -0.433884 -0.508618 0.593774 -0.62349 -0.586123 0.684255 -0.433884 -0.405338 0.80464 -0.433884 -0.634237 0.740424 -0.222521 -0.438612 0.870692 -0.222521 -0.351739 0.698241 -0.62349 -0.508618 0.593774 -0.62349 -0.405338 0.80464 -0.433884 -0.280503 0.556828 -0.781832 -0.508618 0.593774 -0.62349 -0.351739 0.698241 -0.62349 -0.280503 0.556828 -0.781832 -0.40561 0.473519 -0.781832 -0.508618 0.593774 -0.62349 -0.195201 0.387494 -0.900969 -0.282262 0.32952 -0.900969 -0.40561 0.473519 -0.781832 -0.195201 0.387494 -0.900969 -0.40561 0.473519 -0.781832 -0.280503 0.556828 -0.781832 -0.10011 0.19873 -0.974928 0 0 -1 0 0 -1 -0.10011 0.19873 -0.974928 0 0 -1 -0.14476 0.168997 -0.974928 -0.10011 0.19873 -0.974928 -0.14476 0.168997 -0.974928 -0.282262 0.32952 -0.900969 -0.10011 0.19873 -0.974928 -0.282262 0.32952 -0.900969 -0.195201 0.387494 -0.900969 -0.217496 0.950358 -0.222521 -0.438612 0.870692 -0.222521 -0.449892 0.893083 0 -0.217496 0.950358 -0.222521 -0.449892 0.893083 0 -0.22309 0.974798 0 -0.200997 0.878263 -0.433884 -0.405338 0.80464 -0.433884 -0.438612 0.870692 -0.222521 -0.200997 0.878263 -0.433884 -0.351739 0.698241 -0.62349 -0.405338 0.80464 -0.433884 -0.200997 0.878263 -0.433884 -0.438612 0.870692 -0.222521 -0.217496 0.950358 -0.222521 -0.174419 0.762128 -0.62349 -0.351739 0.698241 -0.62349 -0.200997 0.878263 -0.433884 -0.139094 0.607777 -0.781832 -0.280503 0.556828 -0.781832 -0.351739 0.698241 -0.62349 -0.139094 0.607777 -0.781832 -0.351739 0.698241 -0.62349 -0.174419 0.762128 -0.62349 -0.096795 0.422949 -0.900969 -0.195201 0.387494 -0.900969 -0.280503 0.556828 -0.781832 -0.096795 0.422949 -0.900969 -0.10011 0.19873 -0.974928 -0.195201 0.387494 -0.900969 -0.096795 0.422949 -0.900969 -0.280503 0.556828 -0.781832 -0.139094 0.607777 -0.781832 -0.0496421 0.216913 -0.974928 -0.10011 0.19873 -0.974928 -0.096795 0.422949 -0.900969 -0.0496421 0.216913 -0.974928 0 0 -1 0 0 -1 -0.0496421 0.216913 -0.974928 0 0 -1 0 0 -1 -0.0496421 0.216913 -0.974928 0 0 -1 -0.10011 0.19873 -0.974928 0.0162591 0.974792 -0.222521 -0.22309 0.974798 0 0.0166773 0.999861 0 0.0162591 0.974792 -0.222521 -0.217496 0.950358 -0.222521 -0.22309 0.974798 0 0.0150257 0.900844 -0.433884 -0.217496 0.950358 -0.222521 0.0162591 0.974792 -0.222521 0.0150257 0.900844 -0.433884 -0.200997 0.878263 -0.433884 -0.217496 0.950358 -0.222521 0.0130388 0.781723 -0.62349 -0.174419 0.762128 -0.62349 -0.200997 0.878263 -0.433884 0.0130388 0.781723 -0.62349 -0.139094 0.607777 -0.781832 -0.174419 0.762128 -0.62349 0.0130388 0.781723 -0.62349 -0.200997 0.878263 -0.433884 0.0150257 0.900844 -0.433884 0.0103981 0.623403 -0.781832 -0.096795 0.422949 -0.900969 -0.139094 0.607777 -0.781832 0.0103981 0.623403 -0.781832 -0.139094 0.607777 -0.781832 0.0130388 0.781723 -0.62349 0.007236 0.433823 -0.900969 -0.0496421 0.216913 -0.974928 -0.096795 0.422949 -0.900969 0.007236 0.433823 -0.900969 -0.096795 0.422949 -0.900969 0.0103981 0.623403 -0.781832 0.00371104 0.22249 -0.974928 0 0 -1 -0.0496421 0.216913 -0.974928 0.00371104 0.22249 -0.974928 -0.0496421 0.216913 -0.974928 0.007236 0.433823 -0.900969 0.24907 0.942576 -0.222521 0.255475 0.966816 0 0.467405 0.85558 -0.222521 0.24907 0.942576 -0.222521 0.0166773 0.999861 0 0.255475 0.966816 0 0.24907 0.942576 -0.222521 0.0162591 0.974792 -0.222521 0.0166773 0.999861 0 0.230175 0.871071 -0.433884 0.467405 0.85558 -0.222521 0.431947 0.790675 -0.433884 0.230175 0.871071 -0.433884 0.24907 0.942576 -0.222521 0.467405 0.85558 -0.222521 0.230175 0.871071 -0.433884 0.0150257 0.900844 -0.433884 0.0162591 0.974792 -0.222521 0.230175 0.871071 -0.433884 0.0162591 0.974792 -0.222521 0.24907 0.942576 -0.222521 0.199738 0.755887 -0.62349 0.0150257 0.900844 -0.433884 0.230175 0.871071 -0.433884 0.199738 0.755887 -0.62349 0.431947 0.790675 -0.433884 0.37483 0.686122 -0.62349 0.199738 0.755887 -0.62349 0.37483 0.686122 -0.62349 0.298917 0.547164 -0.781832 0.199738 0.755887 -0.62349 0.0130388 0.781723 -0.62349 0.0150257 0.900844 -0.433884 0.199738 0.755887 -0.62349 0.230175 0.871071 -0.433884 0.431947 0.790675 -0.433884 0.159286 0.6028 -0.781832 0.0103981 0.623403 -0.781832 0.0130388 0.781723 -0.62349 0.159286 0.6028 -0.781832 0.199738 0.755887 -0.62349 0.298917 0.547164 -0.781832 0.159286 0.6028 -0.781832 0.0130388 0.781723 -0.62349 0.199738 0.755887 -0.62349 0.110846 0.419486 -0.900969 0.0103981 0.623403 -0.781832 0.159286 0.6028 -0.781832 0.110846 0.419486 -0.900969 0.298917 0.547164 -0.781832 0.208015 0.380769 -0.900969 0.110846 0.419486 -0.900969 0.007236 0.433823 -0.900969 0.0103981 0.623403 -0.781832 0.110846 0.419486 -0.900969 0.159286 0.6028 -0.781832 0.298917 0.547164 -0.781832 0.0568485 0.215137 -0.974928 0 0 -1 0 0 -1 0.0568485 0.215137 -0.974928 0.106682 0.19528 -0.974928 0 0 -1 0.0568485 0.215137 -0.974928 0.208015 0.380769 -0.900969 0.106682 0.19528 -0.974928 0.0568485 0.215137 -0.974928 0 0 -1 0.00371104 0.22249 -0.974928 0.0568485 0.215137 -0.974928 0.00371104 0.22249 -0.974928 0.007236 0.433823 -0.900969 0.0568485 0.215137 -0.974928 0.110846 0.419486 -0.900969 0.208015 0.380769 -0.900969 0.0568485 0.215137 -0.974928 0.007236 0.433823 -0.900969 0.110846 0.419486 -0.900969 -0.467405 -0.85558 -0.222521 -0.255475 -0.966816 0 -0.479426 -0.877583 0 0 0 -1 0 0 -1 -0.106682 -0.19528 -0.974928 0.658577 0.718861 -0.222521 0.467405 0.85558 -0.222521 0.479426 0.877583 0 0.658577 0.718861 -0.222521 0.479426 0.877583 0 0.675514 0.737348 0 0.608617 0.664327 -0.433884 0.431947 0.790675 -0.433884 0.467405 0.85558 -0.222521 0.608617 0.664327 -0.433884 0.467405 0.85558 -0.222521 0.658577 0.718861 -0.222521 0.528138 0.576482 -0.62349 0.431947 0.790675 -0.433884 0.608617 0.664327 -0.433884 0.528138 0.576482 -0.62349 0.37483 0.686122 -0.62349 0.431947 0.790675 -0.433884 0.421176 0.459729 -0.781832 0.298917 0.547164 -0.781832 0.37483 0.686122 -0.62349 0.421176 0.459729 -0.781832 0.37483 0.686122 -0.62349 0.528138 0.576482 -0.62349 0.293094 0.319923 -0.900969 0.208015 0.380769 -0.900969 0.298917 0.547164 -0.781832 0.293094 0.319923 -0.900969 0.298917 0.547164 -0.781832 0.421176 0.459729 -0.781832 0.150316 0.164075 -0.974928 0 0 -1 0 0 -1 0.150316 0.164075 -0.974928 0.106682 0.19528 -0.974928 0.208015 0.380769 -0.900969 0.150316 0.164075 -0.974928 0 0 -1 0.106682 0.19528 -0.974928 0.150316 0.164075 -0.974928 0.208015 0.380769 -0.900969 0.293094 0.319923 -0.900969 0.811475 0.540364 -0.222521 0.675514 0.737348 0 0.832343 0.554261 0 0.811475 0.540364 -0.222521 0.658577 0.718861 -0.222521 0.675514 0.737348 0 0.749915 0.499372 -0.433884 0.608617 0.664327 -0.433884 0.658577 0.718861 -0.222521 0.749915 0.499372 -0.433884 0.658577 0.718861 -0.222521 0.811475 0.540364 -0.222521 0.650752 0.433338 -0.62349 0.608617 0.664327 -0.433884 0.749915 0.499372 -0.433884 0.650752 0.433338 -0.62349 0.528138 0.576482 -0.62349 0.608617 0.664327 -0.433884 0.518957 0.345576 -0.781832 0.421176 0.459729 -0.781832 0.528138 0.576482 -0.62349 0.518957 0.345576 -0.781832 0.528138 0.576482 -0.62349 0.650752 0.433338 -0.62349 0.36114 0.240485 -0.900969 0.421176 0.459729 -0.781832 0.518957 0.345576 -0.781832 0.36114 0.240485 -0.900969 0.293094 0.319923 -0.900969 0.421176 0.459729 -0.781832 0.185214 0.123335 -0.974928 0 0 -1 0 0 -1 0.185214 0.123335 -0.974928 0 0 -1 0.150316 0.164075 -0.974928 0.185214 0.123335 -0.974928 0.150316 0.164075 -0.974928 0.293094 0.319923 -0.900969 0.185214 0.123335 -0.974928 0.293094 0.319923 -0.900969 0.36114 0.240485 -0.900969 0.917212 0.330464 -0.222521 0.832343 0.554261 0 0.9408 0.338962 0 0.917212 0.330464 -0.222521 0.811475 0.540364 -0.222521 0.832343 0.554261 0 0.847632 0.305394 -0.433884 0.811475 0.540364 -0.222521 0.917212 0.330464 -0.222521 0.847632 0.305394 -0.433884 0.749915 0.499372 -0.433884 0.811475 0.540364 -0.222521 0.847632 0.305394 -0.433884 0.650752 0.433338 -0.62349 0.749915 0.499372 -0.433884 0.735547 0.265011 -0.62349 0.650752 0.433338 -0.62349 0.847632 0.305394 -0.433884 0.586579 0.211339 -0.781832 0.650752 0.433338 -0.62349 0.735547 0.265011 -0.62349 0.586579 0.211339 -0.781832 0.518957 0.345576 -0.781832 0.650752 0.433338 -0.62349 0.408198 0.14707 -0.900969 0.518957 0.345576 -0.781832 0.586579 0.211339 -0.781832 0.408198 0.14707 -0.900969 0.185214 0.123335 -0.974928 0.36114 0.240485 -0.900969 0.408198 0.14707 -0.900969 0.36114 0.240485 -0.900969 0.518957 0.345576 -0.781832 0.209348 0.0754262 -0.974928 0 0 -1 0 0 -1 0.209348 0.0754262 -0.974928 0.185214 0.123335 -0.974928 0.408198 0.14707 -0.900969 0.209348 0.0754262 -0.974928 0 0 -1 0.185214 0.123335 -0.974928 0.969645 0.101358 -0.222521 0.9408 0.338962 0 0.994581 0.103964 0 0.969645 0.101358 -0.222521 0.917212 0.330464 -0.222521 0.9408 0.338962 0 0.896087 0.0936685 -0.433884 0.917212 0.330464 -0.222521 0.969645 0.101358 -0.222521 0.896087 0.0936685 -0.433884 0.847632 0.305394 -0.433884 0.917212 0.330464 -0.222521 0.777595 0.0812825 -0.62349 0.735547 0.265011 -0.62349 0.847632 0.305394 -0.433884 0.777595 0.0812825 -0.62349 0.847632 0.305394 -0.433884 0.896087 0.0936685 -0.433884 0.620111 0.0648206 -0.781832 0.586579 0.211339 -0.781832 0.735547 0.265011 -0.62349 0.620111 0.0648206 -0.781832 0.735547 0.265011 -0.62349 0.777595 0.0812825 -0.62349 0.431533 0.0451084 -0.900969 0.408198 0.14707 -0.900969 0.586579 0.211339 -0.781832 0.431533 0.0451084 -0.900969 0.586579 0.211339 -0.781832 0.620111 0.0648206 -0.781832 0.221315 0.0231342 -0.974928 0 0 -1 0 0 -1 0.221315 0.0231342 -0.974928 0 0 -1 0.209348 0.0754262 -0.974928 0.221315 0.0231342 -0.974928 0.209348 0.0754262 -0.974928 0.408198 0.14707 -0.900969 0.221315 0.0231342 -0.974928 0.408198 0.14707 -0.900969 0.431533 0.0451084 -0.900969 0.965725 -0.133639 -0.222521 0.994581 0.103964 0 0.990561 -0.137076 0 0.965725 -0.133639 -0.222521 0.896087 0.0936685 -0.433884 0.969645 0.101358 -0.222521 0.965725 -0.133639 -0.222521 0.969645 0.101358 -0.222521 0.994581 0.103964 0 0.892464 -0.123501 -0.433884 0.896087 0.0936685 -0.433884 0.965725 -0.133639 -0.222521 0.774451 -0.10717 -0.62349 0.777595 0.0812825 -0.62349 0.896087 0.0936685 -0.433884 0.774451 -0.10717 -0.62349 0.896087 0.0936685 -0.433884 0.892464 -0.123501 -0.433884 0.617604 -0.0854652 -0.781832 0.777595 0.0812825 -0.62349 0.774451 -0.10717 -0.62349 0.617604 -0.0854652 -0.781832 0.620111 0.0648206 -0.781832 0.777595 0.0812825 -0.62349 0.617604 -0.0854652 -0.781832 0.431533 0.0451084 -0.900969 0.620111 0.0648206 -0.781832 0.429788 -0.0594749 -0.900969 0.431533 0.0451084 -0.900969 0.617604 -0.0854652 -0.781832 0.22042 -0.0305022 -0.974928 0 0 -1 0 0 -1 0.22042 -0.0305022 -0.974928 0 0 -1 0.221315 0.0231342 -0.974928 0.22042 -0.0305022 -0.974928 0.221315 0.0231342 -0.974928 0.431533 0.0451084 -0.900969 0.22042 -0.0305022 -0.974928 0.431533 0.0451084 -0.900969 0.429788 -0.0594749 -0.900969 0.905681 -0.360869 -0.222521 0.990561 -0.137076 0 0.928972 -0.370149 0 0.905681 -0.360869 -0.222521 0.928972 -0.370149 0 0.813396 -0.581711 0 0.905681 -0.360869 -0.222521 0.965725 -0.133639 -0.222521 0.990561 -0.137076 0 0.836975 -0.333493 -0.433884 0.892464 -0.123501 -0.433884 0.965725 -0.133639 -0.222521 0.836975 -0.333493 -0.433884 0.774451 -0.10717 -0.62349 0.892464 -0.123501 -0.433884 0.836975 -0.333493 -0.433884 0.965725 -0.133639 -0.222521 0.905681 -0.360869 -0.222521 0.7263 -0.289394 -0.62349 0.774451 -0.10717 -0.62349 0.836975 -0.333493 -0.433884 0.579205 -0.230784 -0.781832 0.617604 -0.0854652 -0.781832 0.774451 -0.10717 -0.62349 0.579205 -0.230784 -0.781832 0.774451 -0.10717 -0.62349 0.7263 -0.289394 -0.62349 0.403066 -0.160602 -0.900969 0.429788 -0.0594749 -0.900969 0.617604 -0.0854652 -0.781832 0.403066 -0.160602 -0.900969 0.617604 -0.0854652 -0.781832 0.579205 -0.230784 -0.781832 0.206716 -0.0823659 -0.974928 0 0 -1 0 0 -1 0.206716 -0.0823659 -0.974928 0 0 -1 0.22042 -0.0305022 -0.974928 0.206716 -0.0823659 -0.974928 0.22042 -0.0305022 -0.974928 0.429788 -0.0594749 -0.900969 0.206716 -0.0823659 -0.974928 0.429788 -0.0594749 -0.900969 0.403066 -0.160602 -0.900969 0.793002 -0.567126 -0.222521 0.905681 -0.360869 -0.222521 0.813396 -0.581711 0 0.732844 -0.524103 -0.433884 0.836975 -0.333493 -0.433884 0.905681 -0.360869 -0.222521 0.732844 -0.524103 -0.433884 0.905681 -0.360869 -0.222521 0.793002 -0.567126 -0.222521 0.635938 -0.4548 -0.62349 0.7263 -0.289394 -0.62349 0.836975 -0.333493 -0.433884 0.635938 -0.4548 -0.62349 0.836975 -0.333493 -0.433884 0.732844 -0.524103 -0.433884 0.507144 -0.362691 -0.781832 0.579205 -0.230784 -0.781832 0.7263 -0.289394 -0.62349 0.507144 -0.362691 -0.781832 0.7263 -0.289394 -0.62349 0.635938 -0.4548 -0.62349 0.352919 -0.252395 -0.900969 0.403066 -0.160602 -0.900969 0.579205 -0.230784 -0.781832 0.352919 -0.252395 -0.900969 0.579205 -0.230784 -0.781832 0.507144 -0.362691 -0.781832 0.180998 -0.129443 -0.974928 0 0 -1 0 0 -1 0.180998 -0.129443 -0.974928 0 0 -1 0.206716 -0.0823659 -0.974928 0.180998 -0.129443 -0.974928 0.206716 -0.0823659 -0.974928 0.403066 -0.160602 -0.900969 0.180998 -0.129443 -0.974928 0.403066 -0.160602 -0.900969 0.352919 -0.252395 -0.900969 0.634237 -0.740424 -0.222521 0.813396 -0.581711 0 0.650547 -0.759466 0 0.634237 -0.740424 -0.222521 0.793002 -0.567126 -0.222521 0.813396 -0.581711 0 0.586123 -0.684255 -0.433884 0.732844 -0.524103 -0.433884 0.793002 -0.567126 -0.222521 0.586123 -0.684255 -0.433884 0.793002 -0.567126 -0.222521 0.634237 -0.740424 -0.222521 0.508618 -0.593774 -0.62349 0.635938 -0.4548 -0.62349 0.732844 -0.524103 -0.433884 0.508618 -0.593774 -0.62349 0.732844 -0.524103 -0.433884 0.586123 -0.684255 -0.433884 0.508618 -0.593774 -0.62349 0.507144 -0.362691 -0.781832 0.635938 -0.4548 -0.62349 0.40561 -0.473519 -0.781832 0.507144 -0.362691 -0.781832 0.508618 -0.593774 -0.62349 0.282262 -0.32952 -0.900969 0.507144 -0.362691 -0.781832 0.40561 -0.473519 -0.781832 0.282262 -0.32952 -0.900969 0.352919 -0.252395 -0.900969 0.507144 -0.362691 -0.781832 0.14476 -0.168997 -0.974928 0.180998 -0.129443 -0.974928 0.352919 -0.252395 -0.900969 0.14476 -0.168997 -0.974928 0.352919 -0.252395 -0.900969 0.282262 -0.32952 -0.900969 0.14476 -0.168997 -0.974928 0 0 -1 0 0 -1 0.14476 -0.168997 -0.974928 0 0 -1 0 0 -1 0.14476 -0.168997 -0.974928 0 0 -1 0.180998 -0.129443 -0.974928 0.438612 -0.870692 -0.222521 0.650547 -0.759466 0 0.449892 -0.893083 0 0.438612 -0.870692 -0.222521 0.634237 -0.740424 -0.222521 0.650547 -0.759466 0 0.405338 -0.80464 -0.433884 0.634237 -0.740424 -0.222521 0.438612 -0.870692 -0.222521 0.405338 -0.80464 -0.433884 0.586123 -0.684255 -0.433884 0.634237 -0.740424 -0.222521 0.351739 -0.698241 -0.62349 0.508618 -0.593774 -0.62349 0.586123 -0.684255 -0.433884 0.351739 -0.698241 -0.62349 0.40561 -0.473519 -0.781832 0.508618 -0.593774 -0.62349 0.351739 -0.698241 -0.62349 0.586123 -0.684255 -0.433884 0.405338 -0.80464 -0.433884 0.280503 -0.556828 -0.781832 0.40561 -0.473519 -0.781832 0.351739 -0.698241 -0.62349 0.195201 -0.387494 -0.900969 0.282262 -0.32952 -0.900969 0.40561 -0.473519 -0.781832 0.195201 -0.387494 -0.900969 0.14476 -0.168997 -0.974928 0.282262 -0.32952 -0.900969 0.195201 -0.387494 -0.900969 0.40561 -0.473519 -0.781832 0.280503 -0.556828 -0.781832 0.10011 -0.19873 -0.974928 0 0 -1 0.14476 -0.168997 -0.974928 0.10011 -0.19873 -0.974928 0.14476 -0.168997 -0.974928 0.195201 -0.387494 -0.900969 0.217496 -0.950358 -0.222521 0.438612 -0.870692 -0.222521 0.449892 -0.893083 0 0.217496 -0.950358 -0.222521 0.449892 -0.893083 0 0.22309 -0.974798 0 0.217496 -0.950358 -0.222521 0.22309 -0.974798 0 -0.0166773 -0.999861 0 0.200997 -0.878263 -0.433884 0.438612 -0.870692 -0.222521 0.217496 -0.950358 -0.222521 0.200997 -0.878263 -0.433884 0.405338 -0.80464 -0.433884 0.438612 -0.870692 -0.222521 0.174419 -0.762128 -0.62349 0.351739 -0.698241 -0.62349 0.405338 -0.80464 -0.433884 0.174419 -0.762128 -0.62349 0.405338 -0.80464 -0.433884 0.200997 -0.878263 -0.433884 0.139094 -0.607777 -0.781832 0.280503 -0.556828 -0.781832 0.351739 -0.698241 -0.62349 0.139094 -0.607777 -0.781832 0.351739 -0.698241 -0.62349 0.174419 -0.762128 -0.62349 0.096795 -0.422949 -0.900969 0.280503 -0.556828 -0.781832 0.139094 -0.607777 -0.781832 0.096795 -0.422949 -0.900969 0.195201 -0.387494 -0.900969 0.280503 -0.556828 -0.781832 0.096795 -0.422949 -0.900969 0.10011 -0.19873 -0.974928 0.195201 -0.387494 -0.900969 0.0496421 -0.216913 -0.974928 0 0 -1 0 0 -1 0.0496421 -0.216913 -0.974928 0 0 -1 0 0 -1 0.0496421 -0.216913 -0.974928 0 0 -1 0.10011 -0.19873 -0.974928 0.0496421 -0.216913 -0.974928 0.10011 -0.19873 -0.974928 0.096795 -0.422949 -0.900969 -0.0162591 -0.974792 -0.222521 0.217496 -0.950358 -0.222521 -0.0166773 -0.999861 0 -0.0150257 -0.900844 -0.433884 0.217496 -0.950358 -0.222521 -0.0162591 -0.974792 -0.222521 -0.0150257 -0.900844 -0.433884 0.200997 -0.878263 -0.433884 0.217496 -0.950358 -0.222521 -0.0130388 -0.781723 -0.62349 0.174419 -0.762128 -0.62349 0.200997 -0.878263 -0.433884 -0.0130388 -0.781723 -0.62349 0.139094 -0.607777 -0.781832 0.174419 -0.762128 -0.62349 -0.0130388 -0.781723 -0.62349 0.200997 -0.878263 -0.433884 -0.0150257 -0.900844 -0.433884 -0.0103981 -0.623403 -0.781832 0.139094 -0.607777 -0.781832 -0.0130388 -0.781723 -0.62349 -0.007236 -0.433823 -0.900969 0.096795 -0.422949 -0.900969 0.139094 -0.607777 -0.781832 -0.007236 -0.433823 -0.900969 0.0496421 -0.216913 -0.974928 0.096795 -0.422949 -0.900969 -0.007236 -0.433823 -0.900969 0.139094 -0.607777 -0.781832 -0.0103981 -0.623403 -0.781832 -0.00371104 -0.22249 -0.974928 0 0 -1 0.0496421 -0.216913 -0.974928 -0.00371104 -0.22249 -0.974928 0.0496421 -0.216913 -0.974928 -0.007236 -0.433823 -0.900969 -0.24907 -0.942576 -0.222521 -0.255475 -0.966816 0 -0.467405 -0.85558 -0.222521 -0.24907 -0.942576 -0.222521 -0.0166773 -0.999861 0 -0.255475 -0.966816 0 -0.24907 -0.942576 -0.222521 -0.0162591 -0.974792 -0.222521 -0.0166773 -0.999861 0 -0.230175 -0.871071 -0.433884 -0.467405 -0.85558 -0.222521 -0.431947 -0.790675 -0.433884 -0.230175 -0.871071 -0.433884 -0.0150257 -0.900844 -0.433884 -0.0162591 -0.974792 -0.222521 -0.230175 -0.871071 -0.433884 -0.24907 -0.942576 -0.222521 -0.467405 -0.85558 -0.222521 -0.230175 -0.871071 -0.433884 -0.0162591 -0.974792 -0.222521 -0.24907 -0.942576 -0.222521 -0.199738 -0.755887 -0.62349 -0.0150257 -0.900844 -0.433884 -0.230175 -0.871071 -0.433884 -0.199738 -0.755887 -0.62349 -0.431947 -0.790675 -0.433884 -0.37483 -0.686122 -0.62349 -0.199738 -0.755887 -0.62349 -0.230175 -0.871071 -0.433884 -0.431947 -0.790675 -0.433884 -0.199738 -0.755887 -0.62349 -0.0130388 -0.781723 -0.62349 -0.0150257 -0.900844 -0.433884 -0.159286 -0.6028 -0.781832 -0.199738 -0.755887 -0.62349 -0.37483 -0.686122 -0.62349 -0.159286 -0.6028 -0.781832 -0.37483 -0.686122 -0.62349 -0.298917 -0.547164 -0.781832 -0.159286 -0.6028 -0.781832 -0.298917 -0.547164 -0.781832 -0.208015 -0.380769 -0.900969 -0.159286 -0.6028 -0.781832 -0.0103981 -0.623403 -0.781832 -0.0130388 -0.781723 -0.62349 -0.159286 -0.6028 -0.781832 -0.0130388 -0.781723 -0.62349 -0.199738 -0.755887 -0.62349 -0.110846 -0.419486 -0.900969 -0.007236 -0.433823 -0.900969 -0.0103981 -0.623403 -0.781832 -0.110846 -0.419486 -0.900969 -0.159286 -0.6028 -0.781832 -0.208015 -0.380769 -0.900969 -0.110846 -0.419486 -0.900969 -0.00371104 -0.22249 -0.974928 -0.007236 -0.433823 -0.900969 -0.110846 -0.419486 -0.900969 -0.0103981 -0.623403 -0.781832 -0.159286 -0.6028 -0.781832 -0.0568485 -0.215137 -0.974928 0 0 -1 0 0 -1 -0.0568485 -0.215137 -0.974928 -0.106682 -0.19528 -0.974928 0 0 -1 -0.0568485 -0.215137 -0.974928 -0.208015 -0.380769 -0.900969 -0.106682 -0.19528 -0.974928 -0.0568485 -0.215137 -0.974928 0 0 -1 -0.00371104 -0.22249 -0.974928 -0.0568485 -0.215137 -0.974928 -0.110846 -0.419486 -0.900969 -0.208015 -0.380769 -0.900969 -0.0568485 -0.215137 -0.974928 -0.00371104 -0.22249 -0.974928 -0.110846 -0.419486 -0.900969 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0.857243 -0.514913 0 0.857243 -0.514913 0 0.857243 -0.514913 0 0.857243 -0.514913 0 0.857243 -0.514913 0 0.857243 -0.514913 0 0.874549 0.484938 0 0.874549 0.484938 0 0.874549 0.484938 0 0.874549 0.484938 0 0.874549 0.484938 0 0.874549 0.484938 0 -0.0173061 -0.99985 0 -0.0173061 -0.99985 0 -0.0173061 -0.99985 0 -0.0173061 -0.99985 0 -0.0173061 -0.99985 0 -0.0173061 -0.99985 0 -0.874549 -0.484938 0 -0.874549 -0.484938 0 -0.874549 -0.484938 0 -0.874549 -0.484938 0 -0.874549 -0.484938 0 -0.874549 -0.484938 0 -0.857243 0.514913 0 -0.857243 0.514913 0 -0.857243 0.514913 0 -0.857243 0.514913 0 -0.857243 0.514913 0 -0.857243 0.514913 0 0.0173061 0.99985 0 0.0173061 0.99985 0 0.0173061 0.99985 0 0.0173061 0.99985 0 0.0173061 0.99985 0 0.0173061 0.99985 0 0.0599291 -0.781673 0.620802 0.18227 -0.979609 0.0845249 0.10281 -0.925223 0.365229 0.0599291 -0.781673 0.620802 0.10281 -0.925223 0.365229 0.0144055 -0.78956 0.613504 0.0599291 -0.781673 0.620802 0.0144055 -0.78956 0.613504 -0.0792354 -0.57385 0.815118 0.0599291 -0.781673 0.620802 -0.0792354 -0.57385 0.815118 -0.165375 -0.302717 0.938623 0.0599291 -0.781673 0.620802 0.316283 -0.945016 0.0831238 0.18227 -0.979609 0.0845249 0.0599291 -0.781673 0.620802 -0.165375 -0.302717 0.938623 -0.0988596 -0.330475 0.938623 0.128816 -0.776944 0.61625 0.223529 -0.848585 0.479519 0.316283 -0.945016 0.0831238 0.128816 -0.776944 0.61625 0.114321 -0.642907 0.757365 0.223529 -0.848585 0.479519 0.128816 -0.776944 0.61625 -0.0160774 -0.344569 0.938623 0.114321 -0.642907 0.757365 0.128816 -0.776944 0.61625 -0.0988596 -0.330475 0.938623 -0.0160774 -0.344569 0.938623 0.128816 -0.776944 0.61625 0.0599291 -0.781673 0.620802 -0.0988596 -0.330475 0.938623 0.128816 -0.776944 0.61625 0.316283 -0.945016 0.0831238 0.0599291 -0.781673 0.620802 0.0980733 0.33071 0.938623 0.0428487 0.65163 0.757326 0.165375 0.302717 0.938623 0.0519894 0.786306 0.615646 -0.0452361 0.995468 0.083651 0.0129703 0.932651 0.360548 0.0519894 0.786306 0.615646 0.0129703 0.932651 0.360548 0.0700267 0.791675 0.606916 0.0519894 0.786306 0.615646 0.0700267 0.791675 0.606916 0.123325 0.573616 0.809787 0.0519894 0.786306 0.615646 0.123325 0.573616 0.809787 0.165375 0.302717 0.938623 0.0519894 0.786306 0.615646 -0.0808933 0.993249 0.0831396 -0.0452361 0.995468 0.083651 0.0519894 0.786306 0.615646 -0.0138984 0.877452 0.479463 -0.0808933 0.993249 0.0831396 0.0519894 0.786306 0.615646 0.0428487 0.65163 0.757326 -0.0138984 0.877452 0.479463 0.0519894 0.786306 0.615646 0.165375 0.302717 0.938623 0.0428487 0.65163 0.757326 -0.203455 0.755045 0.623308 0.165375 0.302717 0.938623 0.082115 0.335028 0.938623 -0.203455 0.755045 0.623308 -0.268748 0.959525 0.0841828 -0.176682 0.91285 0.368088 -0.203455 0.755045 0.623308 -0.176682 0.91285 0.368088 -0.068636 0.783082 0.618119 -0.203455 0.755045 0.623308 -0.068636 0.783082 0.618119 0.0508225 0.571496 0.819029 -0.203455 0.755045 0.623308 0.0508225 0.571496 0.819029 0.165375 0.302717 0.938623 -0.203455 0.755045 0.623308 -0.417832 0.904586 0.0845025 -0.268748 0.959525 0.0841828 -0.273117 0.736429 0.618935 0.082115 0.335028 0.938623 0.0132487 0.34469 0.938623 -0.273117 0.736429 0.618935 -0.533228 0.841878 0.0831199 -0.417832 0.904586 0.0845025 -0.315389 0.72191 0.615934 0.0132487 0.34469 0.938623 -0.0668507 0.338404 0.938623 -0.315389 0.72191 0.615934 -0.420134 0.770438 0.479492 -0.533228 0.841878 0.0831199 -0.315389 0.72191 0.615934 -0.26487 0.59688 0.757349 -0.420134 0.770438 0.479492 -0.315389 0.72191 0.615934 -0.0668507 0.338404 0.938623 -0.26487 0.59688 0.757349 -0.315389 0.72191 0.615934 -0.273117 0.736429 0.618935 0.0132487 0.34469 0.938623 -0.315389 0.72191 0.615934 -0.533228 0.841878 0.0831199 -0.273117 0.736429 0.618935 -0.204645 0.754775 0.623246 -0.417832 0.904586 0.0845025 -0.203455 0.755045 0.623308 -0.204645 0.754775 0.623246 0.082115 0.335028 0.938623 -0.273117 0.736429 0.618935 -0.204645 0.754775 0.623246 -0.273117 0.736429 0.618935 -0.417832 0.904586 0.0845025 -0.204645 0.754775 0.623246 -0.203455 0.755045 0.623308 0.082115 0.335028 0.938623 0.474083 0.755587 0.452032 0.552285 0.291933 0.780869 0.466694 0.41526 0.780869 0.474083 0.755587 0.452032 0.360511 0.890837 0.276481 0.253923 0.967224 0 0.474083 0.755587 0.452032 0.41328 0.79287 0.447837 0.360511 0.890837 0.276481 0.474083 0.755587 0.452032 0.454793 0.624464 0.634987 0.41328 0.79287 0.447837 0.474083 0.755587 0.452032 0.466694 0.41526 0.780869 0.454793 0.624464 0.634987 0.583536 0.670223 0.458571 0.253923 0.967224 0 0.472962 0.881083 0 0.583536 0.670223 0.458571 0.63904 0.452735 0.621819 0.59722 0.183228 0.780869 0.583536 0.670223 0.458571 0.622658 0.658247 0.423093 0.63904 0.452735 0.621819 0.583536 0.670223 0.458571 0.569325 0.789833 0.228107 0.622658 0.658247 0.423093 0.583536 0.670223 0.458571 0.472962 0.881083 0 0.569325 0.789833 0.228107 0.583536 0.670223 0.458571 0.59722 0.183228 0.780869 0.552285 0.291933 0.780869 0.583536 0.670223 0.458571 0.552285 0.291933 0.780869 0.474083 0.755587 0.452032 0.583536 0.670223 0.458571 0.474083 0.755587 0.452032 0.253923 0.967224 0 -0.16895 0.175491 0.969876 -0.0415941 0.173533 0.983949 -0.269303 -0.215554 0.938623 0.196531 0.385027 0.901737 -0.16895 0.175491 0.969876 -0.115358 0.351178 0.929175 0.196531 0.385027 0.901737 -0.115358 0.351178 0.929175 -0.0788793 0.459715 0.884556 0.196531 0.385027 0.901737 -0.0415941 0.173533 0.983949 -0.16895 0.175491 0.969876 0.448392 0.434955 0.780871 0.452362 0.43083 0.780867 0.196531 0.385027 0.901737 0.448392 0.434955 0.780871 -0.0788793 0.459715 0.884556 0.0173263 0.702221 0.711748 0.448392 0.434955 0.780871 0.196531 0.385027 0.901737 -0.0788793 0.459715 0.884556 0.446376 0.437027 0.780868 0.448392 0.434955 0.780871 0.0173263 0.702221 0.711748 0.446304 0.43711 0.780863 0.0173263 0.702221 0.711748 0.0771562 0.818385 0.569468 0.446304 0.43711 0.780863 0.446376 0.437027 0.780868 0.0173263 0.702221 0.711748 0.448113 0.435244 0.780869 0.0771562 0.818385 0.569468 0.136936 0.904865 0.403074 0.448113 0.435244 0.780869 0.446304 0.43711 0.780863 0.0771562 0.818385 0.569468 0.450438 0.432837 0.780869 0.448113 0.435244 0.780869 0.136936 0.904865 0.403074 0.453455 0.429674 0.780871 0.136936 0.904865 0.403074 0.203915 0.960972 0.186955 0.453455 0.429674 0.780871 0.450438 0.432837 0.780869 0.136936 0.904865 0.403074 0.360478 0.890847 0.276491 0.203915 0.960972 0.186955 0.253922 0.967225 0 0.459877 0.422797 0.780869 0.453455 0.429674 0.780871 0.203915 0.960972 0.186955 0.413248 0.79288 0.447848 0.203915 0.960972 0.186955 0.360478 0.890847 0.276491 0.413248 0.79288 0.447848 0.459877 0.422797 0.780869 0.203915 0.960972 0.186955 0.454787 0.624468 0.634988 0.459877 0.422797 0.780869 0.413248 0.79288 0.447848 0.466696 0.415257 0.780869 0.459877 0.422797 0.780869 0.454787 0.624468 0.634988 -0.306396 0.577304 0.756863 -0.29347 0.887286 0.355806 -0.310687 0.782736 0.539257 -0.306396 0.577304 0.756863 -0.310687 0.782736 0.539257 -0.312368 0.66176 0.681542 -0.306396 0.577304 0.756863 -0.312368 0.66176 0.681542 -0.295646 0.460253 0.837114 -0.306396 0.577304 0.756863 -0.295646 0.460253 0.837114 -0.270744 0.28926 0.918165 -0.306396 0.577304 0.756863 -0.270744 0.28926 0.918165 -0.239588 0.118942 0.963561 -0.29978 0.50269 0.810823 -0.239588 0.118942 0.963561 -0.201407 -0.0604349 0.977642 -0.29978 0.50269 0.810823 -0.29347 0.887286 0.355806 -0.306396 0.577304 0.756863 -0.29978 0.50269 0.810823 -0.306396 0.577304 0.756863 -0.239588 0.118942 0.963561 -0.307864 0.650212 0.694582 -0.224655 0.974438 0 -0.29347 0.887286 0.355806 -0.307864 0.650212 0.694582 -0.29347 0.887286 0.355806 -0.29978 0.50269 0.810823 -0.307864 0.650212 0.694582 -0.29978 0.50269 0.810823 -0.201407 -0.0604349 0.977642 -0.302017 0.547471 0.780424 -0.201407 -0.0604349 0.977642 -0.138278 -0.316015 0.938623 -0.302017 0.547471 0.780424 -0.307864 0.650212 0.694582 -0.201407 -0.0604349 0.977642 -0.302017 0.547471 0.780424 -0.224655 0.974438 0 -0.307864 0.650212 0.694582 -0.289618 0.820646 0.492607 -0.260052 0.899279 0.351667 -0.229925 0.956628 0.178878 -0.289618 0.820646 0.492607 -0.229925 0.956628 0.178878 -0.19197 0.981401 0 -0.289618 0.820646 0.492607 -0.19197 0.981401 0 -0.224655 0.974438 0 -0.289618 0.820646 0.492607 -0.224655 0.974438 0 -0.302017 0.547471 0.780424 -0.278349 0.319515 0.905777 -0.138278 -0.316015 0.938623 -0.165376 -0.302717 0.938623 -0.278349 0.319515 0.905777 -0.289618 0.820646 0.492607 -0.302017 0.547471 0.780424 -0.278349 0.319515 0.905777 -0.302017 0.547471 0.780424 -0.138278 -0.316015 0.938623 -0.27986 0.326379 0.902859 -0.165376 -0.302717 0.938623 -0.218475 -0.0734087 0.973078 -0.27986 0.326379 0.902859 -0.218475 -0.0734087 0.973078 -0.259206 0.160025 0.952473 -0.27986 0.326379 0.902859 -0.259206 0.160025 0.952473 -0.2898 0.445072 0.847306 -0.27986 0.326379 0.902859 -0.278349 0.319515 0.905777 -0.165376 -0.302717 0.938623 -0.27986 0.326379 0.902859 -0.289618 0.820646 0.492607 -0.278349 0.319515 0.905777 -0.290102 0.434238 0.852806 -0.2898 0.445072 0.847306 -0.293013 0.695736 0.655816 -0.290102 0.434238 0.852806 -0.293013 0.695736 0.655816 -0.28132 0.811328 0.512451 -0.290102 0.434238 0.852806 -0.28132 0.811328 0.512451 -0.260052 0.899279 0.351667 -0.290102 0.434238 0.852806 -0.260052 0.899279 0.351667 -0.289618 0.820646 0.492607 -0.290102 0.434238 0.852806 -0.289618 0.820646 0.492607 -0.27986 0.326379 0.902859 -0.290102 0.434238 0.852806 -0.27986 0.326379 0.902859 -0.2898 0.445072 0.847306 0.0686409 0.889357 0.452032 0.353356 0.515154 0.780869 0.220256 0.584578 0.780869 0.0686409 0.889357 0.452032 -0.0947762 0.956335 0.276481 -0.224654 0.974439 0 0.0686409 0.889357 0.452032 -0.00252381 0.894112 0.447837 -0.0947762 0.956335 0.276481 0.0686409 0.889357 0.452032 0.112496 0.764288 0.634987 -0.00252381 0.894112 0.447837 0.0686409 0.889357 0.452032 0.220256 0.584578 0.780869 0.112496 0.764288 0.634987 0.205227 0.864635 0.458571 -0.224654 0.974439 0 0.00932795 0.999956 0 0.205227 0.864635 0.458571 0.355446 0.697853 0.621819 0.443662 0.439782 0.780869 0.205227 0.864635 0.458571 0.245433 0.872213 0.423093 0.355446 0.697853 0.621819 0.205227 0.864635 0.458571 0.137059 0.963941 0.228107 0.245433 0.872213 0.423093 0.205227 0.864635 0.458571 0.00932795 0.999956 0 0.137059 0.963941 0.228107 0.205227 0.864635 0.458571 0.443662 0.439782 0.780869 0.353356 0.515154 0.780869 0.205227 0.864635 0.458571 0.353356 0.515154 0.780869 0.0686409 0.889357 0.452032 0.205227 0.864635 0.458571 0.0686409 0.889357 0.452032 -0.224654 0.974439 0 -0.293475 0.887289 0.355796 -0.224654 0.974438 0 -0.0948115 0.956329 0.276488 0.205743 0.58984 0.78087 -0.0948115 0.956329 0.276488 -0.00255866 0.894108 0.447845 0.205743 0.58984 0.78087 -0.00255866 0.894108 0.447845 0.112487 0.764291 0.634985 0.205743 0.58984 0.78087 0.112487 0.764291 0.634985 0.220255 0.584585 0.780864 0.205743 0.58984 0.78087 -0.293475 0.887289 0.355796 -0.0948115 0.956329 0.276488 0.19653 0.592976 0.780869 -0.31073 0.782727 0.539245 -0.293475 0.887289 0.355796 0.19653 0.592976 0.780869 -0.293475 0.887289 0.355796 0.205743 0.58984 0.78087 0.192962 0.594145 0.780869 -0.31073 0.782727 0.539245 0.19653 0.592976 0.780869 0.192004 0.594457 0.780869 -0.312237 0.661845 0.68152 -0.31073 0.782727 0.539245 0.192004 0.594457 0.780869 -0.31073 0.782727 0.539245 0.192962 0.594145 0.780869 0.191768 0.594535 0.780867 -0.312237 0.661845 0.68152 0.192004 0.594457 0.780869 0.192517 0.594288 0.78087 -0.295703 0.460365 0.837033 -0.312237 0.661845 0.68152 0.192517 0.594288 0.78087 -0.312237 0.661845 0.68152 0.191768 0.594535 0.780867 0.194448 0.593659 0.780871 -0.295703 0.460365 0.837033 0.192517 0.594288 0.78087 0.196967 0.592831 0.780868 -0.295703 0.460365 0.837033 0.194448 0.593659 0.780871 -0.00494653 0.432142 0.901792 -0.270741 0.28927 0.918163 -0.295703 0.460365 0.837033 -0.00494653 0.432142 0.901792 -0.239571 0.118941 0.963566 -0.270741 0.28927 0.918163 -0.00494653 0.432142 0.901792 -0.295703 0.460365 0.837033 0.196967 0.592831 0.780868 0.200328 0.591706 0.780867 -0.00494653 0.432142 0.901792 0.196967 0.592831 0.780868 -0.117344 0.134747 0.983907 -0.201318 -0.0605183 0.977655 -0.239571 0.118941 0.963566 -0.117344 0.134747 0.983907 -0.239571 0.118941 0.963566 -0.00494653 0.432142 0.901792 -0.138283 -0.316013 0.938623 -0.201318 -0.0605183 0.977655 -0.117344 0.134747 0.983907 -0.590939 0.452918 0.667574 -0.478101 0.273659 0.834584 -0.37643 0.133312 0.916803 -0.50132 0.410627 0.761619 -0.0775872 -0.336107 0.938622 -0.125996 -0.32111 0.938623 -0.50132 0.410627 0.761619 -0.451484 0.892279 0 -0.540437 0.841384 0 -0.487292 0.287904 0.824413 -0.667014 0.627097 0.402296 -0.632811 0.535123 0.559636 -0.487292 0.287904 0.824413 -0.632811 0.535123 0.559636 -0.590939 0.452918 0.667574 -0.487292 0.287904 0.824413 -0.37643 0.133312 0.916803 -0.268908 -0.00417582 0.963157 -0.487292 0.287904 0.824413 -0.268908 -0.00417582 0.963157 -0.151018 -0.146208 0.977659 -0.487292 0.287904 0.824413 -0.590939 0.452918 0.667574 -0.37643 0.133312 0.916803 -0.534363 0.361968 0.76383 -0.67589 0.707619 0.20603 -0.667014 0.627097 0.402296 -0.534363 0.361968 0.76383 -0.667014 0.627097 0.402296 -0.487292 0.287904 0.824413 -0.534363 0.361968 0.76383 -0.487292 0.287904 0.824413 -0.151018 -0.146208 0.977659 -0.4736 0.268216 0.838906 -0.151018 -0.146208 0.977659 0.0244248 -0.344081 0.938622 -0.4736 0.268216 0.838906 -0.67589 0.707619 0.20603 -0.534363 0.361968 0.76383 -0.4736 0.268216 0.838906 -0.534363 0.361968 0.76383 -0.151018 -0.146208 0.977659 -0.521845 0.344404 0.780425 -0.651768 0.758418 0 -0.67589 0.707619 0.20603 -0.521845 0.344404 0.780425 -0.67589 0.707619 0.20603 -0.4736 0.268216 0.838906 -0.521845 0.344404 0.780425 -0.4736 0.268216 0.838906 0.0244248 -0.344081 0.938622 -0.517878 0.373634 0.769545 0.0244248 -0.344081 0.938622 -0.0775872 -0.336107 0.938622 -0.517878 0.373634 0.769545 -0.540437 0.841384 0 -0.651768 0.758418 0 -0.517878 0.373634 0.769545 -0.651768 0.758418 0 -0.521845 0.344404 0.780425 -0.517878 0.373634 0.769545 -0.521845 0.344404 0.780425 0.0244248 -0.344081 0.938622 -0.501675 0.410008 0.761719 -0.50132 0.410627 0.761619 -0.540437 0.841384 0 -0.501675 0.410008 0.761719 -0.517878 0.373634 0.769545 -0.0775872 -0.336107 0.938622 -0.501675 0.410008 0.761719 -0.540437 0.841384 0 -0.517878 0.373634 0.769545 -0.501675 0.410008 0.761719 -0.0775872 -0.336107 0.938622 -0.50132 0.410627 0.761619 -0.465291 0.460126 0.756167 -0.451484 0.892279 0 -0.50132 0.410627 0.761619 -0.465291 0.460126 0.756167 -0.50132 0.410627 0.761619 -0.125996 -0.32111 0.938623 -0.470547 0.742999 0.47596 -0.351151 0.936319 0 -0.451484 0.892279 0 -0.391337 0.25788 0.883376 -0.125996 -0.32111 0.938623 -0.165377 -0.302714 0.938624 -0.37837 0.279616 0.882412 -0.165377 -0.302714 0.938624 -0.252997 -0.0887047 0.963392 -0.37837 0.279616 0.882412 -0.252997 -0.0887047 0.963392 -0.326925 0.130078 0.936055 -0.37837 0.279616 0.882412 -0.391337 0.25788 0.883376 -0.165377 -0.302714 0.938624 -0.37837 0.279616 0.882412 -0.470547 0.742999 0.47596 -0.391337 0.25788 0.883376 -0.404385 0.381109 0.831402 -0.470547 0.742999 0.47596 -0.37837 0.279616 0.882412 -0.498186 0.687673 0.528125 -0.470547 0.742999 0.47596 -0.451484 0.892279 0 -0.498186 0.687673 0.528125 -0.391337 0.25788 0.883376 -0.470547 0.742999 0.47596 -0.498186 0.687673 0.528125 -0.451484 0.892279 0 -0.465291 0.460126 0.756167 -0.43994 0.759598 0.479023 -0.326925 0.130078 0.936055 -0.395548 0.399431 0.827041 -0.43994 0.759598 0.479023 -0.395548 0.399431 0.827041 -0.429371 0.640095 0.637118 -0.43994 0.759598 0.479023 -0.429371 0.640095 0.637118 -0.430284 0.753616 0.496909 -0.43994 0.759598 0.479023 -0.430284 0.753616 0.496909 -0.417195 0.842597 0.340557 -0.43994 0.759598 0.479023 -0.417195 0.842597 0.340557 -0.390528 0.904172 0.173094 -0.43994 0.759598 0.479023 -0.390528 0.904172 0.173094 -0.351151 0.936319 0 -0.43994 0.759598 0.479023 -0.37837 0.279616 0.882412 -0.326925 0.130078 0.936055 -0.43994 0.759598 0.479023 -0.351151 0.936319 0 -0.470547 0.742999 0.47596 -0.43994 0.759598 0.479023 -0.404385 0.381109 0.831402 -0.37837 0.279616 0.882412 -0.43994 0.759598 0.479023 -0.470547 0.742999 0.47596 -0.404385 0.381109 0.831402 -0.385437 0.222356 0.895543 -0.465291 0.460126 0.756167 -0.125996 -0.32111 0.938623 -0.385437 0.222356 0.895543 -0.125996 -0.32111 0.938623 -0.391337 0.25788 0.883376 -0.385437 0.222356 0.895543 -0.498186 0.687673 0.528125 -0.465291 0.460126 0.756167 -0.385437 0.222356 0.895543 -0.391337 0.25788 0.883376 -0.498186 0.687673 0.528125 -0.352526 0.819385 0.452032 0.0734776 0.620359 0.780869 -0.0766403 0.619976 0.780869 -0.352526 0.819385 0.452032 -0.528351 0.802748 0.276481 -0.651765 0.758421 0 -0.352526 0.819385 0.452032 -0.417749 0.790524 0.447837 -0.528351 0.802748 0.276481 -0.352526 0.819385 0.452032 -0.255572 0.729023 0.634987 -0.417749 0.790524 0.447837 -0.352526 0.819385 0.452032 -0.0766403 0.619976 0.780869 -0.255572 0.729023 0.634987 -0.220096 0.86097 0.458571 -0.651765 0.758421 0 -0.456443 0.889752 0 -0.220096 0.86097 0.458571 -0.00957273 0.783099 0.621823 0.188466 0.595588 0.780869 -0.220096 0.86097 0.458571 -0.188014 0.886363 0.423097 -0.00957273 0.783099 0.621823 -0.220096 0.86097 0.458571 -0.326605 0.917222 0.228108 -0.188014 0.886363 0.423097 -0.220096 0.86097 0.458571 -0.456443 0.889752 0 -0.326605 0.917222 0.228108 -0.220096 0.86097 0.458571 0.188466 0.595588 0.780869 0.0734776 0.620359 0.780869 -0.220096 0.86097 0.458571 0.0734776 0.620359 0.780869 -0.352526 0.819385 0.452032 -0.220096 0.86097 0.458571 -0.352526 0.819385 0.452032 -0.651765 0.758421 0 -0.675868 0.707649 0.206001 -0.651765 0.758421 0 -0.528378 0.802726 0.276491 -0.675868 0.707649 0.206001 -0.528378 0.802726 0.276491 -0.417776 0.790504 0.447848 -0.092062 0.617945 0.780813 -0.666991 0.627139 0.402269 -0.675868 0.707649 0.206001 -0.092062 0.617945 0.780813 -0.417776 0.790504 0.447848 -0.255579 0.72902 0.634987 -0.092062 0.617945 0.780813 -0.255579 0.72902 0.634987 -0.0766404 0.61998 0.780866 -0.092062 0.617945 0.780813 -0.675868 0.707649 0.206001 -0.417776 0.790504 0.447848 -0.101735 0.616428 0.780811 -0.632806 0.535101 0.559664 -0.666991 0.627139 0.402269 -0.101735 0.616428 0.780811 -0.666991 0.627139 0.402269 -0.092062 0.617945 0.780813 -0.105467 0.615771 0.780835 -0.632806 0.535101 0.559664 -0.101735 0.616428 0.780811 -0.106465 0.615576 0.780853 -0.590898 0.452726 0.667742 -0.632806 0.535101 0.559664 -0.106465 0.615576 0.780853 -0.632806 0.535101 0.559664 -0.105467 0.615771 0.780835 -0.106703 0.615509 0.780873 -0.590898 0.452726 0.667742 -0.106465 0.615576 0.780853 -0.105917 0.615608 0.780903 -0.478216 0.27377 0.834482 -0.590898 0.452726 0.667742 -0.105917 0.615608 0.780903 -0.590898 0.452726 0.667742 -0.106703 0.615509 0.780873 -0.103914 0.615912 0.780931 -0.478216 0.27377 0.834482 -0.105917 0.615608 0.780903 -0.10129 0.616309 0.780964 -0.478216 0.27377 0.834482 -0.103914 0.615912 0.780931 -0.205083 0.380279 0.901848 -0.375811 0.1332 0.917074 -0.478216 0.27377 0.834482 -0.205083 0.380279 0.901848 -0.269065 -0.00415611 0.963113 -0.375811 0.1332 0.917074 -0.205083 0.380279 0.901848 -0.478216 0.27377 0.834482 -0.10129 0.616309 0.780964 -0.0977848 0.616839 0.780991 -0.205083 0.380279 0.901848 -0.10129 0.616309 0.780964 -0.166389 0.0645847 0.983943 -0.150794 -0.146329 0.977675 -0.269065 -0.00415611 0.963113 -0.166389 0.0645847 0.983943 -0.269065 -0.00415611 0.963113 -0.205083 0.380279 0.901848 0.0244202 -0.344079 0.938623 -0.150794 -0.146329 0.977675 -0.166389 0.0645847 0.983943 -0.692934 0.561703 0.452032 -0.223234 0.583447 0.780869 -0.355979 0.513345 0.780869 -0.692934 0.561703 0.452032 -0.840887 0.465261 0.276481 -0.929565 0.368658 0 -0.692934 0.561703 0.452032 -0.737273 0.505836 0.447837 -0.840887 0.465261 0.276481 -0.692934 0.561703 0.452032 -0.565091 0.526747 0.634987 -0.737273 0.505836 0.447837 -0.692934 0.561703 0.452032 -0.355979 0.513345 0.780869 -0.565091 0.526747 0.634987 -0.594998 0.660068 0.458571 -0.929565 0.368658 0 -0.817649 0.575717 0 -0.594998 0.660068 0.458571 -0.372406 0.688952 0.621819 -0.109905 0.614951 0.780869 -0.594998 0.660068 0.458571 -0.578395 0.697461 0.423093 -0.372406 0.688952 0.621819 -0.594998 0.660068 0.458571 -0.71545 0.660378 0.228107 -0.578395 0.697461 0.423093 -0.594998 0.660068 0.458571 -0.817649 0.575717 0 -0.71545 0.660378 0.228107 -0.594998 0.660068 0.458571 -0.109905 0.614951 0.780869 -0.223234 0.583447 0.780869 -0.594998 0.660068 0.458571 -0.223234 0.583447 0.780869 -0.692934 0.561703 0.452032 -0.594998 0.660068 0.458571 -0.692934 0.561703 0.452032 -0.929565 0.368658 0 -0.195206 -0.146502 0.969759 -0.177475 -0.0201329 0.983919 0.181531 -0.293315 0.938623 -0.357215 0.239047 0.902914 -0.195206 -0.146502 0.969759 -0.362748 -0.0718628 0.929112 -0.357215 0.239047 0.902914 -0.362748 -0.0718628 0.929112 -0.466814 -0.0223158 0.884074 -0.357215 0.239047 0.902914 -0.177475 -0.0201329 0.983919 -0.195206 -0.146502 0.969759 -0.377881 0.497299 0.780961 -0.373268 0.50068 0.781019 -0.357215 0.239047 0.902914 -0.377881 0.497299 0.780961 -0.466814 -0.0223158 0.884074 -0.694468 0.101292 0.712358 -0.377881 0.497299 0.780961 -0.357215 0.239047 0.902914 -0.466814 -0.0223158 0.884074 -0.380219 0.495608 0.780901 -0.377881 0.497299 0.780961 -0.694468 0.101292 0.712358 -0.380356 0.49559 0.780846 -0.694468 0.101292 0.712358 -0.802504 0.174819 0.57046 -0.380356 0.49559 0.780846 -0.380219 0.495608 0.780901 -0.694468 0.101292 0.712358 -0.378316 0.497205 0.78081 -0.802504 0.174819 0.57046 -0.88152 0.244687 0.403795 -0.378316 0.497205 0.78081 -0.380356 0.49559 0.780846 -0.802504 0.174819 0.57046 -0.375689 0.499213 0.780797 -0.378316 0.497205 0.78081 -0.88152 0.244687 0.403795 -0.372103 0.501902 0.78079 -0.88152 0.244687 0.403795 -0.929359 0.318101 0.187359 -0.372103 0.501902 0.78079 -0.375689 0.499213 0.780797 -0.88152 0.244687 0.403795 -0.840912 0.465218 0.276478 -0.929359 0.318101 0.187359 -0.929571 0.368644 0 -0.364407 0.507477 0.780816 -0.372103 0.501902 0.78079 -0.929359 0.318101 0.187359 -0.737302 0.505798 0.447833 -0.929359 0.318101 0.187359 -0.840912 0.465218 0.276478 -0.737302 0.505798 0.447833 -0.364407 0.507477 0.780816 -0.929359 0.318101 0.187359 -0.565116 0.526739 0.634972 -0.364407 0.507477 0.780816 -0.737302 0.505798 0.447833 -0.356005 0.513351 0.780853 -0.364407 0.507477 0.780816 -0.565116 0.526739 0.634972 -0.874599 0.175341 0.452032 -0.468805 0.412875 0.780869 -0.553767 0.289113 0.780869 -0.874599 0.175341 0.452032 -0.960786 0.0211882 0.276481 -0.994413 -0.10556 0 -0.874599 0.175341 0.452032 -0.887897 0.105268 0.447837 -0.960786 0.0211882 0.276481 -0.874599 0.175341 0.452032 -0.745155 0.203801 0.634987 -0.887897 0.105268 0.447837 -0.874599 0.175341 0.452032 -0.553767 0.289113 0.780869 -0.745155 0.203801 0.634987 -0.833594 0.307951 0.458571 -0.994413 -0.10556 0 -0.991541 0.129791 0 -0.833594 0.307951 0.458571 -0.649921 0.436971 0.621819 -0.383098 0.493437 0.780869 -0.833594 0.307951 0.458571 -0.83627 0.348778 0.423093 -0.649921 0.436971 0.621819 -0.833594 0.307951 0.458571 -0.940392 0.25225 0.228107 -0.83627 0.348778 0.423093 -0.833594 0.307951 0.458571 -0.991541 0.129791 0 -0.940392 0.25225 0.228107 -0.833594 0.307951 0.458571 -0.383098 0.493437 0.780869 -0.468805 0.412875 0.780869 -0.833594 0.307951 0.458571 -0.468805 0.412875 0.780869 -0.874599 0.175341 0.452032 -0.833594 0.307951 0.458571 -0.874599 0.175341 0.452032 -0.994413 -0.10556 0 -0.104767 -0.220436 0.969759 -0.147705 -0.100333 0.983929 0.297047 -0.17536 0.938622 -0.427362 0.0456372 0.902928 -0.104767 -0.220436 0.969759 -0.287805 -0.232205 0.929112 -0.427362 0.0456372 0.902928 -0.287805 -0.232205 0.929112 -0.402975 -0.236695 0.884074 -0.427362 0.0456372 0.902928 -0.147705 -0.100333 0.983929 -0.104767 -0.220436 0.969759 -0.565703 0.264727 0.780961 -0.56319 0.269864 0.781019 -0.427362 0.0456372 0.902928 -0.565703 0.264727 0.780961 -0.402975 -0.236695 0.884074 -0.66198 -0.233041 0.712372 -0.565703 0.264727 0.780961 -0.427362 0.0456372 0.902928 -0.402975 -0.236695 0.884074 -0.566988 0.262143 0.780901 -0.565703 0.264727 0.780961 -0.66198 -0.233041 0.712372 -0.567101 0.262062 0.780846 -0.66198 -0.233041 0.712372 -0.79182 -0.218141 0.570469 -0.567101 0.262062 0.780846 -0.566988 0.262143 0.780901 -0.66198 -0.233041 0.712372 -0.566045 0.264441 0.78081 -0.79182 -0.218141 0.570469 -0.894258 -0.192994 0.403802 -0.566045 0.264441 0.78081 -0.567101 0.262062 0.780846 -0.79182 -0.218141 0.570469 -0.564652 0.26744 0.780797 -0.566045 0.264441 0.78081 -0.894258 -0.192994 0.403802 -0.562727 0.271487 0.78079 -0.894258 -0.192994 0.403802 -0.970737 -0.150217 0.187365 -0.562727 0.271487 0.78079 -0.564652 0.26744 0.780797 -0.894258 -0.192994 0.403802 -0.960784 0.0211541 0.276491 -0.970737 -0.150217 0.187365 -0.994413 -0.105561 0 -0.558503 0.280001 0.780816 -0.562727 0.271487 0.78079 -0.970737 -0.150217 0.187365 -0.887895 0.105235 0.447848 -0.970737 -0.150217 0.187365 -0.960784 0.0211541 0.276491 -0.887895 0.105235 0.447848 -0.558503 0.280001 0.780816 -0.970737 -0.150217 0.187365 -0.745157 0.203794 0.634988 -0.558503 0.280001 0.780816 -0.887895 0.105235 0.447848 -0.553765 0.289116 0.780869 -0.558503 0.280001 0.780816 -0.745157 0.203794 0.634988 -0.855904 -0.25119 0.452032 -0.606979 0.147718 0.780869 -0.624694 -0.00135147 0.780869 -0.855904 -0.25119 0.452032 -0.86058 -0.427738 0.276481 -0.831452 -0.555596 0 -0.855904 -0.25119 0.452032 -0.835114 -0.319416 0.447837 -0.86058 -0.427738 0.276481 -0.855904 -0.25119 0.452032 -0.754513 -0.165834 0.634987 -0.835114 -0.319416 0.447837 -0.855904 -0.25119 0.452032 -0.624694 -0.00135147 0.780869 -0.754513 -0.165834 0.634987 -0.881223 -0.114713 0.458571 -0.831452 -0.555596 0 -0.938283 -0.345868 0 -0.881223 -0.114713 0.458571 -0.778547 0.0848853 0.621819 -0.568528 0.258882 0.780869 -0.881223 -0.114713 0.458571 -0.902565 -0.0798067 0.423093 -0.778547 0.0848853 0.621819 -0.881223 -0.114713 0.458571 -0.949902 -0.213666 0.228107 -0.902565 -0.0798067 0.423093 -0.881223 -0.114713 0.458571 -0.938283 -0.345868 0 -0.949902 -0.213666 0.228107 -0.881223 -0.114713 0.458571 -0.568528 0.258882 0.780869 -0.606979 0.147718 0.780869 -0.881223 -0.114713 0.458571 -0.606979 0.147718 0.780869 -0.855904 -0.25119 0.452032 -0.881223 -0.114713 0.458571 -0.855904 -0.25119 0.452032 -0.831452 -0.555596 0 0.00967485 -0.243874 0.969759 -0.0841592 -0.157482 0.983929 0.344516 -0.0172287 0.938622 -0.399619 -0.158195 0.902928 0.00967485 -0.243874 0.969759 -0.146928 -0.339357 0.929112 -0.399619 -0.158195 0.902928 -0.146928 -0.339357 0.929112 -0.246819 -0.396855 0.884074 -0.399619 -0.158195 0.902928 -0.0841592 -0.157482 0.983929 0.00967485 -0.243874 0.969759 -0.62393 -0.0284914 0.780961 -0.624092 -0.0227749 0.781019 -0.399619 -0.158195 0.902928 -0.62393 -0.0284914 0.780961 -0.246819 -0.396855 0.884074 -0.477855 -0.513985 0.712372 -0.62393 -0.0284914 0.780961 -0.399619 -0.158195 0.902928 -0.246819 -0.396855 0.884074 -0.623866 -0.0313767 0.780901 -0.62393 -0.0284914 0.780961 -0.477855 -0.513985 0.712372 -0.623929 -0.0314999 0.780846 -0.477855 -0.513985 0.712372 -0.599747 -0.561132 0.570469 -0.623929 -0.0314999 0.780846 -0.623866 -0.0313767 0.780901 -0.477855 -0.513985 0.712372 -0.6241 -0.028903 0.78081 -0.599747 -0.561132 0.570469 -0.702137 -0.58647 0.403802 -0.6241 -0.028903 0.78081 -0.623929 -0.0314999 0.780846 -0.599747 -0.561132 0.570469 -0.62426 -0.0256009 0.780797 -0.6241 -0.028903 0.78081 -0.702137 -0.58647 0.403802 -0.624436 -0.0211221 0.78079 -0.702137 -0.58647 0.403802 -0.789735 -0.584134 0.187365 -0.624436 -0.0211221 0.78079 -0.62426 -0.0256009 0.780797 -0.702137 -0.58647 0.403802 -0.860562 -0.427767 0.276491 -0.789735 -0.584134 0.187365 -0.831452 -0.555596 0 -0.624652 -0.0116209 0.780816 -0.624436 -0.0211221 0.78079 -0.789735 -0.584134 0.187365 -0.835097 -0.319445 0.447848 -0.789735 -0.584134 0.187365 -0.860562 -0.427767 0.276491 -0.835097 -0.319445 0.447848 -0.624652 -0.0116209 0.780816 -0.789735 -0.584134 0.187365 -0.754511 -0.165841 0.634988 -0.624652 -0.0116209 0.780816 -0.835097 -0.319445 0.447848 -0.624694 -0.00134764 0.780869 -0.624652 -0.0116209 0.780816 -0.754511 -0.165841 0.634988 -0.641131 -0.620176 0.452032 -0.606101 -0.151279 0.780869 -0.552511 -0.291506 0.780869 -0.641131 -0.620176 0.452032 -0.563226 -0.778675 0.276481 -0.478016 -0.878351 0 -0.641131 -0.620176 0.452032 -0.591017 -0.670926 0.447837 -0.563226 -0.778675 0.276481 -0.641131 -0.620176 0.452032 -0.591021 -0.497479 0.634987 -0.591017 -0.670926 0.447837 -0.641131 -0.620176 0.452032 -0.552511 -0.291506 0.780869 -0.591021 -0.497479 0.634987 -0.726974 -0.511098 0.458571 -0.478016 -0.878351 0 -0.670076 -0.742293 0 -0.726974 -0.511098 0.458571 -0.728817 -0.286647 0.621819 -0.623715 -0.0349797 0.780869 -0.726974 -0.511098 0.458571 -0.762094 -0.490108 0.423093 -0.728817 -0.286647 0.621819 -0.726974 -0.511098 0.458571 -0.741801 -0.630633 0.228107 -0.762094 -0.490108 0.423093 -0.726974 -0.511098 0.458571 -0.670076 -0.742293 0 -0.741801 -0.630633 0.228107 -0.726974 -0.511098 0.458571 -0.623715 -0.0349797 0.780869 -0.606101 -0.151279 0.780869 -0.726974 -0.511098 0.458571 -0.606101 -0.151279 0.780869 -0.641131 -0.620176 0.452032 -0.726974 -0.511098 0.458571 -0.641131 -0.620176 0.452032 -0.478016 -0.878351 0 0.121901 -0.211444 0.969759 -0.00133356 -0.178555 0.983929 0.313061 0.144849 0.938622 -0.280328 -0.325787 0.902928 0.121901 -0.211444 0.969759 0.0276092 -0.368766 0.929112 -0.280328 -0.325787 0.902928 0.0276092 -0.368766 0.929112 -0.0341196 -0.4661 0.884074 -0.280328 -0.325787 0.902928 -0.00133356 -0.178555 0.983929 0.121901 -0.211444 0.969759 -0.539222 -0.315182 0.780961 -0.542022 -0.310196 0.781019 -0.280328 -0.325787 0.902928 -0.539222 -0.315182 0.780961 -0.0341196 -0.4661 0.884074 -0.184258 -0.677181 0.712372 -0.539222 -0.315182 0.780961 -0.280328 -0.325787 0.902928 -0.0341196 -0.4661 0.884074 -0.537825 -0.317708 0.780901 -0.539222 -0.315182 0.780961 -0.184258 -0.677181 0.712372 -0.537823 -0.317846 0.780846 -0.184258 -0.677181 0.712372 -0.270278 -0.775574 0.570469 -0.537823 -0.317846 0.780846 -0.537825 -0.317708 0.780901 -0.184258 -0.677181 0.712372 -0.539181 -0.315626 0.78081 -0.270278 -0.775574 0.570469 -0.349166 -0.845593 0.403802 -0.539181 -0.315626 0.78081 -0.537823 -0.317846 0.780846 -0.270278 -0.775574 0.570469 -0.540857 -0.312777 0.780797 -0.539181 -0.315626 0.78081 -0.349166 -0.845593 0.403802 -0.543095 -0.308893 0.78079 -0.349166 -0.845593 0.403802 -0.427815 -0.884233 0.187365 -0.543095 -0.308893 0.78079 -0.540857 -0.312777 0.780797 -0.349166 -0.845593 0.403802 -0.563197 -0.778692 0.276491 -0.427815 -0.884233 0.187365 -0.478016 -0.878351 0 -0.547702 -0.30058 0.780816 -0.543095 -0.308893 0.78079 -0.427815 -0.884233 0.187365 -0.590988 -0.670943 0.447848 -0.427815 -0.884233 0.187365 -0.563197 -0.778692 0.276491 -0.590988 -0.670943 0.447848 -0.547702 -0.30058 0.780816 -0.427815 -0.884233 0.187365 -0.591016 -0.497484 0.634988 -0.547702 -0.30058 0.780816 -0.590988 -0.670943 0.447848 -0.552512 -0.291503 0.780869 -0.547702 -0.30058 0.780816 -0.591016 -0.497484 0.634988 -0.279483 -0.847087 0.452032 -0.466373 -0.41562 0.780869 -0.353754 -0.51488 0.780869 -0.279483 -0.847087 0.452032 -0.136844 -0.951227 0.276481 -0.0150724 -0.999886 0 -0.279483 -0.847087 0.452032 -0.211524 -0.868735 0.447837 -0.136844 -0.951227 0.276481 -0.279483 -0.847087 0.452032 -0.292133 -0.715157 0.634987 -0.211524 -0.868735 0.447837 -0.279483 -0.847087 0.452032 -0.353754 -0.51488 0.780869 -0.292133 -0.715157 0.634987 -0.406185 -0.790396 0.458571 -0.0150724 -0.999886 0 -0.248362 -0.968667 0 -0.406185 -0.790396 0.458571 -0.512124 -0.592511 0.621819 -0.536016 -0.320828 0.780869 -0.406185 -0.790396 0.458571 -0.447036 -0.788132 0.423093 -0.512124 -0.592511 0.621819 -0.406185 -0.790396 0.458571 -0.363762 -0.90313 0.228107 -0.447036 -0.788132 0.423093 -0.406185 -0.790396 0.458571 -0.248362 -0.968667 0 -0.363762 -0.90313 0.228107 -0.406185 -0.790396 0.458571 -0.536016 -0.320828 0.780869 -0.466373 -0.41562 0.780869 -0.406185 -0.790396 0.458571 -0.466373 -0.41562 0.780869 -0.279483 -0.847087 0.452032 -0.406185 -0.790396 0.458571 -0.279483 -0.847087 0.452032 -0.0150724 -0.999886 0 0.206202 -0.13057 0.969759 0.0817581 -0.158803 0.983919 0.209882 0.273746 0.938623 -0.0968427 -0.418769 0.902914 0.206202 -0.13057 0.969759 0.195825 -0.313693 0.929112 -0.0968427 -0.418769 0.902914 0.195825 -0.313693 0.929112 0.1864 -0.428566 0.884074 -0.0968427 -0.418769 0.902914 0.0817581 -0.158803 0.983919 0.206202 -0.13057 0.969759 -0.330984 -0.529669 0.780961 -0.335781 -0.526555 0.781019 -0.0968427 -0.418769 0.902914 -0.330984 -0.529669 0.780961 0.1864 -0.428566 0.884074 0.151552 -0.685258 0.712358 -0.330984 -0.529669 0.780961 -0.0968427 -0.418769 0.902914 0.1864 -0.428566 0.884074 -0.328574 -0.531256 0.780901 -0.330984 -0.529669 0.780961 0.151552 -0.685258 0.712358 -0.328508 -0.531378 0.780846 0.151552 -0.685258 0.712358 0.121113 -0.812346 0.57046 -0.328508 -0.531378 0.780846 -0.328574 -0.531256 0.780901 0.151552 -0.685258 0.712358 -0.330743 -0.530043 0.78081 0.121113 -0.812346 0.57046 0.083805 -0.911003 0.403795 -0.330743 -0.530043 0.78081 -0.328508 -0.531378 0.780846 0.121113 -0.812346 0.57046 -0.333551 -0.528299 0.780797 -0.330743 -0.530043 0.78081 0.083805 -0.911003 0.403795 -0.337337 -0.5259 0.78079 0.083805 -0.911003 0.403795 0.032126 -0.981766 0.187359 -0.337337 -0.5259 0.78079 -0.333551 -0.528299 0.780797 0.083805 -0.911003 0.403795 -0.136795 -0.951235 0.276478 0.032126 -0.981766 0.187359 -0.0150575 -0.999887 0 -0.345279 -0.520681 0.780816 -0.337337 -0.5259 0.78079 0.032126 -0.981766 0.187359 -0.211478 -0.868748 0.447833 0.032126 -0.981766 0.187359 -0.136795 -0.951235 0.276478 -0.211478 -0.868748 0.447833 -0.345279 -0.520681 0.780816 0.032126 -0.981766 0.187359 -0.292116 -0.715177 0.634972 -0.345279 -0.520681 0.780816 -0.211478 -0.868748 0.447833 -0.35375 -0.514907 0.780853 -0.345279 -0.520681 0.780816 -0.292116 -0.715177 0.634972 0.0465748 0.341785 0.938623 0.0365134 0.343006 0.938623 0.0292128 0.343705 0.938623 0.0453516 0.34195 0.938623 0.0365134 0.343006 0.938623 0.0465748 0.341785 0.938623 0.0586325 0.339924 0.938623 0.0465748 0.341785 0.938623 0.0639209 0.33897 0.938623 0.0586325 0.339924 0.938623 0.0453516 0.34195 0.938623 0.0465748 0.341785 0.938623 0.0811012 0.335274 0.938623 0.0586325 0.339924 0.938623 0.0639209 0.33897 0.938623 0.098071 0.330709 0.938623 0.0586325 0.339924 0.938623 0.0811012 0.335274 0.938623 0.165375 0.302717 0.938623 0.098071 0.330709 0.938623 0.165375 0.302717 0.938623 0.165375 0.302717 0.938623 0.0586325 0.339924 0.938623 0.098071 0.330709 0.938623 0.404239 -0.396164 0.824406 0.497561 -0.76851 0.402276 0.486369 -0.671034 0.559606 0.404239 -0.396164 0.824406 0.486369 -0.671034 0.559606 0.465391 -0.581207 0.66754 0.404239 -0.396164 0.824406 0.465391 -0.581207 0.66754 0.39872 -0.380118 0.834585 0.404239 -0.396164 0.824406 0.39872 -0.380118 0.834585 0.333594 -0.219527 0.9168 0.404239 -0.396164 0.824406 0.333594 -0.219527 0.9168 0.262098 -0.0603012 0.963155 0.404239 -0.396164 0.824406 0.262098 -0.0603012 0.963155 0.181625 0.105818 0.977658 0.432214 -0.479337 0.763824 0.486902 -0.848813 0.206018 0.497561 -0.76851 0.402276 0.432214 -0.479337 0.763824 0.497561 -0.76851 0.402276 0.404239 -0.396164 0.824406 0.432214 -0.479337 0.763824 0.404239 -0.396164 0.824406 0.181625 0.105818 0.977658 0.395654 -0.373771 0.8389 0.181625 0.105818 0.977658 0.0586393 0.339925 0.938623 0.395654 -0.373771 0.8389 0.486902 -0.848813 0.206018 0.432214 -0.479337 0.763824 0.395654 -0.373771 0.8389 0.432214 -0.479337 0.763824 0.181625 0.105818 0.977658 0.424258 -0.459287 0.780423 0.451318 -0.892363 0 0.486902 -0.848813 0.206018 0.424258 -0.459287 0.780423 0.486902 -0.848813 0.206018 0.395654 -0.373771 0.8389 0.424258 -0.459287 0.780423 0.395654 -0.373771 0.8389 0.0586393 0.339925 0.938623 0.444102 -0.752703 0.486016 0.304905 -0.952383 0 0.451318 -0.892363 0 0.351274 -0.254067 0.901142 0.0586393 0.339925 0.938623 0.165375 0.302717 0.938623 0.351388 -0.286139 0.891432 0.444102 -0.752703 0.486016 0.351274 -0.254067 0.901142 0.351388 -0.286139 0.891432 0.351274 -0.254067 0.901142 0.165375 0.302717 0.938623 0.375642 -0.389719 0.84084 0.444102 -0.752703 0.486016 0.351388 -0.286139 0.891432 0.473012 -0.692017 0.545319 0.351274 -0.254067 0.901142 0.444102 -0.752703 0.486016 0.473012 -0.692017 0.545319 0.444102 -0.752703 0.486016 0.451318 -0.892363 0 0.402383 -0.776602 0.484745 0.372115 -0.862112 0.343937 0.344191 -0.922474 0.174853 0.402383 -0.776602 0.484745 0.344191 -0.922474 0.174853 0.304905 -0.952383 0 0.402383 -0.776602 0.484745 0.304905 -0.952383 0 0.444102 -0.752703 0.486016 0.402383 -0.776602 0.484745 0.444102 -0.752703 0.486016 0.375642 -0.389719 0.84084 0.402383 -0.776602 0.484745 0.375642 -0.389719 0.84084 0.351388 -0.286139 0.891432 0.335784 -0.215843 0.916875 0.424258 -0.459287 0.780423 0.0586393 0.339925 0.938623 0.335784 -0.215843 0.916875 0.0586393 0.339925 0.938623 0.351274 -0.254067 0.901142 0.335784 -0.215843 0.916875 0.351274 -0.254067 0.901142 0.473012 -0.692017 0.545319 0.346785 -0.297252 0.889596 0.165375 0.302717 0.938623 0.243283 0.0835691 0.966349 0.346785 -0.297252 0.889596 0.243283 0.0835691 0.966349 0.307836 -0.140138 0.941062 0.346785 -0.297252 0.889596 0.307836 -0.140138 0.941062 0.365634 -0.414806 0.833215 0.346785 -0.297252 0.889596 0.351388 -0.286139 0.891432 0.165375 0.302717 0.938623 0.346785 -0.297252 0.889596 0.402383 -0.776602 0.484745 0.351388 -0.286139 0.891432 0.367288 -0.40127 0.839096 0.365634 -0.414806 0.833215 0.390594 -0.658963 0.64281 0.367288 -0.40127 0.839096 0.390594 -0.658963 0.64281 0.387753 -0.773309 0.501639 0.367288 -0.40127 0.839096 0.387753 -0.773309 0.501639 0.372115 -0.862112 0.343937 0.367288 -0.40127 0.839096 0.346785 -0.297252 0.889596 0.365634 -0.414806 0.833215 0.367288 -0.40127 0.839096 0.372115 -0.862112 0.343937 0.402383 -0.776602 0.484745 0.367288 -0.40127 0.839096 0.402383 -0.776602 0.484745 0.346785 -0.297252 0.889596 0.47755 -0.676834 0.560216 0.451318 -0.892363 0 0.424258 -0.459287 0.780423 0.47755 -0.676834 0.560216 0.473012 -0.692017 0.545319 0.451318 -0.892363 0 0.47755 -0.676834 0.560216 0.424258 -0.459287 0.780423 0.335784 -0.215843 0.916875 0.47755 -0.676834 0.560216 0.335784 -0.215843 0.916875 0.473012 -0.692017 0.545319 0.146191 -0.879941 0.452032 -0.219804 -0.584748 0.780869 -0.0739568 -0.620302 0.780869 0.146191 -0.879941 0.452032 0.320888 -0.905864 0.276481 0.451324 -0.89236 0 0.146191 -0.879941 0.452032 0.216425 -0.867527 0.447837 0.320888 -0.905864 0.276481 0.146191 -0.879941 0.452032 0.0736789 -0.769001 0.634987 0.216425 -0.867527 0.447837 0.146191 -0.879941 0.452032 -0.0739568 -0.620302 0.780869 0.0736789 -0.769001 0.634987 0.00765692 -0.888625 0.458571 0.451324 -0.89236 0 0.230248 -0.973132 0 0.00765692 -0.888625 0.458571 -0.17811 -0.762639 0.621819 -0.325523 -0.533178 0.780869 0.00765692 -0.888625 0.458571 -0.0295673 -0.905604 0.423093 -0.17811 -0.762639 0.621819 0.00765692 -0.888625 0.458571 0.09761 -0.968731 0.228107 -0.0295673 -0.905604 0.423093 0.00765692 -0.888625 0.458571 0.230248 -0.973132 0 0.09761 -0.968731 0.228107 0.00765692 -0.888625 0.458571 -0.325523 -0.533178 0.780869 -0.219804 -0.584748 0.780869 0.00765692 -0.888625 0.458571 -0.219804 -0.584748 0.780869 0.146191 -0.879941 0.452032 0.00765692 -0.888625 0.458571 0.146191 -0.879941 0.452032 0.451324 -0.89236 0 0.486886 -0.848829 0.20599 0.451334 -0.892355 0 0.320932 -0.905849 0.276477 0.486886 -0.848829 0.20599 0.320932 -0.905849 0.276477 0.216471 -0.867518 0.447832 -0.0584971 -0.622021 0.780812 0.497534 -0.768542 0.402248 0.486886 -0.848829 0.20599 -0.0584971 -0.622021 0.780812 0.216471 -0.867518 0.447832 0.0737019 -0.769011 0.634972 -0.0584971 -0.622021 0.780812 0.0737019 -0.769011 0.634972 -0.0739413 -0.620324 0.780853 -0.0584971 -0.622021 0.780812 0.486886 -0.848829 0.20599 0.216471 -0.867518 0.447832 -0.048742 -0.622863 0.780811 0.48637 -0.67101 0.559633 0.497534 -0.768542 0.402248 -0.048742 -0.622863 0.780811 0.497534 -0.768542 0.402248 -0.0584971 -0.622021 0.780812 -0.0449619 -0.623118 0.780835 0.48637 -0.67101 0.559633 -0.048742 -0.622863 0.780811 -0.0439458 -0.623168 0.780853 0.465397 -0.581009 0.667708 0.48637 -0.67101 0.559633 -0.0439458 -0.623168 0.780853 0.48637 -0.67101 0.559633 -0.0449619 -0.623118 0.780835 -0.0436976 -0.62316 0.780873 0.465397 -0.581009 0.667708 -0.0439458 -0.623168 0.780853 -0.0444838 -0.623067 0.780903 0.398805 -0.380254 0.834483 0.465397 -0.581009 0.667708 -0.0444838 -0.623067 0.780903 0.465397 -0.581009 0.667708 -0.0436976 -0.62316 0.780873 -0.0465023 -0.622883 0.780931 0.398805 -0.380254 0.834483 -0.0444838 -0.623067 0.780903 -0.0491452 -0.62264 0.780964 0.398805 -0.380254 0.834483 -0.0465023 -0.622883 0.780931 0.108106 -0.418334 0.901837 0.333019 -0.219271 0.917071 0.398805 -0.380254 0.834483 0.108106 -0.418334 0.901837 0.262244 -0.0603575 0.963112 0.333019 -0.219271 0.917071 0.108106 -0.418334 0.901837 0.398805 -0.380254 0.834483 -0.0491452 -0.62264 0.780964 -0.0526755 -0.622316 0.780991 0.108106 -0.418334 0.901837 -0.0491452 -0.62264 0.780964 0.146097 -0.102599 0.983935 0.18143 0.10599 0.977675 0.262244 -0.0603575 0.963112 0.146097 -0.102599 0.983935 0.262244 -0.0603575 0.963112 0.108106 -0.418334 0.901837 0.0586278 0.339921 0.938625 0.18143 0.10599 0.977675 0.146097 -0.102599 0.983935 0.538374 -0.71121 0.452032 0.0771191 -0.619916 0.780869 0.222783 -0.583619 0.780869 0.538374 -0.71121 0.452032 0.705108 -0.652978 0.276481 0.814328 -0.580405 0 0.538374 -0.71121 0.452032 0.594795 -0.667579 0.447837 0.705108 -0.652978 0.276481 0.538374 -0.71121 0.452032 0.422612 -0.646676 0.634987 0.594795 -0.667579 0.447837 0.538374 -0.71121 0.452032 0.222783 -0.583619 0.780869 0.422612 -0.646676 0.634987 0.419744 -0.78328 0.458571 0.814328 -0.580405 0 0.656112 -0.754664 0 0.419744 -0.78328 0.458571 0.196707 -0.758055 0.621819 -0.0404559 -0.623384 0.780869 0.419744 -0.78328 0.458571 0.394675 -0.815613 0.423093 0.196707 -0.758055 0.621819 0.419744 -0.78328 0.458571 0.536621 -0.812407 0.228107 0.394675 -0.815613 0.423093 0.419744 -0.78328 0.458571 0.656112 -0.754664 0 0.536621 -0.812407 0.228107 0.419744 -0.78328 0.458571 -0.0404559 -0.623384 0.780869 0.0771191 -0.619916 0.780869 0.419744 -0.78328 0.458571 0.0771191 -0.619916 0.780869 0.538374 -0.71121 0.452032 0.419744 -0.78328 0.458571 0.538374 -0.71121 0.452032 0.814328 -0.580405 0 0.224594 0.0955288 0.969759 0.177136 -0.0229247 0.983919 -0.106061 0.328235 0.938623 0.289627 -0.317588 0.902914 0.224594 0.0955288 0.969759 0.369405 -0.0170368 0.929112 0.289627 -0.317588 0.902914 0.369405 -0.0170368 0.929112 0.45859 -0.0900487 0.884074 0.289627 -0.317588 0.902914 0.177136 -0.0229247 0.983919 0.224594 0.0955288 0.969759 0.247889 -0.573281 0.780961 0.242601 -0.57546 0.781019 0.289627 -0.317588 0.902914 0.247889 -0.573281 0.780961 0.45859 -0.0900487 0.884074 0.650047 -0.264546 0.712358 0.247889 -0.573281 0.780961 0.289627 -0.317588 0.902914 0.45859 -0.0900487 0.884074 0.250564 -0.572199 0.780901 0.247889 -0.573281 0.780961 0.650047 -0.264546 0.712358 0.250701 -0.572214 0.780846 0.650047 -0.264546 0.712358 0.737348 -0.361791 0.57046 0.250701 -0.572214 0.780846 0.250564 -0.572199 0.780901 0.650047 -0.264546 0.712358 0.248333 -0.573294 0.78081 0.737348 -0.361791 0.57046 0.797347 -0.448538 0.403795 0.248333 -0.573294 0.78081 0.250701 -0.572214 0.780846 0.737348 -0.361791 0.57046 0.245303 -0.574615 0.780797 0.248333 -0.573294 0.78081 0.797347 -0.448538 0.403795 0.241178 -0.576368 0.78079 0.797347 -0.448538 0.403795 0.826227 -0.531267 0.187359 0.241178 -0.576368 0.78079 0.245303 -0.574615 0.780797 0.797347 -0.448538 0.403795 0.705142 -0.652943 0.276478 0.826227 -0.531267 0.187359 0.814337 -0.580392 0 0.232371 -0.579939 0.780816 0.241178 -0.576368 0.78079 0.826227 -0.531267 0.187359 0.594832 -0.667548 0.447833 0.826227 -0.531267 0.187359 0.705142 -0.652943 0.276478 0.594832 -0.667548 0.447833 0.232371 -0.579939 0.780816 0.826227 -0.531267 0.187359 0.422638 -0.646674 0.634972 0.232371 -0.579939 0.780816 0.594832 -0.667548 0.447833 0.222807 -0.583632 0.780853 0.232371 -0.579939 0.780816 0.422638 -0.646674 0.634972 0.807223 -0.379551 0.452032 0.356375 -0.51307 0.780869 0.468486 -0.413237 0.780869 0.807223 -0.379551 0.452032 0.927797 -0.250504 0.276481 0.990779 -0.135486 0 0.807223 -0.379551 0.452032 0.836904 -0.314697 0.447837 0.927797 -0.250504 0.276481 0.807223 -0.379551 0.452032 0.67473 -0.376206 0.634987 0.836904 -0.314697 0.447837 0.807223 -0.379551 0.452032 0.468486 -0.413237 0.780869 0.67473 -0.376206 0.634987 0.735673 -0.498495 0.458571 0.990779 -0.135486 0 0.931668 -0.363311 0 0.735673 -0.498495 0.458571 0.526461 -0.57981 0.621819 0.253879 -0.57078 0.780869 0.735673 -0.498495 0.458571 0.728501 -0.538775 0.423093 0.526461 -0.57981 0.621819 0.735673 -0.498495 0.458571 0.852699 -0.46997 0.228107 0.728501 -0.538775 0.423093 0.735673 -0.498495 0.458571 0.931668 -0.363311 0 0.852699 -0.46997 0.228107 0.735673 -0.498495 0.458571 0.253879 -0.57078 0.780869 0.356375 -0.51307 0.780869 0.735673 -0.498495 0.458571 0.356375 -0.51307 0.780869 0.807223 -0.379551 0.452032 0.735673 -0.498495 0.458571 0.807223 -0.379551 0.452032 0.990779 -0.135486 0 0.154477 0.188958 0.969759 0.167424 0.0620694 0.983929 -0.246449 0.241352 0.938622 0.404022 -0.146586 0.902928 0.154477 0.188958 0.969759 0.335012 0.156581 0.929112 0.404022 -0.146586 0.902928 0.335012 0.156581 0.929112 0.44791 0.133379 0.884074 0.404022 -0.146586 0.902928 0.167424 0.0620694 0.983929 0.154477 0.188958 0.969759 0.485911 -0.392416 0.780961 0.482242 -0.396802 0.781019 0.404022 -0.146586 0.902928 0.485911 -0.392416 0.780961 0.44791 0.133379 0.884074 0.698514 0.0678473 0.712372 0.485911 -0.392416 0.780961 0.404022 -0.146586 0.902928 0.44791 0.133379 0.884074 0.487777 -0.390214 0.780901 0.485911 -0.392416 0.780961 0.698514 0.0678473 0.712372 0.487906 -0.390163 0.780846 0.698514 0.0678473 0.712372 0.821016 0.0223074 0.570469 0.487906 -0.390163 0.780846 0.487777 -0.390214 0.780901 0.698514 0.0678473 0.712372 0.486312 -0.39222 0.78081 0.821016 0.0223074 0.570469 0.914459 -0.0266242 0.403802 0.486312 -0.39222 0.78081 0.487906 -0.390163 0.780846 0.821016 0.0223074 0.570469 0.484242 -0.394798 0.780797 0.486312 -0.39222 0.78081 0.914459 -0.0266242 0.403802 0.481404 -0.398268 0.78079 0.914459 -0.0266242 0.403802 0.978478 -0.0864606 0.187365 0.481404 -0.398268 0.78079 0.484242 -0.394798 0.780797 0.914459 -0.0266242 0.403802 0.927802 -0.25047 0.276491 0.978478 -0.0864606 0.187365 0.990779 -0.135485 0 0.475265 -0.405523 0.780816 0.481404 -0.398268 0.78079 0.978478 -0.0864606 0.187365 0.83691 -0.314664 0.447848 0.978478 -0.0864606 0.187365 0.927802 -0.25047 0.276491 0.83691 -0.314664 0.447848 0.475265 -0.405523 0.780816 0.978478 -0.0864606 0.187365 0.674733 -0.376199 0.634988 0.475265 -0.405523 0.780816 0.83691 -0.314664 0.447848 0.468484 -0.41324 0.780869 0.475265 -0.405523 0.780816 0.674733 -0.376199 0.634988 0.891146 0.0390597 0.452032 0.55399 -0.288685 0.780869 0.606865 -0.148187 0.780869 0.891146 0.0390597 0.452032 0.937938 0.209359 0.276481 0.940255 0.340472 0 0.891146 0.0390597 0.452032 0.887289 0.110279 0.447837 0.937938 0.209359 0.276481 0.891146 0.0390597 0.452032 0.772275 -0.0195512 0.634987 0.887289 0.110279 0.447837 0.891146 0.0390597 0.452032 0.606865 -0.148187 0.780869 0.772275 -0.0195512 0.634987 0.883069 -0.0995108 0.458571 0.940255 0.340472 0 0.99379 0.111272 0 0.883069 -0.0995108 0.458571 0.735609 -0.268737 0.621819 0.490053 -0.387417 0.780869 0.883069 -0.0995108 0.458571 0.895437 -0.13851 0.423093 0.735609 -0.268737 0.621819 0.883069 -0.0995108 0.458571 0.973433 -0.0198692 0.228107 0.895437 -0.13851 0.423093 0.883069 -0.0995108 0.458571 0.99379 0.111272 0 0.973433 -0.0198692 0.228107 0.883069 -0.0995108 0.458571 0.490053 -0.387417 0.780869 0.55399 -0.288685 0.780869 0.883069 -0.0995108 0.458571 0.55399 -0.288685 0.780869 0.891146 0.0390597 0.452032 0.883069 -0.0995108 0.458571 0.891146 0.0390597 0.452032 0.940255 0.340472 0 0.0484516 0.238733 0.969876 0.119187 0.132809 0.983949 -0.330378 0.0991833 0.938623 0.428513 0.0569785 0.901737 0.0484516 0.238733 0.969876 0.223482 0.29443 0.929175 0.428513 0.0569785 0.901737 0.223482 0.29443 0.929175 0.33353 0.326065 0.884556 0.428513 0.0569785 0.901737 0.119187 0.132809 0.983949 0.0484516 0.238733 0.969876 0.612676 -0.121937 0.780871 0.611537 -0.127547 0.780867 0.428513 0.0569785 0.901737 0.612676 -0.121937 0.780871 0.33353 0.326065 0.884556 0.587759 0.384648 0.711748 0.612676 -0.121937 0.780871 0.428513 0.0569785 0.901737 0.33353 0.326065 0.884556 0.613237 -0.119101 0.780868 0.612676 -0.121937 0.780871 0.587759 0.384648 0.711748 0.613264 -0.118994 0.780863 0.587759 0.384648 0.711748 0.717347 0.401397 0.569468 0.613264 -0.118994 0.780863 0.613237 -0.119101 0.780868 0.587759 0.384648 0.711748 0.612756 -0.121543 0.780869 0.717347 0.401397 0.569468 0.822478 0.401325 0.403074 0.612756 -0.121543 0.780869 0.613264 -0.118994 0.780863 0.717347 0.401397 0.569468 0.612096 -0.124824 0.780869 0.612756 -0.121543 0.780869 0.822478 0.401325 0.403074 0.611206 -0.129104 0.780871 0.822478 0.401325 0.403074 0.906701 0.378075 0.186955 0.611206 -0.129104 0.780871 0.612096 -0.124824 0.780869 0.822478 0.401325 0.403074 0.937927 0.209391 0.276491 0.906701 0.378075 0.186955 0.940255 0.340472 0 0.609195 -0.138295 0.780869 0.611206 -0.129104 0.780871 0.906701 0.378075 0.186955 0.887279 0.110311 0.447848 0.906701 0.378075 0.186955 0.937927 0.209391 0.276491 0.887279 0.110311 0.447848 0.609195 -0.138295 0.780869 0.906701 0.378075 0.186955 0.772275 -0.019544 0.634988 0.609195 -0.138295 0.780869 0.887279 0.110311 0.447848 0.606864 -0.14819 0.780869 0.609195 -0.138295 0.780869 0.772275 -0.019544 0.634988 0.770919 0.448722 0.452032 0.624692 0.00183413 0.780869 0.606218 0.150811 0.780869 0.770919 0.448722 0.452032 0.733209 0.621259 0.276481 0.674329 0.738431 0 0.770919 0.448722 0.452032 0.734406 0.50999 0.447837 0.733209 0.621259 0.276481 0.770919 0.448722 0.452032 0.692902 0.341582 0.634987 0.734406 0.50999 0.447837 0.770919 0.448722 0.452032 0.606218 0.150811 0.780869 0.692902 0.341582 0.634987 0.828163 0.32227 0.458571 0.674329 0.738431 0 0.828247 0.560363 0 0.828163 0.32227 0.458571 0.776238 0.1039 0.621819 0.613962 -0.115302 0.780869 0.828163 0.32227 0.458571 0.857239 0.293486 0.423093 0.776238 0.1039 0.621819 0.828163 0.32227 0.458571 0.871166 0.434784 0.228107 0.857239 0.293486 0.423093 0.828163 0.32227 0.458571 0.828247 0.560363 0 0.871166 0.434784 0.228107 0.828163 0.32227 0.458571 0.613962 -0.115302 0.780869 0.624692 0.00183413 0.780869 0.828163 0.32227 0.458571 0.624692 0.00183413 0.780869 0.770919 0.448722 0.452032 0.828163 0.32227 0.458571 0.770919 0.448722 0.452032 0.674329 0.738431 0 -0.0677566 0.234472 0.969759 0.0440257 0.173047 0.983929 -0.338628 -0.0657201 0.938622 0.350148 0.249233 0.902928 -0.0677566 0.234472 0.969759 0.0614447 0.364658 0.929112 0.350148 0.249233 0.902928 0.0614447 0.364658 0.929112 0.144673 0.444391 0.884074 0.350148 0.249233 0.902928 0.0440257 0.173047 0.983929 -0.0677566 0.234472 0.969759 0.598981 0.17698 0.780961 0.600507 0.171468 0.781019 0.350148 0.249233 0.902928 0.598981 0.17698 0.780961 0.144673 0.444391 0.884074 0.340964 0.613408 0.712372 0.598981 0.17698 0.780961 0.350148 0.249233 0.902928 0.144673 0.444391 0.884074 0.598229 0.179766 0.780901 0.598981 0.17698 0.780961 0.340964 0.613408 0.712372 0.59826 0.179901 0.780846 0.340964 0.613408 0.712372 0.448032 0.688355 0.570469 0.59826 0.179901 0.780846 0.598229 0.179766 0.780901 0.340964 0.613408 0.712372 0.599048 0.17742 0.78081 0.448032 0.688355 0.570469 0.541383 0.737461 0.403802 0.599048 0.17742 0.78081 0.59826 0.179901 0.780846 0.448032 0.688355 0.570469 0.599993 0.174252 0.780797 0.599048 0.17742 0.78081 0.541383 0.737461 0.403802 0.601237 0.169946 0.78079 0.541383 0.737461 0.403802 0.626995 0.756156 0.187365 0.601237 0.169946 0.78079 0.599993 0.174252 0.780797 0.541383 0.737461 0.403802 0.733185 0.621283 0.276491 0.626995 0.756156 0.187365 0.674329 0.738431 0 0.60372 0.160772 0.780816 0.601237 0.169946 0.78079 0.626995 0.756156 0.187365 0.734383 0.510014 0.447848 0.626995 0.756156 0.187365 0.733185 0.621283 0.276491 0.734383 0.510014 0.447848 0.60372 0.160772 0.780816 0.626995 0.756156 0.187365 0.692898 0.341589 0.634988 0.60372 0.160772 0.780816 0.734383 0.510014 0.447848 0.606219 0.150807 0.780869 0.60372 0.160772 0.780816 0.692898 0.341589 0.634988 -0.996532 -0.0130875 0.0821765 -0.996532 -0.0130875 0.0821765 -0.996532 -0.0130875 0.0821765 -0.996532 -0.0130875 0.0821765 -0.996532 -0.0130875 0.0821765 -0.996532 -0.0130875 0.0821765 -0.996532 -0.0130876 0.0821765 -0.980325 -0.178445 0.0843865 -0.980789 -0.176929 0.082157 -0.996532 -0.0130876 0.0821765 -0.980789 -0.176929 0.082157 -0.996532 -0.0130876 0.0821765 -0.996532 -0.0130876 0.0821764 -0.996532 -0.0130875 0.0821765 -0.996532 -0.0130875 0.0821765 -0.946004 -0.312959 0.0844548 -0.945145 -0.31555 0.0844397 -0.900009 -0.427869 0.0831391 -0.98095 -0.174983 0.0843678 -0.945145 -0.31555 0.0844397 -0.946004 -0.312959 0.0844548 -0.980323 -0.178453 0.0843907 -0.98095 -0.174983 0.0843678 -0.946004 -0.312959 0.0844548 -0.996532 -0.0130876 0.0821765 -0.996488 -0.0158241 0.0822316 -0.98095 -0.174983 0.0843678 -0.996532 -0.0130875 0.0821765 -0.996532 -0.0130876 0.0821765 -0.98095 -0.174983 0.0843678 -0.996532 -0.0130875 0.0821765 -0.98095 -0.174983 0.0843678 -0.980323 -0.178453 0.0843907 -0.765492 0.135732 0.628967 -0.996487 -0.0158284 0.082234 -0.960365 0.0381031 0.276131 -0.765492 0.135732 0.628967 -0.960365 0.0381031 0.276131 -0.88415 0.0895779 0.458535 -0.765492 0.135732 0.628967 -0.88415 0.0895779 0.458535 -0.788305 0.130669 0.601249 -0.765492 0.135732 0.628967 -0.788305 0.130669 0.601249 -0.664044 0.168477 0.728465 -0.765492 0.135732 0.628967 -0.664044 0.168477 0.728465 -0.518282 0.200791 0.831304 -0.765492 0.135732 0.628967 -0.518282 0.200791 0.831304 -0.247638 0.240123 0.938625 -0.774263 0.0713542 0.628829 -0.980951 -0.174968 0.0843861 -0.996487 -0.0158284 0.082234 -0.774263 0.0713542 0.628829 -0.247638 0.240123 0.938625 -0.292931 0.182145 0.938624 -0.774263 0.0713542 0.628829 -0.765492 0.135732 0.628967 -0.247638 0.240123 0.938625 -0.774263 0.0713542 0.628829 -0.996487 -0.0158284 0.082234 -0.765492 0.135732 0.628967 -0.778472 0 0.627679 -0.980951 -0.174968 0.0843861 -0.774263 0.0713542 0.628829 -0.778472 0 0.627679 -0.774263 0.0713542 0.628829 -0.292931 0.182145 0.938624 -0.777467 -0.065462 0.625507 -0.945143 -0.315543 0.0844813 -0.980951 -0.174968 0.0843861 -0.777467 -0.065462 0.625507 -0.292931 0.182145 0.938624 -0.331468 0.0954745 0.938623 -0.777467 -0.065462 0.625507 -0.980951 -0.174968 0.0843861 -0.778472 0 0.627679 -0.777467 -0.065462 0.625507 -0.778472 0 0.627679 -0.292931 0.182145 0.938624 -0.771223 -0.135772 0.621917 -0.945143 -0.315543 0.0844813 -0.777467 -0.065462 0.625507 -0.771223 -0.135772 0.621917 -0.777467 -0.065462 0.625507 -0.331468 0.0954745 0.938623 -0.760435 -0.200349 0.617737 -0.900019 -0.42785 0.0831252 -0.945143 -0.315543 0.0844813 -0.760435 -0.200349 0.617737 -0.815467 -0.324183 0.479498 -0.900019 -0.42785 0.0831252 -0.760435 -0.200349 0.617737 -0.624459 -0.190994 0.757346 -0.815467 -0.324183 0.479498 -0.760435 -0.200349 0.617737 -0.343994 -0.0255741 0.938623 -0.624459 -0.190994 0.757346 -0.760435 -0.200349 0.617737 -0.331468 0.0954745 0.938623 -0.343994 -0.0255741 0.938623 -0.760435 -0.200349 0.617737 -0.771223 -0.135772 0.621917 -0.331468 0.0954745 0.938623 -0.760435 -0.200349 0.617737 -0.945143 -0.315543 0.0844813 -0.771223 -0.135772 0.621917 0.618736 -0.0860762 0.780869 0.611535 -0.127547 0.780869 0.612679 -0.121935 0.780869 0.618736 -0.0860762 0.780869 0.612679 -0.121935 0.780869 0.613237 -0.119099 0.780869 0.618736 -0.0860762 0.780869 0.613237 -0.119099 0.780869 0.613258 -0.118991 0.780869 0.618736 -0.0860762 0.780869 0.613258 -0.118991 0.780869 0.612758 -0.121541 0.780869 0.50433 -0.36864 0.780869 0.490053 -0.387417 0.780869 0.492141 -0.384761 0.780869 0.50433 -0.36864 0.780869 0.492141 -0.384761 0.780869 0.494215 -0.382094 0.780869 0.50433 -0.36864 0.780869 0.55399 -0.288685 0.780869 0.490053 -0.387417 0.780869 0.50433 -0.36864 0.780869 0.578966 -0.23461 0.780869 0.55399 -0.288685 0.780869 0.502764 -0.370772 0.780869 0.496274 -0.379416 0.780869 0.499898 -0.374627 0.780869 0.502764 -0.370772 0.780869 0.494215 -0.382094 0.780869 0.496274 -0.379416 0.780869 0.502764 -0.370772 0.780869 0.50433 -0.36864 0.780869 0.494215 -0.382094 0.780869 0.623741 -0.0345196 0.780869 0.612758 -0.121541 0.780869 0.612098 -0.124821 0.780869 0.623741 -0.0345196 0.780869 0.612098 -0.124821 0.780869 0.611209 -0.129103 0.780869 0.623741 -0.0345196 0.780869 0.611209 -0.129103 0.780869 0.609197 -0.138287 0.780869 0.623741 -0.0345196 0.780869 0.609197 -0.138287 0.780869 0.606864 -0.148191 0.780869 0.623741 -0.0345196 0.780869 0.624074 -0.0278379 0.780869 0.622087 -0.0570196 0.780869 0.623741 -0.0345196 0.780869 0.622087 -0.0570196 0.780869 0.618736 -0.0860762 0.780869 0.623741 -0.0345196 0.780869 0.606864 -0.148191 0.780869 0.578966 -0.23461 0.780869 0.623741 -0.0345196 0.780869 0.618736 -0.0860762 0.780869 0.612758 -0.121541 0.780869 0.624633 -0.00881168 0.780869 0.624074 -0.0278379 0.780869 0.623741 -0.0345196 0.780869 0.624693 0.00140473 0.780869 0.624074 -0.0278379 0.780869 0.624633 -0.00881168 0.780869 0.62443 0.0181904 0.780869 0.624693 0.00140473 0.780869 0.624633 -0.00881168 0.780869 0.622976 0.046313 0.780869 0.624693 0.00140473 0.780869 0.62443 0.0181904 0.780869 0.55399 -0.288685 0.780869 0.578966 -0.23461 0.780869 0.606864 -0.148191 0.780869 0.828259 0.560346 0 0.674329 0.738431 0 0.779445 0.626471 0 0.828259 0.560346 0 0.779445 0.626471 0 0.845546 0.533903 0 0.90377 0.428019 0 0.845546 0.533903 0 0.90377 0.428019 0 0.90377 0.428019 0 0.828259 0.560346 0 0.845546 0.533903 0 0.406764 0.51314 0.755798 -0.341086 0.0514815 0.938621 -0.328219 0.106113 0.938623 0.406764 0.51314 0.755798 0.845599 0.533818 0 0.779354 0.626584 0 0.406764 0.51314 0.755798 0.358387 0.542068 0.760079 -0.341086 0.0514815 0.938621 0.406764 0.51314 0.755798 0.779354 0.626584 0 0.358387 0.542068 0.760079 0.454919 0.473681 0.754106 -0.328219 0.106113 0.938623 -0.310444 0.150368 0.938623 0.454919 0.473681 0.754106 0.843342 0.474509 0.252223 0.903763 0.428034 0 0.454919 0.473681 0.754106 0.791195 0.48515 0.372343 0.843342 0.474509 0.252223 0.454919 0.473681 0.754106 -0.310444 0.150368 0.938623 -0.104311 0.247271 0.963315 0.454919 0.473681 0.754106 0.903763 0.428034 0 0.845599 0.533818 0 0.454919 0.473681 0.754106 0.845599 0.533818 0 0.431135 0.49453 0.754694 0.454919 0.473681 0.754106 0.431135 0.49453 0.754694 -0.328219 0.106113 0.938623 0.476512 0.452288 0.753904 0.72486 0.487326 0.48692 0.791195 0.48515 0.372343 0.476512 0.452288 0.753904 0.578467 0.470767 0.666149 0.72486 0.487326 0.48692 0.476512 0.452288 0.753904 0.360344 0.418398 0.833724 0.578467 0.470767 0.666149 0.476512 0.452288 0.753904 0.093587 0.328282 0.939932 0.360344 0.418398 0.833724 0.476512 0.452288 0.753904 -0.104311 0.247271 0.963315 0.093587 0.328282 0.939932 0.476512 0.452288 0.753904 0.791195 0.48515 0.372343 0.454919 0.473681 0.754106 0.476512 0.452288 0.753904 0.454919 0.473681 0.754106 -0.104311 0.247271 0.963315 0.271064 0.555756 0.785913 0.0615126 0.36499 0.928977 -0.0677464 0.23413 0.969842 0.271064 0.555756 0.785913 0.144305 0.444197 0.884231 0.0615126 0.36499 0.928977 0.271064 0.555756 0.785913 0.341335 0.613463 0.712147 0.144305 0.444197 0.884231 0.271064 0.555756 0.785913 0.44793 0.688372 0.570529 0.341335 0.613463 0.712147 0.271064 0.555756 0.785913 0.541399 0.737453 0.403795 0.44793 0.688372 0.570529 0.343242 0.612004 0.712486 0.627005 0.756151 0.187352 0.541399 0.737453 0.403795 0.343242 0.612004 0.712486 0.541399 0.737453 0.403795 0.271064 0.555756 0.785913 0.343242 0.612004 0.712486 0.271064 0.555756 0.785913 -0.0677464 0.23413 0.969842 0.21565 0.507984 0.833935 -0.0677464 0.23413 0.969842 -0.338631 -0.0657333 0.93862 0.21565 0.507984 0.833935 0.627005 0.756151 0.187352 0.343242 0.612004 0.712486 0.21565 0.507984 0.833935 0.343242 0.612004 0.712486 -0.0677464 0.23413 0.969842 0.278984 0.559553 0.780428 0.674317 0.738442 0 0.627005 0.756151 0.187352 0.278984 0.559553 0.780428 0.627005 0.756151 0.187352 0.21565 0.507984 0.833935 0.278984 0.559553 0.780428 0.21565 0.507984 0.833935 -0.338631 -0.0657333 0.93862 0.311676 0.558538 0.768696 -0.338631 -0.0657333 0.93862 -0.341086 0.0514815 0.938621 0.311676 0.558538 0.768696 0.779354 0.626584 0 0.674317 0.738442 0 0.311676 0.558538 0.768696 -0.341086 0.0514815 0.938621 0.358387 0.542068 0.760079 0.311676 0.558538 0.768696 0.278984 0.559553 0.780428 -0.338631 -0.0657333 0.93862 0.311676 0.558538 0.768696 0.358387 0.542068 0.760079 0.779354 0.626584 0 0.311676 0.558538 0.768696 0.674317 0.738442 0 0.278984 0.559553 0.780428 0.420029 0.503344 0.755129 0.845599 0.533818 0 0.406764 0.51314 0.755798 0.420029 0.503344 0.755129 0.406764 0.51314 0.755798 -0.328219 0.106113 0.938623 0.420029 0.503344 0.755129 0.431135 0.49453 0.754694 0.845599 0.533818 0 0.420029 0.503344 0.755129 -0.328219 0.106113 0.938623 0.431135 0.49453 0.754694 -0.33609 -0.0776504 0.938623 -0.333685 -0.0874119 0.938623 -0.331729 -0.0945649 0.938623 -0.335812 -0.0788478 0.938623 -0.333685 -0.0874119 0.938623 -0.33609 -0.0776504 0.938623 -0.338626 -0.0657161 0.938623 -0.33609 -0.0776504 0.938623 -0.339609 -0.0604331 0.938623 -0.338626 -0.0657161 0.938623 -0.335812 -0.0788478 0.938623 -0.33609 -0.0776504 0.938623 -0.342246 -0.043059 0.938623 -0.338626 -0.0657161 0.938623 -0.339609 -0.0604331 0.938623 -0.343995 -0.0255731 0.938623 -0.338626 -0.0657161 0.938623 -0.342246 -0.043059 0.938623 -0.34108 0.0514884 0.938623 -0.338626 -0.0657161 0.938623 -0.343995 -0.0255731 0.938623 -0.331469 0.095472 0.938623 -0.34108 0.0514884 0.938623 -0.343995 -0.0255731 0.938623 -0.328216 0.106116 0.938623 -0.34108 0.0514884 0.938623 -0.331469 0.095472 0.938623 -0.292934 0.182142 0.938623 -0.328216 0.106116 0.938623 -0.331469 0.095472 0.938623 -0.310445 0.150367 0.938623 -0.328216 0.106116 0.938623 -0.292934 0.182142 0.938623 -0.292737 0.182459 0.938623 -0.310445 0.150367 0.938623 -0.292934 0.182142 0.938623 -0.271725 0.21249 0.938623 -0.292737 0.182459 0.938623 -0.292934 0.182142 0.938623 -0.247644 0.240123 0.938623 -0.271725 0.21249 0.938623 -0.292934 0.182142 0.938623 -0.671763 0.740766 0 -0.683827 0.729644 0 -0.918925 0.391864 0.0449378 -0.915668 0.399397 0.045105 -0.918925 0.391864 0.0449378 -0.996532 -0.0130755 0.0821756 -0.915668 0.399397 0.045105 -0.671763 0.740766 0 -0.918925 0.391864 0.0449378 -0.996532 -0.0130876 0.0821765 -0.915668 0.399397 0.045105 -0.996532 -0.0130755 0.0821756 -0.69026 0.723562 0 -0.918927 0.39186 0.0449384 -0.683827 0.729644 0 -0.921188 0.386519 0.0449094 -0.918927 0.39186 0.0449384 -0.69026 0.723562 0 -0.996488 -0.0158239 0.0822315 -0.996532 -0.0130935 0.0821767 -0.918927 0.39186 0.0449384 -0.996488 -0.0158239 0.0822315 -0.918927 0.39186 0.0449384 -0.921188 0.386519 0.0449094 -0.92119 0.386512 0.0449149 -0.690266 0.723555 0 -0.691767 0.722121 0 -0.960306 0.0382156 0.276319 -0.691767 0.722121 0 -0.693648 0.720314 0 -0.960306 0.0382156 0.276319 -0.996487 -0.0158301 0.082234 -0.92119 0.386512 0.0449149 -0.960306 0.0382156 0.276319 -0.92119 0.386512 0.0449149 -0.691767 0.722121 0 -0.884529 0.0892424 0.45787 -0.693648 0.720314 0 -0.697548 0.716538 0 -0.884529 0.0892424 0.45787 -0.960306 0.0382156 0.276319 -0.693648 0.720314 0 -0.788355 0.130685 0.601181 -0.697548 0.716538 0 -0.702426 0.711756 0 -0.788355 0.130685 0.601181 -0.884529 0.0892424 0.45787 -0.697548 0.716538 0 -0.664579 0.167936 0.728102 -0.788355 0.130685 0.601181 -0.702426 0.711756 0 -0.588776 0.570802 0.5723 -0.710332 0.703866 0 -0.717924 0.696121 0 -0.716639 0.517404 0.467677 -0.702426 0.711756 0 -0.70618 0.708032 0 -0.716639 0.517404 0.467677 -0.518246 0.201109 0.83125 -0.664579 0.167936 0.728102 -0.716639 0.517404 0.467677 -0.664579 0.167936 0.728102 -0.702426 0.711756 0 -0.69275 0.528061 0.49117 -0.70618 0.708032 0 -0.710332 0.703866 0 -0.69275 0.528061 0.49117 -0.588776 0.570802 0.5723 -0.247647 0.240119 0.938623 -0.69275 0.528061 0.49117 -0.247647 0.240119 0.938623 -0.518246 0.201109 0.83125 -0.69275 0.528061 0.49117 -0.716639 0.517404 0.467677 -0.70618 0.708032 0 -0.69275 0.528061 0.49117 -0.518246 0.201109 0.83125 -0.716639 0.517404 0.467677 -0.69275 0.528061 0.49117 -0.710332 0.703866 0 -0.588776 0.570802 0.5723 -0.518197 0.322984 0.79193 -0.549543 0.266177 0.79193 -0.310445 0.150367 0.938623 -0.518197 0.322984 0.79193 -0.310445 0.150367 0.938623 -0.292737 0.182459 0.938623 -0.695932 0.433764 0.572301 -0.738028 0.357472 0.572301 -0.549543 0.266177 0.79193 -0.695932 0.433764 0.572301 -0.549543 0.266177 0.79193 -0.518197 0.322984 0.79193 -0.809572 0.504594 0.299963 -0.848652 0.528952 0 -0.899987 0.435918 0 -0.809572 0.504594 0.299963 -0.858543 0.415844 0.299963 -0.738028 0.357472 0.572301 -0.809572 0.504594 0.299963 -0.899987 0.435918 0 -0.858543 0.415844 0.299963 -0.809572 0.504594 0.299963 -0.738028 0.357472 0.572301 -0.695932 0.433764 0.572301 -0.481001 0.376146 0.79193 -0.292737 0.182459 0.938623 -0.271725 0.21249 0.938623 -0.481001 0.376146 0.79193 -0.271725 0.21249 0.938623 -0.247644 0.240123 0.938623 -0.481001 0.376146 0.79193 -0.247644 0.240123 0.938623 -0.58873 0.57085 0.5723 -0.481001 0.376146 0.79193 -0.518197 0.322984 0.79193 -0.292737 0.182459 0.938623 -0.645978 0.505158 0.572301 -0.695932 0.433764 0.572301 -0.518197 0.322984 0.79193 -0.645978 0.505158 0.572301 -0.481001 0.376146 0.79193 -0.58873 0.57085 0.5723 -0.645978 0.505158 0.572301 -0.518197 0.322984 0.79193 -0.481001 0.376146 0.79193 -0.751461 0.587647 0.299963 -0.787735 0.616014 0 -0.848652 0.528952 0 -0.751461 0.587647 0.299963 -0.717925 0.69612 0 -0.787735 0.616014 0 -0.751461 0.587647 0.299963 -0.58873 0.57085 0.5723 -0.717925 0.69612 0 -0.751461 0.587647 0.299963 -0.809572 0.504594 0.299963 -0.695932 0.433764 0.572301 -0.751461 0.587647 0.299963 -0.848652 0.528952 0 -0.809572 0.504594 0.299963 -0.751461 0.587647 0.299963 -0.695932 0.433764 0.572301 -0.645978 0.505158 0.572301 -0.751461 0.587647 0.299963 -0.645978 0.505158 0.572301 -0.58873 0.57085 0.5723 -0.924868 0.380289 0 -0.925241 0.379381 0 -0.619622 0.7849 0 -0.858543 0.415844 0.299964 -0.899987 0.435918 0 -0.906036 0.4232 0 -0.310444 0.150368 0.938623 -0.549542 0.266177 0.79193 -0.104293 0.247363 0.963294 -0.382666 0.676372 0.629355 -0.91587 0.401475 0 -0.91881 0.394699 0 -0.613456 0.759811 0.215311 -0.923554 0.383469 0 -0.924868 0.380289 0 -0.613456 0.759811 0.215311 -0.924868 0.380289 0 -0.619622 0.7849 0 -0.631723 0.73181 0.255694 -0.923554 0.383469 0 -0.613456 0.759811 0.215311 0.516585 0.838881 0.171519 0.90377 0.428019 0 0.843471 0.474453 0.251894 0.516585 0.838881 0.171519 0.0375428 0.999295 0 0.390584 0.920567 0 0.516585 0.838881 0.171519 0.390584 0.920567 0 0.692389 0.721524 0 0.516585 0.838881 0.171519 0.692389 0.721524 0 0.90377 0.428019 0 -0.652026 0.700736 0.289535 -0.921411 0.38859 0 -0.923554 0.383469 0 -0.652026 0.700736 0.289535 -0.923554 0.383469 0 -0.631723 0.73181 0.255694 -0.652026 0.700736 0.289535 -0.631723 0.73181 0.255694 -0.190948 0.859746 0.473683 0.378134 0.811091 0.446257 0.843471 0.474453 0.251894 0.791224 0.485031 0.372438 0.378134 0.811091 0.446257 0.516585 0.838881 0.171519 0.843471 0.474453 0.251894 -0.671581 0.671113 0.313986 -0.91881 0.394699 0 -0.921411 0.38859 0 -0.671581 0.671113 0.313986 -0.382666 0.676372 0.629355 -0.91881 0.394699 0 -0.671581 0.671113 0.313986 -0.921411 0.38859 0 -0.652026 0.700736 0.289535 -0.671581 0.671113 0.313986 -0.652026 0.700736 0.289535 -0.190948 0.859746 0.473683 0.344941 0.794332 0.500052 0.791224 0.485031 0.372438 0.724848 0.487306 0.486957 0.344941 0.794332 0.500052 0.378134 0.811091 0.446257 0.791224 0.485031 0.372438 0.307592 0.774667 0.552521 0.724848 0.487306 0.486957 0.578422 0.470919 0.66608 0.307592 0.774667 0.552521 0.344941 0.794332 0.500052 0.724848 0.487306 0.486957 0.307592 0.774667 0.552521 -0.190948 0.859746 0.473683 0.344941 0.794332 0.500052 0.0951714 0.656184 0.748575 0.578422 0.470919 0.66608 0.360363 0.418405 0.833712 0.0951714 0.656184 0.748575 0.360363 0.418405 0.833712 -0.382666 0.676372 0.629355 0.0951714 0.656184 0.748575 -0.671581 0.671113 0.313986 -0.190948 0.859746 0.473683 0.0951714 0.656184 0.748575 -0.190948 0.859746 0.473683 0.307592 0.774667 0.552521 0.0951714 0.656184 0.748575 0.307592 0.774667 0.552521 0.578422 0.470919 0.66608 0.0951714 0.656184 0.748575 -0.382666 0.676372 0.629355 -0.671581 0.671113 0.313986 -0.540766 0.532562 0.651114 0.360363 0.418405 0.833712 0.0934969 0.32828 0.939942 -0.540766 0.532562 0.651114 -0.91151 0.411278 0 -0.91587 0.401475 0 -0.540766 0.532562 0.651114 -0.91587 0.401475 0 -0.382666 0.676372 0.629355 -0.540766 0.532562 0.651114 -0.382666 0.676372 0.629355 0.360363 0.418405 0.833712 -0.596758 0.482881 0.640863 0.0934969 0.32828 0.939942 -0.104293 0.247363 0.963294 -0.596758 0.482881 0.640863 -0.906036 0.4232 0 -0.91151 0.411278 0 -0.596758 0.482881 0.640863 -0.540766 0.532562 0.651114 0.0934969 0.32828 0.939942 -0.596758 0.482881 0.640863 -0.91151 0.411278 0 -0.540766 0.532562 0.651114 -0.641001 0.443775 0.626243 -0.549542 0.266177 0.79193 -0.738028 0.357472 0.572301 -0.641001 0.443775 0.626243 -0.738028 0.357472 0.572301 -0.858543 0.415844 0.299964 -0.641001 0.443775 0.626243 -0.858543 0.415844 0.299964 -0.906036 0.4232 0 -0.641001 0.443775 0.626243 -0.906036 0.4232 0 -0.596758 0.482881 0.640863 -0.641001 0.443775 0.626243 -0.104293 0.247363 0.963294 -0.549542 0.266177 0.79193 -0.641001 0.443775 0.626243 -0.596758 0.482881 0.640863 -0.104293 0.247363 0.963294 -0.0734964 0.957702 0.278218 -0.619622 0.7849 0 -0.320344 0.947301 0 -0.0734964 0.957702 0.278218 -0.320344 0.947301 0 0.0375428 0.999295 0 -0.0734964 0.957702 0.278218 0.516585 0.838881 0.171519 0.378134 0.811091 0.446257 -0.0734964 0.957702 0.278218 0.0375428 0.999295 0 0.516585 0.838881 0.171519 -0.0734964 0.957702 0.278218 -0.613456 0.759811 0.215311 -0.619622 0.7849 0 -0.134015 0.914822 0.380973 0.378134 0.811091 0.446257 0.344941 0.794332 0.500052 -0.134015 0.914822 0.380973 0.344941 0.794332 0.500052 -0.190948 0.859746 0.473683 -0.134015 0.914822 0.380973 -0.190948 0.859746 0.473683 -0.631723 0.73181 0.255694 -0.134015 0.914822 0.380973 -0.631723 0.73181 0.255694 -0.613456 0.759811 0.215311 -0.134015 0.914822 0.380973 -0.0734964 0.957702 0.278218 0.378134 0.811091 0.446257 -0.134015 0.914822 0.380973 -0.613456 0.759811 0.215311 -0.0734964 0.957702 0.278218 -0.434085 0.474074 0.766044 -0.610921 0.407512 0.678756 -0.882041 0.216733 0.418366 -0.434085 0.474074 0.766044 -0.430042 0.477745 0.766044 -0.610921 0.407512 0.678756 -0.828922 0.267103 0.491472 -0.882041 0.216733 0.418366 -0.996532 -0.0130875 0.0821765 -0.828922 0.267103 0.491472 -0.434085 0.474074 0.766044 -0.882041 0.216733 0.418366 -0.996532 -0.0130875 0.0821765 -0.828922 0.267103 0.491472 -0.996532 -0.0130875 0.0821765 -0.510648 0.390405 0.766043 -0.434085 0.474074 0.766044 -0.828922 0.267103 0.491472 -0.510648 0.390405 0.766043 -0.828922 0.267103 0.491472 -0.996532 -0.0130876 0.0821765 -0.861772 0.124942 0.491669 -0.510648 0.390405 0.766043 -0.996532 -0.0130876 0.0821765 -0.980789 -0.176929 0.0821571 -0.861772 0.124942 0.491669 -0.996532 -0.0130876 0.0821765 -0.619652 0.784877 0 -0.925241 0.379381 0 -0.925241 0.379381 0 -0.619652 0.784877 0 -0.925241 0.379381 0 -0.545313 0.838232 0 -0.320306 0.947314 0 -0.545313 0.838232 0 -0.221468 0.975168 0 -0.320306 0.947314 0 -0.619652 0.784877 0 -0.545313 0.838232 0 0.037576 0.999294 0 -0.221468 0.975168 0 0.227667 0.973739 0 0.037576 0.999294 0 -0.320306 0.947314 0 -0.221468 0.975168 0 0.390544 0.920584 0 0.227667 0.973739 0 0.618417 0.78585 0 0.390544 0.920584 0 0.037576 0.999294 0 0.227667 0.973739 0 0.692436 0.72148 0 0.618417 0.78585 0 0.90377 0.428019 0 0.692436 0.72148 0 0.390544 0.920584 0 0.618417 0.78585 0 0.90377 0.428019 0 0.692436 0.72148 0 0.90377 0.428019 0 -0.915265 0.400328 0.0450306 -0.671763 0.740766 0 -0.915667 0.399399 0.0451037 -0.915265 0.400328 0.0450306 -0.671213 0.741265 0 -0.671763 0.740766 0 -0.996532 -0.0130875 0.0821765 -0.915667 0.399399 0.0451037 -0.996532 -0.0130875 0.0821765 -0.996532 -0.0130875 0.0821765 -0.915265 0.400328 0.0450306 -0.915667 0.399399 0.0451037 -0.888467 0.451523 0.0821765 -0.888467 0.451523 0.0821765 -0.888467 0.451523 0.0821765 -0.888467 0.451523 0.0821765 -0.888467 0.451523 0.0821765 -0.888467 0.451523 0.0821765 -0.888467 0.451523 0.0821765 -0.950962 0.297574 0.0843865 -0.950668 0.299133 0.082157 -0.888467 0.451523 0.0821765 -0.950668 0.299133 0.082157 -0.888467 0.451523 0.0821765 -0.888467 0.451523 0.0821764 -0.888467 0.451523 0.0821765 -0.888467 0.451523 0.0821765 -0.983085 0.162518 0.0844548 -0.983527 0.159825 0.0844397 -0.995759 0.0393962 0.0831391 -0.949907 0.300931 0.0843678 -0.983527 0.159825 0.0844397 -0.983085 0.162518 0.0844548 -0.950964 0.297567 0.0843907 -0.949907 0.300931 0.0843678 -0.983085 0.162518 0.0844548 -0.888467 0.451523 0.0821765 -0.8897 0.449079 0.0822316 -0.949907 0.300931 0.0843678 -0.888467 0.451523 0.0821765 -0.888467 0.451523 0.0821765 -0.949907 0.300931 0.0843678 -0.888467 0.451523 0.0821765 -0.949907 0.300931 0.0843678 -0.950964 0.297567 0.0843907 -0.614731 0.475927 0.628967 -0.889702 0.449075 0.082234 -0.832653 0.480042 0.276131 -0.614731 0.475927 0.628967 -0.832653 0.480042 0.276131 -0.741247 0.490202 0.458535 -0.614731 0.475927 0.628967 -0.741247 0.490202 0.458535 -0.637285 0.482046 0.601249 -0.614731 0.475927 0.628967 -0.637285 0.482046 0.601249 -0.509686 0.457776 0.728465 -0.614731 0.475927 0.628967 -0.509686 0.457776 0.728465 -0.365604 0.41865 0.831304 -0.614731 0.475927 0.628967 -0.365604 0.41865 0.831304 -0.107682 0.327701 0.938625 -0.652416 0.422999 0.628829 -0.949901 0.300945 0.0843861 -0.889702 0.449075 0.082234 -0.652416 0.422999 0.628829 -0.107682 0.327701 0.938625 -0.174731 0.297413 0.938624 -0.652416 0.422999 0.628829 -0.614731 0.475927 0.628967 -0.107682 0.327701 0.938625 -0.652416 0.422999 0.628829 -0.889702 0.449075 0.082234 -0.614731 0.475927 0.628967 -0.689084 0.362191 0.627679 -0.949901 0.300945 0.0843861 -0.652416 0.422999 0.628829 -0.689084 0.362191 0.627679 -0.652416 0.422999 0.628829 -0.174731 0.297413 0.938624 -0.718835 0.303343 0.625507 -0.983523 0.15983 0.0844813 -0.949901 0.300945 0.0843861 -0.718835 0.303343 0.625507 -0.174731 0.297413 0.938624 -0.249131 0.238579 0.938623 -0.718835 0.303343 0.625507 -0.949901 0.300945 0.0843861 -0.689084 0.362191 0.627679 -0.718835 0.303343 0.625507 -0.689084 0.362191 0.627679 -0.174731 0.297413 0.938624 -0.745981 0.238185 0.621917 -0.983523 0.15983 0.0844813 -0.718835 0.303343 0.625507 -0.745981 0.238185 0.621917 -0.718835 0.303343 0.625507 -0.249131 0.238579 0.938623 -0.766438 0.175991 0.617737 -0.995759 0.0394173 0.0831252 -0.983523 0.15983 0.0844813 -0.766438 0.175991 0.617737 -0.872716 0.0919167 0.479498 -0.995759 0.0394173 0.0831252 -0.766438 0.175991 0.617737 -0.64169 0.121084 0.757346 -0.872716 0.0919167 0.479498 -0.766438 0.175991 0.617737 -0.316477 0.137217 0.938623 -0.64169 0.121084 0.757346 -0.766438 0.175991 0.617737 -0.249131 0.238579 0.938623 -0.316477 0.137217 0.938623 -0.766438 0.175991 0.617737 -0.745981 0.238185 0.621917 -0.249131 0.238579 0.938623 -0.766438 0.175991 0.617737 -0.983523 0.15983 0.0844813 -0.745981 0.238185 0.621917 0.507862 -0.363758 0.780869 0.482214 -0.397132 0.780869 0.485832 -0.392697 0.780869 0.507862 -0.363758 0.780869 0.485832 -0.392697 0.780869 0.487642 -0.390447 0.780869 0.507862 -0.363758 0.780869 0.487642 -0.390447 0.780869 0.487718 -0.390353 0.780869 0.507862 -0.363758 0.780869 0.487718 -0.390353 0.780869 0.486103 -0.392362 0.780869 0.275247 -0.560788 0.780869 0.253879 -0.57078 0.780869 0.256962 -0.569398 0.780869 0.275247 -0.560788 0.780869 0.256962 -0.569398 0.780869 0.260038 -0.568 0.780869 0.275247 -0.560788 0.780869 0.356375 -0.51307 0.780869 0.253879 -0.57078 0.780869 0.275247 -0.560788 0.780869 0.403621 -0.476796 0.780869 0.356375 -0.51307 0.780869 0.272869 -0.561949 0.780869 0.263105 -0.566586 0.780869 0.26854 -0.56403 0.780869 0.272869 -0.561949 0.780869 0.260038 -0.568 0.780869 0.263105 -0.566586 0.780869 0.272869 -0.561949 0.780869 0.275247 -0.560788 0.780869 0.260038 -0.568 0.780869 0.536253 -0.320432 0.780869 0.486103 -0.392362 0.780869 0.484038 -0.394907 0.780869 0.536253 -0.320432 0.780869 0.484038 -0.394907 0.780869 0.48122 -0.398336 0.780869 0.536253 -0.320432 0.780869 0.48122 -0.398336 0.780869 0.475158 -0.405547 0.780869 0.536253 -0.320432 0.780869 0.475158 -0.405547 0.780869 0.468483 -0.41324 0.780869 0.536253 -0.320432 0.780869 0.539654 -0.314671 0.780869 0.524333 -0.339587 0.780869 0.536253 -0.320432 0.780869 0.524333 -0.339587 0.780869 0.507862 -0.363758 0.780869 0.536253 -0.320432 0.780869 0.468483 -0.41324 0.780869 0.403621 -0.476796 0.780869 0.536253 -0.320432 0.780869 0.507862 -0.363758 0.780869 0.486103 -0.392362 0.780869 0.54899 -0.298084 0.780869 0.539654 -0.314671 0.780869 0.536253 -0.320432 0.780869 0.553791 -0.289066 0.780869 0.539654 -0.314671 0.780869 0.54899 -0.298084 0.780869 0.561359 -0.27408 0.780869 0.553791 -0.289066 0.780869 0.54899 -0.298084 0.780869 0.573141 -0.248503 0.780869 0.553791 -0.289066 0.780869 0.561359 -0.27408 0.780869 0.356375 -0.51307 0.780869 0.403621 -0.476796 0.780869 0.468483 -0.41324 0.780869 0.993792 0.11125 0 0.940255 0.340471 0 0.9813 0.192486 0 0.993792 0.11125 0 0.9813 0.192486 0 0.996811 0.0798031 0 0.999159 -0.041011 0 0.996811 0.0798031 0 0.999159 -0.041011 0 0.999159 -0.041011 0 0.993792 0.11125 0 0.996811 0.0798031 0 0.598639 0.26533 0.755798 -0.278092 0.204095 0.938621 -0.241311 0.246489 0.938623 0.598639 0.26533 0.755798 0.996819 0.0797027 0 0.981272 0.192629 0 0.598639 0.26533 0.755798 0.569248 0.313427 0.760079 -0.278092 0.204095 0.938621 0.598639 0.26533 0.755798 0.981272 0.192629 0 0.569248 0.313427 0.760079 0.622941 0.208013 0.754106 -0.241311 0.246489 0.938623 -0.205005 0.277415 0.938623 0.622941 0.208013 0.754106 0.967257 0.0282362 0.252223 0.999159 -0.0409939 0 0.622941 0.208013 0.754106 0.926029 0.0618928 0.372343 0.967257 0.0282362 0.252223 0.622941 0.208013 0.754106 -0.205005 0.277415 0.938623 0.0225497 0.267423 0.963315 0.622941 0.208013 0.754106 0.999159 -0.0409939 0 0.996819 0.0797027 0 0.622941 0.208013 0.754106 0.996819 0.0797027 0 0.611571 0.237527 0.754694 0.622941 0.208013 0.754106 0.611571 0.237527 0.754694 -0.241311 0.246489 0.938623 0.632119 0.179035 0.753904 0.868303 0.0946469 0.48692 0.926029 0.0618928 0.372343 0.632119 0.179035 0.753904 0.730984 0.148017 0.666149 0.868303 0.0946469 0.48692 0.632119 0.179035 0.753904 0.513508 0.203013 0.833724 0.730984 0.148017 0.666149 0.632119 0.179035 0.753904 0.235427 0.247187 0.939932 0.513508 0.203013 0.833724 0.632119 0.179035 0.753904 0.0225497 0.267423 0.963315 0.235427 0.247187 0.939932 0.632119 0.179035 0.753904 0.926029 0.0618928 0.372343 0.622941 0.208013 0.754106 0.632119 0.179035 0.753904 0.622941 0.208013 0.754106 0.0225497 0.267423 0.963315 0.498435 0.366157 0.785807 0.223467 0.294411 0.929185 0.0484024 0.238655 0.969897 0.498435 0.366157 0.785807 0.333534 0.326072 0.884552 0.223467 0.294411 0.929185 0.498435 0.366157 0.785807 0.587769 0.384646 0.711741 0.333534 0.326072 0.884552 0.498435 0.366157 0.785807 0.717337 0.40142 0.569465 0.587769 0.384646 0.711741 0.498435 0.366157 0.785807 0.822466 0.401345 0.403077 0.717337 0.40142 0.569465 0.588293 0.38238 0.712528 0.906669 0.378106 0.187049 0.822466 0.401345 0.403077 0.588293 0.38238 0.712528 0.822466 0.401345 0.403077 0.498435 0.366157 0.785807 0.588293 0.38238 0.712528 0.498435 0.366157 0.785807 0.0484024 0.238655 0.969897 0.427154 0.34961 0.833854 0.0484024 0.238655 0.969897 -0.330391 0.0991656 0.93862 0.427154 0.34961 0.833854 0.906669 0.378106 0.187049 0.588293 0.38238 0.712528 0.427154 0.34961 0.833854 0.588293 0.38238 0.712528 0.0484024 0.238655 0.969897 0.507065 0.365809 0.780428 0.940249 0.340486 0 0.906669 0.378106 0.187049 0.507065 0.365809 0.780428 0.906669 0.378106 0.187049 0.427154 0.34961 0.833854 0.507065 0.365809 0.780428 0.427154 0.34961 0.833854 -0.330391 0.0991656 0.93862 0.535541 0.349718 0.768696 -0.330391 0.0991656 0.93862 -0.278092 0.204095 0.938621 0.535541 0.349718 0.768696 0.981272 0.192629 0 0.940249 0.340486 0 0.535541 0.349718 0.768696 -0.278092 0.204095 0.938621 0.569248 0.313427 0.760079 0.535541 0.349718 0.768696 0.507065 0.365809 0.780428 -0.330391 0.0991656 0.93862 0.535541 0.349718 0.768696 0.569248 0.313427 0.760079 0.981272 0.192629 0 0.535541 0.349718 0.768696 0.940249 0.340486 0 0.507065 0.365809 0.780428 0.605833 0.250492 0.755129 0.996819 0.0797027 0 0.598639 0.26533 0.755798 0.605833 0.250492 0.755129 0.598639 0.26533 0.755798 -0.241311 0.246489 0.938623 0.605833 0.250492 0.755129 0.611571 0.237527 0.754694 0.996819 0.0797027 0 0.605833 0.250492 0.755129 -0.241311 0.246489 0.938623 0.611571 0.237527 0.754694 -0.333679 0.087433 0.938623 -0.336106 0.0775841 0.938623 -0.337678 0.070429 0.938623 -0.333988 0.0862474 0.938623 -0.336106 0.0775841 0.938623 -0.333679 0.087433 0.938623 -0.330379 0.0991787 0.938623 -0.333679 0.087433 0.938623 -0.328793 0.104313 0.938623 -0.330379 0.0991787 0.938623 -0.333988 0.0862474 0.938623 -0.333679 0.087433 0.938623 -0.323054 0.120923 0.938623 -0.330379 0.0991787 0.938623 -0.328793 0.104313 0.938623 -0.316477 0.137218 0.938623 -0.330379 0.0991787 0.938623 -0.323054 0.120923 0.938623 -0.278083 0.204098 0.938623 -0.330379 0.0991787 0.938623 -0.316477 0.137218 0.938623 -0.249133 0.238577 0.938623 -0.278083 0.204098 0.938623 -0.316477 0.137218 0.938623 -0.241306 0.246491 0.938623 -0.278083 0.204098 0.938623 -0.249133 0.238577 0.938623 -0.174735 0.297413 0.938623 -0.241306 0.246491 0.938623 -0.249133 0.238577 0.938623 -0.205006 0.277415 0.938623 -0.241306 0.246491 0.938623 -0.174735 0.297413 0.938623 -0.174413 0.297601 0.938623 -0.205006 0.277415 0.938623 -0.174735 0.297413 0.938623 -0.141851 0.314428 0.938623 -0.174413 0.297601 0.938623 -0.174735 0.297413 0.938623 -0.107687 0.327704 0.938623 -0.141851 0.314428 0.938623 -0.174735 0.297413 0.938623 -0.488962 0.417243 0.766044 -0.506395 0.395904 0.766044 -0.504246 0.398637 0.766044 -0.488962 0.417243 0.766044 -0.508528 0.39316 0.766044 -0.506395 0.395904 0.766044 -0.488962 0.417243 0.766044 -0.510647 0.390404 0.766044 -0.508528 0.39316 0.766044 -0.488962 0.417243 0.766044 -0.504246 0.398637 0.766044 -0.499204 0.404934 0.766044 -0.488962 0.417243 0.766044 -0.499204 0.404934 0.766044 -0.494868 0.410221 0.766044 -0.488962 0.417243 0.766044 -0.494868 0.410221 0.766044 -0.491693 0.414022 0.766044 -0.434085 0.474074 0.766044 -0.510647 0.390404 0.766044 -0.488962 0.417243 0.766044 -0.424512 0.482665 0.766044 -0.430042 0.477744 0.766044 -0.434085 0.474074 0.766044 -0.40862 0.496191 0.766044 -0.434085 0.474074 0.766044 -0.488962 0.417243 0.766044 -0.40862 0.496191 0.766044 -0.424512 0.482665 0.766044 -0.434085 0.474074 0.766044 -0.418925 0.487522 0.766044 -0.424512 0.482665 0.766044 -0.40862 0.496191 0.766044 -0.407236 0.497328 0.766044 -0.418925 0.487522 0.766044 -0.40862 0.496191 0.766044 -0.407108 0.497432 0.766044 -0.418925 0.487522 0.766044 -0.407236 0.497328 0.766044 -0.413282 0.492315 0.766044 -0.418925 0.487522 0.766044 -0.407108 0.497432 0.766044 -0.408198 0.496538 0.766044 -0.413282 0.492315 0.766044 -0.407108 0.497432 0.766044 -0.409764 0.495247 0.766044 -0.413282 0.492315 0.766044 -0.408198 0.496538 0.766044 -0.250565 0.9681 0 -0.266416 0.963858 0 -0.631559 0.774024 0.0449378 -0.625175 0.779181 0.045105 -0.631559 0.774024 0.0449378 -0.888462 0.451534 0.0821756 -0.625175 0.779181 0.045105 -0.250565 0.9681 0 -0.631559 0.774024 0.0449378 -0.888467 0.451523 0.0821765 -0.625175 0.779181 0.045105 -0.888462 0.451534 0.0821756 -0.274939 0.961462 0 -0.631563 0.774021 0.0449384 -0.266416 0.963858 0 -0.636047 0.770342 0.0449094 -0.631563 0.774021 0.0449384 -0.274939 0.961462 0 -0.8897 0.449079 0.0822315 -0.88847 0.451518 0.0821767 -0.631563 0.774021 0.0449384 -0.8897 0.449079 0.0822315 -0.631563 0.774021 0.0449384 -0.636047 0.770342 0.0449094 -0.636052 0.770338 0.0449149 -0.274948 0.961459 0 -0.276943 0.960886 0 -0.832549 0.480115 0.276319 -0.276943 0.960886 0 -0.279448 0.960161 0 -0.832549 0.480115 0.276319 -0.889702 0.449074 0.082234 -0.636052 0.770338 0.0449149 -0.832549 0.480115 0.276319 -0.636052 0.770338 0.0449149 -0.276943 0.960886 0 -0.741738 0.490081 0.45787 -0.279448 0.960161 0 -0.284657 0.958629 0 -0.741738 0.490081 0.45787 -0.832549 0.480115 0.276319 -0.279448 0.960161 0 -0.637321 0.482082 0.601181 -0.284657 0.958629 0 -0.291198 0.956663 0 -0.637321 0.482082 0.601181 -0.741738 0.490081 0.45787 -0.284657 0.958629 0 -0.510412 0.457545 0.728102 -0.637321 0.482082 0.601181 -0.291198 0.956663 0 -0.25607 0.779038 0.5723 -0.301865 0.953351 0 -0.312187 0.950021 0 -0.394103 0.791177 0.467677 -0.291198 0.956663 0 -0.296253 0.95511 0 -0.394103 0.791177 0.467677 -0.365424 0.418914 0.83125 -0.510412 0.457545 0.728102 -0.394103 0.791177 0.467677 -0.510412 0.457545 0.728102 -0.291198 0.956663 0 -0.367998 0.789512 0.49117 -0.296253 0.95511 0 -0.301865 0.953351 0 -0.367998 0.789512 0.49117 -0.25607 0.779038 0.5723 -0.107692 0.327702 0.938623 -0.367998 0.789512 0.49117 -0.107692 0.327702 0.938623 -0.365424 0.418914 0.83125 -0.367998 0.789512 0.49117 -0.394103 0.791177 0.467677 -0.296253 0.95511 0 -0.367998 0.789512 0.49117 -0.365424 0.418914 0.83125 -0.394103 0.791177 0.467677 -0.367998 0.789512 0.49117 -0.301865 0.953351 0 -0.25607 0.779038 0.5723 -0.505628 0.862752 0 -0.594317 0.804231 0 -0.566949 0.767196 0.299963 -0.308742 0.526807 0.79193 -0.362897 0.491073 0.79193 -0.205006 0.277415 0.938623 -0.308742 0.526807 0.79193 -0.205006 0.277415 0.938623 -0.174413 0.297601 0.938623 -0.414637 0.707494 0.572301 -0.487366 0.659504 0.572301 -0.362897 0.491073 0.79193 -0.414637 0.707494 0.572301 -0.362897 0.491073 0.79193 -0.308742 0.526807 0.79193 -0.482344 0.823023 0.299963 -0.566949 0.767196 0.299963 -0.487366 0.659504 0.572301 -0.482344 0.823023 0.299963 -0.487366 0.659504 0.572301 -0.414637 0.707494 0.572301 -0.482344 0.823023 0.299963 -0.505628 0.862752 0 -0.566949 0.767196 0.299963 -0.251102 0.556593 0.79193 -0.174413 0.297601 0.938623 -0.141851 0.314428 0.938623 -0.251102 0.556593 0.79193 -0.141851 0.314428 0.938623 -0.107687 0.327704 0.938623 -0.251102 0.556593 0.79193 -0.107687 0.327704 0.938623 -0.256008 0.779059 0.5723 -0.251102 0.556593 0.79193 -0.308742 0.526807 0.79193 -0.174413 0.297601 0.938623 -0.337226 0.747496 0.572301 -0.414637 0.707494 0.572301 -0.308742 0.526807 0.79193 -0.337226 0.747496 0.572301 -0.251102 0.556593 0.79193 -0.256008 0.779059 0.5723 -0.337226 0.747496 0.572301 -0.308742 0.526807 0.79193 -0.251102 0.556593 0.79193 -0.392292 0.869557 0.299963 -0.411229 0.911532 0 -0.505628 0.862752 0 -0.392292 0.869557 0.299963 -0.312188 0.95002 0 -0.411229 0.911532 0 -0.392292 0.869557 0.299963 -0.256008 0.779059 0.5723 -0.312188 0.95002 0 -0.392292 0.869557 0.299963 -0.414637 0.707494 0.572301 -0.337226 0.747496 0.572301 -0.392292 0.869557 0.299963 -0.337226 0.747496 0.572301 -0.256008 0.779059 0.5723 -0.392292 0.869557 0.299963 -0.505628 0.862752 0 -0.482344 0.823023 0.299963 -0.392292 0.869557 0.299963 -0.482344 0.823023 0.299963 -0.414637 0.707494 0.572301 -0.642201 0.766537 0 -0.642953 0.765906 0 -0.183887 0.982947 0 -0.566949 0.767196 0.299964 -0.594317 0.804231 0 -0.605585 0.795781 0 -0.205005 0.277415 0.938623 -0.362897 0.491074 0.79193 0.022608 0.267496 0.963294 -0.0245087 0.776731 0.629355 -0.624388 0.781115 0 -0.63014 0.776481 0 -0.190087 0.957866 0.215311 -0.63956 0.768741 0 -0.642201 0.766537 0 -0.190087 0.957866 0.215311 -0.642201 0.766537 0 -0.183887 0.982947 0 -0.219274 0.941562 0.255694 -0.63956 0.768741 0 -0.190087 0.957866 0.215311 0.847261 0.502723 0.171519 0.999159 -0.0410109 0 0.967346 0.0281272 0.251894 0.847261 0.502723 0.171519 0.497638 0.867385 0 0.773654 0.633608 0 0.847261 0.502723 0.171519 0.773654 0.633608 0 0.948389 0.317108 0 0.847261 0.502723 0.171519 0.948389 0.317108 0 0.999159 -0.0410109 0 -0.251692 0.923483 0.289535 -0.635282 0.77228 0 -0.63956 0.768741 0 -0.251692 0.923483 0.289535 -0.63956 0.768741 0 -0.219274 0.941562 0.255694 -0.251692 0.923483 0.289535 -0.219274 0.941562 0.255694 0.230468 0.850006 0.473683 0.711754 0.542458 0.446257 0.967346 0.0281272 0.251894 0.925999 0.0617737 0.372438 0.711754 0.542458 0.446257 0.847261 0.502723 0.171519 0.967346 0.0281272 0.251894 -0.282773 0.90634 0.313986 -0.63014 0.776481 0 -0.635282 0.77228 0 -0.282773 0.90634 0.313986 -0.0245087 0.776731 0.629355 -0.63014 0.776481 0 -0.282773 0.90634 0.313986 -0.635282 0.77228 0 -0.251692 0.923483 0.289535 -0.282773 0.90634 0.313986 -0.251692 0.923483 0.289535 0.230468 0.850006 0.473683 0.674575 0.543044 0.500052 0.925999 0.0617737 0.372438 0.868284 0.0946345 0.486957 0.674575 0.543044 0.500052 0.711754 0.542458 0.446257 0.925999 0.0617737 0.372438 0.632364 0.542988 0.552521 0.868284 0.0946345 0.486957 0.731014 0.148172 0.66608 0.632364 0.542988 0.552521 0.674575 0.543044 0.500052 0.868284 0.0946345 0.486957 0.632364 0.542988 0.552521 0.230468 0.850006 0.473683 0.674575 0.543044 0.500052 0.389214 0.536794 0.748575 0.731014 0.148172 0.66608 0.513528 0.20301 0.833712 0.389214 0.536794 0.748575 0.513528 0.20301 0.833712 -0.0245087 0.776731 0.629355 0.389214 0.536794 0.748575 -0.282773 0.90634 0.313986 0.230468 0.850006 0.473683 0.389214 0.536794 0.748575 0.230468 0.850006 0.473683 0.632364 0.542988 0.552521 0.389214 0.536794 0.748575 0.632364 0.542988 0.552521 0.731014 0.148172 0.66608 0.389214 0.536794 0.748575 -0.0245087 0.776731 0.629355 -0.282773 0.90634 0.313986 -0.23133 0.722867 0.651114 0.513528 0.20301 0.833712 0.235347 0.247227 0.939942 -0.23133 0.722867 0.651114 -0.615971 0.787769 0 -0.624388 0.781115 0 -0.23133 0.722867 0.651114 -0.624388 0.781115 0 -0.0245087 0.776731 0.629355 -0.23133 0.722867 0.651114 -0.0245087 0.776731 0.629355 0.513528 0.20301 0.833712 -0.303997 0.704897 0.640863 0.235347 0.247227 0.939942 0.022608 0.267496 0.963294 -0.303997 0.704897 0.640863 -0.605585 0.795781 0 -0.615971 0.787769 0 -0.303997 0.704897 0.640863 -0.23133 0.722867 0.651114 0.235347 0.247227 0.939942 -0.303997 0.704897 0.640863 -0.615971 0.787769 0 -0.23133 0.722867 0.651114 -0.361346 0.690832 0.626243 -0.362897 0.491074 0.79193 -0.487366 0.659505 0.572301 -0.361346 0.690832 0.626243 -0.487366 0.659505 0.572301 -0.566949 0.767196 0.299964 -0.361346 0.690832 0.626243 -0.566949 0.767196 0.299964 -0.605585 0.795781 0 -0.361346 0.690832 0.626243 -0.605585 0.795781 0 -0.303997 0.704897 0.640863 -0.361346 0.690832 0.626243 0.022608 0.267496 0.963294 -0.362897 0.491074 0.79193 -0.361346 0.690832 0.626243 -0.303997 0.704897 0.640863 0.022608 0.267496 0.963294 0.379988 0.882159 0.278218 -0.183887 0.982947 0 0.156582 0.987665 0 0.379988 0.882159 0.278218 0.156582 0.987665 0 0.497638 0.867385 0 0.379988 0.882159 0.278218 0.847261 0.502723 0.171519 0.711754 0.542458 0.446257 0.379988 0.882159 0.278218 0.497638 0.867385 0 0.847261 0.502723 0.171519 0.379988 0.882159 0.278218 -0.190087 0.957866 0.215311 -0.183887 0.982947 0 0.306475 0.872315 0.380973 0.711754 0.542458 0.446257 0.674575 0.543044 0.500052 0.306475 0.872315 0.380973 0.674575 0.543044 0.500052 0.230468 0.850006 0.473683 0.306475 0.872315 0.380973 0.230468 0.850006 0.473683 -0.219274 0.941562 0.255694 0.306475 0.872315 0.380973 -0.219274 0.941562 0.255694 -0.190087 0.957866 0.215311 0.306475 0.872315 0.380973 0.379988 0.882159 0.278218 0.711754 0.542458 0.446257 0.306475 0.872315 0.380973 -0.190087 0.957866 0.215311 0.379988 0.882159 0.278218 -0.16405 0.621501 0.766044 -0.351564 0.644743 0.678756 -0.680288 0.601812 0.418366 -0.16405 0.621501 0.766044 -0.158764 0.622872 0.766044 -0.351564 0.644743 0.678756 -0.609845 0.621727 0.491472 -0.680288 0.601812 0.418366 -0.888467 0.451523 0.0821765 -0.609845 0.621727 0.491472 -0.16405 0.621501 0.766044 -0.680288 0.601812 0.418366 -0.888467 0.451523 0.0821765 -0.609845 0.621727 0.491472 -0.888467 0.451523 0.0821765 -0.270726 0.582997 0.766043 -0.16405 0.621501 0.766044 -0.609845 0.621727 0.491472 -0.270726 0.582997 0.766043 -0.609845 0.621727 0.491472 -0.888467 0.451523 0.0821765 -0.704997 0.511116 0.491669 -0.270726 0.582997 0.766043 -0.888467 0.451523 0.0821765 -0.950668 0.299132 0.0821571 -0.704997 0.511116 0.491669 -0.888467 0.451523 0.0821765 -0.183924 0.98294 0 -0.642953 0.765906 0 -0.642953 0.765906 0 -0.183924 0.98294 0 -0.642953 0.765906 0 -0.0933058 0.995637 0 0.156622 0.987659 0 -0.0933058 0.995637 0 0.257083 0.966389 0 0.156622 0.987659 0 -0.183924 0.98294 0 -0.0933058 0.995637 0 0.497667 0.867368 0 0.257083 0.966389 0 0.654108 0.756401 0 0.497667 0.867368 0 0.156622 0.987659 0 0.257083 0.966389 0 0.773626 0.633642 0 0.654108 0.756401 0 0.912785 0.408441 0 0.773626 0.633642 0 0.497667 0.867368 0 0.654108 0.756401 0 0.94841 0.317048 0 0.912785 0.408441 0 0.999159 -0.041011 0 0.94841 0.317048 0 0.773626 0.633642 0 0.912785 0.408441 0 0.999159 -0.041011 0 0.94841 0.317048 0 0.999159 -0.041011 0 -0.624385 0.779817 0.0450306 -0.250566 0.9681 0 -0.625173 0.779182 0.0451037 -0.624385 0.779817 0.0450306 -0.249846 0.968286 0 -0.250566 0.9681 0 -0.888467 0.451523 0.0821765 -0.625173 0.779182 0.0451037 -0.888467 0.451523 0.0821765 -0.888467 0.451523 0.0821765 -0.624385 0.779817 0.0450306 -0.625173 0.779182 0.0451037 -0.576865 0.812695 0.0821765 -0.576865 0.812695 0.0821765 -0.576865 0.812695 0.0821765 -0.576865 0.812695 0.0821765 -0.576865 0.812695 0.0821765 -0.576865 0.812695 0.0821765 -0.576865 0.812695 0.0821765 -0.703745 0.705423 0.0843865 -0.702761 0.706666 0.082157 -0.576865 0.812695 0.0821765 -0.702761 0.706666 0.082157 -0.576865 0.812695 0.0821765 -0.576865 0.812695 0.0821764 -0.576865 0.812695 0.0821765 -0.576865 0.812695 0.0821765 -0.794952 0.600765 0.0844548 -0.796596 0.598586 0.0844397 -0.863392 0.497636 0.0831391 -0.701251 0.707905 0.0843678 -0.796596 0.598586 0.0844397 -0.794952 0.600765 0.0844548 -0.70375 0.705417 0.0843907 -0.701251 0.707905 0.0843678 -0.794952 0.600765 0.0844548 -0.576866 0.812695 0.0821765 -0.579092 0.811104 0.0822316 -0.701251 0.707905 0.0843678 -0.576865 0.812695 0.0821765 -0.576866 0.812695 0.0821765 -0.701251 0.707905 0.0843678 -0.576865 0.812695 0.0821765 -0.701251 0.707905 0.0843678 -0.70375 0.705417 0.0843907 -0.323143 0.707092 0.628967 -0.579096 0.811101 0.082234 -0.514191 0.81201 0.276131 -0.323143 0.707092 0.628967 -0.514191 0.81201 0.276131 -0.428533 0.778527 0.458535 -0.323143 0.707092 0.628967 -0.428533 0.778527 0.458535 -0.34027 0.722991 0.601249 -0.323143 0.707092 0.628967 -0.34027 0.722991 0.601249 -0.238566 0.642203 0.728465 -0.323143 0.707092 0.628967 -0.238566 0.642203 0.728465 -0.12917 0.5406 0.831304 -0.323143 0.707092 0.628967 -0.12917 0.5406 0.831304 0.0569426 0.340208 0.938625 -0.381108 0.67774 0.628829 -0.701239 0.707914 0.084386 -0.579096 0.811101 0.082234 -0.381108 0.67774 0.628829 0.0569426 0.340208 0.938625 -0.0165016 0.344548 0.938624 -0.381108 0.67774 0.628829 -0.323143 0.707092 0.628967 0.0569426 0.340208 0.938625 -0.381108 0.67774 0.628829 -0.579096 0.811101 0.082234 -0.323143 0.707092 0.628967 -0.441835 0.640938 0.627679 -0.701239 0.707914 0.084386 -0.381108 0.67774 0.628829 -0.441835 0.640938 0.627679 -0.381108 0.67774 0.628829 -0.0165016 0.344548 0.938624 -0.495526 0.602656 0.625507 -0.79659 0.598588 0.0844813 -0.701239 0.707914 0.084386 -0.495526 0.602656 0.625507 -0.0165016 0.344548 0.938624 -0.109721 0.327028 0.938623 -0.495526 0.602656 0.625507 -0.701239 0.707914 0.084386 -0.441835 0.640938 0.627679 -0.495526 0.602656 0.625507 -0.441835 0.640938 0.627679 -0.0165016 0.344548 0.938624 -0.549843 0.557577 0.621917 -0.79659 0.598588 0.0844813 -0.495526 0.602656 0.625507 -0.549843 0.557577 0.621917 -0.495526 0.602656 0.625507 -0.109721 0.327028 0.938623 -0.59686 0.512014 0.617737 -0.863383 0.497655 0.0831252 -0.79659 0.598588 0.0844813 -0.59686 0.512014 0.617737 -0.730117 0.48698 0.479353 -0.863383 0.497655 0.0831252 -0.59686 0.512014 0.617737 -0.511728 0.405347 0.757515 -0.730117 0.48698 0.479353 -0.59686 0.512014 0.617737 -0.216458 0.268574 0.938623 -0.511728 0.405347 0.757515 -0.59686 0.512014 0.617737 -0.109721 0.327028 0.938623 -0.216458 0.268574 0.938623 -0.59686 0.512014 0.617737 -0.549843 0.557577 0.621917 -0.109721 0.327028 0.938623 -0.59686 0.512014 0.617737 -0.79659 0.598588 0.0844813 -0.549843 0.557577 0.621917 0.280643 -0.558107 0.780869 0.242423 -0.575739 0.780869 0.247688 -0.573493 0.780869 0.280643 -0.558107 0.780869 0.247688 -0.573493 0.780869 0.250337 -0.572342 0.780869 0.280643 -0.558107 0.780869 0.250337 -0.572342 0.780869 0.250447 -0.572294 0.780869 0.280643 -0.558107 0.780869 0.250447 -0.572294 0.780869 0.248083 -0.573322 0.780869 -0.0168924 -0.624467 0.780869 -0.0404557 -0.623384 0.780869 -0.0370839 -0.623593 0.780869 -0.0168924 -0.624467 0.780869 -0.0370839 -0.623593 0.780869 -0.033711 -0.623785 0.780869 -0.0168924 -0.624467 0.780869 0.077119 -0.619917 0.780869 -0.0404557 -0.623384 0.780869 -0.0168924 -0.624467 0.780869 0.13581 -0.609754 0.780869 0.077119 -0.619917 0.780869 -0.019537 -0.624389 0.780869 -0.0303372 -0.623958 0.780869 -0.0243373 -0.624221 0.780869 -0.019537 -0.624389 0.780869 -0.033711 -0.623785 0.780869 -0.0303372 -0.623958 0.780869 -0.019537 -0.624389 0.780869 -0.0168924 -0.624467 0.780869 -0.033711 -0.623785 0.780869 0.325916 -0.532938 0.780869 0.248083 -0.573322 0.780869 0.245072 -0.574616 0.780869 0.325916 -0.532938 0.780869 0.245072 -0.574616 0.780869 0.240983 -0.576343 0.780869 0.325916 -0.532938 0.780869 0.240983 -0.576343 0.780869 0.232265 -0.579911 0.780869 0.325916 -0.532938 0.780869 0.232265 -0.579911 0.780869 0.222779 -0.583621 0.780869 0.325916 -0.532938 0.780869 0.331605 -0.529417 0.780869 0.30646 -0.544359 0.780869 0.325916 -0.532938 0.780869 0.30646 -0.544359 0.780869 0.280643 -0.558107 0.780869 0.325916 -0.532938 0.780869 0.222779 -0.583621 0.780869 0.13581 -0.609754 0.780869 0.325916 -0.532938 0.780869 0.280643 -0.558107 0.780869 0.248083 -0.573322 0.780869 0.347571 -0.519075 0.780869 0.331605 -0.529417 0.780869 0.325916 -0.532938 0.780869 0.356022 -0.513315 0.780869 0.331605 -0.529417 0.780869 0.347571 -0.519075 0.780869 0.369696 -0.503556 0.780869 0.356022 -0.513315 0.780869 0.347571 -0.519075 0.780869 0.392006 -0.48639 0.780869 0.356022 -0.513315 0.780869 0.369696 -0.503556 0.780869 0.077119 -0.619917 0.780869 0.13581 -0.609754 0.780869 0.222779 -0.583621 0.780869 0.93166 -0.363331 0 0.990779 -0.135486 0 0.958351 -0.285595 0 0.93166 -0.363331 0 0.958351 -0.285595 0 0.919718 -0.392579 0 0.865652 -0.500646 0 0.919718 -0.392579 0 0.865652 -0.500646 0 0.865652 -0.500646 0 0.93166 -0.363331 0 0.919718 -0.392579 0 0.653374 -0.0432633 0.755798 -0.15139 0.309953 0.938621 -0.0991207 0.330398 0.938623 0.653374 -0.0432633 0.755798 0.919679 -0.392671 0 0.958392 -0.285455 0 0.653374 -0.0432633 0.755798 0.6497 0.0129832 0.760079 -0.15139 0.309953 0.938621 0.653374 -0.0432633 0.755798 0.958392 -0.285455 0 0.6497 0.0129832 0.760079 0.648255 -0.105309 0.754106 -0.0991207 0.330398 0.938623 -0.0526018 0.340909 0.938623 0.648255 -0.105309 0.754106 0.869586 -0.424505 0.252223 0.865661 -0.500631 0 0.648255 -0.105309 0.754106 0.848721 -0.375544 0.372343 0.869586 -0.424505 0.252223 0.648255 -0.105309 0.754106 -0.0526018 0.340909 0.938623 0.144245 0.226312 0.963315 0.648255 -0.105309 0.754106 0.865661 -0.500631 0 0.919679 -0.392671 0 0.648255 -0.105309 0.754106 0.919679 -0.392671 0 0.651903 -0.0738916 0.754694 0.648255 -0.105309 0.754106 0.651903 -0.0738916 0.754694 -0.0991207 0.330398 0.938623 0.642915 -0.135232 0.753904 0.812829 -0.319715 0.48692 0.848721 -0.375544 0.372343 0.642915 -0.135232 0.753904 0.716041 -0.208643 0.666149 0.812829 -0.319715 0.48692 0.642915 -0.135232 0.753904 0.549033 -0.05888 0.833724 0.716041 -0.208643 0.666149 0.642915 -0.135232 0.753904 0.323334 0.109465 0.939932 0.549033 -0.05888 0.833724 0.642915 -0.135232 0.753904 0.144245 0.226312 0.963315 0.323334 0.109465 0.939932 0.642915 -0.135232 0.753904 0.848721 -0.375544 0.372343 0.648255 -0.105309 0.754106 0.642915 -0.135232 0.753904 0.648255 -0.105309 0.754106 0.144245 0.226312 0.963315 0.611361 0.0926242 0.785913 0.335324 0.156714 0.928977 0.154201 0.188755 0.969842 0.611361 0.0926242 0.785913 0.447542 0.133572 0.884231 0.335324 0.156714 0.928977 0.611361 0.0926242 0.785913 0.698771 0.0675738 0.712147 0.447542 0.133572 0.884231 0.611361 0.0926242 0.785913 0.820972 0.022401 0.570529 0.698771 0.0675738 0.712147 0.611361 0.0926242 0.785913 0.914462 -0.0266412 0.403795 0.820972 0.022401 0.570529 0.698653 0.0651749 0.712486 0.978479 -0.0864728 0.187352 0.914462 -0.0266412 0.403795 0.698653 0.0651749 0.712486 0.914462 -0.0266412 0.403795 0.611361 0.0926242 0.785913 0.698653 0.0651749 0.712486 0.611361 0.0926242 0.785913 0.154201 0.188755 0.969842 0.540566 0.111092 0.833935 0.154201 0.188755 0.969842 -0.246462 0.241347 0.93862 0.540566 0.111092 0.833935 0.978479 -0.0864728 0.187352 0.698653 0.0651749 0.712486 0.540566 0.111092 0.833935 0.698653 0.0651749 0.712486 0.154201 0.188755 0.969842 0.618984 0.0882633 0.780428 0.990781 -0.13547 0 0.978479 -0.0864728 0.187352 0.618984 0.0882633 0.780428 0.978479 -0.0864728 0.187352 0.540566 0.111092 0.833935 0.618984 0.0882633 0.780428 0.540566 0.111092 0.833935 -0.246462 0.241347 0.93862 0.63672 0.060782 0.768696 -0.246462 0.241347 0.93862 -0.15139 0.309953 0.938621 0.63672 0.060782 0.768696 0.958392 -0.285455 0 0.990781 -0.13547 0 0.63672 0.060782 0.768696 -0.15139 0.309953 0.938621 0.6497 0.0129832 0.760079 0.63672 0.060782 0.768696 0.6497 0.0129832 0.760079 0.958392 -0.285455 0 0.63672 0.060782 0.768696 0.618984 0.0882633 0.780428 -0.246462 0.241347 0.93862 0.63672 0.060782 0.768696 0.990781 -0.13547 0 0.618984 0.0882633 0.780428 0.652848 -0.0597453 0.755129 0.919679 -0.392671 0 0.653374 -0.0432633 0.755798 0.652848 -0.0597453 0.755129 0.653374 -0.0432633 0.755798 -0.0991207 0.330398 0.938623 0.652848 -0.0597453 0.755129 0.651903 -0.0738916 0.754694 0.919679 -0.392671 0 0.652848 -0.0597453 0.755129 -0.0991207 0.330398 0.938623 0.651903 -0.0738916 0.754694 -0.254826 0.232487 0.938623 -0.261493 0.224962 0.938623 -0.266269 0.219288 0.938623 -0.255653 0.231577 0.938623 -0.261493 0.224962 0.938623 -0.254826 0.232487 0.938623 -0.246445 0.241353 0.938623 -0.254826 0.232487 0.938623 -0.242655 0.245163 0.938623 -0.246445 0.241353 0.938623 -0.255653 0.231577 0.938623 -0.254826 0.232487 0.938623 -0.229855 0.257203 0.938623 -0.246445 0.241353 0.938623 -0.242655 0.245163 0.938623 -0.216458 0.268575 0.938623 -0.246445 0.241353 0.938623 -0.229855 0.257203 0.938623 -0.151381 0.309952 0.938623 -0.246445 0.241353 0.938623 -0.216458 0.268575 0.938623 -0.109724 0.327028 0.938623 -0.151381 0.309952 0.938623 -0.216458 0.268575 0.938623 -0.0991162 0.330397 0.938623 -0.151381 0.309952 0.938623 -0.109724 0.327028 0.938623 -0.0165053 0.344549 0.938623 -0.0991162 0.330397 0.938623 -0.109724 0.327028 0.938623 -0.052603 0.34091 0.938623 -0.0991162 0.330397 0.938623 -0.0165053 0.344549 0.938623 -0.0161332 0.344567 0.938623 -0.052603 0.34091 0.938623 -0.0165053 0.344549 0.938623 0.0205189 0.344333 0.938623 -0.0161332 0.344567 0.938623 -0.0165053 0.344549 0.938623 0.0569392 0.340212 0.938623 0.0205189 0.344333 0.938623 -0.0165053 0.344549 0.938623 -0.239052 0.596682 0.766044 -0.264404 0.585889 0.766044 -0.261232 0.587311 0.766044 -0.239052 0.596682 0.766044 -0.267569 0.584451 0.766044 -0.264404 0.585889 0.766044 -0.239052 0.596682 0.766044 -0.270726 0.582995 0.766044 -0.267569 0.584451 0.766044 -0.239052 0.596682 0.766044 -0.261232 0.587311 0.766044 -0.253841 0.590543 0.766044 -0.239052 0.596682 0.766044 -0.253841 0.590543 0.766044 -0.247545 0.593209 0.766044 -0.239052 0.596682 0.766044 -0.247545 0.593209 0.766044 -0.242967 0.595099 0.766044 -0.16405 0.621501 0.766044 -0.270726 0.582995 0.766044 -0.239052 0.596682 0.766044 -0.15158 0.624659 0.766044 -0.158764 0.622872 0.766044 -0.16405 0.621501 0.766044 -0.131223 0.629251 0.766044 -0.16405 0.621501 0.766044 -0.239052 0.596682 0.766044 -0.131223 0.629251 0.766044 -0.15158 0.624659 0.766044 -0.16405 0.621501 0.766044 -0.144376 0.626364 0.766044 -0.15158 0.624659 0.766044 -0.131223 0.629251 0.766044 -0.12947 0.629614 0.766044 -0.144376 0.626364 0.766044 -0.131223 0.629251 0.766044 -0.129308 0.629647 0.766044 -0.144376 0.626364 0.766044 -0.12947 0.629614 0.766044 -0.137153 0.627985 0.766044 -0.144376 0.626364 0.766044 -0.129308 0.629647 0.766044 -0.130689 0.629362 0.766044 -0.137153 0.627985 0.766044 -0.129308 0.629647 0.766044 -0.132675 0.628946 0.766044 -0.137153 0.627985 0.766044 -0.130689 0.629362 0.766044 0.228034 0.973653 0 0.212028 0.977264 0 -0.199511 0.978865 0.0449378 -0.191461 0.980463 0.045105 -0.199511 0.978865 0.0449378 -0.576856 0.812702 0.0821756 -0.191461 0.980463 0.045105 0.228034 0.973653 0 -0.199511 0.978865 0.0449378 -0.576865 0.812695 0.0821765 -0.191461 0.980463 0.045105 -0.576856 0.812702 0.0821756 0.203367 0.979102 0 -0.199515 0.978864 0.0449384 0.212028 0.977264 0 -0.205196 0.97769 0.0449094 -0.199515 0.978864 0.0449384 0.203367 0.979102 0 -0.579092 0.811104 0.0822315 -0.57687 0.812692 0.0821767 -0.199515 0.978864 0.0449384 -0.579092 0.811104 0.0822315 -0.199515 0.978864 0.0449384 -0.205196 0.97769 0.0449094 -0.205203 0.977688 0.0449149 0.203358 0.979104 0 0.201325 0.979524 0 -0.514065 0.812025 0.276319 0.201325 0.979524 0 0.19877 0.980046 0 -0.514065 0.812025 0.276319 -0.579097 0.8111 0.082234 -0.205203 0.977688 0.0449149 -0.514065 0.812025 0.276319 -0.205203 0.977688 0.0449149 0.201325 0.979524 0 -0.429024 0.778648 0.45787 0.19877 0.980046 0 0.193446 0.981111 0 -0.429024 0.778648 0.45787 -0.514065 0.812025 0.276319 0.19877 0.980046 0 -0.340285 0.723041 0.601181 0.193446 0.981111 0 0.18674 0.982409 0 -0.340285 0.723041 0.601181 -0.429024 0.778648 0.45787 0.193446 0.981111 0 -0.239315 0.642336 0.728102 -0.340285 0.723041 0.601181 0.18674 0.982409 0 0.135298 0.808806 0.5723 0.175756 0.984434 0 0.165069 0.986282 0 0.0187178 0.883701 0.467677 0.18674 0.982409 0 0.181543 0.983383 0 0.0187178 0.883701 0.467677 -0.128888 0.540751 0.83125 -0.239315 0.642336 0.728102 0.0187178 0.883701 0.467677 -0.239315 0.642336 0.728102 0.18674 0.982409 0 0.041059 0.870095 0.49117 0.181543 0.983383 0 0.175756 0.984434 0 0.041059 0.870095 0.49117 0.135298 0.808806 0.5723 0.0569343 0.340213 0.938623 0.041059 0.870095 0.49117 0.0569343 0.340213 0.938623 -0.128888 0.540751 0.83125 0.041059 0.870095 0.49117 0.0187178 0.883701 0.467677 0.181543 0.983383 0 0.041059 0.870095 0.49117 -0.128888 0.540751 0.83125 0.0187178 0.883701 0.467677 0.041059 0.870095 0.49117 0.175756 0.984434 0 0.135298 0.808806 0.5723 -0.0467703 0.998906 0 -0.152497 0.988304 0 -0.145475 0.942793 0.299963 -0.0285585 0.609944 0.79193 -0.0931167 0.60347 0.79193 -0.052603 0.34091 0.938623 -0.0285585 0.609944 0.79193 -0.125054 0.810453 0.572301 -0.0931167 0.60347 0.79193 -0.0285585 0.609944 0.79193 -0.052603 0.34091 0.938623 -0.0161332 0.344567 0.938623 -0.0383537 0.819147 0.572301 -0.145475 0.942793 0.299963 -0.125054 0.810453 0.572301 -0.0383537 0.819147 0.572301 -0.125054 0.810453 0.572301 -0.0285585 0.609944 0.79193 -0.0446166 0.952907 0.299963 -0.145475 0.942793 0.299963 -0.0383537 0.819147 0.572301 -0.0446166 0.952907 0.299963 -0.0467703 0.998906 0 -0.145475 0.942793 0.299963 0.0363221 0.609531 0.79193 -0.0161332 0.344567 0.938623 0.0205189 0.344333 0.938623 0.0363221 0.609531 0.79193 0.0205189 0.344333 0.938623 0.0569393 0.340212 0.938623 0.0363221 0.609531 0.79193 0.0569393 0.340212 0.938623 0.135363 0.808795 0.5723 0.0363221 0.609531 0.79193 -0.0285585 0.609944 0.79193 -0.0161332 0.344567 0.938623 0.04878 0.818592 0.572301 -0.0383537 0.819147 0.572301 -0.0285585 0.609944 0.79193 0.04878 0.818592 0.572301 0.0363221 0.609531 0.79193 0.135363 0.808795 0.5723 0.04878 0.818592 0.572301 -0.0285585 0.609944 0.79193 0.0363221 0.609531 0.79193 0.0567454 0.952261 0.299963 0.0594846 0.998229 0 -0.0467703 0.998906 0 0.0567454 0.952261 0.299963 0.165068 0.986282 0 0.0594846 0.998229 0 0.0567454 0.952261 0.299963 0.135363 0.808795 0.5723 0.165068 0.986282 0 0.0567454 0.952261 0.299963 -0.0467703 0.998906 0 -0.0446166 0.952907 0.299963 0.0567454 0.952261 0.299963 -0.0383537 0.819147 0.572301 0.04878 0.818592 0.572301 0.0567454 0.952261 0.299963 0.04878 0.818592 0.572301 0.135363 0.808795 0.5723 0.0567454 0.952261 0.299963 -0.0446166 0.952907 0.299963 -0.0383537 0.819147 0.572301 -0.212413 0.97718 0 -0.213373 0.976971 0 0.293974 0.955813 0 -0.145475 0.942793 0.299964 -0.152497 0.988304 0 -0.166401 0.986058 0 -0.0526019 0.34091 0.938623 -0.0931159 0.603471 0.79193 0.14433 0.22635 0.963294 0.339264 0.699151 0.629355 -0.189866 0.98181 0 -0.197113 0.980381 0 0.276829 0.936486 0.215311 -0.20905 0.977905 0 -0.212413 0.97718 0 0.276829 0.936486 0.215311 -0.212413 0.97718 0 0.293974 0.955813 0 0.243408 0.935614 0.255694 -0.20905 0.977905 0 0.276829 0.936486 0.215311 0.983839 0.051397 0.171519 0.865652 -0.500646 0 0.869614 -0.424643 0.251894 0.983839 0.051397 0.171519 0.84373 0.536767 0 0.979489 0.201497 0 0.983839 0.051397 0.171519 0.979489 0.201497 0 0.987125 -0.159953 0 0.983839 0.051397 0.171519 0.987125 -0.159953 0 0.865652 -0.500646 0 0.206302 0.93467 0.289535 -0.203618 0.97905 0 -0.20905 0.977905 0 0.206302 0.93467 0.289535 -0.20905 0.977905 0 0.243408 0.935614 0.255694 0.206302 0.93467 0.289535 0.243408 0.935614 0.255694 0.599086 0.645539 0.473683 0.88232 0.149554 0.446257 0.869614 -0.424643 0.251894 0.848639 -0.375635 0.372438 0.88232 0.149554 0.446257 0.983839 0.051397 0.171519 0.869614 -0.424643 0.251894 0.170814 0.933936 0.313986 -0.197113 0.980381 0 -0.203618 0.97905 0 0.170814 0.933936 0.313986 0.339264 0.699151 0.629355 -0.197113 0.980381 0 0.170814 0.933936 0.313986 -0.203618 0.97905 0 0.206302 0.93467 0.289535 0.170814 0.933936 0.313986 0.206302 0.93467 0.289535 0.599086 0.645539 0.473683 0.849672 0.167351 0.500052 0.848639 -0.375635 0.372438 0.812806 -0.319717 0.486957 0.849672 0.167351 0.500052 0.88232 0.149554 0.446257 0.848639 -0.375635 0.372438 0.81227 0.186918 0.552521 0.812806 -0.319717 0.486957 0.71614 -0.20852 0.66608 0.81227 0.186918 0.552521 0.849672 0.167351 0.500052 0.812806 -0.319717 0.486957 0.81227 0.186918 0.552521 0.599086 0.645539 0.473683 0.849672 0.167351 0.500052 0.594093 0.294431 0.748575 0.71614 -0.20852 0.66608 0.54905 -0.0588922 0.833712 0.594093 0.294431 0.748575 0.54905 -0.0588922 0.833712 0.339264 0.699151 0.629355 0.594093 0.294431 0.748575 0.170814 0.933936 0.313986 0.599086 0.645539 0.473683 0.594093 0.294431 0.748575 0.599086 0.645539 0.473683 0.81227 0.186918 0.552521 0.594093 0.294431 0.748575 0.81227 0.186918 0.552521 0.71614 -0.20852 0.66608 0.594093 0.294431 0.748575 0.339264 0.699151 0.629355 0.170814 0.933936 0.313986 0.1311 0.747571 0.651114 0.54905 -0.0588922 0.833712 0.323281 0.109538 0.939942 0.1311 0.747571 0.651114 -0.179321 0.983791 0 -0.189866 0.98181 0 0.1311 0.747571 0.651114 -0.189866 0.98181 0 0.339264 0.699151 0.629355 0.1311 0.747571 0.651114 0.339264 0.699151 0.629355 0.54905 -0.0588922 0.833712 0.0584064 0.76543 0.640863 0.323281 0.109538 0.939942 0.14433 0.22635 0.963294 0.0584064 0.76543 0.640863 -0.166401 0.986058 0 -0.179321 0.983791 0 0.0584064 0.76543 0.640863 0.1311 0.747571 0.651114 0.323281 0.109538 0.939942 0.0584064 0.76543 0.640863 -0.179321 0.983791 0 0.1311 0.747571 0.651114 0.00108946 0.779627 0.626243 -0.0931159 0.603471 0.79193 -0.125054 0.810453 0.572301 0.00108946 0.779627 0.626243 -0.125054 0.810453 0.572301 -0.145475 0.942793 0.299964 0.00108946 0.779627 0.626243 -0.145475 0.942793 0.299964 -0.166401 0.986058 0 0.00108946 0.779627 0.626243 -0.166401 0.986058 0 0.0584064 0.76543 0.640863 0.00108946 0.779627 0.626243 0.14433 0.22635 0.963294 -0.0931159 0.603471 0.79193 0.00108946 0.779627 0.626243 0.0584064 0.76543 0.640863 0.14433 0.22635 0.963294 0.746423 0.604523 0.278218 0.293974 0.955813 0 0.597638 0.801766 0 0.746423 0.604523 0.278218 0.597638 0.801766 0 0.84373 0.536767 0 0.746423 0.604523 0.278218 0.983839 0.051397 0.171519 0.88232 0.149554 0.446257 0.746423 0.604523 0.278218 0.84373 0.536767 0 0.983839 0.051397 0.171519 0.746423 0.604523 0.278218 0.276829 0.936486 0.215311 0.293974 0.955813 0 0.676755 0.62997 0.380973 0.88232 0.149554 0.446257 0.849672 0.167351 0.500052 0.676755 0.62997 0.380973 0.849672 0.167351 0.500052 0.599086 0.645539 0.473683 0.676755 0.62997 0.380973 0.599086 0.645539 0.473683 0.243408 0.935614 0.255694 0.676755 0.62997 0.380973 0.243408 0.935614 0.255694 0.276829 0.936486 0.215311 0.676755 0.62997 0.380973 0.746423 0.604523 0.278218 0.88232 0.149554 0.446257 0.676755 0.62997 0.380973 0.276829 0.936486 0.215311 0.746423 0.604523 0.278218 0.143567 0.62655 0.766044 -0.0116674 0.734271 0.678756 -0.322689 0.849024 0.418366 0.143567 0.62655 0.766044 0.148884 0.625308 0.766044 -0.0116674 0.734271 0.678756 -0.251059 0.833921 0.491472 -0.322689 0.849024 0.418366 -0.576865 0.812695 0.0821765 -0.251059 0.833921 0.491472 0.143567 0.62655 0.766044 -0.322689 0.849024 0.418366 -0.576865 0.812695 0.0821765 -0.251059 0.833921 0.491472 -0.576865 0.812695 0.0821765 0.0312163 0.642031 0.766043 0.143567 0.62655 0.766044 -0.25106 0.833921 0.491472 0.0312163 0.642031 0.766043 -0.25106 0.833921 0.491472 -0.576865 0.812695 0.0821765 -0.386717 0.7802 0.491669 0.0312163 0.642031 0.766043 -0.576865 0.812695 0.0821765 -0.702761 0.706666 0.0821571 -0.386717 0.7802 0.491669 -0.576865 0.812695 0.0821765 0.293938 0.955824 0 -0.213373 0.976971 0 -0.213373 0.976971 0 0.293938 0.955824 0 -0.213373 0.976971 0 0.380078 0.924955 0 0.59767 0.801742 0 0.380078 0.924955 0 0.676739 0.736223 0 0.59767 0.801742 0 0.293938 0.955824 0 0.380078 0.924955 0 0.843748 0.536739 0 0.676739 0.736223 0 0.930701 0.365781 0 0.843748 0.536739 0 0.59767 0.801742 0 0.676739 0.736223 0 0.97948 0.20154 0 0.930701 0.365781 0 0.998043 -0.0625356 0 0.97948 0.20154 0 0.843748 0.536739 0 0.930701 0.365781 0 0.987114 -0.160016 0 0.998043 -0.0625356 0 0.865652 -0.500646 0 0.987114 -0.160016 0 0.97948 0.20154 0 0.998043 -0.0625356 0 0.865652 -0.500646 0 0.987114 -0.160016 0 0.865652 -0.500646 0 -0.190467 0.98066 0.0450306 0.228034 0.973653 0 -0.19146 0.980464 0.0451037 -0.190467 0.98066 0.0450306 0.228757 0.973484 0 0.228034 0.973653 0 -0.576865 0.812695 0.0821765 -0.19146 0.980464 0.0451037 -0.576865 0.812695 0.0821765 -0.576865 0.812695 0.0821765 -0.190467 0.98066 0.0450306 -0.19146 0.980464 0.0451037 -0.133111 0.987688 0.0821765 -0.133111 0.987688 0.0821765 -0.133111 0.987688 0.0821765 -0.133111 0.987688 0.0821765 -0.133111 0.987688 0.0821765 -0.133111 0.987688 0.0821765 -0.133111 0.987688 0.0821765 -0.295309 0.951668 0.0843865 -0.29386 0.952311 0.082157 -0.133111 0.987688 0.0821765 -0.29386 0.952311 0.082157 -0.133111 0.987688 0.0821765 0.180214 0.294124 0.938623 0.165375 0.302717 0.938623 0.165375 0.302717 0.938623 0.194608 0.284805 0.938623 0.180214 0.294124 0.938623 0.165375 0.302717 0.938623 0.208522 0.274782 0.938623 0.194608 0.284805 0.938623 0.165375 0.302717 0.938623 -0.133111 0.987688 0.0821764 -0.133111 0.987688 0.0821765 -0.133111 0.987688 0.0821765 -0.424706 0.901384 0.0844548 -0.417824 0.90459 0.0844935 -0.533233 0.841873 0.0831391 -0.268742 0.959527 0.0841827 -0.417824 0.90459 0.0844935 -0.424706 0.901384 0.0844548 -0.295316 0.951665 0.0843907 -0.268742 0.959527 0.0841827 -0.424706 0.901384 0.0844548 -0.133111 0.987688 0.0821765 -0.135822 0.987315 0.0822316 -0.268742 0.959527 0.0841827 -0.133111 0.987688 0.0821765 -0.133111 0.987688 0.0821765 -0.268742 0.959527 0.0841827 -0.133111 0.987688 0.0821765 -0.268742 0.959527 0.0841827 -0.295316 0.951665 0.0843907 -0.00775049 0.777433 0.628918 0.208522 0.274782 0.938623 0.165375 0.302717 0.938623 -0.00775049 0.777433 0.628918 -0.176682 0.91285 0.368088 -0.268748 0.959525 0.0841828 -0.00775049 0.777433 0.628918 -0.068636 0.783082 0.618119 -0.176682 0.91285 0.368088 -0.00775049 0.777433 0.628918 0.0508225 0.571496 0.819029 -0.068636 0.783082 0.618119 -0.00775049 0.777433 0.628918 0.165375 0.302717 0.938623 0.0508225 0.571496 0.819029 -0.00775049 0.777433 0.628918 -0.268748 0.959525 0.0841828 -0.135822 0.987315 0.0822316 0.0424735 0.776274 0.628963 0.129993 0.559972 0.81825 0.208522 0.274782 0.938623 0.0424735 0.776274 0.628963 0.0663361 0.730244 0.679958 0.129993 0.559972 0.81825 0.0424735 0.776274 0.628963 0.0187638 0.828691 0.559392 0.0663361 0.730244 0.679958 0.0424735 0.776274 0.628963 -0.0294576 0.905041 0.424304 0.0187638 0.828691 0.559392 0.0424735 0.776274 0.628963 -0.0838795 0.96274 0.257092 -0.0294576 0.905041 0.424304 0.0424735 0.776274 0.628963 -0.135822 0.987315 0.0822316 -0.0838795 0.96274 0.257092 0.0424735 0.776274 0.628963 -0.00775049 0.777433 0.628918 -0.135822 0.987315 0.0822316 0.0424735 0.776274 0.628963 0.208522 0.274782 0.938623 -0.00775049 0.777433 0.628918 -0.0108682 -0.624601 0.780869 -0.0451645 -0.62306 0.780869 -0.0489147 -0.622777 0.780869 -0.0108682 -0.624601 0.780869 -0.0441602 -0.623132 0.780869 -0.0451645 -0.62306 0.780869 -0.0108682 -0.624601 0.780869 -0.0439166 -0.623149 0.780869 -0.0441602 -0.623132 0.780869 -0.0108682 -0.624601 0.780869 -0.0447029 -0.623094 0.780869 -0.0439166 -0.623149 0.780869 -0.0108682 -0.624601 0.780869 -0.0467278 -0.622945 0.780869 -0.0447029 -0.623094 0.780869 -0.0108682 -0.624601 0.780869 -0.049372 -0.622741 0.780869 -0.0467278 -0.622945 0.780869 -0.0108682 -0.624601 0.780869 -0.0529045 -0.622451 0.780869 -0.049372 -0.622741 0.780869 -0.305162 -0.545087 0.780869 -0.325523 -0.533178 0.780869 -0.322634 -0.534931 0.780869 -0.305162 -0.545087 0.780869 -0.322634 -0.534931 0.780869 -0.319737 -0.536668 0.780869 -0.305162 -0.545087 0.780869 -0.219804 -0.584748 0.780869 -0.325523 -0.533178 0.780869 -0.305162 -0.545087 0.780869 -0.163112 -0.603024 0.780869 -0.219804 -0.584748 0.780869 -0.307467 -0.54379 0.780869 -0.31683 -0.538389 0.780869 -0.311639 -0.54141 0.780869 -0.307467 -0.54379 0.780869 -0.319737 -0.536668 0.780869 -0.31683 -0.538389 0.780869 -0.307467 -0.54379 0.780869 -0.305162 -0.545087 0.780869 -0.319737 -0.536668 0.780869 0.0409157 -0.623354 0.780869 -0.0585995 -0.62194 0.780869 -0.0739611 -0.620301 0.780869 0.0409157 -0.623354 0.780869 -0.0489147 -0.622777 0.780869 -0.0585995 -0.62194 0.780869 0.0409157 -0.623354 0.780869 0.0475889 -0.62288 0.780869 0.0183805 -0.624425 0.780869 0.0409157 -0.623354 0.780869 0.0183805 -0.624425 0.780869 -0.0108682 -0.624601 0.780869 0.0409157 -0.623354 0.780869 -0.0108682 -0.624601 0.780869 -0.0489147 -0.622777 0.780869 0.0409157 -0.623354 0.780869 -0.0739611 -0.620301 0.780869 -0.163112 -0.603024 0.780869 0.0665432 -0.621141 0.780869 0.0475889 -0.62288 0.780869 0.0409157 -0.623354 0.780869 0.076693 -0.619969 0.780869 0.0475889 -0.62288 0.780869 0.0665432 -0.621141 0.780869 0.0933246 -0.617685 0.780869 0.076693 -0.619969 0.780869 0.0665432 -0.621141 0.780869 0.121067 -0.612851 0.780869 0.076693 -0.619969 0.780869 0.0933246 -0.617685 0.780869 -0.219804 -0.584748 0.780869 -0.163112 -0.603024 0.780869 -0.0739611 -0.620301 0.780869 -0.117596 0.32428 0.938623 -0.126997 0.320715 0.938623 -0.133861 0.317911 0.938623 -0.118753 0.323858 0.938623 -0.126997 0.320715 0.938623 -0.117596 0.32428 0.938623 -0.106054 0.328236 0.938623 -0.117596 0.32428 0.938623 -0.100928 0.329848 0.938623 -0.106054 0.328236 0.938623 -0.118753 0.323858 0.938623 -0.117596 0.32428 0.938623 -0.0839983 0.33456 0.938623 -0.106054 0.328236 0.938623 -0.100928 0.329848 0.938623 -0.0668507 0.338404 0.938623 -0.106054 0.328236 0.938623 -0.0839983 0.33456 0.938623 0.00999656 0.344799 0.938623 -0.0668507 0.338404 0.938623 0.0132484 0.34469 0.938623 0.00999656 0.344799 0.938623 -0.106054 0.328236 0.938623 -0.0668507 0.338404 0.938623 0.082115 0.335028 0.938623 0.00999656 0.344799 0.938623 0.0132484 0.34469 0.938623 0.0657822 0.338614 0.938623 0.00999656 0.344799 0.938623 0.082115 0.335028 0.938623 0.165375 0.302717 0.938623 0.0657822 0.338614 0.938623 0.082115 0.335028 0.938623 0.111851 0.326306 0.938623 0.0657822 0.338614 0.938623 0.165375 0.302717 0.938623 0.130128 0.319458 0.938623 0.111851 0.326306 0.938623 0.165375 0.302717 0.938623 0.147988 0.311586 0.938623 0.130128 0.319458 0.938623 0.165375 0.302717 0.938623 0.165375 0.302717 0.938623 0.147988 0.311586 0.938623 0.165375 0.302717 0.938623 0.656096 -0.754678 0 0.814328 -0.580405 0 0.715867 -0.698237 0 0.656096 -0.754678 0 0.715867 -0.698237 0 0.631935 -0.775022 0 0.533835 -0.845588 0 0.631935 -0.775022 0 0.533835 -0.845588 0 0.533835 -0.845588 0 0.656096 -0.754678 0 0.631935 -0.775022 0 0.55985 -0.339292 0.755942 0.00999091 0.344803 0.938622 0.0657796 0.338615 0.938623 0.55985 -0.339292 0.755942 0.631857 -0.775085 0 0.715968 -0.698134 0 0.526831 -0.392069 0.754143 0.0657796 0.338615 0.938623 0.111851 0.326306 0.938623 0.526831 -0.392069 0.754143 0.533803 -0.845609 0 0.631857 -0.775085 0 0.526831 -0.392069 0.754143 0.631857 -0.775085 0 0.544513 -0.365812 0.754776 0.526831 -0.392069 0.754143 0.544513 -0.365812 0.754776 0.0657796 0.338615 0.938623 0.51467 -0.408248 0.753955 0.572661 -0.780005 0.25229 0.533803 -0.845609 0 0.51467 -0.408248 0.753955 0.576943 -0.726937 0.372424 0.572661 -0.780005 0.25229 0.51467 -0.408248 0.753955 0.571114 -0.660794 0.487012 0.576943 -0.726937 0.372424 0.51467 -0.408248 0.753955 0.537071 -0.517504 0.666141 0.571114 -0.660794 0.487012 0.51467 -0.408248 0.753955 0.458874 -0.307427 0.833621 0.537071 -0.517504 0.666141 0.51467 -0.408248 0.753955 0.337246 -0.0534661 0.939897 0.458874 -0.307427 0.833621 0.51467 -0.408248 0.753955 0.232928 0.133295 0.963316 0.337246 -0.0534661 0.939897 0.51467 -0.408248 0.753955 0.111851 0.326306 0.938623 0.232928 0.133295 0.963316 0.51467 -0.408248 0.753955 0.533803 -0.845609 0 0.526831 -0.392069 0.754143 0.51467 -0.408248 0.753955 0.526831 -0.392069 0.754143 0.111851 0.326306 0.938623 0.584381 -0.202095 0.785911 0.369742 -0.0170646 0.928978 0.224255 0.0954766 0.969842 0.584381 -0.202095 0.785911 0.458354 -0.0897071 0.884231 0.369742 -0.0170646 0.928978 0.584381 -0.202095 0.785911 0.650147 -0.264907 0.712132 0.458354 -0.0897071 0.884231 0.584381 -0.202095 0.785911 0.737352 -0.361688 0.57052 0.650147 -0.264907 0.712132 0.584381 -0.202095 0.785911 0.79734 -0.448556 0.403789 0.737352 -0.361688 0.57052 0.648918 -0.266965 0.712485 0.82622 -0.531283 0.187348 0.79734 -0.448556 0.403789 0.648918 -0.266965 0.712485 0.79734 -0.448556 0.403789 0.584381 -0.202095 0.785911 0.648918 -0.266965 0.712485 0.584381 -0.202095 0.785911 0.224255 0.0954766 0.969842 0.530278 -0.152844 0.833933 0.224255 0.0954766 0.969842 -0.106072 0.328236 0.938621 0.530278 -0.152844 0.833933 0.648918 -0.266965 0.712485 0.224255 0.0954766 0.969842 0.530278 -0.152844 0.833933 0.82622 -0.531283 0.187348 0.648918 -0.266965 0.712485 0.589104 -0.209498 0.780428 0.814343 -0.580384 0 0.82622 -0.531283 0.187348 0.589104 -0.209498 0.780428 0.82622 -0.531283 0.187348 0.530278 -0.152844 0.833933 0.589104 -0.209498 0.780428 0.530278 -0.152844 0.833933 -0.106072 0.328236 0.938621 0.592033 -0.242074 0.768698 -0.106072 0.328236 0.938621 0.00999091 0.344803 0.938622 0.592033 -0.242074 0.768698 0.715968 -0.698134 0 0.814343 -0.580384 0 0.592033 -0.242074 0.768698 0.582196 -0.287818 0.7604 0.715968 -0.698134 0 0.592033 -0.242074 0.768698 0.00999091 0.344803 0.938622 0.582196 -0.287818 0.7604 0.592033 -0.242074 0.768698 0.589104 -0.209498 0.780428 -0.106072 0.328236 0.938621 0.592033 -0.242074 0.768698 0.814343 -0.580384 0 0.589104 -0.209498 0.780428 0.581533 -0.289789 0.76016 0.715968 -0.698134 0 0.582196 -0.287818 0.7604 0.581533 -0.289789 0.76016 0.582196 -0.287818 0.7604 0.00999091 0.344803 0.938622 0.581533 -0.289789 0.76016 0.55985 -0.339292 0.755942 0.715968 -0.698134 0 0.581533 -0.289789 0.76016 0.00999091 0.344803 0.938622 0.55985 -0.339292 0.755942 0.550304 -0.356296 0.755128 0.55985 -0.339292 0.755942 0.0657796 0.338615 0.938623 0.550304 -0.356296 0.755128 0.631857 -0.775085 0 0.55985 -0.339292 0.755942 0.550304 -0.356296 0.755128 0.544513 -0.365812 0.754776 0.631857 -0.775085 0 0.550304 -0.356296 0.755128 0.0657796 0.338615 0.938623 0.544513 -0.365812 0.754776 0.065622 0.639429 0.766044 0.0381579 0.641654 0.766044 0.0416274 0.641438 0.766044 0.065622 0.639429 0.766044 0.0346874 0.641851 0.766044 0.0381579 0.641654 0.766044 0.065622 0.639429 0.766044 0.0312158 0.642029 0.766044 0.0346874 0.641851 0.766044 0.065622 0.639429 0.766044 0.0416274 0.641438 0.766044 0.0496736 0.640865 0.766044 0.065622 0.639429 0.766044 0.0496736 0.640865 0.766044 0.0564877 0.640301 0.766044 0.065622 0.639429 0.766044 0.0564877 0.640301 0.766044 0.0614197 0.639847 0.766044 0.143567 0.62655 0.766044 0.0312158 0.642029 0.766044 0.065622 0.639429 0.766044 0.156076 0.623551 0.766044 0.148884 0.625307 0.766044 0.143567 0.62655 0.766044 0.176235 0.618156 0.766044 0.143567 0.62655 0.766044 0.065622 0.639429 0.766044 0.176235 0.618156 0.766044 0.156076 0.623551 0.766044 0.143567 0.62655 0.766044 0.163247 0.621713 0.766044 0.156076 0.623551 0.766044 0.176235 0.618156 0.766044 0.177956 0.617663 0.766044 0.163247 0.621713 0.766044 0.176235 0.618156 0.766044 0.178115 0.617617 0.766044 0.163247 0.621713 0.766044 0.177956 0.617663 0.766044 0.170396 0.619791 0.766044 0.163247 0.621713 0.766044 0.178115 0.617617 0.766044 0.17676 0.618006 0.766044 0.170396 0.619791 0.766044 0.178115 0.617617 0.766044 0.174808 0.618561 0.766044 0.170396 0.619791 0.766044 0.17676 0.618006 0.766044 0.654393 0.756155 0 0.641898 0.76679 0 0.278243 0.959459 0.0449378 0.286113 0.957134 0.045105 0.278243 0.959459 0.0449378 -0.133099 0.98769 0.0821756 0.286113 0.957134 0.045105 0.654393 0.756155 0 0.278243 0.959459 0.0449378 -0.133111 0.987688 0.0821765 0.286113 0.957134 0.045105 -0.133099 0.98769 0.0821756 0.635084 0.772443 0 0.278239 0.95946 0.0449384 0.641898 0.76679 0 0.272664 0.961061 0.0449094 0.278239 0.95946 0.0449384 0.635084 0.772443 0 -0.135822 0.987315 0.0822315 -0.133117 0.987688 0.0821767 0.278239 0.95946 0.0449384 -0.135822 0.987315 0.0822315 0.278239 0.95946 0.0449384 0.272664 0.961061 0.0449094 0.610111 0.792316 0 0.60451 0.796598 0 0.49567 0.653286 0.572301 0.066511 0.730139 0.680053 0.627654 0.778493 0 0.622576 0.782559 0 0.018689 0.828785 0.559255 0.627654 0.778493 0 0.066511 0.730139 0.680053 -0.0298392 0.905299 0.423725 0.631847 0.775093 0 0.627654 0.778493 0 -0.0298392 0.905299 0.423725 0.627654 0.778493 0 0.018689 0.828785 0.559255 0.272664 0.96106 0.0449132 0.635084 0.772443 0 0.634002 0.773331 0 -0.0837468 0.962591 0.257694 0.634002 0.773331 0 0.631847 0.775093 0 -0.0837468 0.962591 0.257694 0.631847 0.775093 0 -0.0298392 0.905299 0.423725 -0.0837468 0.962591 0.257694 0.272664 0.96106 0.0449132 0.634002 0.773331 0 -0.135822 0.987315 0.0822316 0.272664 0.96106 0.0449132 -0.0837468 0.962591 0.257694 0.446495 0.740979 0.50159 0.49567 0.653286 0.572301 0.208516 0.274786 0.938623 0.446495 0.740979 0.50159 0.615353 0.788252 0 0.610111 0.792316 0 0.446495 0.740979 0.50159 0.208516 0.274786 0.938623 0.130057 0.559793 0.818363 0.446495 0.740979 0.50159 0.610111 0.792316 0 0.49567 0.653286 0.572301 0.431564 0.766518 0.475609 0.615353 0.788252 0 0.446495 0.740979 0.50159 0.431564 0.766518 0.475609 0.446495 0.740979 0.50159 0.130057 0.559793 0.818363 0.410333 0.801596 0.434824 0.622576 0.782559 0 0.615353 0.788252 0 0.410333 0.801596 0.434824 0.130057 0.559793 0.818363 0.066511 0.730139 0.680053 0.410333 0.801596 0.434824 0.431564 0.766518 0.475609 0.130057 0.559793 0.818363 0.410333 0.801596 0.434824 0.615353 0.788252 0 0.431564 0.766518 0.475609 0.410333 0.801596 0.434824 0.066511 0.730139 0.680053 0.622576 0.782559 0 0.522445 0.852673 0 0.479426 0.877583 0 0.457348 0.83717 0.299963 0.319012 0.520652 0.79193 0.292743 0.535863 0.79193 0.165375 0.302717 0.938623 0.319012 0.520652 0.79193 0.165375 0.302717 0.938623 0.180214 0.294124 0.938623 0.428428 0.699229 0.572301 0.39315 0.719656 0.572301 0.292743 0.535863 0.79193 0.428428 0.699229 0.572301 0.292743 0.535863 0.79193 0.319012 0.520652 0.79193 0.498387 0.813408 0.299963 0.457348 0.83717 0.299963 0.39315 0.719656 0.572301 0.498387 0.813408 0.299963 0.39315 0.719656 0.572301 0.428428 0.699229 0.572301 0.498387 0.813408 0.299963 0.522445 0.852673 0 0.457348 0.83717 0.299963 0.344492 0.504156 0.79193 0.180214 0.294124 0.938623 0.194608 0.284805 0.938623 0.344492 0.504156 0.79193 0.194608 0.284805 0.938623 0.208522 0.274782 0.938623 0.344492 0.504156 0.79193 0.208522 0.274782 0.938623 0.495724 0.653246 0.5723 0.344492 0.504156 0.79193 0.319012 0.520652 0.79193 0.180214 0.294124 0.938623 0.462648 0.677074 0.572301 0.428428 0.699229 0.572301 0.319012 0.520652 0.79193 0.462648 0.677074 0.572301 0.344492 0.504156 0.79193 0.495724 0.653246 0.5723 0.462648 0.677074 0.572301 0.319012 0.520652 0.79193 0.344492 0.504156 0.79193 0.538194 0.787635 0.299963 0.564174 0.825656 0 0.522445 0.852673 0 0.538194 0.787635 0.299963 0.604509 0.796599 0 0.564174 0.825656 0 0.538194 0.787635 0.299963 0.495724 0.653246 0.5723 0.604509 0.796599 0 0.538194 0.787635 0.299963 0.428428 0.699229 0.572301 0.462648 0.677074 0.572301 0.538194 0.787635 0.299963 0.462648 0.677074 0.572301 0.495724 0.653246 0.5723 0.538194 0.787635 0.299963 0.522445 0.852673 0 0.498387 0.813408 0.299963 0.538194 0.787635 0.299963 0.498387 0.813408 0.299963 0.428428 0.699229 0.572301 0.429021 0.903294 0 0.457348 0.83717 0.299963 0.479426 0.877583 0 0.111851 0.326306 0.938623 0.130128 0.319458 0.938623 0.197996 0.57762 0.79193 0.409265 0.861698 0.299963 0.457348 0.83717 0.299963 0.429021 0.903294 0 0.351816 0.740741 0.572301 0.39315 0.719656 0.572301 0.457348 0.83717 0.299963 0.351816 0.740741 0.572301 0.457348 0.83717 0.299963 0.409265 0.861698 0.299963 0.261966 0.551563 0.79193 0.165375 0.302717 0.938623 0.292743 0.535863 0.79193 0.261966 0.551563 0.79193 0.292743 0.535863 0.79193 0.39315 0.719656 0.572301 0.261966 0.551563 0.79193 0.147988 0.311586 0.938623 0.165375 0.302717 0.938623 0.261966 0.551563 0.79193 0.39315 0.719656 0.572301 0.351816 0.740741 0.572301 0.359872 0.883467 0.299963 0.429021 0.903294 0 0.377244 0.926114 0 0.359872 0.883467 0.299963 0.377244 0.926114 0 0.324258 0.945969 0 0.359872 0.883467 0.299963 0.324258 0.945969 0 0.309326 0.902407 0.299963 0.359872 0.883467 0.299963 0.409265 0.861698 0.299963 0.429021 0.903294 0 0.309356 0.759454 0.572301 0.309326 0.902407 0.299963 0.265906 0.775736 0.572301 0.309356 0.759454 0.572301 0.351816 0.740741 0.572301 0.409265 0.861698 0.299963 0.309356 0.759454 0.572301 0.409265 0.861698 0.299963 0.359872 0.883467 0.299963 0.309356 0.759454 0.572301 0.359872 0.883467 0.299963 0.309326 0.902407 0.299963 0.23035 0.565497 0.79193 0.265906 0.775736 0.572301 0.197996 0.57762 0.79193 0.23035 0.565497 0.79193 0.130128 0.319458 0.938623 0.147988 0.311586 0.938623 0.23035 0.565497 0.79193 0.351816 0.740741 0.572301 0.309356 0.759454 0.572301 0.23035 0.565497 0.79193 0.147988 0.311586 0.938623 0.261966 0.551563 0.79193 0.23035 0.565497 0.79193 0.309356 0.759454 0.572301 0.265906 0.775736 0.572301 0.23035 0.565497 0.79193 0.261966 0.551563 0.79193 0.351816 0.740741 0.572301 0.23035 0.565497 0.79193 0.197996 0.57762 0.79193 0.130128 0.319458 0.938623 0.266036 0.963963 0 0.265089 0.964224 0 0.70449 0.709714 0 0.309326 0.902407 0.299964 0.324258 0.945969 0 0.310898 0.950443 0 0.111852 0.326306 0.938623 0.197996 0.57762 0.79193 0.233031 0.133286 0.963292 0.625307 0.461409 0.629359 0.288145 0.957587 0 0.281069 0.959687 0 0.680289 0.700588 0.21537 0.269353 0.963042 0 0.266036 0.963963 0 0.680289 0.700588 0.21537 0.266036 0.963963 0 0.70449 0.709714 0 0.650284 0.715349 0.255745 0.269353 0.963042 0 0.680289 0.700588 0.21537 0.895029 -0.411693 0.171558 0.533835 -0.845588 0 0.572668 -0.780111 0.251949 0.895029 -0.411693 0.171558 0.996534 0.0831826 0 0.960935 -0.276775 0 0.895029 -0.411693 0.171558 0.960935 -0.276775 0 0.799722 -0.600371 0 0.895029 -0.411693 0.171558 0.799722 -0.600371 0 0.533835 -0.845588 0 0.616991 0.731758 0.289572 0.274695 0.961531 0 0.269353 0.963042 0 0.616991 0.731758 0.289572 0.269353 0.963042 0 0.650284 0.715349 0.255745 0.616991 0.731758 0.289572 0.650284 0.715349 0.255745 0.830376 0.293257 0.473789 0.850714 -0.277546 0.446379 0.572668 -0.780111 0.251949 0.576865 -0.726953 0.372513 0.850714 -0.277546 0.446379 0.895029 -0.411693 0.171558 0.572668 -0.780111 0.251949 0.585239 0.747594 0.314005 0.281069 0.959687 0 0.274695 0.961531 0 0.585239 0.747594 0.314005 0.625307 0.461409 0.629359 0.281069 0.959687 0 0.585239 0.747594 0.314005 0.274695 0.961531 0 0.616991 0.731758 0.289572 0.585239 0.747594 0.314005 0.616991 0.731758 0.289572 0.830376 0.293257 0.473789 0.83007 -0.246608 0.500168 0.576865 -0.726953 0.372513 0.571117 -0.660763 0.487049 0.83007 -0.246608 0.500168 0.850714 -0.277546 0.446379 0.576865 -0.726953 0.372513 0.806039 -0.211891 0.552633 0.571117 -0.660763 0.487049 0.537204 -0.517432 0.66609 0.806039 -0.211891 0.552633 0.83007 -0.246608 0.500168 0.571117 -0.660763 0.487049 0.806039 -0.211891 0.552633 0.830376 0.293257 0.473789 0.83007 -0.246608 0.500168 0.662864 -0.0153759 0.748582 0.537204 -0.517432 0.66609 0.458848 -0.30745 0.833626 0.662864 -0.0153759 0.748582 0.458848 -0.30745 0.833626 0.625307 0.461409 0.629359 0.662864 -0.0153759 0.748582 0.585239 0.747594 0.314005 0.830376 0.293257 0.473789 0.662864 -0.0153759 0.748582 0.830376 0.293257 0.473789 0.806039 -0.211891 0.552633 0.662864 -0.0153759 0.748582 0.806039 -0.211891 0.552633 0.537204 -0.517432 0.66609 0.662864 -0.0153759 0.748582 0.625307 0.461409 0.629359 0.585239 0.747594 0.314005 0.463571 0.60095 0.651123 0.458848 -0.30745 0.833626 0.337228 -0.0533814 0.939908 0.463571 0.60095 0.651123 0.298401 0.954441 0 0.288145 0.957587 0 0.463571 0.60095 0.651123 0.288145 0.957587 0 0.625307 0.461409 0.629359 0.463571 0.60095 0.651123 0.625307 0.461409 0.629359 0.458848 -0.30745 0.833626 0.407486 0.650564 0.640876 0.337228 -0.0533814 0.939908 0.233031 0.133286 0.963292 0.407486 0.650564 0.640876 0.310898 0.950443 0 0.298401 0.954441 0 0.407486 0.650564 0.640876 0.463571 0.60095 0.651123 0.337228 -0.0533814 0.939908 0.407486 0.650564 0.640876 0.298401 0.954441 0 0.463571 0.60095 0.651123 0.363313 0.689788 0.626256 0.265906 0.775736 0.572301 0.309326 0.902407 0.299964 0.363313 0.689788 0.626256 0.197996 0.57762 0.79193 0.265906 0.775736 0.572301 0.363313 0.689788 0.626256 0.309326 0.902407 0.299964 0.310898 0.950443 0 0.363313 0.689788 0.626256 0.310898 0.950443 0 0.407486 0.650564 0.640876 0.363313 0.689788 0.626256 0.233031 0.133286 0.963292 0.197996 0.57762 0.79193 0.363313 0.689788 0.626256 0.407486 0.650564 0.640876 0.233031 0.133286 0.963292 0.941831 0.188425 0.2783 0.70449 0.709714 0 0.901781 0.432193 0 0.941831 0.188425 0.2783 0.901781 0.432193 0 0.996534 0.0831826 0 0.941831 0.188425 0.2783 0.895029 -0.411693 0.171558 0.850714 -0.277546 0.446379 0.941831 0.188425 0.2783 0.996534 0.0831826 0 0.895029 -0.411693 0.171558 0.941831 0.188425 0.2783 0.680289 0.700588 0.21537 0.70449 0.709714 0 0.891942 0.243354 0.381076 0.850714 -0.277546 0.446379 0.83007 -0.246608 0.500168 0.891942 0.243354 0.381076 0.83007 -0.246608 0.500168 0.830376 0.293257 0.473789 0.891942 0.243354 0.381076 0.830376 0.293257 0.473789 0.650284 0.715349 0.255745 0.891942 0.243354 0.381076 0.650284 0.715349 0.255745 0.680289 0.700588 0.21537 0.891942 0.243354 0.381076 0.941831 0.188425 0.2783 0.850714 -0.277546 0.446379 0.891942 0.243354 0.381076 0.680289 0.700588 0.21537 0.941831 0.188425 0.2783 0.418294 0.488063 0.766044 0.330902 0.655587 0.678756 0.108834 0.901735 0.418366 0.418294 0.488063 0.766044 0.422426 0.484492 0.766044 0.330902 0.655587 0.678756 0.16524 0.855074 0.491472 0.108834 0.901735 0.418366 -0.133111 0.987688 0.0821765 0.16524 0.855074 0.491472 0.418294 0.488063 0.766044 0.108834 0.901735 0.418366 -0.133111 0.987688 0.0821765 0.16524 0.855074 0.491472 -0.133111 0.987688 0.0821765 0.326007 0.553983 0.766043 0.418294 0.488063 0.766044 0.16524 0.855074 0.491472 0.326007 0.553983 0.766043 0.16524 0.855074 0.491472 -0.133111 0.987688 0.0821765 0.0201564 0.870549 0.491669 0.326007 0.553983 0.766043 -0.133111 0.987688 0.0821765 -0.29386 0.952311 0.0821571 0.0201564 0.870549 0.491669 -0.133111 0.987688 0.0821765 0.704463 0.70974 0 0.265089 0.964224 0 0.265089 0.964224 0 0.704463 0.70974 0 0.265089 0.964224 0 0.76639 0.642376 0 0.901799 0.432157 0 0.76639 0.642376 0 0.941363 0.337397 0 0.901799 0.432157 0 0.704463 0.70974 0 0.76639 0.642376 0 0.996537 0.0831495 0 0.941363 0.337397 0 0.994082 -0.108635 0 0.996537 0.0831495 0 0.901799 0.432157 0 0.941363 0.337397 0 0.960947 -0.276732 0 0.994082 -0.108635 0 0.854661 -0.519186 0 0.960947 -0.276732 0 0.996537 0.0831495 0 0.994082 -0.108635 0 0.799683 -0.600422 0 0.854661 -0.519186 0 0.533835 -0.845588 0 0.799683 -0.600422 0 0.960947 -0.276732 0 0.854661 -0.519186 0 0.533836 -0.845588 0 0.799683 -0.600422 0 0.533835 -0.845588 0 0.287086 0.956846 0.0450306 0.654393 0.756155 0 0.286115 0.957133 0.0451037 0.287086 0.956846 0.0450306 0.654954 0.755668 0 0.654393 0.756155 0 -0.133111 0.987688 0.0821765 0.286115 0.957133 0.0451037 -0.133111 0.987688 0.0821765 -0.133111 0.987688 0.0821765 0.287086 0.956846 0.0450306 0.286115 0.957133 0.0451037 0.341138 0.936414 0.0821765 0.341138 0.936414 0.0821765 0.341138 0.936414 0.0821765 0.341138 0.936414 0.0821765 0.341138 0.936414 0.0821765 0.341138 0.936414 0.0821765 0.341138 0.936414 0.0821765 0.180779 0.979897 0.0843865 0.182361 0.979793 0.082157 0.341138 0.936414 0.0821765 0.182361 0.979793 0.082157 0.341138 0.936414 0.0821765 0.341138 0.936414 0.0821764 0.341138 0.936414 0.0821765 0.341138 0.936414 0.0821765 0.0428355 0.995506 0.0844548 -0.0452466 0.995467 0.0836508 -0.0809166 0.993247 0.0831391 0.0428355 0.995506 0.0844548 0.110573 0.990258 0.0846274 -0.0452466 0.995467 0.0836508 0.180771 0.979898 0.0843907 0.223298 0.971121 0.0840361 0.110573 0.990258 0.0846274 0.180771 0.979898 0.0843907 0.110573 0.990258 0.0846274 0.0428355 0.995506 0.0844548 0.341138 0.936414 0.0821765 0.338564 0.937343 0.0822316 0.223298 0.971121 0.0840361 0.341138 0.936414 0.0821765 0.223298 0.971121 0.0840361 0.180771 0.979898 0.0843907 0.341138 0.936414 0.0821765 0.341138 0.936414 0.0821765 0.223298 0.971121 0.0840361 0.209689 0.751705 0.625275 0.254692 0.232633 0.938623 0.165375 0.302717 0.938623 0.209689 0.751705 0.625275 0.0129703 0.932651 0.360548 -0.0452361 0.995468 0.083651 0.209689 0.751705 0.625275 0.0700267 0.791675 0.606916 0.0129703 0.932651 0.360548 0.209689 0.751705 0.625275 0.123325 0.573616 0.809787 0.0700267 0.791675 0.606916 0.209689 0.751705 0.625275 0.165375 0.302717 0.938623 0.123325 0.573616 0.809787 0.209689 0.751705 0.625275 -0.0452361 0.995468 0.083651 0.110564 0.990259 0.0846308 0.222589 0.747516 0.625839 0.209689 0.751705 0.625275 0.110564 0.990259 0.0846308 0.222589 0.747516 0.625839 0.254692 0.232633 0.938623 0.209689 0.751705 0.625275 0.267747 0.731198 0.627424 0.289096 0.188179 0.938622 0.254692 0.232633 0.938623 0.267747 0.731198 0.627424 0.110564 0.990259 0.0846308 0.223271 0.971127 0.0840395 0.267747 0.731198 0.627424 0.222589 0.747516 0.625839 0.110564 0.990259 0.0846308 0.267747 0.731198 0.627424 0.254692 0.232633 0.938623 0.222589 0.747516 0.625839 0.313116 0.71204 0.628456 0.267747 0.731198 0.627424 0.223271 0.971127 0.0840395 0.313116 0.71204 0.628456 0.289096 0.188179 0.938622 0.267747 0.731198 0.627424 0.35606 0.691137 0.628928 0.312339 0.14641 0.93862 0.289096 0.188179 0.938622 0.35606 0.691137 0.628928 0.223271 0.971127 0.0840395 0.338565 0.937343 0.0822312 0.35606 0.691137 0.628928 0.289096 0.188179 0.938622 0.313116 0.71204 0.628456 0.35606 0.691137 0.628928 0.313116 0.71204 0.628456 0.223271 0.971127 0.0840395 0.398369 0.667618 0.628958 0.375341 0.435422 0.818246 0.312339 0.14641 0.93862 0.398369 0.667618 0.628958 0.398103 0.615772 0.679955 0.375341 0.435422 0.818246 0.398369 0.667618 0.628958 0.401729 0.725049 0.55939 0.398103 0.615772 0.679955 0.398369 0.667618 0.628958 0.394511 0.815063 0.424303 0.401729 0.725049 0.55939 0.398369 0.667618 0.628958 0.373136 0.891445 0.257091 0.394511 0.815063 0.424303 0.398369 0.667618 0.628958 0.338565 0.937343 0.0822312 0.373136 0.891445 0.257091 0.398369 0.667618 0.628958 0.35606 0.691137 0.628928 0.338565 0.937343 0.0822312 0.398369 0.667618 0.628958 0.312339 0.14641 0.93862 0.35606 0.691137 0.628928 0.254696 0.232629 0.938623 0.215036 0.269715 0.938623 0.165375 0.302717 0.938623 0.254696 0.232629 0.938623 0.165375 0.302717 0.938623 0.165375 0.302717 0.938623 0.289094 0.188178 0.938623 0.215036 0.269715 0.938623 0.254696 0.232629 0.938623 0.250681 0.23695 0.938623 0.215036 0.269715 0.938623 0.289094 0.188178 0.938623 0.274408 0.209013 0.938623 0.250681 0.23695 0.938623 0.289094 0.188178 0.938623 0.295037 0.178717 0.938623 0.274408 0.209013 0.938623 0.289094 0.188178 0.938623 0.312334 0.146402 0.938623 0.295037 0.178717 0.938623 0.289094 0.188178 0.938623 0.343921 -0.55651 0.756317 0.0797447 -0.996815 0 0.304905 -0.952383 0 0.343921 -0.55651 0.756317 0.243283 0.0835691 0.966349 0.165375 0.302717 0.938623 0.343921 -0.55651 0.756317 0.307836 -0.140138 0.941062 0.243283 0.0835691 0.966349 0.343921 -0.55651 0.756317 0.365634 -0.414806 0.833215 0.307836 -0.140138 0.941062 0.343921 -0.55651 0.756317 0.390594 -0.658963 0.64281 0.365634 -0.414806 0.833215 0.343921 -0.55651 0.756317 0.387753 -0.773309 0.501639 0.390594 -0.658963 0.64281 0.343921 -0.55651 0.756317 0.372115 -0.862112 0.343937 0.387753 -0.773309 0.501639 0.343921 -0.55651 0.756317 0.344191 -0.922474 0.174853 0.372115 -0.862112 0.343937 0.343921 -0.55651 0.756317 0.304905 -0.952383 0 0.344191 -0.922474 0.174853 0.343921 -0.55651 0.756317 0.165375 0.302717 0.938623 0.215035 0.269715 0.938623 0.299127 -0.584273 0.754419 0.215035 0.269715 0.938623 0.250681 0.23695 0.938623 0.299127 -0.584273 0.754419 0.144631 -0.956794 0.252243 0.0797447 -0.996815 0 0.299127 -0.584273 0.754419 0.173087 -0.911782 0.372418 0.144631 -0.956794 0.252243 0.299127 -0.584273 0.754419 0.198639 -0.850533 0.486966 0.173087 -0.911782 0.372418 0.299127 -0.584273 0.754419 0.235061 -0.707779 0.666179 0.198639 -0.850533 0.486966 0.299127 -0.584273 0.754419 0.26343 -0.485259 0.833743 0.235061 -0.707779 0.666179 0.299127 -0.584273 0.754419 0.273764 -0.203882 0.939939 0.26343 -0.485259 0.833743 0.299127 -0.584273 0.754419 0.26819 0.00987251 0.963315 0.273764 -0.203882 0.939939 0.299127 -0.584273 0.754419 0.250681 0.23695 0.938623 0.26819 0.00987251 0.963315 0.299127 -0.584273 0.754419 0.0797447 -0.996815 0 0.343921 -0.55651 0.756317 0.299127 -0.584273 0.754419 0.343921 -0.55651 0.756317 0.215035 0.269715 0.938623 -0.29989 -0.548006 0.780869 -0.336112 -0.526567 0.780869 -0.331273 -0.529625 0.780869 -0.29989 -0.548006 0.780869 -0.331273 -0.529625 0.780869 -0.328821 -0.53115 0.780869 -0.29989 -0.548006 0.780869 -0.328821 -0.53115 0.780869 -0.328719 -0.531214 0.780869 -0.29989 -0.548006 0.780869 -0.328719 -0.531214 0.780869 -0.330908 -0.529853 0.780869 -0.299758 -0.548078 0.780869 -0.29989 -0.548006 0.780869 -0.330908 -0.529853 0.780869 -0.299626 -0.54815 0.780869 -0.299758 -0.548078 0.780869 -0.330908 -0.529853 0.780869 -0.299495 -0.548221 0.780869 -0.299626 -0.54815 0.780869 -0.330908 -0.529853 0.780869 -0.523522 -0.340835 0.780869 -0.536016 -0.320828 0.780869 -0.534273 -0.323722 0.780869 -0.523522 -0.340835 0.780869 -0.534273 -0.323722 0.780869 -0.532515 -0.326607 0.780869 -0.523522 -0.340835 0.780869 -0.466373 -0.41562 0.780869 -0.536016 -0.320828 0.780869 -0.523522 -0.340835 0.780869 -0.424668 -0.458149 0.780869 -0.466373 -0.41562 0.780869 -0.524961 -0.338615 0.780869 -0.530741 -0.329482 0.780869 -0.527549 -0.334569 0.780869 -0.524961 -0.338615 0.780869 -0.532515 -0.326607 0.780869 -0.530741 -0.329482 0.780869 -0.524961 -0.338615 0.780869 -0.523522 -0.340835 0.780869 -0.532515 -0.326607 0.780869 -0.253458 -0.570967 0.780869 -0.330908 -0.529853 0.780869 -0.333683 -0.528109 0.780869 -0.253458 -0.570967 0.780869 -0.333683 -0.528109 0.780869 -0.337427 -0.525725 0.780869 -0.253458 -0.570967 0.780869 -0.337427 -0.525725 0.780869 -0.345316 -0.520577 0.780869 -0.253458 -0.570967 0.780869 -0.345316 -0.520577 0.780869 -0.353758 -0.514878 0.780869 -0.253458 -0.570967 0.780869 -0.247191 -0.573708 0.780869 -0.27364 -0.561574 0.780869 -0.253458 -0.570967 0.780869 -0.27364 -0.561574 0.780869 -0.299495 -0.548221 0.780869 -0.253458 -0.570967 0.780869 -0.353758 -0.514878 0.780869 -0.424668 -0.458149 0.780869 -0.253458 -0.570967 0.780869 -0.299495 -0.548221 0.780869 -0.330908 -0.529853 0.780869 -0.22974 -0.580916 0.780869 -0.247191 -0.573708 0.780869 -0.253458 -0.570967 0.780869 -0.220206 -0.584597 0.780869 -0.247191 -0.573708 0.780869 -0.22974 -0.580916 0.780869 -0.20442 -0.590302 0.780869 -0.220206 -0.584597 0.780869 -0.22974 -0.580916 0.780869 -0.177607 -0.598915 0.780869 -0.220206 -0.584597 0.780869 -0.20442 -0.590302 0.780869 -0.466373 -0.41562 0.780869 -0.424668 -0.458149 0.780869 -0.353758 -0.514878 0.780869 0.230228 -0.973137 0 0.451324 -0.89236 0 0.304754 -0.952431 0 0.230228 -0.973137 0 0.304754 -0.952431 0 0.0797233 -0.996817 0 0.0797233 -0.996817 0 0.230228 -0.973137 0 0.0797233 -0.996817 0 0.355263 0.53569 0.766044 0.331979 0.550424 0.766044 0.33495 0.54862 0.766044 0.355263 0.53569 0.766044 0.328997 0.552211 0.766044 0.331979 0.550424 0.766044 0.355263 0.53569 0.766044 0.326006 0.553982 0.766044 0.328997 0.552211 0.766044 0.355263 0.53569 0.766044 0.33495 0.54862 0.766044 0.341809 0.544374 0.766044 0.355263 0.53569 0.766044 0.341809 0.544374 0.766044 0.34758 0.540707 0.766044 0.355263 0.53569 0.766044 0.34758 0.540707 0.766044 0.351736 0.538013 0.766044 0.418294 0.488063 0.766044 0.326006 0.553982 0.766044 0.355263 0.53569 0.766044 0.427977 0.479595 0.766044 0.422425 0.484492 0.766044 0.418294 0.488063 0.766044 0.44332 0.46545 0.766044 0.418294 0.488063 0.766044 0.355263 0.53569 0.766044 0.44332 0.46545 0.766044 0.427977 0.479595 0.766044 0.418294 0.488063 0.766044 0.433472 0.474635 0.766044 0.427977 0.479595 0.766044 0.44332 0.46545 0.766044 0.444615 0.464213 0.766044 0.433472 0.474635 0.766044 0.44332 0.46545 0.766044 0.444734 0.464099 0.766044 0.433472 0.474635 0.766044 0.444615 0.464213 0.766044 0.438909 0.469611 0.766044 0.433472 0.474635 0.766044 0.444734 0.464099 0.766044 0.443715 0.465073 0.766044 0.438909 0.469611 0.766044 0.444734 0.464099 0.766044 0.442244 0.466472 0.766044 0.438909 0.469611 0.766044 0.443715 0.465073 0.766044 0.930839 0.36543 0 0.924718 0.380654 0 0.692255 0.720253 0.0449378 0.698143 0.714536 0.045105 0.692255 0.720253 0.0449378 0.341149 0.93641 0.0821756 0.698143 0.714536 0.045105 0.930839 0.36543 0 0.692255 0.720253 0.0449378 0.341138 0.936414 0.0821765 0.698143 0.714536 0.045105 0.341149 0.93641 0.0821756 0.921311 0.388826 0 0.692251 0.720256 0.0449384 0.924718 0.380654 0 0.688059 0.724264 0.0449094 0.692251 0.720256 0.0449384 0.921311 0.388826 0 0.338564 0.937343 0.0822315 0.341132 0.936416 0.0821767 0.692251 0.720256 0.0449384 0.338564 0.937343 0.0822315 0.692251 0.720256 0.0449384 0.688059 0.724264 0.0449094 0.908434 0.418029 0 0.905464 0.424423 0 0.742492 0.348107 0.5723 0.398205 0.615599 0.680052 0.917543 0.397636 0 0.914937 0.403596 0 0.401704 0.725168 0.559254 0.917543 0.397636 0 0.398205 0.615599 0.680052 0.394292 0.81547 0.423724 0.919676 0.392677 0 0.917543 0.397636 0 0.394292 0.81547 0.423724 0.917543 0.397636 0 0.401704 0.725168 0.559254 0.688059 0.724264 0.0449132 0.921311 0.388826 0 0.920766 0.390115 0 0.373184 0.891251 0.257693 0.920766 0.390115 0 0.919676 0.392677 0 0.373184 0.891251 0.257693 0.919676 0.392677 0 0.394292 0.81547 0.423724 0.373184 0.891251 0.257693 0.688059 0.724264 0.0449132 0.920766 0.390115 0 0.338564 0.937343 0.0822316 0.688059 0.724264 0.0449132 0.373184 0.891251 0.257693 0.739702 0.448609 0.501589 0.742492 0.348107 0.5723 0.312331 0.146409 0.938623 0.739702 0.448609 0.501589 0.911187 0.411994 0 0.908434 0.418029 0 0.739702 0.448609 0.501589 0.312331 0.146409 0.938623 0.375308 0.435233 0.818362 0.739702 0.448609 0.501589 0.908434 0.418029 0 0.742492 0.348107 0.5723 0.738349 0.478161 0.475608 0.911187 0.411994 0 0.739702 0.448609 0.501589 0.738349 0.478161 0.475608 0.739702 0.448609 0.501589 0.375308 0.435233 0.818362 0.735851 0.519087 0.434823 0.914937 0.403596 0 0.911187 0.411994 0 0.735851 0.519087 0.434823 0.375308 0.435233 0.818362 0.398205 0.615599 0.680052 0.735851 0.519087 0.434823 0.738349 0.478161 0.475608 0.375308 0.435233 0.818362 0.735851 0.519087 0.434823 0.911187 0.411994 0 0.738349 0.478161 0.475608 0.735851 0.519087 0.434823 0.398205 0.615599 0.680052 0.914937 0.403596 0 0.485751 0.369991 0.79193 0.44375 0.419444 0.79193 0.250681 0.23695 0.938623 0.485751 0.369991 0.79193 0.59595 0.563307 0.572301 0.44375 0.419444 0.79193 0.485751 0.369991 0.79193 0.250681 0.23695 0.938623 0.274408 0.209013 0.938623 0.652357 0.496893 0.572301 0.693264 0.655291 0.299963 0.59595 0.563307 0.572301 0.652357 0.496893 0.572301 0.59595 0.563307 0.572301 0.485751 0.369991 0.79193 0.758882 0.578031 0.299963 0.795515 0.605934 0 0.72673 0.686923 0 0.758882 0.578031 0.299963 0.72673 0.686923 0 0.693264 0.655291 0.299963 0.758882 0.578031 0.299963 0.693264 0.655291 0.299963 0.652357 0.496893 0.572301 0.522267 0.316361 0.79193 0.274408 0.209013 0.938623 0.295037 0.178717 0.938623 0.522267 0.316361 0.79193 0.295037 0.178717 0.938623 0.312335 0.146403 0.938623 0.522267 0.316361 0.79193 0.312335 0.146403 0.938623 0.74252 0.348046 0.5723 0.522267 0.316361 0.79193 0.485751 0.369991 0.79193 0.274408 0.209013 0.938623 0.701398 0.424868 0.572301 0.485751 0.369991 0.79193 0.522267 0.316361 0.79193 0.701398 0.424868 0.572301 0.652357 0.496893 0.572301 0.485751 0.369991 0.79193 0.701398 0.424868 0.572301 0.522267 0.316361 0.79193 0.74252 0.348046 0.5723 0.815931 0.494246 0.299963 0.855318 0.518104 0 0.795515 0.605934 0 0.815931 0.494246 0.299963 0.905464 0.424424 0 0.855318 0.518104 0 0.815931 0.494246 0.299963 0.74252 0.348046 0.5723 0.905464 0.424424 0 0.815931 0.494246 0.299963 0.652357 0.496893 0.572301 0.701398 0.424868 0.572301 0.815931 0.494246 0.299963 0.795515 0.605934 0 0.758882 0.578031 0.299963 0.815931 0.494246 0.299963 0.758882 0.578031 0.299963 0.652357 0.496893 0.572301 0.815931 0.494246 0.299963 0.701398 0.424868 0.572301 0.74252 0.348046 0.5723 0.683539 0.729914 0 0.682822 0.730585 0 0.953615 0.301028 0 0.693264 0.655291 0.299964 0.72673 0.686923 0 0.716985 0.697089 0 0.250681 0.23695 0.938623 0.44375 0.419444 0.79193 0.268265 0.00982772 0.963295 0.768148 0.117871 0.629329 0.700159 0.713987 0 0.694866 0.719139 0 0.927972 0.304155 0.21531 0.686047 0.727557 0 0.683539 0.729914 0 0.927972 0.304155 0.21531 0.683539 0.729914 0 0.953615 0.301028 0 0.908278 0.331153 0.255674 0.686047 0.727557 0 0.927972 0.304155 0.21531 0.601193 -0.780467 0.171577 0.079724 -0.996817 0 0.144553 -0.956873 0.25199 0.601193 -0.780467 0.171577 0.921044 -0.389458 0 0.722242 -0.69164 0 0.601193 -0.780467 0.171577 0.722242 -0.69164 0 0.429112 -0.903251 0 0.601193 -0.780467 0.171577 0.429112 -0.903251 0 0.079724 -0.996817 0 0.886414 0.361163 0.289538 0.690076 0.723737 0 0.686047 0.727557 0 0.886414 0.361163 0.289538 0.686047 0.727557 0 0.908278 0.331153 0.255674 0.886414 0.361163 0.289538 0.908278 0.331153 0.255674 0.871627 -0.12642 0.473587 0.624284 -0.641186 0.446262 0.144553 -0.956873 0.25199 0.172951 -0.911745 0.372572 0.624284 -0.641186 0.446262 0.601193 -0.780467 0.171577 0.144553 -0.956873 0.25199 0.865656 0.389942 0.313982 0.694866 0.719139 0 0.690076 0.723737 0 0.865656 0.389942 0.313982 0.768148 0.117871 0.629329 0.694866 0.719139 0 0.865656 0.389942 0.313982 0.690076 0.723737 0 0.886414 0.361163 0.289538 0.865656 0.389942 0.313982 0.886414 0.361163 0.289538 0.871627 -0.12642 0.473587 0.620396 -0.604217 0.50003 0.172951 -0.911745 0.372572 0.198612 -0.850512 0.487014 0.620396 -0.604217 0.50003 0.624284 -0.641186 0.446262 0.172951 -0.911745 0.372572 0.615255 -0.562336 0.552484 0.198612 -0.850512 0.487014 0.23523 -0.707804 0.666093 0.615255 -0.562336 0.552484 0.620396 -0.604217 0.50003 0.198612 -0.850512 0.487014 0.615255 -0.562336 0.552484 0.871627 -0.12642 0.473587 0.620396 -0.604217 0.50003 0.579814 -0.321725 0.748538 0.23523 -0.707804 0.666093 0.263435 -0.485283 0.833728 0.579814 -0.321725 0.748538 0.263435 -0.485283 0.833728 0.768148 0.117871 0.629329 0.579814 -0.321725 0.748538 0.865656 0.389942 0.313982 0.871627 -0.12642 0.473587 0.579814 -0.321725 0.748538 0.871627 -0.12642 0.473587 0.615255 -0.562336 0.552484 0.579814 -0.321725 0.748538 0.615255 -0.562336 0.552484 0.23523 -0.707804 0.666093 0.579814 -0.321725 0.748538 0.768148 0.117871 0.629329 0.865656 0.389942 0.313982 0.689708 0.316794 0.651111 0.263435 -0.485283 0.833728 0.273794 -0.203798 0.939948 0.689708 0.316794 0.651111 0.707779 0.706434 0 0.700159 0.713987 0 0.689708 0.316794 0.651111 0.700159 0.713987 0 0.768148 0.117871 0.629329 0.689708 0.316794 0.651111 0.768148 0.117871 0.629329 0.263435 -0.485283 0.833728 0.663108 0.386765 0.640859 0.273794 -0.203798 0.939948 0.268265 0.00982772 0.963295 0.663108 0.386765 0.640859 0.716985 0.697089 0 0.707779 0.706434 0 0.663108 0.386765 0.640859 0.689708 0.316794 0.651111 0.273794 -0.203798 0.939948 0.663108 0.386765 0.640859 0.707779 0.706434 0 0.689708 0.316794 0.651111 0.642232 0.441998 0.62624 0.44375 0.419444 0.79193 0.59595 0.563307 0.572301 0.642232 0.441998 0.62624 0.59595 0.563307 0.572301 0.693264 0.655291 0.299964 0.642232 0.441998 0.62624 0.693264 0.655291 0.299964 0.716985 0.697089 0 0.642232 0.441998 0.62624 0.716985 0.697089 0 0.663108 0.386765 0.640859 0.642232 0.441998 0.62624 0.268265 0.00982772 0.963295 0.44375 0.419444 0.79193 0.642232 0.441998 0.62624 0.663108 0.386765 0.640859 0.268265 0.00982772 0.963295 0.921532 -0.270878 0.278215 0.953615 0.301028 0 0.999338 -0.0363906 0 0.921532 -0.270878 0.278215 0.999338 -0.0363906 0 0.921044 -0.389458 0 0.921532 -0.270878 0.278215 0.601193 -0.780467 0.171577 0.624284 -0.641186 0.446262 0.921532 -0.270878 0.278215 0.921044 -0.389458 0 0.601193 -0.780467 0.171577 0.921532 -0.270878 0.278215 0.927972 0.304155 0.21531 0.953615 0.301028 0 0.902893 -0.199102 0.380975 0.624284 -0.641186 0.446262 0.620396 -0.604217 0.50003 0.902893 -0.199102 0.380975 0.620396 -0.604217 0.50003 0.871627 -0.12642 0.473587 0.902893 -0.199102 0.380975 0.871627 -0.12642 0.473587 0.908278 0.331153 0.255674 0.902893 -0.199102 0.380975 0.908278 0.331153 0.255674 0.927972 0.304155 0.21531 0.902893 -0.199102 0.380975 0.921532 -0.270878 0.278215 0.624284 -0.641186 0.446262 0.902893 -0.199102 0.380975 0.927972 0.304155 0.21531 0.921532 -0.270878 0.278215 0.597196 0.237767 0.766044 0.597666 0.426716 0.678756 0.515425 0.747869 0.418366 0.597196 0.237767 0.766044 0.599194 0.232686 0.766044 0.597666 0.426716 0.678756 0.543686 0.680339 0.491472 0.515425 0.747869 0.418366 0.341138 0.936414 0.0821765 0.543686 0.680339 0.491472 0.597196 0.237767 0.766044 0.515425 0.747869 0.418366 0.341138 0.936414 0.0821765 0.543686 0.680339 0.491472 0.341138 0.936414 0.0821765 0.546114 0.339024 0.766043 0.597196 0.237767 0.766044 0.543685 0.680339 0.491472 0.546114 0.339024 0.766043 0.543685 0.680339 0.491472 0.341138 0.936414 0.0821765 0.422412 0.761465 0.491669 0.546114 0.339024 0.766043 0.341138 0.936414 0.0821765 0.182361 0.979793 0.0821571 0.422412 0.761465 0.491669 0.341138 0.936414 0.0821765 0.953604 0.301063 0 0.682822 0.730585 0 0.682822 0.730585 0 0.953604 0.301063 0 0.682822 0.730585 0 0.977131 0.212636 0 0.999336 -0.036431 0 0.977131 0.212636 0 0.990331 -0.138723 0 0.999336 -0.036431 0 0.953604 0.301063 0 0.977131 0.212636 0 0.921031 -0.389488 0 0.990331 -0.138723 0 0.82973 -0.558164 0 0.921031 -0.389488 0 0.999336 -0.036431 0 0.990331 -0.138723 0 0.722273 -0.691608 0 0.82973 -0.558164 0 0.515487 -0.856897 0 0.722273 -0.691608 0 0.921031 -0.389488 0 0.82973 -0.558164 0 0.429055 -0.903278 0 0.515487 -0.856897 0 0.0797233 -0.996817 0 0.429055 -0.903278 0 0.722273 -0.691608 0 0.515487 -0.856897 0 0.0797233 -0.996817 0 0.429055 -0.903278 0 0.0797233 -0.996817 0 0.69887 0.713829 0.0450306 0.930839 0.36543 0 0.698144 0.714535 0.0451037 0.69887 0.713829 0.0450306 0.93111 0.364739 0 0.930839 0.36543 0 0.341138 0.936414 0.0821765 0.698144 0.714535 0.0451037 0.341138 0.936414 0.0821765 0.341138 0.936414 0.0821765 0.69887 0.713829 0.0450306 0.698144 0.714535 0.0451037 0.737236 0.670619 0.0821765 0.737236 0.670619 0.0821765 0.737236 0.670619 0.0821765 0.737236 0.670619 0.0821765 0.737236 0.670619 0.0821765 0.737236 0.670619 0.0821765 0.737236 0.670619 0.0821765 0.615452 0.783644 0.0843865 0.616805 0.782816 0.082157 0.737236 0.670619 0.0821765 0.616805 0.782816 0.082157 0.737236 0.670619 0.0821765 0.737236 0.670619 0.0821764 0.737236 0.670619 0.0821765 0.737236 0.670619 0.0821765 0.500564 0.86157 0.0844548 0.498203 0.862939 0.0844397 0.389937 0.917081 0.0831391 0.618217 0.781467 0.0843678 0.498203 0.862939 0.0844397 0.500564 0.86157 0.0844548 0.615446 0.783648 0.0843907 0.618217 0.781467 0.0843678 0.500564 0.86157 0.0844548 0.737236 0.670619 0.0821765 0.735388 0.672638 0.0822316 0.618217 0.781467 0.0843678 0.737236 0.670619 0.0821765 0.737236 0.670619 0.0821765 0.618217 0.781467 0.0843678 0.737236 0.670619 0.0821765 0.618217 0.781467 0.0843678 0.615446 0.783648 0.0843907 0.662986 0.406018 0.628967 0.735385 0.672641 0.082234 0.74411 0.608319 0.276131 0.662986 0.406018 0.628967 0.74411 0.608319 0.276131 0.721197 0.51925 0.458535 0.662986 0.406018 0.628967 0.721197 0.51925 0.458535 0.676705 0.424936 0.601249 0.662986 0.406018 0.628967 0.676705 0.424936 0.601249 0.608765 0.314236 0.728465 0.662986 0.406018 0.628967 0.608765 0.314236 0.728465 0.521089 0.19339 0.831304 0.662986 0.406018 0.628967 0.521089 0.19339 0.831304 0.344591 -0.01552 0.938625 0.626861 0.460022 0.628828 0.618227 0.781457 0.0843844 0.735385 0.672641 0.082234 0.626861 0.460022 0.628828 0.344591 -0.01552 0.938625 0.340046 0.0579119 0.938624 0.626861 0.460022 0.628828 0.662986 0.406018 0.628967 0.344591 -0.01552 0.938625 0.626861 0.460022 0.628828 0.735385 0.672641 0.082234 0.662986 0.406018 0.628967 0.583008 0.51587 0.627678 0.618227 0.781457 0.0843844 0.626861 0.460022 0.628828 0.583008 0.51587 0.627678 0.626861 0.460022 0.628828 0.340046 0.0579119 0.938624 0.538534 0.564556 0.625506 0.498205 0.862934 0.0844781 0.618227 0.781457 0.0843844 0.538534 0.564556 0.625506 0.340046 0.0579119 0.938624 0.311418 0.14834 0.938623 0.538534 0.564556 0.625506 0.618227 0.781457 0.0843844 0.583008 0.51587 0.627678 0.538534 0.564556 0.625506 0.583008 0.51587 0.627678 0.340046 0.0579119 0.938624 0.487235 0.613044 0.621916 0.498205 0.862934 0.0844781 0.538534 0.564556 0.625506 0.487235 0.613044 0.621916 0.538534 0.564556 0.625506 0.311418 0.14834 0.938623 0.436338 0.654226 0.617735 0.389958 0.917073 0.0831247 0.498205 0.862934 0.0844781 0.436338 0.654226 0.617735 0.395423 0.783494 0.479352 0.389958 0.917073 0.0831247 0.436338 0.654226 0.617735 0.34071 0.556857 0.757514 0.395423 0.783494 0.479352 0.436338 0.654226 0.617735 0.240524 0.247253 0.938623 0.34071 0.556857 0.757514 0.436338 0.654226 0.617735 0.311418 0.14834 0.938623 0.240524 0.247253 0.938623 0.436338 0.654226 0.617735 0.487235 0.613044 0.621916 0.311418 0.14834 0.938623 0.436338 0.654226 0.617735 0.498205 0.862934 0.0844781 0.487235 0.613044 0.621916 -0.52021 -0.345869 0.780869 -0.54232 -0.310053 0.780869 -0.539457 -0.315008 0.780869 -0.52021 -0.345869 0.780869 -0.539457 -0.315008 0.780869 -0.537995 -0.317499 0.780869 -0.52021 -0.345869 0.780869 -0.537995 -0.317499 0.780869 -0.537933 -0.317603 0.780869 -0.52021 -0.345869 0.780869 -0.537933 -0.317603 0.780869 -0.539239 -0.315381 0.780869 -0.62195 -0.0585019 0.780869 -0.623715 -0.0349799 0.780869 -0.623517 -0.0383524 0.780869 -0.62195 -0.0585019 0.780869 -0.623517 -0.0383524 0.780869 -0.6233 -0.0417237 0.780869 -0.62195 -0.0585019 0.780869 -0.606101 -0.151279 0.780869 -0.623715 -0.0349799 0.780869 -0.62195 -0.0585019 0.780869 -0.588938 -0.208318 0.780869 -0.606101 -0.151279 0.780869 -0.622192 -0.0558673 0.780869 -0.623065 -0.0450938 0.780869 -0.622603 -0.0510817 0.780869 -0.622192 -0.0558673 0.780869 -0.6233 -0.0417237 0.780869 -0.623065 -0.0450938 0.780869 -0.622192 -0.0558673 0.780869 -0.62195 -0.0585019 0.780869 -0.6233 -0.0417237 0.780869 -0.489767 -0.387778 0.780869 -0.539239 -0.315381 0.780869 -0.540886 -0.312548 0.780869 -0.489767 -0.387778 0.780869 -0.540886 -0.312548 0.780869 -0.543094 -0.308696 0.780869 -0.489767 -0.387778 0.780869 -0.543094 -0.308696 0.780869 -0.547687 -0.300472 0.780869 -0.489767 -0.387778 0.780869 -0.547687 -0.300472 0.780869 -0.552513 -0.291503 0.780869 -0.489767 -0.387778 0.780869 -0.485586 -0.393001 0.780869 -0.50345 -0.36984 0.780869 -0.489767 -0.387778 0.780869 -0.50345 -0.36984 0.780869 -0.52021 -0.345869 0.780869 -0.489767 -0.387778 0.780869 -0.552513 -0.291503 0.780869 -0.588938 -0.208318 0.780869 -0.489767 -0.387778 0.780869 -0.52021 -0.345869 0.780869 -0.539239 -0.315381 0.780869 -0.473395 -0.407604 0.780869 -0.485586 -0.393001 0.780869 -0.489767 -0.387778 0.780869 -0.466658 -0.4153 0.780869 -0.485586 -0.393001 0.780869 -0.473395 -0.407604 0.780869 -0.455323 -0.427697 0.780869 -0.466658 -0.4153 0.780869 -0.473395 -0.407604 0.780869 -0.435593 -0.447775 0.780869 -0.466658 -0.4153 0.780869 -0.455323 -0.427697 0.780869 -0.606101 -0.151279 0.780869 -0.588938 -0.208318 0.780869 -0.552513 -0.291503 0.780869 -0.248383 -0.968662 0 -0.0150727 -0.999886 0 -0.167979 -0.985791 0 -0.248383 -0.968662 0 -0.167979 -0.985791 0 -0.278851 -0.960335 0 -0.392652 -0.919687 0 -0.278851 -0.960335 0 -0.392652 -0.919687 0 -0.392652 -0.919687 0 -0.248383 -0.968662 0 -0.278851 -0.960335 0 0.0387991 -0.653487 0.755943 0.289443 0.187648 0.938622 0.316042 0.13822 0.938623 0.0387991 -0.653487 0.755943 -0.278946 -0.960307 0 -0.167837 -0.985815 0 -0.023392 -0.656294 0.754143 0.316042 0.13822 0.938623 0.332083 0.0933108 0.938623 -0.023392 -0.656294 0.754143 -0.392688 -0.919672 0 -0.278946 -0.960307 0 -0.023392 -0.656294 0.754143 -0.278946 -0.960307 0 0.0082613 -0.65593 0.754776 -0.023392 -0.656294 0.754143 0.0082613 -0.65593 0.754776 0.316042 0.13822 0.938623 -0.0436154 -0.655476 0.753955 -0.316623 -0.914385 0.25229 -0.392688 -0.919672 0 -0.0436154 -0.655476 0.753955 -0.270516 -0.887762 0.372424 -0.316623 -0.914385 0.25229 -0.0436154 -0.655476 0.753955 -0.219393 -0.845391 0.487012 -0.270516 -0.887762 0.372424 -0.0436154 -0.655476 0.753955 -0.120806 -0.735977 0.666141 -0.219393 -0.845391 0.487012 -0.0436154 -0.655476 0.753955 0.00766272 -0.552284 0.833621 -0.120806 -0.735977 0.666141 -0.0436154 -0.655476 0.753955 0.147576 -0.30792 0.939897 0.00766272 -0.552284 0.833621 -0.0436154 -0.655476 0.753955 0.242017 -0.115976 0.963316 0.147576 -0.30792 0.939897 -0.0436154 -0.655476 0.753955 0.332083 0.0933108 0.938623 0.242017 -0.115976 0.963316 -0.0436154 -0.655476 0.753955 -0.392688 -0.919672 0 -0.023392 -0.656294 0.754143 -0.0436154 -0.655476 0.753955 -0.023392 -0.656294 0.754143 0.332083 0.0933108 0.938623 0.165645 -0.595739 0.785911 0.195994 -0.313986 0.928978 0.205967 -0.130322 0.969842 0.165645 -0.595739 0.785911 0.186547 -0.428178 0.884231 0.195994 -0.313986 0.928978 0.165645 -0.595739 0.785911 0.151312 -0.685545 0.712132 0.186547 -0.428178 0.884231 0.165645 -0.595739 0.785911 0.1212 -0.812292 0.57052 0.151312 -0.685545 0.712132 0.165645 -0.595739 0.785911 0.0837863 -0.911007 0.403789 0.1212 -0.812292 0.57052 0.148919 -0.685703 0.712485 0.0321088 -0.981769 0.187348 0.0837863 -0.911007 0.403789 0.148919 -0.685703 0.712485 0.0837863 -0.911007 0.403789 0.165645 -0.595739 0.785911 0.148919 -0.685703 0.712485 0.165645 -0.595739 0.785911 0.205967 -0.130322 0.969842 0.175444 -0.523236 0.833933 0.205967 -0.130322 0.969842 0.209877 0.273753 0.938622 0.175444 -0.523236 0.833933 0.148919 -0.685703 0.712485 0.205967 -0.130322 0.969842 0.175444 -0.523236 0.833933 0.0321088 -0.981769 0.187348 0.148919 -0.685703 0.712485 0.162235 -0.603832 0.780427 -0.0150477 -0.999887 0 0.0321088 -0.981769 0.187348 0.162235 -0.603832 0.780427 0.0321088 -0.981769 0.187348 0.175444 -0.523236 0.833933 0.162235 -0.603832 0.780427 0.175444 -0.523236 0.833933 0.209877 0.273753 0.938622 0.137089 -0.624748 0.768698 0.209877 0.273753 0.938622 0.289443 0.187648 0.938622 0.137089 -0.624748 0.768698 -0.167837 -0.985815 0 -0.0150477 -0.999887 0 0.137089 -0.624748 0.768698 0.0938559 -0.642637 0.7604 -0.167837 -0.985815 0 0.137089 -0.624748 0.768698 0.289443 0.187648 0.938622 0.0938559 -0.642637 0.7604 0.137089 -0.624748 0.768698 0.162235 -0.603832 0.780427 0.209877 0.273753 0.938622 0.137089 -0.624748 0.768698 -0.0150477 -0.999887 0 0.162235 -0.603832 0.780427 0.0918568 -0.643211 0.760159 -0.167837 -0.985815 0 0.0938559 -0.642637 0.7604 0.0918568 -0.643211 0.760159 0.0938559 -0.642637 0.7604 0.289443 0.187648 0.938622 0.0918568 -0.643211 0.760159 0.0387991 -0.653487 0.755943 -0.167837 -0.985815 0 0.0918568 -0.643211 0.760159 0.289443 0.187648 0.938622 0.0387991 -0.653487 0.755943 0.0193831 -0.655291 0.755128 0.0387991 -0.653487 0.755943 0.316042 0.13822 0.938623 0.0193831 -0.655291 0.755128 -0.278946 -0.960307 0 0.0387991 -0.653487 0.755943 0.0193831 -0.655291 0.755128 0.0082613 -0.65593 0.754776 -0.278946 -0.960307 0 0.0193831 -0.655291 0.755128 0.316042 0.13822 0.938623 0.0082613 -0.65593 0.754776 0.200075 0.280991 0.938623 0.191801 0.286703 0.938623 0.185594 0.29076 0.938623 0.199071 0.281704 0.938623 0.191801 0.286703 0.938623 0.200075 0.280991 0.938623 0.209887 0.27374 0.938623 0.200075 0.280991 0.938623 0.214126 0.270437 0.938623 0.209887 0.27374 0.938623 0.199071 0.281704 0.938623 0.200075 0.280991 0.938623 0.227621 0.259181 0.938623 0.209887 0.27374 0.938623 0.214126 0.270437 0.938623 0.240526 0.247252 0.938623 0.209887 0.27374 0.938623 0.227621 0.259181 0.938623 0.289443 0.187641 0.938623 0.209887 0.27374 0.938623 0.240526 0.247252 0.938623 0.311418 0.148343 0.938623 0.289443 0.187641 0.938623 0.240526 0.247252 0.938623 0.316042 0.138217 0.938623 0.289443 0.187641 0.938623 0.311418 0.148343 0.938623 0.340047 0.0579158 0.938623 0.316042 0.138217 0.938623 0.311418 0.148343 0.938623 0.332083 0.0933116 0.938623 0.316042 0.138217 0.938623 0.340047 0.0579158 0.938623 0.34011 0.0575484 0.938623 0.332083 0.0933116 0.938623 0.340047 0.0579158 0.938623 0.344296 0.0211355 0.938623 0.34011 0.0575484 0.938623 0.340047 0.0579158 0.938623 0.344595 -0.015516 0.938623 0.344296 0.0211355 0.938623 0.340047 0.0579158 0.938623 0.563517 0.309231 0.766044 0.549747 0.333098 0.766044 0.55154 0.33012 0.766044 0.563517 0.309231 0.766044 0.547938 0.336066 0.766044 0.549747 0.333098 0.766044 0.563517 0.309231 0.766044 0.546112 0.339024 0.766044 0.547938 0.336066 0.766044 0.563517 0.309231 0.766044 0.55154 0.33012 0.766044 0.55564 0.323172 0.766044 0.563517 0.309231 0.766044 0.55564 0.323172 0.766044 0.559046 0.317244 0.766044 0.563517 0.309231 0.766044 0.559046 0.317244 0.766044 0.561474 0.312927 0.766044 0.597196 0.237767 0.766044 0.546112 0.339024 0.766044 0.563517 0.309231 0.766044 0.601834 0.22577 0.766044 0.599194 0.232686 0.766044 0.597196 0.237767 0.766044 0.608845 0.206114 0.766044 0.597196 0.237767 0.766044 0.563517 0.309231 0.766044 0.608845 0.206114 0.766044 0.601834 0.22577 0.766044 0.597196 0.237767 0.766044 0.604394 0.218824 0.766044 0.601834 0.22577 0.766044 0.608845 0.206114 0.766044 0.609417 0.204417 0.766044 0.604394 0.218824 0.766044 0.608845 0.206114 0.766044 0.60947 0.204261 0.766044 0.604394 0.218824 0.766044 0.609417 0.204417 0.766044 0.606874 0.211848 0.766044 0.604394 0.218824 0.766044 0.60947 0.204261 0.766044 0.60902 0.205597 0.766044 0.606874 0.211848 0.766044 0.60947 0.204261 0.766044 0.608368 0.207519 0.766044 0.606874 0.211848 0.766044 0.60902 0.205597 0.766044 0.994041 -0.10901 0 0.995695 -0.0926856 0 0.947679 0.316045 0.0449378 0.950236 0.308247 0.045105 0.947679 0.316045 0.0449378 0.737244 0.67061 0.0821756 0.950236 0.308247 0.045105 0.994041 -0.10901 0 0.947679 0.316045 0.0449378 0.737236 0.670619 0.0821765 0.950236 0.308247 0.045105 0.737244 0.67061 0.0821756 0.996477 -0.0838668 0 0.947678 0.31605 0.0449384 0.995695 -0.0926856 0 0.945828 0.321547 0.0449094 0.947678 0.31605 0.0449384 0.996477 -0.0838668 0 0.735388 0.672638 0.0822315 0.737232 0.670623 0.0821767 0.947678 0.31605 0.0449384 0.735388 0.672638 0.0822315 0.947678 0.31605 0.0449384 0.945828 0.321547 0.0449094 0.945825 0.321554 0.0449149 0.996478 -0.0838576 0 0.99665 -0.0817884 0 0.744141 0.608196 0.276319 0.99665 -0.0817884 0 0.99686 -0.0791895 0 0.744141 0.608196 0.276319 0.735384 0.672642 0.082234 0.945825 0.321554 0.0449149 0.744141 0.608196 0.276319 0.945825 0.321554 0.0449149 0.99665 -0.0817884 0 0.721258 0.519752 0.45787 0.99686 -0.0791895 0 0.997275 -0.073776 0 0.721258 0.519752 0.45787 0.744141 0.608196 0.276319 0.99686 -0.0791895 0 0.676752 0.424957 0.601181 0.997275 -0.073776 0 0.997756 -0.0669624 0 0.676752 0.424957 0.601181 0.721258 0.519752 0.45787 0.997275 -0.073776 0 0.608806 0.314995 0.728102 0.676752 0.424957 0.601181 0.997756 -0.0669624 0 0.819217 -0.0368209 0.5723 0.998441 -0.0558141 0 0.998988 -0.0449822 0 0.879514 0.087937 0.467677 0.997756 -0.0669624 0 0.998096 -0.0616856 0 0.879514 0.087937 0.467677 0.521273 0.193129 0.83125 0.608806 0.314995 0.728102 0.879514 0.087937 0.467677 0.608806 0.314995 0.728102 0.997756 -0.0669624 0 0.8687 0.0641188 0.49117 0.998096 -0.0616856 0 0.998441 -0.0558141 0 0.8687 0.0641188 0.49117 0.819217 -0.0368209 0.5723 0.344595 -0.0155111 0.938623 0.8687 0.0641188 0.49117 0.344595 -0.0155111 0.938623 0.521273 0.193129 0.83125 0.8687 0.0641188 0.49117 0.879514 0.087937 0.467677 0.998096 -0.0616856 0 0.8687 0.0641188 0.49117 0.521273 0.193129 0.83125 0.879514 0.087937 0.467677 0.8687 0.0641188 0.49117 0.998441 -0.0558141 0 0.819217 -0.0368209 0.5723 0.985985 0.166834 0 0.962717 0.270512 0 0.918384 0.258055 0.299963 0.602054 0.101871 0.79193 0.587847 0.165178 0.79193 0.332083 0.0933116 0.938623 0.602054 0.101871 0.79193 0.78947 0.221832 0.572301 0.587847 0.165178 0.79193 0.602054 0.101871 0.79193 0.332083 0.0933116 0.938623 0.34011 0.0575484 0.938623 0.808551 0.136811 0.572301 0.918384 0.258055 0.299963 0.78947 0.221832 0.572301 0.808551 0.136811 0.572301 0.78947 0.221832 0.572301 0.602054 0.101871 0.79193 0.940581 0.159152 0.299963 0.918384 0.258055 0.299963 0.808551 0.136811 0.572301 0.940581 0.159152 0.299963 0.985985 0.166834 0 0.918384 0.258055 0.299963 0.609465 0.0374136 0.79193 0.34011 0.0575484 0.938623 0.344296 0.0211355 0.938623 0.609465 0.0374136 0.79193 0.344296 0.0211355 0.938623 0.344595 -0.015516 0.938623 0.609465 0.0374136 0.79193 0.344595 -0.015516 0.938623 0.819214 -0.0368867 0.5723 0.609465 0.0374136 0.79193 0.602054 0.101871 0.79193 0.34011 0.0575484 0.938623 0.818503 0.050246 0.572301 0.808551 0.136811 0.572301 0.602054 0.101871 0.79193 0.818503 0.050246 0.572301 0.609465 0.0374136 0.79193 0.819214 -0.0368867 0.5723 0.818503 0.050246 0.572301 0.602054 0.101871 0.79193 0.609465 0.0374136 0.79193 0.952158 0.0584508 0.299963 0.998121 0.0612723 0 0.985985 0.166834 0 0.952158 0.0584508 0.299963 0.998988 -0.0449813 0 0.998121 0.0612723 0 0.952158 0.0584508 0.299963 0.819214 -0.0368867 0.5723 0.998988 -0.0449813 0 0.952158 0.0584508 0.299963 0.985985 0.166834 0 0.940581 0.159152 0.299963 0.952158 0.0584508 0.299963 0.808551 0.136811 0.572301 0.818503 0.050246 0.572301 0.952158 0.0584508 0.299963 0.818503 0.050246 0.572301 0.819214 -0.0368867 0.5723 0.952158 0.0584508 0.299963 0.940581 0.159152 0.299963 0.808551 0.136811 0.572301 0.944452 0.32865 0 0.944128 0.329578 0 0.984279 -0.176621 0 0.918384 0.258055 0.299964 0.962717 0.270512 0 0.95881 0.284049 0 0.332083 0.0933109 0.938623 0.587847 0.165178 0.79193 0.242069 -0.116066 0.963292 0.734947 -0.252508 0.629359 0.951763 0.306833 0 0.949473 0.313849 0 0.96302 -0.161887 0.21537 0.945577 0.325397 0 0.944452 0.32865 0 0.96302 -0.161887 0.21537 0.944452 0.32865 0 0.984279 -0.176621 0 0.958125 -0.128809 0.255745 0.945577 0.325397 0 0.96302 -0.161887 0.21537 0.169618 -0.970463 0.171558 -0.392653 -0.919687 0 -0.316707 -0.91445 0.251949 0.169618 -0.970463 0.171558 0.634554 -0.772879 0 0.318092 -0.94806 0 0.169618 -0.970463 0.171558 0.318092 -0.94806 0 -0.0398021 -0.999208 0 0.169618 -0.970463 0.171558 -0.0398021 -0.999208 0 -0.392653 -0.919687 0 0.952716 -0.0920873 0.289572 0.94737 0.320142 0 0.945577 0.325397 0 0.952716 -0.0920873 0.289572 0.945577 0.325397 0 0.958125 -0.128809 0.255745 0.952716 -0.0920873 0.289572 0.958125 -0.128809 0.255745 0.713053 -0.516797 0.473789 0.254845 -0.857788 0.446379 -0.316707 -0.91445 0.251949 -0.270574 -0.887707 0.372513 0.254845 -0.857788 0.446379 0.169618 -0.970463 0.171558 -0.316707 -0.91445 0.251949 0.947711 -0.0569607 0.314005 0.949473 0.313849 0 0.94737 0.320142 0 0.947711 -0.0569607 0.314005 0.734947 -0.252508 0.629359 0.949473 0.313849 0 0.947711 -0.0569607 0.314005 0.94737 0.320142 0 0.952716 -0.0920873 0.289572 0.947711 -0.0569607 0.314005 0.952716 -0.0920873 0.289572 0.713053 -0.516797 0.473789 0.268579 -0.823224 0.500168 -0.270574 -0.887707 0.372513 -0.219366 -0.845376 0.48705 0.268579 -0.823224 0.500168 0.254845 -0.857788 0.446379 -0.270574 -0.887707 0.372513 0.283499 -0.783725 0.552633 -0.219366 -0.845376 0.48705 -0.120671 -0.736045 0.66609 0.283499 -0.783725 0.552633 0.268579 -0.823224 0.500168 -0.219366 -0.845376 0.48705 0.283499 -0.783725 0.552633 0.713053 -0.516797 0.473789 0.268579 -0.823224 0.500168 0.363896 -0.554261 0.748582 -0.120671 -0.736045 0.66609 0.00762885 -0.552276 0.833626 0.363896 -0.554261 0.748582 0.00762885 -0.552276 0.833626 0.734947 -0.252508 0.629359 0.363896 -0.554261 0.748582 0.947711 -0.0569607 0.314005 0.713053 -0.516797 0.473789 0.363896 -0.554261 0.748582 0.713053 -0.516797 0.473789 0.283499 -0.783725 0.552633 0.363896 -0.554261 0.748582 0.283499 -0.783725 0.552633 -0.120671 -0.736045 0.66609 0.363896 -0.554261 0.748582 0.734947 -0.252508 0.629359 0.947711 -0.0569607 0.314005 0.75791 -0.0401329 0.651123 0.00762885 -0.552276 0.833626 0.147635 -0.307857 0.939908 0.75791 -0.0401329 0.651123 0.955 0.296605 0 0.951763 0.306833 0 0.75791 -0.0401329 0.651123 0.951763 0.306833 0 0.734947 -0.252508 0.629359 0.75791 -0.0401329 0.651123 0.734947 -0.252508 0.629359 0.00762885 -0.552276 0.833626 0.766882 0.0342081 0.640876 0.147635 -0.307857 0.939908 0.242069 -0.116066 0.963292 0.766882 0.0342081 0.640876 0.95881 0.284049 0 0.955 0.296605 0 0.766882 0.0342081 0.640876 0.75791 -0.0401329 0.651123 0.147635 -0.307857 0.939908 0.766882 0.0342081 0.640876 0.955 0.296605 0 0.75791 -0.0401329 0.651123 0.77407 0.0928431 0.626256 0.587847 0.165178 0.79193 0.78947 0.221832 0.572301 0.77407 0.0928431 0.626256 0.78947 0.221832 0.572301 0.918384 0.258055 0.299964 0.77407 0.0928431 0.626256 0.918384 0.258055 0.299964 0.95881 0.284049 0 0.77407 0.0928431 0.626256 0.95881 0.284049 0 0.766882 0.0342081 0.640876 0.77407 0.0928431 0.626256 0.242069 -0.116066 0.963292 0.587847 0.165178 0.79193 0.77407 0.0928431 0.626256 0.766882 0.0342081 0.640876 0.242069 -0.116066 0.963292 0.690092 -0.668074 0.2783 0.984279 -0.176621 0 0.867958 -0.496638 0 0.690092 -0.668074 0.2783 0.867958 -0.496638 0 0.634554 -0.772879 0 0.690092 -0.668074 0.2783 0.169618 -0.970463 0.171558 0.254845 -0.857788 0.446379 0.690092 -0.668074 0.2783 0.634554 -0.772879 0 0.169618 -0.970463 0.171558 0.690092 -0.668074 0.2783 0.96302 -0.161887 0.21537 0.984279 -0.176621 0 0.706957 -0.595813 0.381076 0.254845 -0.857788 0.446379 0.268579 -0.823224 0.500168 0.706957 -0.595813 0.381076 0.268579 -0.823224 0.500168 0.713053 -0.516797 0.473789 0.706957 -0.595813 0.381076 0.713053 -0.516797 0.473789 0.958125 -0.128809 0.255745 0.706957 -0.595813 0.381076 0.958125 -0.128809 0.255745 0.96302 -0.161887 0.21537 0.706957 -0.595813 0.381076 0.690092 -0.668074 0.2783 0.254845 -0.857788 0.446379 0.706957 -0.595813 0.381076 0.96302 -0.161887 0.21537 0.690092 -0.668074 0.2783 0.639286 -0.066998 0.766044 0.727511 0.100089 0.678756 0.803938 0.422675 0.418366 0.639286 -0.066998 0.766044 0.638694 -0.0724264 0.766044 0.727511 0.100089 0.678756 0.797579 0.349747 0.491472 0.803938 0.422675 0.418366 0.737236 0.670619 0.0821765 0.797579 0.349747 0.491472 0.639286 -0.066998 0.766044 0.803938 0.422675 0.418366 0.737236 0.670619 0.0821765 0.797579 0.349747 0.491472 0.737236 0.670619 0.0821765 0.641112 0.0463996 0.766043 0.639286 -0.066998 0.766044 0.797579 0.349747 0.491472 0.641112 0.0463996 0.766043 0.797579 0.349747 0.491472 0.737236 0.670619 0.0821765 0.727898 0.47794 0.491669 0.641112 0.0463996 0.766043 0.737236 0.670619 0.0821765 0.616805 0.782816 0.0821571 0.727898 0.47794 0.491669 0.737236 0.670619 0.0821765 0.984286 -0.176583 0 0.944129 0.329578 0 0.944128 0.329578 0 0.984286 -0.176583 0 0.944128 0.329578 0 0.964024 -0.265815 0 0.867938 -0.496673 0 0.964024 -0.265815 0 0.812427 -0.583063 0 0.867938 -0.496673 0 0.984286 -0.176583 0 0.964024 -0.265815 0 0.634528 -0.7729 0 0.812427 -0.583063 0 0.475298 -0.879825 0 0.634528 -0.7729 0 0.867938 -0.496673 0 0.812427 -0.583063 0 0.318134 -0.948046 0 0.475298 -0.879825 0 0.0582211 -0.998304 0 0.318134 -0.948046 0 0.634528 -0.7729 0 0.475298 -0.879825 0 -0.039866 -0.999205 0 0.0582211 -0.998304 0 -0.392652 -0.919687 0 -0.039866 -0.999205 0 0.318134 -0.948046 0 0.0582211 -0.998304 0 -0.392652 -0.919687 0 -0.039866 -0.999205 0 -0.392652 -0.919687 0 0.950552 0.307283 0.0450306 0.994041 -0.10901 0 0.950237 0.308246 0.0451037 0.950552 0.307283 0.0450306 0.993959 -0.109748 0 0.994041 -0.10901 0 0.737236 0.670619 0.0821765 0.950237 0.308246 0.0451037 0.737236 0.670619 0.0821765 0.737236 0.670619 0.0821765 0.950552 0.307283 0.0450306 0.950237 0.308246 0.0451037 0.964442 0.251193 0.0821765 0.964442 0.251193 0.0821765 0.964442 0.251193 0.0821765 0.964442 0.251193 0.0821765 0.964442 0.251193 0.0821765 0.964442 0.251193 0.0821765 0.964442 0.251193 0.0821765 0.909133 0.407867 0.0843865 0.909947 0.406506 0.082157 0.964442 0.251193 0.0821765 0.909947 0.406506 0.082157 0.964442 0.251193 0.0821765 0.964442 0.251193 0.0821764 0.964442 0.251193 0.0821765 0.964442 0.251193 0.0821765 0.843619 0.530259 0.0844548 0.842165 0.532568 0.0844397 0.771461 0.630822 0.0831391 0.910569 0.404655 0.0843678 0.842165 0.532568 0.0844397 0.843619 0.530259 0.0844548 0.90913 0.407874 0.0843907 0.910569 0.404655 0.0843678 0.843619 0.530259 0.0844548 0.964442 0.251193 0.0821765 0.963745 0.253839 0.0822316 0.910569 0.404655 0.0843678 0.964442 0.251193 0.0821765 0.964442 0.251193 0.0821765 0.910569 0.404655 0.0843678 0.964442 0.251193 0.0821765 0.910569 0.404655 0.0843678 0.90913 0.407874 0.0843907 0.775731 0.0514059 0.628967 0.963743 0.253843 0.082234 0.941577 0.192834 0.276131 0.775731 0.0514059 0.628967 0.941577 0.192834 0.276131 0.879896 0.124616 0.458535 0.775731 0.0514059 0.628967 0.879896 0.124616 0.458535 0.79667 0.0617817 0.601249 0.775731 0.0514059 0.628967 0.79667 0.0617817 0.601249 0.685067 -0.00466532 0.728465 0.775731 0.0514059 0.628967 0.685067 -0.00466532 0.728465 0.551274 -0.0709238 0.831304 0.775731 0.0514059 0.628967 0.551274 -0.0709238 0.831304 0.297907 -0.173882 0.938625 0.76884 0.116012 0.628829 0.910574 0.40464 0.0843861 0.963743 0.253843 0.082234 0.76884 0.116012 0.628829 0.297907 -0.173882 0.938625 0.328009 -0.106749 0.938624 0.76884 0.116012 0.628829 0.775731 0.0514059 0.628967 0.297907 -0.173882 0.938625 0.76884 0.116012 0.628829 0.963743 0.253843 0.082234 0.775731 0.0514059 0.628967 0.755964 0.185843 0.627679 0.910574 0.40464 0.0843861 0.76884 0.116012 0.628829 0.755964 0.185843 0.627679 0.76884 0.116012 0.628829 0.328009 -0.106749 0.938624 0.739209 0.24962 0.625507 0.842164 0.532562 0.0844813 0.910574 0.40464 0.0843861 0.739209 0.24962 0.625507 0.328009 -0.106749 0.938624 0.344684 -0.0133748 0.938623 0.739209 0.24962 0.625507 0.910574 0.40464 0.0843861 0.755964 0.185843 0.627679 0.739209 0.24962 0.625507 0.755964 0.185843 0.627679 0.328009 -0.106749 0.938624 0.71632 0.316393 0.621917 0.842164 0.532562 0.0844813 0.739209 0.24962 0.625507 0.71632 0.316393 0.621917 0.739209 0.24962 0.625507 0.344684 -0.0133748 0.938623 0.690391 0.376511 0.617737 0.771475 0.630806 0.0831252 0.842164 0.532562 0.0844813 0.690391 0.376511 0.617737 0.714189 0.509917 0.479498 0.771475 0.630806 0.0831252 0.690391 0.376511 0.617737 0.560605 0.334887 0.757346 0.714189 0.509917 0.479498 0.690391 0.376511 0.617737 0.327878 0.107154 0.938623 0.560605 0.334887 0.757346 0.690391 0.376511 0.617737 0.344684 -0.0133748 0.938623 0.327878 0.107154 0.938623 0.690391 0.376511 0.617737 0.71632 0.316393 0.621917 0.344684 -0.0133748 0.938623 0.690391 0.376511 0.617737 0.842164 0.532562 0.0844813 0.71632 0.316393 0.621917 -0.621356 -0.0644983 0.780869 -0.624289 -0.0225093 0.780869 -0.624057 -0.028228 0.780869 -0.621356 -0.0644983 0.780869 -0.624057 -0.028228 0.780869 -0.62392 -0.0311128 0.780869 -0.621356 -0.0644983 0.780869 -0.62392 -0.0311128 0.780869 -0.623914 -0.0312334 0.780869 -0.621356 -0.0644983 0.780869 -0.623914 -0.0312334 0.780869 -0.624037 -0.0286591 0.780869 -0.577896 0.237234 0.780869 -0.568528 0.258882 0.780869 -0.56992 0.255803 0.780869 -0.577896 0.237234 0.780869 -0.56992 0.255803 0.780869 -0.571295 0.252717 0.780869 -0.577896 0.237234 0.780869 -0.606979 0.147718 0.780869 -0.568528 0.258882 0.780869 -0.577896 0.237234 0.780869 -0.618289 0.0892366 0.780869 -0.606979 0.147718 0.780869 -0.576886 0.239679 0.780869 -0.572653 0.249624 0.780869 -0.575026 0.244107 0.780869 -0.576886 0.239679 0.780869 -0.571295 0.252717 0.780869 -0.572653 0.249624 0.780869 -0.576886 0.239679 0.780869 -0.577896 0.237234 0.780869 -0.571295 0.252717 0.780869 -0.613877 -0.115754 0.780869 -0.624037 -0.0286591 0.780869 -0.624179 -0.0253847 0.780869 -0.613877 -0.115754 0.780869 -0.624179 -0.0253847 0.780869 -0.624344 -0.0209487 0.780869 -0.613877 -0.115754 0.780869 -0.624344 -0.0209487 0.780869 -0.624589 -0.0115319 0.780869 -0.613877 -0.115754 0.780869 -0.624589 -0.0115319 0.780869 -0.624694 -0.00134724 0.780869 -0.613877 -0.115754 0.780869 -0.612602 -0.122322 0.780869 -0.617656 -0.0935125 0.780869 -0.613877 -0.115754 0.780869 -0.617656 -0.0935125 0.780869 -0.621356 -0.0644983 0.780869 -0.613877 -0.115754 0.780869 -0.624694 -0.00134724 0.780869 -0.618289 0.0892366 0.780869 -0.613877 -0.115754 0.780869 -0.621356 -0.0644983 0.780869 -0.624037 -0.0286591 0.780869 -0.608591 -0.140929 0.780869 -0.612602 -0.122322 0.780869 -0.613877 -0.115754 0.780869 -0.606205 -0.150863 0.780869 -0.612602 -0.122322 0.780869 -0.608591 -0.140929 0.780869 -0.601932 -0.167098 0.780869 -0.606205 -0.150863 0.780869 -0.608591 -0.140929 0.780869 -0.59379 -0.194055 0.780869 -0.606205 -0.150863 0.780869 -0.601932 -0.167098 0.780869 -0.606979 0.147718 0.780869 -0.618289 0.0892366 0.780869 -0.624694 -0.00134724 0.780869 -0.670092 -0.742278 0 -0.478017 -0.878351 0 -0.606871 -0.7948 0 -0.670092 -0.742278 0 -0.606871 -0.7948 0 -0.693204 -0.720741 0 -0.775076 -0.631868 0 -0.693204 -0.720741 0 -0.775076 -0.631868 0 -0.775076 -0.631868 0 -0.670092 -0.742278 0 -0.693204 -0.720741 0 -0.272141 -0.595574 0.755798 0.343495 0.0316416 0.938621 0.344076 -0.0244812 0.938623 -0.272141 -0.595574 0.755798 -0.693277 -0.720671 0 -0.606756 -0.794888 0 -0.272141 -0.595574 0.755798 -0.218247 -0.612084 0.760079 0.343495 0.0316416 0.938621 -0.272141 -0.595574 0.755798 -0.606756 -0.794888 0 -0.218247 -0.612084 0.760079 -0.32834 -0.568786 0.754106 0.344076 -0.0244812 0.938623 0.337409 -0.0717045 0.938623 -0.32834 -0.568786 0.754106 -0.705278 -0.662545 0.252223 -0.775066 -0.631881 0 -0.32834 -0.568786 0.754106 -0.6521 -0.660398 0.372343 -0.705278 -0.662545 0.252223 -0.32834 -0.568786 0.754106 0.337409 -0.0717045 0.938623 0.160456 -0.215122 0.963315 -0.32834 -0.568786 0.754106 -0.775066 -0.631881 0 -0.693277 -0.720671 0 -0.32834 -0.568786 0.754106 -0.693277 -0.720671 0 -0.300258 -0.583338 0.754694 -0.32834 -0.568786 0.754106 -0.300258 -0.583338 0.754694 0.344076 -0.0244812 0.938623 -0.354425 -0.553182 0.753904 -0.587172 -0.646636 0.48692 -0.6521 -0.660398 0.372343 -0.354425 -0.553182 0.753904 -0.448996 -0.595524 0.666149 -0.587172 -0.646636 0.48692 -0.354425 -0.553182 0.753904 -0.249744 -0.492476 0.833724 -0.448996 -0.595524 0.666149 -0.354425 -0.553182 0.753904 -0.0123045 -0.341139 0.939932 -0.249744 -0.492476 0.833724 -0.354425 -0.553182 0.753904 0.160456 -0.215122 0.963315 -0.0123045 -0.341139 0.939932 -0.354425 -0.553182 0.753904 -0.6521 -0.660398 0.372343 -0.32834 -0.568786 0.754106 -0.354425 -0.553182 0.753904 -0.32834 -0.568786 0.754106 0.160456 -0.215122 0.963315 -0.130186 -0.604477 0.785913 0.0276228 -0.369105 0.928977 0.121809 -0.211114 0.969842 -0.130186 -0.604477 0.785913 -0.0338086 -0.465824 0.884231 0.0276228 -0.369105 0.928977 -0.130186 -0.604477 0.785913 -0.184605 -0.677324 0.712147 -0.0338086 -0.465824 0.884231 -0.130186 -0.604477 0.785913 -0.270175 -0.775566 0.570529 -0.184605 -0.677324 0.712147 -0.130186 -0.604477 0.785913 -0.349183 -0.845589 0.403795 -0.270175 -0.775566 0.570529 -0.186806 -0.676363 0.712486 -0.427827 -0.88423 0.187352 -0.349183 -0.845589 0.403795 -0.186806 -0.676363 0.712486 -0.349183 -0.845589 0.403795 -0.130186 -0.604477 0.785913 -0.186806 -0.676363 0.712486 -0.130186 -0.604477 0.785913 0.121809 -0.211114 0.969842 -0.0878147 -0.544831 0.833935 0.121809 -0.211114 0.969842 0.31306 0.144863 0.93862 -0.0878147 -0.544831 0.833935 -0.427827 -0.88423 0.187352 -0.186806 -0.676363 0.712486 -0.0878147 -0.544831 0.833935 -0.186806 -0.676363 0.712486 0.121809 -0.211114 0.969842 -0.136967 -0.610059 0.780428 -0.478002 -0.878358 0 -0.427827 -0.88423 0.187352 -0.136967 -0.610059 0.780428 -0.427827 -0.88423 0.187352 -0.0878147 -0.544831 0.833935 -0.136967 -0.610059 0.780428 -0.0878147 -0.544831 0.833935 0.31306 0.144863 0.93862 -0.168952 -0.616897 0.768696 0.31306 0.144863 0.93862 0.343495 0.0316416 0.938621 -0.168952 -0.616897 0.768696 -0.606756 -0.794888 0 -0.478002 -0.878358 0 -0.168952 -0.616897 0.768696 0.343495 0.0316416 0.938621 -0.218247 -0.612084 0.760079 -0.168952 -0.616897 0.768696 -0.218247 -0.612084 0.760079 -0.606756 -0.794888 0 -0.168952 -0.616897 0.768696 -0.136967 -0.610059 0.780428 0.31306 0.144863 0.93862 -0.168952 -0.616897 0.768696 -0.478002 -0.878358 0 -0.136967 -0.610059 0.780428 -0.287366 -0.589238 0.755129 -0.693277 -0.720671 0 -0.272141 -0.595574 0.755798 -0.287366 -0.589238 0.755129 -0.272141 -0.595574 0.755798 0.344076 -0.0244812 0.938623 -0.287366 -0.589238 0.755129 -0.300258 -0.583338 0.754694 -0.693277 -0.720671 0 -0.287366 -0.589238 0.755129 0.344076 -0.0244812 0.938623 -0.300258 -0.583338 0.754694 0.307741 0.155826 0.938623 0.30307 0.164728 0.938623 0.299458 0.171205 0.938623 0.307184 0.156922 0.938623 0.30307 0.164728 0.938623 0.307741 0.155826 0.938623 0.31306 0.144845 0.938623 0.307741 0.155826 0.938623 0.315278 0.139951 0.938623 0.31306 0.144845 0.938623 0.307184 0.156922 0.938623 0.307741 0.155826 0.938623 0.321996 0.123713 0.938623 0.31306 0.144845 0.938623 0.315278 0.139951 0.938623 0.327879 0.107153 0.938623 0.31306 0.144845 0.938623 0.321996 0.123713 0.938623 0.34349 0.0316334 0.938623 0.31306 0.144845 0.938623 0.327879 0.107153 0.938623 0.344685 -0.0133721 0.938623 0.34349 0.0316334 0.938623 0.327879 0.107153 0.938623 0.344074 -0.0244853 0.938623 0.34349 0.0316334 0.938623 0.344685 -0.0133721 0.938623 0.328012 -0.106746 0.938623 0.344074 -0.0244853 0.938623 0.344685 -0.0133721 0.938623 0.337409 -0.0717035 0.938623 0.344074 -0.0244853 0.938623 0.328012 -0.106746 0.938623 0.327896 -0.1071 0.938623 0.337409 -0.0717035 0.938623 0.328012 -0.106746 0.938623 0.314681 -0.141288 0.938623 0.327896 -0.1071 0.938623 0.328012 -0.106746 0.938623 0.297913 -0.17388 0.938623 0.314681 -0.141288 0.938623 0.328012 -0.106746 0.938623 0.642677 0.0119311 0.766044 0.641575 0.0394631 0.766044 0.641779 0.035993 0.766044 0.642677 0.0119311 0.766044 0.641352 0.0429321 0.766044 0.641575 0.0394631 0.766044 0.642677 0.0119311 0.766044 0.641111 0.0463998 0.766044 0.641352 0.0429321 0.766044 0.642677 0.0119311 0.766044 0.641779 0.035993 0.766044 0.64218 0.0279364 0.766044 0.642677 0.0119311 0.766044 0.64218 0.0279364 0.766044 0.642441 0.0211038 0.766044 0.642677 0.0119311 0.766044 0.642441 0.0211038 0.766044 0.642585 0.0161531 0.766044 0.639286 -0.066998 0.766044 0.641111 0.0463998 0.766044 0.642677 0.0119311 0.766044 0.637818 -0.079777 0.766044 0.638694 -0.0724262 0.766044 0.639286 -0.066998 0.766044 0.634892 -0.100439 0.766044 0.639286 -0.066998 0.766044 0.642677 0.0119311 0.766044 0.634892 -0.100439 0.766044 0.637818 -0.079777 0.766044 0.639286 -0.066998 0.766044 0.636857 -0.0871173 0.766044 0.637818 -0.079777 0.766044 0.634892 -0.100439 0.766044 0.63461 -0.102208 0.766044 0.636857 -0.0871173 0.766044 0.634892 -0.100439 0.766044 0.634583 -0.102371 0.766044 0.636857 -0.0871173 0.766044 0.63461 -0.102208 0.766044 0.635811 -0.094446 0.766044 0.636857 -0.0871173 0.766044 0.634583 -0.102371 0.766044 0.634806 -0.100978 0.766044 0.635811 -0.094446 0.766044 0.634583 -0.102371 0.766044 0.635122 -0.0989739 0.766044 0.635811 -0.094446 0.766044 0.634806 -0.100978 0.766044 0.82952 -0.558477 0 0.838571 -0.544792 0 0.986002 -0.160564 0.0449378 0.984642 -0.168658 0.045105 0.986002 -0.160564 0.0449378 0.964445 0.251181 0.0821756 0.984642 -0.168658 0.045105 0.82952 -0.558477 0 0.986002 -0.160564 0.0449378 0.964442 0.251193 0.0821765 0.984642 -0.168658 0.045105 0.964445 0.251181 0.0821756 0.843362 -0.537346 0 0.986003 -0.16056 0.0449384 0.838571 -0.544792 0 0.986919 -0.154832 0.0449094 0.986003 -0.16056 0.0449384 0.843362 -0.537346 0 0.963745 0.253839 0.0822315 0.964441 0.251199 0.0821767 0.986003 -0.16056 0.0449384 0.963745 0.253839 0.0822315 0.986003 -0.16056 0.0449384 0.986919 -0.154832 0.0449094 0.98692 -0.154825 0.0449149 0.843367 -0.537338 0 0.844481 -0.535586 0 0.941547 0.192711 0.276319 0.844481 -0.535586 0 0.845874 -0.533383 0 0.941547 0.192711 0.276319 0.963743 0.253845 0.082234 0.98692 -0.154825 0.0449149 0.941547 0.192711 0.276319 0.98692 -0.154825 0.0449149 0.844481 -0.535586 0 0.880183 0.125032 0.45787 0.845874 -0.533383 0 0.848758 -0.528782 0 0.880183 0.125032 0.45787 0.941547 0.192711 0.276319 0.845874 -0.533383 0 0.796721 0.061778 0.601181 0.848758 -0.528782 0 0.85235 -0.522972 0 0.796721 0.061778 0.601181 0.880183 0.125032 0.45787 0.848758 -0.528782 0 0.685457 -0.00401182 0.728102 0.796721 0.061778 0.601181 0.85235 -0.522972 0 0.708269 -0.413312 0.5723 0.858138 -0.51342 0 0.863656 -0.504083 0 0.819638 -0.330866 0.467677 0.85235 -0.522972 0 0.855103 -0.518458 0 0.819638 -0.330866 0.467677 0.551315 -0.0712406 0.83125 0.685457 -0.00401182 0.728102 0.819638 -0.330866 0.467677 0.685457 -0.00401182 0.728102 0.85235 -0.522972 0 0.798994 -0.346931 0.49117 0.855103 -0.518458 0 0.858138 -0.51342 0 0.798994 -0.346931 0.49117 0.708269 -0.413312 0.5723 0.297915 -0.173876 0.938623 0.798994 -0.346931 0.49117 0.297915 -0.173876 0.938623 0.551315 -0.0712406 0.83125 0.798994 -0.346931 0.49117 0.819638 -0.330866 0.467677 0.855103 -0.518458 0 0.798994 -0.346931 0.49117 0.551315 -0.0712406 0.83125 0.819638 -0.330866 0.467677 0.798994 -0.346931 0.49117 0.858138 -0.51342 0 0.708269 -0.413312 0.5723 0.580435 -0.189586 0.79193 0.597274 -0.126928 0.79193 0.337409 -0.0717035 0.938623 0.580435 -0.189586 0.79193 0.337409 -0.0717035 0.938623 0.327896 -0.1071 0.938623 0.779516 -0.254612 0.572301 0.802131 -0.170462 0.572301 0.597274 -0.126928 0.79193 0.779516 -0.254612 0.572301 0.597274 -0.126928 0.79193 0.580435 -0.189586 0.79193 0.906805 -0.296188 0.299963 0.950578 -0.310486 0 0.978156 -0.20787 0 0.906805 -0.296188 0.299963 0.933113 -0.198298 0.299963 0.802131 -0.170462 0.572301 0.906805 -0.296188 0.299963 0.978156 -0.20787 0 0.933113 -0.198298 0.299963 0.906805 -0.296188 0.299963 0.802131 -0.170462 0.572301 0.779516 -0.254612 0.572301 0.557041 -0.250104 0.79193 0.327896 -0.1071 0.938623 0.314681 -0.141288 0.938623 0.557041 -0.250104 0.79193 0.314681 -0.141288 0.938623 0.297913 -0.17388 0.938623 0.557041 -0.250104 0.79193 0.297913 -0.17388 0.938623 0.708236 -0.413369 0.5723 0.557041 -0.250104 0.79193 0.580435 -0.189586 0.79193 0.327896 -0.1071 0.938623 0.748099 -0.335887 0.572301 0.779516 -0.254612 0.572301 0.580435 -0.189586 0.79193 0.748099 -0.335887 0.572301 0.557041 -0.250104 0.79193 0.708236 -0.413369 0.5723 0.748099 -0.335887 0.572301 0.580435 -0.189586 0.79193 0.557041 -0.250104 0.79193 0.870258 -0.390734 0.299963 0.912267 -0.409596 0 0.950578 -0.310486 0 0.870258 -0.390734 0.299963 0.863656 -0.504082 0 0.912267 -0.409596 0 0.870258 -0.390734 0.299963 0.708236 -0.413369 0.5723 0.863656 -0.504082 0 0.870258 -0.390734 0.299963 0.906805 -0.296188 0.299963 0.779516 -0.254612 0.572301 0.870258 -0.390734 0.299963 0.950578 -0.310486 0 0.906805 -0.296188 0.299963 0.870258 -0.390734 0.299963 0.779516 -0.254612 0.572301 0.748099 -0.335887 0.572301 0.870258 -0.390734 0.299963 0.748099 -0.335887 0.572301 0.708236 -0.413369 0.5723 0.989002 -0.147903 0 0.989147 -0.146932 0 0.789456 -0.613807 0 0.933113 -0.198298 0.299964 0.978156 -0.20787 0 0.980987 -0.194074 0 0.337409 -0.0717046 0.938623 0.597274 -0.126929 0.79193 0.160461 -0.215216 0.963294 0.533413 -0.565139 0.629355 0.985336 -0.170627 0 0.986569 -0.163344 0 0.777465 -0.590922 0.215311 0.988487 -0.151305 0 0.989002 -0.147903 0 0.777465 -0.590922 0.215311 0.989002 -0.147903 0 0.789456 -0.613807 0 0.7885 -0.559364 0.255694 0.988487 -0.151305 0 0.777465 -0.590922 0.215311 -0.300817 -0.938131 0.171519 -0.775076 -0.631868 0 -0.705417 -0.662523 0.251894 -0.300817 -0.938131 0.171519 0.202695 -0.979242 0 -0.158929 -0.98729 0 -0.300817 -0.938131 0.171519 -0.158929 -0.98729 0 -0.499598 -0.866257 0 -0.300817 -0.938131 0.171519 -0.499598 -0.866257 0 -0.775076 -0.631868 0 0.800776 -0.524334 0.289535 0.987632 -0.15679 0 0.988487 -0.151305 0 0.800776 -0.524334 0.289535 0.988487 -0.151305 0 0.7885 -0.559364 0.255694 0.800776 -0.524334 0.289535 0.7885 -0.559364 0.255694 0.39115 -0.789067 0.473683 -0.17304 -0.878016 0.446257 -0.705417 -0.662523 0.251894 -0.652157 -0.660289 0.372438 -0.17304 -0.878016 0.446257 -0.300817 -0.938131 0.171519 -0.705417 -0.662523 0.251894 0.812673 -0.490892 0.313986 0.986569 -0.163344 0 0.987632 -0.15679 0 0.812673 -0.490892 0.313986 0.533413 -0.565139 0.629355 0.986569 -0.163344 0 0.812673 -0.490892 0.313986 0.987632 -0.15679 0 0.800776 -0.524334 0.289535 0.812673 -0.490892 0.313986 0.800776 -0.524334 0.289535 0.39115 -0.789067 0.473683 -0.144822 -0.8538 0.500052 -0.652157 -0.660289 0.372438 -0.587165 -0.646614 0.486957 -0.144822 -0.8538 0.500052 -0.17304 -0.878016 0.446257 -0.652157 -0.660289 0.372438 -0.113264 -0.825768 0.552521 -0.587165 -0.646614 0.486957 -0.448916 -0.59566 0.66608 -0.113264 -0.825768 0.552521 -0.144822 -0.8538 0.500052 -0.587165 -0.646614 0.486957 -0.113264 -0.825768 0.552521 0.39115 -0.789067 0.473683 -0.144822 -0.8538 0.500052 0.0646293 -0.659893 0.748575 -0.448916 -0.59566 0.66608 -0.249761 -0.492487 0.833712 0.0646293 -0.659893 0.748575 -0.249761 -0.492487 0.833712 0.533413 -0.565139 0.629355 0.0646293 -0.659893 0.748575 0.812673 -0.490892 0.313986 0.39115 -0.789067 0.473683 0.0646293 -0.659893 0.748575 0.39115 -0.789067 0.473683 -0.113264 -0.825768 0.552521 0.0646293 -0.659893 0.748575 -0.113264 -0.825768 0.552521 -0.448916 -0.59566 0.66608 0.0646293 -0.659893 0.748575 0.533413 -0.565139 0.629355 0.812673 -0.490892 0.313986 0.652503 -0.387674 0.651114 -0.249761 -0.492487 0.833712 -0.0122175 -0.341116 0.939942 0.652503 -0.387674 0.651114 0.983448 -0.181189 0 0.985336 -0.170627 0 0.652503 -0.387674 0.651114 0.985336 -0.170627 0 0.533413 -0.565139 0.629355 0.652503 -0.387674 0.651114 0.533413 -0.565139 0.629355 -0.249761 -0.492487 0.833712 0.694978 -0.326036 0.640863 -0.0122175 -0.341116 0.939942 0.160461 -0.215216 0.963294 0.694978 -0.326036 0.640863 0.980987 -0.194074 0 0.983448 -0.181189 0 0.694978 -0.326036 0.640863 0.652503 -0.387674 0.651114 -0.0122175 -0.341116 0.939942 0.694978 -0.326036 0.640863 0.983448 -0.181189 0 0.652503 -0.387674 0.651114 0.728577 -0.277478 0.626243 0.597274 -0.126929 0.79193 0.802131 -0.170463 0.572301 0.728577 -0.277478 0.626243 0.802131 -0.170463 0.572301 0.933113 -0.198298 0.299964 0.728577 -0.277478 0.626243 0.933113 -0.198298 0.299964 0.980987 -0.194074 0 0.728577 -0.277478 0.626243 0.980987 -0.194074 0 0.694978 -0.326036 0.640863 0.728577 -0.277478 0.626243 0.160461 -0.215216 0.963294 0.597274 -0.126929 0.79193 0.728577 -0.277478 0.626243 0.694978 -0.326036 0.640863 0.160461 -0.215216 0.963294 0.300554 -0.912284 0.278218 0.789456 -0.613807 0 0.537739 -0.843111 0 0.300554 -0.912284 0.278218 0.537739 -0.843111 0 0.202695 -0.979242 0 0.300554 -0.912284 0.278218 -0.300817 -0.938131 0.171519 -0.17304 -0.878016 0.446257 0.300554 -0.912284 0.278218 0.202695 -0.979242 0 -0.300817 -0.938131 0.171519 0.300554 -0.912284 0.278218 0.777465 -0.590922 0.215311 0.789456 -0.613807 0 0.349052 -0.856167 0.380973 -0.17304 -0.878016 0.446257 -0.144822 -0.8538 0.500052 0.349052 -0.856167 0.380973 -0.144822 -0.8538 0.500052 0.39115 -0.789067 0.473683 0.349052 -0.856167 0.380973 0.39115 -0.789067 0.473683 0.7885 -0.559364 0.255694 0.349052 -0.856167 0.380973 0.7885 -0.559364 0.255694 0.777465 -0.590922 0.215311 0.349052 -0.856167 0.380973 0.300554 -0.912284 0.278218 -0.17304 -0.878016 0.446257 0.349052 -0.856167 0.380973 0.777465 -0.590922 0.215311 0.300554 -0.912284 0.278218 0.534925 -0.356415 0.766044 0.690693 -0.249467 0.678756 0.908278 0 0.418366 0.534925 -0.356415 0.766044 0.531878 -0.360946 0.766044 0.690693 -0.249467 0.678756 0.868757 -0.0609678 0.491472 0.908278 0 0.418366 0.964442 0.251193 0.0821765 0.868757 -0.0609678 0.491472 0.534925 -0.356415 0.766044 0.908278 0 0.418366 0.964442 0.251193 0.0821765 0.868757 -0.0609678 0.491472 0.964442 0.251193 0.0821765 0.58924 -0.256855 0.766043 0.534925 -0.356415 0.766044 0.868757 -0.0609673 0.491472 0.58924 -0.256855 0.766043 0.868757 -0.0609673 0.491472 0.964442 0.251193 0.0821765 0.866631 0.0849236 0.491669 0.58924 -0.256855 0.766043 0.964442 0.251193 0.0821765 0.909947 0.406506 0.0821571 0.866631 0.0849236 0.491669 0.964442 0.251193 0.0821765 0.789479 -0.613777 0 0.989147 -0.146932 0 0.989147 -0.146932 0 0.789479 -0.613777 0 0.989147 -0.146932 0 0.73007 -0.683372 0 0.537705 -0.843133 0 0.73007 -0.683372 0 0.448405 -0.89383 0 0.537705 -0.843133 0 0.789479 -0.613777 0 0.73007 -0.683372 0 0.202663 -0.979249 0 0.448405 -0.89383 0 0.0119804 -0.999928 0 0.202663 -0.979249 0 0.537705 -0.843133 0 0.448405 -0.89383 0 -0.158885 -0.987297 0 0.0119804 -0.999928 0 -0.412383 -0.911011 0 -0.158885 -0.987297 0 0.202663 -0.979249 0 0.0119804 -0.999928 0 -0.499653 -0.866226 0 -0.412383 -0.911011 0 -0.775076 -0.631868 0 -0.499653 -0.866226 0 -0.158885 -0.987297 0 -0.412383 -0.911011 0 -0.775076 -0.631868 0 -0.499653 -0.866226 0 -0.775076 -0.631868 0 0.984474 -0.169658 0.0450306 0.82952 -0.558477 0 0.984642 -0.168659 0.0451037 0.984474 -0.169658 0.0450306 0.829105 -0.559093 0 0.82952 -0.558477 0 0.964442 0.251193 0.0821765 0.984642 -0.168659 0.0451037 0.964442 0.251193 0.0821765 0.964442 0.251193 0.0821765 0.984474 -0.169658 0.0450306 0.984642 -0.168659 0.0451037 0.970707 -0.225778 0.0821765 0.970707 -0.225778 0.0821765 0.970707 -0.225778 0.0821765 0.970707 -0.225778 0.0821765 0.970707 -0.225778 0.0821765 0.970707 -0.225778 0.0821765 0.970707 -0.225778 0.0821765 0.994543 -0.0613471 0.0843865 0.994631 -0.0629306 0.082157 0.970707 -0.225778 0.0821765 0.994631 -0.0629306 0.082157 0.970707 -0.225778 0.0821765 0.970707 -0.225778 0.0821764 0.970707 -0.225778 0.0821765 0.970707 -0.225778 0.0821765 0.993411 0.0774718 0.0844548 0.993196 0.0801924 0.0844397 0.976252 0.200049 0.0831391 0.994322 -0.0648586 0.0843678 0.993196 0.0801924 0.0844397 0.993411 0.0774718 0.0844548 0.994543 -0.0613395 0.0843907 0.994322 -0.0648586 0.0843678 0.993411 0.0774718 0.0844548 0.970707 -0.225778 0.0821765 0.971318 -0.223111 0.0822316 0.994322 -0.0648586 0.0843678 0.970707 -0.225778 0.0821765 0.970707 -0.225778 0.0821765 0.994322 -0.0648586 0.0843678 0.970707 -0.225778 0.0821765 0.994322 -0.0648586 0.0843678 0.994543 -0.0613395 0.0843907 0.710765 -0.314982 0.628967 0.971319 -0.223107 0.082234 0.923339 -0.266826 0.276131 0.710765 -0.314982 0.628967 0.923339 -0.266826 0.276131 0.837021 -0.298566 0.458535 0.710765 -0.314982 0.628967 0.837021 -0.298566 0.458535 0.734127 -0.315526 0.601249 0.710765 -0.314982 0.628967 0.734127 -0.315526 0.601249 0.604429 -0.322497 0.728465 0.710765 -0.314982 0.628967 0.604429 -0.322497 0.728465 0.455169 -0.31899 0.831304 0.710765 -0.314982 0.628967 0.455169 -0.31899 0.831304 0.182977 -0.292409 0.938625 0.734688 -0.254574 0.628829 0.994319 -0.0648736 0.084386 0.971319 -0.223107 0.082234 0.734688 -0.254574 0.628829 0.182977 -0.292409 0.938625 0.240829 -0.246955 0.938624 0.734688 -0.254574 0.628829 0.710765 -0.314982 0.628967 0.182977 -0.292409 0.938625 0.734688 -0.254574 0.628829 0.971319 -0.223107 0.082234 0.710765 -0.314982 0.628967 0.755738 -0.186758 0.627679 0.994319 -0.0648736 0.084386 0.734688 -0.254574 0.628829 0.755738 -0.186758 0.627679 0.734688 -0.254574 0.628829 0.240829 -0.246955 0.938624 0.770542 -0.1225 0.625507 0.993193 0.0801868 0.0844813 0.994319 -0.0648736 0.084386 0.770542 -0.1225 0.625507 0.240829 -0.246955 0.938624 0.298987 -0.172026 0.938623 0.770542 -0.1225 0.625507 0.994319 -0.0648736 0.084386 0.755738 -0.186758 0.627679 0.770542 -0.1225 0.625507 0.755738 -0.186758 0.627679 0.240829 -0.246955 0.938624 0.781305 -0.0527387 0.621917 0.993193 0.0801868 0.0844813 0.770542 -0.1225 0.625507 0.781305 -0.0527387 0.621917 0.770542 -0.1225 0.625507 0.298987 -0.172026 0.938623 0.786285 0.0125433 0.617737 0.976257 0.200029 0.0831252 0.993193 0.0801868 0.0844813 0.786285 0.0125433 0.617737 0.869354 0.119609 0.479498 0.976257 0.200029 0.0831252 0.786285 0.0125433 0.617737 0.652021 0.0360014 0.757346 0.869354 0.119609 0.479498 0.786285 0.0125433 0.617737 0.340119 -0.0574923 0.938623 0.652021 0.0360014 0.757346 0.786285 0.0125433 0.617737 0.298987 -0.172026 0.938623 0.340119 -0.0574923 0.938623 0.786285 0.0125433 0.617737 0.781305 -0.0527387 0.621917 0.298987 -0.172026 0.938623 0.786285 0.0125433 0.617737 0.993193 0.0801868 0.0844813 0.781305 -0.0527387 0.621917 -0.580158 0.231648 0.780869 -0.563241 0.270191 0.780869 -0.565693 0.265019 0.780869 -0.580158 0.231648 0.780869 -0.565693 0.265019 0.780869 -0.566912 0.262401 0.780869 -0.580158 0.231648 0.780869 -0.566912 0.262401 0.780869 -0.566963 0.262291 0.780869 -0.580158 0.231648 0.780869 -0.566963 0.262291 0.780869 -0.565876 0.264628 0.780869 -0.401454 0.478622 0.780869 -0.383098 0.493436 0.780869 -0.385761 0.491358 0.780869 -0.401454 0.478622 0.780869 -0.385761 0.491358 0.780869 -0.388413 0.489264 0.780869 -0.401454 0.478622 0.780869 -0.468805 0.412875 0.780869 -0.383098 0.493436 0.780869 -0.401454 0.478622 0.780869 -0.505997 0.366348 0.780869 -0.468805 0.412875 0.780869 -0.399423 0.480318 0.780869 -0.391053 0.487157 0.780869 -0.395718 0.483375 0.780869 -0.399423 0.480318 0.780869 -0.388413 0.489264 0.780869 -0.391053 0.487157 0.780869 -0.399423 0.480318 0.780869 -0.401454 0.478622 0.780869 -0.388413 0.489264 0.780869 -0.597355 0.182787 0.780869 -0.565876 0.264628 0.780869 -0.56448 0.267593 0.780869 -0.597355 0.182787 0.780869 -0.56448 0.267593 0.780869 -0.562564 0.271598 0.780869 -0.597355 0.182787 0.780869 -0.562564 0.271598 0.780869 -0.558405 0.28005 0.780869 -0.597355 0.182787 0.780869 -0.558405 0.28005 0.780869 -0.553765 0.289117 0.780869 -0.597355 0.182787 0.780869 -0.599278 0.17638 0.780869 -0.590365 0.204238 0.780869 -0.597355 0.182787 0.780869 -0.590365 0.204238 0.780869 -0.580158 0.231648 0.780869 -0.597355 0.182787 0.780869 -0.553765 0.289117 0.780869 -0.505997 0.366348 0.780869 -0.597355 0.182787 0.780869 -0.580158 0.231648 0.780869 -0.565876 0.264628 0.780869 -0.604373 0.15804 0.780869 -0.599278 0.17638 0.780869 -0.597355 0.182787 0.780869 -0.606877 0.148135 0.780869 -0.599278 0.17638 0.780869 -0.604373 0.15804 0.780869 -0.610639 0.131774 0.780869 -0.606877 0.148135 0.780869 -0.604373 0.15804 0.780869 -0.615957 0.104121 0.780869 -0.606877 0.148135 0.780869 -0.610639 0.131774 0.780869 -0.468805 0.412875 0.780869 -0.505997 0.366348 0.780869 -0.553765 0.289117 0.780869 -0.938291 -0.345848 0 -0.831453 -0.555596 0 -0.90672 -0.421733 0 -0.938291 -0.345848 0 -0.90672 -0.421733 0 -0.948747 -0.316037 0 -0.97994 -0.199295 0 -0.948747 -0.316037 0 -0.97994 -0.199295 0 -0.97994 -0.199295 0 -0.938291 -0.345848 0 -0.948747 -0.316037 0 -0.517746 -0.400884 0.755798 0.318854 -0.131613 0.938621 0.293287 -0.181577 0.938623 -0.517746 -0.400884 0.755798 -0.948779 -0.315941 0 -0.906659 -0.421865 0 -0.517746 -0.400884 0.755798 -0.477698 -0.440549 0.760079 0.318854 -0.131613 0.938621 -0.517746 -0.400884 0.755798 -0.906659 -0.421865 0 -0.477698 -0.440549 0.760079 -0.555059 -0.351048 0.754106 0.293287 -0.181577 0.938623 0.265438 -0.220293 0.938623 -0.555059 -0.351048 0.754106 -0.932393 -0.258896 0.252223 -0.979936 -0.199312 0 -0.555059 -0.351048 0.754106 -0.884308 -0.281708 0.372343 -0.932393 -0.258896 0.252223 -0.555059 -0.351048 0.754106 0.265438 -0.220293 0.938623 0.0421041 -0.265049 0.963315 -0.555059 -0.351048 0.754106 -0.979936 -0.199312 0 -0.948779 -0.315941 0 -0.555059 -0.351048 0.754106 -0.948779 -0.315941 0 -0.536956 -0.376983 0.754694 -0.555059 -0.351048 0.754106 -0.536956 -0.376983 0.754694 0.293287 -0.181577 0.938623 -0.570905 -0.325109 0.753904 -0.820422 -0.299695 0.48692 -0.884308 -0.281708 0.372343 -0.570905 -0.325109 0.753904 -0.67432 -0.318651 0.666149 -0.820422 -0.299695 0.48692 -0.570905 -0.325109 0.753904 -0.450002 -0.320004 0.833724 -0.67432 -0.318651 0.666149 -0.570905 -0.325109 0.753904 -0.169431 -0.296346 0.939932 -0.450002 -0.320004 0.833724 -0.570905 -0.325109 0.753904 0.0421041 -0.265049 0.963315 -0.169431 -0.296346 0.939932 -0.570905 -0.325109 0.753904 -0.884308 -0.281708 0.372343 -0.555059 -0.351048 0.754106 -0.570905 -0.325109 0.753904 -0.555059 -0.351048 0.754106 0.0421041 -0.265049 0.963315 -0.396189 -0.474737 0.785913 -0.147073 -0.339663 0.928977 0.00974687 -0.243539 0.969842 -0.396189 -0.474737 0.785913 -0.246415 -0.396755 0.884231 -0.147073 -0.339663 0.928977 -0.396189 -0.474737 0.785913 -0.478228 -0.51395 0.712147 -0.246415 -0.396755 0.884231 -0.396189 -0.474737 0.785913 -0.599652 -0.561173 0.570529 -0.478228 -0.51395 0.712147 -0.396189 -0.474737 0.785913 -0.702151 -0.586459 0.403795 -0.599652 -0.561173 0.570529 -0.47973 -0.512077 0.712486 -0.789744 -0.584126 0.187352 -0.702151 -0.586459 0.403795 -0.47973 -0.512077 0.712486 -0.702151 -0.586459 0.403795 -0.396189 -0.474737 0.785913 -0.47973 -0.512077 0.712486 -0.396189 -0.474737 0.785913 0.00974687 -0.243539 0.969842 -0.330952 -0.441615 0.833935 0.00974687 -0.243539 0.969842 0.344522 -0.0172164 0.93862 -0.330952 -0.441615 0.833935 -0.789744 -0.584126 0.187352 -0.47973 -0.512077 0.712486 -0.330952 -0.441615 0.833935 -0.47973 -0.512077 0.712486 0.00974687 -0.243539 0.969842 -0.404787 -0.476528 0.780428 -0.831444 -0.555609 0 -0.789744 -0.584126 0.187352 -0.404787 -0.476528 0.780428 -0.789744 -0.584126 0.187352 -0.330952 -0.441615 0.833935 -0.404787 -0.476528 0.780428 -0.330952 -0.441615 0.833935 0.344522 -0.0172164 0.93862 -0.436286 -0.467719 0.768696 0.344522 -0.0172164 0.93862 0.318854 -0.131613 0.938621 -0.436286 -0.467719 0.768696 -0.906659 -0.421865 0 -0.831444 -0.555609 0 -0.436286 -0.467719 0.768696 0.318854 -0.131613 0.938621 -0.477698 -0.440549 0.760079 -0.436286 -0.467719 0.768696 -0.404787 -0.476528 0.780428 0.344522 -0.0172164 0.93862 -0.436286 -0.467719 0.768696 -0.477698 -0.440549 0.760079 -0.906659 -0.421865 0 -0.436286 -0.467719 0.768696 -0.831444 -0.555609 0 -0.404787 -0.476528 0.780428 -0.528282 -0.388198 0.755129 -0.948779 -0.315941 0 -0.517746 -0.400884 0.755798 -0.528282 -0.388198 0.755129 -0.517746 -0.400884 0.755798 0.293287 -0.181577 0.938623 -0.528282 -0.388198 0.755129 -0.536956 -0.376983 0.754694 -0.948779 -0.315941 0 -0.528282 -0.388198 0.755129 0.293287 -0.181577 0.938623 -0.536956 -0.376983 0.754694 0.344907 -0.00503771 0.938623 0.344908 0.00501582 0.938623 0.34472 0.0124291 0.938623 0.344923 -0.00380836 0.938623 0.344908 0.00501582 0.938623 0.344907 -0.00503771 0.938623 0.344513 -0.0172321 0.938623 0.344907 -0.00503771 0.938623 0.344203 -0.0225967 0.938623 0.344513 -0.0172321 0.938623 0.344923 -0.00380836 0.938623 0.344907 -0.00503771 0.938623 0.342606 -0.040097 0.938623 0.344513 -0.0172321 0.938623 0.344203 -0.0225967 0.938623 0.340119 -0.0574933 0.938623 0.344513 -0.0172321 0.938623 0.342606 -0.040097 0.938623 0.318847 -0.131618 0.938623 0.344513 -0.0172321 0.938623 0.340119 -0.0574933 0.938623 0.298989 -0.172023 0.938623 0.318847 -0.131618 0.938623 0.340119 -0.0574933 0.938623 0.293283 -0.18158 0.938623 0.318847 -0.131618 0.938623 0.298989 -0.172023 0.938623 0.240833 -0.246954 0.938623 0.293283 -0.18158 0.938623 0.298989 -0.172023 0.938623 0.265439 -0.220292 0.938623 0.293283 -0.18158 0.938623 0.240833 -0.246954 0.938623 0.240566 -0.247214 0.938623 0.265439 -0.220292 0.938623 0.240833 -0.246954 0.938623 0.212977 -0.271344 0.938623 0.240566 -0.247214 0.938623 0.240833 -0.246954 0.938623 0.182983 -0.29241 0.938623 0.212977 -0.271344 0.938623 0.240833 -0.246954 0.938623 0.574607 -0.288102 0.766044 0.586426 -0.263212 0.766044 0.584994 -0.266379 0.766044 0.574607 -0.288102 0.766044 0.587841 -0.260037 0.766044 0.586426 -0.263212 0.766044 0.574607 -0.288102 0.766044 0.589238 -0.256854 0.766044 0.587841 -0.260037 0.766044 0.574607 -0.288102 0.766044 0.584994 -0.266379 0.766044 0.581605 -0.2737 0.766044 0.574607 -0.288102 0.766044 0.581605 -0.2737 0.766044 0.578661 -0.279871 0.766044 0.574607 -0.288102 0.766044 0.578661 -0.279871 0.766044 0.576487 -0.284321 0.766044 0.534925 -0.356415 0.766044 0.589238 -0.256854 0.766044 0.574607 -0.288102 0.766044 0.527685 -0.367048 0.766044 0.531878 -0.360946 0.766044 0.534925 -0.356415 0.766044 0.515492 -0.383984 0.766044 0.534925 -0.356415 0.766044 0.574607 -0.288102 0.766044 0.515492 -0.383984 0.766044 0.527685 -0.367048 0.766044 0.534925 -0.356415 0.766044 0.523423 -0.373101 0.766044 0.527685 -0.367048 0.766044 0.515492 -0.383984 0.766044 0.514421 -0.385418 0.766044 0.523423 -0.373101 0.766044 0.515492 -0.383984 0.766044 0.514322 -0.385551 0.766044 0.523423 -0.373101 0.766044 0.514421 -0.385418 0.766044 0.519092 -0.379104 0.766044 0.523423 -0.373101 0.766044 0.514322 -0.385551 0.766044 0.515166 -0.384421 0.766044 0.519092 -0.379104 0.766044 0.514322 -0.385551 0.766044 0.516377 -0.382793 0.766044 0.519092 -0.379104 0.766044 0.515166 -0.384421 0.766044 0.474966 -0.880004 0 0.489341 -0.872093 0 0.798443 -0.600391 0.0449378 0.793478 -0.606925 0.045105 0.798443 -0.600391 0.0449378 0.970704 -0.22579 0.0821756 0.793478 -0.606925 0.045105 0.474966 -0.880004 0 0.798443 -0.600391 0.0449378 0.970707 -0.225778 0.0821765 0.793478 -0.606925 0.045105 0.970704 -0.22579 0.0821756 0.497042 -0.867726 0 0.798446 -0.600387 0.0449384 0.489341 -0.872093 0 0.80192 -0.595742 0.0449094 0.798446 -0.600387 0.0449384 0.497042 -0.867726 0 0.971318 -0.223111 0.0822315 0.970708 -0.225773 0.0821767 0.798446 -0.600387 0.0449384 0.971318 -0.223111 0.0822315 0.798446 -0.600387 0.0449384 0.80192 -0.595742 0.0449094 0.801924 -0.595736 0.0449149 0.49705 -0.867722 0 0.498851 -0.866688 0 0.923256 -0.266921 0.276319 0.498851 -0.866688 0 0.501109 -0.865384 0 0.923256 -0.266921 0.276319 0.97132 -0.223105 0.082234 0.801924 -0.595736 0.0449149 0.923256 -0.266921 0.276319 0.801924 -0.595736 0.0449149 0.498851 -0.866688 0 0.837469 -0.298331 0.45787 0.501109 -0.865384 0 0.5058 -0.862651 0 0.837469 -0.298331 0.45787 0.923256 -0.266921 0.276319 0.501109 -0.865384 0 0.734171 -0.315553 0.601181 0.5058 -0.862651 0 0.511681 -0.859176 0 0.734171 -0.315553 0.601181 0.837469 -0.298331 0.45787 0.5058 -0.862651 0 0.605078 -0.3221 0.728102 0.734171 -0.315553 0.601181 0.511681 -0.859176 0 0.435065 -0.695119 0.5723 0.521245 -0.853407 0 0.53047 -0.847704 0 0.571992 -0.673872 0.467677 0.511681 -0.859176 0 0.516217 -0.856458 0 0.571992 -0.673872 0.467677 0.455058 -0.319289 0.83125 0.605078 -0.3221 0.728102 0.571992 -0.673872 0.467677 0.605078 -0.3221 0.728102 0.511681 -0.859176 0 0.546247 -0.678503 0.49117 0.516217 -0.856458 0 0.521245 -0.853407 0 0.546247 -0.678503 0.49117 0.435065 -0.695119 0.5723 0.182987 -0.292407 0.938623 0.546247 -0.678503 0.49117 0.182987 -0.292407 0.938623 0.455058 -0.319289 0.83125 0.546247 -0.678503 0.49117 0.571992 -0.673872 0.467677 0.516217 -0.856458 0 0.546247 -0.678503 0.49117 0.455058 -0.319289 0.83125 0.571992 -0.673872 0.467677 0.546247 -0.678503 0.49117 0.521245 -0.853407 0 0.435065 -0.695119 0.5723 0.425844 -0.437612 0.79193 0.469874 -0.389956 0.79193 0.265439 -0.220292 0.938623 0.425844 -0.437612 0.79193 0.631034 -0.523706 0.572301 0.469874 -0.389956 0.79193 0.425844 -0.437612 0.79193 0.265439 -0.220292 0.938623 0.240566 -0.247214 0.938623 0.571903 -0.587707 0.572301 0.734077 -0.609223 0.299963 0.631034 -0.523706 0.572301 0.571903 -0.587707 0.572301 0.631034 -0.523706 0.572301 0.425844 -0.437612 0.79193 0.66529 -0.683675 0.299963 0.697405 -0.716677 0 0.769513 -0.638632 0 0.66529 -0.683675 0.299963 0.769513 -0.638632 0 0.734077 -0.609223 0.299963 0.66529 -0.683675 0.299963 0.734077 -0.609223 0.299963 0.571903 -0.587707 0.572301 0.377006 -0.480326 0.79193 0.240566 -0.247214 0.938623 0.212977 -0.271344 0.938623 0.377006 -0.480326 0.79193 0.212977 -0.271344 0.938623 0.182983 -0.29241 0.938623 0.377006 -0.480326 0.79193 0.182983 -0.29241 0.938623 0.43501 -0.695154 0.5723 0.377006 -0.480326 0.79193 0.425844 -0.437612 0.79193 0.240566 -0.247214 0.938623 0.506314 -0.645072 0.572301 0.571903 -0.587707 0.572301 0.425844 -0.437612 0.79193 0.506314 -0.645072 0.572301 0.377006 -0.480326 0.79193 0.43501 -0.695154 0.5723 0.506314 -0.645072 0.572301 0.425844 -0.437612 0.79193 0.377006 -0.480326 0.79193 0.588992 -0.750407 0.299963 0.617424 -0.786631 0 0.697405 -0.716677 0 0.588992 -0.750407 0.299963 0.530471 -0.847703 0 0.617424 -0.786631 0 0.588992 -0.750407 0.299963 0.43501 -0.695154 0.5723 0.530471 -0.847703 0 0.588992 -0.750407 0.299963 0.697405 -0.716677 0 0.66529 -0.683675 0.299963 0.588992 -0.750407 0.299963 0.571903 -0.587707 0.572301 0.506314 -0.645072 0.572301 0.588992 -0.750407 0.299963 0.66529 -0.683675 0.299963 0.571903 -0.587707 0.572301 0.588992 -0.750407 0.299963 0.506314 -0.645072 0.572301 0.43501 -0.695154 0.5723 0.806984 -0.590574 0 0.807563 -0.589781 0 0.413778 -0.910378 0 0.734077 -0.609223 0.299964 0.769513 -0.638632 0 0.77843 -0.627731 0 0.265438 -0.220293 0.938623 0.469873 -0.389957 0.79193 0.0420651 -0.265134 0.963294 0.20968 -0.748296 0.629355 0.793177 -0.608991 0 0.797654 -0.603116 0 0.413796 -0.884542 0.215311 0.804947 -0.593347 0 0.806984 -0.590574 0 0.413796 -0.884542 0.215311 0.806984 -0.590574 0 0.413778 -0.910378 0 0.438233 -0.861727 0.255694 0.804947 -0.593347 0 0.413796 -0.884542 0.215311 -0.702332 -0.690877 0.171519 -0.97994 -0.199295 0 -0.932505 -0.258811 0.251894 -0.702332 -0.690877 0.171519 -0.275599 -0.961273 0 -0.599541 -0.800344 0 -0.702332 -0.690877 0.171519 -0.599541 -0.800344 0 -0.844942 -0.534858 0 -0.702332 -0.690877 0.171519 -0.844942 -0.534858 0 -0.97994 -0.199295 0 0.465382 -0.836414 0.289535 0.801641 -0.597806 0 0.804947 -0.593347 0 0.465382 -0.836414 0.289535 0.804947 -0.593347 0 0.438233 -0.861727 0.255694 0.465382 -0.836414 0.289535 0.438233 -0.861727 0.255694 -0.0203511 -0.88046 0.473683 -0.561253 -0.697029 0.446257 -0.932505 -0.258811 0.251894 -0.884308 -0.281585 0.372438 -0.561253 -0.697029 0.446257 -0.702332 -0.690877 0.171519 -0.932505 -0.258811 0.251894 0.491458 -0.812331 0.313986 0.797654 -0.603116 0 0.801641 -0.597806 0 0.491458 -0.812331 0.313986 0.20968 -0.748296 0.629355 0.797654 -0.603116 0 0.491458 -0.812331 0.313986 0.801641 -0.597806 0 0.465382 -0.836414 0.289535 0.491458 -0.812331 0.313986 0.465382 -0.836414 0.289535 -0.0203511 -0.88046 0.473683 -0.525014 -0.6887 0.500052 -0.884308 -0.281585 0.372438 -0.820406 -0.299679 0.486957 -0.525014 -0.6887 0.500052 -0.561253 -0.697029 0.446257 -0.884308 -0.281585 0.372438 -0.484044 -0.678545 0.552521 -0.820406 -0.299679 0.486957 -0.674313 -0.318809 0.66608 -0.484044 -0.678545 0.552521 -0.525014 -0.6887 0.500052 -0.820406 -0.299679 0.486957 -0.484044 -0.678545 0.552521 -0.0203511 -0.88046 0.473683 -0.525014 -0.6887 0.500052 -0.249441 -0.614341 0.748575 -0.674313 -0.318809 0.66608 -0.450023 -0.320006 0.833712 -0.249441 -0.614341 0.748575 -0.450023 -0.320006 0.833712 0.20968 -0.748296 0.629355 -0.249441 -0.614341 0.748575 0.491458 -0.812331 0.313986 -0.0203511 -0.88046 0.473683 -0.249441 -0.614341 0.748575 -0.0203511 -0.88046 0.473683 -0.484044 -0.678545 0.552521 -0.249441 -0.614341 0.748575 -0.484044 -0.678545 0.552521 -0.674313 -0.318809 0.66608 -0.249441 -0.614341 0.748575 0.20968 -0.748296 0.629355 0.491458 -0.812331 0.313986 0.397601 -0.646501 0.651114 -0.450023 -0.320006 0.833712 -0.169343 -0.296365 0.939942 0.397601 -0.646501 0.651114 0.786598 -0.617466 0 0.793177 -0.608991 0 0.397601 -0.646501 0.651114 0.793177 -0.608991 0 0.20968 -0.748296 0.629355 0.397601 -0.646501 0.651114 0.20968 -0.748296 0.629355 -0.450023 -0.320006 0.833712 0.463856 -0.611663 0.640863 -0.169343 -0.296365 0.939942 0.0420651 -0.265134 0.963294 0.463856 -0.611663 0.640863 0.77843 -0.627731 0 0.786598 -0.617466 0 0.463856 -0.611663 0.640863 0.397601 -0.646501 0.651114 -0.169343 -0.296365 0.939942 0.463856 -0.611663 0.640863 0.786598 -0.617466 0 0.397601 -0.646501 0.651114 0.516173 -0.584282 0.626243 0.469873 -0.389957 0.79193 0.631034 -0.523706 0.572301 0.516173 -0.584282 0.626243 0.631034 -0.523706 0.572301 0.734077 -0.609223 0.299964 0.516173 -0.584282 0.626243 0.734077 -0.609223 0.299964 0.77843 -0.627731 0 0.516173 -0.584282 0.626243 0.77843 -0.627731 0 0.463856 -0.611663 0.640863 0.516173 -0.584282 0.626243 0.0420651 -0.265134 0.963294 0.469873 -0.389957 0.79193 0.516173 -0.584282 0.626243 0.463856 -0.611663 0.640863 0.0420651 -0.265134 0.963294 -0.157832 -0.947462 0.278218 0.413778 -0.910378 0 0.0843313 -0.996438 0 -0.157832 -0.947462 0.278218 0.0843313 -0.996438 0 -0.275599 -0.961273 0 -0.157832 -0.947462 0.278218 -0.702332 -0.690877 0.171519 -0.561253 -0.697029 0.446257 -0.157832 -0.947462 0.278218 -0.275599 -0.961273 0 -0.702332 -0.690877 0.171519 -0.157832 -0.947462 0.278218 0.413796 -0.884542 0.215311 0.413778 -0.910378 0 -0.0888104 -0.920311 0.380973 -0.561253 -0.697029 0.446257 -0.525014 -0.6887 0.500052 -0.0888104 -0.920311 0.380973 -0.525014 -0.6887 0.500052 -0.0203511 -0.88046 0.473683 -0.0888104 -0.920311 0.380973 -0.0203511 -0.88046 0.473683 0.438233 -0.861727 0.255694 -0.0888104 -0.920311 0.380973 0.438233 -0.861727 0.255694 0.413796 -0.884542 0.215311 -0.0888104 -0.920311 0.380973 -0.157832 -0.947462 0.278218 -0.561253 -0.697029 0.446257 -0.0888104 -0.920311 0.380973 0.413796 -0.884542 0.215311 -0.157832 -0.947462 0.278218 0.308018 -0.564182 0.766044 0.495645 -0.541873 0.678756 0.804543 -0.421521 0.418366 0.308018 -0.564182 0.766044 0.303214 -0.566778 0.766044 0.495645 -0.541873 0.678756 0.740913 -0.457716 0.491472 0.804543 -0.421521 0.418366 0.970707 -0.225778 0.0821765 0.740913 -0.457716 0.491472 0.308018 -0.564182 0.766044 0.804543 -0.421521 0.418366 0.970707 -0.225778 0.0821765 0.740913 -0.457716 0.491472 0.970707 -0.225778 0.0821765 0.402379 -0.501267 0.766043 0.308018 -0.564182 0.766044 0.740913 -0.457715 0.491472 0.402379 -0.501267 0.766043 0.740913 -0.457715 0.491472 0.970707 -0.225778 0.0821765 0.80683 -0.327547 0.491669 0.402379 -0.501267 0.766043 0.970707 -0.225778 0.0821765 0.994631 -0.0629303 0.0821571 0.80683 -0.327547 0.491669 0.970707 -0.225778 0.0821765 0.413813 -0.910362 0 0.807563 -0.589781 0 0.807563 -0.589781 0 0.413813 -0.910362 0 0.807563 -0.589781 0 0.328866 -0.944377 0 0.0842913 -0.996441 0 0.328866 -0.944377 0 -0.0183406 -0.999832 0 0.0842913 -0.996441 0 0.413813 -0.910362 0 0.328866 -0.944377 0 -0.275631 -0.961264 0 -0.0183406 -0.999832 0 -0.454082 -0.89096 0 -0.275631 -0.961264 0 0.0842913 -0.996441 0 -0.0183406 -0.999832 0 -0.599505 -0.800371 0 -0.454082 -0.89096 0 -0.788514 -0.615016 0 -0.599505 -0.800371 0 -0.275631 -0.961264 0 -0.454082 -0.89096 0 -0.844976 -0.534804 0 -0.788514 -0.615016 0 -0.97994 -0.199295 0 -0.844976 -0.534804 0 -0.599505 -0.800371 0 -0.788514 -0.615016 0 -0.97994 -0.199295 0 -0.844976 -0.534804 0 -0.97994 -0.199295 0 0.792864 -0.607732 0.0450306 0.474966 -0.880004 0 0.793477 -0.606926 0.0451037 0.792864 -0.607732 0.0450306 0.474312 -0.880357 0 0.474966 -0.880004 0 0.970707 -0.225778 0.0821765 0.793477 -0.606926 0.0451037 0.970707 -0.225778 0.0821765 0.970707 -0.225778 0.0821765 0.792864 -0.607732 0.0450306 0.793477 -0.606926 0.0451037 0.754593 -0.651027 0.0821765 0.754593 -0.651027 0.0821765 0.754593 -0.651027 0.0821765 0.754593 -0.651027 0.0821765 0.754593 -0.651027 0.0821765 0.754593 -0.651027 0.0821765 0.754593 -0.651027 0.0821765 0.852114 -0.516507 0.0843865 0.851456 -0.51795 0.082157 0.754593 -0.651027 0.0821765 0.851456 -0.51795 0.082157 0.754593 -0.651027 0.0821765 0.754593 -0.651027 0.0821764 0.754593 -0.651027 0.0821765 0.754593 -0.651027 0.0821765 0.915625 -0.393063 0.0844548 0.916699 -0.390555 0.0844397 0.957396 -0.276552 0.0831391 0.850287 -0.519514 0.0843678 0.916699 -0.390555 0.0844397 0.915625 -0.393063 0.0844548 0.852118 -0.516501 0.0843907 0.850287 -0.519514 0.0843678 0.915625 -0.393063 0.0844548 0.754593 -0.651027 0.0821765 0.756375 -0.648949 0.0822316 0.850287 -0.519514 0.0843678 0.754593 -0.651027 0.0821765 0.754593 -0.651027 0.0821765 0.850287 -0.519514 0.0843678 0.754593 -0.651027 0.0821765 0.850287 -0.519514 0.0843678 0.852118 -0.516501 0.0843907 0.482972 -0.609212 0.628967 0.756378 -0.648946 0.082234 0.693576 -0.66536 0.276131 0.482972 -0.609212 0.628967 0.693576 -0.66536 0.276131 0.602395 -0.65335 0.458535 0.482972 -0.609212 0.628967 0.602395 -0.65335 0.458535 0.503405 -0.62055 0.601249 0.482972 -0.609212 0.628967 0.503405 -0.62055 0.601249 0.385323 -0.566449 0.728465 0.482972 -0.609212 0.628967 0.385323 -0.566449 0.728465 0.25479 -0.493979 0.831304 0.482972 -0.609212 0.628967 0.25479 -0.493979 0.831304 0.026129 -0.343949 0.938625 0.532228 -0.566841 0.628829 0.850278 -0.519526 0.084386 0.756378 -0.648946 0.082234 0.532228 -0.566841 0.628829 0.026129 -0.343949 0.938625 0.0984777 -0.330587 0.938624 0.532228 -0.566841 0.628829 0.482972 -0.609212 0.628967 0.026129 -0.343949 0.938625 0.532228 -0.566841 0.628829 0.756378 -0.648946 0.082234 0.482972 -0.609212 0.628967 0.582382 -0.516575 0.627679 0.850278 -0.519526 0.084386 0.532228 -0.566841 0.628829 0.582382 -0.516575 0.627679 0.532228 -0.566841 0.628829 0.0984777 -0.330587 0.938624 0.625352 -0.466557 0.625507 0.916694 -0.390558 0.0844813 0.850278 -0.519526 0.084386 0.625352 -0.466557 0.625507 0.0984777 -0.330587 0.938624 0.184796 -0.291267 0.938623 0.625352 -0.466557 0.625507 0.850278 -0.519526 0.084386 0.582382 -0.516575 0.627679 0.625352 -0.466557 0.625507 0.582382 -0.516575 0.627679 0.0984777 -0.330587 0.938624 0.667303 -0.409788 0.621917 0.916694 -0.390558 0.0844813 0.625352 -0.466557 0.625507 0.667303 -0.409788 0.621917 0.625352 -0.466557 0.625507 0.184796 -0.291267 0.938623 0.70205 -0.354298 0.617737 0.957391 -0.276573 0.0831252 0.916694 -0.390558 0.0844813 0.70205 -0.354298 0.617737 0.825359 -0.2981 0.479498 0.957391 -0.276573 0.0831252 0.70205 -0.354298 0.617737 0.594066 -0.271132 0.757346 0.825359 -0.2981 0.479498 0.70205 -0.354298 0.617737 0.274442 -0.208968 0.938623 0.594066 -0.271132 0.757346 0.70205 -0.354298 0.617737 0.184796 -0.291267 0.938623 0.274442 -0.208968 0.938623 0.70205 -0.354298 0.617737 0.667303 -0.409788 0.621917 0.184796 -0.291267 0.938623 0.70205 -0.354298 0.617737 0.916694 -0.390558 0.0844813 0.667303 -0.409788 0.621917 -0.406052 0.474727 0.780869 -0.373162 0.500993 0.780869 -0.377736 0.497553 0.780869 -0.406052 0.474727 0.780869 -0.377736 0.497553 0.780869 -0.380033 0.495801 0.780869 -0.406052 0.474727 0.780869 -0.380033 0.495801 0.780869 -0.380128 0.495728 0.780869 -0.406052 0.474727 0.780869 -0.380128 0.495728 0.780869 -0.378079 0.497292 0.780869 -0.133043 0.610363 0.780869 -0.109905 0.614951 0.780869 -0.113229 0.614348 0.780869 -0.133043 0.610363 0.780869 -0.113229 0.614348 0.780869 -0.11655 0.613726 0.780869 -0.133043 0.610363 0.780869 -0.223234 0.583447 0.780869 -0.109905 0.614951 0.780869 -0.133043 0.610363 0.780869 -0.277788 0.559534 0.780869 -0.223234 0.583447 0.780869 -0.130457 0.610921 0.780869 -0.119867 0.613087 0.780869 -0.125756 0.611906 0.780869 -0.130457 0.610921 0.780869 -0.11655 0.613726 0.780869 -0.119867 0.613087 0.780869 -0.130457 0.610921 0.780869 -0.133043 0.610363 0.780869 -0.11655 0.613726 0.780869 -0.443986 0.439455 0.780869 -0.378079 0.497292 0.780869 -0.375465 0.499269 0.780869 -0.443986 0.439455 0.780869 -0.375465 0.499269 0.780869 -0.371908 0.501925 0.780869 -0.443986 0.439455 0.780869 -0.371908 0.501925 0.780869 -0.364298 0.507475 0.780869 -0.443986 0.439455 0.780869 -0.364298 0.507475 0.780869 -0.355975 0.513347 0.780869 -0.443986 0.439455 0.780869 -0.448666 0.434675 0.780869 -0.427828 0.4552 0.780869 -0.443986 0.439455 0.780869 -0.427828 0.4552 0.780869 -0.406052 0.474727 0.780869 -0.443986 0.439455 0.780869 -0.355975 0.513347 0.780869 -0.277788 0.559534 0.780869 -0.443986 0.439455 0.780869 -0.406052 0.474727 0.780869 -0.378079 0.497292 0.780869 -0.461701 0.420804 0.780869 -0.448666 0.434675 0.780869 -0.443986 0.439455 0.780869 -0.468521 0.413197 0.780869 -0.448666 0.434675 0.780869 -0.461701 0.420804 0.780869 -0.479455 0.400458 0.780869 -0.468521 0.413197 0.780869 -0.461701 0.420804 0.780869 -0.497015 0.378444 0.780869 -0.468521 0.413197 0.780869 -0.479455 0.400458 0.780869 -0.223234 0.583447 0.780869 -0.277788 0.559534 0.780869 -0.355975 0.513347 0.780869 -0.991539 0.129812 0 -0.994413 -0.10556 0 -0.99885 0.0479474 0 -0.991539 0.129812 0 -0.99885 0.0479474 0 -0.986943 0.161068 0 -0.96031 0.278934 0 -0.986943 0.161068 0 -0.96031 0.278934 0 -0.96031 0.278934 0 -0.991539 0.129812 0 -0.986943 0.161068 0 -0.644742 -0.114356 0.755798 0.221168 -0.264716 0.938621 0.17531 -0.297076 0.938623 -0.644742 -0.114356 0.755798 -0.986927 0.161168 0 -0.998857 0.0478022 0 -0.644742 -0.114356 0.755798 -0.627714 -0.168089 0.760079 0.221168 -0.264716 0.938621 -0.644742 -0.114356 0.755798 -0.998857 0.0478022 0 -0.627714 -0.168089 0.760079 -0.65462 -0.0528886 0.754106 0.17531 -0.297076 0.938623 0.132658 -0.318415 0.938623 -0.65462 -0.0528886 0.754106 -0.945908 0.204064 0.252223 -0.960315 0.278917 0 -0.65462 -0.0528886 0.754106 -0.913932 0.161519 0.372343 -0.945908 0.204064 0.252223 -0.65462 -0.0528886 0.754106 0.132658 -0.318415 0.938623 -0.085893 -0.254256 0.963315 -0.65462 -0.0528886 0.754106 -0.960315 0.278917 0 -0.986927 0.161168 0 -0.65462 -0.0528886 0.754106 -0.986927 0.161168 0 -0.650643 -0.0842662 0.754694 -0.65462 -0.0528886 0.754106 -0.650643 -0.0842662 0.754694 0.17531 -0.297076 0.938623 -0.656597 -0.0225569 0.753904 -0.865723 0.115902 0.48692 -0.913932 0.161519 0.372343 -0.656597 -0.0225569 0.753904 -0.745165 0.0312203 0.666149 -0.865723 0.115902 0.48692 -0.656597 -0.0225569 0.753904 -0.54717 -0.0742232 0.833724 -0.745165 0.0312203 0.666149 -0.656597 -0.0225569 0.753904 -0.287742 -0.183663 0.939932 -0.54717 -0.0742232 0.833724 -0.656597 -0.0225569 0.753904 -0.085893 -0.254256 0.963315 -0.287742 -0.183663 0.939932 -0.656597 -0.0225569 0.753904 -0.913932 0.161519 0.372343 -0.65462 -0.0528886 0.754106 -0.656597 -0.0225569 0.753904 -0.65462 -0.0528886 0.754106 -0.085893 -0.254256 0.963315 -0.571429 -0.236241 0.785913 -0.288076 -0.232409 0.928977 -0.104548 -0.220173 0.969842 -0.571429 -0.236241 0.785913 -0.402571 -0.236794 0.884231 -0.288076 -0.232409 0.928977 -0.571429 -0.236241 0.785913 -0.662294 -0.232837 0.712147 -0.402571 -0.236794 0.884231 -0.571429 -0.236241 0.785913 -0.791755 -0.218222 0.570529 -0.662294 -0.232837 0.712147 -0.571429 -0.236241 0.785913 -0.894265 -0.192978 0.403795 -0.791755 -0.218222 0.570529 -0.662754 -0.23048 0.712486 -0.970741 -0.150205 0.187352 -0.894265 -0.192978 0.403795 -0.662754 -0.23048 0.712486 -0.894265 -0.192978 0.403795 -0.571429 -0.236241 0.785913 -0.662754 -0.23048 0.712486 -0.571429 -0.236241 0.785913 -0.104548 -0.220173 0.969842 -0.498272 -0.237229 0.833935 -0.104548 -0.220173 0.969842 0.297058 -0.175352 0.93862 -0.498272 -0.237229 0.833935 -0.970741 -0.150205 0.187352 -0.662754 -0.23048 0.712486 -0.498272 -0.237229 0.833935 -0.662754 -0.23048 0.712486 -0.104548 -0.220173 0.969842 -0.579875 -0.233831 0.780428 -0.994411 -0.105576 0 -0.970741 -0.150205 0.187352 -0.579875 -0.233831 0.780428 -0.970741 -0.150205 0.187352 -0.498272 -0.237229 0.833935 -0.579875 -0.233831 0.780428 -0.498272 -0.237229 0.833935 0.297058 -0.175352 0.93862 -0.603672 -0.211393 0.768696 0.297058 -0.175352 0.93862 0.221168 -0.264716 0.938621 -0.603672 -0.211393 0.768696 -0.998857 0.0478022 0 -0.994411 -0.105576 0 -0.603672 -0.211393 0.768696 0.221168 -0.264716 0.938621 -0.627714 -0.168089 0.760079 -0.603672 -0.211393 0.768696 -0.627714 -0.168089 0.760079 -0.998857 0.0478022 0 -0.603672 -0.211393 0.768696 -0.579875 -0.233831 0.780428 0.297058 -0.175352 0.93862 -0.603672 -0.211393 0.768696 -0.994411 -0.105576 0 -0.579875 -0.233831 0.780428 -0.648175 -0.0982275 0.755129 -0.986927 0.161168 0 -0.644742 -0.114356 0.755798 -0.648175 -0.0982275 0.755129 -0.644742 -0.114356 0.755798 0.17531 -0.297076 0.938623 -0.648175 -0.0982275 0.755129 -0.650643 -0.0842662 0.754694 -0.986927 0.161168 0 -0.648175 -0.0982275 0.755129 0.17531 -0.297076 0.938623 -0.650643 -0.0842662 0.754694 0.303059 -0.164747 0.938623 0.307731 -0.155845 0.938623 0.311011 -0.149194 0.938623 0.303644 -0.163666 0.938623 0.307731 -0.155845 0.938623 0.303059 -0.164747 0.938623 0.297043 -0.175362 0.938623 0.303059 -0.164747 0.938623 0.294276 -0.179968 0.938623 0.297043 -0.175362 0.938623 0.303644 -0.163666 0.938623 0.303059 -0.164747 0.938623 0.284728 -0.194721 0.938623 0.297043 -0.175362 0.938623 0.294276 -0.179968 0.938623 0.274442 -0.208969 0.938623 0.297043 -0.175362 0.938623 0.284728 -0.194721 0.938623 0.221159 -0.264717 0.938623 0.297043 -0.175362 0.938623 0.274442 -0.208969 0.938623 0.184798 -0.291266 0.938623 0.221159 -0.264717 0.938623 0.274442 -0.208969 0.938623 0.175305 -0.297076 0.938623 0.221159 -0.264717 0.938623 0.184798 -0.291266 0.938623 0.0984817 -0.330587 0.938623 0.175305 -0.297076 0.938623 0.184798 -0.291266 0.938623 0.132659 -0.318415 0.938623 0.175305 -0.297076 0.938623 0.0984817 -0.330587 0.938623 0.0981245 -0.330693 0.938623 0.132659 -0.318415 0.938623 0.0984817 -0.330587 0.938623 0.0624817 -0.339238 0.938623 0.0981245 -0.330693 0.938623 0.0984817 -0.330587 0.938623 0.0261334 -0.343953 0.938623 0.0624817 -0.339238 0.938623 0.0984817 -0.330587 0.938623 0.374901 -0.522135 0.766044 0.396934 -0.505588 0.766044 0.394194 -0.507728 0.766044 0.374901 -0.522135 0.766044 0.399662 -0.503434 0.766044 0.396934 -0.505588 0.766044 0.374901 -0.522135 0.766044 0.402379 -0.501266 0.766044 0.399662 -0.503434 0.766044 0.374901 -0.522135 0.766044 0.394194 -0.507728 0.766044 0.387791 -0.512634 0.766044 0.374901 -0.522135 0.766044 0.387791 -0.512634 0.766044 0.382316 -0.51673 0.766044 0.374901 -0.522135 0.766044 0.382316 -0.51673 0.766044 0.378323 -0.519661 0.766044 0.308018 -0.564182 0.766044 0.402379 -0.501266 0.766044 0.374901 -0.522135 0.766044 0.296667 -0.570232 0.766044 0.303214 -0.566778 0.766044 0.308018 -0.564182 0.766044 0.278 -0.579562 0.766044 0.308018 -0.564182 0.766044 0.374901 -0.522135 0.766044 0.278 -0.579562 0.766044 0.296667 -0.570232 0.766044 0.308018 -0.564182 0.766044 0.29008 -0.573611 0.766044 0.296667 -0.570232 0.766044 0.278 -0.579562 0.766044 0.276384 -0.580334 0.766044 0.29008 -0.573611 0.766044 0.278 -0.579562 0.766044 0.276235 -0.580405 0.766044 0.29008 -0.573611 0.766044 0.276384 -0.580334 0.766044 0.283454 -0.576914 0.766044 0.29008 -0.573611 0.766044 0.276235 -0.580405 0.766044 0.277508 -0.579798 0.766044 0.283454 -0.576914 0.766044 0.276235 -0.580405 0.766044 0.279337 -0.578919 0.766044 0.283454 -0.576914 0.766044 0.277508 -0.579798 0.766044 0.011603 -0.999933 0 0.028008 -0.999608 0 0.427971 -0.902675 0.0449378 0.420538 -0.906153 0.045105 0.427971 -0.902675 0.0449378 0.754586 -0.651036 0.0821756 0.420538 -0.906153 0.045105 0.011603 -0.999933 0 0.427971 -0.902675 0.0449378 0.754593 -0.651027 0.0821765 0.420538 -0.906153 0.045105 0.754586 -0.651036 0.0821756 0.0368567 -0.999321 0 0.427975 -0.902673 0.0449384 0.028008 -0.999608 0 0.43321 -0.900174 0.0449094 0.427975 -0.902673 0.0449384 0.0368567 -0.999321 0 0.756375 -0.648949 0.0822315 0.754597 -0.651022 0.0821767 0.427975 -0.902673 0.0449384 0.756375 -0.648949 0.0822315 0.427975 -0.902673 0.0449384 0.43321 -0.900174 0.0449094 0.433216 -0.90017 0.0449149 0.036866 -0.99932 0 0.0389408 -0.999242 0 0.693458 -0.665405 0.276319 0.0389408 -0.999242 0 0.041546 -0.999137 0 0.693458 -0.665405 0.276319 0.756379 -0.648944 0.082234 0.433216 -0.90017 0.0449149 0.693458 -0.665405 0.276319 0.433216 -0.90017 0.0449149 0.0389408 -0.999242 0 0.6029 -0.65335 0.45787 0.041546 -0.999137 0 0.0469701 -0.998896 0 0.6029 -0.65335 0.45787 0.693458 -0.665405 0.276319 0.041546 -0.999137 0 0.503432 -0.620595 0.601181 0.0469701 -0.998896 0 0.053792 -0.998552 0 0.503432 -0.620595 0.601181 0.6029 -0.65335 0.45787 0.0469701 -0.998896 0 0.386082 -0.566399 0.728102 0.503432 -0.620595 0.601181 0.053792 -0.998552 0 0.0621933 -0.817682 0.5723 0.0649416 -0.997889 0 0.0757604 -0.997126 0 0.19331 -0.862502 0.467677 0.053792 -0.998552 0 0.0590713 -0.998254 0 0.19331 -0.862502 0.467677 0.254553 -0.494193 0.83125 0.386082 -0.566399 0.728102 0.19331 -0.862502 0.467677 0.386082 -0.566399 0.728102 0.053792 -0.998552 0 0.168362 -0.854638 0.49117 0.0590713 -0.998254 0 0.0649416 -0.997889 0 0.168362 -0.854638 0.49117 0.0621933 -0.817682 0.5723 0.0261384 -0.343952 0.938623 0.168362 -0.854638 0.49117 0.0261384 -0.343952 0.938623 0.254553 -0.494193 0.83125 0.168362 -0.854638 0.49117 0.19331 -0.862502 0.467677 0.0590713 -0.998254 0 0.168362 -0.854638 0.49117 0.254553 -0.494193 0.83125 0.19331 -0.862502 0.467677 0.168362 -0.854638 0.49117 0.0649416 -0.997889 0 0.0621933 -0.817682 0.5723 0.284465 -0.958686 0 0.384583 -0.923091 0 0.366873 -0.880583 0.299963 0.173698 -0.585386 0.79193 0.234831 -0.56365 0.79193 0.132659 -0.318415 0.938623 0.173698 -0.585386 0.79193 0.315375 -0.756975 0.572301 0.234831 -0.56365 0.79193 0.173698 -0.585386 0.79193 0.132659 -0.318415 0.938623 0.0981245 -0.330693 0.938623 0.233274 -0.786165 0.572301 0.366873 -0.880583 0.299963 0.315375 -0.756975 0.572301 0.233274 -0.786165 0.572301 0.315375 -0.756975 0.572301 0.173698 -0.585386 0.79193 0.271366 -0.91454 0.299963 0.366873 -0.880583 0.299963 0.233274 -0.786165 0.572301 0.271366 -0.91454 0.299963 0.284465 -0.958686 0 0.366873 -0.880583 0.299963 0.110604 -0.600512 0.79193 0.0981245 -0.330693 0.938623 0.0624817 -0.339238 0.938623 0.110604 -0.600512 0.79193 0.0624817 -0.339238 0.938623 0.0261334 -0.343953 0.938623 0.110604 -0.600512 0.79193 0.0261334 -0.343953 0.938623 0.0621276 -0.817687 0.5723 0.110604 -0.600512 0.79193 0.173698 -0.585386 0.79193 0.0981245 -0.330693 0.938623 0.148539 -0.806479 0.572301 0.233274 -0.786165 0.572301 0.173698 -0.585386 0.79193 0.148539 -0.806479 0.572301 0.110604 -0.600512 0.79193 0.0621276 -0.817687 0.5723 0.148539 -0.806479 0.572301 0.173698 -0.585386 0.79193 0.110604 -0.600512 0.79193 0.172795 -0.938171 0.299963 0.181136 -0.983458 0 0.284465 -0.958686 0 0.172795 -0.938171 0.299963 0.0757613 -0.997126 0 0.181136 -0.983458 0 0.172795 -0.938171 0.299963 0.0621276 -0.817687 0.5723 0.0757613 -0.997126 0 0.172795 -0.938171 0.299963 0.284465 -0.958686 0 0.271366 -0.91454 0.299963 0.172795 -0.938171 0.299963 0.233274 -0.786165 0.572301 0.148539 -0.806479 0.572301 0.172795 -0.938171 0.299963 0.148539 -0.806479 0.572301 0.0621276 -0.817687 0.5723 0.172795 -0.938171 0.299963 0.271366 -0.91454 0.299963 0.233274 -0.786165 0.572301 0.440095 -0.897951 0 0.440977 -0.897519 0 -0.056691 -0.998392 0 0.366873 -0.880583 0.299964 0.384583 -0.923091 0 0.397545 -0.917583 0 0.132658 -0.318415 0.938623 0.23483 -0.563651 0.79193 -0.0859671 -0.254313 0.963294 -0.162087 -0.760026 0.629355 0.419311 -0.907843 0 0.426006 -0.904721 0 -0.044669 -0.975523 0.215311 0.437003 -0.89946 0 0.440095 -0.897951 0 -0.044669 -0.975523 0.215311 0.440095 -0.897951 0 -0.056691 -0.998392 0 -0.0124283 -0.966678 0.255694 0.437003 -0.89946 0 -0.044669 -0.975523 0.215311 -0.94295 -0.285352 0.171519 -0.96031 0.278934 0 -0.945968 0.204191 0.251894 -0.94295 -0.285352 0.171519 -0.690756 -0.723088 0 -0.902806 -0.430049 0 -0.94295 -0.285352 0.171519 -0.902806 -0.430049 0 -0.99672 -0.0809293 0 -0.94295 -0.285352 0.171519 -0.99672 -0.0809293 0 -0.96031 0.278934 0 0.0233742 -0.956882 0.289535 0.432003 -0.901872 0 0.437003 -0.89946 0 0.0233742 -0.956882 0.289535 0.437003 -0.89946 0 -0.0124283 -0.966678 0.255694 0.0233742 -0.956882 0.289535 -0.0124283 -0.966678 0.255694 -0.42719 -0.770151 0.473683 -0.820891 -0.356361 0.446257 -0.945968 0.204191 0.251894 -0.913875 0.161627 0.372438 -0.820891 -0.356361 0.446257 -0.94295 -0.285352 0.171519 -0.945968 0.204191 0.251894 0.0576551 -0.947675 0.313986 0.426006 -0.904721 0 0.432003 -0.901872 0 0.0576551 -0.947675 0.313986 -0.162087 -0.760026 0.629355 0.426006 -0.904721 0 0.0576551 -0.947675 0.313986 0.432003 -0.901872 0 0.0233742 -0.956882 0.289535 0.0576551 -0.947675 0.313986 0.0233742 -0.956882 0.289535 -0.42719 -0.770151 0.473683 -0.784932 -0.365828 0.500052 -0.913875 0.161627 0.372438 -0.865701 0.115909 0.486957 -0.784932 -0.365828 0.500052 -0.820891 -0.356361 0.446257 -0.913875 0.161627 0.372438 -0.743935 -0.375875 0.552521 -0.865701 0.115909 0.486957 -0.745232 0.0310769 0.66608 -0.743935 -0.375875 0.552521 -0.784932 -0.365828 0.500052 -0.865701 0.115909 0.486957 -0.743935 -0.375875 0.552521 -0.42719 -0.770151 0.473683 -0.784932 -0.365828 0.500052 -0.506367 -0.428051 0.748575 -0.745232 0.0310769 0.66608 -0.547189 -0.0742154 0.833712 -0.506367 -0.428051 0.748575 -0.547189 -0.0742154 0.833712 -0.162087 -0.760026 0.629355 -0.506367 -0.428051 0.748575 0.0576551 -0.947675 0.313986 -0.42719 -0.770151 0.473683 -0.506367 -0.428051 0.748575 -0.42719 -0.770151 0.473683 -0.743935 -0.375875 0.552521 -0.506367 -0.428051 0.748575 -0.743935 -0.375875 0.552521 -0.745232 0.0310769 0.66608 -0.506367 -0.428051 0.748575 -0.162087 -0.760026 0.629355 0.0576551 -0.947675 0.313986 0.0516146 -0.757223 0.651114 -0.547189 -0.0742154 0.833712 -0.287673 -0.183721 0.939942 0.0516146 -0.757223 0.651114 0.409547 -0.912289 0 0.419311 -0.907843 0 0.0516146 -0.757223 0.651114 0.419311 -0.907843 0 -0.162087 -0.760026 0.629355 0.0516146 -0.757223 0.651114 -0.162087 -0.760026 0.629355 -0.547189 -0.0742154 0.833712 0.12647 -0.757166 0.640863 -0.287673 -0.183721 0.939942 -0.0859671 -0.254313 0.963294 0.12647 -0.757166 0.640863 0.397545 -0.917583 0 0.409547 -0.912289 0 0.12647 -0.757166 0.640863 0.0516146 -0.757223 0.651114 -0.287673 -0.183721 0.939942 0.12647 -0.757166 0.640863 0.409547 -0.912289 0 0.0516146 -0.757223 0.651114 0.185519 -0.757233 0.626243 0.23483 -0.563651 0.79193 0.315374 -0.756975 0.572301 0.185519 -0.757233 0.626243 0.315374 -0.756975 0.572301 0.366873 -0.880583 0.299964 0.185519 -0.757233 0.626243 0.366873 -0.880583 0.299964 0.397545 -0.917583 0 0.185519 -0.757233 0.626243 0.397545 -0.917583 0 0.12647 -0.757166 0.640863 0.185519 -0.757233 0.626243 -0.0859671 -0.254313 0.963294 0.23483 -0.563651 0.79193 0.185519 -0.757233 0.626243 0.12647 -0.757166 0.640863 -0.0859671 -0.254313 0.963294 -0.580061 -0.765587 0.278218 -0.056691 -0.998392 0 -0.388396 -0.921493 0 -0.580061 -0.765587 0.278218 -0.388396 -0.921493 0 -0.690756 -0.723088 0 -0.580061 -0.765587 0.278218 -0.94295 -0.285352 0.171519 -0.820891 -0.356361 0.446257 -0.580061 -0.765587 0.278218 -0.690756 -0.723088 0 -0.94295 -0.285352 0.171519 -0.580061 -0.765587 0.278218 -0.044669 -0.975523 0.215311 -0.056691 -0.998392 0 -0.506328 -0.773623 0.380973 -0.820891 -0.356361 0.446257 -0.784932 -0.365828 0.500052 -0.506328 -0.773623 0.380973 -0.784932 -0.365828 0.500052 -0.42719 -0.770151 0.473683 -0.506328 -0.773623 0.380973 -0.42719 -0.770151 0.473683 -0.0124283 -0.966678 0.255694 -0.506328 -0.773623 0.380973 -0.0124283 -0.966678 0.255694 -0.044669 -0.975523 0.215311 -0.506328 -0.773623 0.380973 -0.580061 -0.765587 0.278218 -0.820891 -0.356361 0.446257 -0.506328 -0.773623 0.380973 -0.044669 -0.975523 0.215311 -0.580061 -0.765587 0.278218 0.0105479 -0.642701 0.766044 0.187051 -0.710143 0.678756 0.516497 -0.747129 0.418366 0.0105479 -0.642701 0.766044 0.0050878 -0.642768 0.766044 0.187051 -0.710143 0.678756 0.443334 -0.749606 0.491472 0.516497 -0.747129 0.418366 0.754593 -0.651027 0.0821765 0.443334 -0.749606 0.491472 0.0105479 -0.642701 0.766044 0.516497 -0.747129 0.418366 0.754593 -0.651027 0.0821765 0.443334 -0.749606 0.491472 0.754593 -0.651027 0.0821765 0.123339 -0.630845 0.766043 0.010548 -0.642701 0.766044 0.443335 -0.749606 0.491472 0.123339 -0.630845 0.766043 0.443335 -0.749606 0.491472 0.754593 -0.651027 0.0821765 0.562193 -0.664981 0.491669 0.123339 -0.630845 0.766043 0.754593 -0.651027 0.0821765 0.851456 -0.51795 0.0821571 0.562193 -0.664981 0.491669 0.754593 -0.651027 0.0821765 -0.0566534 -0.998394 0 0.440977 -0.897519 0 0.440977 -0.897519 0 -0.0566534 -0.998394 0 0.440977 -0.897519 0 -0.147677 -0.989036 0 -0.388433 -0.921477 0 -0.147677 -0.989036 0 -0.480885 -0.876784 0 -0.388433 -0.921477 0 -0.0566534 -0.998394 0 -0.147677 -0.989036 0 -0.69078 -0.723065 0 -0.480885 -0.876784 0 -0.816119 -0.577884 0 -0.69078 -0.723065 0 -0.388433 -0.921477 0 -0.480885 -0.876784 0 -0.902787 -0.430089 0 -0.816119 -0.577884 0 -0.984007 -0.178129 0 -0.902787 -0.430089 0 -0.69078 -0.723065 0 -0.816119 -0.577884 0 -0.996725 -0.0808656 0 -0.984007 -0.178129 0 -0.96031 0.278934 0 -0.996725 -0.0808656 0 -0.902787 -0.430089 0 -0.984007 -0.178129 0 -0.96031 0.278934 0 -0.996725 -0.0808656 0 -0.96031 0.278934 0 0.419619 -0.906583 0.0450306 0.0116032 -0.999933 0 0.420537 -0.906154 0.0451037 0.419619 -0.906583 0.0450306 0.0108604 -0.999941 0 0.0116032 -0.999933 0 0.754593 -0.651027 0.0821765 0.420537 -0.906154 0.0451037 0.754593 -0.651027 0.0821765 0.754593 -0.651027 0.0821765 0.419619 -0.906583 0.0450306 0.420537 -0.906154 0.0451037 0.365612 -0.927133 0.0821765 0.365612 -0.927133 0.0821765 0.365612 -0.927133 0.0821765 0.365612 -0.927133 0.0821765 0.365612 -0.927133 0.0821765 0.365612 -0.927133 0.0821765 0.365612 -0.927133 0.0821765 0.514477 -0.853342 0.0843865 0.513224 -0.854314 0.082157 0.365612 -0.927133 0.0821765 0.513224 -0.854314 0.082157 0.365612 -0.927133 0.0821765 0.365612 -0.927133 0.0821764 0.365612 -0.927133 0.0821765 0.365612 -0.927133 0.0821765 0.62808 -0.773552 0.0844548 0.630197 -0.77183 0.0844397 0.719212 -0.689799 0.0831391 0.511461 -0.855155 0.0843678 0.630197 -0.77183 0.0844397 0.62808 -0.773552 0.0844548 0.514483 -0.853338 0.0843907 0.511461 -0.855155 0.0843678 0.62808 -0.773552 0.0844548 0.365612 -0.927133 0.0821765 0.368155 -0.926121 0.0822316 0.511461 -0.855155 0.0843678 0.365612 -0.927133 0.0821765 0.365612 -0.927133 0.0821765 0.511461 -0.855155 0.0843678 0.365612 -0.927133 0.0821765 0.511461 -0.855155 0.0843678 0.514483 -0.853338 0.0843907 0.179456 -0.805116 0.565317 0.16157 -0.788304 0.593694 0.0889723 -0.696042 0.712467 0.179456 -0.805116 0.565317 0.368159 -0.926119 0.082234 0.274577 -0.893728 0.354765 0.179456 -0.805116 0.565317 0.274577 -0.893728 0.354765 0.16157 -0.788304 0.593694 0.144535 -0.763879 0.628967 0.0889723 -0.696042 0.712467 0.0142386 -0.585077 0.810853 0.144535 -0.763879 0.628967 0.0142386 -0.585077 0.810853 -0.0618905 -0.456966 0.887328 0.144535 -0.763879 0.628967 -0.0618905 -0.456966 0.887328 -0.136705 -0.316694 0.938625 0.144535 -0.763879 0.628967 0.368159 -0.926119 0.082234 0.179456 -0.805116 0.565317 0.144535 -0.763879 0.628967 0.179456 -0.805116 0.565317 0.0889723 -0.696042 0.712467 0.20784 -0.749251 0.628829 0.511448 -0.855161 0.084386 0.368159 -0.926119 0.082234 0.20784 -0.749251 0.628829 -0.136705 -0.316694 0.938625 -0.0664335 -0.338485 0.938624 0.20784 -0.749251 0.628829 0.368159 -0.926119 0.082234 0.144535 -0.763879 0.628967 0.20784 -0.749251 0.628829 0.144535 -0.763879 0.628967 -0.136705 -0.316694 0.938625 0.275609 -0.728051 0.627679 0.511448 -0.855161 0.084386 0.20784 -0.749251 0.628829 0.275609 -0.728051 0.627679 0.20784 -0.749251 0.628829 -0.0664335 -0.338485 0.938624 0.336902 -0.703731 0.625507 0.630191 -0.771831 0.0844813 0.511448 -0.855161 0.084386 0.336902 -0.703731 0.625507 -0.0664335 -0.338485 0.938624 0.0282699 -0.343783 0.938623 0.336902 -0.703731 0.625507 0.275609 -0.728051 0.627679 -0.0664335 -0.338485 0.938624 0.336902 -0.703731 0.625507 0.511448 -0.855161 0.084386 0.275609 -0.728051 0.627679 0.400429 -0.672961 0.621917 0.630191 -0.771831 0.0844813 0.336902 -0.703731 0.625507 0.400429 -0.672961 0.621917 0.336902 -0.703731 0.625507 0.0282699 -0.343783 0.938623 0.456983 -0.639974 0.617737 0.719198 -0.689815 0.0831252 0.630191 -0.771831 0.0844813 0.456983 -0.639974 0.617737 0.592359 -0.647558 0.479353 0.719198 -0.689815 0.0831252 0.456983 -0.639974 0.617737 0.399852 -0.516033 0.757515 0.592359 -0.647558 0.479353 0.456983 -0.639974 0.617737 0.145894 -0.312572 0.938623 0.399852 -0.516033 0.757515 0.456983 -0.639974 0.617737 0.0282699 -0.343783 0.938623 0.145894 -0.312572 0.938623 0.456983 -0.639974 0.617737 0.630191 -0.771831 0.0844813 0.400429 -0.672961 0.621917 0.456983 -0.639974 0.617737 0.400429 -0.672961 0.621917 0.0282699 -0.343783 0.938623 -0.138924 0.609052 0.780869 -0.105256 0.615764 0.780869 -0.101547 0.616386 0.780869 -0.138924 0.609052 0.780869 -0.106248 0.615593 0.780869 -0.105256 0.615764 0.780869 -0.138924 0.609052 0.780869 -0.106489 0.615552 0.780869 -0.106248 0.615593 0.780869 -0.138924 0.609052 0.780869 -0.105711 0.615686 0.780869 -0.106489 0.615552 0.780869 -0.138924 0.609052 0.780869 -0.10371 0.616026 0.780869 -0.105711 0.615686 0.780869 -0.138924 0.609052 0.780869 -0.101094 0.616461 0.780869 -0.10371 0.616026 0.780869 -0.138924 0.609052 0.780869 -0.0975948 0.617024 0.780869 -0.101094 0.616461 0.780869 0.165846 0.602278 0.780869 0.188466 0.595588 0.780869 0.185242 0.596598 0.780869 0.165846 0.602278 0.780869 0.185242 0.596598 0.780869 0.182013 0.597591 0.780869 0.165846 0.602278 0.780869 0.0734777 0.620359 0.780869 0.188466 0.595588 0.780869 0.165846 0.602278 0.780869 0.0140595 0.624537 0.780869 0.0734777 0.620359 0.780869 0.168395 0.60157 0.780869 0.178779 0.598567 0.780869 0.173016 0.600258 0.780869 0.168395 0.60157 0.780869 0.182013 0.597591 0.780869 0.178779 0.598567 0.780869 0.168395 0.60157 0.780869 0.165846 0.602278 0.780869 0.182013 0.597591 0.780869 -0.188905 0.595448 0.780869 -0.0919434 0.617892 0.780869 -0.0766359 0.619976 0.780869 -0.188905 0.595448 0.780869 -0.101547 0.616386 0.780869 -0.0919434 0.617892 0.780869 -0.188905 0.595448 0.780869 -0.195271 0.593391 0.780869 -0.167281 0.601881 0.780869 -0.188905 0.595448 0.780869 -0.167281 0.601881 0.780869 -0.138924 0.609052 0.780869 -0.188905 0.595448 0.780869 -0.138924 0.609052 0.780869 -0.101547 0.616386 0.780869 -0.188905 0.595448 0.780869 -0.0766359 0.619976 0.780869 0.0140595 0.624537 0.780869 -0.213248 0.58717 0.780869 -0.195271 0.593391 0.780869 -0.188905 0.595448 0.780869 -0.222833 0.5836 0.780869 -0.195271 0.593391 0.780869 -0.213248 0.58717 0.780869 -0.238445 0.577398 0.780869 -0.222833 0.5836 0.780869 -0.213248 0.58717 0.780869 -0.264214 0.56607 0.780869 -0.222833 0.5836 0.780869 -0.238445 0.577398 0.780869 0.0734777 0.620359 0.780869 0.0140595 0.624537 0.780869 -0.0766359 0.619976 0.780869 -0.817637 0.575734 0 -0.929565 0.368658 0 -0.862164 0.506629 0 -0.817637 0.575734 0 -0.862164 0.506629 0 -0.799047 0.601269 0 -0.720686 0.693262 0 -0.799047 0.601269 0 -0.720686 0.693262 0 -0.720686 0.693262 0 -0.817637 0.575734 0 -0.799047 0.601269 0 -0.624777 0.195461 0.755942 0.0728159 -0.337175 0.938622 0.0171681 -0.344518 0.938623 -0.624777 0.195461 0.755942 -0.798987 0.601349 0 -0.862237 0.506505 0 -0.605347 0.254606 0.754143 0.0171681 -0.344518 0.938623 -0.0305111 -0.343591 0.938623 -0.605347 0.254606 0.754143 -0.720659 0.69329 0 -0.798987 0.601349 0 -0.605347 0.254606 0.754143 -0.798987 0.601349 0 -0.616232 0.224881 0.754776 -0.605347 0.254606 0.754143 -0.616232 0.224881 0.754776 0.0171681 -0.344518 0.938623 -0.597411 0.273225 0.753955 -0.742688 0.620293 0.25229 -0.720659 0.69329 0 -0.597411 0.273225 0.753955 -0.734146 0.567742 0.372424 -0.742688 0.620293 0.25229 -0.597411 0.273225 0.753955 -0.712657 0.504916 0.487012 -0.734146 0.567742 0.372424 -0.597411 0.273225 0.753955 -0.645311 0.373936 0.666142 -0.712657 0.504916 0.487012 -0.597411 0.273225 0.753955 -0.519111 0.188676 0.833622 -0.645311 0.373936 0.666142 -0.597411 0.273225 0.753955 -0.340241 -0.0287967 0.939897 -0.519111 0.188676 0.833622 -0.597411 0.273225 0.753955 -0.194259 -0.185165 0.963316 -0.340241 -0.0287967 0.939897 -0.597411 0.273225 0.753955 -0.0305111 -0.343591 0.938623 -0.194259 -0.185165 0.963316 -0.597411 0.273225 0.753955 -0.720659 0.69329 0 -0.605347 0.254606 0.754143 -0.597411 0.273225 0.753955 -0.605347 0.254606 0.754143 -0.0305111 -0.343591 0.938623 -0.615764 0.0563708 0.785911 -0.363082 -0.0719164 0.928978 -0.19489 -0.14637 0.969842 -0.615764 0.0563708 0.785911 -0.466504 -0.0225909 0.884231 -0.363082 -0.0719164 0.928978 -0.615764 0.0563708 0.785911 -0.694652 0.101619 0.712132 -0.466504 -0.0225909 0.884231 -0.615764 0.0563708 0.785911 -0.802484 0.174718 0.57052 -0.694652 0.101619 0.712132 -0.615764 0.0563708 0.785911 -0.881518 0.244706 0.403789 -0.802484 0.174718 0.57052 -0.693951 0.103912 0.712485 -0.929356 0.318118 0.187348 -0.881518 0.244706 0.403789 -0.693951 0.103912 0.712485 -0.881518 0.244706 0.403789 -0.615764 0.0563708 0.785911 -0.693951 0.103912 0.712485 -0.615764 0.0563708 0.785911 -0.19489 -0.14637 0.969842 -0.551447 0.0214991 0.833933 -0.19489 -0.14637 0.969842 0.18154 -0.293313 0.938622 -0.551447 0.0214991 0.833933 -0.693951 0.103912 0.712485 -0.19489 -0.14637 0.969842 -0.551447 0.0214991 0.833933 -0.929356 0.318118 0.187348 -0.693951 0.103912 0.712485 -0.622122 0.0624294 0.780427 -0.929574 0.368635 0 -0.929356 0.318118 0.187348 -0.622122 0.0624294 0.780427 -0.929356 0.318118 0.187348 -0.551447 0.0214991 0.833933 -0.622122 0.0624294 0.780427 -0.551447 0.0214991 0.833933 0.18154 -0.293313 0.938622 -0.632762 0.0933578 0.768698 0.18154 -0.293313 0.938622 0.0728159 -0.337175 0.938622 -0.632762 0.0933578 0.768698 -0.862237 0.506505 0 -0.929574 0.368635 0 -0.632762 0.0933578 0.768698 -0.634157 0.140134 0.760399 -0.862237 0.506505 0 -0.632762 0.0933578 0.768698 0.0728159 -0.337175 0.938622 -0.634157 0.140134 0.760399 -0.632762 0.0933578 0.768698 -0.622122 0.0624294 0.780427 0.18154 -0.293313 0.938622 -0.632762 0.0933578 0.768698 -0.929574 0.368635 0 -0.622122 0.0624294 0.780427 -0.633985 0.142198 0.760159 -0.862237 0.506505 0 -0.634157 0.140134 0.760399 -0.633985 0.142198 0.760159 -0.634157 0.140134 0.760399 0.0728159 -0.337175 0.938622 -0.633985 0.142198 0.760159 -0.624777 0.195461 0.755942 -0.862237 0.506505 0 -0.633985 0.142198 0.760159 0.0728159 -0.337175 0.938622 -0.624777 0.195461 0.755942 -0.619581 0.214246 0.755128 -0.624777 0.195461 0.755942 0.0171681 -0.344518 0.938623 -0.619581 0.214246 0.755128 -0.798987 0.601349 0 -0.624777 0.195461 0.755942 -0.619581 0.214246 0.755128 -0.616232 0.224881 0.754776 -0.798987 0.601349 0 -0.619581 0.214246 0.755128 0.0171681 -0.344518 0.938623 -0.616232 0.224881 0.754776 0.191784 -0.286715 0.938623 0.200059 -0.281003 0.938623 0.206052 -0.276638 0.938623 0.192807 -0.286028 0.938623 0.200059 -0.281003 0.938623 0.191784 -0.286715 0.938623 0.181525 -0.293318 0.938623 0.191784 -0.286715 0.938623 0.176933 -0.29611 0.938623 0.181525 -0.293318 0.938623 0.192807 -0.286028 0.938623 0.191784 -0.286715 0.938623 0.161623 -0.304737 0.938623 0.181525 -0.293318 0.938623 0.176933 -0.29611 0.938623 0.145894 -0.312572 0.938623 0.181525 -0.293318 0.938623 0.161623 -0.304737 0.938623 0.0728099 -0.337172 0.938623 0.181525 -0.293318 0.938623 0.145894 -0.312572 0.938623 0.0282725 -0.343783 0.938623 0.0728099 -0.337172 0.938623 0.145894 -0.312572 0.938623 0.0171649 -0.344517 0.938623 0.0728099 -0.337172 0.938623 0.0282725 -0.343783 0.938623 -0.0664302 -0.338487 0.938623 0.0171649 -0.344517 0.938623 0.0282725 -0.343783 0.938623 -0.0305105 -0.343592 0.938623 0.0171649 -0.344517 0.938623 -0.0664302 -0.338487 0.938623 -0.0667958 -0.338415 0.938623 -0.0305105 -0.343592 0.938623 -0.0664302 -0.338487 0.938623 -0.102327 -0.329417 0.938623 -0.0667958 -0.338415 0.938623 -0.0664302 -0.338487 0.938623 -0.136703 -0.3167 0.938623 -0.102327 -0.329417 0.938623 -0.0664302 -0.338487 0.938623 0.0893102 -0.636553 0.766044 0.116509 -0.632141 0.766044 0.113088 -0.632761 0.766044 0.0893102 -0.636553 0.766044 0.119926 -0.631501 0.766044 0.116509 -0.632141 0.766044 0.0893102 -0.636553 0.766044 0.123339 -0.630843 0.766044 0.119926 -0.631501 0.766044 0.0893102 -0.636553 0.766044 0.113088 -0.632761 0.766044 0.105139 -0.634131 0.766044 0.0893102 -0.636553 0.766044 0.105139 -0.634131 0.766044 0.0983877 -0.635213 0.766044 0.0893102 -0.636553 0.766044 0.0983877 -0.635213 0.766044 0.0934904 -0.635952 0.766044 0.0105479 -0.642701 0.766044 0.123339 -0.630843 0.766044 0.0893102 -0.636553 0.766044 -0.00231491 -0.642783 0.766044 0.00508796 -0.642767 0.766044 0.0105479 -0.642701 0.766044 -0.0231793 -0.64237 0.766044 0.0105479 -0.642701 0.766044 0.0893102 -0.636553 0.766044 -0.0231793 -0.64237 0.766044 -0.00231491 -0.642783 0.766044 0.0105479 -0.642701 0.766044 -0.00971748 -0.642714 0.766044 -0.00231491 -0.642783 0.766044 -0.0231793 -0.64237 0.766044 -0.0249689 -0.642302 0.766044 -0.00971748 -0.642714 0.766044 -0.0231793 -0.64237 0.766044 -0.0251341 -0.642296 0.766044 -0.00971748 -0.642714 0.766044 -0.0249689 -0.642302 0.766044 -0.0171188 -0.64256 0.766044 -0.00971748 -0.642714 0.766044 -0.0251341 -0.642296 0.766044 -0.0237248 -0.64235 0.766044 -0.0171188 -0.64256 0.766044 -0.0251341 -0.642296 0.766044 -0.0216968 -0.642421 0.766044 -0.0171188 -0.64256 0.766044 -0.0237248 -0.64235 0.766044 0.654393 0.756155 0 0.654954 0.755668 0 0.657177 0.753736 0 0.665814 0.746118 0 0.654393 0.756155 0 0.657177 0.753736 0 0.674363 0.7384 0 0.654393 0.756155 0 0.665814 0.746118 0 0.682822 0.730585 0 0.654393 0.756155 0 0.674363 0.7384 0 0.641898 0.76679 0 0.654393 0.756155 0 0.682822 0.730585 0 0.522445 0.852673 0 0.479426 0.877583 0 0.479426 0.877583 0 0.564174 0.825656 0 0.479426 0.877583 0 0.522445 0.852673 0 0.682822 0.730585 0 0.635084 0.772443 0 0.641898 0.76679 0 0.683539 0.729914 0 0.635084 0.772443 0 0.682822 0.730585 0 0.686049 0.727556 0 0.635084 0.772443 0 0.683539 0.729914 0 0.686049 0.727556 0 0.634004 0.77333 0 0.635084 0.772443 0 0.930839 0.36543 0 0.93111 0.364739 0 0.93218 0.361995 0 0.690076 0.723737 0 0.634004 0.77333 0 0.686049 0.727556 0 0.936287 0.351235 0 0.930839 0.36543 0 0.93218 0.361995 0 0.94027 0.340429 0 0.930839 0.36543 0 0.936287 0.351235 0 0.944128 0.329578 0 0.930839 0.36543 0 0.94027 0.340429 0 0.675514 0.737348 0 0.479426 0.877583 0 0.564174 0.825656 0 0.675514 0.737348 0 0.634004 0.77333 0 0.690076 0.723737 0 0.675514 0.737348 0 0.564174 0.825656 0 0.604509 0.796599 0 0.675514 0.737348 0 0.604509 0.796599 0 0.610112 0.792315 0 0.675514 0.737348 0 0.610112 0.792315 0 0.615352 0.788253 0 0.675514 0.737348 0 0.615352 0.788253 0 0.622577 0.782558 0 0.675514 0.737348 0 0.622577 0.782558 0 0.627653 0.778494 0 0.675514 0.737348 0 0.627653 0.778494 0 0.631845 0.775095 0 0.675514 0.737348 0 0.631845 0.775095 0 0.634004 0.77333 0 0.675514 0.737348 0 0.690076 0.723737 0 0.694864 0.719141 0 0.700158 0.713988 0 0.675514 0.737348 0 0.694864 0.719141 0 0.707783 0.70643 0 0.675514 0.737348 0 0.700158 0.713988 0 0.716976 0.697098 0 0.675514 0.737348 0 0.707783 0.70643 0 0.72673 0.686923 0 0.675514 0.737348 0 0.716976 0.697098 0 0.924718 0.380654 0 0.930839 0.36543 0 0.944128 0.329578 0 0.832343 0.554261 0 0.675514 0.737348 0 0.72673 0.686923 0 0.832343 0.554261 0 0.72673 0.686923 0 0.795515 0.605934 0 0.905464 0.424424 0 0.832343 0.554261 0 0.855318 0.518104 0 0.944128 0.329578 0 0.921311 0.388826 0 0.924718 0.380654 0 0.944452 0.32865 0 0.921311 0.388826 0 0.944128 0.329578 0 0.945578 0.325395 0 0.920767 0.390114 0 0.921311 0.388826 0 0.945578 0.325395 0 0.921311 0.388826 0 0.944452 0.32865 0 0.994041 -0.10901 0 0.993959 -0.109748 0 0.993632 -0.112675 0 0.94737 0.320142 0 0.920767 0.390114 0 0.945578 0.325395 0 0.992268 -0.124111 0 0.994041 -0.10901 0 0.993632 -0.112675 0 0.990773 -0.13553 0 0.994041 -0.10901 0 0.992268 -0.124111 0 0.989147 -0.146932 0 0.994041 -0.10901 0 0.990773 -0.13553 0 0.9408 0.338962 0 0.911186 0.411995 0 0.914938 0.403595 0 0.9408 0.338962 0 0.914938 0.403595 0 0.917543 0.397637 0 0.9408 0.338962 0 0.917543 0.397637 0 0.919676 0.392679 0 0.9408 0.338962 0 0.919676 0.392679 0 0.920767 0.390114 0 0.9408 0.338962 0 0.94737 0.320142 0 0.949472 0.313852 0 0.9408 0.338962 0 0.832343 0.554261 0 0.905464 0.424424 0 0.9408 0.338962 0 0.920767 0.390114 0 0.94737 0.320142 0 0.9408 0.338962 0 0.905464 0.424424 0 0.908435 0.418027 0 0.9408 0.338962 0 0.908435 0.418027 0 0.911186 0.411995 0 0.951763 0.306834 0 0.9408 0.338962 0 0.949472 0.313852 0 0.955002 0.296598 0 0.9408 0.338962 0 0.951763 0.306834 0 0.958807 0.28406 0 0.9408 0.338962 0 0.955002 0.296598 0 0.962717 0.270512 0 0.9408 0.338962 0 0.958807 0.28406 0 0.995695 -0.0926858 0 0.994041 -0.10901 0 0.989147 -0.146932 0 0.994581 0.103964 0 0.9408 0.338962 0 0.962717 0.270512 0 0.994581 0.103964 0 0.962717 0.270512 0 0.985985 0.166834 0 0.998988 -0.0449813 0 0.994581 0.103964 0 0.998121 0.0612723 0 0.989147 -0.146932 0 0.996477 -0.0838668 0 0.995695 -0.0926858 0 0.989002 -0.147903 0 0.996477 -0.0838668 0 0.989147 -0.146932 0 0.988487 -0.151307 0 0.996477 -0.0838668 0 0.989002 -0.147903 0 0.82952 -0.558477 0 0.829105 -0.559093 0 0.827455 -0.561533 0 0.987632 -0.15679 0 0.996648 -0.0818068 0 0.996477 -0.0838668 0 0.987632 -0.15679 0 0.996477 -0.0838668 0 0.988487 -0.151307 0 0.820933 -0.571025 0 0.82952 -0.558477 0 0.827455 -0.561533 0 0.814302 -0.580441 0 0.82952 -0.558477 0 0.820933 -0.571025 0 0.807563 -0.589781 0 0.82952 -0.558477 0 0.814302 -0.580441 0 0.990561 -0.137076 0 0.996648 -0.0818068 0 0.987632 -0.15679 0 0.990561 -0.137076 0 0.994581 0.103964 0 0.998988 -0.0449813 0 0.990561 -0.137076 0 0.99686 -0.0791868 0 0.996648 -0.0818068 0 0.990561 -0.137076 0 0.997278 -0.0737267 0 0.99686 -0.0791868 0 0.990561 -0.137076 0 0.997759 -0.0669105 0 0.997278 -0.0737267 0 0.990561 -0.137076 0 0.998098 -0.0616488 0 0.997759 -0.0669105 0 0.990561 -0.137076 0 0.998437 -0.0558832 0 0.998098 -0.0616488 0 0.990561 -0.137076 0 0.998988 -0.0449813 0 0.998437 -0.0558832 0 0.990561 -0.137076 0 0.987632 -0.15679 0 0.98657 -0.163341 0 0.985336 -0.170626 0 0.990561 -0.137076 0 0.98657 -0.163341 0 0.983447 -0.181195 0 0.990561 -0.137076 0 0.985336 -0.170626 0 0.980989 -0.194062 0 0.990561 -0.137076 0 0.983447 -0.181195 0 0.978156 -0.20787 0 0.990561 -0.137076 0 0.980989 -0.194062 0 0.838571 -0.544792 0 0.82952 -0.558477 0 0.807563 -0.589781 0 0.928972 -0.370149 0 0.978156 -0.20787 0 0.950578 -0.310486 0 0.928972 -0.370149 0 0.990561 -0.137076 0 0.978156 -0.20787 0 0.863656 -0.504082 0 0.928972 -0.370149 0 0.912267 -0.409596 0 0.807563 -0.589781 0 0.843362 -0.537346 0 0.838571 -0.544792 0 0.806984 -0.590573 0 0.843362 -0.537346 0 0.807563 -0.589781 0 0.804946 -0.593349 0 0.843362 -0.537346 0 0.806984 -0.590573 0 0.474966 -0.880004 0 0.474312 -0.880357 0 0.471717 -0.88175 0 0.801641 -0.597806 0 0.844471 -0.535602 0 0.843362 -0.537346 0 0.801641 -0.597806 0 0.843362 -0.537346 0 0.804946 -0.593349 0 0.461531 -0.887124 0 0.474966 -0.880004 0 0.471717 -0.88175 0 0.451284 -0.89238 0 0.474966 -0.880004 0 0.461531 -0.887124 0 0.440977 -0.897519 0 0.474966 -0.880004 0 0.451284 -0.89238 0 0.813396 -0.581711 0 0.845876 -0.53338 0 0.844471 -0.535602 0 0.813396 -0.581711 0 0.848784 -0.52874 0 0.845876 -0.53338 0 0.813396 -0.581711 0 0.852377 -0.522928 0 0.848784 -0.52874 0 0.813396 -0.581711 0 0.855122 -0.518426 0 0.852377 -0.522928 0 0.813396 -0.581711 0 0.858102 -0.513479 0 0.855122 -0.518426 0 0.813396 -0.581711 0 0.863656 -0.504082 0 0.858102 -0.513479 0 0.813396 -0.581711 0 0.801641 -0.597806 0 0.797656 -0.603113 0 0.813396 -0.581711 0 0.928972 -0.370149 0 0.863656 -0.504082 0 0.813396 -0.581711 0 0.844471 -0.535602 0 0.801641 -0.597806 0 0.793178 -0.60899 0 0.813396 -0.581711 0 0.797656 -0.603113 0 0.786594 -0.617471 0 0.813396 -0.581711 0 0.793178 -0.60899 0 0.778438 -0.627722 0 0.813396 -0.581711 0 0.786594 -0.617471 0 0.769513 -0.638632 0 0.813396 -0.581711 0 0.778438 -0.627722 0 0.489341 -0.872093 0 0.474966 -0.880004 0 0.440977 -0.897519 0 0.650547 -0.759466 0 0.813396 -0.581711 0 0.769513 -0.638632 0 0.650547 -0.759466 0 0.769513 -0.638632 0 0.697405 -0.716677 0 0.530471 -0.847703 0 0.650547 -0.759466 0 0.617424 -0.786631 0 0.440977 -0.897519 0 0.497042 -0.867726 0 0.489341 -0.872093 0 0.440096 -0.897951 0 0.497042 -0.867726 0 0.440977 -0.897519 0 0.437001 -0.899461 0 0.497042 -0.867726 0 0.440096 -0.897951 0 0.0116032 -0.999933 0 0.0108604 -0.999941 0 0.00791548 -0.999969 0 0.432003 -0.901872 0 0.497042 -0.867726 0 0.437001 -0.899461 0 0.432003 -0.901872 0 0.498835 -0.866697 0 0.497042 -0.867726 0 -0.00360136 -0.999994 0 0.0116032 -0.999933 0 0.00791548 -0.999969 0 -0.0151177 -0.999886 0 0.0116032 -0.999933 0 -0.00360136 -0.999994 0 -0.0266321 -0.999645 0 0.0116032 -0.999933 0 -0.0151177 -0.999886 0 0.449892 -0.893083 0 0.432003 -0.901872 0 0.426008 -0.904719 0 0.449892 -0.893083 0 0.650547 -0.759466 0 0.530471 -0.847703 0 0.449892 -0.893083 0 0.498835 -0.866697 0 0.432003 -0.901872 0 0.449892 -0.893083 0 0.501111 -0.865383 0 0.498835 -0.866697 0 0.449892 -0.893083 0 0.505843 -0.862626 0 0.501111 -0.865383 0 0.449892 -0.893083 0 0.511725 -0.859149 0 0.505843 -0.862626 0 0.449892 -0.893083 0 0.516248 -0.856439 0 0.511725 -0.859149 0 0.449892 -0.893083 0 0.521186 -0.853443 0 0.516248 -0.856439 0 0.449892 -0.893083 0 0.530471 -0.847703 0 0.521186 -0.853443 0 0.419312 -0.907842 0 0.449892 -0.893083 0 0.426008 -0.904719 0 0.409541 -0.912292 0 0.449892 -0.893083 0 0.419312 -0.907842 0 0.397556 -0.917578 0 0.449892 -0.893083 0 0.409541 -0.912292 0 0.384583 -0.923091 0 0.449892 -0.893083 0 0.397556 -0.917578 0 0.0280078 -0.999608 0 0.0116032 -0.999933 0 -0.0266321 -0.999645 0 0.22309 -0.974798 0 0.384583 -0.923091 0 0.284465 -0.958686 0 0.22309 -0.974798 0 0.449892 -0.893083 0 0.384583 -0.923091 0 0.0757613 -0.997126 0 0.22309 -0.974798 0 0.181136 -0.983458 0 -0.0266321 -0.999645 0 0.0368567 -0.999321 0 0.0280078 -0.999608 0 -0.0276108 -0.999619 0 0.0368567 -0.999321 0 -0.0266321 -0.999645 0 -0.0310563 -0.999518 0 0.0368567 -0.999321 0 -0.0276108 -0.999619 0 -0.0366041 -0.99933 0 0.0368567 -0.999321 0 -0.0310563 -0.999518 0 -0.0366041 -0.99933 0 0.0389223 -0.999242 0 0.0368567 -0.999321 0 -0.0166773 -0.999861 0 0.22309 -0.974798 0 0.0757613 -0.997126 0 -0.0166773 -0.999861 0 0.0389223 -0.999242 0 -0.0366041 -0.99933 0 -0.0166773 -0.999861 0 0.0415487 -0.999137 0 0.0389223 -0.999242 0 -0.0166773 -0.999861 0 0.0470195 -0.998894 0 0.0415487 -0.999137 0 -0.0166773 -0.999861 0 0.0538439 -0.998549 0 0.0470195 -0.998894 0 -0.0166773 -0.999861 0 0.0591081 -0.998252 0 0.0538439 -0.998549 0 -0.0166773 -0.999861 0 0.0648726 -0.997894 0 0.0591081 -0.998252 0 -0.0166773 -0.999861 0 0.0757613 -0.997126 0 0.0648726 -0.997894 0 -0.0166773 -0.999861 0 -0.0366041 -0.99933 0 -0.0432307 -0.999065 0 -0.0506056 -0.998719 0 -0.0166773 -0.999861 0 -0.0432307 -0.999065 0 -0.0613248 -0.998118 0 -0.0166773 -0.999861 0 -0.0506056 -0.998719 0 -0.074396 -0.997229 0 -0.0166773 -0.999861 0 -0.0613248 -0.998118 0 -0.0884506 -0.996081 0 -0.0166773 -0.999861 0 -0.074396 -0.997229 0 -0.255475 -0.966816 0 -0.0166773 -0.999861 0 -0.0884506 -0.996081 0 -0.255475 -0.966816 0 -0.0884506 -0.996081 0 -0.193642 -0.981072 0 -0.296648 -0.954987 0 -0.255475 -0.966816 0 -0.193642 -0.981072 0 -0.396304 -0.918119 0 -0.255475 -0.966816 0 -0.296648 -0.954987 0 -0.415396 -0.909641 0 -0.422223 -0.906492 0 -0.423104 -0.906081 0 -0.423984 -0.90567 0 -0.415396 -0.909641 0 -0.423104 -0.906081 0 -0.424864 -0.905257 0 -0.415396 -0.909641 0 -0.423984 -0.90567 0 -0.443238 -0.896404 0 -0.415396 -0.909641 0 -0.424864 -0.905257 0 -0.479426 -0.877583 0 -0.255475 -0.966816 0 -0.396304 -0.918119 0 -0.479426 -0.877583 0 -0.415396 -0.909641 0 -0.443238 -0.896404 0 -0.479426 -0.877583 0 -0.405789 -0.913967 0 -0.415396 -0.909641 0 -0.479426 -0.877583 0 -0.396304 -0.918119 0 -0.405789 -0.913967 0 -0.479426 -0.877583 0 -0.443238 -0.896404 0 -0.461428 -0.887178 0 -0.479426 -0.877583 0 -0.461428 -0.887178 0 -0.479426 -0.877583 0 0.440977 -0.897519 0 0.440977 -0.897519 0 0.489341 -0.872093 0 0.284465 -0.958686 0 0.181136 -0.983458 0 0.22309 -0.974798 0 -0.0266321 -0.999645 0 -0.0266321 -0.999645 0 0.0280078 -0.999608 0 0.682822 0.730585 0 0.682822 0.730585 0 0.641898 0.76679 0 0.795515 0.605934 0 0.855318 0.518104 0 0.832343 0.554261 0 0.944128 0.329578 0 0.944128 0.329578 0 0.924718 0.380654 0 0.985985 0.166834 0 0.998121 0.0612723 0 0.994581 0.103964 0 0.989147 -0.146932 0 0.989147 -0.146932 0 0.995695 -0.0926858 0 0.950578 -0.310486 0 0.912267 -0.409596 0 0.928972 -0.370149 0 0.807563 -0.589781 0 0.807563 -0.589781 0 0.838571 -0.544792 0 0.697405 -0.716677 0 0.617424 -0.786631 0 0.650547 -0.759466 0 -0.454418 -0.890789 0 -0.439741 -0.898125 0 -0.0405444 -0.998167 0.0449378 -0.0487424 -0.997792 0.045105 -0.0405444 -0.998167 0.0449378 0.365601 -0.927137 0.0821756 -0.0487424 -0.997792 0.045105 -0.454418 -0.890789 0 -0.0405444 -0.998167 0.0449378 0.365612 -0.927133 0.0821765 -0.0487424 -0.997792 0.045105 0.365601 -0.927137 0.0821756 -0.431772 -0.901983 0 -0.0405396 -0.998167 0.0449384 -0.439741 -0.898125 0 -0.0347435 -0.998387 0.0449094 -0.0405396 -0.998167 0.0449384 -0.431772 -0.901983 0 0.368155 -0.926121 0.0822315 0.365618 -0.92713 0.0821767 -0.0405396 -0.998167 0.0449384 0.368155 -0.926121 0.0822315 -0.0405396 -0.998167 0.0449384 -0.0347435 -0.998387 0.0449094 -0.429896 -0.902878 0 -0.0347362 -0.998387 0.0449149 -0.431764 -0.901987 0 0.275314 -0.893573 0.354585 -0.429896 -0.902878 0 -0.42659 -0.904445 0 0.275314 -0.893573 0.354585 0.368161 -0.926118 0.082234 -0.0347362 -0.998387 0.0449149 0.275314 -0.893573 0.354585 -0.0347362 -0.998387 0.0449149 -0.429896 -0.902878 0 -0.143625 -0.933996 0.327145 -0.42659 -0.904445 0 -0.422223 -0.906492 0 -0.143625 -0.933996 0.327145 0.275314 -0.893573 0.354585 -0.42659 -0.904445 0 0.161591 -0.788334 0.593648 0.275314 -0.893573 0.354585 -0.143625 -0.933996 0.327145 -0.415429 -0.909625 0 -0.143624 -0.933996 0.327145 -0.422223 -0.906492 0 0.0889342 -0.695911 0.7126 0.161593 -0.788335 0.593647 -0.143624 -0.933996 0.327145 -0.136703 -0.3167 0.938623 -0.0622585 -0.456953 0.88731 -0.324929 -0.752923 0.572301 -0.210968 -0.872139 0.441436 0.0140271 -0.584956 0.810944 0.0889342 -0.695911 0.7126 -0.210968 -0.872139 0.441436 -0.143624 -0.933996 0.327145 -0.415429 -0.909625 0 -0.210968 -0.872139 0.441436 0.0889342 -0.695911 0.7126 -0.143624 -0.933996 0.327145 -0.244136 -0.838846 0.486553 -0.415429 -0.909625 0 -0.405737 -0.91399 0 -0.244136 -0.838846 0.486553 -0.0622585 -0.456953 0.88731 0.0140271 -0.584956 0.810944 -0.244136 -0.838846 0.486553 -0.210968 -0.872139 0.441436 -0.415429 -0.909625 0 -0.244136 -0.838846 0.486553 0.0140271 -0.584956 0.810944 -0.210968 -0.872139 0.441436 -0.267736 -0.81437 0.514897 -0.405737 -0.91399 0 -0.396304 -0.918119 0 -0.267736 -0.81437 0.514897 -0.396304 -0.918119 0 -0.324929 -0.752923 0.572301 -0.267736 -0.81437 0.514897 -0.0622585 -0.456953 0.88731 -0.244136 -0.838846 0.486553 -0.267736 -0.81437 0.514897 -0.244136 -0.838846 0.486553 -0.405737 -0.91399 0 -0.267736 -0.81437 0.514897 -0.324929 -0.752923 0.572301 -0.0622585 -0.456953 0.88731 -0.11824 -0.599055 0.79193 -0.054009 -0.608219 0.79193 -0.0305105 -0.343592 0.938623 -0.11824 -0.599055 0.79193 -0.0305105 -0.343592 0.938623 -0.0667958 -0.338415 0.938623 -0.158795 -0.804522 0.572301 -0.0725334 -0.81683 0.572301 -0.054009 -0.608219 0.79193 -0.158795 -0.804522 0.572301 -0.054009 -0.608219 0.79193 -0.11824 -0.599055 0.79193 -0.184725 -0.935894 0.299963 -0.193642 -0.981072 0 -0.0884506 -0.996081 0 -0.184725 -0.935894 0.299963 -0.0843775 -0.950212 0.299963 -0.0725334 -0.81683 0.572301 -0.184725 -0.935894 0.299963 -0.0884506 -0.996081 0 -0.0843775 -0.950212 0.299963 -0.184725 -0.935894 0.299963 -0.0725334 -0.81683 0.572301 -0.158795 -0.804522 0.572301 -0.181137 -0.583127 0.79193 -0.136703 -0.3167 0.938623 -0.324987 -0.752898 0.572301 -0.181137 -0.583127 0.79193 -0.0667958 -0.338415 0.938623 -0.102327 -0.329417 0.938623 -0.181137 -0.583127 0.79193 -0.102327 -0.329417 0.938623 -0.136703 -0.3167 0.938623 -0.181137 -0.583127 0.79193 -0.11824 -0.599055 0.79193 -0.0667958 -0.338415 0.938623 -0.243264 -0.783131 0.572301 -0.158795 -0.804522 0.572301 -0.11824 -0.599055 0.79193 -0.243264 -0.783131 0.572301 -0.181137 -0.583127 0.79193 -0.324987 -0.752898 0.572301 -0.243264 -0.783131 0.572301 -0.11824 -0.599055 0.79193 -0.181137 -0.583127 0.79193 -0.282988 -0.91101 0.299963 -0.324987 -0.752898 0.572301 -0.396304 -0.918119 0 -0.282988 -0.91101 0.299963 -0.296648 -0.954987 0 -0.193642 -0.981072 0 -0.282988 -0.91101 0.299963 -0.396304 -0.918119 0 -0.296648 -0.954987 0 -0.282988 -0.91101 0.299963 -0.158795 -0.804522 0.572301 -0.243264 -0.783131 0.572301 -0.282988 -0.91101 0.299963 -0.184725 -0.935894 0.299963 -0.158795 -0.804522 0.572301 -0.282988 -0.91101 0.299963 -0.193642 -0.981072 0 -0.184725 -0.935894 0.299963 -0.282988 -0.91101 0.299963 -0.243264 -0.783131 0.572301 -0.324987 -0.752898 0.572301 -0.0276144 -0.999619 0 -0.0266321 -0.999645 0 -0.514173 -0.857686 0 -0.0843776 -0.950212 0.299964 -0.0884506 -0.996081 0 -0.0744084 -0.997228 0 -0.0305112 -0.343592 0.938623 -0.0540094 -0.608219 0.79193 -0.194362 -0.185181 0.963292 -0.496714 -0.597647 0.629359 -0.0506065 -0.998719 0 -0.0432339 -0.999065 0 -0.49286 -0.843033 0.215369 -0.0310547 -0.999518 0 -0.0276144 -0.999619 0 -0.49286 -0.843033 0.215369 -0.0276144 -0.999619 0 -0.514173 -0.857686 0 -0.460194 -0.850186 0.255745 -0.0310547 -0.999518 0 -0.49286 -0.843033 0.215369 -0.967546 0.185535 0.171558 -0.720686 0.693262 0 -0.74272 0.620394 0.251949 -0.967546 0.185535 0.171558 -0.94767 -0.319252 0 -0.999248 0.0387652 0 -0.967546 0.185535 0.171558 -0.999248 0.0387652 0 -0.920161 0.39154 0 -0.967546 0.185535 0.171558 -0.920161 0.39154 0 -0.720686 0.693262 0 -0.423941 -0.85815 0.289572 -0.0366038 -0.99933 0 -0.0310547 -0.999518 0 -0.423941 -0.85815 0.289572 -0.0310547 -0.999518 0 -0.460194 -0.850186 0.255745 -0.423941 -0.85815 0.289572 -0.460194 -0.850186 0.255745 -0.736067 -0.483457 0.473787 -0.892415 0.0658925 0.446378 -0.74272 0.620394 0.251949 -0.734074 0.567776 0.372512 -0.892415 0.0658925 0.446378 -0.967546 0.185535 0.171558 -0.74272 0.620394 0.251949 -0.389322 -0.865927 0.314005 -0.0432339 -0.999065 0 -0.0366038 -0.99933 0 -0.389322 -0.865927 0.314005 -0.496714 -0.597647 0.629359 -0.0432339 -0.999065 0 -0.389322 -0.865927 0.314005 -0.0366038 -0.99933 0 -0.423941 -0.85815 0.289572 -0.389322 -0.865927 0.314005 -0.423941 -0.85815 0.289572 -0.736067 -0.483457 0.473787 -0.864968 0.0407938 0.500166 -0.734074 0.567776 0.372512 -0.712653 0.504885 0.487049 -0.864968 0.0407938 0.500166 -0.892415 0.0658925 0.446378 -0.734074 0.567776 0.372512 -0.833327 0.0128371 0.552631 -0.712653 0.504885 0.487049 -0.645423 0.373834 0.666091 -0.833327 0.0128371 0.552631 -0.864968 0.0407938 0.500166 -0.712653 0.504885 0.487049 -0.833327 0.0128371 0.552631 -0.736067 -0.483457 0.473787 -0.864968 0.0407938 0.500166 -0.647282 -0.143705 0.748582 -0.645423 0.373834 0.666091 -0.519091 0.188705 0.833627 -0.647282 -0.143705 0.748582 -0.519091 0.188705 0.833627 -0.496714 -0.597647 0.629359 -0.647282 -0.143705 0.748582 -0.389322 -0.865927 0.314005 -0.736067 -0.483457 0.473787 -0.647282 -0.143705 0.748582 -0.736067 -0.483457 0.473787 -0.833327 0.0128371 0.552631 -0.647282 -0.143705 0.748582 -0.833327 0.0128371 0.552631 -0.645423 0.373834 0.666091 -0.647282 -0.143705 0.748582 -0.496714 -0.597647 0.629359 -0.389322 -0.865927 0.314005 -0.306283 -0.694427 0.651123 -0.519091 0.188705 0.833627 -0.340203 -0.0288744 0.939909 -0.306283 -0.694427 0.651123 -0.0613177 -0.998118 0 -0.0506065 -0.998719 0 -0.306283 -0.694427 0.651123 -0.0506065 -0.998719 0 -0.496714 -0.597647 0.629359 -0.306283 -0.694427 0.651123 -0.496714 -0.597647 0.629359 -0.519091 0.188705 0.833627 -0.239955 -0.729177 0.640876 -0.340203 -0.0288744 0.939909 -0.194362 -0.185181 0.963292 -0.239955 -0.729177 0.640876 -0.0744084 -0.997228 0 -0.0613177 -0.998118 0 -0.239955 -0.729177 0.640876 -0.306283 -0.694427 0.651123 -0.340203 -0.0288744 0.939909 -0.239955 -0.729177 0.640876 -0.0613177 -0.998118 0 -0.306283 -0.694427 0.651123 -0.187679 -0.756691 0.626256 -0.0540094 -0.608219 0.79193 -0.0725337 -0.81683 0.572301 -0.187679 -0.756691 0.626256 -0.0725337 -0.81683 0.572301 -0.0843776 -0.950212 0.299964 -0.187679 -0.756691 0.626256 -0.0843776 -0.950212 0.299964 -0.0744084 -0.997228 0 -0.187679 -0.756691 0.626256 -0.0744084 -0.997228 0 -0.239955 -0.729177 0.640876 -0.187679 -0.756691 0.626256 -0.194362 -0.185181 0.963292 -0.0540094 -0.608219 0.79193 -0.187679 -0.756691 0.626256 -0.239955 -0.729177 0.640876 -0.194362 -0.185181 0.963292 -0.86937 -0.408345 0.278299 -0.514173 -0.857686 0 -0.772147 -0.635444 0 -0.86937 -0.408345 0.278299 -0.772147 -0.635444 0 -0.94767 -0.319252 0 -0.86937 -0.408345 0.278299 -0.967546 0.185535 0.171558 -0.892415 0.0658925 0.446378 -0.86937 -0.408345 0.278299 -0.94767 -0.319252 0 -0.967546 0.185535 0.171558 -0.86937 -0.408345 0.278299 -0.49286 -0.843033 0.215369 -0.514173 -0.857686 0 -0.807786 -0.449738 0.381074 -0.892415 0.0658925 0.446378 -0.864968 0.0407938 0.500166 -0.807786 -0.449738 0.381074 -0.864968 0.0407938 0.500166 -0.736067 -0.483457 0.473787 -0.807786 -0.449738 0.381074 -0.736067 -0.483457 0.473787 -0.460194 -0.850186 0.255745 -0.807786 -0.449738 0.381074 -0.460194 -0.850186 0.255745 -0.49286 -0.843033 0.215369 -0.807786 -0.449738 0.381074 -0.86937 -0.408345 0.278299 -0.892415 0.0658925 0.446378 -0.807786 -0.449738 0.381074 -0.49286 -0.843033 0.215369 -0.86937 -0.408345 0.278299 -0.289338 -0.573985 0.766044 -0.164394 -0.715727 0.678756 0.110127 -0.901578 0.418366 -0.289338 -0.573985 0.766044 -0.294204 -0.571507 0.766044 -0.164394 -0.715727 0.678756 0.0441937 -0.869771 0.491472 0.110127 -0.901578 0.418366 0.365612 -0.927133 0.0821765 0.0441937 -0.869771 0.491472 -0.289338 -0.573985 0.766044 0.110127 -0.901578 0.418366 0.365612 -0.927133 0.0821765 0.0441937 -0.869771 0.491472 0.365612 -0.927133 0.0821765 -0.183957 -0.615904 0.766043 -0.289338 -0.573985 0.766044 0.0441942 -0.869771 0.491472 -0.183957 -0.615904 0.766043 0.0441942 -0.869771 0.491472 0.365612 -0.927133 0.0821765 0.188765 -0.850076 0.491669 -0.183957 -0.615904 0.766043 0.365612 -0.927133 0.0821765 0.513224 -0.854313 0.0821571 0.188765 -0.850076 0.491669 0.365612 -0.927133 0.0821765 -0.514141 -0.857706 0 -0.0266322 -0.999645 0 -0.0266321 -0.999645 0 -0.514141 -0.857706 0 -0.0266321 -0.999645 0 -0.590389 -0.807119 0 -0.772172 -0.635413 0 -0.590389 -0.807119 0 -0.833264 -0.552875 0 -0.772172 -0.635413 0 -0.514141 -0.857706 0 -0.590389 -0.807119 0 -0.947681 -0.31922 0 -0.833264 -0.552875 0 -0.991194 -0.132421 0 -0.947681 -0.31922 0 -0.772172 -0.635413 0 -0.833264 -0.552875 0 -0.99925 0.0387211 0 -0.991194 -0.132421 0 -0.954076 0.299566 0 -0.99925 0.0387211 0 -0.947681 -0.31922 0 -0.991194 -0.132421 0 -0.920136 0.391598 0 -0.954076 0.299566 0 -0.720686 0.693262 0 -0.920136 0.391598 0 -0.99925 0.0387211 0 -0.954076 0.299566 0 -0.720686 0.693262 0 -0.920136 0.391598 0 -0.720686 0.693262 0 -0.0497555 -0.997746 0.0450306 -0.454418 -0.890789 0 -0.0487441 -0.997792 0.0451037 -0.0497555 -0.997746 0.0450306 -0.455079 -0.890451 0 -0.454418 -0.890789 0 0.365612 -0.927133 0.0821765 -0.0487441 -0.997792 0.0451037 0.365612 -0.927133 0.0821765 0.365612 -0.927133 0.0821765 -0.0497555 -0.997746 0.0450306 -0.0487441 -0.997792 0.0451037 -0.107127 -0.990844 0.0821765 -0.107127 -0.990844 0.0821765 -0.107127 -0.990844 0.0821765 -0.107127 -0.990844 0.0821765 -0.107127 -0.990844 0.0821765 -0.107127 -0.990844 0.0821765 -0.107127 -0.990844 0.0821765 0.058979 -0.994686 0.0843865 0.0574177 -0.994964 0.082157 -0.107127 -0.990844 0.0821765 0.0574177 -0.994964 0.082157 -0.107127 -0.990844 0.0821765 -0.107126 -0.990844 0.0821764 -0.107127 -0.990844 0.0821765 -0.107127 -0.990844 0.0821765 0.196649 -0.97683 0.0844548 0.182259 -0.979611 0.0845251 0.316265 -0.945021 0.0831391 0.0411936 -0.995592 0.0842644 0.182259 -0.979611 0.0845251 0.196649 -0.97683 0.0844548 0.0589867 -0.994685 0.0843907 0.0411936 -0.995592 0.0842644 0.196649 -0.97683 0.0844548 -0.107126 -0.990844 0.0821765 -0.104405 -0.991129 0.0822316 0.0411936 -0.995592 0.0842644 -0.107127 -0.990844 0.0821765 -0.107126 -0.990844 0.0821765 0.0411936 -0.995592 0.0842644 -0.107127 -0.990844 0.0821765 0.0411936 -0.995592 0.0842644 0.0589867 -0.994685 0.0843907 -0.13556 -0.765918 0.628485 0.0412023 -0.995591 0.0842656 -0.104405 -0.991129 0.0822318 -0.13556 -0.765918 0.628485 -0.268222 -0.216895 0.938623 -0.227766 -0.259053 0.938623 -0.0505024 -0.777914 0.626337 0.182271 -0.979608 0.0845257 0.0412023 -0.995591 0.0842656 -0.0505024 -0.777914 0.626337 -0.227766 -0.259053 0.938623 -0.165375 -0.302714 0.938624 -0.0505024 -0.777914 0.626337 0.102812 -0.925222 0.365231 0.182271 -0.979608 0.0845257 -0.0505024 -0.777914 0.626337 0.0144064 -0.789558 0.613507 0.102812 -0.925222 0.365231 -0.0505024 -0.777914 0.626337 -0.0792353 -0.573846 0.815121 0.0144064 -0.789558 0.613507 -0.0505024 -0.777914 0.626337 -0.165375 -0.302714 0.938624 -0.0792353 -0.573846 0.815121 -0.113481 -0.769812 0.628102 -0.0505024 -0.777914 0.626337 0.0412023 -0.995591 0.0842656 -0.113481 -0.769812 0.628102 -0.227766 -0.259053 0.938623 -0.0505024 -0.777914 0.626337 -0.113481 -0.769812 0.628102 -0.13556 -0.765918 0.628485 -0.227766 -0.259053 0.938623 -0.113481 -0.769812 0.628102 0.0412023 -0.995591 0.0842656 -0.13556 -0.765918 0.628485 -0.227014 -0.743552 0.628963 -0.260226 -0.51259 0.81825 -0.268222 -0.216895 0.938623 -0.227014 -0.743552 0.628963 -0.239168 -0.693149 0.679958 -0.260226 -0.51259 0.81825 -0.227014 -0.743552 0.628963 -0.216538 -0.80012 0.559392 -0.239168 -0.693149 0.679958 -0.227014 -0.743552 0.628963 -0.187989 -0.885791 0.424304 -0.216538 -0.80012 0.559392 -0.227014 -0.743552 0.628963 -0.148957 -0.954838 0.257092 -0.187989 -0.885791 0.424304 -0.227014 -0.743552 0.628963 -0.104405 -0.991129 0.0822318 -0.148957 -0.954838 0.257092 -0.227014 -0.743552 0.628963 -0.268222 -0.216895 0.938623 -0.13556 -0.765918 0.628485 -0.227014 -0.743552 0.628963 -0.13556 -0.765918 0.628485 -0.104405 -0.991129 0.0822318 -0.315965 0.948771 0 -0.430289 0.753615 0.496907 -0.429376 0.640094 0.637115 -0.315965 0.948771 0 -0.417201 0.842595 0.340555 -0.430289 0.753615 0.496907 -0.315965 0.948771 0 -0.390534 0.904169 0.173092 -0.417201 0.842595 0.340555 -0.315965 0.948771 0 -0.351157 0.936317 0 -0.390534 0.904169 0.173092 -0.186691 -0.290056 0.938623 -0.258049 -0.0737188 0.963315 -0.165377 -0.30271 0.938625 -0.394235 0.525542 0.753913 -0.369393 0.894373 0.252282 -0.315965 0.948771 0 -0.394235 0.525542 0.753913 -0.386249 0.843846 0.372473 -0.369393 0.894373 0.252282 -0.394235 0.525542 0.753913 -0.396399 0.778246 0.487032 -0.386249 0.843846 0.372473 -0.394235 0.525542 0.753913 -0.397602 0.630925 0.666217 -0.396399 0.778246 0.487032 -0.394235 0.525542 0.753913 -0.371918 0.408177 0.833708 -0.397602 0.630925 0.666217 -0.394235 0.525542 0.753913 -0.314627 0.132543 0.939916 -0.371918 0.408177 0.833708 -0.394235 0.525542 0.753913 -0.258049 -0.0737188 0.963315 -0.314627 0.132543 0.939916 -0.394235 0.525542 0.753913 -0.252998 -0.0887016 0.963392 -0.165377 -0.30271 0.938625 -0.394235 0.525542 0.753913 -0.326927 0.13008 0.936054 -0.252998 -0.0887016 0.963392 -0.394235 0.525542 0.753913 -0.395552 0.399431 0.827039 -0.326927 0.13008 0.936054 -0.394235 0.525542 0.753913 -0.429376 0.640094 0.637115 -0.395552 0.399431 0.827039 -0.394235 0.525542 0.753913 -0.315965 0.948771 0 -0.429376 0.640094 0.637115 -0.394235 0.525542 0.753913 -0.165377 -0.30271 0.938625 -0.258049 -0.0737188 0.963315 0.160029 0.60385 0.780869 0.19296 0.594147 0.780869 0.196529 0.592976 0.780869 0.160029 0.60385 0.780869 0.192003 0.594457 0.780869 0.19296 0.594147 0.780869 0.160029 0.60385 0.780869 0.19177 0.594532 0.780869 0.192003 0.594457 0.780869 0.160029 0.60385 0.780869 0.192518 0.59429 0.780869 0.19177 0.594532 0.780869 0.160029 0.60385 0.780869 0.194448 0.593662 0.780869 0.192518 0.59429 0.780869 0.160029 0.60385 0.780869 0.196967 0.59283 0.780869 0.194448 0.593662 0.780869 0.160029 0.60385 0.780869 0.20033 0.591703 0.780869 0.196967 0.59283 0.780869 0.426742 0.456218 0.780869 0.443661 0.439782 0.780869 0.441277 0.442175 0.780869 0.426742 0.456218 0.780869 0.441277 0.442175 0.780869 0.438879 0.444555 0.780869 0.426742 0.456218 0.780869 0.353356 0.515154 0.780869 0.443661 0.439782 0.780869 0.426742 0.456218 0.780869 0.302686 0.546466 0.780869 0.353356 0.515154 0.780869 0.42867 0.454407 0.780869 0.436468 0.446922 0.780869 0.432152 0.451097 0.780869 0.42867 0.454407 0.780869 0.438879 0.444555 0.780869 0.436468 0.446922 0.780869 0.42867 0.454407 0.780869 0.426742 0.456218 0.780869 0.438879 0.444555 0.780869 0.109452 0.615032 0.780869 0.205747 0.589841 0.780869 0.22026 0.584576 0.780869 0.109452 0.615032 0.780869 0.196529 0.592976 0.780869 0.205747 0.589841 0.780869 0.109452 0.615032 0.780869 0.102859 0.616169 0.780869 0.131588 0.610679 0.780869 0.109452 0.615032 0.780869 0.131588 0.610679 0.780869 0.160029 0.60385 0.780869 0.109452 0.615032 0.780869 0.160029 0.60385 0.780869 0.196529 0.592976 0.780869 0.109452 0.615032 0.780869 0.22026 0.584576 0.780869 0.302686 0.546466 0.780869 0.0840373 0.619017 0.780869 0.102859 0.616169 0.780869 0.109452 0.615032 0.780869 0.073904 0.620308 0.780869 0.102859 0.616169 0.780869 0.0840373 0.619017 0.780869 0.0572073 0.62207 0.780869 0.073904 0.620308 0.780869 0.0840373 0.619017 0.780869 0.0291161 0.624016 0.780869 0.073904 0.620308 0.780869 0.0572073 0.62207 0.780869 0.353356 0.515154 0.780869 0.302686 0.546466 0.780869 0.22026 0.584576 0.780869 -0.456425 0.889762 0 -0.651765 0.758421 0 -0.540356 0.841437 0 -0.456425 0.889762 0 -0.540356 0.841437 0 -0.451482 0.89228 0 -0.315961 0.948772 0 -0.451482 0.89228 0 -0.351234 0.936288 0 -0.315961 0.948772 0 -0.351234 0.936288 0 -0.315961 0.948772 0 -0.315961 0.948772 0 -0.456425 0.889762 0 -0.451482 0.89228 0 0.036573 -0.343 0.938623 0.0466334 -0.341777 0.938623 0.0538899 -0.340708 0.938623 0.0377981 -0.342867 0.938623 0.0466334 -0.341777 0.938623 0.036573 -0.343 0.938623 0.0244202 -0.344079 0.938623 0.036573 -0.343 0.938623 0.0190572 -0.344417 0.938623 0.0244202 -0.344079 0.938623 0.0377981 -0.342867 0.938623 0.036573 -0.343 0.938623 0.00149185 -0.344941 0.938623 0.0244202 -0.344079 0.938623 0.0190572 -0.344417 0.938623 -0.0775887 -0.336105 0.938623 0.00149185 -0.344941 0.938623 -0.0160773 -0.344569 0.938623 -0.0775887 -0.336105 0.938623 -0.0160773 -0.344569 0.938623 -0.0988584 -0.330475 0.938623 -0.0775887 -0.336105 0.938623 0.0244202 -0.344079 0.938623 0.00149185 -0.344941 0.938623 -0.165375 -0.302717 0.938623 -0.0775887 -0.336105 0.938623 -0.0988584 -0.330475 0.938623 -0.125996 -0.32111 0.938623 -0.0775887 -0.336105 0.938623 -0.165375 -0.302717 0.938623 -0.227767 -0.259053 0.938623 -0.165375 -0.302717 0.938623 -0.125996 -0.32111 0.938623 -0.227767 -0.259053 0.938623 -0.125996 -0.32111 0.938623 -0.165375 -0.302717 0.938623 -0.216414 -0.26861 0.938623 -0.186691 -0.290057 0.938623 -0.165375 -0.302717 0.938623 -0.216414 -0.26861 0.938623 -0.165375 -0.302717 0.938623 -0.227767 -0.259053 0.938623 -0.243694 -0.244131 0.938623 -0.216414 -0.26861 0.938623 -0.227767 -0.259053 0.938623 -0.268222 -0.216895 0.938623 -0.243694 -0.244131 0.938623 -0.227767 -0.259053 0.938623 -0.216741 -0.605144 0.766044 -0.190607 -0.613877 0.766044 -0.193924 -0.612837 0.766044 -0.216741 -0.605144 0.766044 -0.187284 -0.614899 0.766044 -0.190607 -0.613877 0.766044 -0.216741 -0.605144 0.766044 -0.183956 -0.615903 0.766044 -0.187284 -0.614899 0.766044 -0.216741 -0.605144 0.766044 -0.193924 -0.612837 0.766044 -0.201599 -0.610355 0.766044 -0.216741 -0.605144 0.766044 -0.201599 -0.610355 0.766044 -0.20808 -0.608176 0.766044 -0.216741 -0.605144 0.766044 -0.20808 -0.608176 0.766044 -0.21276 -0.606555 0.766044 -0.289338 -0.573985 0.766044 -0.183956 -0.615903 0.766044 -0.216741 -0.605144 0.766044 -0.300766 -0.568081 0.766044 -0.294204 -0.571507 0.766044 -0.289338 -0.573985 0.766044 -0.319048 -0.558018 0.766044 -0.289338 -0.573985 0.766044 -0.216741 -0.605144 0.766044 -0.319048 -0.558018 0.766044 -0.300766 -0.568081 0.766044 -0.289338 -0.573985 0.766044 -0.307289 -0.564579 0.766044 -0.300766 -0.568081 0.766044 -0.319048 -0.558018 0.766044 -0.320602 -0.557127 0.766044 -0.307289 -0.564579 0.766044 -0.319048 -0.558018 0.766044 -0.320745 -0.557045 0.766044 -0.307289 -0.564579 0.766044 -0.320602 -0.557127 0.766044 -0.31377 -0.561003 0.766044 -0.307289 -0.564579 0.766044 -0.320745 -0.557045 0.766044 -0.319522 -0.557747 0.766044 -0.31377 -0.561003 0.766044 -0.320745 -0.557045 0.766044 -0.31776 -0.558753 0.766044 -0.31377 -0.561003 0.766044 -0.319522 -0.557747 0.766044 -0.816337 -0.577576 0 -0.806751 -0.590892 0 -0.499771 -0.864991 0.0449378 -0.506857 -0.86085 0.045105 -0.499771 -0.864991 0.0449378 -0.107138 -0.990842 0.0821756 -0.506857 -0.86085 0.045105 -0.816337 -0.577576 0 -0.499771 -0.864991 0.0449378 -0.107127 -0.990844 0.0821765 -0.506857 -0.86085 0.045105 -0.107138 -0.990842 0.0821756 -0.801488 -0.598011 0 -0.499767 -0.864993 0.0449384 -0.806751 -0.590892 0 -0.494737 -0.867881 0.0449094 -0.499767 -0.864993 0.0449384 -0.801488 -0.598011 0 -0.104405 -0.991129 0.0822315 -0.107121 -0.990844 0.0821767 -0.499767 -0.864993 0.0449384 -0.104405 -0.991129 0.0822315 -0.499767 -0.864993 0.0449384 -0.494737 -0.867881 0.0449094 -0.781996 -0.623284 0 -0.777582 -0.628782 0 -0.637609 -0.515681 0.572301 -0.239313 -0.693006 0.680053 -0.795721 -0.605664 0 -0.791764 -0.610828 0 -0.216488 -0.800229 0.559255 -0.795721 -0.605664 0 -0.239313 -0.693006 0.680053 -0.187681 -0.886134 0.423725 -0.798978 -0.60136 0 -0.795721 -0.605664 0 -0.187681 -0.886134 0.423725 -0.795721 -0.605664 0 -0.216488 -0.800229 0.559255 -0.494737 -0.867881 0.0449132 -0.801487 -0.598012 0 -0.800649 -0.599133 0 -0.14905 -0.954661 0.257694 -0.800649 -0.599133 0 -0.798978 -0.60136 0 -0.14905 -0.954661 0.257694 -0.798978 -0.60136 0 -0.187681 -0.886134 0.423725 -0.14905 -0.954661 0.257694 -0.494737 -0.867881 0.0449132 -0.800649 -0.599133 0 -0.104404 -0.99113 0.0822316 -0.494737 -0.867881 0.0449132 -0.14905 -0.954661 0.257694 -0.610848 -0.612594 0.50159 -0.268218 -0.2169 0.938623 -0.260244 -0.512401 0.818363 -0.610848 -0.612594 0.50159 -0.637609 -0.515681 0.572301 -0.268218 -0.2169 0.938623 -0.610848 -0.612594 0.50159 -0.786113 -0.618083 0 -0.781996 -0.623284 0 -0.610848 -0.612594 0.50159 -0.781996 -0.623284 0 -0.637609 -0.515681 0.572301 -0.602463 -0.640964 0.475609 -0.610848 -0.612594 0.50159 -0.260244 -0.512401 0.818363 -0.602463 -0.640964 0.475609 -0.786113 -0.618083 0 -0.610848 -0.612594 0.50159 -0.590244 -0.680103 0.434824 -0.260244 -0.512401 0.818363 -0.239313 -0.693006 0.680053 -0.590244 -0.680103 0.434824 -0.791764 -0.610828 0 -0.786113 -0.618083 0 -0.590244 -0.680103 0.434824 -0.602463 -0.640964 0.475609 -0.260244 -0.512401 0.818363 -0.590244 -0.680103 0.434824 -0.786113 -0.618083 0 -0.602463 -0.640964 0.475609 -0.590244 -0.680103 0.434824 -0.239313 -0.693006 0.680053 -0.791764 -0.610828 0 -0.216414 -0.26861 0.938623 -0.330476 -0.513452 0.79193 -0.186691 -0.290057 0.938623 -0.383091 -0.475487 0.79193 -0.443825 -0.689559 0.572301 -0.330476 -0.513452 0.79193 -0.383091 -0.475487 0.79193 -0.216414 -0.26861 0.938623 -0.243694 -0.244131 0.938623 -0.383091 -0.475487 0.79193 -0.330476 -0.513452 0.79193 -0.216414 -0.26861 0.938623 -0.514486 -0.638573 0.572301 -0.516298 -0.802159 0.299963 -0.443825 -0.689559 0.572301 -0.514486 -0.638573 0.572301 -0.443825 -0.689559 0.572301 -0.383091 -0.475487 0.79193 -0.598498 -0.742847 0.299963 -0.627389 -0.778706 0 -0.541221 -0.840881 0 -0.598498 -0.742847 0.299963 -0.541221 -0.840881 0 -0.516298 -0.802159 0.299963 -0.598498 -0.742847 0.299963 -0.516298 -0.802159 0.299963 -0.514486 -0.638573 0.572301 -0.431381 -0.432155 0.79193 -0.243694 -0.244131 0.938623 -0.268222 -0.216895 0.938623 -0.431381 -0.432155 0.79193 -0.268222 -0.216895 0.938623 -0.637651 -0.515629 0.5723 -0.431381 -0.432155 0.79193 -0.383091 -0.475487 0.79193 -0.243694 -0.244131 0.938623 -0.579339 -0.580378 0.572301 -0.514486 -0.638573 0.572301 -0.383091 -0.475487 0.79193 -0.579339 -0.580378 0.572301 -0.383091 -0.475487 0.79193 -0.431381 -0.432155 0.79193 -0.579339 -0.580378 0.572301 -0.431381 -0.432155 0.79193 -0.637651 -0.515629 0.5723 -0.673941 -0.675149 0.299963 -0.706473 -0.70774 0 -0.627389 -0.778706 0 -0.673941 -0.675149 0.299963 -0.777581 -0.628782 0 -0.706473 -0.70774 0 -0.673941 -0.675149 0.299963 -0.637651 -0.515629 0.5723 -0.777581 -0.628782 0 -0.673941 -0.675149 0.299963 -0.579339 -0.580378 0.572301 -0.637651 -0.515629 0.5723 -0.673941 -0.675149 0.299963 -0.627389 -0.778706 0 -0.598498 -0.742847 0.299963 -0.673941 -0.675149 0.299963 -0.514486 -0.638573 0.572301 -0.579339 -0.580378 0.572301 -0.673941 -0.675149 0.299963 -0.598498 -0.742847 0.299963 -0.514486 -0.638573 0.572301 -0.488997 -0.872285 0 -0.48814 -0.872765 0 -0.853864 -0.520495 0 -0.516298 -0.802159 0.299964 -0.541221 -0.840881 0 -0.529323 -0.848421 0 -0.186691 -0.290057 0.938623 -0.330476 -0.513452 0.79193 -0.258148 -0.0736911 0.963291 -0.717558 -0.29836 0.629359 -0.508943 -0.8608 0 -0.502574 -0.864534 0 -0.828192 -0.517416 0.215356 -0.491997 -0.870597 0 -0.488997 -0.872285 0 -0.828192 -0.517416 0.215356 -0.488997 -0.872285 0 -0.853864 -0.520495 0 -0.802605 -0.53892 0.255715 -0.491997 -0.870597 0 -0.828192 -0.517416 0.215356 -0.770501 0.613907 0.1716 -0.315961 0.948772 0 -0.369352 0.894463 0.252022 -0.770501 0.613907 0.1716 -0.987484 0.157721 0 -0.866775 0.498699 0 -0.770501 0.613907 0.1716 -0.866775 0.498699 0 -0.632805 0.774311 0 -0.770501 0.613907 0.1716 -0.632805 0.774311 0 -0.315961 0.948772 0 -0.774191 -0.562827 0.289574 -0.496824 -0.867851 0 -0.491997 -0.870597 0 -0.774191 -0.562827 0.289574 -0.491997 -0.870597 0 -0.802605 -0.53892 0.255715 -0.774191 -0.562827 0.289574 -0.802605 -0.53892 0.255715 -0.876492 -0.0859251 0.473686 -0.759569 0.473095 0.446359 -0.369352 0.894463 0.252022 -0.386125 0.843838 0.372619 -0.759569 0.473095 0.446359 -0.770501 0.613907 0.1716 -0.369352 0.894463 0.252022 -0.747152 -0.585801 0.314009 -0.502574 -0.864534 0 -0.496824 -0.867851 0 -0.747152 -0.585801 0.314009 -0.717558 -0.29836 0.629359 -0.502574 -0.864534 0 -0.747152 -0.585801 0.314009 -0.496824 -0.867851 0 -0.774191 -0.562827 0.289574 -0.747152 -0.585801 0.314009 -0.774191 -0.562827 0.289574 -0.876492 -0.0859251 0.473686 -0.746942 0.438125 0.500124 -0.386125 0.843838 0.372619 -0.396382 0.778229 0.487074 -0.746942 0.438125 0.500124 -0.759569 0.473095 0.446359 -0.386125 0.843838 0.372619 -0.731922 0.398683 0.552577 -0.396382 0.778229 0.487074 -0.397779 0.630908 0.666129 -0.731922 0.398683 0.552577 -0.746942 0.438125 0.500124 -0.396382 0.778229 0.487074 -0.731922 0.398683 0.552577 -0.876492 -0.0859251 0.473686 -0.746942 0.438125 0.500124 -0.639926 0.173536 0.748586 -0.397779 0.630908 0.666129 -0.371919 0.40819 0.833701 -0.639926 0.173536 0.748586 -0.371919 0.40819 0.833701 -0.717558 -0.29836 0.629359 -0.639926 0.173536 0.748586 -0.747152 -0.585801 0.314009 -0.876492 -0.0859251 0.473686 -0.639926 0.173536 0.748586 -0.876492 -0.0859251 0.473686 -0.731922 0.398683 0.552577 -0.639926 0.173536 0.748586 -0.731922 0.398683 0.552577 -0.397779 0.630908 0.666129 -0.639926 0.173536 0.748586 -0.717558 -0.29836 0.629359 -0.747152 -0.585801 0.314009 -0.59388 -0.472599 0.651119 -0.371919 0.40819 0.833701 -0.314633 0.132442 0.939928 -0.59388 -0.472599 0.651119 -0.518148 -0.855291 0 -0.508943 -0.8608 0 -0.59388 -0.472599 0.651119 -0.508943 -0.8608 0 -0.717558 -0.29836 0.629359 -0.59388 -0.472599 0.651119 -0.717558 -0.29836 0.629359 -0.371919 0.40819 0.833701 -0.551314 -0.534176 0.640866 -0.314633 0.132442 0.939928 -0.258148 -0.0736911 0.963291 -0.551314 -0.534176 0.640866 -0.529323 -0.848421 0 -0.518148 -0.855291 0 -0.551314 -0.534176 0.640866 -0.59388 -0.472599 0.651119 -0.314633 0.132442 0.939928 -0.551314 -0.534176 0.640866 -0.518148 -0.855291 0 -0.59388 -0.472599 0.651119 -0.51782 -0.58282 0.626245 -0.330476 -0.513452 0.79193 -0.443825 -0.689559 0.572301 -0.51782 -0.58282 0.626245 -0.443825 -0.689559 0.572301 -0.516298 -0.802159 0.299964 -0.51782 -0.58282 0.626245 -0.516298 -0.802159 0.299964 -0.529323 -0.848421 0 -0.51782 -0.58282 0.626245 -0.529323 -0.848421 0 -0.551314 -0.534176 0.640866 -0.51782 -0.58282 0.626245 -0.258148 -0.0736911 0.963291 -0.330476 -0.513452 0.79193 -0.51782 -0.58282 0.626245 -0.551314 -0.534176 0.640866 -0.258148 -0.0736911 0.963291 -0.959562 0.0424453 0.278277 -0.853864 -0.520495 0 -0.979008 -0.203824 0 -0.959562 0.0424453 0.278277 -0.979008 -0.203824 0 -0.987484 0.157721 0 -0.959562 0.0424453 0.278277 -0.770501 0.613907 0.1716 -0.759569 0.473095 0.446359 -0.959562 0.0424453 0.278277 -0.987484 0.157721 0 -0.770501 0.613907 0.1716 -0.959562 0.0424453 0.278277 -0.828192 -0.517416 0.215356 -0.853864 -0.520495 0 -0.924271 -0.0228055 0.381056 -0.759569 0.473095 0.446359 -0.746942 0.438125 0.500124 -0.924271 -0.0228055 0.381056 -0.746942 0.438125 0.500124 -0.876492 -0.0859251 0.473686 -0.924271 -0.0228055 0.381056 -0.876492 -0.0859251 0.473686 -0.802605 -0.53892 0.255715 -0.924271 -0.0228055 0.381056 -0.802605 -0.53892 0.255715 -0.828192 -0.517416 0.215356 -0.924271 -0.0228055 0.381056 -0.959562 0.0424453 0.278277 -0.759569 0.473095 0.446359 -0.924271 -0.0228055 0.381056 -0.828192 -0.517416 0.215356 -0.959562 0.0424453 0.278277 -0.522941 -0.373777 0.766044 -0.478179 -0.557347 0.678756 -0.321471 -0.849486 0.418366 -0.522941 -0.373777 0.766044 -0.526097 -0.369321 0.766044 -0.478179 -0.557347 0.678756 -0.365071 -0.790682 0.491472 -0.321471 -0.849486 0.418366 -0.107127 -0.990844 0.0821765 -0.365071 -0.790682 0.491472 -0.522941 -0.373777 0.766044 -0.321471 -0.849486 0.418366 -0.107127 -0.990844 0.0821765 -0.365071 -0.790682 0.491472 -0.107127 -0.990844 0.0821765 -0.449111 -0.459867 0.766043 -0.522941 -0.373777 0.766044 -0.365071 -0.790682 0.491472 -0.449111 -0.459867 0.766043 -0.365071 -0.790682 0.491472 -0.107126 -0.990844 0.0821765 -0.227907 -0.840428 0.491669 -0.449111 -0.459867 0.766043 -0.107126 -0.990844 0.0821765 0.057418 -0.994964 0.0821571 -0.227907 -0.840428 0.491669 -0.107126 -0.990844 0.0821765 -0.853845 -0.520528 0 -0.48814 -0.872765 0 -0.48814 -0.872765 0 -0.853845 -0.520528 0 -0.48814 -0.872765 0 -0.897851 -0.4403 0 -0.979016 -0.203784 0 -0.897851 -0.4403 0 -0.994753 -0.10231 0 -0.979016 -0.203784 0 -0.853845 -0.520528 0 -0.897851 -0.4403 0 -0.987478 0.157754 0 -0.994753 -0.10231 0 -0.939197 0.343378 0 -0.987478 0.157754 0 -0.979016 -0.203784 0 -0.994753 -0.10231 0 -0.866797 0.49866 0 -0.939197 0.343378 0 -0.705577 0.708633 0 -0.866797 0.49866 0 -0.987478 0.157754 0 -0.939197 0.343378 0 -0.632755 0.774352 0 -0.705577 0.708633 0 -0.315961 0.948772 0 -0.632755 0.774352 0 -0.866797 0.49866 0 -0.705577 0.708633 0 -0.315961 0.948772 0 -0.632755 0.774352 0 -0.315961 0.948772 0 -0.507732 -0.860337 0.0450306 -0.816337 -0.577576 0 -0.506858 -0.860849 0.0451037 -0.507732 -0.860337 0.0450306 -0.816766 -0.576969 0 -0.816337 -0.577576 0 -0.107127 -0.990844 0.0821765 -0.506858 -0.860849 0.0451037 -0.107127 -0.990844 0.0821765 -0.107127 -0.990844 0.0821765 -0.507732 -0.860337 0.0450306 -0.506858 -0.860849 0.0451037 -0.555324 -0.827564 0.0821765 -0.555324 -0.827564 0.0821765 -0.555324 -0.827564 0.0821765 -0.555324 -0.827564 0.0821765 -0.555324 -0.827564 0.0821765 -0.555324 -0.827564 0.0821765 -0.555324 -0.827564 0.0821765 -0.41003 -0.90816 0.0843865 -0.411542 -0.90768 0.082157 -0.555324 -0.827564 0.0821765 -0.411542 -0.90768 0.082157 -0.555324 -0.827564 0.0821765 -0.555324 -0.827564 0.0821764 -0.555324 -0.827564 0.0821765 -0.555324 -0.827564 0.0821765 -0.279831 -0.956327 0.0844548 -0.320817 -0.943354 0.0846094 -0.159134 -0.98375 0.0831391 -0.436889 -0.895569 0.0841656 -0.320817 -0.943354 0.0846094 -0.279831 -0.956327 0.0844548 -0.410023 -0.908163 0.0843907 -0.436889 -0.895569 0.0841656 -0.279831 -0.956327 0.0844548 -0.555324 -0.827564 0.0821765 -0.553047 -0.829082 0.0822316 -0.436889 -0.895569 0.0841656 -0.555324 -0.827564 0.0821765 -0.555324 -0.827564 0.0821765 -0.436889 -0.895569 0.0841656 -0.555324 -0.827564 0.0821765 -0.436889 -0.895569 0.0841656 -0.410023 -0.908163 0.0843907 -0.227889 -0.754974 0.614882 -0.196502 -0.855326 0.479378 -0.159103 -0.983755 0.0831414 -0.227889 -0.754974 0.614882 -0.197536 -0.622343 0.757409 -0.196502 -0.855326 0.479378 -0.227889 -0.754974 0.614882 -0.174365 -0.297629 0.938623 -0.197536 -0.622343 0.757409 -0.251431 -0.746072 0.61657 -0.266875 -0.21855 0.938623 -0.174365 -0.297629 0.938623 -0.251431 -0.746072 0.61657 -0.227889 -0.754974 0.614882 -0.159103 -0.983755 0.0831414 -0.251431 -0.746072 0.61657 -0.174365 -0.297629 0.938623 -0.227889 -0.754974 0.614882 -0.297131 -0.726263 0.619884 -0.159103 -0.983755 0.0831414 -0.320808 -0.943359 0.0845954 -0.297131 -0.726263 0.619884 -0.266875 -0.21855 0.938623 -0.251431 -0.746072 0.61657 -0.297131 -0.726263 0.619884 -0.251431 -0.746072 0.61657 -0.159103 -0.983755 0.0831414 -0.343244 -0.7029 0.622989 -0.297131 -0.726263 0.619884 -0.320808 -0.943359 0.0845954 -0.343244 -0.7029 0.622989 -0.266875 -0.21855 0.938623 -0.297131 -0.726263 0.619884 -0.436025 -0.645112 0.627465 -0.320808 -0.943359 0.0845954 -0.436886 -0.895572 0.0841578 -0.406308 -0.665293 0.626338 -0.316307 -0.137611 0.938623 -0.266875 -0.21855 0.938623 -0.406308 -0.665293 0.626338 -0.266875 -0.21855 0.938623 -0.343244 -0.7029 0.622989 -0.406308 -0.665293 0.626338 -0.343244 -0.7029 0.622989 -0.320808 -0.943359 0.0845954 -0.406308 -0.665293 0.626338 -0.320808 -0.943359 0.0845954 -0.436025 -0.645112 0.627465 -0.406308 -0.665293 0.626338 -0.436025 -0.645112 0.627465 -0.316307 -0.137611 0.938623 -0.451502 -0.633923 0.627923 -0.436025 -0.645112 0.627465 -0.436886 -0.895572 0.0841578 -0.451502 -0.633923 0.627923 -0.316307 -0.137611 0.938623 -0.436025 -0.645112 0.627465 -0.506852 -0.589571 0.628894 -0.338295 -0.067403 0.938623 -0.316307 -0.137611 0.938623 -0.506852 -0.589571 0.628894 -0.436886 -0.895572 0.0841578 -0.553049 -0.829081 0.0822301 -0.506852 -0.589571 0.628894 -0.316307 -0.137611 0.938623 -0.451502 -0.633923 0.627923 -0.506852 -0.589571 0.628894 -0.451502 -0.633923 0.627923 -0.436886 -0.895572 0.0841578 -0.546558 -0.552884 0.628962 -0.468638 -0.332957 0.818241 -0.338295 -0.067403 0.938623 -0.546558 -0.552884 0.628962 -0.533861 -0.5025 0.680063 -0.468638 -0.332957 0.818241 -0.546558 -0.552884 0.628962 -0.563279 -0.606563 0.561068 -0.533861 -0.5025 0.680063 -0.546558 -0.552884 0.628962 -0.578099 -0.696885 0.424445 -0.563279 -0.606563 0.561068 -0.546558 -0.552884 0.628962 -0.575638 -0.776213 0.257167 -0.578099 -0.696885 0.424445 -0.546558 -0.552884 0.628962 -0.553049 -0.829081 0.0822301 -0.575638 -0.776213 0.257167 -0.546558 -0.552884 0.628962 -0.338295 -0.067403 0.938623 -0.506852 -0.589571 0.628894 -0.546558 -0.552884 0.628962 -0.506852 -0.589571 0.628894 -0.553049 -0.829081 0.0822301 -0.165377 -0.302718 0.938623 -0.218471 -0.0734258 0.973077 -0.165372 -0.302736 0.938618 -0.203962 0.621359 0.756513 -0.244842 -0.24298 0.938623 -0.27686 -0.205754 0.938623 -0.203962 0.621359 0.756513 0.0537509 0.998554 0 -0.0495393 0.998772 0 -0.104915 0.648543 0.753913 0.0885517 0.96359 0.252294 0.161143 0.986931 0 -0.104915 0.648543 0.753913 0.0501433 0.926681 0.372488 0.0885517 0.96359 0.252294 -0.104915 0.648543 0.753913 0.0106677 0.873308 0.487051 0.0501433 0.926681 0.372488 -0.104915 0.648543 0.753913 -0.0588574 0.743425 0.666224 0.0106677 0.873308 0.487051 -0.104915 0.648543 0.753913 -0.139621 0.53428 0.833697 -0.0588574 0.743425 0.666224 -0.104915 0.648543 0.753913 -0.216985 0.263603 0.93991 -0.139621 0.53428 0.833697 -0.104915 0.648543 0.753913 -0.262747 0.0546622 0.963315 -0.216985 0.263603 0.93991 -0.104915 0.648543 0.753913 -0.300103 -0.170073 0.938623 -0.262747 0.0546622 0.963315 -0.270849 0.584053 0.765195 -0.165372 -0.302736 0.938618 -0.244842 -0.24298 0.938623 -0.270849 0.584053 0.765195 -0.259203 0.160011 0.952476 -0.218471 -0.0734258 0.973077 -0.270849 0.584053 0.765195 -0.289797 0.445062 0.847312 -0.259203 0.160011 0.952476 -0.270849 0.584053 0.765195 -0.29301 0.69573 0.655823 -0.289797 0.445062 0.847312 -0.270849 0.584053 0.765195 -0.165377 -0.302718 0.938623 -0.165372 -0.302736 0.938618 -0.270849 0.584053 0.765195 -0.218471 -0.0734258 0.973077 -0.165377 -0.302718 0.938623 -0.262832 0.674496 0.689909 -0.270849 0.584053 0.765195 -0.0495393 0.998772 0 -0.262832 0.674496 0.689909 -0.29301 0.69573 0.655823 -0.270849 0.584053 0.765195 -0.251155 0.755577 0.605 -0.281317 0.811325 0.512457 -0.29301 0.69573 0.655823 -0.251155 0.755577 0.605 -0.29301 0.69573 0.655823 -0.262832 0.674496 0.689909 -0.251155 0.755577 0.605 -0.262832 0.674496 0.689909 -0.0495393 0.998772 0 -0.231036 0.844214 0.483658 -0.0495393 0.998772 0 -0.191967 0.981401 0 -0.231036 0.844214 0.483658 -0.260049 0.899278 0.351672 -0.281317 0.811325 0.512457 -0.231036 0.844214 0.483658 -0.229922 0.956628 0.178881 -0.260049 0.899278 0.351672 -0.231036 0.844214 0.483658 -0.191967 0.981401 0 -0.229922 0.956628 0.178881 -0.231036 0.844214 0.483658 -0.281317 0.811325 0.512457 -0.251155 0.755577 0.605 -0.231036 0.844214 0.483658 -0.251155 0.755577 0.605 -0.0495393 0.998772 0 -0.230627 0.609256 0.758696 -0.270849 0.584053 0.765195 -0.244842 -0.24298 0.938623 -0.230627 0.609256 0.758696 -0.0495393 0.998772 0 -0.270849 0.584053 0.765195 -0.230627 0.609256 0.758696 -0.203962 0.621359 0.756513 -0.0495393 0.998772 0 -0.230627 0.609256 0.758696 -0.244842 -0.24298 0.938623 -0.203962 0.621359 0.756513 -0.167791 0.634059 0.754861 -0.203962 0.621359 0.756513 -0.27686 -0.205754 0.938623 -0.167791 0.634059 0.754861 0.0537509 0.998554 0 -0.203962 0.621359 0.756513 -0.134095 0.642877 0.75414 -0.27686 -0.205754 0.938623 -0.300103 -0.170073 0.938623 -0.134095 0.642877 0.75414 0.161143 0.986931 0 0.0537509 0.998554 0 -0.134095 0.642877 0.75414 -0.300103 -0.170073 0.938623 -0.104915 0.648543 0.753913 -0.134095 0.642877 0.75414 -0.104915 0.648543 0.753913 0.161143 0.986931 0 -0.134095 0.642877 0.75414 0.0537509 0.998554 0 -0.167791 0.634059 0.754861 -0.134095 0.642877 0.75414 -0.167791 0.634059 0.754861 -0.27686 -0.205754 0.938623 0.422322 0.460313 0.780869 0.452361 0.430829 0.780869 0.448392 0.434958 0.780869 0.422322 0.460313 0.780869 0.448392 0.434958 0.780869 0.446375 0.437028 0.780869 0.422322 0.460313 0.780869 0.446375 0.437028 0.780869 0.446298 0.437107 0.780869 0.422322 0.460313 0.780869 0.446298 0.437107 0.780869 0.448112 0.435246 0.780869 0.589877 0.205644 0.780869 0.59722 0.183228 0.780869 0.59622 0.186455 0.780869 0.589877 0.205644 0.780869 0.59622 0.186455 0.780869 0.595203 0.189677 0.780869 0.589877 0.205644 0.780869 0.552285 0.291933 0.780869 0.59722 0.183228 0.780869 0.589877 0.205644 0.780869 0.52197 0.343207 0.780869 0.552285 0.291933 0.780869 0.590742 0.203144 0.780869 0.594169 0.192893 0.780869 0.592287 0.198596 0.780869 0.590742 0.203144 0.780869 0.595203 0.189677 0.780869 0.594169 0.192893 0.780869 0.590742 0.203144 0.780869 0.589877 0.205644 0.780869 0.595203 0.189677 0.780869 0.382734 0.493719 0.780869 0.448112 0.435246 0.780869 0.450437 0.43284 0.780869 0.382734 0.493719 0.780869 0.450437 0.43284 0.780869 0.453456 0.429676 0.780869 0.382734 0.493719 0.780869 0.453456 0.429676 0.780869 0.459871 0.422803 0.780869 0.382734 0.493719 0.780869 0.459871 0.422803 0.780869 0.466697 0.415257 0.780869 0.382734 0.493719 0.780869 0.377425 0.497789 0.780869 0.400312 0.479577 0.780869 0.382734 0.493719 0.780869 0.400312 0.479577 0.780869 0.422322 0.460313 0.780869 0.382734 0.493719 0.780869 0.466697 0.415257 0.780869 0.52197 0.343207 0.780869 0.382734 0.493719 0.780869 0.422322 0.460313 0.780869 0.448112 0.435246 0.780869 0.362092 0.509052 0.780869 0.377425 0.497789 0.780869 0.382734 0.493719 0.780869 0.35371 0.514911 0.780869 0.377425 0.497789 0.780869 0.362092 0.509052 0.780869 0.33974 0.524234 0.780869 0.35371 0.514911 0.780869 0.362092 0.509052 0.780869 0.315776 0.539008 0.780869 0.35371 0.514911 0.780869 0.33974 0.524234 0.780869 0.552285 0.291933 0.780869 0.52197 0.343207 0.780869 0.466697 0.415257 0.780869 0.00934924 0.999956 0 -0.224654 0.974439 0 -0.191976 0.9814 0 0.00934924 0.999956 0 -0.191976 0.9814 0 -0.0493696 0.998781 0 0.00934924 0.999956 0 -0.0493696 0.998781 0 0.0536202 0.998561 0 0.161147 0.98693 0 0.0536202 0.998561 0 0.161147 0.98693 0 0.161147 0.98693 0 0.00934924 0.999956 0 0.0536202 0.998561 0 -0.127016 -0.320707 0.938623 -0.117539 -0.324301 0.938623 -0.110618 -0.326726 0.938623 -0.125864 -0.321161 0.938623 -0.117539 -0.324301 0.938623 -0.127016 -0.320707 0.938623 -0.138278 -0.316015 0.938623 -0.127016 -0.320707 0.938623 -0.143184 -0.313823 0.938623 -0.138278 -0.316015 0.938623 -0.125864 -0.321161 0.938623 -0.127016 -0.320707 0.938623 -0.158981 -0.306123 0.938623 -0.138278 -0.316015 0.938623 -0.143184 -0.313823 0.938623 -0.165375 -0.302717 0.938623 -0.158981 -0.306123 0.938623 -0.174365 -0.297629 0.938623 -0.165375 -0.302717 0.938623 -0.138278 -0.316015 0.938623 -0.158981 -0.306123 0.938623 -0.266875 -0.21855 0.938623 -0.165375 -0.302717 0.938623 -0.174365 -0.297629 0.938623 -0.244841 -0.24298 0.938623 -0.165375 -0.302717 0.938623 -0.266875 -0.21855 0.938623 -0.276861 -0.205754 0.938623 -0.244841 -0.24298 0.938623 -0.266875 -0.21855 0.938623 -0.316305 -0.137613 0.938623 -0.276861 -0.205754 0.938623 -0.266875 -0.21855 0.938623 -0.300103 -0.170073 0.938623 -0.276861 -0.205754 0.938623 -0.316305 -0.137613 0.938623 -0.316454 -0.13727 0.938623 -0.300103 -0.170073 0.938623 -0.316305 -0.137613 0.938623 -0.329233 -0.102917 0.938623 -0.316454 -0.13727 0.938623 -0.316305 -0.137613 0.938623 -0.338295 -0.0674018 0.938623 -0.329233 -0.102917 0.938623 -0.316305 -0.137613 0.938623 -0.473139 -0.435104 0.766044 -0.454057 -0.454982 0.766044 -0.456511 -0.452519 0.766044 -0.473139 -0.435104 0.766044 -0.45159 -0.45743 0.766044 -0.454057 -0.454982 0.766044 -0.473139 -0.435104 0.766044 -0.449109 -0.459866 0.766044 -0.45159 -0.45743 0.766044 -0.473139 -0.435104 0.766044 -0.456511 -0.452519 0.766044 -0.462154 -0.446755 0.766044 -0.473139 -0.435104 0.766044 -0.462154 -0.446755 0.766044 -0.46688 -0.441814 0.766044 -0.473139 -0.435104 0.766044 -0.46688 -0.441814 0.766044 -0.47027 -0.438203 0.766044 -0.522941 -0.373777 0.766044 -0.449109 -0.459866 0.766044 -0.473139 -0.435104 0.766044 -0.530315 -0.363237 0.766044 -0.526097 -0.369321 0.766044 -0.522941 -0.373777 0.766044 -0.541827 -0.345831 0.766044 -0.522941 -0.373777 0.766044 -0.473139 -0.435104 0.766044 -0.541827 -0.345831 0.766044 -0.530315 -0.363237 0.766044 -0.522941 -0.373777 0.766044 -0.534464 -0.357106 0.766044 -0.530315 -0.363237 0.766044 -0.541827 -0.345831 0.766044 -0.542789 -0.34432 0.766044 -0.534464 -0.357106 0.766044 -0.541827 -0.345831 0.766044 -0.542877 -0.344181 0.766044 -0.534464 -0.357106 0.766044 -0.542789 -0.34432 0.766044 -0.538541 -0.350927 0.766044 -0.534464 -0.357106 0.766044 -0.542877 -0.344181 0.766044 -0.542121 -0.345371 0.766044 -0.538541 -0.350927 0.766044 -0.542877 -0.344181 0.766044 -0.541028 -0.347081 0.766044 -0.538541 -0.350927 0.766044 -0.542121 -0.345371 0.766044 -0.991243 -0.132047 0 -0.988943 -0.148293 0 -0.844507 -0.533656 0.0449378 -0.848856 -0.526697 0.045105 -0.844507 -0.533656 0.0449378 -0.555334 -0.827558 0.0821756 -0.848856 -0.526697 0.045105 -0.991243 -0.132047 0 -0.844507 -0.533656 0.0449378 -0.555324 -0.827564 0.0821765 -0.848856 -0.526697 0.045105 -0.555334 -0.827558 0.0821756 -0.987592 -0.157043 0 -0.844504 -0.53366 0.0449384 -0.988943 -0.148293 0 -0.841393 -0.538555 0.0449094 -0.844504 -0.53366 0.0449384 -0.987592 -0.157043 0 -0.553047 -0.829082 0.0822315 -0.555319 -0.827568 0.0821767 -0.844504 -0.53366 0.0449384 -0.553047 -0.829082 0.0822315 -0.844504 -0.53366 0.0449384 -0.841393 -0.538555 0.0449094 -0.982066 -0.188538 0 -0.980724 -0.195399 0 -0.804224 -0.160298 0.5723 -0.533898 -0.502228 0.680235 -0.98604 -0.166507 0 -0.984937 -0.172912 0 -0.563299 -0.606603 0.561005 -0.98604 -0.166507 0 -0.533898 -0.502228 0.680235 -0.577971 -0.697343 0.423866 -0.986926 -0.161176 0 -0.98604 -0.166507 0 -0.577971 -0.697343 0.423866 -0.98604 -0.166507 0 -0.563299 -0.606603 0.561005 -0.841393 -0.538554 0.0449123 -0.987592 -0.157042 0 -0.987371 -0.158426 0 -0.575643 -0.775997 0.257806 -0.987371 -0.158426 0 -0.986926 -0.161176 0 -0.575643 -0.775997 0.257806 -0.986926 -0.161176 0 -0.577971 -0.697343 0.423866 -0.575643 -0.775997 0.257806 -0.841393 -0.538554 0.0449123 -0.987371 -0.158426 0 -0.553047 -0.829082 0.0822299 -0.841393 -0.538554 0.0449123 -0.575643 -0.775997 0.257806 -0.825515 -0.258316 0.501795 -0.338296 -0.0674014 0.938623 -0.468573 -0.332778 0.818351 -0.825515 -0.258316 0.501795 -0.804224 -0.160298 0.5723 -0.338296 -0.0674014 0.938623 -0.825515 -0.258316 0.501795 -0.983306 -0.181957 0 -0.982066 -0.188538 0 -0.825515 -0.258316 0.501795 -0.982066 -0.188538 0 -0.804224 -0.160298 0.5723 -0.831328 -0.287573 0.4756 -0.825515 -0.258316 0.501795 -0.468573 -0.332778 0.818351 -0.831328 -0.287573 0.4756 -0.983306 -0.181957 0 -0.825515 -0.258316 0.501795 -0.838687 -0.327956 0.434798 -0.468573 -0.332778 0.818351 -0.533898 -0.502228 0.680235 -0.838687 -0.327956 0.434798 -0.984937 -0.172912 0 -0.983306 -0.181957 0 -0.838687 -0.327956 0.434798 -0.831328 -0.287573 0.4756 -0.468573 -0.332778 0.818351 -0.838687 -0.327956 0.434798 -0.983306 -0.181957 0 -0.831328 -0.287573 0.4756 -0.838687 -0.327956 0.434798 -0.533898 -0.502228 0.680235 -0.984937 -0.172912 0 -0.917408 -0.397948 0 -0.870004 -0.493045 0 -0.829941 -0.47034 0.299963 -0.560181 -0.242992 0.79193 -0.531235 -0.301059 0.79193 -0.300103 -0.170073 0.938623 -0.560181 -0.242992 0.79193 -0.713441 -0.404318 0.572301 -0.531235 -0.301059 0.79193 -0.560181 -0.242992 0.79193 -0.300103 -0.170073 0.938623 -0.316454 -0.13727 0.938623 -0.752315 -0.326335 0.572301 -0.829941 -0.47034 0.299963 -0.713441 -0.404318 0.572301 -0.752315 -0.326335 0.572301 -0.713441 -0.404318 0.572301 -0.560181 -0.242992 0.79193 -0.875162 -0.379623 0.299963 -0.829941 -0.47034 0.299963 -0.752315 -0.326335 0.572301 -0.875162 -0.379623 0.299963 -0.917408 -0.397948 0 -0.829941 -0.47034 0.299963 -0.582801 -0.182181 0.79193 -0.338295 -0.0674018 0.938623 -0.804237 -0.160236 0.5723 -0.582801 -0.182181 0.79193 -0.316454 -0.13727 0.938623 -0.329233 -0.102917 0.938623 -0.582801 -0.182181 0.79193 -0.329233 -0.102917 0.938623 -0.338295 -0.0674018 0.938623 -0.582801 -0.182181 0.79193 -0.560181 -0.242992 0.79193 -0.316454 -0.13727 0.938623 -0.782694 -0.244667 0.572301 -0.752315 -0.326335 0.572301 -0.560181 -0.242992 0.79193 -0.782694 -0.244667 0.572301 -0.560181 -0.242992 0.79193 -0.582801 -0.182181 0.79193 -0.782694 -0.244667 0.572301 -0.582801 -0.182181 0.79193 -0.804237 -0.160236 0.5723 -0.910502 -0.284619 0.299963 -0.804237 -0.160236 0.5723 -0.980724 -0.195399 0 -0.910502 -0.284619 0.299963 -0.954454 -0.298358 0 -0.917408 -0.397948 0 -0.910502 -0.284619 0.299963 -0.980724 -0.195399 0 -0.954454 -0.298358 0 -0.910502 -0.284619 0.299963 -0.917408 -0.397948 0 -0.875162 -0.379623 0.299963 -0.910502 -0.284619 0.299963 -0.752315 -0.326335 0.572301 -0.782694 -0.244667 0.572301 -0.910502 -0.284619 0.299963 -0.782694 -0.244667 0.572301 -0.804237 -0.160236 0.5723 -0.910502 -0.284619 0.299963 -0.875162 -0.379623 0.299963 -0.752315 -0.326335 0.572301 -0.838357 -0.545122 0 -0.837821 -0.545945 0 -0.997946 -0.0640651 0 -0.829941 -0.47034 0.299964 -0.870004 -0.493045 0 -0.862972 -0.505252 0 -0.300103 -0.170073 0.938623 -0.531235 -0.301059 0.79193 -0.262823 0.0547325 0.96329 -0.774016 0.0692517 0.629367 -0.85068 -0.525683 0 -0.846776 -0.531949 0 -0.973778 -0.0732812 0.215374 -0.840229 -0.542232 0 -0.838357 -0.545122 0 -0.973778 -0.0732812 0.215374 -0.838357 -0.545122 0 -0.997946 -0.0640651 0 -0.961115 -0.104214 0.25573 -0.840229 -0.542232 0 -0.973778 -0.0732812 0.215374 -0.396948 0.901656 0.171607 0.161147 0.98693 0 0.0886292 0.963651 0.252033 -0.396948 0.901656 0.171607 -0.801077 0.598561 0 -0.535735 0.844386 0 -0.396948 0.901656 0.171607 -0.535735 0.844386 0 -0.200481 0.979698 0 -0.396948 0.901656 0.171607 -0.200481 0.979698 0 0.161147 0.98693 0 -0.947066 -0.138587 0.289585 -0.843227 -0.537558 0 -0.840229 -0.542232 0 -0.947066 -0.138587 0.289585 -0.840229 -0.542232 0 -0.961115 -0.104214 0.25573 -0.947066 -0.138587 0.289585 -0.961115 -0.104214 0.25573 -0.816021 0.331207 0.473721 -0.45271 0.771871 0.446396 0.0886292 0.963651 0.252033 0.0502493 0.926617 0.372634 -0.45271 0.771871 0.446396 -0.396948 0.901656 0.171607 0.0886292 0.963651 0.252033 -0.933801 -0.171494 0.314016 -0.846776 -0.531949 0 -0.843227 -0.537558 0 -0.933801 -0.171494 0.314016 -0.774016 0.0692517 0.629367 -0.846776 -0.531949 0 -0.933801 -0.171494 0.314016 -0.843227 -0.537558 0 -0.947066 -0.138587 0.289585 -0.933801 -0.171494 0.314016 -0.947066 -0.138587 0.289585 -0.816021 0.331207 0.473721 -0.457781 0.735036 0.500158 0.0502493 0.926617 0.372634 0.0106748 0.873285 0.487093 -0.457781 0.735036 0.500158 -0.45271 0.771871 0.446396 0.0502493 0.926617 0.372634 -0.462811 0.69313 0.552609 0.0106748 0.873285 0.487093 -0.0590216 0.743491 0.666137 -0.462811 0.69313 0.552609 -0.457781 0.735036 0.500158 0.0106748 0.873285 0.487093 -0.462811 0.69313 0.552609 -0.816021 0.331207 0.473721 -0.457781 0.735036 0.500158 -0.485982 0.451022 0.748599 -0.0590216 0.743491 0.666137 -0.139616 0.534291 0.833691 -0.485982 0.451022 0.748599 -0.139616 0.534291 0.833691 -0.774016 0.0692517 0.629367 -0.485982 0.451022 0.748599 -0.933801 -0.171494 0.314016 -0.816021 0.331207 0.473721 -0.485982 0.451022 0.748599 -0.816021 0.331207 0.473721 -0.462811 0.69313 0.552609 -0.485982 0.451022 0.748599 -0.462811 0.69313 0.552609 -0.0590216 0.743491 0.666137 -0.485982 0.451022 0.748599 -0.774016 0.0692517 0.629367 -0.933801 -0.171494 0.314016 -0.745484 -0.14246 0.651121 -0.139616 0.534291 0.833691 -0.217039 0.263515 0.939922 -0.745484 -0.14246 0.651121 -0.85627 -0.516528 0 -0.85068 -0.525683 0 -0.745484 -0.14246 0.651121 -0.85068 -0.525683 0 -0.774016 0.0692517 0.629367 -0.745484 -0.14246 0.651121 -0.774016 0.0692517 0.629367 -0.139616 0.534291 0.833691 -0.73641 -0.216767 0.640868 -0.217039 0.263515 0.939922 -0.262823 0.0547325 0.96329 -0.73641 -0.216767 0.640868 -0.862972 -0.505252 0 -0.85627 -0.516528 0 -0.73641 -0.216767 0.640868 -0.745484 -0.14246 0.651121 -0.217039 0.263515 0.939922 -0.73641 -0.216767 0.640868 -0.85627 -0.516528 0 -0.745484 -0.14246 0.651121 -0.729359 -0.275409 0.626248 -0.531235 -0.301059 0.79193 -0.713441 -0.404318 0.572301 -0.729359 -0.275409 0.626248 -0.713441 -0.404318 0.572301 -0.829941 -0.47034 0.299964 -0.729359 -0.275409 0.626248 -0.829941 -0.47034 0.299964 -0.862972 -0.505252 0 -0.729359 -0.275409 0.626248 -0.862972 -0.505252 0 -0.73641 -0.216767 0.640868 -0.729359 -0.275409 0.626248 -0.262823 0.0547325 0.96329 -0.531235 -0.301059 0.79193 -0.729359 -0.275409 0.626248 -0.73641 -0.216767 0.640868 -0.262823 0.0547325 0.96329 -0.829924 0.483503 0.278301 -0.997946 -0.0640651 0 -0.96159 0.274491 0 -0.829924 0.483503 0.278301 -0.96159 0.274491 0 -0.801077 0.598561 0 -0.829924 0.483503 0.278301 -0.396948 0.901656 0.171607 -0.45271 0.771871 0.446396 -0.829924 0.483503 0.278301 -0.801077 0.598561 0 -0.396948 0.901656 0.171607 -0.829924 0.483503 0.278301 -0.973778 -0.0732812 0.215374 -0.997946 -0.0640651 0 -0.828996 0.409315 0.381086 -0.45271 0.771871 0.446396 -0.457781 0.735036 0.500158 -0.828996 0.409315 0.381086 -0.457781 0.735036 0.500158 -0.816021 0.331207 0.473721 -0.828996 0.409315 0.381086 -0.816021 0.331207 0.473721 -0.961115 -0.104214 0.25573 -0.828996 0.409315 0.381086 -0.961115 -0.104214 0.25573 -0.973778 -0.0732812 0.215374 -0.828996 0.409315 0.381086 -0.829924 0.483503 0.278301 -0.45271 0.771871 0.446396 -0.828996 0.409315 0.381086 -0.973778 -0.0732812 0.215374 -0.829924 0.483503 0.278301 -0.636744 -0.0879401 0.766044 -0.682418 -0.271285 0.678756 -0.679424 -0.602788 0.418366 -0.636744 -0.0879401 0.766044 -0.637468 -0.0825278 0.766044 -0.682418 -0.271285 0.678756 -0.690703 -0.530457 0.491472 -0.679424 -0.602788 0.418366 -0.555324 -0.827564 0.0821765 -0.690703 -0.530457 0.491472 -0.636744 -0.0879401 0.766044 -0.679424 -0.602788 0.418366 -0.555324 -0.827564 0.0821765 -0.690703 -0.530457 0.491472 -0.555324 -0.827564 0.0821765 -0.611378 -0.198479 0.766043 -0.636744 -0.0879401 0.766044 -0.690702 -0.530457 0.491472 -0.611378 -0.198479 0.766043 -0.690702 -0.530457 0.491472 -0.555324 -0.827564 0.0821765 -0.592368 -0.638249 0.491669 -0.611378 -0.198479 0.766043 -0.555324 -0.827564 0.0821765 -0.411542 -0.90768 0.0821571 -0.592368 -0.638249 0.491669 -0.555324 -0.827564 0.0821765 -0.997943 -0.0641029 0 -0.837821 -0.545945 0 -0.837821 -0.545945 0 -0.997943 -0.0641029 0 -0.837821 -0.545945 0 -0.999625 0.0273853 0 -0.961579 0.274529 0 -0.999625 0.0273853 0 -0.928355 0.371694 0 -0.961579 0.274529 0 -0.997943 -0.0641029 0 -0.999625 0.0273853 0 -0.801057 0.598588 0 -0.928355 0.371694 0 -0.672043 0.740513 0 -0.801057 0.598588 0 -0.961579 0.274529 0 -0.928355 0.371694 0 -0.535772 0.844363 0 -0.672043 0.740513 0 -0.295439 0.955362 0 -0.535772 0.844363 0 -0.801057 0.598588 0 -0.672043 0.740513 0 -0.200418 0.979711 0 -0.295439 0.955362 0 0.161147 0.98693 0 -0.200418 0.979711 0 -0.535772 0.844363 0 -0.295439 0.955362 0 0.161147 0.98693 0 -0.200418 0.979711 0 0.161147 0.98693 0 -0.849393 -0.525836 0.0450306 -0.991243 -0.132047 0 -0.848857 -0.526695 0.0451037 -0.849393 -0.525836 0.0450306 -0.991341 -0.131311 0 -0.991243 -0.132047 0 -0.555324 -0.827564 0.0821765 -0.848857 -0.526695 0.0451037 -0.555324 -0.827564 0.0821765 -0.555324 -0.827564 0.0821765 -0.849393 -0.525836 0.0450306 -0.848857 -0.526695 0.0451037 -0.876303 -0.4747 0.0821765 -0.876303 -0.4747 0.0821765 -0.876303 -0.4747 0.0821765 -0.876303 -0.4747 0.0821765 -0.876303 -0.4747 0.0821765 -0.876303 -0.4747 0.0821765 -0.876303 -0.4747 0.0821765 -0.785107 -0.613585 0.0843865 -0.786222 -0.612458 0.082157 -0.876303 -0.4747 0.0821765 -0.786222 -0.612458 0.082157 -0.876303 -0.4747 0.0821765 -0.876303 -0.4747 0.0821764 -0.876303 -0.4747 0.0821765 -0.876303 -0.4747 0.0821765 -0.692205 -0.716742 0.0844548 -0.690241 -0.718636 0.0844397 -0.598078 -0.797114 0.0831391 -0.78727 -0.61081 0.0843678 -0.690241 -0.718636 0.0844397 -0.692205 -0.716742 0.0844548 -0.785102 -0.613591 0.0843907 -0.78727 -0.61081 0.0843678 -0.692205 -0.716742 0.0844548 -0.876303 -0.4747 0.0821765 -0.874992 -0.477102 0.0822316 -0.78727 -0.61081 0.0843678 -0.876303 -0.4747 0.0821765 -0.876303 -0.4747 0.0821765 -0.78727 -0.61081 0.0843678 -0.876303 -0.4747 0.0821765 -0.78727 -0.61081 0.0843678 -0.785102 -0.613591 0.0843907 -0.740887 -0.235557 0.628967 -0.87499 -0.477106 0.082234 -0.868209 -0.412983 0.275061 -0.740887 -0.235557 0.628967 -0.868209 -0.412983 0.275061 -0.824615 -0.331735 0.458216 -0.740887 -0.235557 0.628967 -0.824615 -0.331735 0.458216 -0.758731 -0.250638 0.601255 -0.740887 -0.235557 0.628967 -0.758731 -0.250638 0.601255 -0.6662 -0.159348 0.72855 -0.740887 -0.235557 0.628967 -0.6662 -0.159348 0.72855 -0.552073 -0.0629416 0.831417 -0.740887 -0.235557 0.628967 -0.552073 -0.0629416 0.831417 -0.330863 0.0975349 0.938625 -0.718736 -0.296637 0.628829 -0.787278 -0.610797 0.0843861 -0.87499 -0.477106 0.082234 -0.718736 -0.296637 0.628829 -0.330863 0.0975349 0.938625 -0.344024 0.0251493 0.938624 -0.718736 -0.296637 0.628829 -0.740887 -0.235557 0.628967 -0.330863 0.0975349 0.938625 -0.718736 -0.296637 0.628829 -0.87499 -0.477106 0.082234 -0.740887 -0.235557 0.628967 -0.689522 -0.361357 0.627679 -0.787278 -0.610797 0.0843861 -0.718736 -0.296637 0.628829 -0.689522 -0.361357 0.627679 -0.718736 -0.296637 0.628829 -0.344024 0.0251493 0.938624 -0.657991 -0.419271 0.625507 -0.690242 -0.71863 0.0844813 -0.787278 -0.610797 0.0843861 -0.657991 -0.419271 0.625507 -0.344024 0.0251493 0.938624 -0.337869 -0.0695023 0.938623 -0.657991 -0.419271 0.625507 -0.787278 -0.610797 0.0843861 -0.689522 -0.361357 0.627679 -0.657991 -0.419271 0.625507 -0.689522 -0.361357 0.627679 -0.344024 0.0251493 0.938624 -0.619788 -0.478626 0.621917 -0.690242 -0.71863 0.0844813 -0.657991 -0.419271 0.625507 -0.619788 -0.478626 0.621917 -0.657991 -0.419271 0.625507 -0.337869 -0.0695023 0.938623 -0.580225 -0.530792 0.617737 -0.598095 -0.797102 0.0831252 -0.690242 -0.71863 0.0844813 -0.580225 -0.530792 0.617737 -0.571436 -0.666094 0.479353 -0.598095 -0.797102 0.0831252 -0.580225 -0.530792 0.617737 -0.464074 -0.459137 0.757515 -0.571436 -0.666094 0.479353 -0.580225 -0.530792 0.617737 -0.292707 -0.182507 0.938623 -0.464074 -0.459137 0.757515 -0.580225 -0.530792 0.617737 -0.337869 -0.0695023 0.938623 -0.292707 -0.182507 0.938623 -0.580225 -0.530792 0.617737 -0.619788 -0.478626 0.621917 -0.337869 -0.0695023 0.938623 -0.580225 -0.530792 0.617737 -0.690242 -0.71863 0.0844813 -0.619788 -0.478626 0.621917 0.472981 0.881073 0 0.253923 0.967224 0 0.399029 0.916938 0 0.472981 0.881073 0 0.399029 0.916938 0 0.500576 0.865692 0 0.601338 0.798995 0 0.500576 0.865692 0 0.601338 0.798995 0 0.601338 0.798995 0 0.472981 0.881073 0 0.500576 0.865692 0 0.121703 0.643395 0.755798 -0.325941 -0.112926 0.938621 -0.339937 -0.058573 0.938623 0.121703 0.643395 0.755798 0.500664 0.865642 0 0.398895 0.916996 0 0.121703 0.643395 0.755798 0.0654242 0.646528 0.760079 -0.325941 -0.112926 0.938621 0.121703 0.643395 0.755798 0.398895 0.916996 0 0.0654242 0.646528 0.760079 0.18268 0.630835 0.754106 -0.339937 -0.058573 0.938623 -0.344764 -0.0111262 0.938623 0.18268 0.630835 0.754106 0.526227 0.812077 0.252223 0.601325 0.799005 0 0.18268 0.630835 0.754106 0.475108 0.797266 0.372343 0.526227 0.812077 0.252223 0.18268 0.630835 0.754106 -0.344764 -0.0111262 0.938623 -0.207275 0.170472 0.963315 0.18268 0.630835 0.754106 0.601325 0.799005 0 0.500664 0.865642 0 0.18268 0.630835 0.754106 0.500664 0.865642 0 0.151931 0.638243 0.754694 0.18268 0.630835 0.754106 0.151931 0.638243 0.754694 -0.339937 -0.058573 0.938623 0.211741 0.621927 0.753904 0.41536 0.768365 0.48692 0.475108 0.797266 0.372343 0.211741 0.621927 0.753904 0.293431 0.685671 0.666149 0.41536 0.768365 0.48692 0.211741 0.621927 0.753904 0.124629 0.537933 0.833724 0.293431 0.685671 0.666149 0.211741 0.621927 0.753904 -0.069693 0.334171 0.939932 0.124629 0.537933 0.833724 0.211741 0.621927 0.753904 -0.207275 0.170472 0.963315 -0.069693 0.334171 0.939932 0.211741 0.621927 0.753904 0.475108 0.797266 0.372343 0.18268 0.630835 0.754106 0.211741 0.621927 0.753904 0.18268 0.630835 0.754106 -0.207275 0.170472 0.963315 -0.018198 0.618204 0.785807 -0.115351 0.351154 0.929185 -0.168914 0.175406 0.969897 -0.018198 0.618204 0.785807 -0.0788828 0.459723 0.884552 -0.115351 0.351154 0.929185 -0.018198 0.618204 0.785807 0.0173335 0.702228 0.711741 -0.0788828 0.459723 0.884552 -0.018198 0.618204 0.785807 0.0771314 0.818389 0.569465 0.0173335 0.702228 0.711741 -0.018198 0.618204 0.785807 0.136914 0.904867 0.403077 0.0771314 0.818389 0.569465 0.0194965 0.701372 0.712528 0.203872 0.960963 0.187049 0.136914 0.904867 0.403077 0.0194965 0.701372 0.712528 0.136914 0.904867 0.403077 -0.018198 0.618204 0.785807 0.0194965 0.701372 0.712528 -0.018198 0.618204 0.785807 -0.168914 0.175406 0.969897 -0.0450721 0.550142 0.833854 -0.168914 0.175406 0.969897 -0.269295 -0.215574 0.93862 -0.0450721 0.550142 0.833854 0.203872 0.960963 0.187049 0.0194965 0.701372 0.712528 -0.0450721 0.550142 0.833854 0.0194965 0.701372 0.712528 -0.168914 0.175406 0.969897 -0.0130095 0.62511 0.780428 0.253908 0.967228 0 0.203872 0.960963 0.187049 -0.0130095 0.62511 0.780428 0.203872 0.960963 0.187049 -0.0450721 0.550142 0.833854 -0.0130095 0.62511 0.780428 -0.0450721 0.550142 0.833854 -0.269295 -0.215574 0.93862 0.0164092 0.639404 0.768696 -0.269295 -0.215574 0.93862 -0.325941 -0.112926 0.938621 0.0164092 0.639404 0.768696 0.398895 0.916996 0 0.253908 0.967228 0 0.0164092 0.639404 0.768696 -0.325941 -0.112926 0.938621 0.0654242 0.646528 0.760079 0.0164092 0.639404 0.768696 -0.0130095 0.62511 0.780428 -0.269295 -0.215574 0.93862 0.0164092 0.639404 0.768696 0.0654242 0.646528 0.760079 0.398895 0.916996 0 0.0164092 0.639404 0.768696 0.253908 0.967228 0 -0.0130095 0.62511 0.780428 0.138002 0.640887 0.755129 0.500664 0.865642 0 0.121703 0.643395 0.755798 0.138002 0.640887 0.755129 0.121703 0.643395 0.755798 -0.339937 -0.058573 0.938623 0.138002 0.640887 0.755129 0.151931 0.638243 0.754694 0.500664 0.865642 0 0.138002 0.640887 0.755129 -0.339937 -0.058573 0.938623 0.151931 0.638243 0.754694 -0.261507 -0.224945 0.938623 -0.25478 -0.232537 0.938623 -0.249785 -0.237895 0.938623 -0.260707 -0.225872 0.938623 -0.25478 -0.232537 0.938623 -0.261507 -0.224945 0.938623 -0.269299 -0.215556 0.938623 -0.261507 -0.224945 0.938623 -0.272624 -0.211335 0.938623 -0.269299 -0.215556 0.938623 -0.260707 -0.225872 0.938623 -0.261507 -0.224945 0.938623 -0.283033 -0.197176 0.938623 -0.269299 -0.215556 0.938623 -0.272624 -0.211335 0.938623 -0.292708 -0.182506 0.938623 -0.269299 -0.215556 0.938623 -0.283033 -0.197176 0.938623 -0.325939 -0.112917 0.938623 -0.269299 -0.215556 0.938623 -0.292708 -0.182506 0.938623 -0.337869 -0.0695049 0.938623 -0.325939 -0.112917 0.938623 -0.292708 -0.182506 0.938623 -0.339935 -0.0585685 0.938623 -0.325939 -0.112917 0.938623 -0.337869 -0.0695049 0.938623 -0.344026 0.0251458 0.938623 -0.339935 -0.0585685 0.938623 -0.337869 -0.0695049 0.938623 -0.344765 -0.0111274 0.938623 -0.339935 -0.0585685 0.938623 -0.344026 0.0251458 0.938623 -0.343999 0.0255174 0.938623 -0.344765 -0.0111274 0.938623 -0.344026 0.0251458 0.938623 -0.339349 0.0618741 0.938623 -0.343999 0.0255174 0.938623 -0.344026 0.0251458 0.938623 -0.330868 0.0975321 0.938623 -0.339349 0.0618741 0.938623 -0.344026 0.0251458 0.938623 0.587866 0.211324 0.780869 0.600762 0.171257 0.780869 0.599168 0.176754 0.780869 0.587866 0.211324 0.780869 0.599168 0.176754 0.780869 0.598344 0.179523 0.780869 0.587866 0.211324 0.780869 0.598344 0.179523 0.780869 0.598309 0.179638 0.780869 0.587866 0.211324 0.780869 0.598309 0.179638 0.780869 0.599045 0.177168 0.780869 0.617877 -0.0920404 0.780869 0.613962 -0.115301 0.780869 0.614577 -0.111979 0.780869 0.617877 -0.0920404 0.780869 0.614577 -0.111979 0.780869 0.615173 -0.108654 0.780869 0.617877 -0.0920404 0.780869 0.624692 0.00183401 0.780869 0.613962 -0.115301 0.780869 0.617877 -0.0920404 0.780869 0.621678 0.0613226 0.780869 0.624692 0.00183401 0.780869 0.617482 -0.0946564 0.780869 0.615752 -0.105326 0.780869 0.616736 -0.0994013 0.780869 0.617482 -0.0946564 0.780869 0.615173 -0.108654 0.780869 0.615752 -0.105326 0.780869 0.617482 -0.0946564 0.780869 0.617877 -0.0920404 0.780869 0.615173 -0.108654 0.780869 0.568337 0.259301 0.780869 0.599045 0.177168 0.780869 0.599967 0.174023 0.780869 0.568337 0.259301 0.780869 0.599967 0.174023 0.780869 0.601188 0.169755 0.780869 0.568337 0.259301 0.780869 0.601188 0.169755 0.780869 0.603679 0.160671 0.780869 0.568337 0.259301 0.780869 0.603679 0.160671 0.780869 0.606219 0.150807 0.780869 0.568337 0.259301 0.780869 0.565527 0.265373 0.780869 0.577329 0.23861 0.780869 0.568337 0.259301 0.780869 0.577329 0.23861 0.780869 0.587866 0.211324 0.780869 0.568337 0.259301 0.780869 0.606219 0.150807 0.780869 0.621678 0.0613226 0.780869 0.568337 0.259301 0.780869 0.587866 0.211324 0.780869 0.599045 0.177168 0.780869 0.557185 0.282469 0.780869 0.565527 0.265373 0.780869 0.568337 0.259301 0.780869 0.552486 0.291553 0.780869 0.565527 0.265373 0.780869 0.557185 0.282469 0.780869 0.544447 0.306304 0.780869 0.552486 0.291553 0.780869 0.557185 0.282469 0.780869 0.530095 0.330519 0.780869 0.552486 0.291553 0.780869 0.544447 0.306304 0.780869 0.624692 0.00183401 0.780869 0.621678 0.0613226 0.780869 0.606219 0.150807 0.780869 -0.626857 0.142218 0.766044 -0.632376 0.115223 0.766044 -0.631744 0.118641 0.766044 -0.626857 0.142218 0.766044 -0.63299 0.111801 0.766044 -0.632376 0.115223 0.766044 -0.626857 0.142218 0.766044 -0.633585 0.108376 0.766044 -0.63299 0.111801 0.766044 -0.626857 0.142218 0.766044 -0.631744 0.118641 0.766044 -0.630205 0.126559 0.766044 -0.626857 0.142218 0.766044 -0.630205 0.126559 0.766044 -0.628823 0.133256 0.766044 -0.626857 0.142218 0.766044 -0.628823 0.133256 0.766044 -0.627778 0.138097 0.766044 -0.604676 0.218042 0.766044 -0.633585 0.108376 0.766044 -0.626857 0.142218 0.766044 -0.600192 0.230099 0.766044 -0.602802 0.223171 0.766044 -0.604676 0.218042 0.766044 -0.592406 0.24946 0.766044 -0.604676 0.218042 0.766044 -0.626857 0.142218 0.766044 -0.592406 0.24946 0.766044 -0.600192 0.230099 0.766044 -0.604676 0.218042 0.766044 -0.597502 0.236996 0.766044 -0.600192 0.230099 0.766044 -0.592406 0.24946 0.766044 -0.591709 0.25111 0.766044 -0.597502 0.236996 0.766044 -0.592406 0.24946 0.766044 -0.591645 0.251262 0.766044 -0.597502 0.236996 0.766044 -0.591709 0.25111 0.766044 -0.594733 0.243861 0.766044 -0.597502 0.236996 0.766044 -0.591645 0.251262 0.766044 -0.592194 0.249963 0.766044 -0.594733 0.243861 0.766044 -0.591645 0.251262 0.766044 -0.592981 0.248093 0.766044 -0.594733 0.243861 0.766044 -0.592194 0.249963 0.766044 -0.621147 -0.165387 0.766044 -0.613488 -0.191855 0.766044 -0.614516 -0.188535 0.766044 -0.621147 -0.165387 0.766044 -0.612441 -0.19517 0.766044 -0.613488 -0.191855 0.766044 -0.621147 -0.165387 0.766044 -0.611377 -0.198479 0.766044 -0.612441 -0.19517 0.766044 -0.621147 -0.165387 0.766044 -0.614516 -0.188535 0.766044 -0.616834 -0.180808 0.766044 -0.621147 -0.165387 0.766044 -0.616834 -0.180808 0.766044 -0.618722 -0.174237 0.766044 -0.621147 -0.165387 0.766044 -0.618722 -0.174237 0.766044 -0.620047 -0.169464 0.766044 -0.636744 -0.0879401 0.766044 -0.611377 -0.198479 0.766044 -0.621147 -0.165387 0.766044 -0.638376 -0.0751809 0.766044 -0.637468 -0.0825279 0.766044 -0.636744 -0.0879401 0.766044 -0.64048 -0.0544187 0.766044 -0.636744 -0.0879401 0.766044 -0.621147 -0.165387 0.766044 -0.64048 -0.0544187 0.766044 -0.638376 -0.0751809 0.766044 -0.636744 -0.0879401 0.766044 -0.639199 -0.067824 0.766044 -0.638376 -0.0751809 0.766044 -0.64048 -0.0544187 0.766044 -0.640629 -0.0526342 0.766044 -0.639199 -0.067824 0.766044 -0.64048 -0.0544187 0.766044 -0.640643 -0.0524694 0.766044 -0.639199 -0.067824 0.766044 -0.640629 -0.0526342 0.766044 -0.639938 -0.060458 0.766044 -0.639199 -0.067824 0.766044 -0.640643 -0.0524694 0.766044 -0.640526 -0.0538749 0.766044 -0.639938 -0.060458 0.766044 -0.640643 -0.0524694 0.766044 -0.640353 -0.0558968 0.766044 -0.639938 -0.060458 0.766044 -0.640526 -0.0538749 0.766044 -0.454418 -0.890789 0 -0.455079 -0.890451 0 -0.4577 -0.889107 0 -0.467909 -0.883777 0 -0.454418 -0.890789 0 -0.4577 -0.889107 0 -0.478056 -0.878329 0 -0.454418 -0.890789 0 -0.467909 -0.883777 0 -0.48814 -0.872765 0 -0.454418 -0.890789 0 -0.478056 -0.878329 0 -0.439741 -0.898125 0 -0.454418 -0.890789 0 -0.48814 -0.872765 0 -0.48814 -0.872765 0 -0.431772 -0.901983 0 -0.439741 -0.898125 0 -0.423104 -0.906081 0 -0.422223 -0.906492 0 -0.426572 -0.904454 0 -0.423984 -0.90567 0 -0.423104 -0.906081 0 -0.426572 -0.904454 0 -0.424864 -0.905257 0 -0.423984 -0.90567 0 -0.426572 -0.904454 0 -0.488997 -0.872285 0 -0.431772 -0.901983 0 -0.48814 -0.872765 0 -0.443238 -0.896404 0 -0.426572 -0.904454 0 -0.429904 -0.902875 0 -0.443238 -0.896404 0 -0.424864 -0.905257 0 -0.426572 -0.904454 0 -0.491999 -0.870596 0 -0.431772 -0.901983 0 -0.488997 -0.872285 0 -0.461428 -0.887178 0 -0.431772 -0.901983 0 -0.491999 -0.870596 0 -0.461428 -0.887178 0 -0.429904 -0.902875 0 -0.431772 -0.901983 0 -0.461428 -0.887178 0 -0.443238 -0.896404 0 -0.429904 -0.902875 0 -0.816337 -0.577576 0 -0.816766 -0.576969 0 -0.818462 -0.574561 0 -0.825024 -0.565097 0 -0.816337 -0.577576 0 -0.818462 -0.574561 0 -0.479426 -0.877583 0 -0.461428 -0.887178 0 -0.491999 -0.870596 0 -0.479426 -0.877583 0 -0.491999 -0.870596 0 -0.496824 -0.867851 0 -0.831478 -0.555558 0 -0.816337 -0.577576 0 -0.825024 -0.565097 0 -0.502571 -0.864536 0 -0.479426 -0.877583 0 -0.496824 -0.867851 0 -0.837821 -0.545945 0 -0.816337 -0.577576 0 -0.831478 -0.555558 0 -0.508943 -0.860801 0 -0.479426 -0.877583 0 -0.479426 -0.877583 0 -0.508943 -0.860801 0 -0.479426 -0.877583 0 -0.502571 -0.864536 0 -0.518153 -0.855288 0 -0.479426 -0.877583 0 -0.508943 -0.860801 0 -0.529313 -0.848426 0 -0.479426 -0.877583 0 -0.518153 -0.855288 0 -0.541221 -0.840881 0 -0.479426 -0.877583 0 -0.529313 -0.848426 0 -0.806751 -0.590892 0 -0.816337 -0.577576 0 -0.837821 -0.545945 0 -0.675514 -0.737348 0 -0.541221 -0.840881 0 -0.627389 -0.778706 0 -0.675514 -0.737348 0 -0.479426 -0.877583 0 -0.541221 -0.840881 0 -0.777581 -0.628782 0 -0.675514 -0.737348 0 -0.706473 -0.70774 0 -0.837821 -0.545945 0 -0.801488 -0.598011 0 -0.806751 -0.590892 0 -0.838357 -0.545122 0 -0.801488 -0.598011 0 -0.837821 -0.545945 0 -0.84023 -0.54223 0 -0.800651 -0.599132 0 -0.801488 -0.598011 0 -0.84023 -0.54223 0 -0.801488 -0.598011 0 -0.838357 -0.545122 0 -0.991243 -0.132047 0 -0.991341 -0.131311 0 -0.991724 -0.128391 0 -0.843227 -0.537558 0 -0.800651 -0.599132 0 -0.84023 -0.54223 0 -0.993137 -0.116961 0 -0.991243 -0.132047 0 -0.991724 -0.128391 0 -0.994418 -0.105515 0 -0.991243 -0.132047 0 -0.993137 -0.116961 0 -0.995567 -0.094056 0 -0.991243 -0.132047 0 -0.994418 -0.105515 0 -0.832343 -0.554261 0 -0.800651 -0.599132 0 -0.843227 -0.537558 0 -0.832343 -0.554261 0 -0.777581 -0.628782 0 -0.781997 -0.623283 0 -0.832343 -0.554261 0 -0.781997 -0.623283 0 -0.786112 -0.618084 0 -0.832343 -0.554261 0 -0.786112 -0.618084 0 -0.791765 -0.610826 0 -0.832343 -0.554261 0 -0.791765 -0.610826 0 -0.79572 -0.605665 0 -0.832343 -0.554261 0 -0.79572 -0.605665 0 -0.798977 -0.601361 0 -0.832343 -0.554261 0 -0.798977 -0.601361 0 -0.800651 -0.599132 0 -0.832343 -0.554261 0 -0.843227 -0.537558 0 -0.846775 -0.531952 0 -0.832343 -0.554261 0 -0.675514 -0.737348 0 -0.777581 -0.628782 0 -0.85068 -0.525684 0 -0.832343 -0.554261 0 -0.846775 -0.531952 0 -0.856273 -0.516523 0 -0.832343 -0.554261 0 -0.85068 -0.525684 0 -0.862967 -0.505261 0 -0.832343 -0.554261 0 -0.856273 -0.516523 0 -0.870004 -0.493045 0 -0.832343 -0.554261 0 -0.862967 -0.505261 0 -0.988943 -0.148293 0 -0.991243 -0.132047 0 -0.995567 -0.094056 0 -0.9408 -0.338962 0 -0.870004 -0.493045 0 -0.917408 -0.397948 0 -0.9408 -0.338962 0 -0.832343 -0.554261 0 -0.870004 -0.493045 0 -0.980724 -0.195399 0 -0.9408 -0.338962 0 -0.954454 -0.298358 0 -0.995567 -0.094056 0 -0.987592 -0.157043 0 -0.988943 -0.148293 0 -0.995658 -0.0930818 0 -0.987592 -0.157043 0 -0.995567 -0.094056 0 -0.995973 -0.0896508 0 -0.987592 -0.157043 0 -0.995658 -0.0930818 0 -0.995973 -0.0896508 0 -0.987371 -0.158425 0 -0.987592 -0.157043 0 -0.939068 0.343732 0 -0.938812 0.344429 0 -0.937794 0.347193 0 -0.996455 -0.0841213 0 -0.987371 -0.158425 0 -0.995973 -0.0896508 0 -0.933733 0.35797 0 -0.939068 0.343732 0 -0.937794 0.347193 0 -0.929549 0.3687 0 -0.939068 0.343732 0 -0.933733 0.35797 0 -0.925241 0.379381 0 -0.939068 0.343732 0 -0.929549 0.3687 0 -0.994581 -0.103964 0 -0.9408 -0.338962 0 -0.980724 -0.195399 0 -0.994581 -0.103964 0 -0.987371 -0.158425 0 -0.996455 -0.0841213 0 -0.994581 -0.103964 0 -0.980724 -0.195399 0 -0.982067 -0.188533 0 -0.994581 -0.103964 0 -0.982067 -0.188533 0 -0.983306 -0.18196 0 -0.994581 -0.103964 0 -0.983306 -0.18196 0 -0.984937 -0.172912 0 -0.994581 -0.103964 0 -0.984937 -0.172912 0 -0.98604 -0.166508 0 -0.994581 -0.103964 0 -0.98604 -0.166508 0 -0.986925 -0.161179 0 -0.994581 -0.103964 0 -0.986925 -0.161179 0 -0.987371 -0.158425 0 -0.994581 -0.103964 0 -0.996455 -0.0841213 0 -0.996992 -0.0775068 0 -0.997537 -0.0701382 0 -0.994581 -0.103964 0 -0.996992 -0.0775068 0 -0.998233 -0.059423 0 -0.994581 -0.103964 0 -0.997537 -0.0701382 0 -0.998926 -0.0463443 0 -0.994581 -0.103964 0 -0.998233 -0.059423 0 -0.99948 -0.0322585 0 -0.994581 -0.103964 0 -0.998926 -0.0463443 0 -0.944581 0.328278 0 -0.939068 0.343732 0 -0.925241 0.379381 0 -0.990561 0.137076 0 -0.994581 -0.103964 0 -0.99948 -0.0322585 0 -0.990561 0.137076 0 -0.99948 -0.0322585 0 -0.99726 0.0739754 0 -0.959194 0.282748 0 -0.990561 0.137076 0 -0.983781 0.179374 0 -0.925241 0.379381 0 -0.947451 0.319902 0 -0.944581 0.328278 0 -0.924868 0.380289 0 -0.947451 0.319902 0 -0.925241 0.379381 0 -0.923553 0.383471 0 -0.947451 0.319902 0 -0.924868 0.380289 0 -0.671763 0.740766 0 -0.671213 0.741265 0 -0.669027 0.743238 0 -0.921411 0.38859 0 -0.94811 0.317942 0 -0.947451 0.319902 0 -0.921411 0.38859 0 -0.947451 0.319902 0 -0.923553 0.383471 0 -0.660423 0.750894 0 -0.671763 0.740766 0 -0.669027 0.743238 0 -0.651731 0.75845 0 -0.671763 0.740766 0 -0.660423 0.750894 0 -0.642953 0.765906 0 -0.671763 0.740766 0 -0.651731 0.75845 0 -0.928972 0.370149 0 -0.948942 0.31545 0 -0.94811 0.317942 0 -0.928972 0.370149 0 -0.950655 0.310249 0 -0.948942 0.31545 0 -0.928972 0.370149 0 -0.952754 0.303743 0 -0.950655 0.310249 0 -0.928972 0.370149 0 -0.954344 0.298709 0 -0.952754 0.303743 0 -0.928972 0.370149 0 -0.956054 0.293192 0 -0.954344 0.298709 0 -0.928972 0.370149 0 -0.959194 0.282748 0 -0.956054 0.293192 0 -0.928972 0.370149 0 -0.94811 0.317942 0 -0.921411 0.38859 0 -0.928972 0.370149 0 -0.921411 0.38859 0 -0.918812 0.394696 0 -0.928972 0.370149 0 -0.990561 0.137076 0 -0.959194 0.282748 0 -0.91587 0.401474 0 -0.928972 0.370149 0 -0.918812 0.394696 0 -0.911507 0.411284 0 -0.928972 0.370149 0 -0.91587 0.401474 0 -0.906041 0.423189 0 -0.928972 0.370149 0 -0.911507 0.411284 0 -0.899987 0.435918 0 -0.928972 0.370149 0 -0.906041 0.423189 0 -0.683827 0.729644 0 -0.671763 0.740766 0 -0.642953 0.765906 0 -0.813396 0.581711 0 -0.899987 0.435918 0 -0.848652 0.528952 0 -0.813396 0.581711 0 -0.928972 0.370149 0 -0.899987 0.435918 0 -0.717925 0.69612 0 -0.813396 0.581711 0 -0.787735 0.616014 0 -0.642953 0.765906 0 -0.69026 0.723562 0 -0.683827 0.729644 0 -0.642201 0.766536 0 -0.69026 0.723562 0 -0.642953 0.765906 0 -0.639558 0.768743 0 -0.69026 0.723562 0 -0.642201 0.766536 0 -0.250566 0.9681 0 -0.249846 0.968286 0 -0.246994 0.969017 0 -0.635282 0.77228 0 -0.691754 0.722133 0 -0.69026 0.723562 0 -0.635282 0.77228 0 -0.69026 0.723562 0 -0.639558 0.768743 0 -0.235817 0.971797 0 -0.250566 0.9681 0 -0.246994 0.969017 0 -0.22461 0.974449 0 -0.250566 0.9681 0 -0.235817 0.971797 0 -0.213373 0.976971 0 -0.250566 0.9681 0 -0.22461 0.974449 0 -0.650547 0.759466 0 -0.69365 0.720312 0 -0.691754 0.722133 0 -0.650547 0.759466 0 -0.697584 0.716503 0 -0.69365 0.720312 0 -0.650547 0.759466 0 -0.702463 0.71172 0 -0.697584 0.716503 0 -0.650547 0.759466 0 -0.706206 0.708006 0 -0.702463 0.71172 0 -0.650547 0.759466 0 -0.710284 0.703916 0 -0.706206 0.708006 0 -0.650547 0.759466 0 -0.717925 0.69612 0 -0.710284 0.703916 0 -0.650547 0.759466 0 -0.635282 0.77228 0 -0.630143 0.776479 0 -0.650547 0.759466 0 -0.813396 0.581711 0 -0.717925 0.69612 0 -0.650547 0.759466 0 -0.691754 0.722133 0 -0.635282 0.77228 0 -0.624388 0.781114 0 -0.650547 0.759466 0 -0.630143 0.776479 0 -0.615966 0.787773 0 -0.650547 0.759466 0 -0.624388 0.781114 0 -0.605594 0.795774 0 -0.650547 0.759466 0 -0.615966 0.787773 0 -0.594317 0.804231 0 -0.650547 0.759466 0 -0.605594 0.795774 0 -0.266416 0.963858 0 -0.250566 0.9681 0 -0.213373 0.976971 0 -0.449892 0.893083 0 -0.594317 0.804231 0 -0.505628 0.862752 0 -0.449892 0.893083 0 -0.650547 0.759466 0 -0.594317 0.804231 0 -0.312188 0.95002 0 -0.449892 0.893083 0 -0.411229 0.911532 0 -0.213373 0.976971 0 -0.274939 0.961462 0 -0.266416 0.963858 0 -0.212413 0.97718 0 -0.274939 0.961462 0 -0.213373 0.976971 0 -0.209048 0.977905 0 -0.274939 0.961462 0 -0.212413 0.97718 0 0.228034 0.973653 0 0.228757 0.973484 0 0.231623 0.972806 0 -0.203618 0.97905 0 -0.274939 0.961462 0 -0.209048 0.977905 0 -0.203618 0.97905 0 -0.276926 0.960891 0 -0.274939 0.961462 0 0.242811 0.970074 0 0.228034 0.973653 0 0.231623 0.972806 0 0.253967 0.967213 0 0.228034 0.973653 0 0.242811 0.970074 0 0.265089 0.964224 0 0.228034 0.973653 0 0.253967 0.967213 0 -0.22309 0.974798 0 -0.449892 0.893083 0 -0.312188 0.95002 0 -0.22309 0.974798 0 -0.27945 0.96016 0 -0.276926 0.960891 0 -0.22309 0.974798 0 -0.284704 0.958615 0 -0.27945 0.96016 0 -0.22309 0.974798 0 -0.291248 0.956648 0 -0.284704 0.958615 0 -0.22309 0.974798 0 -0.296288 0.955099 0 -0.291248 0.956648 0 -0.22309 0.974798 0 -0.301799 0.953372 0 -0.296288 0.955099 0 -0.22309 0.974798 0 -0.312188 0.95002 0 -0.301799 0.953372 0 -0.22309 0.974798 0 -0.203618 0.97905 0 -0.197116 0.98038 0 -0.22309 0.974798 0 -0.276926 0.960891 0 -0.203618 0.97905 0 -0.189867 0.98181 0 -0.22309 0.974798 0 -0.197116 0.98038 0 -0.179315 0.983792 0 -0.22309 0.974798 0 -0.189867 0.98181 0 -0.166413 0.986056 0 -0.22309 0.974798 0 -0.179315 0.983792 0 -0.152497 0.988304 0 -0.22309 0.974798 0 -0.166413 0.986056 0 0.212028 0.977264 0 0.228034 0.973653 0 0.265089 0.964224 0 0.0166773 0.999861 0 -0.22309 0.974798 0 -0.152497 0.988304 0 0.0166773 0.999861 0 -0.152497 0.988304 0 -0.0467703 0.998906 0 0.165068 0.986282 0 0.0166773 0.999861 0 0.0594846 0.998229 0 0.265089 0.964224 0 0.203367 0.979102 0 0.212028 0.977264 0 0.266036 0.963963 0 0.203367 0.979102 0 0.265089 0.964224 0 0.269355 0.963041 0 0.203367 0.979102 0 0.266036 0.963963 0 0.274695 0.961531 0 0.201343 0.979521 0 0.203367 0.979102 0 0.274695 0.961531 0 0.203367 0.979102 0 0.269355 0.963041 0 0.255475 0.966816 0 0.0166773 0.999861 0 0.165068 0.986282 0 0.255475 0.966816 0 0.201343 0.979521 0 0.274695 0.961531 0 0.255475 0.966816 0 0.198768 0.980047 0 0.201343 0.979521 0 0.255475 0.966816 0 0.193398 0.98112 0 0.198768 0.980047 0 0.255475 0.966816 0 0.186689 0.982419 0 0.193398 0.98112 0 0.255475 0.966816 0 0.181507 0.98339 0 0.186689 0.982419 0 0.255475 0.966816 0 0.175824 0.984422 0 0.181507 0.98339 0 0.255475 0.966816 0 0.165068 0.986282 0 0.175824 0.984422 0 0.255475 0.966816 0 0.274695 0.961531 0 0.281066 0.959688 0 0.288144 0.957587 0 0.255475 0.966816 0 0.281066 0.959688 0 0.298407 0.954439 0 0.255475 0.966816 0 0.288144 0.957587 0 0.310888 0.950447 0 0.255475 0.966816 0 0.298407 0.954439 0 0.324258 0.945969 0 0.255475 0.966816 0 0.310888 0.950447 0 0.377244 0.926114 0 0.255475 0.966816 0 0.324258 0.945969 0 0.479426 0.877583 0 0.255475 0.966816 0 0.377244 0.926114 0 0.479426 0.877583 0 0.429021 0.903294 0 0.479426 0.877583 0 0.479426 0.877583 0 0.377244 0.926114 0 0.429021 0.903294 0 -0.925241 0.379381 0 -0.925241 0.379381 0 -0.944581 0.328278 0 -0.848652 0.528952 0 -0.787735 0.616014 0 -0.813396 0.581711 0 -0.642953 0.765906 0 -0.642953 0.765906 0 -0.683827 0.729644 0 -0.505628 0.862752 0 -0.411229 0.911532 0 -0.449892 0.893083 0 -0.213373 0.976971 0 -0.213373 0.976971 0 -0.266416 0.963858 0 -0.0467703 0.998906 0 0.0594846 0.998229 0 0.0166773 0.999861 0 0.265089 0.964224 0 0.265089 0.964224 0 0.212028 0.977264 0 -0.48814 -0.872765 0 -0.48814 -0.872765 0 -0.439741 -0.898125 0 -0.627389 -0.778706 0 -0.706473 -0.70774 0 -0.675514 -0.737348 0 -0.837821 -0.545945 0 -0.837821 -0.545945 0 -0.806751 -0.590892 0 -0.917408 -0.397948 0 -0.954454 -0.298358 0 -0.9408 -0.338962 0 -0.995567 -0.094056 0 -0.995567 -0.094056 0 -0.988943 -0.148293 0 -0.99726 0.0739754 0 -0.983781 0.179374 0 -0.990561 0.137076 0 -0.939068 0.343732 0 -0.944581 0.328278 0 -0.995776 -0.0800669 0.0449378 -0.996393 -0.0718836 0.045105 -0.995776 -0.0800669 0.0449378 -0.876309 -0.474689 0.0821756 -0.996393 -0.0718836 0.045105 -0.939068 0.343732 0 -0.995776 -0.0800669 0.0449378 -0.876303 -0.4747 0.0821765 -0.996393 -0.0718836 0.045105 -0.876309 -0.474689 0.0821756 -0.947451 0.319902 0 -0.995776 -0.0800717 0.0449384 -0.944581 0.328278 0 -0.995295 -0.085852 0.0449094 -0.995776 -0.0800717 0.0449384 -0.947451 0.319902 0 -0.874992 -0.477102 0.0822315 -0.8763 -0.474705 0.0821767 -0.995776 -0.0800717 0.0449384 -0.874992 -0.477102 0.0822315 -0.995776 -0.0800717 0.0449384 -0.995295 -0.085852 0.0449094 -0.995294 -0.0858593 0.0449149 -0.947453 0.319894 0 -0.948113 0.317935 0 -0.868086 -0.412664 0.275928 -0.948113 0.317935 0 -0.948939 0.315459 0 -0.868086 -0.412664 0.275928 -0.874989 -0.477108 0.0822339 -0.995294 -0.0858593 0.0449149 -0.868086 -0.412664 0.275928 -0.995294 -0.0858593 0.0449149 -0.948113 0.317935 0 -0.824655 -0.332139 0.457851 -0.948939 0.315459 0 -0.950654 0.310252 0 -0.824655 -0.332139 0.457851 -0.868086 -0.412664 0.275928 -0.948939 0.315459 0 -0.758715 -0.250535 0.601318 -0.950654 0.310252 0 -0.952741 0.303785 0 -0.758715 -0.250535 0.601318 -0.824655 -0.332139 0.457851 -0.950654 0.310252 0 -0.666712 -0.160272 0.727879 -0.758715 -0.250535 0.601318 -0.952741 0.303785 0 -0.7866 0.231802 0.5723 -0.95607 0.293138 0 -0.959194 0.282749 0 -0.874928 0.125492 0.467711 -0.952741 0.303785 0 -0.95434 0.298723 0 -0.874928 0.125492 0.467711 -0.552258 -0.0621661 0.831352 -0.666712 -0.160272 0.727879 -0.874928 0.125492 0.467711 -0.666712 -0.160272 0.727879 -0.952741 0.303785 0 -0.85873 0.145968 0.491198 -0.95434 0.298723 0 -0.95607 0.293138 0 -0.85873 0.145968 0.491198 -0.7866 0.231802 0.5723 -0.33087 0.0975254 0.938623 -0.85873 0.145968 0.491198 -0.33087 0.0975254 0.938623 -0.552258 -0.0621661 0.831352 -0.85873 0.145968 0.491198 -0.874928 0.125492 0.467711 -0.95434 0.298723 0 -0.85873 0.145968 0.491198 -0.552258 -0.0621661 0.831352 -0.874928 0.125492 0.467711 -0.85873 0.145968 0.491198 -0.95607 0.293138 0 -0.7866 0.231802 0.5723 -0.608939 0.0451703 0.79193 -0.610294 -0.0196975 0.79193 -0.344765 -0.0111274 0.938623 -0.608939 0.0451703 0.79193 -0.344765 -0.0111274 0.938623 -0.343999 0.0255174 0.938623 -0.817797 0.0606631 0.572301 -0.819617 -0.0264534 0.572301 -0.610294 -0.0196975 0.79193 -0.817797 0.0606631 0.572301 -0.610294 -0.0196975 0.79193 -0.608939 0.0451703 0.79193 -0.951337 0.0705689 0.299963 -0.99726 0.0739754 0 -0.99948 -0.0322585 0 -0.951337 0.0705689 0.299963 -0.953454 -0.0307731 0.299963 -0.819617 -0.0264534 0.572301 -0.951337 0.0705689 0.299963 -0.99948 -0.0322585 0 -0.953454 -0.0307731 0.299963 -0.951337 0.0705689 0.299963 -0.819617 -0.0264534 0.572301 -0.817797 0.0606631 0.572301 -0.600709 0.109528 0.79193 -0.343999 0.0255174 0.938623 -0.339349 0.0618741 0.938623 -0.600709 0.109528 0.79193 -0.339349 0.0618741 0.938623 -0.330869 0.0975322 0.938623 -0.600709 0.109528 0.79193 -0.330869 0.0975322 0.938623 -0.786582 0.231866 0.5723 -0.600709 0.109528 0.79193 -0.608939 0.0451703 0.79193 -0.343999 0.0255174 0.938623 -0.806744 0.147095 0.572301 -0.817797 0.0606631 0.572301 -0.608939 0.0451703 0.79193 -0.806744 0.147095 0.572301 -0.600709 0.109528 0.79193 -0.786582 0.231866 0.5723 -0.806744 0.147095 0.572301 -0.608939 0.0451703 0.79193 -0.600709 0.109528 0.79193 -0.938479 0.171114 0.299963 -0.983781 0.179374 0 -0.99726 0.0739754 0 -0.938479 0.171114 0.299963 -0.959194 0.282748 0 -0.983781 0.179374 0 -0.938479 0.171114 0.299963 -0.786582 0.231866 0.5723 -0.959194 0.282748 0 -0.938479 0.171114 0.299963 -0.951337 0.0705689 0.299963 -0.817797 0.0606631 0.572301 -0.938479 0.171114 0.299963 -0.99726 0.0739754 0 -0.951337 0.0705689 0.299963 -0.938479 0.171114 0.299963 -0.817797 0.0606631 0.572301 -0.806744 0.147095 0.572301 -0.938479 0.171114 0.299963 -0.806744 0.147095 0.572301 -0.786582 0.231866 0.5723 -0.995659 -0.0930782 0 -0.995567 -0.094056 0 -0.91341 0.407042 0 -0.953454 -0.0307729 0.299964 -0.99948 -0.0322585 0 -0.998926 -0.0463313 0 -0.344764 -0.0111262 0.938623 -0.610294 -0.0196967 0.79193 -0.207302 0.170561 0.963294 -0.65316 0.421063 0.629355 -0.997537 -0.0701374 0 -0.996992 -0.0775037 0 -0.89629 0.387692 0.215311 -0.995973 -0.0896524 0 -0.995659 -0.0930782 0 -0.89629 0.387692 0.215311 -0.995659 -0.0930782 0 -0.91341 0.407042 0 -0.899452 0.354409 0.255694 -0.995973 -0.0896524 0 -0.89629 0.387692 0.215311 0.0675664 0.982861 0.171519 0.601338 0.798995 0 0.526367 0.812088 0.251894 0.0675664 0.982861 0.171519 -0.431153 0.902279 0 -0.0819636 0.996635 0 0.0675664 0.982861 0.171519 -0.0819636 0.996635 0 0.277771 0.960647 0 0.0675664 0.982861 0.171519 0.277771 0.960647 0 0.601338 0.798995 0 -0.902989 0.31746 0.289535 -0.996455 -0.0841217 0 -0.995973 -0.0896524 0 -0.902989 0.31746 0.289535 -0.995973 -0.0896524 0 -0.899452 0.354409 0.255694 -0.902989 0.31746 0.289535 -0.899452 0.354409 0.255694 -0.56862 0.672529 0.473683 -0.0421115 0.893914 0.446257 0.526367 0.812088 0.251894 0.475189 0.797174 0.372438 -0.0421115 0.893914 0.446257 0.0675664 0.982861 0.171519 0.526367 0.812088 0.251894 -0.906537 0.282142 0.313986 -0.996992 -0.0775037 0 -0.996455 -0.0841217 0 -0.906537 0.282142 0.313986 -0.65316 0.421063 0.629355 -0.996992 -0.0775037 0 -0.906537 0.282142 0.313986 -0.996455 -0.0841217 0 -0.902989 0.31746 0.289535 -0.906537 0.282142 0.313986 -0.902989 0.31746 0.289535 -0.56862 0.672529 0.473683 -0.0637142 0.863648 0.500052 0.475189 0.797174 0.372438 0.415359 0.768342 0.486957 -0.0637142 0.863648 0.500052 -0.0421115 0.893914 0.446257 0.475189 0.797174 0.372438 -0.0876466 0.828878 0.552521 0.415359 0.768342 0.486957 0.29332 0.685784 0.66608 -0.0876466 0.828878 0.552521 -0.0637142 0.863648 0.500052 0.415359 0.768342 0.486957 -0.0876466 0.828878 0.552521 -0.56862 0.672529 0.473683 -0.0637142 0.863648 0.500052 -0.220674 0.625251 0.748575 0.29332 0.685784 0.66608 0.124643 0.537948 0.833712 -0.220674 0.625251 0.748575 0.124643 0.537948 0.833712 -0.65316 0.421063 0.629355 -0.220674 0.625251 0.748575 -0.906537 0.282142 0.313986 -0.56862 0.672529 0.473683 -0.220674 0.625251 0.748575 -0.56862 0.672529 0.473683 -0.0876466 0.828878 0.552521 -0.220674 0.625251 0.748575 -0.0876466 0.828878 0.552521 0.29332 0.685784 0.66608 -0.220674 0.625251 0.748575 -0.65316 0.421063 0.629355 -0.906537 0.282142 0.313986 -0.726318 0.220254 0.651114 0.124643 0.537948 0.833712 -0.0697719 0.334128 0.939942 -0.726318 0.220254 0.651114 -0.998232 -0.0594309 0 -0.997537 -0.0701374 0 -0.726318 0.220254 0.651114 -0.997537 -0.0701374 0 -0.65316 0.421063 0.629355 -0.726318 0.220254 0.651114 -0.65316 0.421063 0.629355 0.124643 0.537948 0.833712 -0.752809 0.150243 0.640863 -0.0697719 0.334128 0.939942 -0.207302 0.170561 0.963294 -0.752809 0.150243 0.640863 -0.998926 -0.0463313 0 -0.998232 -0.0594309 0 -0.752809 0.150243 0.640863 -0.726318 0.220254 0.651114 -0.0697719 0.334128 0.939942 -0.752809 0.150243 0.640863 -0.998232 -0.0594309 0 -0.726318 0.220254 0.651114 -0.773811 0.0950551 0.626243 -0.610294 -0.0196967 0.79193 -0.819617 -0.0264528 0.572301 -0.773811 0.0950551 0.626243 -0.819617 -0.0264528 0.572301 -0.953454 -0.0307729 0.299964 -0.773811 0.0950551 0.626243 -0.953454 -0.0307729 0.299964 -0.998926 -0.0463313 0 -0.773811 0.0950551 0.626243 -0.998926 -0.0463313 0 -0.752809 0.150243 0.640863 -0.773811 0.0950551 0.626243 -0.207302 0.170561 0.963294 -0.610294 -0.0196967 0.79193 -0.773811 0.0950551 0.626243 -0.752809 0.150243 0.640863 -0.207302 0.170561 0.963294 -0.510144 0.813848 0.278218 -0.91341 0.407042 0 -0.723883 0.689922 0 -0.510144 0.813848 0.278218 -0.723883 0.689922 0 -0.431153 0.902279 0 -0.510144 0.813848 0.278218 0.0675664 0.982861 0.171519 -0.0421115 0.893914 0.446257 -0.510144 0.813848 0.278218 -0.431153 0.902279 0 0.0675664 0.982861 0.171519 -0.510144 0.813848 0.278218 -0.89629 0.387692 0.215311 -0.91341 0.407042 0 -0.543804 0.747755 0.380973 -0.0421115 0.893914 0.446257 -0.0637142 0.863648 0.500052 -0.543804 0.747755 0.380973 -0.0637142 0.863648 0.500052 -0.56862 0.672529 0.473683 -0.543804 0.747755 0.380973 -0.56862 0.672529 0.473683 -0.899452 0.354409 0.255694 -0.543804 0.747755 0.380973 -0.899452 0.354409 0.255694 -0.89629 0.387692 0.215311 -0.543804 0.747755 0.380973 -0.510144 0.813848 0.278218 -0.0421115 0.893914 0.446257 -0.543804 0.747755 0.380973 -0.89629 0.387692 0.215311 -0.510144 0.813848 0.278218 -0.604676 0.218042 0.766044 -0.730324 0.0769243 0.678756 -0.88173 -0.217998 0.418366 -0.604676 0.218042 0.766044 -0.602803 0.223171 0.766044 -0.730324 0.0769243 0.678756 -0.858103 -0.148711 0.491472 -0.88173 -0.217998 0.418366 -0.876303 -0.4747 0.0821765 -0.858103 -0.148711 0.491472 -0.604676 0.218042 0.766044 -0.88173 -0.217998 0.418366 -0.876303 -0.4747 0.0821765 -0.858103 -0.148711 0.491472 -0.876303 -0.4747 0.0821765 -0.633587 0.108377 0.766043 -0.604676 0.218042 0.766044 -0.858102 -0.148711 0.491472 -0.633587 0.108377 0.766043 -0.858102 -0.148711 0.491472 -0.876303 -0.4747 0.0821765 -0.821125 -0.289854 0.491669 -0.633587 0.108377 0.766043 -0.876303 -0.4747 0.0821765 -0.786222 -0.612458 0.0821571 -0.821125 -0.289854 0.491669 -0.876303 -0.4747 0.0821765 -0.913425 0.407007 0 -0.995567 -0.094056 0 -0.995567 -0.094056 0 -0.913425 0.407007 0 -0.995567 -0.094056 0 -0.872397 0.488797 0 -0.723856 0.689951 0 -0.872397 0.488797 0 -0.649283 0.760547 0 -0.723856 0.689951 0 -0.913425 0.407007 0 -0.872397 0.488797 0 -0.431123 0.902293 0 -0.649283 0.760547 0 -0.250931 0.968005 0 -0.431123 0.902293 0 -0.723856 0.689951 0 -0.649283 0.760547 0 -0.0820076 0.996632 0 -0.250931 0.968005 0 0.18238 0.983228 0 -0.0820076 0.996632 0 -0.431123 0.902293 0 -0.250931 0.968005 0 0.277833 0.960629 0 0.18238 0.983228 0 0.601338 0.798995 0 0.277833 0.960629 0 -0.0820076 0.996632 0 0.18238 0.983228 0 0.601338 0.798995 0 0.277833 0.960629 0 0.601338 0.798995 0 -0.996468 -0.0708723 0.0450306 -0.939068 0.343732 0 -0.996393 -0.0718819 0.0451037 -0.996468 -0.0708723 0.0450306 -0.938812 0.344429 0 -0.939068 0.343732 0 -0.876303 -0.4747 0.0821765 -0.996393 -0.0718819 0.0451037 -0.876303 -0.4747 0.0821765 -0.876303 -0.4747 0.0821765 -0.996468 -0.0708723 0.0450306 -0.996393 -0.0718819 0.0451037 " /> </TriangleSet> </Shape></Transform></Switch> <Switch id="swBRP" whichChoice="0"> <Group> <Transform scale="1 1 1"><Shape DEF="edg0"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="5.69899 10.4319 1.42109e-14 8.02991 8.76493 1.42109e-14 9.89416 6.58856 1.42109e-14 11.1834 4.02928 1.42109e-14 11.8227 1.23583 1.42109e-14 11.7749 -1.62943 1.42109e-14 11.0428 -4.4 1.42109e-14 9.66893 -6.91486 1.42109e-14 7.73313 -9.02785 1.42109e-14 5.34791 -10.6162 1.42109e-14 2.65189 -11.5875 1.42109e-14 -0.198245 -11.8855 1.42109e-14 -3.03686 -11.4926 1.42109e-14 -5.69899 -10.4319 1.42109e-14 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg1"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="5.69899 10.4319 1.42109e-14 6.69235 12.2503 -0.0429499 7.68401 14.0655 -0.171726 8.67226 15.8745 -0.386106 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg2"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="8.67226 15.8745 -0.386106 12.2193 13.3378 -0.386106 15.0561 10.0259 -0.386106 17.018 6.13143 -0.386106 17.9908 1.88059 -0.386106 17.9181 -2.47954 -0.386106 16.804 -6.69557 -0.386106 14.7134 -10.5225 -0.386106 11.7677 -13.7379 -0.386106 8.13802 -16.1548 -0.386106 4.03544 -17.633 -0.386106 -0.301673 -18.0863 -0.386106 -4.62125 -17.4886 -0.386106 -8.67226 -15.8745 -0.386106 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg3"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-5.69899 -10.4319 1.42109e-14 -6.69235 -12.2503 -0.0429499 -7.68401 -14.0655 -0.171726 -8.67226 -15.8745 -0.386106 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg4"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="-5.69899 -10.4319 1.42109e-14 -8.02991 -8.76493 1.42109e-14 -9.89416 -6.58856 1.42109e-14 -11.1834 -4.02928 1.42109e-14 -11.8227 -1.23583 1.42109e-14 -11.7749 1.62943 1.42109e-14 -11.0428 4.4 1.42109e-14 -9.66893 6.91486 1.42109e-14 -7.73313 9.02785 1.42109e-14 -5.34791 10.6162 1.42109e-14 -2.65189 11.5875 1.42109e-14 0.198245 11.8855 1.42109e-14 3.03686 11.4926 1.42109e-14 5.69899 10.4319 1.42109e-14 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg5"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="-8.67226 -15.8745 -0.386106 -12.2193 -13.3378 -0.386106 -15.0561 -10.0259 -0.386106 -17.018 -6.13143 -0.386106 -17.9908 -1.88059 -0.386106 -17.9181 2.47954 -0.386106 -16.804 6.69557 -0.386106 -14.7134 10.5225 -0.386106 -11.7677 13.7379 -0.386106 -8.13802 16.1548 -0.386106 -4.03544 17.633 -0.386106 0.301673 18.0863 -0.386106 4.62125 17.4886 -0.386106 8.67226 15.8745 -0.386106 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg6"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-8.67226 -15.8745 -0.386106 -10.5048 -19.2288 -0.863894 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg7"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="10.5048 19.2288 -0.863894 14.8013 16.1561 -0.863894 18.2376 12.1445 -0.863894 20.614 7.42705 -0.863894 21.7924 2.27798 -0.863894 21.7043 -3.00348 -0.863894 20.3549 -8.11039 -0.863894 17.8224 -12.746 -0.863894 14.2542 -16.6408 -0.863894 9.85764 -19.5685 -0.863894 4.88815 -21.3589 -0.863894 -0.365418 -21.9081 -0.863894 -5.59775 -21.184 -0.863894 -10.5048 -19.2288 -0.863894 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg8"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="8.67226 15.8745 -0.386106 10.5048 19.2288 -0.863894 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg9"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="3.57172 6.53799 8.88178e-16 5.03258 5.49324 0 6.20096 4.12924 0 7.00896 2.52527 0 7.40963 0.774534 0 7.37968 -1.02121 0 6.92084 -2.75761 0 6.0598 -4.33375 0 4.84658 -5.65802 0 3.35169 -6.65347 0 1.66202 -7.26224 0 -0.124246 -7.44896 0 -1.90329 -7.20278 0 -3.57172 -6.53799 8.88178e-16 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg10"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="-3.57172 -6.53799 8.88178e-16 -5.03258 -5.49324 0 -6.20096 -4.12924 0 -7.00896 -2.52527 0 -7.40963 -0.774534 0 -7.37968 1.02121 0 -6.92084 2.75761 0 -6.0598 4.33375 0 -4.84658 5.65802 0 -3.35169 6.65347 0 -1.66202 7.26224 0 0.124246 7.44896 0 1.90329 7.20278 0 3.57172 6.53799 8.88178e-16 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg11"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="-10.5048 -19.2288 -0.863894 -14.8013 -16.1561 -0.863894 -18.2376 -12.1445 -0.863894 -20.614 -7.42705 -0.863894 -21.7924 -2.27798 -0.863894 -21.7043 3.00348 -0.863894 -20.3549 8.11039 -0.863894 -17.8224 12.746 -0.863894 -14.2542 16.6408 -0.863894 -9.85764 19.5685 -0.863894 -4.88815 21.3589 -0.863894 0.365418 21.9081 -0.863894 5.59775 21.184 -0.863894 10.5048 19.2288 -0.863894 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg12"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-13.478 -24.6714 -1.25 -12.4847 -22.853 -1.20705 -11.493 -21.0378 -1.07827 -10.5048 -19.2288 -0.863894 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg13"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="13.478 24.6714 -1.25 18.9906 20.729 -1.25 23.3996 15.5819 -1.25 26.4486 9.5292 -1.25 27.9605 2.92273 -1.25 27.8475 -3.85359 -1.25 26.1161 -10.406 -1.25 22.8669 -16.3536 -1.25 18.2888 -21.3508 -1.25 12.6477 -25.1071 -1.25 6.2717 -27.4044 -1.25 -0.468846 -28.109 -1.25 -7.18214 -27.18 -1.25 -13.478 -24.6714 -1.25 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg14"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="13.478 24.6714 -1.25 12.4847 22.853 -1.20705 11.493 21.0378 -1.07827 10.5048 19.2288 -0.863894 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg15"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-3.57172 -6.53799 2.2 -3.57172 -6.53799 8.88178e-16 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg16"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="3.57172 6.53799 2.2 3.57172 6.53799 8.88178e-16 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg17"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="3.57172 6.53799 2.2 5.03258 5.49324 2.2 6.20096 4.12924 2.2 7.00896 2.52527 2.2 7.40963 0.774534 2.2 7.37968 -1.02121 2.2 6.92084 -2.75761 2.2 6.0598 -4.33375 2.2 4.84658 -5.65802 2.2 3.35169 -6.65347 2.2 1.66202 -7.26224 2.2 -0.124246 -7.44896 2.2 -1.90329 -7.20278 2.2 -3.57172 -6.53799 2.2 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg18"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="-3.57172 -6.53799 2.2 -5.03258 -5.49324 2.2 -6.20096 -4.12924 2.2 -7.00896 -2.52527 2.2 -7.40963 -0.774534 2.2 -7.37968 1.02121 2.2 -6.92084 2.75761 2.2 -6.0598 4.33375 2.2 -4.84658 5.65802 2.2 -3.35169 6.65347 2.2 -1.66202 7.26224 2.2 0.124246 7.44896 2.2 1.90329 7.20278 2.2 3.57172 6.53799 2.2 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg19"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="-13.478 -24.6714 -1.25 -18.9906 -20.729 -1.25 -23.3996 -15.5819 -1.25 -26.4486 -9.5292 -1.25 -27.9605 -2.92273 -1.25 -27.8475 3.85359 -1.25 -26.1161 10.406 -1.25 -22.8669 16.3536 -1.25 -18.2888 21.3508 -1.25 -12.6477 25.1071 -1.25 -6.2717 27.4044 -1.25 0.468846 28.109 -1.25 7.18214 27.18 -1.25 13.478 24.6714 -1.25 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg20"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="-18.7935 -34.4012 -1.25 -26.4801 -28.904 -1.25 -32.6279 -21.727 -1.25 -36.8794 -13.2873 -1.25 -38.9876 -4.0754 -1.25 -38.83 5.37336 -1.25 -36.4157 14.5098 -1.25 -31.8851 22.8031 -1.25 -25.5015 29.7711 -1.25 -17.6357 35.0089 -1.25 -8.74512 38.2121 -1.25 0.653749 39.1945 -1.25 10.0146 37.8992 -1.25 18.7935 34.4012 -1.25 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg21"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="18.7935 34.4012 -1.25 26.4801 28.904 -1.25 32.6279 21.727 -1.25 36.8794 13.2873 -1.25 38.9876 4.0754 -1.25 38.83 -5.37336 -1.25 36.4157 -14.5098 -1.25 31.8851 -22.8031 -1.25 25.5015 -29.7711 -1.25 17.6357 -35.0089 -1.25 8.74512 -38.2121 -1.25 -0.653749 -39.1945 -1.25 -10.0146 -37.8992 -1.25 -18.7935 -34.4012 -1.25 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg22"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-4.98088 -8.26519 2.2 4.69186 -8.43261 2.2 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg23"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="9.64879 -0.153035 2.2 4.69186 -8.43261 2.2 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg24"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="9.64879 -0.153035 2.2 4.95693 8.27958 2.2 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg25"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="4.95693 8.27958 2.2 -4.69186 8.43261 2.2 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg26"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-9.64879 0.153035 2.2 -4.69186 8.43261 2.2 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg27"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-9.64879 0.153035 2.2 -4.98088 -8.26519 2.2 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg28"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="8"><Coordinate point="-19.177 -35.1033 -0.45 -19.1674 -35.0857 -0.628017 -19.139 -35.0338 -0.797107 -19.0933 -34.9501 -0.948792 -19.0326 -34.839 -1.07547 -18.9599 -34.7059 -1.17078 -18.8788 -34.5575 -1.22994 -18.7935 -34.4012 -1.25 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg29"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="-19.177 -35.1033 -0.45 -27.0205 -29.4939 -0.45 -33.2937 -22.1704 -0.45 -37.632 -13.5585 -0.45 -39.7832 -4.15857 -0.45 -39.6224 5.48302 -0.45 -37.1589 14.806 -0.45 -32.5358 23.2684 -0.45 -26.0219 30.3786 -0.45 -17.9957 35.7233 -0.45 -8.92359 38.9919 -0.45 0.667091 39.9944 -0.45 10.219 38.6726 -0.45 19.177 35.1033 -0.45 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg30"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="8"><Coordinate point="19.177 35.1033 -0.45 19.1674 35.0857 -0.628017 19.139 35.0338 -0.797107 19.0933 34.9501 -0.948792 19.0326 34.839 -1.07547 18.9599 34.7059 -1.17078 18.8788 34.5575 -1.22994 18.7935 34.4012 -1.25 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg31"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="14"><Coordinate point="19.177 35.1033 -0.45 27.0205 29.4939 -0.45 33.2937 22.1704 -0.45 37.632 13.5585 -0.45 39.7832 4.15857 -0.45 39.6224 -5.48302 -0.45 37.1589 -14.806 -0.45 32.5358 -23.2684 -0.45 26.0219 -30.3786 -0.45 17.9957 -35.7233 -0.45 8.92359 -38.9919 -0.45 -0.667091 -39.9944 -0.45 -10.219 -38.6726 -0.45 -19.177 -35.1033 -0.45 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg32"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-7.36445 -18.5948 7.35 -8.30189 -18.1956 7.35 -9.21779 -17.7492 7.35 -10.1098 -17.2567 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg33"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-7.36445 -18.5948 7.35 -6.41367 -18.9437 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg34"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-5.12343 -19.3326 7.35 -6.41367 -18.9437 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg35"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-2.36608 -19.8595 7.35 -3.29309 -19.727 7.35 -4.21288 -19.5513 7.35 -5.12343 -19.3326 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg36"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-2.36608 -19.8595 7.35 -0.93217 -19.9783 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg37"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="2.12052 -19.8873 7.35 1.10494 -19.9695 7.35 0.0864981 -19.9998 7.35 -0.93217 -19.9783 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg38"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="2.12052 -19.8873 7.35 3.12456 -19.7544 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg39"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="4.44775 -19.4992 7.35 3.12456 -19.7544 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg40"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="7.13413 -18.6843 7.35 6.25172 -18.9978 7.35 5.3556 -19.2696 7.35 4.44775 -19.4992 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg41"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="7.13413 -18.6843 7.35 8.45897 -18.1231 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg42"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="11.1197 -16.6238 7.35 10.2587 -17.1686 7.35 9.37097 -17.6688 7.35 8.45897 -18.1231 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg43"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="11.1197 -16.6238 7.35 11.947 -16.0396 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg44"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="13 -15.1987 7.35 11.947 -16.0396 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg45"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="15 -13.2288 7.35 14.3643 -13.9164 7.35 13.6972 -14.5735 7.35 13 -15.1987 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg46"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="15 -13.2288 7.35 15.9123 -12.1161 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg47"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="17.5715 -9.5521 7.35 17.0622 -10.4346 7.35 16.5087 -11.29 7.35 15.9123 -12.1161 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg48"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="17.5715 -9.5521 7.35 18.0325 -8.65033 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg49"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="18.5741 -7.41637 7.35 18.0325 -8.65033 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg50"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="19.4296 -4.74263 7.35 19.1863 -5.64691 7.35 18.9009 -6.5388 7.35 18.5741 -7.41637 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg51"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.4296 -4.74263 7.35 19.7202 -3.33349 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg52"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="19.9979 -0.292089 7.35 19.957 -1.31017 7.35 19.8644 -2.32484 7.35 19.7202 -3.33349 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg53"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.9979 -0.292089 7.35 19.987 0.720648 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg54"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.8931 2.06495 7.35 19.987 0.720648 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg55"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="19.408 4.82997 7.35 19.6128 3.91621 7.35 19.7747 2.99386 7.35 19.8931 2.06495 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg56"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.408 4.82997 7.35 19.0106 6.2128 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg57"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="17.843 9.03484 7.35 18.2799 8.1144 7.35 18.6695 7.17291 7.35 19.0106 6.2128 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg58"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="17.843 9.03484 7.35 17.3627 9.92653 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg59"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="16.6548 11.0732 7.35 17.3627 9.92653 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg60"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="14.9404 13.2961 7.35 15.5464 12.5822 7.35 16.1183 11.8407 7.35 16.6548 11.0732 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg61"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="14.9404 13.2961 7.35 13.9458 14.3358 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg62"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="11.6005 16.292 7.35 12.4151 15.6801 7.35 13.1976 15.0274 7.35 13.9458 14.3358 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg63"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="11.6005 16.292 7.35 10.7608 16.8584 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg64"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="9.60115 17.5447 7.35 10.7608 16.8584 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg65"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="9.58851 17.5517 7.35 9.59273 17.5493 7.35 9.59694 17.547 7.35 9.60115 17.5447 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg66"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="7.05003 18.7162 7.35 7.91397 18.3676 7.35 8.76075 17.9791 7.35 9.58851 17.5517 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg67"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="7.05003 18.7162 7.35 5.6862 19.1747 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg68"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="2.70042 19.8169 7.35 3.70616 19.6536 7.35 4.70228 19.4394 7.35 5.6862 19.1747 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg69"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="2.70042 19.8169 7.35 1.69377 19.9282 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg70"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="0.347952 19.997 7.35 1.69377 19.9282 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg71"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-2.45537 19.8487 7.35 -1.52359 19.9419 7.35 -0.588463 19.9913 7.35 0.347952 19.997 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg72"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-2.45537 19.8487 7.35 -3.87603 19.6208 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg73"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-6.81824 18.8019 7.35 -5.85184 19.1247 7.35 -4.87026 19.398 7.35 -3.87603 19.6208 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg74"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-6.81824 18.8019 7.35 -7.76132 18.4326 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg75"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-8.98496 17.8681 7.35 -7.76132 18.4326 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg76"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-11.3983 16.4341 7.35 -10.6165 16.9496 7.35 -9.8115 17.428 7.35 -8.98496 17.8681 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg77"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-11.3983 16.4341 7.35 -12.5503 15.5721 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg78"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-14.7749 13.4797 7.35 -14.0693 14.2146 7.35 -13.3271 14.9127 7.35 -12.5503 15.5721 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg79"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-14.7749 13.4797 7.35 -15.4384 12.7144 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg80"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-16.2595 11.6459 7.35 -15.4384 12.7144 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg81"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-17.73 9.25462 7.35 -17.2773 10.0744 7.35 -16.7868 10.8721 7.35 -16.2595 11.6459 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg82"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.73 9.25462 7.35 -18.3494 7.95598 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg83"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-19.3469 5.0694 7.35 -19.0636 6.04813 7.35 -18.7308 7.01115 7.35 -18.3494 7.95598 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg84"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-19.3469 5.0694 7.35 -19.5787 4.0835 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg85"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-19.8092 2.75578 7.35 -19.5787 4.0835 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg86"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-19.9999 -0.0449734 7.35 -19.9801 0.891249 7.35 -19.9165 1.82552 7.35 -19.8092 2.75578 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg87"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-19.9999 -0.0449734 7.35 -19.945 -1.48274 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg88"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-19.4867 -4.5022 7.35 -19.6907 -3.50394 7.35 -19.8436 -2.49658 7.35 -19.945 -1.48274 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg89"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-19.4867 -4.5022 7.35 -19.2338 -5.48291 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg90"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-18.8209 -6.76568 7.35 -19.2338 -5.48291 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg91"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-17.6882 -9.33426 7.35 -18.1057 -8.49607 7.35 -18.4836 -7.63925 7.35 -18.8209 -6.76568 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg92"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.6882 -9.33426 7.35 -16.9713 -10.5818 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg93"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-15.1623 -13.0424 7.35 -15.8069 -12.2533 7.35 -16.4104 -11.4324 7.35 -16.9713 -10.5818 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg94"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-15.1623 -13.0424 7.35 -14.4826 -13.7932 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg95"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-13.5209 -14.7372 7.35 -14.4826 -13.7932 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg96"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-11.3243 -16.4852 7.35 -12.0835 -15.937 7.35 -12.8162 -15.354 7.35 -13.5209 -14.7372 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg97"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-11.3243 -16.4852 7.35 -10.1098 -17.2567 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg98"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="9.6483 -0.180972 7.35 4.98088 8.26519 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg99"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="9.6483 -0.180972 7.35 4.69186 -8.43261 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg100"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-4.98088 -8.26519 7.35 4.69186 -8.43261 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg101"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-9.6483 0.180972 7.35 -4.98088 -8.26519 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg102"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-9.6483 0.180972 7.35 -4.66743 8.44616 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg103"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="4.98088 8.26519 7.35 -4.66743 8.44616 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg104"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-9.64879 0.153035 2.2 -9.6483 0.180972 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg105"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-4.69186 8.43261 2.2 -4.66743 8.44616 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg106"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-4.98088 -8.26519 2.2 -4.98088 -8.26519 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg107"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="4.95693 8.27958 2.2 4.98088 8.26519 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg108"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="9.64879 -0.153035 2.2 9.6483 -0.180972 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg109"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="4.69186 -8.43261 2.2 4.69186 -8.43261 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg110"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-12.9011 -23.6153 4.81075 -6.56975 -21.9621 6.27556 -0.93217 -19.9783 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg111"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-13.2488 -22.9384 5.66484 -13.1693 -22.9929 5.38415 -13.0809 -23.1285 5.13586 -12.9873 -23.3442 4.93428 -12.9011 -23.6153 4.81075 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg112"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-13.2488 -22.9384 5.66484 -3.60302 -20.2461 7.80139 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg113"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-3.60302 -20.2461 7.80139 -2.72358 -20.0618 7.54666 -1.8375 -19.981 7.4022 -0.93217 -19.9783 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg114"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="10.7602 19.6964 6.45186 5.6862 19.1747 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg115"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="10.9708 19.0036 7.30683 10.9126 19.0665 7.02995 10.8555 19.2074 6.78357 10.8022 19.4255 6.58074 10.7602 19.6964 6.45186 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg116"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="10.9708 19.0036 7.30683 8.34354 18.7956 7.80139 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg117"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="8.34354 18.7956 7.80139 7.44568 18.827 7.54669 6.56598 18.9606 7.40222 5.6862 19.1747 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg118"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="16.242 29.7309 2.24978 6.30847 25.7384 4.96115 0.874262 22.7461 6.33462 -3.87603 19.6208 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg119"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="16.6762 29.0741 3.10422 16.5841 29.1208 2.82034 16.4761 29.2505 2.57029 16.3566 29.4621 2.36943 16.242 29.7309 2.24978 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg120"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="16.6762 29.0741 3.10422 6.9329 25.2296 5.78265 -1.3469 20.5201 7.80139 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg121"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-1.3469 20.5201 7.80139 -2.15661 20.1306 7.54668 -2.9976 19.8401 7.40221 -3.87603 19.6208 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg122"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-16.3608 -14.5575 8.86975 -23.4458 -12.3933 12.5659 -30.4542 -9.34342 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg123"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-16.5736 -14.0055 8.08888 -16.467 -14.0819 8.36536 -16.4142 -14.1799 8.53672 -16.3727 -14.3483 8.72385 -16.3608 -14.5575 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg124"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-16.5736 -14.0055 8.08888 -31.2115 -8.3104 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg125"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-30.4542 -9.34342 16.8342 -30.6074 -8.97174 16.8007 -30.7993 -8.67332 16.7151 -30.9885 -8.46944 16.6079 -31.2115 -8.3104 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg126"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-16.0273 -12.8288 7.15548 -15.2854 -13.4352 7.31205 -15.0836 -13.6741 7.40845 -15.0107 -13.8094 7.47674 -15.0538 -14.0648 7.66102 -15.2459 -14.1487 7.7747 -15.5619 -14.1719 7.88531 -16.0691 -14.117 8.00406 -16.5736 -14.0055 8.08888 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg127"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-14.4826 -13.7932 7.35 -14.5005 -14.066 7.5115 -14.5966 -14.291 7.69218 -14.7734 -14.4692 7.89304 -15.0222 -14.5909 8.10342 -15.2377 -14.6424 8.25611 -15.4765 -14.6649 8.4067 -15.9246 -14.641 8.65574 -16.3608 -14.5575 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg128"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-14.4826 -13.7932 7.35 -14.8068 -13.5141 7.3328 -15.2651 -13.2254 7.27746 -16.0273 -12.8288 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg129"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-8.22961 -18.8076 7.15548 -10.5561 -19.3228 6.60831 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg130"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-10.5561 -19.3228 6.60831 -10.503 -19.5521 6.5738 -10.4622 -19.7856 6.59441 -10.4317 -20.0705 6.69967 -10.4285 -20.3212 6.89115 -10.4401 -20.4368 7.03445 -10.4614 -20.5248 7.19522 -10.4915 -20.5822 7.36802 -10.5295 -20.6069 7.54694 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg131"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-8.16647 -20.1034 8.08888 -10.5295 -20.6069 7.54694 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg132"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-8.16647 -20.1034 8.08888 -7.28656 -19.8243 7.91343 -6.96534 -19.6452 7.7963 -6.81073 -19.4863 7.68709 -6.80793 -19.2799 7.53577 -6.96063 -19.1407 7.4271 -7.21466 -19.0253 7.3332 -7.57304 -18.9235 7.24882 -8.22961 -18.8076 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg133"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-7.72155 -20.4933 8.86975 -15.0008 -21.8695 12.5659 -22.6238 -22.426 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg134"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-8.16647 -20.1034 8.08888 -8.0366 -20.1215 8.36536 -7.94434 -20.1837 8.53672 -7.82932 -20.3136 8.72385 -7.72155 -20.4933 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg135"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-8.16647 -20.1034 8.08888 -23.7744 -21.8632 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg136"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-22.6238 -22.426 16.8342 -22.9321 -22.1681 16.8007 -23.2407 -21.993 16.7151 -23.503 -21.9004 16.6079 -23.7744 -21.8632 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg137"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="10"><Coordinate point="-7.72155 -20.4933 8.86975 -7.07086 -20.271 8.52503 -6.62861 -20.0001 8.20596 -6.42731 -19.7904 7.99634 -6.35304 -19.6695 7.88603 -6.30429 -19.5448 7.77911 -6.27979 -19.3853 7.65169 -6.29588 -19.2217 7.53124 -6.34048 -19.0835 7.43741 -6.41367 -18.9437 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg138"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-6.41367 -18.9437 7.35 -6.83087 -18.8469 7.33287 -7.36956 -18.8046 7.27756 -8.22961 -18.8076 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg139"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="1.45336 -20.4778 7.15548 -6.04038 -26.1662 4.83104 -11.5147 -29.3461 3.11482 -17.4832 -32.0028 1.29837 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg140"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-17.4832 -32.0028 1.29837 -17.3956 -32.2168 1.27355 -17.3216 -32.4356 1.3009 -17.2531 -32.7049 1.40999 -17.2192 -32.9456 1.5999 -17.2183 -33.0592 1.74005 -17.2314 -33.1482 1.8964 -17.258 -33.2097 2.06387 -17.2974 -33.2418 2.237 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg141"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="2.11147 -21.5958 8.08888 -5.59005 -27.3517 5.76575 -11.1961 -30.5629 4.05133 -17.2974 -33.2418 2.237 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg142"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="10"><Coordinate point="2.11147 -21.5958 8.08888 2.5235 -21.2091 7.99453 2.82215 -20.8591 7.88578 2.97698 -20.5998 7.78181 3.02353 -20.4389 7.69873 2.93541 -20.2376 7.53865 2.7372 -20.1833 7.42929 2.45751 -20.1983 7.33439 2.09111 -20.2746 7.24932 1.45336 -20.4778 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg143"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="2.68661 -21.7343 8.86975 -3.11931 -26.3357 12.5659 -9.61049 -30.371 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg144"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="2.11147 -21.5958 8.08888 2.23489 -21.5515 8.36536 2.34548 -21.5637 8.53672 2.50767 -21.6252 8.72385 2.68661 -21.7343 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg145"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="2.11147 -21.5958 8.08888 -10.8908 -30.4074 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg146"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-9.61049 -30.371 16.8342 -10.0034 -30.2859 16.8007 -10.358 -30.2743 16.7151 -10.6333 -30.3142 16.6079 -10.8908 -30.4074 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg147"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="10"><Coordinate point="2.68661 -21.7343 8.86975 3.15975 -21.2346 8.52475 3.42506 -20.7899 8.20614 3.50596 -20.5104 7.99628 3.51553 -20.3686 7.88584 3.50066 -20.2354 7.77879 3.44816 -20.0829 7.6514 3.3579 -19.9457 7.53107 3.25425 -19.8441 7.43734 3.12456 -19.7544 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg148"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="3.12456 -19.7544 7.35 2.71013 -19.8626 7.33286 2.21316 -20.0756 7.27752 1.45336 -20.4778 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg149"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="12.4793 -17.9962 8.86975 9.47682 -24.7687 12.5659 5.60444 -31.3584 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg150"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="11.9057 -18.1409 8.08888 11.9944 -18.0443 8.36536 12.098 -18.0037 8.53671 12.2702 -17.9828 8.72385 12.4793 -17.9962 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg151"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="11.9057 -18.1409 8.08888 4.48768 -31.9856 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg152"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="5.60444 -31.3584 16.8342 5.21701 -31.4657 16.8007 4.89763 -31.6202 16.7151 4.67243 -31.7834 16.6079 4.48768 -31.9856 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg153"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="10.8034 -17.4568 7.15548 11.4954 -16.7929 7.31226 11.7571 -16.6214 7.40881 11.9002 -16.5656 7.47718 12.1475 -16.6389 7.66068 12.2077 -16.8384 7.77393 12.1931 -17.1551 7.88487 12.0774 -17.6528 8.00391 11.9057 -18.1409 8.08888 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg154"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="11.947 -16.0396 7.35 12.2154 -16.0901 7.51137 12.4266 -16.2121 7.69145 12.5826 -16.409 7.89236 12.6734 -16.6694 8.10202 12.6988 -16.886 8.25245 12.6926 -17.1299 8.40585 12.6149 -17.5728 8.65551 12.4793 -17.9962 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg155"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="11.947 -16.0396 7.35 11.6269 -16.3312 7.33267 11.2892 -16.7475 7.27755 10.8034 -17.4568 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg156"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="19.4131 -10.1354 8.86975 19.9019 -17.5275 12.5659 19.5355 -25.162 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg157"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="18.9725 -10.5301 8.08888 19.0061 -10.4034 8.36536 19.079 -10.3193 8.53672 19.2217 -10.2208 8.72385 19.4131 -10.1354 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg158"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="18.9725 -10.5301 8.08888 18.8381 -26.2364 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg159"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="19.5355 -25.162 16.8342 19.2423 -25.437 16.8007 19.0313 -25.7223 16.7151 18.9077 -25.9714 16.6079 18.8381 -26.2364 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg160"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="17.6785 -10.4366 7.15548 17.9827 -9.52714 7.31226 18.1348 -9.25374 7.40881 18.2355 -9.13783 7.47718 18.4885 -9.08781 7.66066 18.6346 -9.23643 7.77392 18.7688 -9.52372 7.88487 18.8976 -10.0181 8.00391 18.9725 -10.5301 8.08888 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg161"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="18.0325 -8.65033 7.35 18.2937 -8.57031 7.51135 18.5373 -8.58019 7.6914 18.7669 -8.68206 7.89232 18.9684 -8.87043 8.102 19.0915 -9.05037 8.25243 19.1994 -9.26918 8.40583 19.3364 -9.69753 8.6555 19.4131 -10.1354 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg162"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="18.0325 -8.65033 7.35 17.8845 -9.05731 7.33267 17.779 -9.58299 7.27753 17.6785 -10.4366 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg163"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="21.8996 0.0472418 8.86975 25.7677 -6.27098 12.5659 28.9911 -13.2012 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg164"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="21.6929 -0.507013 8.08888 21.6638 -0.379156 8.36536 21.6892 -0.270837 8.53672 21.7698 -0.117251 8.72385 21.8996 0.0472418 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg165"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="21.6929 -0.507013 8.08888 28.873 -14.4766 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg166"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="28.9911 -13.2012 16.8342 28.8593 -13.581 16.8007 28.8051 -13.9317 16.7151 28.8115 -14.2097 16.6079 28.873 -14.4766 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg167"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="20.5037 -1.02556 7.15548 20.3504 -0.0788805 7.31226 20.358 0.233869 7.40881 20.3933 0.383325 7.47718 20.5941 0.545189 7.66066 20.7925 0.481462 7.77392 21.0448 0.289464 7.88487 21.3887 -0.0884344 8.00391 21.6929 -0.507013 8.08888 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg168"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="19.987 0.720648 7.35 20.1811 0.912852 7.51135 20.4014 1.01735 7.6914 20.652 1.03385 7.89232 20.9179 0.960662 8.102 21.1106 0.858546 8.25243 21.3078 0.714944 8.40583 21.6282 0.399327 8.6555 21.8996 0.0472418 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg169"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="19.987 0.720648 7.35 20.0451 0.291506 7.33267 20.196 -0.222987 7.27753 20.5037 -1.02556 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg170"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="19.3692 10.2191 8.86975 25.7305 6.42218 12.5659 31.8053 1.78374 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg171"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="19.4437 9.63225 8.08888 19.3585 9.73193 8.36536 19.3307 9.83967 8.53672 19.3307 10.0131 8.72385 19.3692 10.2191 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg172"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.4437 9.63225 8.08888 32.2934 0.599518 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg173"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="31.8053 1.78374 16.8342 31.8651 1.38621 16.8007 31.98 1.05053 16.7151 32.1149 0.807295 16.6079 32.2934 0.599518 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg174"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="18.6317 8.62044 7.15548 18.056 9.38745 7.31226 17.9174 9.6679 7.40881 17.8792 9.81666 7.47718 17.9818 10.0533 7.66066 18.1871 10.0891 7.77392 18.4998 10.0363 7.88487 18.9798 9.86151 8.00391 19.4437 9.63225 8.08888 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg175"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="17.3627 9.92653 7.35 17.4452 10.1869 7.51135 17.5918 10.3818 7.6914 17.806 10.5129 7.89232 18.0755 10.5717 8.102 18.2935 10.5708 8.25243 18.5349 10.5353 8.40583 18.9652 10.4047 8.6555 19.3692 10.2191 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg176"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="17.3627 9.92653 7.35 17.6136 9.57354 7.33267 17.9863 9.1881 7.27753 18.6317 8.62044 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg177"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="12.4015 18.0499 8.86975 19.7987 17.6441 12.5659 27.3333 16.3601 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg178"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="12.7402 17.5649 8.08888 12.6185 17.6135 8.36536 12.5438 17.696 8.53671 12.4632 17.8496 8.72385 12.4015 18.0499 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg179"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="12.7402 17.5649 8.08888 28.3157 15.5383 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg180"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="27.3333 16.3601 16.8342 27.5709 16.0359 16.8007 27.8287 15.792 16.7151 28.0612 15.6394 16.6079 28.3157 15.5383 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg181"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="12.4914 16.2916 7.15548 11.6253 16.7032 7.31226 11.3722 16.8871 7.40881 11.2692 17.0011 7.47718 11.2501 17.2583 7.66068 11.4152 17.3854 7.77393 11.7166 17.484 7.88487 12.2229 17.5523 8.00391 12.7402 17.5649 8.08888 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg182"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="10.7608 16.8584 7.35 10.7129 17.1273 7.51137 10.7521 17.368 7.69145 10.8809 17.5836 7.89236 11.0922 17.7609 8.10202 11.2856 17.8614 8.25245 11.5158 17.9421 8.40585 11.9576 18.0265 8.65551 12.4015 18.0499 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg183"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="10.7608 16.8584 7.35 11.147 16.6624 7.33267 11.656 16.4943 7.27755 12.4914 16.2916 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg184"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="1.69377 19.9282 7.35 2.122 19.934 7.33286 2.65543 20.0219 7.27754 3.4895 20.2306 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg185"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="10.7602 19.6964 6.45186 13.3076 24.3594 4.49916 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg186"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="3.4895 20.2306 7.15548 13.3076 24.3594 4.49916 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg187"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="13.3076 24.3594 4.49916 13.2297 24.5786 4.47138 13.1651 24.8023 4.49667 13.1074 25.0769 4.6046 13.0824 25.3211 4.79499 13.0852 25.4354 4.93611 13.1008 25.5243 5.0938 13.1288 25.5846 5.2629 13.1681 25.6145 5.43778 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg188"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="3.1181 21.4736 8.08888 13.1681 25.6145 5.43778 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg189"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="10"><Coordinate point="3.1181 21.4736 8.08888 2.62551 21.1968 7.99454 2.25178 20.9284 7.8858 2.03941 20.7137 7.78183 1.9557 20.5687 7.69876 1.99306 20.352 7.53865 2.1725 20.2519 7.42929 2.44765 20.1995 7.33439 2.82168 20.1859 7.24933 3.4895 20.2306 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg190"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="2.59281 21.7457 8.86975 9.33122 24.824 12.5659 16.5995 27.1885 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg191"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="3.1181 21.4736 8.08888 2.98767 21.4601 8.36536 2.88321 21.4984 8.53671 2.74046 21.597 8.72385 2.59281 21.7457 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg192"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="3.1181 21.4736 8.08888 17.8513 26.9175 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg193"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="16.5995 27.1885 16.8342 16.9606 27.0119 16.8007 17.3021 26.9158 16.7151 17.579 26.8886 16.6079 17.8513 26.9175 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg194"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="10"><Coordinate point="2.59281 21.7457 8.86975 2.01385 21.3738 8.52478 1.64983 21.0055 8.20618 1.50438 20.7535 7.99634 1.46117 20.6182 7.8859 1.4437 20.4853 7.77886 1.45816 20.3246 7.65145 1.51295 20.1697 7.5311 1.5893 20.0463 7.43736 1.69377 19.9282 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg195"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-7.80989 20.4598 8.86975 -3.27389 26.317 12.5659 2.06297 31.7884 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg196"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-7.21834 20.463 8.08888 -7.32756 20.3904 8.36536 -7.43787 20.3758 8.53671 -7.61006 20.3967 8.72385 -7.80989 20.4598 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg197"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-7.21834 20.463 8.08888 3.29739 32.1302 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg198"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="2.06297 31.7884 16.8342 2.46481 31.7998 16.8007 2.8119 31.8735 16.7151 3.06961 31.9781 16.6079 3.29739 32.1302 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg199"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-6.31181 19.5349 7.15548 -7.1426 19.0559 7.31226 -7.43771 18.9521 7.40881 -7.58999 18.9321 7.47718 -7.81254 19.0625 7.66068 -7.82329 19.2706 7.77393 -7.73326 19.5746 7.88487 -7.50186 20.0301 8.00391 -7.21834 20.463 8.08888 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg200"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-7.76132 18.4326 7.35 -8.00986 18.5459 7.51137 -8.18572 18.7149 7.69145 -8.29 18.9434 7.89236 -8.31585 19.218 8.10202 -8.28868 19.4343 8.25245 -8.22435 19.6696 8.40585 -8.04286 20.0811 8.65551 -7.80989 20.4598 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg201"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-7.76132 18.4326 7.35 -7.38071 18.6391 7.33267 -6.95322 18.9625 7.27755 -6.31181 19.5349 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg202"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-16.4234 14.4868 8.86975 -15.129 21.7811 12.5659 -12.9461 29.106 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg203"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-15.9011 14.7645 8.08888 -15.9641 14.6495 8.36536 -16.055 14.5853 8.53672 -16.2172 14.5238 8.72385 -16.4234 14.4868 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg204"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-15.9011 14.7645 8.08888 -12.0119 29.9822 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg205"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-12.9461 29.106 16.8342 -12.5956 29.3028 16.8007 -12.3225 29.5293 16.7151 -12.1429 29.7417 16.6079 -12.0119 29.9822 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg206"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-14.6671 14.3641 7.15548 -15.1802 13.5538 7.31226 -15.3932 13.3248 7.40881 -15.5188 13.2363 7.47718 -15.7764 13.2483 7.66066 -15.8827 13.4276 7.77392 -15.9442 13.7386 7.88487 -15.951 14.2495 8.00391 -15.9011 14.7645 8.08888 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg207"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-15.4384 12.7144 7.35 -15.7111 12.6992 7.51135 -15.9453 12.7671 7.6914 -16.1438 12.921 7.89232 -16.2943 13.1521 8.102 -16.3708 13.3563 8.25243 -16.4232 13.5945 8.40583 -16.4537 14.0432 8.6555 -16.4234 14.4868 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg208"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-15.4384 12.7144 7.35 -15.1973 13.0742 7.33267 -14.969 13.5593 7.27753 -14.6671 14.3641 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg209"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-21.2746 5.19506 8.86975 -23.5182 12.2554 12.5659 -24.9895 19.7557 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg210"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-20.9412 5.68373 8.08888 -20.9435 5.55262 8.36536 -20.9942 5.45354 8.53672 -21.1092 5.32371 8.72385 -21.2746 5.19506 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg211"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-20.9412 5.68373 8.08888 -24.5695 20.9657 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg212"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-24.9895 19.7557 16.8342 -24.7706 20.0929 16.8007 -24.634 20.4203 16.7151 -24.5737 20.6918 16.6079 -24.5695 20.9657 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg213"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-19.6624 5.90261 7.15548 -19.74 4.94758 7.31205 -19.822 4.6458 7.40845 -19.892 4.50895 7.47674 -20.1267 4.39928 7.66102 -20.3048 4.50972 7.7747 -20.5034 4.75658 7.88531 -20.7463 5.20522 8.00406 -20.9412 5.68373 8.08888 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg214"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-19.5787 4.0835 7.35 -19.8133 3.94323 7.5115 -20.053 3.89457 7.69218 -20.3002 3.93886 7.89304 -20.5416 4.07444 8.10342 -20.7065 4.22253 8.25611 -20.8606 4.40629 8.4067 -21.0955 4.78867 8.65574 -21.2746 5.19506 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg215"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-19.5787 4.0835 7.35 -19.5332 4.50889 7.3328 -19.5559 5.05001 7.27746 -19.6624 5.90261 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg216"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-21.252 -5.28679 8.86975 -26.5197 -0.0778584 12.5659 -31.308 5.8796 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg217"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-21.1839 -4.69917 8.08888 -21.125 -4.81634 8.36536 -21.1238 -4.9276 8.53672 -21.1653 -5.09602 8.72385 -21.252 -5.28679 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg218"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-21.1839 -4.69917 8.08888 -31.4985 7.14621 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg219"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-31.308 5.8796 16.8342 -31.2709 6.27989 16.8007 -31.3021 6.63332 16.7151 -31.3749 6.90176 16.6079 -31.4985 7.14621 16.462 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg220"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-20.1533 -3.91109 7.15548 -19.7779 -4.79358 7.31226 -19.7104 -5.09906 7.40881 -19.709 -5.25262 7.47718 -19.8652 -5.45784 7.66066 -20.0731 -5.44344 7.77392 -20.364 -5.31741 7.88487 -20.7883 -5.03278 8.00391 -21.1839 -4.69917 8.08888 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg221"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-19.2338 -5.48291 7.35 -19.3762 -5.71597 7.51135 -19.5651 -5.87016 7.6914 -19.8045 -5.94617 7.89232 -20.0802 -5.93874 8.102 -20.2917 -5.88569 8.25243 -20.5175 -5.79346 8.40583 -20.9041 -5.56369 8.6555 -21.252 -5.28679 8.86975 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg222"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-19.2338 -5.48291 7.35 -19.3929 -5.08014 7.33267 -19.6625 -4.61671 7.27753 -20.1533 -3.91109 7.15548 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg223"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-27.0329 29.2537 9.75962 -27.012 28.9442 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg224"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-27.0079 28.9453 10.0133 -27.012 28.9442 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg225"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-27.029 29.2573 9.80793 -27.0079 28.9453 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg226"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-27.0329 29.2537 9.75962 -27.029 29.2573 9.80793 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg227"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-25.4528 18.6047 16.572 -27.012 28.9442 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg228"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-25.4774 18.7888 16.675 -25.4528 18.6047 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg229"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-27.0079 28.9453 10.0133 -25.4774 18.7888 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg230"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-27.012 28.9442 9.96413 -27.5094 28.8144 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg231"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-27.5094 28.8144 3.91119 -27.0329 29.2537 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg232"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-20.5328 1.13635 7.80139 -23.5605 9.5472 11.6871 -25.4528 18.6047 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg233"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-27.7635 28.5728 0.788584 -26.5661 18.5469 3.5126 -23.9714 9.24305 5.9541 -20.5328 1.13635 7.80139 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg234"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-27.5094 28.8144 3.91119 -27.7635 28.5728 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg235"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-20.5328 1.13635 7.80139 -20.2438 0.285579 7.54667 -20.0568 -0.584279 7.40221 -19.945 -1.48274 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg236"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-28.4819 27.6168 0.120367 -26.949 16.7565 3.03787 -23.8556 6.87105 5.57668 -19.945 -1.48274 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg237"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="-27.7635 28.5728 0.788584 -27.8006 28.547 0.587274 -27.8756 28.4641 0.413336 -27.9686 28.3479 0.290671 -28.0881 28.1884 0.196021 -28.2271 27.9938 0.136827 -28.4819 27.6168 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg238"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-24.9895 19.7557 16.8342 -25.0959 19.6202 16.8342 -25.2017 19.4842 16.8342 -25.3067 19.3477 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg239"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-25.3067 19.3477 16.8342 -25.4495 19.072 16.7923 -25.4774 18.7888 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg240"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-31.4985 7.14621 16.462 -36.0951 15.1995 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg241"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-21.1839 -4.69917 8.08888 -28.425 2.98669 5.5193 -32.5618 8.77244 3.61819 -36.0951 15.1995 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg242"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-36.0951 15.1995 1.61472 -36.0951 15.1995 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg243"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-20.1533 -3.91109 7.15548 -27.8098 4.19808 4.36412 -32.1156 10.3833 2.29598 -35.7047 17.2939 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg244"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-36.0951 15.1995 1.61472 -36.0985 15.2879 1.32092 -36.0914 15.3735 1.17121 -36.0784 15.4856 1.02151 -36.0414 15.7382 0.76982 -35.9737 16.1198 0.501395 -35.8768 16.5881 0.279819 -35.7963 16.9345 0.175515 -35.7047 17.2939 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg245"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-35.7047 17.2939 0.120367 -33.6681 20.9848 0.120367 -31.2514 24.4388 0.120367 -28.4819 27.6168 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg246"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-27.3531 29.1858 3.8701 -27.47 29.0166 3.89254 -27.5094 28.8144 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg247"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-27.3531 29.1858 3.8701 -26.8705 29.6306 9.71857 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg248"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-26.8705 29.6306 9.71857 -26.9919 29.4597 9.74109 -27.0329 29.2537 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg249"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-27.3531 29.1858 3.8701 -27.6104 28.9425 0.747468 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg250"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-27.6104 28.9425 0.747468 -27.7253 28.7737 0.769896 -27.7635 28.5728 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg251"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="8"><Coordinate point="-27.6104 28.9425 0.747468 -27.6702 28.8853 0.436654 -27.746 28.8125 0.24846 -27.9034 28.6601 0.0125887 -28.0985 28.4688 -0.162135 -28.2483 28.3202 -0.247858 -28.4113 28.1566 -0.308035 -28.717 27.8448 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg252"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-28.717 27.8448 -0.348945 -28.6524 27.7822 -0.0627968 -28.4819 27.6168 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg253"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-35.9995 17.4367 -0.348945 -33.9461 21.1581 -0.348945 -31.5094 24.6405 -0.348945 -28.717 27.8448 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg254"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-35.7047 17.2939 0.120367 -35.8242 17.3518 0.0470198 -35.9185 17.3975 -0.0627948 -35.9787 17.4267 -0.198963 -35.9995 17.4367 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg255"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="-37.0096 15.1752 1.61472 -36.8568 15.3781 1.61472 -36.7071 15.4592 1.61472 -36.5282 15.485 1.61472 -36.3517 15.4459 1.61472 -36.2008 15.3464 1.61472 -36.0951 15.1995 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg256"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-37.0096 15.1752 1.61472 -36.9947 15.2115 1.30496 -36.9421 15.3388 0.950809 -36.8564 15.5436 0.620386 -36.7525 15.7878 0.347115 -36.6348 16.059 0.121738 -36.4603 16.4514 -0.111746 -36.2417 16.9276 -0.284505 -35.9995 17.4367 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg257"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-26.7611 29.7295 10 -26.7267 29.1889 10.3553 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg258"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-26.7267 29.1889 10.3553 -26.9241 29.0854 10.218 -27.0079 28.9453 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg259"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-27.029 29.2573 9.80793 -26.9787 29.4729 9.90959 -26.8485 29.6506 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg260"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-26.7611 29.7295 10 -26.8485 29.6506 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg261"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-26.7267 29.1889 10.3553 -25.3067 19.3477 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg262"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.0096 15.1752 10 -37.0096 15.1752 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg263"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="6"><Coordinate point="-37.0096 15.1752 10 -36.8197 15.4047 10.0735 -36.6577 15.4731 10.1766 -36.4331 15.4726 10.3503 -36.2377 15.3786 10.5321 -36.0951 15.1995 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg264"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-26.8705 29.6306 9.71857 -26.8485 29.6506 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg265"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-10.3416 38.4657 9.75962 -10.4669 38.1819 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg266"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-10.4628 38.181 10.0133 -10.4669 38.1819 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg267"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-10.3364 38.467 9.80793 -10.4628 38.181 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg268"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-10.3416 38.4657 9.75962 -10.3364 38.467 9.80793 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg269"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-13.8913 28.3022 16.572 -10.4669 38.1819 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg270"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-13.8276 28.4766 16.675 -13.8913 28.3022 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg271"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-10.4628 38.181 10.0133 -13.8276 28.4766 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg272"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-10.4669 38.1819 9.96413 -10.9677 38.2982 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg273"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-10.9677 38.2982 3.91119 -10.3416 38.4657 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg274"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-17.6528 10.5483 7.80139 -16.4249 19.4027 11.6871 -13.8913 28.3022 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg275"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-11.3049 38.2023 0.788584 -14.9039 28.7683 3.5126 -16.9302 19.3244 5.9541 -17.6528 10.5483 7.80139 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg276"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-10.9677 38.2982 3.91119 -11.3049 38.2023 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg277"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-17.6528 10.5483 7.80139 -17.7923 9.66064 7.54667 -18.0309 8.80349 7.40221 -18.3494 7.95598 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg278"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-12.3853 37.6897 0.120367 -16.075 27.3609 3.03787 -17.9299 17.1702 5.57668 -18.3494 7.95598 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg279"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="-11.3049 38.2023 0.788584 -11.3498 38.1967 0.587274 -11.4547 38.1581 0.413336 -11.5911 38.0984 0.290671 -11.771 38.0128 0.196021 -11.9845 37.905 0.136827 -12.3853 37.6897 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg280"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-12.9461 29.106 16.8342 -13.1034 29.0355 16.8342 -13.2602 28.9642 16.8342 -13.4166 28.8921 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg281"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-13.4166 28.8921 16.8342 -13.6712 28.7144 16.7923 -13.8276 28.4766 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg282"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-24.5695 20.9657 16.462 -24.8971 30.2328 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg283"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-20.9412 5.68373 8.08888 -23.7811 15.8543 5.5193 -24.7553 22.8998 3.61819 -24.8971 30.2328 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg284"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-24.8971 30.2328 1.61472 -24.8971 30.2328 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg285"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-19.6624 5.90261 7.15548 -22.6734 16.6411 4.36412 -23.6116 24.1189 2.29598 -23.578 31.9058 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg286"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-24.8971 30.2328 1.61472 -24.859 30.3126 1.32092 -24.813 30.3851 1.17121 -24.7493 30.4783 1.02151 -24.5992 30.6847 0.76982 -24.3619 30.9912 0.501395 -24.0585 31.3608 0.279819 -23.8262 31.6302 0.175515 -23.578 31.9058 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg287"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-23.578 31.9058 0.120367 -20.0595 34.2275 0.120367 -16.3145 36.1627 0.120367 -12.3853 37.6897 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg288"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-26.7611 29.7295 10 -26.4169 30.0358 10 -26.0692 30.338 10 -25.7181 30.6362 10 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg289"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="6"><Coordinate point="-25.7181 30.6362 10 -25.4433 30.7512 10.0735 -25.2681 30.7365 10.1766 -25.0695 30.6316 10.3503 -24.9401 30.4576 10.5321 -24.8971 30.2328 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg290"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-10.6566 38.5543 3.8701 -10.8388 38.4589 3.89254 -10.9677 38.2982 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg291"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-10.6566 38.5543 3.8701 -10.0226 38.724 9.71857 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg292"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-10.0226 38.724 9.71857 -10.2095 38.629 9.74109 -10.3416 38.4657 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg293"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-10.6566 38.5543 3.8701 -10.9976 38.4585 0.747468 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg294"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-10.9976 38.4585 0.747468 -11.1777 38.3624 0.769896 -11.3049 38.2023 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg295"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="8"><Coordinate point="-10.9976 38.4585 0.747468 -11.077 38.4357 0.436654 -11.178 38.4064 0.24846 -11.3882 38.3446 0.0125887 -11.6499 38.2659 -0.162135 -11.8515 38.2039 -0.247858 -12.072 38.1349 -0.308035 -12.4875 38.0008 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg296"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-12.4875 38.0008 -0.348945 -12.4594 37.9153 -0.0627968 -12.3853 37.6897 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg297"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-23.7727 32.1692 -0.348945 -20.2251 34.5101 -0.348945 -16.4492 36.4613 -0.348945 -12.4875 38.0008 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg298"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-23.578 31.9058 0.120367 -23.657 32.0126 0.0470198 -23.7192 32.0969 -0.0627948 -23.759 32.1507 -0.198963 -23.7727 32.1692 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg299"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="-25.7181 30.6362 1.61472 -25.4885 30.7449 1.61472 -25.3183 30.7471 1.61472 -25.1479 30.6868 1.61472 -25.0098 30.5701 1.61472 -24.9224 30.4119 1.61472 -24.8971 30.2328 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg300"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-25.7181 30.6362 1.61472 -25.688 30.6615 1.30496 -25.5823 30.7497 0.950809 -25.4113 30.8912 0.620386 -25.2057 31.0592 0.347115 -24.9755 31.2446 0.121738 -24.6386 31.5109 -0.111746 -24.2238 31.8309 -0.284505 -23.7727 32.1692 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg301"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-9.87975 38.7607 10 -10.1006 38.266 10.3553 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg302"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-10.1006 38.266 10.3553 -10.3235 38.2661 10.218 -10.4628 38.181 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg303"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-10.3364 38.467 9.80793 -10.1917 38.6346 9.90959 -9.99385 38.7314 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg304"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-9.87975 38.7607 10 -9.99385 38.7314 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg305"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-10.1006 38.266 10.3553 -13.4166 28.8921 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg306"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-25.7181 30.6362 10 -25.7181 30.6362 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg307"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-10.0226 38.724 9.71857 -9.99385 38.7314 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg308"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="8.71888 38.8657 9.75962 8.47607 38.6726 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg309"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="8.47924 38.6699 10.0133 8.47607 38.6726 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg310"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="8.72406 38.8644 9.80793 8.47924 38.6699 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg311"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="8.71888 38.8657 9.75962 8.72406 38.8644 9.80793 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg312"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="0.852533 31.5159 16.572 8.47607 38.6726 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg313"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="0.990032 31.6407 16.675 0.852533 31.5159 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg314"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="8.47924 38.6699 10.0133 0.990032 31.6407 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg315"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="8.47607 38.6726 9.96413 8.08667 39.0083 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg316"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="8.08667 39.0083 3.91119 8.71888 38.8657 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg317"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-10.7288 17.5437 7.80139 -5.52667 24.8133 11.6871 0.852533 31.5159 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg318"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="7.74346 39.0801 0.788584 0.172519 32.3993 3.5126 -6.01043 24.9787 5.9541 -10.7288 17.5437 7.80139 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg319"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="8.08667 39.0083 3.91119 7.74346 39.0801 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg320"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-10.7288 17.5437 7.80139 -11.2644 16.8226 7.54663 -11.8748 16.1744 7.40225 -12.5503 15.5721 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg321"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="6.54866 39.1283 0.120367 -1.51843 31.6973 3.03787 -7.89674 23.5359 5.57668 -12.5503 15.5721 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg322"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="7.74346 39.0801 0.788584 7.70113 39.096 0.587274 7.59035 39.1106 0.413336 7.44186 39.1211 0.290671 7.24274 39.1289 0.196021 7.00364 39.1327 0.136827 6.54866 39.1283 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg323"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="2.06297 31.7884 16.8342 1.89103 31.7991 16.8342 1.71904 31.8089 16.8342 1.54699 31.8177 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg324"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="1.54699 31.8177 16.8342 1.23899 31.7786 16.7923 0.990032 31.6407 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg325"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-12.0119 29.9822 16.462 -7.99539 38.34 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg326"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-15.9011 14.7645 8.08888 -13.6893 25.09 5.5193 -11.2776 31.7811 3.61819 -7.99539 38.34 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg327"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-7.99539 38.34 1.61472 -7.99539 38.34 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg328"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-14.6671 14.3641 7.15548 -12.3428 25.2718 4.36412 -9.69842 32.329 2.29598 -6.04994 39.2085 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg329"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-7.99539 38.34 1.61472 -7.92457 38.393 1.32092 -7.85016 38.4358 1.17121 -7.75051 38.4887 1.02151 -7.52156 38.6018 0.76982 -7.16906 38.7629 0.501395 -6.72862 38.9491 0.279819 -6.39776 39.0797 0.175515 -6.04994 39.2085 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg330"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-6.04994 39.2085 0.120367 -1.8555 39.6291 0.120367 2.3599 39.6022 0.120367 6.54866 39.1283 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg331"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-9.87975 38.7607 10 -9.4327 38.8719 10 -8.9844 38.978 10 -8.5349 39.0788 10 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg332"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="6"><Coordinate point="-8.5349 39.0788 10 -8.23815 39.0529 10.0735 -8.08985 38.9585 10.1766 -7.9627 38.7733 10.3503 -7.92904 38.5591 10.5321 -7.99539 38.34 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg333"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="8.48111 39.0905 3.8701 8.27547 39.0907 3.89254 8.08667 39.0083 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg334"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="8.48111 39.0905 3.8701 9.12134 38.9461 9.71857 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg335"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="9.12134 38.9461 9.71857 8.91172 38.9489 9.74109 8.71888 38.8657 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg336"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="8.48111 39.0905 3.8701 8.13469 39.1641 0.747468 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg337"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="8.13469 39.1641 0.747468 7.93054 39.1628 0.769896 7.74346 39.0801 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg338"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="8"><Coordinate point="8.13469 39.1641 0.747468 8.05372 39.1808 0.436654 7.9507 39.2019 0.24846 7.73591 39.2448 0.0125887 7.46757 39.2968 -0.162135 7.26027 39.3356 -0.247858 7.03296 39.3769 -0.308035 6.60272 39.4513 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg339"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="6.60272 39.4513 -0.348945 6.58787 39.3625 -0.0627968 6.54866 39.1283 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg340"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-6.09989 39.5322 -0.348945 -1.87081 39.9562 -0.348945 2.37939 39.9292 -0.348945 6.60272 39.4513 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg341"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-6.04994 39.2085 0.120367 -6.0702 39.3397 0.0470198 -6.08617 39.4432 -0.0627948 -6.09638 39.5094 -0.198963 -6.09989 39.5322 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg342"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="-8.5349 39.0788 1.61472 -8.28112 39.0684 1.61472 -8.1294 38.9912 1.61472 -8.00646 38.8586 1.61472 -7.93844 38.6912 1.61472 -7.93452 38.5104 1.61472 -7.99539 38.34 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg343"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-8.5349 39.0788 1.61472 -8.49654 39.0872 1.30496 -8.36191 39.1162 0.950809 -8.14471 39.162 0.620386 -7.88464 39.2152 0.347115 -7.59467 39.2724 0.121738 -7.17259 39.3517 -0.111746 -6.6565 39.4422 -0.284505 -6.09989 39.5322 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg344"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="9.26491 38.9122 10 8.83946 38.5768 10.3553 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg345"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="8.83946 38.5768 10.3553 8.64214 38.6805 10.218 8.47924 38.6699 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg346"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="8.72406 38.8644 9.80793 8.9301 38.9456 9.90959 9.15027 38.9393 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg347"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="9.26491 38.9122 10 9.15027 38.9393 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg348"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="8.83946 38.5768 10.3553 1.54699 31.8177 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg349"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-8.5349 39.0788 10 -8.5349 39.0788 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg350"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="9.12134 38.9461 9.71857 9.15027 38.9393 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg351"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="25.782 30.362 9.75962 25.4773 30.3039 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg352"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="25.4788 30.3 10.0133 25.4773 30.3039 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg353"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="25.786 30.3585 9.80793 25.4788 30.3 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg354"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="25.782 30.362 9.75962 25.786 30.3585 9.80793 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg355"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="15.4011 27.5098 16.572 25.4773 30.3039 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg356"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="15.5808 27.5564 16.675 15.4011 27.5098 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg357"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="25.4788 30.3 10.0133 15.5808 27.5564 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg358"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="16.242 29.7309 2.24978 19.02 34.8159 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg359"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="16.242 29.7309 2.24978 23.9824 31.603 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg360"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="19.02 34.8159 0.120367 20.7267 33.8276 0.120367 22.3822 32.7558 0.120367 23.9824 31.603 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg361"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="25.4773 30.3039 9.96413 25.2884 30.782 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg362"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="25.2884 30.782 3.91119 25.782 30.362 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg363"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-1.3469 20.5201 7.80139 6.63769 24.5395 11.6871 15.4011 27.5098 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg364"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="16.6762 29.0741 3.10422 25.0179 31.0051 0.788585 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg365"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="25.2884 30.782 3.91119 25.0179 31.0051 0.788585 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg366"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="23.9824 31.603 0.120367 24.4193 31.3784 0.143019 24.6716 31.239 0.230024 24.8131 31.1556 0.325194 24.9187 31.0886 0.444828 24.9934 31.0342 0.606436 25.0179 31.0051 0.788585 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg367"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="16.5995 27.1885 16.8342 16.4522 27.2779 16.8342 16.3045 27.3665 16.8342 16.1562 27.4542 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg368"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="16.1562 27.4542 16.8342 15.8653 27.5628 16.7923 15.5808 27.5564 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg369"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-6.31181 19.5349 7.15548 0.815055 28.1127 4.36424 6.43676 33.1332 2.2959 12.8641 37.5289 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg370"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="12.8641 37.5289 0.120367 14.9662 36.7412 0.120367 17.0203 35.8359 0.120367 19.02 34.8159 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg371"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="3.29739 32.1302 16.462 10.7379 37.6641 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg372"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-7.21834 20.463 8.08888 -0.462096 28.577 5.51958 4.78327 33.3815 3.6183 10.7379 37.6641 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg373"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="10.7379 37.6641 1.61472 10.7379 37.6641 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg374"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="10.7379 37.6641 1.61472 10.8253 37.6781 1.32085 10.9111 37.6814 1.17111 11.024 37.6819 1.02139 11.2791 37.6756 0.769809 11.6658 37.6545 0.501555 12.1424 37.6147 0.27992 12.4962 37.5765 0.175545 12.8641 37.5289 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg375"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="9.26491 38.9122 10 9.71243 38.8029 10 10.1587 38.6885 10 10.6036 38.569 10 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg376"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="6"><Coordinate point="10.6036 38.569 10 10.8543 38.4081 10.0735 10.9417 38.2555 10.1766 10.9682 38.0325 10.3503 10.8985 37.8272 10.5321 10.7379 37.6641 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg377"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="25.6759 30.6716 3.8701 25.4939 30.7673 3.89254 25.2884 30.782 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg378"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="25.6759 30.6716 3.8701 26.1757 30.2462 9.71857 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg379"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="26.1757 30.2462 9.71857 25.9914 30.346 9.74109 25.782 30.362 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg380"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="25.6759 30.6716 3.8701 25.4034 30.8977 0.747469 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg381"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="25.4034 30.8977 0.747469 25.222 30.9914 0.769897 25.0179 31.0051 0.788585 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg382"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="24.1803 31.8639 -0.348945 24.126 31.7923 -0.0627969 23.9824 31.603 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg383"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="8"><Coordinate point="24.1803 31.8639 -0.348945 24.4045 31.6926 -0.332372 24.6141 31.5301 -0.283053 24.9031 31.3023 -0.143474 25.1061 31.1397 0.0324445 25.2738 31.0038 0.278772 25.3601 30.9332 0.504531 25.4034 30.8977 0.747469 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg384"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="19.177 35.1033 -0.348945 20.8978 34.1069 -0.348945 22.567 33.0262 -0.348945 24.1803 31.8639 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg385"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="19.02 34.8159 0.120367 19.0837 34.9324 0.0470198 19.1339 35.0243 -0.0627948 19.166 35.0831 -0.198963 19.177 35.1033 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg386"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="19.177 35.1033 -0.348945 17.1609 36.1318 -0.348945 15.0897 37.0446 -0.348945 12.9703 37.8387 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg387"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="12.9703 37.8387 -0.348945 12.9629 37.817 -0.198963 12.9411 37.7536 -0.0627948 12.9072 37.6546 0.0470198 12.8641 37.5289 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg388"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="10.6036 38.569 1.61472 10.8234 38.4417 1.61472 10.9219 38.3029 1.61472 10.9691 38.1284 1.61472 10.9515 37.9485 1.61472 10.871 37.7866 1.61472 10.7379 37.6641 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg389"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="10.6036 38.569 1.61472 10.6414 38.5585 1.30487 10.7742 38.5216 0.950646 10.9878 38.4613 0.620255 11.2426 38.3875 0.347175 11.5258 38.3035 0.121936 11.9363 38.1775 -0.111596 12.4355 38.0179 -0.284464 12.9703 37.8387 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg390"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="26.2871 30.1494 10 25.7545 30.0502 10.3553 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg391"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="25.7545 30.0502 10.3553 25.628 30.2337 10.218 25.4788 30.3 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg392"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="25.786 30.3585 9.80793 26.0061 30.3346 9.90959 26.1982 30.2267 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg393"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="26.2871 30.1494 10 26.1982 30.2267 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg394"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="25.7545 30.0502 10.3553 16.1562 27.4542 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg395"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="10.6036 38.569 10 10.6036 38.569 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg396"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="26.1757 30.2462 9.71857 26.1982 30.2267 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg397"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="36.9387 14.9027 9.75962 36.6419 14.9929 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg398"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="36.6415 14.9887 10.0133 36.6419 14.9929 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg399"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="36.9406 14.8978 9.80793 36.6415 14.9887 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg400"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="36.9387 14.9027 9.75962 36.9406 14.8978 9.80793 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg401"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="26.4214 17.2015 16.572 36.6419 14.9929 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg402"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="26.6022 17.1592 16.675 26.4214 17.2015 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg403"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="36.6415 14.9887 10.0133 26.6022 17.1592 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg404"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="36.6419 14.9929 9.96413 36.6969 15.504 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg405"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="36.6969 15.504 3.91119 36.9387 14.9027 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg406"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="8.34354 18.7956 7.80139 17.2814 18.6439 11.6871 26.4214 17.2015 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg407"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="10.9708 19.0036 7.30683 21.958 18.8731 4.76921 29.2527 17.8004 2.83872 36.5611 15.8273 0.788585 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg408"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="36.6969 15.504 3.91119 36.5611 15.8273 0.788585 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg409"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="10.7602 19.6964 6.45186 21.5211 19.6565 3.98857 28.7011 18.6822 2.11467 35.922 16.8379 0.120366 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg410"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="35.922 16.8379 0.120366 36.2045 16.436 0.143019 36.3631 16.1953 0.230025 36.4497 16.0557 0.325195 36.512 15.9473 0.444829 36.5529 15.8644 0.606436 36.5611 15.8273 0.788585 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg411"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="13.3076 24.3594 4.49916 20.9895 26.3267 2.32635 28.8312 27.2519 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg412"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="28.8312 27.2519 0.120367 31.56 24.0389 0.120367 33.9326 20.5545 0.120367 35.922 16.8379 0.120366 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg413"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="13.1681 25.6145 5.43778 27.0113 28.3597 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg414"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="27.0113 28.3597 1.61472 27.0952 28.3315 1.32089 27.1727 28.2945 1.17111 27.2729 28.2426 1.02144 27.496 28.1184 0.769771 27.8288 27.9198 0.501361 28.2323 27.6631 0.279798 28.5276 27.465 0.175506 28.8312 27.2519 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg415"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="27.3333 16.3601 16.8342 27.2444 16.5077 16.8342 27.1547 16.6548 16.8342 27.0642 16.8014 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg416"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="27.0642 16.8014 16.8342 26.8571 17.0326 16.7923 26.6022 17.1592 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg417"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="17.8513 26.9175 16.462 27.0113 28.3597 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg418"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="27.0113 28.3597 1.61472 27.0113 28.3597 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg419"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="26.2871 30.1494 10 26.6326 29.8447 10 26.9745 29.536 10 27.3129 29.2234 10 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg420"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="6"><Coordinate point="27.3129 29.2234 10 27.4601 28.9644 10.0735 27.4666 28.7887 10.1766 27.3865 28.5789 10.3503 27.2293 28.4295 10.5321 27.0113 28.3597 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg421"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="36.9887 15.2261 3.8701 36.872 15.3955 3.89254 36.6969 15.504 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg422"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="36.9887 15.2261 3.8701 37.2336 14.6172 9.71857 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg423"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="37.2336 14.6172 9.71857 37.1167 14.7913 9.74109 36.9387 14.9027 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg424"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="36.9887 15.2261 3.8701 36.8525 15.553 0.747469 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg425"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="36.8525 15.553 0.747469 36.7354 15.7203 0.769897 36.5611 15.8273 0.788585 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg426"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="36.2185 16.977 -0.348946 36.1371 16.9388 -0.0627971 35.922 16.8379 0.120366 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg427"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="8"><Coordinate point="36.2185 16.977 -0.348946 36.3374 16.7211 -0.332372 36.4474 16.4798 -0.283052 36.5975 16.1438 -0.143473 36.7017 15.9055 0.0324463 36.787 15.7072 0.278773 36.8307 15.6045 0.504532 36.8525 15.553 0.747469 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg428"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="29.0692 27.4769 -0.348945 31.8206 24.2374 -0.348945 34.2127 20.7242 -0.348945 36.2185 16.977 -0.348946 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg429"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="28.8312 27.2519 0.120367 28.9277 27.3432 0.0470198 29.0038 27.4151 -0.0627948 29.0525 27.4611 -0.198963 29.0692 27.4769 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg430"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="27.3129 29.2234 1.61472 27.4484 29.0086 1.61472 27.4711 28.8399 1.61472 27.4319 28.6634 1.61472 27.3327 28.5123 1.61472 27.1861 28.4064 1.61472 27.0113 28.3597 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg431"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="27.3129 29.2234 1.61472 27.3416 29.1965 1.30484 27.442 29.1022 0.950707 27.603 28.9495 0.620306 27.7945 28.7657 0.347054 28.0063 28.5595 0.121694 28.3113 28.2572 -0.111766 28.679 27.8839 -0.284513 29.0692 27.4769 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg432"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="37.2872 14.4798 10 36.7695 14.6394 10.3553 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg433"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="36.7695 14.6394 10.3553 36.7427 14.8607 10.218 36.6415 14.9887 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg434"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="36.9406 14.8978 9.80793 37.1245 14.7743 9.90959 37.2444 14.5895 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg435"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="37.2872 14.4798 10 37.2444 14.5895 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg436"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="36.7695 14.6394 10.3553 27.0642 16.8014 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg437"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="27.3129 29.2234 10 27.3129 29.2234 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg438"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="37.2336 14.6172 9.71857 37.2444 14.5895 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg439"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.6332 -3.97058 9.75962 39.4123 -3.7528 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg440"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.41 -3.75628 10.0133 39.4123 -3.7528 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg441"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.6326 -3.97586 9.80793 39.41 -3.75628 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg442"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.6332 -3.97058 9.75962 39.6326 -3.97586 9.80793 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg443"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="31.3889 2.95251 16.572 39.4123 -3.7528 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg444"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="31.5294 2.83106 16.675 31.3889 2.95251 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg445"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.41 -3.75628 10.0133 31.5294 2.83106 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg446"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.4123 -3.7528 9.96413 39.6986 -3.32578 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg447"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.6986 -3.32578 3.91119 39.6332 -3.97058 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg448"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="16.1226 12.7652 7.80139 23.9662 8.47729 11.6871 31.3889 2.95251 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg449"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="39.7285 -2.97642 0.788584 32.1838 3.73404 3.5126 24.0721 8.97746 5.9541 16.1226 12.7652 7.80139 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg450"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.6986 -3.32578 3.91119 39.7285 -2.97642 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg451"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="16.1226 12.7652 7.80139 15.3422 13.21 7.54663 14.6252 13.7378 7.40225 13.9458 14.3358 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg452"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="39.6323 -1.78452 0.120367 31.2832 5.32805 3.03787 22.4125 10.6761 5.57668 13.9458 14.3358 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg453"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="39.7285 -2.97642 0.788584 39.7392 -2.93248 0.587274 39.7403 -2.82075 0.413336 39.7329 -2.67207 0.290671 39.7167 -2.47346 0.196021 39.6916 -2.23565 0.136827 39.6323 -1.78452 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg454"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="31.8053 1.78374 16.8342 31.7952 1.95572 16.8342 31.7842 2.12763 16.8342 31.7722 2.29948 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg455"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="31.7722 2.29948 16.8342 31.6963 2.60053 16.7923 31.5294 2.83106 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg456"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="28.3157 15.5383 16.462 37.0967 12.5585 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg457"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="12.7402 17.5649 8.08888 23.2559 16.6139 5.51958 30.1897 15.0263 3.6183 37.0967 12.5585 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg458"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="37.0967 12.5585 1.61472 37.0967 12.5585 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg459"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="12.4914 16.2916 7.15548 23.5993 15.2991 4.36425 30.9246 13.5245 2.2959 38.1933 10.7319 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg460"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="37.0967 12.5585 1.61472 37.1579 12.4945 1.32085 37.2094 12.4258 1.17111 37.274 12.3332 1.02139 37.4137 12.1196 0.769809 37.616 11.7894 0.501556 37.854 11.3746 0.27992 38.0235 11.0618 0.175545 38.1933 10.7319 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg461"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="38.1933 10.7319 0.120367 39.1165 6.61872 0.120367 39.5979 2.43082 0.120367 39.6323 -1.78452 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg462"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="37.2872 14.4798 10 37.4515 14.0494 10 37.6108 13.6172 10 37.7651 13.1831 10 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg463"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="6"><Coordinate point="37.7651 13.1831 10 37.7752 12.8854 10.0735 37.6993 12.7268 10.1766 37.5308 12.5782 10.3503 37.3222 12.519 10.5321 37.0967 12.5585 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg464"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="39.8278 -3.70743 3.8701 39.8032 -3.50326 3.89254 39.6986 -3.32578 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg465"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.8278 -3.70743 3.8701 39.7616 -4.3604 9.71857 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg466"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="39.7616 -4.3604 9.71857 39.7391 -4.15198 9.74109 39.6332 -3.97058 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg467"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.8278 -3.70743 3.8701 39.8591 -3.35467 0.747468 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg468"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="39.8591 -3.35467 0.747468 39.8332 -3.15216 0.769896 39.7285 -2.97642 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg469"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="8"><Coordinate point="39.8591 -3.35467 0.747468 39.8659 -3.27227 0.436654 39.8744 -3.16747 0.24846 39.8911 -2.94907 0.0125887 39.9104 -2.67642 -0.162135 39.9239 -2.46595 -0.247858 39.9375 -2.23533 -0.308035 39.9595 -1.79925 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg470"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="39.9595 -1.79925 -0.348945 39.8696 -1.79521 -0.0627968 39.6323 -1.78452 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg471"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="38.5087 10.8205 -0.348945 39.4394 6.67336 -0.348945 39.9248 2.45089 -0.348945 39.9595 -1.79925 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg472"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="38.1933 10.7319 0.120367 38.3212 10.7678 0.0470198 38.422 10.7962 -0.0627948 38.4865 10.8143 -0.198963 38.5087 10.8205 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg473"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="37.7651 13.1831 1.61472 37.7853 12.9299 1.61472 37.727 12.77 1.61472 37.6102 12.632 1.61472 37.4522 12.5443 1.61472 37.2732 12.5186 1.61472 37.0967 12.5585 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg474"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="37.7651 13.1831 1.61472 37.7781 13.146 1.30487 37.8231 13.0158 0.950646 37.8948 12.8057 0.620255 37.9789 12.5541 0.347175 38.0705 12.2733 0.121936 38.2001 11.8639 -0.111596 38.3523 11.3624 -0.284464 38.5087 10.8205 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg475"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.7453 -4.50701 10 39.361 -4.12508 10.3553 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg476"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="39.361 -4.12508 10.3553 39.4402 -3.91671 10.218 39.41 -3.75628 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg477"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="39.6326 -3.97586 9.80793 39.738 -4.17061 9.90959 39.7584 -4.38993 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg478"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.7453 -4.50701 10 39.7584 -4.38993 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg479"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.361 -4.12508 10.3553 31.7722 2.29948 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg480"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="37.7651 13.1831 10 37.7651 13.1831 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg481"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.7616 -4.3604 9.71857 39.7584 -4.38993 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg482"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="33.2483 -21.9342 9.75962 33.1539 -21.6388 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg483"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="33.1502 -21.6408 10.0133 33.1539 -21.6388 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg484"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="33.2453 -21.9387 9.80793 33.1502 -21.6408 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg485"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="33.2483 -21.9342 9.75962 33.2453 -21.9387 9.80793 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg486"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="29.1656 -11.9728 16.572 33.1539 -21.6388 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg487"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="29.2335 -12.1457 16.675 29.1656 -11.9728 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg488"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="33.1502 -21.6408 10.0133 29.2335 -12.1457 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg489"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="33.1539 -21.6388 9.96413 33.6058 -21.3937 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg490"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="33.6058 -21.3937 3.91119 33.2483 -21.9342 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg491"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="20.2081 3.8105 7.80139 25.1606 -3.63139 11.6871 29.1656 -11.9728 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg492"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="33.7947 -21.0983 0.788584 30.2327 -11.6502 3.5126 25.4868 -3.23773 5.9541 20.2081 3.8105 7.80139 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg493"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="33.6058 -21.3937 3.91119 33.7947 -21.0983 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg494"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="20.2081 3.8105 7.80139 19.7239 4.56738 7.54667 19.3341 5.3672 7.40221 19.0106 6.2128 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg495"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="34.2634 -19.9982 0.120367 30.176 -9.82027 3.03787 24.8067 -0.962382 5.57668 19.0106 6.2128 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg496"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="33.7947 -21.0983 0.788584 33.8245 -21.0643 0.587274 33.8775 -20.9659 0.413336 33.94 -20.8308 0.290671 34.0179 -20.6474 0.196021 34.1062 -20.4252 0.136827 34.2634 -19.9982 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg497"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="28.9911 -13.2012 16.8342 29.0621 -13.0443 16.8342 29.1322 -12.8869 16.8342 29.2015 -12.7292 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg498"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="29.2015 -12.7292 16.8342 29.2742 -12.4273 16.7923 29.2335 -12.1457 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg499"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="32.2934 0.599518 16.462 38.6838 -6.11974 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg500"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="19.4437 9.63225 8.08888 28.3138 3.90266 5.5193 33.715 -0.724985 3.61819 38.6838 -6.11974 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg501"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="38.6838 -6.11974 1.61472 38.6838 -6.11974 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg502"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="18.6317 8.62044 7.15548 28.0063 2.57922 4.36412 33.6673 -2.39586 2.29598 38.8059 -8.24671 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg503"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="38.6838 -6.11974 1.61472 38.7082 -6.20476 1.32092 38.7218 -6.2895 1.17121 38.736 -6.40144 1.02151 38.7605 -6.6556 0.76982 38.7861 -7.04232 0.501395 38.8041 -7.52018 0.279819 38.8088 -7.87584 0.175515 38.8059 -8.24671 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg504"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="38.8059 -8.24671 0.120367 37.7118 -12.3177 0.120367 36.1919 -16.2497 0.120367 34.2634 -19.9982 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg505"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="39.7453 -4.50701 10 39.6907 -4.96444 10 39.6309 -5.42122 10 39.5659 -5.87727 10 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg506"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="6"><Coordinate point="39.5659 -5.87727 10 39.4364 -6.14555 10.0735 39.2955 -6.25072 10.1766 39.0773 -6.30395 10.3503 38.865 -6.25945 10.5321 38.6838 -6.11974 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg507"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="33.5429 -21.7917 3.8701 33.616 -21.5995 3.89254 33.6058 -21.3937 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg508"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="33.5429 -21.7917 3.8701 33.1808 -22.3391 9.71857 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg509"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="33.1808 -22.3391 9.71857 33.2577 -22.1441 9.74109 33.2483 -21.9342 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg510"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="33.5429 -21.7917 3.8701 33.7345 -21.4939 0.747468 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg511"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="33.7345 -21.4939 0.747468 33.8056 -21.3025 0.769896 33.7947 -21.0983 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg512"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="8"><Coordinate point="33.7345 -21.4939 0.747468 33.7788 -21.4241 0.436654 33.835 -21.3352 0.24846 33.9513 -21.1496 0.0125887 34.0951 -20.9171 -0.162135 34.2049 -20.7371 -0.247858 34.3241 -20.5392 -0.308035 34.5462 -20.1633 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg513"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="34.5462 -20.1633 -0.348945 34.4685 -20.1179 -0.0627968 34.2634 -19.9982 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg514"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="39.1263 -8.3148 -0.348945 38.0231 -12.4194 -0.348945 36.4907 -16.3838 -0.348945 34.5462 -20.1633 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg515"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="38.8059 -8.24671 0.120367 38.9358 -8.27433 0.0470198 39.0382 -8.29609 -0.0627948 39.1037 -8.31001 -0.198963 39.1263 -8.3148 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg516"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="39.5659 -5.87727 1.61472 39.4661 -6.11085 1.61472 39.3401 -6.22535 1.61472 39.1726 -6.2933 1.61472 38.9919 -6.29751 1.61472 38.8215 -6.23708 1.61472 38.6838 -6.11974 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg517"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="39.5659 -5.87727 1.61472 39.5601 -5.91611 1.30496 39.5395 -6.05228 0.950809 39.5053 -6.27161 0.620386 39.4628 -6.53364 0.347115 39.4134 -6.82504 0.121738 39.3379 -7.24781 -0.111746 39.2396 -7.76248 -0.284505 39.1263 -8.3148 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg518"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="33.0982 -22.4613 10 32.9354 -21.9446 10.3553 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg519"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="32.9354 -21.9446 10.3553 33.1024 -21.7968 10.218 33.1502 -21.6408 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg520"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="33.2453 -21.9387 9.80793 33.2481 -22.1601 9.90959 33.1642 -22.3637 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg521"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="33.0982 -22.4613 10 33.1642 -22.3637 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg522"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="32.9354 -21.9446 10.3553 29.2015 -12.7292 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg523"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="39.5659 -5.87727 10 39.5659 -5.87727 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg524"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="33.1808 -22.3391 9.71857 33.1642 -22.3637 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg525"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.2465 -34.873 9.75962 19.3003 -34.5675 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg526"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.2961 -34.5676 10.0133 19.3003 -34.5675 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg527"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.2418 -34.8756 9.80793 19.2961 -34.5676 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg528"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.2465 -34.873 9.75962 19.2418 -34.8756 9.80793 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg529"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="20.2608 -24.1554 16.572 19.3003 -34.5675 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg530"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="20.2406 -24.34 16.675 20.2608 -24.1554 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg531"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.2961 -34.5676 10.0133 20.2406 -24.34 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg532"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.3003 -34.5675 9.96413 19.8143 -34.5606 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg533"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.8143 -34.5606 3.91119 19.2465 -34.873 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg534"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="19.6642 -6.01715 7.80139 20.591 -14.9082 11.6871 20.2608 -24.1554 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg535"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="20.1188 -34.3867 0.788584 21.3556 -24.3656 3.5126 21.0628 -14.7112 5.9541 19.6642 -6.01715 7.80139 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg536"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.8143 -34.5606 3.91119 20.1188 -34.3867 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg537"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="19.6642 -6.01715 7.80139 19.5872 -5.12194 7.54667 19.6138 -4.2326 7.40221 19.7202 -3.33349 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg538"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="21.0451 -33.6305 0.120367 22.1558 -22.7189 3.03787 21.518 -12.3804 5.57668 19.7202 -3.33349 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg539"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="20.1188 -34.3867 0.788584 20.1611 -34.3706 0.587274 20.2537 -34.308 0.413336 20.3718 -34.2174 0.290671 20.526 -34.0913 0.196021 20.7075 -33.9355 0.136827 21.0451 -33.6305 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg540"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="19.5355 -25.162 16.8342 19.6713 -25.056 16.8342 19.8065 -24.9492 16.8342 19.9411 -24.8417 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg541"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="19.9411 -24.8417 16.8342 20.1457 -24.6082 16.7923 20.2406 -24.34 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg542"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="28.873 -14.4766 16.462 31.4088 -23.396 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg543"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="21.6929 -0.507013 8.08888 26.8843 -9.70245 5.5193 29.5162 -16.3101 3.61819 31.4088 -23.396 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg544"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="31.4088 -23.396 1.61472 31.4088 -23.396 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg545"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="20.5037 -1.02556 7.15548 25.997 -10.7314 4.36412 28.6975 -17.7674 2.29598 30.5285 -25.3361 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg546"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="31.4088 -23.396 1.61472 31.3909 -23.4826 1.32092 31.3636 -23.564 1.17121 31.3241 -23.6697 1.02151 31.2277 -23.9061 0.76982 31.0707 -24.2605 0.501395 30.8645 -24.6919 0.279819 30.7034 -25.0091 0.175515 30.5285 -25.3361 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg547"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="30.5285 -25.3361 0.120367 27.6678 -28.4324 0.120367 24.4947 -31.2076 0.120367 21.0451 -33.6305 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg548"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="33.0982 -22.4613 10 32.8373 -22.841 10 32.5721 -23.2177 10 32.3025 -23.5912 10 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg549"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="6"><Coordinate point="32.3025 -23.5912 10 32.0632 -23.7686 10.0735 31.8896 -23.7963 10.1766 31.6716 -23.742 10.3503 31.5044 -23.604 10.5321 31.4088 -23.396 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg550"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="19.5736 -34.8837 3.8701 19.7277 -34.7475 3.89254 19.8143 -34.5606 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg551"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.5736 -34.8837 3.8701 18.9986 -35.2002 9.71857 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg552"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="18.9986 -35.2002 9.71857 19.1574 -35.0632 9.74109 19.2465 -34.873 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg553"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.5736 -34.8837 3.8701 19.8817 -34.709 0.747468 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg554"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="19.8817 -34.709 0.747468 20.0336 -34.5727 0.769896 20.1188 -34.3867 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg555"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="8"><Coordinate point="19.8817 -34.709 0.747468 19.9534 -34.6679 0.436654 20.0445 -34.6153 0.24846 20.2337 -34.505 0.0125887 20.469 -34.366 -0.162135 20.6499 -34.2576 -0.247858 20.8474 -34.1377 -0.308035 21.2188 -33.9081 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg556"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="21.2188 -33.9081 -0.348945 21.1711 -33.8318 -0.0627968 21.0451 -33.6305 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg557"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="30.7805 -25.5453 -0.348945 27.8962 -28.6671 -0.348945 24.6969 -31.4652 -0.348945 21.2188 -33.9081 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg558"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="30.5285 -25.3361 0.120367 30.6307 -25.4209 0.0470198 30.7113 -25.4878 -0.0627948 30.7628 -25.5306 -0.198963 30.7805 -25.5453 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg559"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="32.3025 -23.5912 1.61472 32.1056 -23.7517 1.61472 31.9409 -23.7945 1.61472 31.761 -23.7768 1.61472 31.599 -23.6966 1.61472 31.4762 -23.5639 1.61472 31.4088 -23.396 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg560"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="32.3025 -23.5912 1.61472 32.2794 -23.6229 1.30496 32.1978 -23.7339 0.950809 32.0656 -23.9122 0.620386 31.9062 -24.1245 0.347115 31.7271 -24.3596 0.121738 31.4637 -24.6988 -0.111746 31.1375 -25.1089 -0.284505 30.7805 -25.5453 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg561"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="18.8687 -35.27 10 18.9647 -34.7368 10.3553 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg562"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="18.9647 -34.7368 10.3553 19.1812 -34.6836 10.218 19.2961 -34.5676 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg563"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="19.2418 -34.8756 9.80793 19.1414 -35.073 9.90959 18.9725 -35.2143 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg564"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="18.8687 -35.27 10 18.9725 -35.2143 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg565"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="18.9647 -34.7368 10.3553 19.9411 -24.8417 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg566"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="32.3025 -23.5912 10 32.3025 -23.5912 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg567"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="18.9986 -35.2002 9.71857 18.9725 -35.2143 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg568"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="0.83563 -39.8228 9.75962 1.02519 -39.5773 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg569"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="1.02146 -39.5754 10.0133 1.02519 -39.5773 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg570"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="0.830312 -39.8229 9.80793 1.02146 -39.5754 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg571"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="0.83563 -39.8228 9.75962 0.830312 -39.8229 9.80793 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg572"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="6.7145 -30.8042 16.572 1.02519 -39.5773 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg573"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="6.61086 -30.9583 16.675 6.7145 -30.8042 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg574"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="1.02146 -39.5754 10.0133 6.61086 -30.9583 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg575"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="1.02519 -39.5773 9.96413 1.4836 -39.81 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg576"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="1.4836 -39.81 3.91119 0.83563 -39.8228 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg577"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="14.6155 -14.4663 7.80139 11.3043 -22.7697 11.6871 6.7145 -30.8042 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg578"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="1.83403 -39.7976 0.788584 7.58614 -31.4991 3.5126 11.8136 -22.8145 5.9541 14.6155 -14.4663 7.80139 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg579"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="1.4836 -39.81 3.91119 1.83403 -39.7976 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg580"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="14.6155 -14.4663 7.80139 14.9633 -13.6379 7.54667 15.4001 -12.8628 7.40221 15.9123 -12.1161 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg581"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="3.00564 -39.5585 0.120367 9.05998 -30.4129 3.03787 13.2998 -20.9622 5.57668 15.9123 -12.1161 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg582"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="1.83403 -39.7976 0.788584 1.87894 -39.803 0.587274 1.98999 -39.7906 0.413336 2.13668 -39.7653 0.290671 2.33189 -39.7252 0.196021 2.56495 -39.6717 0.136827 3.00564 -39.5585 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg583"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="5.60444 -31.3584 16.8342 5.77394 -31.3276 16.8342 5.94327 -31.296 16.8342 6.11243 -31.2634 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg584"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="6.11243 -31.2634 16.8342 6.40213 -31.1517 16.7923 6.61086 -30.9583 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg585"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="18.8381 -26.2364 16.462 16.9384 -35.3125 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg586"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="18.9725 -10.5301 8.08888 19.2959 -21.0848 5.5193 18.5556 -28.1587 3.61819 16.9384 -35.3125 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg587"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="16.9384 -35.3125 1.61472 16.9384 -35.3125 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg588"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="17.6785 -10.4366 7.15548 18.0321 -21.5836 4.36412 17.1534 -29.0686 2.29598 15.2573 -36.6213 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg589"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="16.9384 -35.3125 1.61472 16.8823 -35.3809 1.32092 16.8203 -35.4403 1.17121 16.7363 -35.5155 1.02151 16.541 -35.6801 0.76982 16.2373 -35.9208 0.501395 15.8542 -36.2071 0.279819 15.5642 -36.413 0.175515 15.2573 -36.6213 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg590"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="15.2573 -36.6213 0.120367 11.2854 -38.0335 0.120367 7.1861 -39.0162 0.120367 3.00564 -39.5585 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg591"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="18.8687 -35.27 10 18.4613 -35.485 10 18.0514 -35.6952 10 17.6391 -35.9007 10 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg592"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="6"><Coordinate point="17.6391 -35.9007 10 17.3447 -35.9466 10.0735 17.1781 -35.8904 10.1766 17.0104 -35.741 10.3503 16.9264 -35.5411 10.5321 16.9384 -35.3125 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg593"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="1.12031 -39.9843 3.8701 1.32003 -39.9353 3.89254 1.4836 -39.81 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg594"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="1.12031 -39.9843 3.8701 0.464127 -39.9973 9.71857 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg595"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="0.464127 -39.9973 9.71857 0.668311 -39.9498 9.74109 0.83563 -39.8228 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg596"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="1.12031 -39.9843 3.8701 1.47427 -39.9728 0.747468 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg597"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="1.47427 -39.9728 0.747468 1.67218 -39.9227 0.769896 1.83403 -39.7976 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg598"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="8"><Coordinate point="1.47427 -39.9728 0.747468 1.55689 -39.9697 0.436654 1.66195 -39.9655 0.24846 1.88078 -39.9558 0.0125887 2.15376 -39.942 -0.162135 2.36433 -39.9301 -0.247858 2.5949 -39.9157 -0.308035 3.03045 -39.885 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg599"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="3.03045 -39.885 -0.348945 3.02364 -39.7953 -0.0627968 3.00564 -39.5585 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg600"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="15.3833 -36.9236 -0.348945 11.3786 -38.3475 -0.348945 7.24543 -39.3383 -0.348945 3.03045 -39.885 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg601"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="15.2573 -36.6213 0.120367 15.3084 -36.7439 0.0470198 15.3487 -36.8406 -0.0627948 15.3744 -36.9024 -0.198963 15.3833 -36.9236 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg602"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="17.6391 -35.9007 1.61472 17.3902 -35.9513 1.61472 17.2244 -35.9127 1.61472 17.0733 -35.8134 1.61472 16.9672 -35.6671 1.61472 16.9201 -35.4925 1.61472 16.9384 -35.3125 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg603"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="17.6391 -35.9007 1.61472 17.6038 -35.918 1.30496 17.48 -35.9784 0.950809 17.2801 -36.0749 0.620386 17.0403 -36.1888 0.347115 16.7725 -36.3137 0.121738 16.3816 -36.4917 -0.111746 15.9022 -36.7031 -0.284505 15.3833 -36.9236 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg604"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="0.316619 -39.9987 10 0.649439 -39.5713 10.3553 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg605"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="0.649439 -39.5713 10.3553 0.865833 -39.6247 10.218 1.02146 -39.5754 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg606"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="0.830312 -39.8229 9.80793 0.649688 -39.951 9.90959 0.434416 -39.9976 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg607"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="0.316619 -39.9987 10 0.434416 -39.9976 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg608"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="0.649439 -39.5713 10.3553 6.11243 -31.2634 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg609"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="17.6391 -35.9007 10 17.6391 -35.9007 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg610"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="0.464127 -39.9973 9.71857 0.434416 -39.9976 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg611"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.7667 -35.6497 9.75962 -17.4847 -35.5204 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg612"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.4872 -35.517 10.0133 -17.4847 -35.5204 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg613"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.7714 -35.6473 9.80793 -17.4872 -35.517 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg614"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.7667 -35.6497 9.75962 -17.7714 -35.6473 9.80793 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg615"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-8.37002 -30.3961 16.572 -17.4847 -35.5204 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg616"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-8.53339 -30.4844 16.675 -8.37002 -30.3961 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg617"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.4872 -35.517 10.0133 -8.53339 -30.4844 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg618"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.4847 -35.5204 9.96413 -17.187 -35.9395 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg619"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.187 -35.9395 3.91119 -17.7667 -35.6497 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg620"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="6.21853 -19.6015 7.80139 -0.572137 -25.4149 11.6871 -8.37002 -30.3961 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg621"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-16.8709 -36.0914 0.788584 -7.92116 -31.4165 3.5126 -0.142025 -25.6913 5.9541 6.21853 -19.6015 7.80139 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg622"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.187 -35.9395 3.91119 -16.8709 -36.0914 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg623"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="6.21853 -19.6015 7.80139 6.91113 -19.0295 7.54663 7.65895 -18.5463 7.40225 8.45897 -18.1231 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg624"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-15.7224 -36.4241 0.120367 -6.11136 -31.1396 3.03787 2.03475 -24.7418 5.57668 8.45897 -18.1231 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg625"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-16.597 -36.2006 0.296823 -16.4252 -36.2507 0.206752 -16.2194 -36.3057 0.146679 -15.9823 -36.3644 0.117506 -15.7224 -36.4241 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg626"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-16.8709 -36.0914 0.788584 -16.7977 -36.1324 0.51033 -16.597 -36.2006 0.296823 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg627"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-9.61049 -30.371 16.8342 -9.44611 -30.4225 16.8342 -9.28145 -30.4732 16.8342 -9.11652 -30.5229 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg628"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-9.11652 -30.5229 16.8342 -8.80811 -30.5587 16.7923 -8.53339 -30.4844 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg629"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="4.48768 -31.9856 16.462 -1.41231 -39.1394 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg630"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="11.9057 -18.1409 8.08888 7.28759 -27.636 5.51958 3.34445 -33.5563 3.6183 -1.41231 -39.1394 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg631"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-1.41231 -39.1394 1.61472 -1.41231 -39.1394 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg632"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="10.8034 -17.4568 7.15548 5.93645 -27.4908 4.36425 1.67958 -33.7108 2.2959 -3.50905 -39.517 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg633"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-1.41231 -39.1394 1.61472 -1.49379 -39.1739 1.32085 -1.5763 -39.1976 1.17111 -1.68577 -39.2252 1.02139 -1.93502 -39.2801 0.769808 -2.31555 -39.3521 0.501553 -2.78778 -39.4276 0.27992 -3.14041 -39.4752 0.175545 -3.50905 -39.517 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg634"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-3.50905 -39.517 0.120367 -7.68228 -38.9216 0.120367 -11.7688 -37.8867 0.120367 -15.7224 -36.4241 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg635"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="0.316619 -39.9987 10 -0.144054 -39.9997 10 -0.604709 -39.9954 10 -1.06528 -39.9858 10 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg636"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="6"><Coordinate point="-1.06528 -39.9858 10 -1.34721 -39.8896 10.0735 -1.4686 -39.7624 10.1766 -1.54774 -39.5522 10.3503 -1.52915 -39.3362 10.5321 -1.41231 -39.1394 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg637"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-16.8889 -36.2597 0 -16.9242 -36.2432 4.44089e-16 -16.9594 -36.2268 4.44089e-16 -16.9946 -36.2103 4.44089e-16 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg638"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-16.9946 -36.2103 4.44089e-16 -17.7295 -35.8562 4.44089e-16 -18.4571 -35.4871 4.44089e-16 -19.177 -35.1033 4.44089e-16 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg639"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-19.177 -35.1033 4.44089e-16 -19.177 -35.1033 -0.45 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg640"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="19.177 35.1033 -0.348945 19.177 35.1033 -0.45 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg641"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-1.06528 -39.9858 10 -1.06528 -39.9858 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg642"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-1.06528 -39.9858 1.61472 -1.10445 -39.9847 1.30458 -1.24225 -39.9807 0.950547 -1.46417 -39.9732 0.620247 -1.72923 -39.9626 0.347172 -2.02422 -39.9487 0.121937 -2.45299 -39.9247 -0.111438 -2.97584 -39.8892 -0.284291 -3.53802 -39.8432 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg643"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-3.53802 -39.8432 -0.348945 -7.7457 -39.2429 -0.348945 -11.8659 -38.1995 -0.348945 -15.8522 -36.7248 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg644"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-16.8889 -36.2597 0 -16.6158 -36.3856 -0.182726 -16.2316 -36.5587 -0.312182 -15.8522 -36.7248 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg645"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-17.5896 -35.925 3.8701 -17.39 -35.9744 3.89254 -17.187 -35.9395 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg646"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.5896 -35.925 3.8701 -18.1767 -35.6315 9.71857 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg647"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-18.1767 -35.6315 9.71857 -17.9738 -35.6844 9.74109 -17.7667 -35.6497 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg648"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.5896 -35.925 3.8701 -17.2709 -36.0793 0.747468 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg649"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-17.2709 -36.0793 0.747468 -17.0724 -36.1269 0.769896 -16.8709 -36.0914 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg650"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-17.2709 -36.0793 0.747468 -17.1962 -36.115 0.436365 -17.0629 -36.1782 0.191414 -16.8889 -36.2597 0 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg651"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-16.8889 -36.2597 0 -16.7495 -36.2727 0.163336 -16.597 -36.2006 0.296823 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg652"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-15.8522 -36.7248 -0.348945 -15.8165 -36.6422 -0.0627966 -15.7224 -36.4241 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg653"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-3.50905 -39.517 0.120367 -3.5208 -39.6493 0.0470198 -3.53007 -39.7536 -0.0627948 -3.53599 -39.8203 -0.198963 -3.53802 -39.8432 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg654"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="-1.06528 -39.9858 1.61472 -1.30919 -39.9149 1.61472 -1.43803 -39.8037 1.61472 -1.52568 -39.6455 1.61472 -1.55164 -39.4667 1.61472 -1.51219 -39.2902 1.61472 -1.41231 -39.1394 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg655"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-18.308 -35.5643 10 -17.8146 -35.3404 10.3553 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg656"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-17.8146 -35.3404 10.3553 -17.6479 -35.4883 10.218 -17.4872 -35.517 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg657"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-17.7714 -35.6473 9.80793 -17.9909 -35.6768 9.90959 -18.2032 -35.618 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg658"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-18.308 -35.5643 10 -18.2032 -35.618 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg659"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.8146 -35.3404 10.3553 -9.11652 -30.5229 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg660"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-18.1767 -35.6315 9.71857 -18.2032 -35.618 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg661"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-32.2989 -23.3097 9.75962 -31.9891 -23.3262 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg662"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-31.9897 -23.3221 10.0133 -31.9891 -23.3262 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg663"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-32.3019 -23.3053 9.80793 -31.9897 -23.3221 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg664"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-32.2989 -23.3097 9.75962 -32.3019 -23.3053 9.80793 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg665"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-21.5371 -23.0247 16.572 -31.9891 -23.3262 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg666"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-21.7227 -23.0269 16.675 -21.5371 -23.0247 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg667"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-31.9897 -23.3221 10.0133 -21.7227 -23.0269 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg668"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-31.9891 -23.3262 9.96413 -31.9202 -23.8356 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg669"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-31.9202 -23.8356 3.91119 -32.2989 -23.3097 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg670"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-3.60302 -20.2461 7.80139 -12.3175 -22.2379 11.6871 -21.5371 -23.0247 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg671"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-13.2488 -22.9384 5.66484 -22.5222 -24.2013 3.27136 -31.711 -24.117 0.788585 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg672"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-31.9202 -23.8356 3.91119 -31.711 -24.117 0.788585 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg673"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-12.9011 -23.6153 4.81075 -21.9058 -24.9149 2.50798 -30.8486 -24.9454 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg674"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="-30.8486 -24.9454 0.120367 -31.2191 -24.6227 0.143019 -31.4307 -24.427 0.230024 -31.5481 -24.3121 0.325194 -31.6346 -24.2218 0.444828 -31.6941 -24.1511 0.606435 -31.711 -24.117 0.788585 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg675"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.2974 -33.2418 2.237 -19.4395 -33.9998 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg676"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-17.4832 -32.0028 1.29837 -21.4716 -33.3598 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg677"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-19.4395 -33.9998 1.61472 -19.5277 -33.9925 1.32085 -19.6118 -33.9752 1.17104 -19.7215 -33.9487 1.02136 -19.9679 -33.8815 0.76972 -20.3384 -33.7684 0.501423 -20.7915 -33.6158 0.279874 -21.1258 -33.4941 0.175531 -21.4716 -33.3598 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg678"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-22.6238 -22.426 16.8342 -22.5022 -22.548 16.8342 -22.3799 -22.6693 16.8342 -22.257 -22.79 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg679"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-22.257 -22.79 16.8342 -22.0005 -22.965 16.7923 -21.7227 -23.0269 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg680"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-10.8908 -30.4074 16.462 -19.4395 -33.9998 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg681"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-19.4395 -33.9998 1.61472 -19.4395 -33.9998 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg682"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-21.4716 -33.3598 0.120367 -24.8901 -30.8932 0.120367 -28.0275 -28.0778 0.120367 -30.8486 -24.9454 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg683"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-18.308 -35.5643 10 -18.7164 -35.3511 10 -19.1222 -35.1332 10 -19.5256 -34.9106 10 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg684"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="6"><Coordinate point="-19.5256 -34.9106 10 -19.7305 -34.6944 10.0735 -19.7789 -34.5254 10.1766 -19.7513 -34.3025 10.3503 -19.6344 -34.1198 10.5321 -19.4395 -33.9998 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg685"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-32.27 -23.6357 3.8701 -32.1162 -23.7722 3.89254 -31.9202 -23.8356 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg686"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-32.27 -23.6357 3.8701 -32.6535 -23.103 9.71857 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg687"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-32.6535 -23.103 9.71857 -32.4984 -23.2441 9.74109 -32.2989 -23.3097 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg688"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-32.27 -23.6357 3.8701 -32.0595 -23.9205 0.747469 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg689"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-32.0595 -23.9205 0.747469 -31.9058 -24.0549 0.769897 -31.711 -24.117 0.788585 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg690"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-31.1033 -25.1513 -0.348945 -31.0333 -25.0947 -0.0627969 -30.8486 -24.9454 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg691"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="8"><Coordinate point="-31.1033 -25.1513 -0.348945 -31.2799 -24.9313 -0.332372 -31.4445 -24.7234 -0.283053 -31.6706 -24.4331 -0.143475 -31.8288 -24.2266 0.0324446 -31.9591 -24.0545 0.278772 -32.026 -23.9653 0.504531 -32.0595 -23.9205 0.747469 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg692"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-21.6488 -33.6352 -0.348945 -25.0956 -31.1482 -0.348945 -28.2589 -28.3096 -0.348945 -31.1033 -25.1513 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg693"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-21.4716 -33.3598 0.120367 -21.5435 -33.4715 0.0470198 -21.6001 -33.5596 -0.0627948 -21.6364 -33.6159 -0.198963 -21.6488 -33.6352 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg694"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="-19.5256 -34.9106 1.61472 -19.7086 -34.7345 1.61472 -19.771 -34.5761 1.61472 -19.7751 -34.3954 1.61472 -19.715 -34.2249 1.61472 -19.5981 -34.087 1.61472 -19.4395 -33.9998 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg695"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-19.5256 -34.9106 1.61472 -19.5599 -34.8914 1.30479 -19.68 -34.8238 0.95061 -19.873 -34.7141 0.620202 -20.1029 -34.5814 0.347018 -20.3577 -34.432 0.121757 -20.7261 -34.2115 -0.1117 -21.1725 -33.9371 -0.284492 -21.6488 -33.6352 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg696"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-32.7385 -22.9825 10 -32.1976 -23.0135 10.3553 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg697"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-32.1976 -23.0135 10.3553 -32.1187 -23.222 10.218 -31.9897 -23.3221 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg698"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-32.3019 -23.3053 9.80793 -32.51 -23.2295 9.90959 -32.6706 -23.0788 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg699"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-32.7385 -22.9825 10 -32.6706 -23.0788 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg700"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-32.1976 -23.0135 10.3553 -22.257 -22.79 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg701"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-19.5256 -34.9106 10 -19.5256 -34.9106 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg702"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-32.6535 -23.103 9.71857 -32.6706 -23.0788 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg703"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.4318 -5.62965 9.75962 -39.1652 -5.78823 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg704"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.1638 -5.78431 10.0133 -39.1652 -5.78823 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg705"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.4325 -5.62438 9.80793 -39.1638 -5.78431 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg706"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.4318 -5.62965 9.75962 -39.4325 -5.62438 9.80793 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg707"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-29.7702 -10.3786 16.572 -39.1652 -5.78823 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg708"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-29.9357 -10.2943 16.675 -29.7702 -10.3786 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg709"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.1638 -5.78431 10.0133 -29.9357 -10.2943 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg710"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.1652 -5.78823 9.96413 -39.3409 -6.27135 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg711"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.3409 -6.27135 3.91119 -39.4318 -5.62965 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg712"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-12.5992 -16.2527 7.80139 -21.2411 -13.9664 11.6871 -29.7702 -10.3786 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg713"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-12.5992 -16.2527 7.80139 -24.2472 -13.5946 5.1897 -31.8748 -10.6521 3.07115 -39.2864 -6.61773 0.788586 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg714"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.3409 -6.27135 3.91119 -39.2864 -6.61773 0.788586 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg715"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-10.1098 -17.2567 7.35 -19.2073 -15.7293 5.57644 -29.0989 -12.6599 3.03792 -38.9077 -7.75197 0.120366 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg716"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-12.5992 -16.2527 7.80139 -11.7351 -16.498 7.54674 -10.9125 -16.8384 7.40218 -10.1098 -17.2567 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg717"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="-38.9077 -7.75197 0.120366 -39.0859 -7.2941 0.14303 -39.1822 -7.02261 0.229946 -39.2323 -6.86801 0.323786 -39.2675 -6.7461 0.444714 -39.2873 -6.65581 0.606364 -39.2864 -6.61773 0.788586 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg718"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-10.5295 -20.6069 7.54694 -20.1004 -21.7887 5.12537 -26.4919 -21.7775 3.40766 -33.0133 -21.0714 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg719"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-10.5561 -19.3228 6.60831 -20.7404 -20.5828 3.96161 -27.5597 -20.4815 2.08116 -34.5152 -19.5603 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg720"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-33.0133 -21.0714 1.61472 -33.0881 -21.0239 1.32083 -33.1545 -20.9695 1.17103 -33.2393 -20.8951 1.02134 -33.4262 -20.7211 0.769709 -33.7017 -20.4487 0.501442 -34.032 -20.103 0.279893 -34.2714 -19.8399 0.175538 -34.5152 -19.5603 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg721"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-30.4542 -9.34342 16.8342 -30.4032 -9.50797 16.8342 -30.3514 -9.67225 16.8342 -30.2986 -9.83625 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg722"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-30.2986 -9.83625 16.8342 -30.1529 -10.1104 16.7923 -29.9357 -10.2943 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg723"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-23.7744 -21.8632 16.462 -33.0133 -21.0714 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg724"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-33.0133 -21.0714 1.61472 -33.0133 -21.0714 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg725"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-34.5152 -19.5603 0.120367 -36.3958 -15.7876 0.120367 -37.8656 -11.8366 0.120367 -38.9077 -7.75197 0.120366 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg726"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-32.7385 -22.9825 10 -33.001 -22.6039 10 -33.2591 -22.2223 10 -33.5128 -21.8378 10 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg727"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="6"><Coordinate point="-33.5128 -21.8378 10 -33.5938 -21.5512 10.0735 -33.5581 -21.379 10.1766 -33.4301 -21.1945 10.3503 -33.2417 -21.087 10.5321 -33.0133 -21.0714 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg728"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-39.5577 -5.93172 3.8701 -39.485 -6.12407 3.89254 -39.3409 -6.27135 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg729"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.5577 -5.93172 3.8701 -39.6497 -5.28189 9.71857 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg730"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-39.6497 -5.28189 9.71857 -39.578 -5.47886 9.74109 -39.4318 -5.62965 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg731"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.5577 -5.93172 3.8701 -39.5037 -6.28171 0.74747 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg732"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-39.5037 -6.28171 0.74747 -39.4301 -6.47214 0.769897 -39.2864 -6.61773 0.788586 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg733"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-39.229 -7.81597 -0.348945 -39.1407 -7.79839 -0.062797 -38.9077 -7.75197 0.120366 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg734"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="8"><Coordinate point="-39.229 -7.81597 -0.348945 -39.2827 -7.54131 -0.332641 -39.3322 -7.27841 -0.283033 -39.3975 -6.91647 -0.143546 -39.4416 -6.6603 0.0321811 -39.477 -6.44716 0.27857 -39.4948 -6.33699 0.504427 -39.5037 -6.28171 0.74747 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg735"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-34.8002 -19.7218 -0.348945 -36.6963 -15.9179 -0.348945 -38.1782 -11.9343 -0.348945 -39.229 -7.81597 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg736"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-34.5152 -19.5603 0.120367 -34.6308 -19.6258 0.0470198 -34.7219 -19.6774 -0.0627948 -34.7801 -19.7104 -0.198963 -34.8002 -19.7218 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg737"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="-33.5128 -21.8378 1.61472 -33.593 -21.5968 1.61472 -33.5747 -21.4276 1.61472 -33.4943 -21.2656 1.61472 -33.3619 -21.1426 1.61472 -33.1943 -21.0749 1.61472 -33.0133 -21.0714 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg738"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-33.5128 -21.8378 1.61472 -33.5343 -21.8049 1.30477 -33.6092 -21.6892 0.950577 -33.7291 -21.5023 0.620172 -33.871 -21.2781 0.347014 -34.0272 -21.0274 0.121779 -34.2509 -20.6609 -0.111677 -34.5187 -20.2104 -0.284484 -34.8002 -19.7218 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg739"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.6689 -5.13563 10 -39.2045 -5.41449 10.3553 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg740"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-39.2045 -5.41449 10.3553 -39.2314 -5.63575 10.218 -39.1638 -5.78431 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg741"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-39.4325 -5.62438 9.80793 -39.5814 -5.46052 9.90959 -39.6536 -5.25243 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg742"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.6689 -5.13563 10 -39.6536 -5.25243 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg743"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.2045 -5.41449 10.3553 -30.2986 -9.83625 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg744"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-33.5128 -21.8378 10 -33.5128 -21.8378 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg745"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.6497 -5.28189 9.71857 -39.6536 -5.25243 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg746"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.5313 13.3401 9.75962 -37.369 13.0757 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg747"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.3659 13.0786 10.0133 -37.369 13.0757 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg748"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.5295 13.345 9.80793 -37.3659 13.0786 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg749"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.5313 13.3401 9.75962 -37.5295 13.345 9.80793 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg750"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-31.1834 4.64514 16.572 -37.369 13.0757 9.96413 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg751"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-31.2907 4.79668 16.675 -31.1834 4.64514 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg752"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.3659 13.0786 10.0133 -31.2907 4.79668 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg753"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.369 13.0757 9.96413 -37.7491 12.7296 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg754"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.7491 12.7296 3.91119 -37.5313 13.3401 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg755"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-18.709 -8.53589 7.80139 -25.2986 -2.49546 11.6871 -31.1834 4.64514 16.572 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg756"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-37.8618 12.3976 0.788584 -32.1422 4.07656 3.5126 -25.5211 -2.95575 5.9541 -18.709 -8.53589 7.80139 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg757"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.7491 12.7296 3.91119 -37.8618 12.3976 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg758"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-18.709 -8.53589 7.80139 -18.0577 -9.15449 7.54663 -17.4879 -9.83861 7.40225 -16.9713 -10.5818 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg759"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-38.0536 11.2173 0.120366 -31.6492 2.31333 3.03787 -24.3162 -5.00222 5.57668 -16.9713 -10.5818 7.35 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg760"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="-37.8618 12.3976 0.788584 -37.8826 12.3575 0.588498 -37.9105 12.2491 0.413876 -37.9389 12.1031 0.290696 -37.9707 11.9063 0.195945 -38.0032 11.6693 0.136697 -38.0536 11.2173 0.120366 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg761"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-31.2115 -8.3104 16.462 -39.0242 -3.31572 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg762"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-16.5736 -14.0055 8.08888 -26.5571 -10.5652 5.5193 -32.9088 -7.36461 3.61819 -39.0242 -3.31572 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg763"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.0242 -3.31572 1.61472 -39.0242 -3.31572 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg764"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-16.0273 -12.8288 7.15548 -26.5753 -9.20662 4.36412 -33.2623 -5.73087 2.29598 -39.6518 -1.27978 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg765"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-39.0242 -3.31572 1.61472 -39.0683 -3.23902 1.32092 -39.1018 -3.16 1.17121 -39.1423 -3.0547 1.02151 -39.227 -2.81379 0.76982 -39.3444 -2.44444 0.501395 -39.4762 -1.98476 0.279819 -39.5659 -1.64058 0.175515 -39.6518 -1.27978 0.120367 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg766"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-39.6518 -1.27978 0.120367 -39.5638 2.93479 0.120367 -39.029 7.11622 0.120367 -38.0536 11.2173 0.120366 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg767"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-31.308 5.8796 16.8342 -31.3393 5.7102 16.8342 -31.3697 5.54064 16.8342 -31.3992 5.37091 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg768"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-31.3992 5.37091 16.8342 -31.3976 5.06045 16.7923 -31.2907 4.79668 16.675 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg769"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-37.5118 13.8877 10 -37.3493 14.3188 10 -37.1819 14.748 10 -37.0096 15.1752 10 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg770"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.5118 13.8877 10 -37.2301 13.4249 10.3553 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg771"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.2301 13.4249 10.3553 -31.3992 5.37091 16.8342 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg772"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-39.6689 -5.13563 10 -39.7255 -4.67843 10 -39.7767 -4.22062 10 -39.8227 -3.76224 10 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg773"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="6"><Coordinate point="-39.8227 -3.76224 10 -39.7612 -3.47078 10.0735 -39.6495 -3.33494 10.1766 -39.4504 -3.23104 10.3503 -39.2337 -3.22345 10.5321 -39.0242 -3.31572 10.7008 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg774"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-39.8227 -3.76224 10 -39.8227 -3.76224 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg775"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="9"><Coordinate point="-39.8227 -3.76224 1.61472 -39.8263 -3.72325 1.30467 -39.8389 -3.58603 0.950708 -39.8582 -3.36485 0.620378 -39.8797 -3.10027 0.347115 -39.9015 -2.80553 0.121741 -39.9293 -2.37692 -0.111605 -39.957 -1.85377 -0.28434 -39.9792 -1.29034 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg776"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="4"><Coordinate point="-39.9792 -1.29034 -0.348945 -39.8904 2.95902 -0.348945 -39.3512 7.17497 -0.348945 -38.3678 11.3099 -0.348946 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg777"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="8"><Coordinate point="-37.898 12.7961 0.747468 -37.9244 12.7177 0.436561 -37.9577 12.618 0.248455 -38.0262 12.41 0.0126041 -38.1102 12.1497 -0.162229 -38.1738 11.9484 -0.248087 -38.2422 11.7277 -0.308218 -38.3678 11.3099 -0.348946 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg778"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.7832 13.1311 3.8701 -37.898 12.7961 0.747468 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg779"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.7832 13.1311 3.8701 -37.5627 13.7493 9.71857 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg780"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.5627 13.7493 9.71857 -37.5525 13.7772 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg781"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="2"><Coordinate point="-37.5118 13.8877 10 -37.5525 13.7772 9.98538 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg782"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-37.7832 13.1311 3.8701 -37.8082 12.927 3.89254 -37.7491 12.7296 3.91119 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg783"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-37.5627 13.7493 9.71857 -37.5907 13.5415 9.74109 -37.5313 13.3401 9.75962 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg784"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-37.898 12.7961 0.747468 -37.9213 12.5933 0.769896 -37.8618 12.3976 0.788584 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg785"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-38.3678 11.3099 -0.348946 -38.2815 11.2845 -0.0627971 -38.0536 11.2173 0.120366 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg786"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="5"><Coordinate point="-39.6518 -1.27978 0.120367 -39.7846 -1.28406 0.0470198 -39.8893 -1.28744 -0.0627948 -39.9562 -1.2896 -0.198963 -39.9792 -1.29034 -0.348945 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg787"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="7"><Coordinate point="-39.8227 -3.76224 1.61472 -39.7817 -3.51157 1.61472 -39.6868 -3.37026 1.61472 -39.5404 -3.26419 1.61472 -39.3659 -3.21685 1.61472 -39.186 -3.23475 1.61472 -39.0242 -3.31572 1.61472 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg788"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-37.2301 13.4249 10.3553 -37.3568 13.2416 10.218 -37.3659 13.0786 10.0133 " /></LineSet> </Shape></Transform> <Transform scale="1 1 1"><Shape DEF="edg789"> <Appearance><Material emissiveColor="0 0 0" /></Appearance> <LineSet vertexCount="3"><Coordinate point="-37.5295 13.345 9.80793 -37.5852 13.5594 9.90959 -37.5525 13.7772 9.98538 " /></LineSet> </Shape></Transform> </Group> </Switch> </Scene> </X3D>
from OCC.Core.VrmlAPI import VrmlAPI_Writer
help(VrmlAPI_Writer)
Help on class VrmlAPI_Writer in module OCC.Core.VrmlAPI: class VrmlAPI_Writer(builtins.object) | VrmlAPI_Writer(*args) | | Methods defined here: | | Drawer = VrmlAPI_Writer_Drawer(...) | * Returns drawer object | :rtype: opencascade::handle<VrmlConverter_Drawer> | | GetFreeBoundsMaterial = VrmlAPI_Writer_GetFreeBoundsMaterial(...) | :rtype: opencascade::handle<Vrml_Material> | | GetFrontMaterial = VrmlAPI_Writer_GetFrontMaterial(...) | :rtype: opencascade::handle<Vrml_Material> | | GetLineMaterial = VrmlAPI_Writer_GetLineMaterial(...) | :rtype: opencascade::handle<Vrml_Material> | | GetPointsMaterial = VrmlAPI_Writer_GetPointsMaterial(...) | :rtype: opencascade::handle<Vrml_Material> | | GetRepresentation = VrmlAPI_Writer_GetRepresentation(...) | * Returns the representation of the shape which is written to the VRML file. Types of representation are set through the VrmlAPI_RepresentationOfShape enumeration. | :rtype: VrmlAPI_RepresentationOfShape | | GetUisoMaterial = VrmlAPI_Writer_GetUisoMaterial(...) | :rtype: opencascade::handle<Vrml_Material> | | GetUnfreeBoundsMaterial = VrmlAPI_Writer_GetUnfreeBoundsMaterial(...) | :rtype: opencascade::handle<Vrml_Material> | | GetVisoMaterial = VrmlAPI_Writer_GetVisoMaterial(...) | :rtype: opencascade::handle<Vrml_Material> | | GetWireMaterial = VrmlAPI_Writer_GetWireMaterial(...) | :rtype: opencascade::handle<Vrml_Material> | | ResetToDefaults = VrmlAPI_Writer_ResetToDefaults(...) | * Resets all parameters (representation, deflection) to their default values.. | :rtype: None | | SetAmbientColorToMaterial = VrmlAPI_Writer_SetAmbientColorToMaterial(...) | :param aMaterial: | :type aMaterial: Vrml_Material | :param Color: | :type Color: Quantity_HArray1OfColor | :rtype: None | | SetDeflection = VrmlAPI_Writer_SetDeflection(...) | * Sets the deflection aDef of the mesh algorithm which is used to compute the shaded representation of the translated shape. The default value is -1. When the deflection value is less than 0, the deflection is calculated from the relative size of the shaped. | :param aDef: | :type aDef: float | :rtype: None | | SetDiffuseColorToMaterial = VrmlAPI_Writer_SetDiffuseColorToMaterial(...) | :param aMaterial: | :type aMaterial: Vrml_Material | :param Color: | :type Color: Quantity_HArray1OfColor | :rtype: None | | SetEmissiveColorToMaterial = VrmlAPI_Writer_SetEmissiveColorToMaterial(...) | :param aMaterial: | :type aMaterial: Vrml_Material | :param Color: | :type Color: Quantity_HArray1OfColor | :rtype: None | | SetRepresentation = VrmlAPI_Writer_SetRepresentation(...) | * Sets the representation of the shape aRep which is written to the VRML file. The three options are : - shaded - wireframe - both shaded and wireframe (default) defined through the VrmlAPI_RepresentationOfShape enumeration. | :param aRep: | :type aRep: VrmlAPI_RepresentationOfShape | :rtype: None | | SetShininessToMaterial = VrmlAPI_Writer_SetShininessToMaterial(...) | :param aMaterial: | :type aMaterial: Vrml_Material | :param aShininess: | :type aShininess: float | :rtype: None | | SetSpecularColorToMaterial = VrmlAPI_Writer_SetSpecularColorToMaterial(...) | :param aMaterial: | :type aMaterial: Vrml_Material | :param Color: | :type Color: Quantity_HArray1OfColor | :rtype: None | | SetTransparencyToMaterial = VrmlAPI_Writer_SetTransparencyToMaterial(...) | * Set transparency to given material | :param aMaterial: | :type aMaterial: Vrml_Material | :param aTransparency: | :type aTransparency: float | :rtype: None | | Write = VrmlAPI_Writer_Write(...) | * Converts the shape aShape to VRML format of the passed version and writes it to the file identified by aFile. | :param aShape: | :type aShape: TopoDS_Shape | :param aFile: | :type aFile: char * | :param aVersion: default value is 2 | :type aVersion: int | :rtype: bool | | WriteDoc = VrmlAPI_Writer_WriteDoc(...) | * Converts the document to VRML format of the passed version and writes it to the file identified by aFile. | :param theDoc: | :type theDoc: TDocStd_Document | :param theFile: | :type theFile: char * | :param theScale: | :type theScale: float | :rtype: bool | | __init__(self, *args) | * Creates a writer object with default parameters. | :rtype: None | | __repr__ = _dumps_object(klass) | Overwrite default string output for any wrapped object. | By default, __repr__ method returns something like: | <OCC.Core.TopoDS.TopoDS_Shape; proxy of <Swig Object of type 'TopoDS_Shape *' at 0x02BB0758> > | This is too much verbose. | We prefer : | <class 'gp_Pnt'> | or | <class 'TopoDS_Shape'> | | ---------------------------------------------------------------------- | Static methods defined here: | | __swig_destroy__ = delete_VrmlAPI_Writer(...) | | ---------------------------------------------------------------------- | Data descriptors defined here: | | __dict__ | dictionary for instance variables (if defined) | | __weakref__ | list of weak references to the object (if defined) | | thisown | The membership flag
myWriter = VrmlAPI_Writer()
myWriter.Write(shp,'Vent.wrl')
True
from subprocess import *
run(['chmod','a+x','../bin/tovrmlx3d'])
CompletedProcess(args=['chmod', 'a+x', '../bin/tovrmlx3d'], returncode=0)
out=run(['../bin/tovrmlx3d','--encoding','xml','Vent.wrl'], stdout=PIPE)
print(out.stdout.decode('UTF-8'))
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "http://www.web3d.org/specifications/x3d-3.0.dtd"> <X3D profile="Interchange" version="3.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="http://www.web3d.org/specifications/x3d-3.0.xsd"> <head> <meta name="generator" content="tovrmlx3d, http://castle-engine.sourceforge.net/view3dscene.php#section_converting" /> <meta name="source" content="Vent.wrl" /> </head> <Scene> <WorldInfo info='"Generated by Open CASCADE Technology 7.4"' /> <Group> <Shape> <Appearance DEF="__defaultMaterialFace"> <Material ambientIntensity="1" diffuseColor="0.78039199113845825 0.5686269998550415 0.11372499912977219" emissiveColor="0.32941201329231262 0.22352899610996246 0.027450999245047569" shininess="0.02199999988079071" specularColor="0.992156982421875 0.94117599725723267 0.80784302949905396" /> </Appearance> <IndexedFaceSet solid="false" convex="false" coordIndex="12 30 13 -1 28 31 30 -1 28 29 31 -1 28 30 12 -1 14 1 0 -1 32 11 10 -1 32 12 11 -1 32 26 27 -1 32 27 28 -1 32 28 12 -1 32 10 26 -1 33 9 8 -1 33 10 9 -1 33 24 25 -1 33 25 26 -1 33 26 10 -1 33 8 24 -1 34 7 6 -1 34 8 7 -1 34 22 23 -1 34 23 24 -1 34 24 8 -1 34 6 22 -1 35 5 4 -1 35 6 5 -1 35 20 21 -1 35 21 22 -1 35 22 6 -1 35 4 20 -1 36 3 2 -1 36 4 3 -1 36 18 19 -1 36 19 20 -1 36 20 4 -1 36 2 18 -1 37 2 1 -1 37 14 15 -1 37 15 16 -1 37 16 17 -1 37 17 18 -1 37 18 2 -1 37 1 14 -1"> <Coordinate point="5.6989855766296387 10.431922912597656 1.4210854715202004E-14 8.0299053192138672 8.7649335861206055 1.4210854715202004E-14 9.8941574096679688 6.5885581970214844 1.4210854715202004E-14 11.183396339416504 4.0292801856994629 1.4210854715202004E-14 11.822696685791016 1.2358344793319702 1.4210854715202004E-14 11.774905204772949 -1.6294331550598145 1.4210854715202004E-14 11.04279899597168 -4.4000039100646973 1.4210854715202004E-14 9.6689252853393555 -6.9148626327514648 1.4210854715202004E-14 7.7331290245056152 -9.0278549194335938 1.4210854715202004E-14 5.3479113578796387 -10.616180419921875 1.4210854715202004E-14 2.6518924236297607 -11.587532997131348 1.4210854715202004E-14 -0.19824470579624176 -11.885458946228027 1.4210854715202004E-14 -3.0368607044219971 -11.492646217346191 1.4210854715202004E-14 -5.6989855766296387 -10.431922912597656 1.4210854715202004E-14 6.6923503875732422 12.250265121459961 -0.042949862778186798 7.6840085983276367 14.065483093261719 -0.17172566056251526 8.6722564697265625 15.874458312988281 -0.38610616326332092 12.219263076782227 13.3377685546875 -0.38610616326332092 15.056130409240723 10.025937080383301 -0.38610616326332092 17.017990112304688 6.1314334869384766 -0.38610616326332092 17.990825653076172 1.8805932998657227 -0.38610616326332092 17.918100357055664 -2.4795398712158203 -0.38610616326332092 16.804040908813477 -6.6955714225769043 -0.38610616326332092 14.713391304016113 -10.522480010986328 -0.38610616326332092 11.76765251159668 -13.737861633300781 -0.38610616326332092 8.1380205154418945 -16.154848098754883 -0.38610616326332092 4.0354361534118652 -17.632972717285156 -0.38610616326332092 -0.30167281627655029 -18.086334228515625 -0.38610616326332092 -4.6212496757507324 -17.488582611083984 -0.38610616326332092 -8.6722564697265625 -15.874458312988281 -0.38610616326332092 -6.6923503875732422 -12.250265121459961 -0.042949862778186798 -7.6840085983276367 -14.065483093261719 -0.17172566056251526 -0.26729562878608704 -16.025300979614258 -0.17175020277500153 7.2106504440307617 -14.313918113708496 -0.17175020277500153 13.036723136901855 -9.3233890533447266 -0.17175020277500153 15.876240730285645 -2.1969833374023438 -0.17175020277500153 15.078701972961426 5.4327244758605957 -0.17175020277500153 10.826814651489258 11.81786060333252 -0.17175020277500153" /> <Normal vector="0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 -0.019872980192303658 -0.03637724369764328 -0.99914050102233887 -0.039694793522357941 -0.072660826146602631 -0.99656647443771362 -0.059465419501066208 -0.10885071754455566 -0.99227786064147949 -0.083787143230438232 -0.091456711292266846 -0.99227786064147949 -0.10323946923017502 -0.068747565150260925 -0.99227786064147949 -0.11669188737869263 -0.042043067514896393 -0.99227786064147949 -0.12336259335279465 -0.012895176187157631 -0.99227786064147949 -0.12286391854286194 0.017002135515213013 -0.99227786064147949 -0.11522483825683594 0.045911345630884171 -0.99227786064147949 -0.10088931024074554 0.072152353823184967 -0.99227786064147949 -0.080690465867519379 0.094200126826763153 -0.99227786064147949 -0.055802177637815475 0.11077333986759186 -0.99227786064147949 -0.027670873329043388 0.12090880423784256 -0.99227786064147949 0.0020685619674623013 0.12401748448610306 -0.99227786064147949 0.03168778121471405 0.11991871893405914 -0.99227786064147949 0.059465419501066208 0.10885071754455566 -0.99227786064147949 0.019872980192303658 0.03637724369764328 -0.99914050102233887 0.039694793522357941 0.072660826146602631 -0.99656647443771362 0.0013808216899633408 0.082785055041313171 -0.99656647443771362 -0.037249479442834854 0.073944225907325745 -0.99656647443771362 -0.067346371710300446 0.048163667321205139 -0.99656647443771362 -0.0820150226354599 0.011349390260875225 -0.99656647443771362 -0.077895022928714752 -0.028064895421266556 -0.99656647443771362 -0.055930208414793015 -0.061049852520227432 -0.99656647443771362" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="12 30 13 -1 28 31 30 -1 28 29 31 -1 28 30 12 -1 14 1 0 -1 32 11 10 -1 32 12 11 -1 32 26 27 -1 32 27 28 -1 32 28 12 -1 32 10 26 -1 33 9 8 -1 33 10 9 -1 33 24 25 -1 33 25 26 -1 33 26 10 -1 33 8 24 -1 34 7 6 -1 34 8 7 -1 34 22 23 -1 34 23 24 -1 34 24 8 -1 34 6 22 -1 35 5 4 -1 35 6 5 -1 35 20 21 -1 35 21 22 -1 35 22 6 -1 35 4 20 -1 36 3 2 -1 36 4 3 -1 36 18 19 -1 36 19 20 -1 36 20 4 -1 36 2 18 -1 37 2 1 -1 37 14 15 -1 37 15 16 -1 37 16 17 -1 37 17 18 -1 37 18 2 -1 37 1 14 -1"> <Coordinate point="-5.6989855766296387 -10.431922912597656 1.4210854715202004E-14 -8.0299053192138672 -8.7649335861206055 1.4210854715202004E-14 -9.8941574096679688 -6.5885581970214844 1.4210854715202004E-14 -11.183396339416504 -4.0292801856994629 1.4210854715202004E-14 -11.822696685791016 -1.2358344793319702 1.4210854715202004E-14 -11.774905204772949 1.6294331550598145 1.4210854715202004E-14 -11.04279899597168 4.4000039100646973 1.4210854715202004E-14 -9.6689252853393555 6.9148626327514648 1.4210854715202004E-14 -7.7331290245056152 9.0278549194335938 1.4210854715202004E-14 -5.3479113578796387 10.616180419921875 1.4210854715202004E-14 -2.6518924236297607 11.587532997131348 1.4210854715202004E-14 0.19824470579624176 11.885458946228027 1.4210854715202004E-14 3.0368607044219971 11.492646217346191 1.4210854715202004E-14 5.6989855766296387 10.431922912597656 1.4210854715202004E-14 -6.6923503875732422 -12.250265121459961 -0.042949862778186798 -7.6840085983276367 -14.065483093261719 -0.17172566056251526 -8.6722564697265625 -15.874458312988281 -0.38610616326332092 -12.219263076782227 -13.3377685546875 -0.38610616326332092 -15.056130409240723 -10.025937080383301 -0.38610616326332092 -17.017990112304688 -6.1314334869384766 -0.38610616326332092 -17.990825653076172 -1.8805932998657227 -0.38610616326332092 -17.918100357055664 2.4795398712158203 -0.38610616326332092 -16.804040908813477 6.6955714225769043 -0.38610616326332092 -14.713391304016113 10.522480010986328 -0.38610616326332092 -11.76765251159668 13.737861633300781 -0.38610616326332092 -8.1380205154418945 16.154848098754883 -0.38610616326332092 -4.0354361534118652 17.632972717285156 -0.38610616326332092 0.30167281627655029 18.086334228515625 -0.38610616326332092 4.6212496757507324 17.488582611083984 -0.38610616326332092 8.6722564697265625 15.874458312988281 -0.38610616326332092 6.6923503875732422 12.250265121459961 -0.042949862778186798 7.6840085983276367 14.065483093261719 -0.17172566056251526 0.26729562878608704 16.025300979614258 -0.17175020277500153 -7.2106504440307617 14.313918113708496 -0.17175020277500153 -13.036723136901855 9.3233890533447266 -0.17175020277500153 -15.876240730285645 2.1969833374023438 -0.17175020277500153 -15.078701972961426 -5.4327244758605957 -0.17175020277500153 -10.826814651489258 -11.81786060333252 -0.17175020277500153" /> <Normal vector="0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0.019872980192303658 0.03637724369764328 -0.99914050102233887 0.039694793522357941 0.072660826146602631 -0.99656647443771362 0.059465419501066208 0.10885071754455566 -0.99227786064147949 0.083787143230438232 0.091456711292266846 -0.99227786064147949 0.10323946923017502 0.068747565150260925 -0.99227786064147949 0.11669188737869263 0.042043067514896393 -0.99227786064147949 0.12336259335279465 0.012895176187157631 -0.99227786064147949 0.12286391854286194 -0.017002135515213013 -0.99227786064147949 0.11522483825683594 -0.045911345630884171 -0.99227786064147949 0.10088931024074554 -0.072152353823184967 -0.99227786064147949 0.080690465867519379 -0.094200126826763153 -0.99227786064147949 0.055802177637815475 -0.11077333986759186 -0.99227786064147949 0.027670873329043388 -0.12090880423784256 -0.99227786064147949 -0.0020685619674623013 -0.12401748448610306 -0.99227786064147949 -0.03168778121471405 -0.11991871893405914 -0.99227786064147949 -0.059465419501066208 -0.10885071754455566 -0.99227786064147949 -0.019872980192303658 -0.03637724369764328 -0.99914050102233887 -0.039694793522357941 -0.072660826146602631 -0.99656647443771362 -0.0013808216899633408 -0.082785055041313171 -0.99656647443771362 0.037249479442834854 -0.073944225907325745 -0.99656647443771362 0.067346371710300446 -0.048163667321205139 -0.99656647443771362 0.0820150226354599 -0.011349390260875225 -0.99656647443771362 0.077895022928714752 0.028064895421266556 -0.99656647443771362 0.055930208414793015 0.061049852520227432 -0.99656647443771362" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 15 2 -1 3 16 2 -1 4 17 16 -1 4 16 3 -1 18 17 4 -1 5 18 4 -1 6 19 18 -1 6 18 5 -1 20 19 6 -1 7 20 6 -1 8 21 20 -1 8 20 7 -1 9 22 21 -1 9 21 8 -1 10 23 22 -1 10 22 9 -1 24 23 10 -1 11 24 10 -1 12 25 24 -1 12 24 11 -1 13 26 25 -1 13 25 12 -1 14 27 26 -1 14 26 13 -1 1 0 27 -1 1 27 14 -1"> <Coordinate point="-8.6722564697265625 -15.874458312988281 -0.38610616326332092 -10.504765510559082 -19.228843688964844 -0.86389380693435669 10.504765510559082 19.228843688964844 -0.86389380693435669 14.801279067993164 16.156133651733398 -0.86389380693435669 18.23759651184082 12.144487380981445 -0.86389380693435669 20.614011764526367 7.4270482063293457 -0.86389380693435669 21.792415618896484 2.2779760360717773 -0.86389380693435669 21.704322814941406 -3.0034842491149902 -0.86389380693435669 20.354852676391602 -8.1103925704956055 -0.86389380693435669 17.822433471679688 -12.745954513549805 -0.86389380693435669 14.254240036010742 -16.640768051147461 -0.86389380693435669 9.8576412200927734 -19.5684814453125 -0.86389380693435669 4.8881521224975586 -21.358943939208984 -0.86389380693435669 -0.36541840434074402 -21.908103942871094 -0.86389380693435669 -5.5977520942687988 -21.184043884277344 -0.86389380693435669 8.6722564697265625 15.874458312988281 -0.38610616326332092 12.219263076782227 13.3377685546875 -0.38610616326332092 15.056130409240723 10.025937080383301 -0.38610616326332092 17.017990112304688 6.1314334869384766 -0.38610616326332092 17.990825653076172 1.8805932998657227 -0.38610616326332092 17.918100357055664 -2.4795398712158203 -0.38610616326332092 16.804040908813477 -6.6955714225769043 -0.38610616326332092 14.713391304016113 -10.522480010986328 -0.38610616326332092 11.76765251159668 -13.737861633300781 -0.38610616326332092 8.1380205154418945 -16.154848098754883 -0.38610616326332092 4.0354361534118652 -17.632972717285156 -0.38610616326332092 -0.30167281627655029 -18.086334228515625 -0.38610616326332092 -4.6212496757507324 -17.488582611083984 -0.38610616326332092" /> <Normal vector="0.059465419501066208 0.10885071754455566 -0.99227786064147949 0.059465419501066208 0.10885071754455566 -0.99227786064147949 -0.059465419501066208 -0.10885071754455566 -0.99227786064147949 -0.083787143230438232 -0.091456711292266846 -0.99227786064147949 -0.10323946923017502 -0.068747565150260925 -0.99227786064147949 -0.11669188737869263 -0.042043067514896393 -0.99227786064147949 -0.12336259335279465 -0.012895176187157631 -0.99227786064147949 -0.12286391854286194 0.017002135515213013 -0.99227786064147949 -0.11522483825683594 0.045911345630884171 -0.99227786064147949 -0.10088931024074554 0.072152353823184967 -0.99227786064147949 -0.080690465867519379 0.094200126826763153 -0.99227786064147949 -0.055802177637815475 0.11077333986759186 -0.99227786064147949 -0.027670873329043388 0.12090880423784256 -0.99227786064147949 0.0020685619674623013 0.12401748448610306 -0.99227786064147949 0.03168778121471405 0.11991871893405914 -0.99227786064147949 -0.059465419501066208 -0.10885071754455566 -0.99227786064147949 -0.083787143230438232 -0.091456711292266846 -0.99227786064147949 -0.10323946923017502 -0.068747565150260925 -0.99227786064147949 -0.11669188737869263 -0.042043067514896393 -0.99227786064147949 -0.12336259335279465 -0.012895176187157631 -0.99227786064147949 -0.12286391854286194 0.017002135515213013 -0.99227786064147949 -0.11522483825683594 0.045911345630884171 -0.99227786064147949 -0.10088931024074554 0.072152353823184967 -0.99227786064147949 -0.080690465867519379 0.094200126826763153 -0.99227786064147949 -0.055802177637815475 0.11077333986759186 -0.99227786064147949 -0.027670873329043388 0.12090880423784256 -0.99227786064147949 0.0020685619674623013 0.12401748448610306 -0.99227786064147949 0.03168778121471405 0.11991871893405914 -0.99227786064147949" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="47 8 9 -1 46 7 8 -1 46 8 47 -1 48 9 10 -1 48 47 9 -1 45 6 7 -1 45 7 46 -1 49 10 11 -1 49 48 10 -1 44 5 6 -1 44 6 45 -1 50 11 12 -1 50 49 11 -1 43 4 5 -1 43 5 44 -1 51 50 12 -1 13 51 12 -1 42 3 4 -1 42 4 43 -1 26 51 13 -1 41 2 3 -1 41 3 42 -1 14 26 13 -1 27 26 14 -1 40 2 41 -1 1 2 40 -1 39 1 40 -1 15 27 14 -1 15 28 27 -1 0 1 39 -1 38 0 39 -1 16 28 15 -1 16 29 28 -1 25 0 38 -1 25 38 37 -1 17 29 16 -1 17 30 29 -1 24 25 37 -1 24 37 36 -1 18 30 17 -1 18 31 30 -1 23 36 35 -1 23 24 36 -1 19 32 31 -1 19 31 18 -1 22 35 34 -1 22 23 35 -1 20 33 32 -1 20 32 19 -1 21 22 34 -1 21 34 33 -1 21 33 20 -1"> <Coordinate point="-5.6989855766296387 -10.431922912597656 1.4210854715202004E-14 -8.0299053192138672 -8.7649335861206055 1.4210854715202004E-14 -9.8941574096679688 -6.5885581970214844 1.4210854715202004E-14 -11.183396339416504 -4.0292801856994629 1.4210854715202004E-14 -11.822696685791016 -1.2358344793319702 1.4210854715202004E-14 -11.774905204772949 1.6294331550598145 1.4210854715202004E-14 -11.04279899597168 4.4000039100646973 1.4210854715202004E-14 -9.6689252853393555 6.9148626327514648 1.4210854715202004E-14 -7.7331290245056152 9.0278549194335938 1.4210854715202004E-14 -5.3479113578796387 10.616180419921875 1.4210854715202004E-14 -2.6518924236297607 11.587532997131348 1.4210854715202004E-14 0.19824470579624176 11.885458946228027 1.4210854715202004E-14 3.0368607044219971 11.492646217346191 1.4210854715202004E-14 5.6989855766296387 10.431922912597656 1.4210854715202004E-14 8.0299053192138672 8.7649335861206055 1.4210854715202004E-14 9.8941574096679688 6.5885581970214844 1.4210854715202004E-14 11.183396339416504 4.0292801856994629 1.4210854715202004E-14 11.822696685791016 1.2358344793319702 1.4210854715202004E-14 11.774905204772949 -1.6294331550598145 1.4210854715202004E-14 11.04279899597168 -4.4000039100646973 1.4210854715202004E-14 9.6689252853393555 -6.9148626327514648 1.4210854715202004E-14 7.7331290245056152 -9.0278549194335938 1.4210854715202004E-14 5.3479113578796387 -10.616180419921875 1.4210854715202004E-14 2.6518924236297607 -11.587532997131348 1.4210854715202004E-14 -0.19824470579624176 -11.885458946228027 1.4210854715202004E-14 -3.0368607044219971 -11.492646217346191 1.4210854715202004E-14 3.5717203617095947 6.5379900932312012 8.8817841970012523E-16 5.0325760841369629 5.4932394027709961 0 6.2009568214416504 4.1292414665222168 0 7.0089602470397949 2.5252671241760254 0 7.4096288681030273 0.77453351020812988 0 7.379676342010498 -1.021213173866272 0 6.9208440780639648 -2.7576107978820801 0 6.0597972869873047 -4.3337459564208984 0 4.8465776443481445 -5.6580195426940918 0 3.3516919612884521 -6.6534700393676758 0 1.6620184183120728 -7.262244701385498 0 -0.12424574047327042 -7.4489641189575195 0 -1.9032890796661377 -7.2027764320373535 0 -3.5717203617095947 -6.5379900932312012 8.8817841970012523E-16 -5.0325760841369629 -5.4932394027709961 0 -6.2009568214416504 -4.1292414665222168 0 -7.0089602470397949 -2.5252671241760254 0 -7.4096288681030273 -0.77453351020812988 0 -7.379676342010498 1.021213173866272 0 -6.9208440780639648 2.7576107978820801 0 -6.0597972869873047 4.3337459564208984 0 -4.8465776443481445 5.6580195426940918 0 -3.3516919612884521 6.6534700393676758 0 -1.6620184183120728 7.262244701385498 0 0.12424574047327042 7.4489641189575195 0 1.9032890796661377 7.2027764320373535 0" /> <Normal vector="0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 15 2 -1 3 16 2 -1 4 17 16 -1 4 16 3 -1 5 18 17 -1 5 17 4 -1 6 19 18 -1 6 18 5 -1 7 20 19 -1 7 19 6 -1 8 21 20 -1 8 20 7 -1 9 22 21 -1 9 21 8 -1 10 23 22 -1 10 22 9 -1 11 24 23 -1 11 23 10 -1 12 25 24 -1 12 24 11 -1 13 26 25 -1 13 25 12 -1 14 27 26 -1 14 26 13 -1 1 0 27 -1 1 27 14 -1"> <Coordinate point="8.6722564697265625 15.874458312988281 -0.38610616326332092 10.504765510559082 19.228843688964844 -0.86389380693435669 -10.504765510559082 -19.228843688964844 -0.86389380693435669 -14.801279067993164 -16.156133651733398 -0.86389380693435669 -18.23759651184082 -12.144487380981445 -0.86389380693435669 -20.614011764526367 -7.4270482063293457 -0.86389380693435669 -21.792415618896484 -2.2779760360717773 -0.86389380693435669 -21.704322814941406 3.0034842491149902 -0.86389380693435669 -20.354852676391602 8.1103925704956055 -0.86389380693435669 -17.822433471679688 12.745954513549805 -0.86389380693435669 -14.254240036010742 16.640768051147461 -0.86389380693435669 -9.8576412200927734 19.5684814453125 -0.86389380693435669 -4.8881521224975586 21.358943939208984 -0.86389380693435669 0.36541840434074402 21.908103942871094 -0.86389380693435669 5.5977520942687988 21.184043884277344 -0.86389380693435669 -8.6722564697265625 -15.874458312988281 -0.38610616326332092 -12.219263076782227 -13.3377685546875 -0.38610616326332092 -15.056130409240723 -10.025937080383301 -0.38610616326332092 -17.017990112304688 -6.1314334869384766 -0.38610616326332092 -17.990825653076172 -1.8805932998657227 -0.38610616326332092 -17.918100357055664 2.4795398712158203 -0.38610616326332092 -16.804040908813477 6.6955714225769043 -0.38610616326332092 -14.713391304016113 10.522480010986328 -0.38610616326332092 -11.76765251159668 13.737861633300781 -0.38610616326332092 -8.1380205154418945 16.154848098754883 -0.38610616326332092 -4.0354361534118652 17.632972717285156 -0.38610616326332092 0.30167281627655029 18.086334228515625 -0.38610616326332092 4.6212496757507324 17.488582611083984 -0.38610616326332092" /> <Normal vector="-0.059465419501066208 -0.10885071754455566 -0.99227786064147949 -0.059465419501066208 -0.10885071754455566 -0.99227786064147949 0.059465419501066208 0.10885071754455566 -0.99227786064147949 0.083787143230438232 0.091456711292266846 -0.99227786064147949 0.10323946923017502 0.068747565150260925 -0.99227786064147949 0.11669188737869263 0.042043067514896393 -0.99227786064147949 0.12336259335279465 0.012895176187157631 -0.99227786064147949 0.12286391854286194 -0.017002135515213013 -0.99227786064147949 0.11522483825683594 -0.045911345630884171 -0.99227786064147949 0.10088931024074554 -0.072152353823184967 -0.99227786064147949 0.080690465867519379 -0.094200126826763153 -0.99227786064147949 0.055802177637815475 -0.11077333986759186 -0.99227786064147949 0.027670873329043388 -0.12090880423784256 -0.99227786064147949 -0.0020685619674623013 -0.12401748448610306 -0.99227786064147949 -0.03168778121471405 -0.11991871893405914 -0.99227786064147949 0.059465419501066208 0.10885071754455566 -0.99227786064147949 0.083787143230438232 0.091456711292266846 -0.99227786064147949 0.10323946923017502 0.068747565150260925 -0.99227786064147949 0.11669188737869263 0.042043067514896393 -0.99227786064147949 0.12336259335279465 0.012895176187157631 -0.99227786064147949 0.12286391854286194 -0.017002135515213013 -0.99227786064147949 0.11522483825683594 -0.045911345630884171 -0.99227786064147949 0.10088931024074554 -0.072152353823184967 -0.99227786064147949 0.080690465867519379 -0.094200126826763153 -0.99227786064147949 0.055802177637815475 -0.11077333986759186 -0.99227786064147949 0.027670873329043388 -0.12090880423784256 -0.99227786064147949 -0.0020685619674623013 -0.12401748448610306 -0.99227786064147949 -0.03168778121471405 -0.11991871893405914 -0.99227786064147949" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 0 1 -1 31 1 2 -1 31 2 3 -1 31 16 1 -1 17 4 5 -1 19 18 20 -1 32 14 15 -1 32 15 16 -1 32 30 29 -1 32 31 30 -1 32 16 31 -1 32 29 14 -1 33 12 13 -1 33 13 14 -1 33 28 27 -1 33 29 28 -1 33 14 29 -1 33 27 12 -1 34 10 11 -1 34 11 12 -1 34 26 25 -1 34 27 26 -1 34 12 27 -1 34 25 10 -1 35 8 9 -1 35 9 10 -1 35 24 23 -1 35 25 24 -1 35 10 25 -1 35 23 8 -1 36 6 7 -1 36 7 8 -1 36 22 21 -1 36 23 22 -1 36 8 23 -1 36 21 6 -1 37 5 6 -1 37 18 17 -1 37 21 20 -1 37 6 21 -1 37 17 5 -1 37 20 18 -1"> <Coordinate point="-13.478035926818848 -24.671379089355469 -1.25 -12.484671592712402 -22.853036880493164 -1.207050085067749 -11.493013381958008 -21.037818908691406 -1.0782743692398071 -10.504765510559082 -19.228843688964844 -0.86389380693435669 13.478035926818848 24.671379089355469 -1.25 18.990636825561523 20.728969573974609 -1.25 23.399570465087891 15.581866264343262 -1.25 26.448606491088867 9.5292015075683594 -1.25 27.960544586181641 2.9227347373962402 -1.25 27.847518920898438 -3.8535909652709961 -1.25 26.116094589233398 -10.405960083007813 -1.25 22.866899490356445 -16.353572845458984 -1.25 18.288763046264648 -21.350774765014648 -1.25 12.647749900817871 -25.107147216796875 -1.25 6.2716960906982422 -27.404384613037109 -1.25 -0.46884649991989136 -28.108978271484375 -1.25 -7.1821413040161133 -27.17997932434082 -1.25 12.484671592712402 22.853036880493164 -1.207050085067749 11.493013381958008 21.037818908691406 -1.0782743692398071 10.504765510559082 19.228843688964844 -0.86389380693435669 14.801279067993164 16.156133651733398 -0.86389380693435669 18.23759651184082 12.144487380981445 -0.86389380693435669 20.614011764526367 7.4270482063293457 -0.86389380693435669 21.792415618896484 2.2779760360717773 -0.86389380693435669 21.704322814941406 -3.0034842491149902 -0.86389380693435669 20.354852676391602 -8.1103925704956055 -0.86389380693435669 17.822433471679688 -12.745954513549805 -0.86389380693435669 14.254240036010742 -16.640768051147461 -0.86389380693435669 9.8576412200927734 -19.5684814453125 -0.86389380693435669 4.8881521224975586 -21.358943939208984 -0.86389380693435669 -0.36541840434074402 -21.908103942871094 -0.86389380693435669 -5.5977520942687988 -21.184043884277344 -0.86389380693435669 -0.39979559183120728 -23.969135284423828 -1.0782498121261597 10.785011291503906 -21.409408569335938 -1.0782498121261597 19.499101638793945 -13.945046424865723 -1.0782498121261597 23.746183395385742 -3.2860405445098877 -1.0782498121261597 22.553300857543945 8.1257572174072266 -1.0782498121261597 16.193727493286133 17.676042556762695 -1.0782498121261597" /> <Normal vector="0 0 -1 0.019872980192303658 0.03637724369764328 -0.99914050102233887 0.039694793522357941 0.072660826146602631 -0.99656647443771362 0.059465419501066208 0.10885071754455566 -0.99227786064147949 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 -0.019872980192303658 -0.03637724369764328 -0.99914050102233887 -0.039694793522357941 -0.072660826146602631 -0.99656647443771362 -0.059465419501066208 -0.10885071754455566 -0.99227786064147949 -0.083787143230438232 -0.091456711292266846 -0.99227786064147949 -0.10323946923017502 -0.068747565150260925 -0.99227786064147949 -0.11669188737869263 -0.042043067514896393 -0.99227786064147949 -0.12336259335279465 -0.012895176187157631 -0.99227786064147949 -0.12286391854286194 0.017002135515213013 -0.99227786064147949 -0.11522483825683594 0.045911345630884171 -0.99227786064147949 -0.10088931024074554 0.072152353823184967 -0.99227786064147949 -0.080690465867519379 0.094200126826763153 -0.99227786064147949 -0.055802177637815475 0.11077333986759186 -0.99227786064147949 -0.027670873329043388 0.12090880423784256 -0.99227786064147949 0.0020685619674623013 0.12401748448610306 -0.99227786064147949 0.03168778121471405 0.11991871893405914 -0.99227786064147949 0.0013808216899633408 0.082785055041313171 -0.99656647443771362 -0.037249479442834854 0.073944225907325745 -0.99656647443771362 -0.067346371710300446 0.048163667321205139 -0.99656647443771362 -0.0820150226354599 0.011349390260875225 -0.99656647443771362 -0.077895022928714752 -0.028064895421266556 -0.99656647443771362 -0.055930208414793015 -0.061049852520227432 -0.99656647443771362" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 16 15 -1 3 16 2 -1 4 17 16 -1 4 18 17 -1 4 16 3 -1 5 18 4 -1 6 19 18 -1 6 20 19 -1 6 18 5 -1 7 20 6 -1 8 21 20 -1 8 20 7 -1 9 22 21 -1 9 21 8 -1 10 23 22 -1 10 22 9 -1 11 24 23 -1 11 23 10 -1 12 25 24 -1 12 24 11 -1 13 26 25 -1 13 25 12 -1 14 27 26 -1 14 26 13 -1 1 0 27 -1 1 27 14 -1"> <Coordinate point="-3.5717203617095947 -6.5379900932312012 2.2000000476837158 -3.5717203617095947 -6.5379900932312012 8.8817841970012523E-16 3.5717203617095947 6.5379900932312012 8.8817841970012523E-16 5.0325760841369629 5.4932394027709961 0 6.2009568214416504 4.1292414665222168 0 7.0089602470397949 2.5252671241760254 0 7.4096288681030273 0.77453351020812988 0 7.379676342010498 -1.021213173866272 0 6.9208440780639648 -2.7576107978820801 0 6.0597972869873047 -4.3337459564208984 0 4.8465776443481445 -5.6580195426940918 0 3.3516919612884521 -6.6534700393676758 0 1.6620184183120728 -7.262244701385498 0 -0.12424574047327042 -7.4489641189575195 0 -1.9032890796661377 -7.2027764320373535 0 3.5717203617095947 6.5379900932312012 2.2000000476837158 5.0325760841369629 5.4932394027709961 2.2000000476837158 6.2009568214416504 4.1292414665222168 2.2000000476837158 7.0089602470397949 2.5252671241760254 2.2000000476837158 7.4096288681030273 0.77453351020812988 2.2000000476837158 7.379676342010498 -1.021213173866272 2.2000000476837158 6.9208440780639648 -2.7576107978820801 2.2000000476837158 6.0597972869873047 -4.3337459564208984 2.2000000476837158 4.8465776443481445 -5.6580195426940918 2.2000000476837158 3.3516919612884521 -6.6534700393676758 2.2000000476837158 1.6620184183120728 -7.262244701385498 2.2000000476837158 -0.12424574047327042 -7.4489641189575195 2.2000000476837158 -1.9032890796661377 -7.2027764320373535 2.2000000476837158" /> <Normal vector="0.47942554950714111 0.87758255004882813 0 0.47942554950714111 0.87758255004882813 0 -0.47942554950714111 -0.87758255004882813 0 -0.67551356554031372 -0.73734754323959351 0 -0.83234316110610962 -0.55426061153411865 0 -0.94080007076263428 -0.33896204829216003 0 -0.99458104372024536 -0.10396423190832138 0 -0.99056059122085571 0.13707560300827026 0 -0.92897236347198486 0.37014910578727722 0 -0.81339561939239502 0.58171087503433228 0 -0.6505473256111145 0.75946575403213501 0 -0.44989153742790222 0.89308321475982666 0 -0.22308970987796783 0.97479790449142456 0 0.016677280887961388 0.99986094236373901 0 0.25547504425048828 0.96681565046310425 0 -0.47942554950714111 -0.87758255004882813 0 -0.67551356554031372 -0.73734754323959351 0 -0.83234316110610962 -0.55426061153411865 0 -0.94080007076263428 -0.33896204829216003 0 -0.99458104372024536 -0.10396423190832138 0 -0.99056059122085571 0.13707560300827026 0 -0.92897236347198486 0.37014910578727722 0 -0.81339561939239502 0.58171087503433228 0 -0.6505473256111145 0.75946575403213501 0 -0.44989153742790222 0.89308321475982666 0 -0.22308970987796783 0.97479790449142456 0 0.016677280887961388 0.99986094236373901 0 0.25547504425048828 0.96681565046310425 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 16 15 -1 3 16 2 -1 4 17 16 -1 4 18 17 -1 4 16 3 -1 5 18 4 -1 6 19 18 -1 6 20 19 -1 6 18 5 -1 7 20 6 -1 8 21 20 -1 8 20 7 -1 9 22 21 -1 9 21 8 -1 10 23 22 -1 10 22 9 -1 11 24 23 -1 11 25 24 -1 11 23 10 -1 12 25 11 -1 13 26 25 -1 13 25 12 -1 14 27 26 -1 14 26 13 -1 1 0 27 -1 1 27 14 -1"> <Coordinate point="3.5717203617095947 6.5379900932312012 2.2000000476837158 3.5717203617095947 6.5379900932312012 8.8817841970012523E-16 -3.5717203617095947 -6.5379900932312012 8.8817841970012523E-16 -5.0325760841369629 -5.4932394027709961 0 -6.2009568214416504 -4.1292414665222168 0 -7.0089602470397949 -2.5252671241760254 0 -7.4096288681030273 -0.77453351020812988 0 -7.379676342010498 1.021213173866272 0 -6.9208440780639648 2.7576107978820801 0 -6.0597972869873047 4.3337459564208984 0 -4.8465776443481445 5.6580195426940918 0 -3.3516919612884521 6.6534700393676758 0 -1.6620184183120728 7.262244701385498 0 0.12424574047327042 7.4489641189575195 0 1.9032890796661377 7.2027764320373535 0 -3.5717203617095947 -6.5379900932312012 2.2000000476837158 -5.0325760841369629 -5.4932394027709961 2.2000000476837158 -6.2009568214416504 -4.1292414665222168 2.2000000476837158 -7.0089602470397949 -2.5252671241760254 2.2000000476837158 -7.4096288681030273 -0.77453351020812988 2.2000000476837158 -7.379676342010498 1.021213173866272 2.2000000476837158 -6.9208440780639648 2.7576107978820801 2.2000000476837158 -6.0597972869873047 4.3337459564208984 2.2000000476837158 -4.8465776443481445 5.6580195426940918 2.2000000476837158 -3.3516919612884521 6.6534700393676758 2.2000000476837158 -1.6620184183120728 7.262244701385498 2.2000000476837158 0.12424574047327042 7.4489641189575195 2.2000000476837158 1.9032890796661377 7.2027764320373535 2.2000000476837158" /> <Normal vector="-0.47942554950714111 -0.87758255004882813 0 -0.47942554950714111 -0.87758255004882813 0 0.47942554950714111 0.87758255004882813 0 0.67551356554031372 0.73734754323959351 0 0.83234316110610962 0.55426061153411865 0 0.94080007076263428 0.33896204829216003 0 0.99458104372024536 0.10396423190832138 0 0.99056059122085571 -0.13707560300827026 0 0.92897236347198486 -0.37014910578727722 0 0.81339561939239502 -0.58171087503433228 0 0.6505473256111145 -0.75946575403213501 0 0.44989153742790222 -0.89308321475982666 0 0.22308970987796783 -0.97479790449142456 0 -0.016677280887961388 -0.99986094236373901 0 -0.25547504425048828 -0.96681565046310425 0 0.47942554950714111 0.87758255004882813 0 0.67551356554031372 0.73734754323959351 0 0.83234316110610962 0.55426061153411865 0 0.94080007076263428 0.33896204829216003 0 0.99458104372024536 0.10396423190832138 0 0.99056059122085571 -0.13707560300827026 0 0.92897236347198486 -0.37014910578727722 0 0.81339561939239502 -0.58171087503433228 0 0.6505473256111145 -0.75946575403213501 0 0.44989153742790222 -0.89308321475982666 0 0.22308970987796783 -0.97479790449142456 0 -0.016677280887961388 -0.99986094236373901 0 -0.25547504425048828 -0.96681565046310425 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 0 1 -1 31 1 2 -1 31 2 3 -1 31 16 1 -1 17 4 5 -1 19 18 20 -1 32 14 15 -1 32 15 16 -1 32 30 29 -1 32 31 30 -1 32 16 31 -1 32 29 14 -1 33 12 13 -1 33 13 14 -1 33 28 27 -1 33 29 28 -1 33 14 29 -1 33 27 12 -1 34 10 11 -1 34 11 12 -1 34 26 25 -1 34 27 26 -1 34 12 27 -1 34 25 10 -1 35 8 9 -1 35 9 10 -1 35 24 23 -1 35 25 24 -1 35 10 25 -1 35 23 8 -1 36 6 7 -1 36 7 8 -1 36 22 21 -1 36 23 22 -1 36 8 23 -1 36 21 6 -1 37 5 6 -1 37 18 17 -1 37 21 20 -1 37 6 21 -1 37 17 5 -1 37 20 18 -1"> <Coordinate point="13.478035926818848 24.671379089355469 -1.25 12.484671592712402 22.853036880493164 -1.207050085067749 11.493013381958008 21.037818908691406 -1.0782743692398071 10.504765510559082 19.228843688964844 -0.86389380693435669 -13.478035926818848 -24.671379089355469 -1.25 -18.990636825561523 -20.728969573974609 -1.25 -23.399570465087891 -15.581866264343262 -1.25 -26.448606491088867 -9.5292015075683594 -1.25 -27.960544586181641 -2.9227347373962402 -1.25 -27.847518920898438 3.8535909652709961 -1.25 -26.116094589233398 10.405960083007813 -1.25 -22.866899490356445 16.353572845458984 -1.25 -18.288763046264648 21.350774765014648 -1.25 -12.647749900817871 25.107147216796875 -1.25 -6.2716960906982422 27.404384613037109 -1.25 0.46884649991989136 28.108978271484375 -1.25 7.1821413040161133 27.17997932434082 -1.25 -12.484671592712402 -22.853036880493164 -1.207050085067749 -11.493013381958008 -21.037818908691406 -1.0782743692398071 -10.504765510559082 -19.228843688964844 -0.86389380693435669 -14.801279067993164 -16.156133651733398 -0.86389380693435669 -18.23759651184082 -12.144487380981445 -0.86389380693435669 -20.614011764526367 -7.4270482063293457 -0.86389380693435669 -21.792415618896484 -2.2779760360717773 -0.86389380693435669 -21.704322814941406 3.0034842491149902 -0.86389380693435669 -20.354852676391602 8.1103925704956055 -0.86389380693435669 -17.822433471679688 12.745954513549805 -0.86389380693435669 -14.254240036010742 16.640768051147461 -0.86389380693435669 -9.8576412200927734 19.5684814453125 -0.86389380693435669 -4.8881521224975586 21.358943939208984 -0.86389380693435669 0.36541840434074402 21.908103942871094 -0.86389380693435669 5.5977520942687988 21.184043884277344 -0.86389380693435669 0.39979559183120728 23.969135284423828 -1.0782498121261597 -10.785011291503906 21.40941047668457 -1.0782498121261597 -19.499101638793945 13.945046424865723 -1.0782498121261597 -23.746183395385742 3.2860407829284668 -1.0782498121261597 -22.553300857543945 -8.1257572174072266 -1.0782498121261597 -16.193727493286133 -17.676042556762695 -1.0782498121261597" /> <Normal vector="0 0 -1 -0.019872983917593956 -0.036377251148223877 -0.99914050102233887 -0.039694786071777344 -0.072660818696022034 -0.99656647443771362 -0.059465419501066208 -0.10885071754455566 -0.99227786064147949 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0.019872980192303658 0.03637724369764328 -0.99914050102233887 0.039694793522357941 0.072660826146602631 -0.99656647443771362 0.059465419501066208 0.10885071754455566 -0.99227786064147949 0.083787143230438232 0.091456711292266846 -0.99227786064147949 0.10323946923017502 0.068747565150260925 -0.99227786064147949 0.11669188737869263 0.042043067514896393 -0.99227786064147949 0.12336259335279465 0.012895176187157631 -0.99227786064147949 0.12286391854286194 -0.017002135515213013 -0.99227786064147949 0.11522483825683594 -0.045911345630884171 -0.99227786064147949 0.10088931024074554 -0.072152353823184967 -0.99227786064147949 0.080690465867519379 -0.094200126826763153 -0.99227786064147949 0.055802177637815475 -0.11077333986759186 -0.99227786064147949 0.027670873329043388 -0.12090880423784256 -0.99227786064147949 -0.0020685619674623013 -0.12401748448610306 -0.99227786064147949 -0.03168778121471405 -0.11991871893405914 -0.99227786064147949 -0.0013808214571326971 -0.082785047590732574 -0.99656647443771362 0.037249475717544556 -0.073944218456745148 -0.99656647443771362 0.067346364259719849 -0.048163663595914841 -0.99656647443771362 0.082015015184879303 -0.01134938932955265 -0.99656647443771362 0.077895015478134155 0.028064893558621407 -0.99656647443771362 0.055930200964212418 0.061049845069646835 -0.99656647443771362" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="47 7 8 -1 46 6 7 -1 46 7 47 -1 48 8 9 -1 48 47 8 -1 45 5 6 -1 45 6 46 -1 49 9 10 -1 49 48 9 -1 44 4 5 -1 44 5 45 -1 50 10 11 -1 50 49 10 -1 43 4 44 -1 3 4 43 -1 51 11 12 -1 51 50 11 -1 42 3 43 -1 26 12 13 -1 26 51 12 -1 2 3 42 -1 41 2 42 -1 27 13 14 -1 27 26 13 -1 1 41 40 -1 1 2 41 -1 28 27 14 -1 15 28 14 -1 0 1 40 -1 0 40 39 -1 29 28 15 -1 16 29 15 -1 30 29 16 -1 25 0 39 -1 25 39 38 -1 17 30 16 -1 17 31 30 -1 24 25 38 -1 24 38 37 -1 18 32 31 -1 18 31 17 -1 23 37 36 -1 23 24 37 -1 19 33 32 -1 19 32 18 -1 22 23 36 -1 22 36 35 -1 20 34 33 -1 20 33 19 -1 21 35 34 -1 21 22 35 -1 21 34 20 -1"> <Coordinate point="-18.793481826782227 -34.401237487792969 -1.25 -26.480131149291992 -28.904024124145508 -1.25 -32.627853393554688 -21.727016448974609 -1.25 -36.879360198974609 -13.287312507629395 -1.25 -38.987575531005859 -4.0753979682922363 -1.25 -38.829975128173828 5.3733634948730469 -1.25 -36.415718078613281 14.509844779968262 -1.25 -31.885108947753906 22.803066253662109 -1.25 -25.501455307006836 29.77105712890625 -1.25 -17.635747909545898 35.008861541748047 -1.25 -8.7451171875 38.212078094482422 -1.25 0.65374940633773804 39.194549560546875 -1.25 10.014621734619141 37.899173736572266 -1.25 18.793481826782227 34.401237487792969 -1.25 26.480131149291992 28.904024124145508 -1.25 32.627853393554688 21.727016448974609 -1.25 36.879360198974609 13.287312507629395 -1.25 38.987575531005859 4.0753979682922363 -1.25 38.829975128173828 -5.3733634948730469 -1.25 36.415718078613281 -14.509844779968262 -1.25 31.885108947753906 -22.803066253662109 -1.25 25.501455307006836 -29.77105712890625 -1.25 17.635747909545898 -35.008861541748047 -1.25 8.7451171875 -38.212078094482422 -1.25 -0.65374940633773804 -39.194549560546875 -1.25 -10.014621734619141 -37.899173736572266 -1.25 13.478035926818848 24.671379089355469 -1.25 18.990636825561523 20.728969573974609 -1.25 23.399570465087891 15.581866264343262 -1.25 26.448606491088867 9.5292015075683594 -1.25 27.960544586181641 2.9227347373962402 -1.25 27.847518920898438 -3.8535909652709961 -1.25 26.116094589233398 -10.405960083007813 -1.25 22.866899490356445 -16.353572845458984 -1.25 18.288763046264648 -21.350774765014648 -1.25 12.647749900817871 -25.107147216796875 -1.25 6.2716960906982422 -27.404384613037109 -1.25 -0.46884649991989136 -28.108978271484375 -1.25 -7.1821413040161133 -27.17997932434082 -1.25 -13.478035926818848 -24.671379089355469 -1.25 -18.990636825561523 -20.728969573974609 -1.25 -23.399570465087891 -15.581866264343262 -1.25 -26.448606491088867 -9.5292015075683594 -1.25 -27.960544586181641 -2.9227347373962402 -1.25 -27.847518920898438 3.8535909652709961 -1.25 -26.116094589233398 10.405960083007813 -1.25 -22.866899490356445 16.353572845458984 -1.25 -18.288763046264648 21.350774765014648 -1.25 -12.647749900817871 25.107147216796875 -1.25 -6.2716960906982422 27.404384613037109 -1.25 0.46884649991989136 28.108978271484375 -1.25 7.1821413040161133 27.17997932434082 -1.25" /> <Normal vector="0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="26 27 4 -1 28 4 27 -1 3 26 4 -1 25 26 3 -1 29 4 28 -1 24 25 3 -1 30 4 29 -1 23 24 3 -1 22 23 3 -1 5 30 31 -1 5 4 30 -1 6 5 31 -1 21 22 3 -1 7 5 6 -1 8 5 7 -1 2 19 20 -1 2 20 21 -1 2 21 3 -1 18 19 2 -1 17 18 2 -1 0 8 9 -1 0 9 10 -1 0 10 11 -1 0 11 12 -1 0 5 8 -1 13 0 12 -1 1 13 14 -1 1 14 15 -1 1 15 16 -1 1 16 17 -1 1 0 13 -1 1 17 2 -1"> <Coordinate point="9.6487865447998047 -0.15303532779216766 2.2000000476837158 4.6918606758117676 -8.4326114654541016 2.2000000476837158 -4.9808778762817383 -8.2651891708374023 2.2000000476837158 -9.6487865447998047 0.15303532779216766 2.2000000476837158 -4.6918606758117676 8.4326114654541016 2.2000000476837158 4.9569258689880371 8.279576301574707 2.2000000476837158 3.5717203617095947 6.5379900932312012 2.2000000476837158 5.0325760841369629 5.4932394027709961 2.2000000476837158 6.2009568214416504 4.1292414665222168 2.2000000476837158 7.0089602470397949 2.5252671241760254 2.2000000476837158 7.4096288681030273 0.77453351020812988 2.2000000476837158 7.379676342010498 -1.021213173866272 2.2000000476837158 6.9208440780639648 -2.7576107978820801 2.2000000476837158 6.0597972869873047 -4.3337459564208984 2.2000000476837158 4.8465776443481445 -5.6580195426940918 2.2000000476837158 3.3516919612884521 -6.6534700393676758 2.2000000476837158 1.6620184183120728 -7.262244701385498 2.2000000476837158 -0.12424574047327042 -7.4489641189575195 2.2000000476837158 -1.9032890796661377 -7.2027764320373535 2.2000000476837158 -3.5717203617095947 -6.5379900932312012 2.2000000476837158 -5.0325760841369629 -5.4932394027709961 2.2000000476837158 -6.2009568214416504 -4.1292414665222168 2.2000000476837158 -7.0089602470397949 -2.5252671241760254 2.2000000476837158 -7.4096288681030273 -0.77453351020812988 2.2000000476837158 -7.379676342010498 1.021213173866272 2.2000000476837158 -6.9208440780639648 2.7576107978820801 2.2000000476837158 -6.0597972869873047 4.3337459564208984 2.2000000476837158 -4.8465776443481445 5.6580195426940918 2.2000000476837158 -3.3516919612884521 6.6534700393676758 2.2000000476837158 -1.6620184183120728 7.262244701385498 2.2000000476837158 0.12424574047327042 7.4489641189575195 2.2000000476837158 1.9032890796661377 7.2027764320373535 2.2000000476837158" /> <Normal vector="0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="34 32 33 -1 13 12 39 -1 40 15 14 -1 40 16 15 -1 40 14 21 -1 41 17 16 -1 41 16 40 -1 42 17 41 -1 42 18 17 -1 43 19 18 -1 43 18 42 -1 44 20 19 -1 44 19 43 -1 45 1 0 -1 45 2 1 -1 45 20 44 -1 45 0 20 -1 46 21 22 -1 46 40 21 -1 47 41 40 -1 47 40 46 -1 48 42 41 -1 48 41 47 -1 49 43 42 -1 49 42 48 -1 50 44 43 -1 50 43 49 -1 51 2 45 -1 51 45 44 -1 51 44 50 -1 52 22 23 -1 52 46 22 -1 53 48 47 -1 53 46 52 -1 53 47 46 -1 54 48 53 -1 55 48 54 -1 55 49 48 -1 56 49 55 -1 56 51 50 -1 56 50 49 -1 57 3 2 -1 57 51 56 -1 57 2 51 -1 58 52 23 -1 58 23 24 -1 59 53 52 -1 59 52 58 -1 60 53 59 -1 60 54 53 -1 61 54 60 -1 61 55 54 -1 62 55 61 -1 62 56 55 -1 63 4 3 -1 63 3 57 -1 63 57 56 -1 63 56 62 -1 64 24 25 -1 64 58 24 -1 65 58 64 -1 65 59 58 -1 66 59 65 -1 66 60 59 -1 67 61 60 -1 67 60 66 -1 68 61 67 -1 68 62 61 -1 69 5 4 -1 69 4 63 -1 69 63 62 -1 69 62 68 -1 70 25 26 -1 70 64 25 -1 71 65 64 -1 71 66 65 -1 71 64 70 -1 72 66 71 -1 73 67 66 -1 73 66 72 -1 74 68 67 -1 74 67 73 -1 75 6 5 -1 75 5 69 -1 75 69 68 -1 75 68 74 -1 76 26 27 -1 76 70 26 -1 77 71 70 -1 77 70 76 -1 78 72 71 -1 78 71 77 -1 79 73 72 -1 79 72 78 -1 80 74 73 -1 80 73 79 -1 81 7 6 -1 81 8 7 -1 81 6 75 -1 81 75 74 -1 81 74 80 -1 82 27 28 -1 82 76 27 -1 83 76 82 -1 83 77 76 -1 84 77 83 -1 84 79 78 -1 84 78 77 -1 85 79 84 -1 86 79 85 -1 86 80 79 -1 87 81 80 -1 87 80 86 -1 87 8 81 -1 88 28 29 -1 88 82 28 -1 89 83 82 -1 89 84 83 -1 89 82 88 -1 90 84 89 -1 91 84 90 -1 91 85 84 -1 92 86 85 -1 92 85 91 -1 93 9 8 -1 93 8 87 -1 93 87 86 -1 93 86 92 -1 94 88 29 -1 94 29 30 -1 95 89 88 -1 95 90 89 -1 95 88 94 -1 96 90 95 -1 97 91 90 -1 97 90 96 -1 98 92 91 -1 98 93 92 -1 98 91 97 -1 99 93 98 -1 99 10 9 -1 99 11 10 -1 99 9 93 -1 100 30 31 -1 100 94 30 -1 101 94 100 -1 101 95 94 -1 102 96 95 -1 102 97 96 -1 102 95 101 -1 103 98 97 -1 103 97 102 -1 104 99 98 -1 104 98 103 -1 105 11 99 -1 105 99 104 -1 106 32 34 -1 106 31 32 -1 106 100 31 -1 107 34 35 -1 107 106 34 -1 107 101 100 -1 107 100 106 -1 108 101 107 -1 108 35 36 -1 108 36 37 -1 108 102 101 -1 108 107 35 -1 109 103 102 -1 109 108 37 -1 109 102 108 -1 110 103 109 -1 110 37 38 -1 110 104 103 -1 110 109 37 -1 111 12 11 -1 111 39 12 -1 111 38 39 -1 111 11 105 -1 111 105 104 -1 111 110 38 -1 111 104 110 -1"> <Coordinate point="-18.793481826782227 -34.401237487792969 -1.25 -26.480131149291992 -28.904024124145508 -1.25 -32.627853393554688 -21.727016448974609 -1.25 -36.879360198974609 -13.287312507629395 -1.25 -38.987575531005859 -4.0753979682922363 -1.25 -38.829975128173828 5.3733634948730469 -1.25 -36.415718078613281 14.509844779968262 -1.25 -31.885108947753906 22.803066253662109 -1.25 -25.501455307006836 29.77105712890625 -1.25 -17.635747909545898 35.008861541748047 -1.25 -8.7451171875 38.212078094482422 -1.25 0.65374940633773804 39.194549560546875 -1.25 10.014621734619141 37.899173736572266 -1.25 18.793481826782227 34.401237487792969 -1.25 -19.177021026611328 -35.103302001953125 -0.44999998807907104 -19.16740608215332 -35.085700988769531 -0.62801676988601685 -19.139039993286133 -35.033775329589844 -0.79710698127746582 -19.093345642089844 -34.95013427734375 -0.94879186153411865 -19.032613754272461 -34.838966369628906 -1.075465202331543 -18.959892272949219 -34.705852508544922 -1.1707750558853149 -18.878826141357422 -34.557460784912109 -1.2299423217773438 -27.020542144775391 -29.493902206420898 -0.44999998807907104 -33.293727874755859 -22.17042350769043 -0.44999998807907104 -37.632003784179688 -13.55848217010498 -0.44999998807907104 -39.783241271972656 -4.1585693359375 -0.44999998807907104 -39.622425079345703 5.4830241203308105 -0.44999998807907104 -37.158893585205078 14.805963516235352 -0.44999998807907104 -32.535823822021484 23.268434524536133 -0.44999998807907104 -26.021892547607422 30.378629684448242 -0.44999998807907104 -17.995660781860352 35.72332763671875 -0.44999998807907104 -8.923588752746582 38.991916656494141 -0.44999998807907104 0.66709119081497192 39.994438171386719 -0.44999998807907104 10.219001770019531 38.672626495361328 -0.44999998807907104 19.177021026611328 35.103302001953125 -0.44999998807907104 19.16740608215332 35.085700988769531 -0.62801676988601685 19.139039993286133 35.033775329589844 -0.79710698127746582 19.093345642089844 34.95013427734375 -0.94879186153411865 19.032613754272461 34.838966369628906 -1.075465202331543 18.959892272949219 34.705852508544922 -1.1707750558853149 18.878826141357422 34.557460784912109 -1.2299423217773438 -27.006992340087891 -29.47911262512207 -0.62801676988601685 -26.967025756835938 -29.43548583984375 -0.79710698127746582 -26.902641296386719 -29.365209579467773 -0.94879186153411865 -26.817071914672852 -29.271806716918945 -1.075465202331543 -26.714607238769531 -29.159963607788086 -1.1707750558853149 -26.600383758544922 -29.035284042358398 -1.2299423217773438 -33.277030944824219 -22.159307479858398 -0.62801676988601685 -33.227783203125 -22.12651252746582 -0.79710698127746582 -33.148452758789063 -22.073686599731445 -0.94879186153411865 -33.043018341064453 -22.003477096557617 -1.075465202331543 -32.916763305664063 -21.919403076171875 -1.1707750558853149 -32.776023864746094 -21.82568359375 -1.2299423217773438 -37.613132476806641 -13.551682472229004 -0.62801676988601685 -37.557468414306641 -13.531627655029297 -0.79710698127746582 -37.467800140380859 -13.499320983886719 -0.94879186153411865 -37.348625183105469 -13.45638370513916 -1.075465202331543 -37.205921173095703 -13.40496826171875 -1.1707750558853149 -37.046840667724609 -13.347653388977051 -1.2299423217773438 -39.763294219970703 -4.1564841270446777 -0.62801676988601685 -39.704444885253906 -4.1503329277038574 -0.79710698127746582 -39.609653472900391 -4.1404237747192383 -0.94879186153411865 -39.483665466308594 -4.1272544860839844 -1.075465202331543 -39.332801818847656 -4.1114845275878906 -1.1707750558853149 -39.164627075195313 -4.0939054489135742 -1.2299423217773438 -39.602554321289063 5.4802746772766113 -0.62801676988601685 -39.5439453125 5.4721641540527344 -0.79710698127746582 -39.449535369873047 5.4590997695922852 -0.94879186153411865 -39.324058532714844 5.4417357444763184 -1.075465202331543 -39.173805236816406 5.4209432601928711 -1.1707750558853149 -39.006313323974609 5.3977651596069336 -1.2299423217773438 -37.140262603759766 14.798539161682129 -0.62801676988601685 -37.085296630859375 14.776638984680176 -0.79710698127746582 -36.996757507324219 14.741359710693359 -0.94879186153411865 -36.879081726074219 14.694472312927246 -1.075465202331543 -36.738170623779297 14.638325691223145 -1.1707750558853149 -36.581089019775391 14.575736999511719 -1.2299423217773438 -32.519512176513672 23.256767272949219 -0.62801676988601685 -32.471385955810547 23.222349166870117 -0.79710698127746582 -32.39385986328125 23.166906356811523 -0.94879186153411865 -32.290824890136719 23.093219757080078 -1.075465202331543 -32.167442321777344 23.004981994628906 -1.1707750558853149 -32.0299072265625 22.906620025634766 -1.2299423217773438 -26.008844375610352 30.363395690917969 -0.62801676988601685 -25.970352172851563 30.318460464477539 -0.79710698127746582 -25.908349990844727 30.246076583862305 -0.94879186153411865 -25.825942993164063 30.149871826171875 -1.075465202331543 -25.727264404296875 30.034671783447266 -1.1707750558853149 -25.617263793945313 29.906253814697266 -1.2299423217773438 -17.986637115478516 35.705413818359375 -0.62801676988601685 -17.960018157958984 35.652572631835938 -0.79710698127746582 -17.917139053344727 35.567455291748047 -0.94879186153411865 -17.860151290893555 35.454322814941406 -1.075465202331543 -17.791908264160156 35.318855285644531 -1.1707750558853149 -17.715837478637695 35.1678466796875 -1.2299423217773438 -8.9191141128540039 38.972366333007813 -0.62801676988601685 -8.905914306640625 38.914688110351563 -0.79710698127746582 -8.8846511840820313 38.821781158447266 -0.94879186153411865 -8.8563919067382813 38.698299407958984 -1.075465202331543 -8.8225526809692383 38.550437927246094 -1.1707750558853149 -8.7848300933837891 38.385608673095703 -1.2299423217773438 0.66675668954849243 39.974380493164063 -0.62801676988601685 0.66576993465423584 39.91522216796875 -0.79710698127746582 0.6641804575920105 39.819927215576172 -0.94879186153411865 0.66206789016723633 39.693271636962891 -1.075465202331543 0.65953820943832397 39.541606903076172 -1.1707750558853149 0.65671819448471069 39.372539520263672 -1.2299423217773438 10.21387767791748 38.653232574462891 -0.62801676988601685 10.198761940002441 38.596031188964844 -0.79710698127746582 10.174412727355957 38.503883361816406 -0.94879186153411865 10.142050743103027 38.381412506103516 -1.075465202331543 10.103299140930176 38.234760284423828 -1.1707750558853149 10.060100555419922 38.071281433105469 -1.2299423217773438" /> <Normal vector="0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 -0.47942554950714111 -0.87758255004882813 0 -0.46740534901618958 -0.85557973384857178 -0.22252093255519867 -0.4319474995136261 -0.79067456722259521 -0.43388372659683228 -0.3748299777507782 -0.68612170219421387 -0.62348979711532593 -0.29891693592071533 -0.54716378450393677 -0.78183150291442871 -0.20801495015621185 -0.38076880574226379 -0.90096884965896606 -0.10668221861124039 -0.19528049230575562 -0.97492790222167969 -0.67551356554031372 -0.73734754323959351 0 -0.83234316110610962 -0.55426061153411865 0 -0.94080007076263428 -0.33896204829216003 0 -0.99458104372024536 -0.10396423190832138 0 -0.99056059122085571 0.13707560300827026 0 -0.92897236347198486 0.37014910578727722 0 -0.81339561939239502 0.58171087503433228 0 -0.6505473256111145 0.75946575403213501 0 -0.44989153742790222 0.89308321475982666 0 -0.22308970987796783 0.97479790449142456 0 0.016677280887961388 0.99986094236373901 0 0.25547504425048828 0.96681565046310425 0 0.47942554950714111 0.87758255004882813 0 0.46740534901618958 0.85557973384857178 -0.22252093255519867 0.4319474995136261 0.79067456722259521 -0.43388372659683228 0.3748299777507782 0.68612170219421387 -0.62348979711532593 0.29891693592071533 0.54716378450393677 -0.78183150291442871 0.20801495015621185 0.38076880574226379 -0.90096884965896606 0.10668221861124039 0.19528049230575562 -0.97492790222167969 -0.65857702493667603 -0.71886074542999268 -0.22252093255519867 -0.60861670970916748 -0.66432720422744751 -0.43388372659683228 -0.52813774347305298 -0.57648152112960815 -0.62348979711532593 -0.42117580771446228 -0.45972868800163269 -0.78183150291442871 -0.29309433698654175 -0.31992313265800476 -0.90096884965896606 -0.15031591057777405 -0.16407527029514313 -0.97492790222167969 -0.81147462129592896 -0.54036414623260498 -0.22252093255519867 -0.74991530179977417 -0.49937155842781067 -0.43388372659683228 -0.65075212717056274 -0.43333840370178223 -0.62348979711532593 -0.51895749568939209 -0.34557583928108215 -0.78183150291442871 -0.36114016175270081 -0.24048466980457306 -0.90096884965896606 -0.18521378934383392 -0.12333458662033081 -0.97492790222167969 -0.91721224784851074 -0.33046355843544006 -0.22252093255519867 -0.84763157367706299 -0.30539426207542419 -0.43388372659683228 -0.73554712533950806 -0.26501119136810303 -0.62348979711532593 -0.58657926321029663 -0.21133936941623688 -0.78183150291442871 -0.40819784998893738 -0.14707012474536896 -0.90096884965896606 -0.20934771001338959 -0.075426153838634491 -0.97492790222167969 -0.96964478492736816 -0.10135763138532639 -0.22252093255519867 -0.89608657360076904 -0.093668535351753235 -0.43388372659683228 -0.77759474515914917 -0.081282511353492737 -0.62348979711532593 -0.62011110782623291 -0.064820639789104462 -0.78183150291442871 -0.43153253197669983 -0.045108389109373093 -0.90096884965896606 -0.22131510078907013 -0.023134218528866768 -0.97492790222167969 -0.96572518348693848 0.13363882899284363 -0.22252093255519867 -0.892464280128479 0.12350084632635117 -0.43388372659683228 -0.77445143461227417 0.10717002302408218 -0.62348979711532593 -0.61760443449020386 0.085465237498283386 -0.78183150291442871 -0.42978814244270325 0.059474874287843704 -0.90096884965896606 -0.2204204648733139 0.030502190813422203 -0.97492790222167969 -0.9056810736656189 0.36086869239807129 -0.22252093255519867 -0.83697515726089478 0.33349281549453735 -0.43388372659683228 -0.72629982233047485 0.28939422965049744 -0.62348979711532593 -0.57920479774475098 0.23078419268131256 -0.78183150291442871 -0.4030660092830658 0.16060167551040649 -0.90096884965896606 -0.20671579241752625 0.082365922629833221 -0.97492790222167969 -0.79300212860107422 0.56712615489959717 -0.22252093255519867 -0.73284411430358887 0.52410340309143066 -0.43388372659683228 -0.63593828678131104 0.45479989051818848 -0.62348979711532593 -0.50714385509490967 0.36269080638885498 -0.78183150291442871 -0.35291913151741028 0.25239488482475281 -0.90096884965896606 -0.18099755048751831 0.12944284081459045 -0.97492790222167969 -0.63423675298690796 0.74042433500289917 -0.22252093255519867 -0.58612287044525146 0.68425500392913818 -0.43388372659683228 -0.50861835479736328 0.59377419948577881 -0.62348979711532593 -0.4056096076965332 0.47351914644241333 -0.78183150291442871 -0.28226190805435181 0.3295198380947113 -0.90096884965896606 -0.14476040005683899 0.16899701952934265 -0.97492790222167969 -0.43861183524131775 0.87069171667098999 -0.22252093255519867 -0.40533828735351563 0.80464017391204834 -0.43388372659683228 -0.35173937678337097 0.69824057817459106 -0.62348979711532593 -0.2805027961730957 0.55682826042175293 -0.78183150291442871 -0.19520062208175659 0.38749426603317261 -0.90096884965896606 -0.10011028498411179 0.19872970879077911 -0.97492790222167969 -0.21749639511108398 0.95035767555236816 -0.22252093255519867 -0.20099689066410065 0.87826257944107056 -0.43388372659683228 -0.17441855370998383 0.76212769746780396 -0.62348979711532593 -0.13909415900707245 0.60777658224105835 -0.78183150291442871 -0.09679500013589859 0.42294895648956299 -0.90096884965896606 -0.049642130732536316 0.21691294014453888 -0.97492790222167969 0.016259144991636276 0.97479230165481567 -0.22252093255519867 0.015025709755718708 0.90084356069564819 -0.43388372659683228 0.013038822449743748 0.78172272443771362 -0.62348979711532593 0.01039811410009861 0.62340307235717773 -0.78183150291442871 0.0072360006161034107 0.43382340669631958 -0.90096884965896606 0.0037110438570380211 0.22248998284339905 -0.97492790222167969 0.24906975030899048 0.94257557392120361 -0.22252093255519867 0.23017506301403046 0.87107080221176147 -0.43388372659683228 0.19973844289779663 0.75588691234588623 -0.62348979711532593 0.15928608179092407 0.60279971361160278 -0.78183150291442871 0.11084646731615067 0.41948559880256653 -0.90096884965896606 0.056848548352718353 0.21513672173023224 -0.97492790222167969" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="34 32 33 -1 13 12 39 -1 40 15 14 -1 40 14 21 -1 41 16 15 -1 41 15 40 -1 42 16 41 -1 42 17 16 -1 43 18 17 -1 43 17 42 -1 44 19 18 -1 44 18 43 -1 45 1 0 -1 45 20 19 -1 45 0 20 -1 45 19 44 -1 46 21 22 -1 46 40 21 -1 47 41 40 -1 47 40 46 -1 48 41 47 -1 48 42 41 -1 49 43 42 -1 49 42 48 -1 50 43 49 -1 50 44 43 -1 51 2 1 -1 51 1 45 -1 51 45 44 -1 51 44 50 -1 52 22 23 -1 52 46 22 -1 53 46 52 -1 53 47 46 -1 53 48 47 -1 54 48 53 -1 55 48 54 -1 55 49 48 -1 56 49 55 -1 56 51 50 -1 56 50 49 -1 57 3 2 -1 57 51 56 -1 57 2 51 -1 58 23 24 -1 58 52 23 -1 59 52 58 -1 59 53 52 -1 60 54 53 -1 60 53 59 -1 61 55 54 -1 61 54 60 -1 62 56 55 -1 62 55 61 -1 63 4 3 -1 63 3 57 -1 63 57 56 -1 63 56 62 -1 64 24 25 -1 64 59 58 -1 64 58 24 -1 65 59 64 -1 66 60 59 -1 66 59 65 -1 67 60 66 -1 67 61 60 -1 67 62 61 -1 68 62 67 -1 69 5 4 -1 69 4 63 -1 69 63 62 -1 69 62 68 -1 70 25 26 -1 70 26 27 -1 70 64 25 -1 71 65 64 -1 71 66 65 -1 71 64 70 -1 72 66 71 -1 73 67 66 -1 73 66 72 -1 74 68 67 -1 74 67 73 -1 75 6 5 -1 75 5 69 -1 75 69 68 -1 75 68 74 -1 76 70 27 -1 77 71 70 -1 77 70 76 -1 78 72 71 -1 78 71 77 -1 79 73 72 -1 79 72 78 -1 80 74 73 -1 80 73 79 -1 81 7 6 -1 81 6 75 -1 81 75 74 -1 81 74 80 -1 82 27 28 -1 82 76 27 -1 83 77 76 -1 83 76 82 -1 84 78 77 -1 84 77 83 -1 84 79 78 -1 85 79 84 -1 86 79 85 -1 86 80 79 -1 87 81 80 -1 87 80 86 -1 87 8 7 -1 87 9 8 -1 87 7 81 -1 88 28 29 -1 88 82 28 -1 89 82 88 -1 89 83 82 -1 90 84 83 -1 90 85 84 -1 90 83 89 -1 91 85 90 -1 92 86 85 -1 92 87 86 -1 92 85 91 -1 93 9 87 -1 93 87 92 -1 94 88 29 -1 94 29 30 -1 94 30 31 -1 95 88 94 -1 95 89 88 -1 96 90 89 -1 96 89 95 -1 97 91 90 -1 97 90 96 -1 98 91 97 -1 98 92 91 -1 98 93 92 -1 99 10 9 -1 99 11 10 -1 99 9 93 -1 99 93 98 -1 100 94 31 -1 101 94 100 -1 101 95 94 -1 102 96 95 -1 102 97 96 -1 102 95 101 -1 103 97 102 -1 104 98 97 -1 104 99 98 -1 104 97 103 -1 105 11 99 -1 105 99 104 -1 106 32 34 -1 106 31 32 -1 106 100 31 -1 107 34 35 -1 107 101 100 -1 107 106 34 -1 107 100 106 -1 108 101 107 -1 108 35 36 -1 108 107 35 -1 108 102 101 -1 109 108 36 -1 109 36 37 -1 109 37 38 -1 109 103 102 -1 109 102 108 -1 110 104 103 -1 110 109 38 -1 110 105 104 -1 110 103 109 -1 111 12 11 -1 111 39 12 -1 111 38 39 -1 111 11 105 -1 111 110 38 -1 111 105 110 -1"> <Coordinate point="18.793481826782227 34.401237487792969 -1.25 26.480131149291992 28.904024124145508 -1.25 32.627853393554688 21.727016448974609 -1.25 36.879360198974609 13.287312507629395 -1.25 38.987575531005859 4.0753979682922363 -1.25 38.829975128173828 -5.3733634948730469 -1.25 36.415718078613281 -14.509844779968262 -1.25 31.885108947753906 -22.803066253662109 -1.25 25.501455307006836 -29.77105712890625 -1.25 17.635747909545898 -35.008861541748047 -1.25 8.7451171875 -38.212078094482422 -1.25 -0.65374940633773804 -39.194549560546875 -1.25 -10.014621734619141 -37.899173736572266 -1.25 -18.793481826782227 -34.401237487792969 -1.25 19.177021026611328 35.103302001953125 -0.44999998807907104 19.16740608215332 35.085700988769531 -0.62801676988601685 19.139039993286133 35.033775329589844 -0.79710698127746582 19.093345642089844 34.95013427734375 -0.94879186153411865 19.032613754272461 34.838966369628906 -1.075465202331543 18.959892272949219 34.705852508544922 -1.1707750558853149 18.878826141357422 34.557460784912109 -1.2299423217773438 27.020542144775391 29.493902206420898 -0.44999998807907104 33.293727874755859 22.17042350769043 -0.44999998807907104 37.632003784179688 13.55848217010498 -0.44999998807907104 39.783241271972656 4.1585693359375 -0.44999998807907104 39.622425079345703 -5.4830241203308105 -0.44999998807907104 37.158893585205078 -14.805963516235352 -0.44999998807907104 32.535823822021484 -23.268434524536133 -0.44999998807907104 26.021892547607422 -30.378629684448242 -0.44999998807907104 17.995660781860352 -35.72332763671875 -0.44999998807907104 8.923588752746582 -38.991916656494141 -0.44999998807907104 -0.66709119081497192 -39.994438171386719 -0.44999998807907104 -10.219001770019531 -38.672626495361328 -0.44999998807907104 -19.177021026611328 -35.103302001953125 -0.44999998807907104 -19.16740608215332 -35.085700988769531 -0.62801676988601685 -19.139039993286133 -35.033775329589844 -0.79710698127746582 -19.093345642089844 -34.95013427734375 -0.94879186153411865 -19.032613754272461 -34.838966369628906 -1.075465202331543 -18.959892272949219 -34.705852508544922 -1.1707750558853149 -18.878826141357422 -34.557460784912109 -1.2299423217773438 27.006992340087891 29.47911262512207 -0.62801676988601685 26.967025756835938 29.43548583984375 -0.79710698127746582 26.902641296386719 29.365209579467773 -0.94879186153411865 26.817071914672852 29.271806716918945 -1.075465202331543 26.714607238769531 29.159963607788086 -1.1707750558853149 26.600383758544922 29.035284042358398 -1.2299423217773438 33.277030944824219 22.159307479858398 -0.62801676988601685 33.227783203125 22.12651252746582 -0.79710698127746582 33.148452758789063 22.073686599731445 -0.94879186153411865 33.043018341064453 22.003477096557617 -1.075465202331543 32.916763305664063 21.919403076171875 -1.1707750558853149 32.776023864746094 21.82568359375 -1.2299423217773438 37.613132476806641 13.551682472229004 -0.62801676988601685 37.557468414306641 13.531627655029297 -0.79710698127746582 37.467800140380859 13.499320983886719 -0.94879186153411865 37.348625183105469 13.45638370513916 -1.075465202331543 37.205921173095703 13.40496826171875 -1.1707750558853149 37.046840667724609 13.347653388977051 -1.2299423217773438 39.763294219970703 4.1564841270446777 -0.62801676988601685 39.704444885253906 4.1503329277038574 -0.79710698127746582 39.609653472900391 4.1404237747192383 -0.94879186153411865 39.483665466308594 4.1272544860839844 -1.075465202331543 39.332801818847656 4.1114845275878906 -1.1707750558853149 39.164627075195313 4.0939054489135742 -1.2299423217773438 39.602554321289063 -5.4802746772766113 -0.62801676988601685 39.5439453125 -5.4721641540527344 -0.79710698127746582 39.449535369873047 -5.4590997695922852 -0.94879186153411865 39.324058532714844 -5.4417357444763184 -1.075465202331543 39.173805236816406 -5.4209432601928711 -1.1707750558853149 39.006313323974609 -5.3977651596069336 -1.2299423217773438 37.140262603759766 -14.798539161682129 -0.62801676988601685 37.085296630859375 -14.776638984680176 -0.79710698127746582 36.996757507324219 -14.741359710693359 -0.94879186153411865 36.879081726074219 -14.694472312927246 -1.075465202331543 36.738170623779297 -14.638325691223145 -1.1707750558853149 36.581089019775391 -14.575736999511719 -1.2299423217773438 32.519512176513672 -23.256767272949219 -0.62801676988601685 32.471385955810547 -23.222349166870117 -0.79710698127746582 32.39385986328125 -23.166906356811523 -0.94879186153411865 32.290824890136719 -23.093219757080078 -1.075465202331543 32.167442321777344 -23.004981994628906 -1.1707750558853149 32.0299072265625 -22.906620025634766 -1.2299423217773438 26.008844375610352 -30.363395690917969 -0.62801676988601685 25.970352172851563 -30.318460464477539 -0.79710698127746582 25.908349990844727 -30.246076583862305 -0.94879186153411865 25.825942993164063 -30.149871826171875 -1.075465202331543 25.727264404296875 -30.034671783447266 -1.1707750558853149 25.617263793945313 -29.906253814697266 -1.2299423217773438 17.986637115478516 -35.705413818359375 -0.62801676988601685 17.960018157958984 -35.652572631835938 -0.79710698127746582 17.917139053344727 -35.567455291748047 -0.94879186153411865 17.860151290893555 -35.454322814941406 -1.075465202331543 17.791908264160156 -35.318855285644531 -1.1707750558853149 17.715837478637695 -35.1678466796875 -1.2299423217773438 8.9191141128540039 -38.972366333007813 -0.62801676988601685 8.905914306640625 -38.914688110351563 -0.79710698127746582 8.8846511840820313 -38.821781158447266 -0.94879186153411865 8.8563919067382813 -38.698299407958984 -1.075465202331543 8.8225526809692383 -38.550437927246094 -1.1707750558853149 8.7848300933837891 -38.385608673095703 -1.2299423217773438 -0.66675668954849243 -39.974380493164063 -0.62801676988601685 -0.66576993465423584 -39.91522216796875 -0.79710698127746582 -0.6641804575920105 -39.819927215576172 -0.94879186153411865 -0.66206789016723633 -39.693271636962891 -1.075465202331543 -0.65953820943832397 -39.541606903076172 -1.1707750558853149 -0.65671819448471069 -39.372539520263672 -1.2299423217773438 -10.21387767791748 -38.653232574462891 -0.62801676988601685 -10.198761940002441 -38.596031188964844 -0.79710698127746582 -10.174412727355957 -38.503883361816406 -0.94879186153411865 -10.142050743103027 -38.381412506103516 -1.075465202331543 -10.103299140930176 -38.234760284423828 -1.1707750558853149 -10.060100555419922 -38.071281433105469 -1.2299423217773438" /> <Normal vector="0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0.47942554950714111 0.87758255004882813 0 0.46740534901618958 0.85557973384857178 -0.22252093255519867 0.4319474995136261 0.79067456722259521 -0.43388372659683228 0.3748299777507782 0.68612170219421387 -0.62348979711532593 0.29891693592071533 0.54716378450393677 -0.78183150291442871 0.20801495015621185 0.38076880574226379 -0.90096884965896606 0.10668221861124039 0.19528049230575562 -0.97492790222167969 0.67551356554031372 0.73734754323959351 0 0.83234316110610962 0.55426061153411865 0 0.94080007076263428 0.33896204829216003 0 0.99458104372024536 0.10396423190832138 0 0.99056059122085571 -0.13707560300827026 0 0.92897236347198486 -0.37014910578727722 0 0.81339561939239502 -0.58171087503433228 0 0.6505473256111145 -0.75946575403213501 0 0.44989153742790222 -0.89308321475982666 0 0.22308970987796783 -0.97479790449142456 0 -0.016677280887961388 -0.99986094236373901 0 -0.25547504425048828 -0.96681565046310425 0 -0.47942554950714111 -0.87758255004882813 0 -0.46740534901618958 -0.85557973384857178 -0.22252093255519867 -0.4319474995136261 -0.79067456722259521 -0.43388372659683228 -0.3748299777507782 -0.68612170219421387 -0.62348979711532593 -0.29891693592071533 -0.54716378450393677 -0.78183150291442871 -0.20801495015621185 -0.38076880574226379 -0.90096884965896606 -0.10668221861124039 -0.19528049230575562 -0.97492790222167969 0.65857702493667603 0.71886074542999268 -0.22252093255519867 0.60861670970916748 0.66432720422744751 -0.43388372659683228 0.52813774347305298 0.57648152112960815 -0.62348979711532593 0.42117580771446228 0.45972868800163269 -0.78183150291442871 0.29309433698654175 0.31992313265800476 -0.90096884965896606 0.15031591057777405 0.16407527029514313 -0.97492790222167969 0.81147462129592896 0.54036414623260498 -0.22252093255519867 0.74991530179977417 0.49937155842781067 -0.43388372659683228 0.65075212717056274 0.43333840370178223 -0.62348979711532593 0.51895749568939209 0.34557583928108215 -0.78183150291442871 0.36114016175270081 0.24048466980457306 -0.90096884965896606 0.18521378934383392 0.12333458662033081 -0.97492790222167969 0.91721224784851074 0.33046355843544006 -0.22252093255519867 0.84763157367706299 0.30539426207542419 -0.43388372659683228 0.73554712533950806 0.26501119136810303 -0.62348979711532593 0.58657926321029663 0.21133936941623688 -0.78183150291442871 0.40819784998893738 0.14707012474536896 -0.90096884965896606 0.20934771001338959 0.075426153838634491 -0.97492790222167969 0.96964478492736816 0.10135763138532639 -0.22252093255519867 0.89608657360076904 0.093668535351753235 -0.43388372659683228 0.77759474515914917 0.081282511353492737 -0.62348979711532593 0.62011110782623291 0.064820639789104462 -0.78183150291442871 0.43153253197669983 0.045108389109373093 -0.90096884965896606 0.22131510078907013 0.023134218528866768 -0.97492790222167969 0.96572518348693848 -0.13363882899284363 -0.22252093255519867 0.892464280128479 -0.12350084632635117 -0.43388372659683228 0.77445143461227417 -0.10717002302408218 -0.62348979711532593 0.61760443449020386 -0.085465237498283386 -0.78183150291442871 0.42978814244270325 -0.059474874287843704 -0.90096884965896606 0.2204204648733139 -0.030502190813422203 -0.97492790222167969 0.9056810736656189 -0.36086869239807129 -0.22252093255519867 0.83697515726089478 -0.33349281549453735 -0.43388372659683228 0.72629982233047485 -0.28939422965049744 -0.62348979711532593 0.57920479774475098 -0.23078419268131256 -0.78183150291442871 0.4030660092830658 -0.16060167551040649 -0.90096884965896606 0.20671579241752625 -0.082365922629833221 -0.97492790222167969 0.79300212860107422 -0.56712615489959717 -0.22252093255519867 0.73284411430358887 -0.52410340309143066 -0.43388372659683228 0.63593828678131104 -0.45479989051818848 -0.62348979711532593 0.50714385509490967 -0.36269080638885498 -0.78183150291442871 0.35291913151741028 -0.25239488482475281 -0.90096884965896606 0.18099755048751831 -0.12944284081459045 -0.97492790222167969 0.63423675298690796 -0.74042433500289917 -0.22252093255519867 0.58612287044525146 -0.68425500392913818 -0.43388372659683228 0.50861835479736328 -0.59377419948577881 -0.62348979711532593 0.4056096076965332 -0.47351914644241333 -0.78183150291442871 0.28226190805435181 -0.3295198380947113 -0.90096884965896606 0.14476040005683899 -0.16899701952934265 -0.97492790222167969 0.43861183524131775 -0.87069171667098999 -0.22252093255519867 0.40533828735351563 -0.80464017391204834 -0.43388372659683228 0.35173937678337097 -0.69824057817459106 -0.62348979711532593 0.2805027961730957 -0.55682826042175293 -0.78183150291442871 0.19520062208175659 -0.38749426603317261 -0.90096884965896606 0.10011028498411179 -0.19872970879077911 -0.97492790222167969 0.21749639511108398 -0.95035767555236816 -0.22252093255519867 0.20099689066410065 -0.87826257944107056 -0.43388372659683228 0.17441855370998383 -0.76212769746780396 -0.62348979711532593 0.13909415900707245 -0.60777658224105835 -0.78183150291442871 0.09679500013589859 -0.42294895648956299 -0.90096884965896606 0.049642130732536316 -0.21691294014453888 -0.97492790222167969 -0.016259144991636276 -0.97479230165481567 -0.22252093255519867 -0.015025709755718708 -0.90084356069564819 -0.43388372659683228 -0.013038822449743748 -0.78172272443771362 -0.62348979711532593 -0.01039811410009861 -0.62340307235717773 -0.78183150291442871 -0.0072360006161034107 -0.43382340669631958 -0.90096884965896606 -0.0037110438570380211 -0.22248998284339905 -0.97492790222167969 -0.24906975030899048 -0.94257557392120361 -0.22252093255519867 -0.23017506301403046 -0.87107080221176147 -0.43388372659683228 -0.19973844289779663 -0.75588691234588623 -0.62348979711532593 -0.15928608179092407 -0.60279971361160278 -0.78183150291442871 -0.11084646731615067 -0.41948559880256653 -0.90096884965896606 -0.056848548352718353 -0.21513672173023224 -0.97492790222167969" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="124 101 100 -1 124 102 101 -1 124 103 102 -1 124 104 103 -1 124 105 104 -1 124 106 105 -1 124 107 106 -1 124 108 107 -1 124 109 108 -1 124 110 109 -1 124 111 110 -1 124 112 111 -1 124 113 112 -1 124 114 113 -1 124 115 114 -1 124 116 115 -1 124 117 116 -1 124 118 117 -1 124 119 118 -1 124 100 99 -1 125 124 99 -1 125 83 82 -1 125 84 83 -1 125 85 84 -1 125 86 85 -1 125 87 86 -1 125 88 87 -1 125 89 88 -1 125 90 89 -1 125 91 90 -1 125 92 91 -1 125 93 92 -1 125 94 93 -1 125 95 94 -1 125 96 95 -1 125 97 96 -1 125 98 97 -1 125 99 98 -1 81 125 82 -1 80 125 81 -1 123 0 1 -1 123 2 0 -1 123 3 2 -1 123 4 3 -1 123 5 4 -1 123 6 5 -1 123 7 6 -1 123 8 7 -1 123 9 8 -1 123 10 9 -1 123 11 10 -1 123 12 11 -1 123 13 12 -1 123 1 119 -1 123 119 124 -1 14 13 123 -1 15 14 123 -1 16 15 123 -1 17 16 123 -1 18 17 123 -1 120 125 80 -1 120 74 73 -1 120 75 74 -1 120 76 75 -1 120 77 76 -1 120 78 77 -1 120 79 78 -1 120 80 79 -1 72 120 73 -1 19 18 123 -1 71 120 72 -1 20 19 123 -1 70 120 71 -1 21 20 123 -1 69 120 70 -1 122 22 21 -1 122 21 123 -1 68 120 69 -1 23 22 122 -1 67 120 68 -1 24 23 122 -1 66 120 67 -1 25 24 122 -1 65 120 66 -1 26 25 122 -1 64 120 65 -1 27 26 122 -1 63 120 64 -1 28 27 122 -1 62 120 63 -1 29 28 122 -1 61 120 62 -1 30 29 122 -1 60 120 61 -1 60 121 120 -1 31 30 122 -1 59 121 60 -1 32 31 122 -1 58 121 59 -1 33 32 122 -1 57 121 58 -1 34 33 122 -1 56 121 57 -1 35 34 122 -1 55 121 56 -1 36 35 122 -1 54 121 55 -1 37 36 122 -1 53 121 54 -1 38 37 122 -1 52 121 53 -1 39 38 122 -1 51 121 52 -1 40 39 122 -1 50 121 51 -1 41 122 121 -1 41 40 122 -1 49 121 50 -1 42 41 121 -1 48 121 49 -1 43 42 121 -1 47 121 48 -1 44 43 121 -1 46 121 47 -1 45 44 121 -1 45 121 46 -1"> <Coordinate point="2.7004246711730957 19.816854476928711 7.3499999046325684 1.6937695741653442 19.928152084350586 7.3500018119812012 3.7061624526977539 19.653610229492188 7.3499999046325684 4.7022809982299805 19.439355850219727 7.3499999046325684 5.6861953735351563 19.174650192260742 7.3499999046325684 7.0500288009643555 18.716224670410156 7.3499999046325684 7.9139742851257324 18.367607116699219 7.3499999046325684 8.760746955871582 17.979135513305664 7.3499999046325684 9.5885105133056641 17.551651000976563 7.3499999046325684 9.5927257537841797 17.549348831176758 7.3499999046325684 9.5969400405883789 17.54704475402832 7.3499999046325684 9.6011533737182617 17.54473876953125 7.3499999046325684 10.760829925537109 16.858367919921875 7.350001335144043 11.600459098815918 16.292003631591797 7.3499999046325684 12.415131568908691 15.68006706237793 7.3499999046325684 13.19758129119873 15.027436256408691 7.3499999046325684 13.945778846740723 14.335803031921387 7.3499999046325684 14.940354347229004 13.296082496643066 7.3499999046325684 15.546350479125977 12.582168579101563 7.3499999046325684 16.118265151977539 11.840671539306641 7.3499999046325684 16.65484619140625 11.073216438293457 7.3499999046325684 17.36271858215332 9.9265298843383789 7.3499999046325684 17.842971801757813 9.0348405838012695 7.3499999046325684 18.279947280883789 8.1144046783447266 7.3499999046325684 18.669477462768555 7.1729083061218262 7.3499999046325684 19.010553359985352 6.2127962112426758 7.3499999046325684 19.408023834228516 4.8299679756164551 7.3499999046325684 19.612834930419922 3.9162077903747559 7.3499999046325684 19.774650573730469 2.9938623905181885 7.3499999046325684 19.89311408996582 2.0649535655975342 7.3499999046325684 19.98701286315918 0.72064751386642456 7.3499999046325684 19.997867584228516 -0.29208871722221375 7.3499999046325684 19.957040786743164 -1.3101663589477539 7.3499999046325684 19.864418029785156 -2.3248436450958252 7.3499999046325684 19.720239639282227 -3.3334870338439941 7.3499999046325684 19.429550170898438 -4.7426347732543945 7.3499999046325684 19.186256408691406 -5.646909236907959 7.3499999046325684 18.900899887084961 -6.5388045310974121 7.3499999046325684 18.574108123779297 -7.4163651466369629 7.3499999046325684 18.032522201538086 -8.6503257751464844 7.3499999046325684 17.571491241455078 -9.5521039962768555 7.3499999046325684 17.062217712402344 -10.43459415435791 7.3499999046325684 16.508659362792969 -11.29000186920166 7.3499999046325684 15.912256240844727 -12.116108894348145 7.3499999046325684 15 -13.228756904602051 7.3499999046325684 14.364336013793945 -13.916387557983398 7.3499999046325684 13.697181701660156 -14.57351016998291 7.3499999046325684 13 -15.198683738708496 7.3499999046325684 11.947005271911621 -16.03961181640625 7.350001335144043 11.119708061218262 -16.62384033203125 7.3499999046325684 10.258651733398438 -17.168577194213867 7.3499999046325684 9.3709697723388672 -17.668756484985352 7.3499999046325684 8.4589672088623047 -18.123075485229492 7.3499999046325684 7.1341304779052734 -18.684329986572266 7.3499999046325684 6.2517204284667969 -18.99778938293457 7.3499999046325684 5.3556041717529297 -19.269599914550781 7.3499999046325684 4.4477477073669434 -19.499168395996094 7.3499999046325684 3.1245567798614502 -19.754421234130859 7.3499999046325684 2.1205174922943115 -19.88726806640625 7.3499999046325684 1.104941725730896 -19.969453811645508 7.3499999046325684 0.086498133838176727 -19.999813079833984 7.3499999046325684 -0.93216991424560547 -19.978263854980469 7.3499999046325684 -2.3660819530487061 -19.859548568725586 7.3499999046325684 -3.2930893898010254 -19.727025985717773 7.3499999046325684 -4.2128777503967285 -19.551258087158203 7.3499999046325684 -5.1234302520751953 -19.332626342773438 7.3499999046325684 -6.4136748313903809 -18.943727493286133 7.3500003814697266 -7.3644495010375977 -18.594755172729492 7.3499999046325684 -8.3018913269042969 -18.195566177368164 7.3499999046325684 -9.2177867889404297 -17.749153137207031 7.3499999046325684 -10.109758377075195 -17.256673812866211 7.3499999046325684 -11.324254035949707 -16.485183715820313 7.3499999046325684 -12.083492279052734 -15.937039375305176 7.3499999046325684 -12.816240310668945 -15.35395622253418 7.3499999046325684 -13.520892143249512 -14.737214088439941 7.3499999046325684 -14.482619285583496 -13.793249130249023 7.3499999046325684 -15.162308692932129 -13.042407035827637 7.3499999046325684 -15.806859970092773 -12.253292083740234 7.3499999046325684 -16.41038703918457 -11.432374954223633 7.3499999046325684 -16.971323013305664 -10.581787109375 7.3499999046325684 -17.688175201416016 -9.3342618942260742 7.3499999046325684 -18.105712890625 -8.4960689544677734 7.3499999046325684 -18.483556747436523 -7.6392498016357422 7.3499999046325684 -18.820880889892578 -6.765683650970459 7.3499999046325684 -19.2337646484375 -5.4829120635986328 7.3499999046325684 -19.486667633056641 -4.5022015571594238 7.3499999046325684 -19.690668106079102 -3.5039370059967041 7.3499999046325684 -19.843564987182617 -2.4965784549713135 7.3499999046325684 -19.944961547851563 -1.4827402830123901 7.3499999046325684 -19.999948501586914 -0.044973406940698624 7.3499999046325684 -19.980131149291992 0.89124894142150879 7.3499999046325684 -19.916513442993164 1.8255174160003662 7.3499999046325684 -19.809230804443359 2.7557837963104248 7.3499999046325684 -19.57868766784668 4.083503246307373 7.3499999046325684 -19.346864700317383 5.069404125213623 7.3499999046325684 -19.063581466674805 6.0481276512145996 7.3499999046325684 -18.730823516845703 7.0111541748046875 7.3499999046325684 -18.349449157714844 7.9559841156005859 7.3499999046325684 -17.729976654052734 9.2546176910400391 7.3499999046325684 -17.27734375 10.074392318725586 7.3499999046325684 -16.786836624145508 10.87208080291748 7.3499999046325684 -16.259527206420898 11.645934104919434 7.3499999046325684 -15.438371658325195 12.714427947998047 7.3499999046325684 -14.774928092956543 13.479670524597168 7.3499999046325684 -14.069258689880371 14.214639663696289 7.3499999046325684 -13.32707405090332 14.912715911865234 7.3499999046325684 -12.550300598144531 15.572089195251465 7.3499999046325684 -11.39827823638916 16.434087753295898 7.3499999046325684 -10.616524696350098 16.949613571166992 7.3499999046325684 -9.811497688293457 17.427980422973633 7.3499999046325684 -8.9849605560302734 17.868141174316406 7.3499999046325684 -7.761317253112793 18.432634353637695 7.350001335144043 -6.8182439804077148 18.801902770996094 7.3499999046325684 -5.851844310760498 19.124746322631836 7.3499999046325684 -4.8702564239501953 19.397953033447266 7.3499999046325684 -3.8760290145874023 19.620815277099609 7.3499999046325684 -2.4553730487823486 19.84870719909668 7.3499999046325684 -1.5235880613327026 19.941883087158203 7.3499999046325684 -0.58846300840377808 19.991340637207031 7.3499999046325684 0.34795209765434265 19.996973037719727 7.3499999046325684 -4.9808778762817383 -8.2651891708374023 7.3499999046325684 4.6918606758117676 -8.4326114654541016 7.3499999046325684 9.6483030319213867 -0.18097217381000519 7.3499999046325684 4.9808778762817383 8.2651891708374023 7.3499999046325684 -4.6674251556396484 8.4461612701416016 7.3499999046325684 -9.6483030319213867 0.18097217381000519 7.3499999046325684" /> <Normal vector="0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 3 0 -1 2 3 1 -1"> <Coordinate point="-9.6487865447998047 0.15303532779216766 2.2000000476837158 -4.6918606758117676 8.4326114654541016 2.2000000476837158 -4.6674251556396484 8.4461612701416016 7.3499999046325684 -9.6483030319213867 0.18097217381000519 7.3499999046325684" /> <Normal vector="0.8572426438331604 -0.51491266489028931 0 0.8572426438331604 -0.51491266489028931 0 0.8572426438331604 -0.51491266489028931 0 0.8572426438331604 -0.51491266489028931 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 1 0 -1 2 0 3 -1"> <Coordinate point="-9.6487865447998047 0.15303532779216766 2.2000000476837158 -4.9808778762817383 -8.2651891708374023 2.2000000476837158 -4.9808778762817383 -8.2651891708374023 7.3499999046325684 -9.6483030319213867 0.18097217381000519 7.3499999046325684" /> <Normal vector="0.87454873323440552 0.48493757843971252 0 0.87454873323440552 0.48493757843971252 0 0.87454873323440552 0.48493757843971252 0 0.87454873323440552 0.48493757843971252 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 0 1 -1 3 2 0 -1"> <Coordinate point="4.9569258689880371 8.279576301574707 2.2000000476837158 4.9808778762817383 8.2651891708374023 7.3499999046325684 -4.6918606758117676 8.4326114654541016 2.2000000476837158 -4.6674251556396484 8.4461612701416016 7.3499999046325684" /> <Normal vector="-0.01730610616505146 -0.99985021352767944 0 -0.01730610616505146 -0.99985021352767944 0 -0.01730610616505146 -0.99985021352767944 0 -0.01730610616505146 -0.99985021352767944 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 2 0 -1 1 3 0 -1"> <Coordinate point="9.6483030319213867 -0.18097217381000519 7.3499999046325684 4.9808778762817383 8.2651891708374023 7.3499999046325684 9.6487865447998047 -0.15303532779216766 2.2000000476837158 4.9569258689880371 8.279576301574707 2.2000000476837158" /> <Normal vector="-0.87454873323440552 -0.48493757843971252 0 -0.87454873323440552 -0.48493757843971252 0 -0.87454873323440552 -0.48493757843971252 0 -0.87454873323440552 -0.48493757843971252 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 1 0 -1 3 1 2 -1"> <Coordinate point="9.6487865447998047 -0.15303532779216766 2.2000000476837158 9.6483030319213867 -0.18097217381000519 7.3499999046325684 4.6918606758117676 -8.4326114654541016 2.2000000476837158 4.6918606758117676 -8.4326114654541016 7.3499999046325684" /> <Normal vector="-0.8572426438331604 0.51491266489028931 0 -0.8572426438331604 0.51491266489028931 0 -0.8572426438331604 0.51491266489028931 0 -0.8572426438331604 0.51491266489028931 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 0 1 -1 3 2 0 -1"> <Coordinate point="-4.9808778762817383 -8.2651891708374023 2.2000000476837158 -4.9808778762817383 -8.2651891708374023 7.3499999046325684 4.6918606758117676 -8.4326114654541016 2.2000000476837158 4.6918606758117676 -8.4326114654541016 7.3499999046325684" /> <Normal vector="0.01730610616505146 0.99985021352767944 0 0.01730610616505146 0.99985021352767944 0 0.01730610616505146 0.99985021352767944 0 0.01730610616505146 0.99985021352767944 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="10 0 1 -1 10 1 2 -1 10 2 3 -1 10 3 4 -1 10 5 0 -1 10 4 9 -1 11 6 5 -1 11 7 6 -1 11 8 7 -1 11 9 8 -1 11 10 9 -1 11 5 10 -1"> <Coordinate point="-13.248764038085938 -22.938444137573242 5.6648449897766113 -13.169347763061523 -22.992895126342773 5.3841471672058105 -13.080946922302246 -23.128513336181641 5.1358575820922852 -12.987309455871582 -23.344247817993164 4.9342818260192871 -12.901118278503418 -23.615339279174805 4.8107457160949707 -3.6030170917510986 -20.246133804321289 7.801386833190918 -2.7235767841339111 -20.061786651611328 7.5466623306274414 -1.8375024795532227 -19.980951309204102 7.4022049903869629 -0.93216991424560547 -19.978263854980469 7.3499999046325684 -6.5697522163391113 -21.962068557739258 6.2755594253540039 -9.6536731719970703 -22.328449249267578 5.9489340782165527 -5.2149744033813477 -21.021318435668945 6.9231600761413574" /> <Normal vector="0.1822701096534729 -0.97960865497589111 0.084524944424629211 0.10281041264533997 -0.92522311210632324 0.36522901058197021 0.014405474998056889 -0.78955996036529541 0.61350429058074951 -0.079235412180423737 -0.57385003566741943 0.81511831283569336 -0.16537496447563171 -0.30271685123443604 0.93862324953079224 0.316282719373703 -0.94501620531082153 0.083123788237571716 0.22352868318557739 -0.84858518838882446 0.4795185923576355 0.1143205538392067 -0.64290720224380493 0.75736463069915771 -0.016077423468232155 -0.34456920623779297 0.93862324953079224 -0.098859593272209167 -0.33047497272491455 0.93862295150756836 0.059929117560386658 -0.7816731333732605 0.62080240249633789 0.12881629168987274 -0.77694433927536011 0.61624985933303833" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 8 0 -1 9 2 3 -1 9 3 4 -1 9 4 5 -1 9 5 0 -1 9 6 2 -1 9 7 6 -1 9 8 7 -1 9 0 8 -1"> <Coordinate point="10.760184288024902 19.696386337280273 6.4518623352050781 5.6861953735351563 19.174650192260742 7.3499999046325684 10.970795631408691 19.003635406494141 7.3068346977233887 10.912590026855469 19.066493988037109 7.0299534797668457 10.855531692504883 19.207431793212891 6.7835731506347656 10.802238464355469 19.425510406494141 6.5807352066040039 8.3435373306274414 18.795560836791992 7.801386833190918 7.4456796646118164 18.827018737792969 7.546694278717041 6.5659847259521484 18.960573196411133 7.4022173881530762 9.5266580581665039 19.117799758911133 7.0320959091186523" /> <Normal vector="0.16537497937679291 0.30271688103675842 0.93862324953079224 0.098073296248912811 0.33070969581604004 0.93862277269363403 -0.045236121863126755 0.99546784162521362 0.083650954067707062 0.012970326468348503 0.93265050649642944 0.36054793000221252 0.070026688277721405 0.7916749119758606 0.60691606998443604 0.12332511693239212 0.57361632585525513 0.80978715419769287 -0.080893315374851227 0.99324923753738403 0.083139568567276001 -0.013898381963372231 0.87745213508605957 0.47946277260780334 0.042848661541938782 0.65162986516952515 0.75732588768005371 0.051989436149597168 0.78630602359771729 0.61564600467681885" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="12 0 1 -1 12 4 5 -1 12 5 6 -1 12 6 7 -1 12 7 0 -1 12 8 4 -1 13 1 2 -1 13 9 8 -1 14 2 3 -1 14 10 9 -1 14 11 10 -1 14 3 11 -1 14 13 2 -1 14 9 13 -1 15 8 12 -1 15 1 13 -1 15 13 8 -1 15 12 1 -1"> <Coordinate point="16.242044448852539 29.730863571166992 2.249783992767334 6.3084664344787598 25.738435745239258 4.9611539840698242 0.87426173686981201 22.746143341064453 6.334620475769043 -3.8760290145874023 19.620815277099609 7.3499999046325684 16.676168441772461 29.074056625366211 3.1042244434356689 16.584091186523438 29.120784759521484 2.8203392028808594 16.476055145263672 29.250503540039063 2.5702924728393555 16.356599807739258 29.462116241455078 2.3694250583648682 6.9328999519348145 25.229576110839844 5.7826504707336426 -1.3468968868255615 20.520076751708984 7.801386833190918 -2.1566073894500732 20.130647659301758 7.5466761589050293 -2.9975965023040771 19.840097427368164 7.4022111892700195 6.7360630035400391 25.387704849243164 5.2392730712890625 2.2930977344512939 23.016767501831055 6.3857030868530273 -0.22069650888442993 21.499607086181641 6.9807252883911133 6.6572990417480469 25.349050521850586 5.2603049278259277" /> <Normal vector="0.16537497937679291 0.30271688103675842 0.93862324953079224 0.082115024328231812 0.33502769470214844 0.93862324953079224 0.013248688541352749 0.3446897566318512 0.93862318992614746 -0.066850654780864716 0.33840417861938477 0.93862324953079224 -0.26874849200248718 0.95952463150024414 0.084182776510715485 -0.17668187618255615 0.91284960508346558 0.36808845400810242 -0.0686359703540802 0.78308224678039551 0.61811912059783936 0.050822503864765167 0.57149630784988403 0.81902933120727539 -0.41783225536346436 0.90458583831787109 0.08450249582529068 -0.53322780132293701 0.84187835454940796 0.083119899034500122 -0.42013424634933472 0.77043825387954712 0.47949156165122986 -0.264870285987854 0.59688025712966919 0.75734913349151611 -0.20345456898212433 0.75504529476165771 0.62330800294876099 -0.27311661839485168 0.73642873764038086 0.61893457174301147 -0.31538918614387512 0.72191035747528076 0.61593431234359741 -0.20464527606964111 0.75477474927902222 0.62324583530426025" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1"> <Coordinate point="-16.573566436767578 -14.005535125732422 8.0888767242431641 -31.211503982543945 -8.3104047775268555 16.461965560913086 -30.4542236328125 -9.3434171676635742 16.834228515625 -30.60740852355957 -8.9717435836791992 16.800704956054688 -30.79931640625 -8.6733160018920898 16.715099334716797 -30.988500595092773 -8.4694356918334961 16.607864379882813 -16.360784530639648 -14.557503700256348 8.8697471618652344 -23.44584846496582 -12.393260955810547 12.565854072570801 -16.466991424560547 -14.081933975219727 8.3653573989868164 -16.414215087890625 -14.179890632629395 8.5367155075073242 -16.372707366943359 -14.348306655883789 8.7238540649414063 -19.933708190917969 -13.179242134094238 10.290548324584961 -27.295768737792969 -10.402069091796875 14.525918006896973" /> <Normal vector="0.25392290949821472 0.96722447872161865 -1.5941493813897978E-7 0.47296243906021118 0.88108259439468384 -3.3323672710139363E-7 0.59721994400024414 0.18322809040546417 0.78086864948272705 0.63904017210006714 0.45273461937904358 0.6218191385269165 0.6226578950881958 0.65824747085571289 0.42309266328811646 0.56932520866394043 0.78983289003372192 0.2281070202589035 0.46669360995292664 0.41526001691818237 0.78086888790130615 0.55228519439697266 0.29193302989006042 0.78086888790130615 0.36051070690155029 0.89083695411682129 0.27648061513900757 0.41327977180480957 0.79286962747573853 0.44783660769462585 0.45479261875152588 0.62446367740631104 0.6349872350692749 0.47408321499824524 0.75558739900588989 0.45203182101249695 0.58353590965270996 0.67022258043289185 0.45857119560241699" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 14 15 -1 13 16 17 -1 13 17 18 -1 13 14 16 -1 6 5 13 -1 6 18 19 -1 6 13 18 -1 7 6 19 -1 8 19 20 -1 8 7 19 -1 9 20 21 -1 9 8 20 -1 10 9 21 -1 11 21 22 -1 11 10 21 -1 1 22 0 -1 12 11 22 -1 2 22 1 -1 2 12 22 -1 3 12 2 -1 4 12 3 -1"> <Coordinate point="-16.573566436767578 -14.005535125732422 8.0888767242431641 -16.466991424560547 -14.081933975219727 8.3653573989868164 -16.414215087890625 -14.179890632629395 8.5367155075073242 -16.372707366943359 -14.348306655883789 8.7238540649414063 -16.360784530639648 -14.557503700256348 8.8697471618652344 -14.482619285583496 -13.793249130249023 7.3499999046325684 -14.500453948974609 -14.066015243530273 7.5115046501159668 -14.596597671508789 -14.290960311889648 7.6921844482421875 -14.773444175720215 -14.469204902648926 7.8930368423461914 -15.022151947021484 -14.590854644775391 8.1034231185913086 -15.237703323364258 -14.642438888549805 8.2561149597167969 -15.476469993591309 -14.664876937866211 8.4067001342773438 -15.924602508544922 -14.640978813171387 8.6557435989379883 -14.806848526000977 -13.514142990112305 7.3327951431274414 -15.265069007873535 -13.225421905517578 7.2774629592895508 -16.027290344238281 -12.828803062438965 7.1554818153381348 -15.285384178161621 -13.435159683227539 7.3120465278625488 -15.0836181640625 -13.674093246459961 7.4084482192993164 -15.010721206665039 -13.809402465820313 7.4767427444458008 -15.053779602050781 -14.064845085144043 7.6610188484191895 -15.245864868164063 -14.148712158203125 7.7746992111206055 -15.561860084533691 -14.171940803527832 7.8853073120117188 -16.069076538085938 -14.116995811462402 8.0040559768676758" /> <Normal vector="0.25392234325408936 0.9672245979309082 -1.2180066732980777E-7 0.36047801375389099 0.89084690809249878 0.27649113535881042 0.41324800252914429 0.79287981986999512 0.44784784317016602 0.45478659868240356 0.62446755170822144 0.63498777151107788 0.46669623255729675 0.41525718569755554 0.78086882829666138 0.45236203074455261 0.43083009123802185 0.78086745738983154 0.44839179515838623 0.43495479226112366 0.78087073564529419 0.44637635350227356 0.43702703714370728 0.78086841106414795 0.44630399346351624 0.4371103048324585 0.78086322546005249 0.44811299443244934 0.43524426221847534 0.78086948394775391 0.45043841004371643 0.43283733725547791 0.78086942434310913 0.45345523953437805 0.42967373132705688 0.78087055683135986 0.45987662672996521 0.4227968156337738 0.78086894750595093 0.19653095304965973 0.38502714037895203 0.9017370343208313 -0.041594095528125763 0.17353327572345734 0.98394924402236938 -0.26930254697799683 -0.21555358171463013 0.93862283229827881 -0.16895000636577606 0.17549087107181549 0.96987569332122803 -0.11535826325416565 0.35117751359939575 0.92917537689208984 -0.078879334032535553 0.45971548557281494 0.88455623388290405 0.017326315864920616 0.70222145318984985 0.71174770593643188 0.077156208455562592 0.81838452816009521 0.56946784257888794 0.13693627715110779 0.90486454963684082 0.40307390689849854 0.20391489565372467 0.96097159385681152 0.18695530295372009" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="18 1 2 -1 18 2 3 -1 18 3 4 -1 18 4 5 -1 18 5 6 -1 19 6 7 -1 19 1 18 -1 19 18 6 -1 20 0 1 -1 20 1 19 -1 20 19 7 -1 21 7 8 -1 21 20 7 -1 21 0 20 -1 22 15 16 -1 22 16 17 -1 22 17 0 -1 22 0 21 -1 23 8 9 -1 23 22 21 -1 23 21 8 -1 24 9 10 -1 24 10 11 -1 24 11 12 -1 24 23 9 -1 24 22 23 -1 25 12 13 -1 25 13 14 -1 25 14 15 -1 25 15 22 -1 25 22 24 -1 25 24 12 -1"> <Coordinate point="-8.1664667129516602 -20.103404998779297 8.0888767242431641 -7.2865586280822754 -19.824314117431641 7.9134306907653809 -6.965336799621582 -19.645248413085938 7.7962980270385742 -6.8107333183288574 -19.486324310302734 7.6870861053466797 -6.8079338073730469 -19.279878616333008 7.5357670783996582 -6.9606285095214844 -19.140737533569336 7.4270954132080078 -7.2146563529968262 -19.025308609008789 7.3331966400146484 -7.5730428695678711 -18.923484802246094 7.2488174438476563 -8.2296123504638672 -18.807594299316406 7.1554827690124512 -10.556084632873535 -19.322782516479492 6.608314037322998 -10.50296688079834 -19.552116394042969 6.573798656463623 -10.462234497070313 -19.785564422607422 6.5944123268127441 -10.431675910949707 -20.070541381835938 6.6996726989746094 -10.428457260131836 -20.321208953857422 6.8911466598510742 -10.440126419067383 -20.43684196472168 7.0344462394714355 -10.461381912231445 -20.524837493896484 7.1952176094055176 -10.491517066955566 -20.582164764404297 7.3680238723754883 -10.529485702514648 -20.606899261474609 7.5469374656677246 -7.2106924057006836 -19.499027252197266 7.526160717010498 -7.3773436546325684 -19.463203430175781 7.4370555877685547 -7.7738385200500488 -19.707132339477539 7.4636507034301758 -8.0774860382080078 -19.673763275146484 7.3110694885253906 -9.2529668807983398 -20.205127716064453 7.3325705528259277 -8.6732320785522461 -19.575357437133789 7.055823802947998 -9.8488225936889648 -19.833309173583984 6.7849745750427246 -9.8385820388793945 -19.941152572631836 6.8350205421447754" /> <Normal vector="-0.22465533018112183 0.97443830966949463 0 -0.29347005486488342 0.88728642463684082 0.35580629110336304 -0.31068727374076843 0.78273588418960571 0.53925687074661255 -0.31236815452575684 0.66176027059555054 0.68154197931289673 -0.29564648866653442 0.46025294065475464 0.83711433410644531 -0.27074441313743591 0.28925991058349609 0.91816455125808716 -0.23958757519721985 0.11894196271896362 0.96356141567230225 -0.2014065682888031 -0.060434896498918533 0.97764158248901367 -0.13827766478061676 -0.31601527333259583 0.93862324953079224 -0.16537579894065857 -0.30271711945533752 0.93862301111221313 -0.21847465634346008 -0.073408715426921844 0.97307759523391724 -0.25920596718788147 0.16002540290355682 0.95247262716293335 -0.28979957103729248 0.44507181644439697 0.84730589389801025 -0.29301273822784424 0.6957358717918396 0.65581643581390381 -0.28131967782974243 0.81132829189300537 0.51245057582855225 -0.26005187630653381 0.89927935600280762 0.3516668975353241 -0.22992545366287231 0.95662796497344971 0.17887768149375916 -0.19197031855583191 0.98140072822570801 6.675140298284532E-7 -0.30639585852622986 0.57730424404144287 0.7568628191947937 -0.29977992177009583 0.50269031524658203 0.81082332134246826 -0.30786415934562683 0.6502118706703186 0.69458204507827759 -0.30201733112335205 0.54747116565704346 0.78042352199554443 -0.28961792588233948 0.82064586877822876 0.49260717630386353 -0.2783491313457489 0.31951543688774109 0.90577679872512817 -0.27986025810241699 0.32637867331504822 0.90285944938659668 -0.29010185599327087 0.43423819541931152 0.85280603170394897" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1"> <Coordinate point="-8.1664667129516602 -20.103404998779297 8.0888767242431641 -23.774375915527344 -21.86320686340332 16.461965560913086 -22.623773574829102 -22.425968170166016 16.834228515625 -22.932138442993164 -22.168056488037109 16.800704956054688 -23.240749359130859 -21.992996215820313 16.715099334716797 -23.503011703491211 -21.900386810302734 16.607864379882813 -7.7215452194213867 -20.493265151977539 8.8697471618652344 -15.000831604003906 -21.869516372680664 12.565854072570801 -8.036595344543457 -20.121524810791016 8.3653573989868164 -7.9443411827087402 -20.183734893798828 8.5367155075073242 -7.8293213844299316 -20.313570022583008 8.7238540649414063 -11.525722503662109 -20.933294296264648 10.290548324584961 -19.335121154785156 -21.895551681518555 14.525918006896973" /> <Normal vector="-0.22465404868125916 0.97443860769271851 -1.5942340780839004E-7 0.0093279480934143066 0.99995648860931396 -3.3327154369544587E-7 0.44366163015365601 0.43978235125541687 0.78086864948272705 0.35544571280479431 0.69785338640213013 0.6218191385269165 0.24543334543704987 0.87221276760101318 0.42309266328811646 0.1370587944984436 0.96394091844558716 0.2281070202589035 0.22025571763515472 0.58457779884338379 0.78086888790130615 0.35335618257522583 0.51515358686447144 0.78086888790130615 -0.09477619081735611 0.95633465051651001 0.27648061513900757 -0.002523814095184207 0.89411187171936035 0.44783660769462585 0.11249613016843796 0.76428776979446411 0.6349872350692749 0.068640865385532379 0.88935685157775879 0.45203182101249695 0.20522738993167877 0.86463528871536255 0.45857119560241699" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 21 -1 13 21 22 -1 13 22 23 -1 13 23 12 -1 13 1 21 -1 14 2 1 -1 14 1 13 -1 15 2 14 -1 16 3 2 -1 16 2 15 -1 17 3 16 -1 18 4 3 -1 18 3 17 -1 19 4 18 -1 20 4 19 -1 10 5 4 -1 10 6 5 -1 10 4 20 -1 9 10 20 -1 11 7 6 -1 11 6 10 -1 8 7 11 -1"> <Coordinate point="-8.1664667129516602 -20.103404998779297 8.0888767242431641 -7.2865586280822754 -19.824314117431641 7.9134306907653809 -6.965336799621582 -19.645248413085938 7.7962980270385742 -6.8107333183288574 -19.486324310302734 7.6870861053466797 -6.8079338073730469 -19.279878616333008 7.5357670783996582 -6.9606285095214844 -19.140737533569336 7.4270954132080078 -7.2146563529968262 -19.025308609008789 7.3331966400146484 -7.5730428695678711 -18.923484802246094 7.2488174438476563 -8.2296123504638672 -18.807594299316406 7.1554827690124512 -6.4136748313903809 -18.943727493286133 7.3500003814697266 -6.8308720588684082 -18.846931457519531 7.3328690528869629 -7.3695645332336426 -18.804599761962891 7.2775592803955078 -7.7215452194213867 -20.493265151977539 8.8697471618652344 -7.0708613395690918 -20.270965576171875 8.5250349044799805 -6.6286096572875977 -20.000110626220703 8.2059612274169922 -6.4273085594177246 -19.790390014648438 7.9963421821594238 -6.3530426025390625 -19.669502258300781 7.8860306739807129 -6.3042898178100586 -19.544794082641602 7.7791070938110352 -6.2797889709472656 -19.38532829284668 7.6516904830932617 -6.2958784103393555 -19.22174072265625 7.5312414169311523 -6.3404817581176758 -19.083524703979492 7.437413215637207 -8.036595344543457 -20.121524810791016 8.3653573989868164 -7.9443411827087402 -20.183734893798828 8.5367155075073242 -7.8293213844299316 -20.313570022583008 8.7238540649414063" /> <Normal vector="-0.22465437650680542 0.97443848848342896 -9.5564109869883396E-6 -0.29347473382949829 0.88728910684585571 0.35579580068588257 -0.31073012948036194 0.78272724151611328 0.53924471139907837 -0.3122374415397644 0.66184508800506592 0.68151956796646118 -0.29570287466049194 0.46036523580551147 0.83703267574310303 -0.27074059844017029 0.28926992416381836 0.91816252470016479 -0.23957100510597229 0.11894099414348602 0.9635656476020813 -0.2013176828622818 -0.060518275946378708 0.97765469551086426 -0.13828317821025848 -0.31601303815841675 0.93862318992614746 0.20032811164855957 0.59170562028884888 0.78086692094802856 -0.0049465261399745941 0.43214216828346252 0.90179193019866943 -0.11734440177679062 0.13474707305431366 0.98390728235244751 0.22025522589683533 0.58458495140075684 0.78086364269256592 0.20574311912059784 0.5898398756980896 0.78087049722671509 0.19652967154979706 0.59297573566436768 0.78086864948272705 0.19296179711818695 0.59414535760879517 0.78086942434310913 0.19200360774993896 0.59445673227310181 0.78086858987808228 0.1917681097984314 0.59453487396240234 0.78086698055267334 0.19251744449138641 0.594288170337677 0.78087043762207031 0.19444774091243744 0.59365904331207275 0.78087067604064941 0.19696690142154694 0.5928310751914978 0.7808682918548584 -0.094811536371707916 0.95632892847061157 0.27648824453353882 -0.0025586646515876055 0.8941076397895813 0.44784480333328247 0.11248687654733658 0.76429116725921631 0.63498479127883911" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 5 6 -1 23 10 11 -1 23 22 21 -1 24 2 3 -1 24 3 4 -1 24 6 7 -1 24 7 8 -1 24 4 6 -1 25 1 2 -1 25 2 24 -1 25 24 8 -1 26 8 9 -1 26 1 25 -1 26 25 8 -1 27 0 1 -1 27 1 26 -1 27 26 9 -1 28 9 10 -1 28 21 0 -1 28 0 27 -1 28 27 9 -1 29 23 21 -1 29 28 10 -1 29 21 28 -1 29 10 23 -1 30 22 23 -1 30 23 11 -1 31 20 22 -1 32 11 12 -1 33 12 13 -1 33 13 14 -1 33 32 12 -1 33 31 32 -1 34 31 33 -1 35 31 22 -1 35 32 31 -1 35 22 30 -1 36 14 15 -1 36 15 16 -1 36 16 17 -1 36 17 18 -1 36 18 19 -1 36 19 20 -1 36 33 14 -1 36 20 31 -1 36 34 33 -1 36 31 34 -1 37 30 11 -1 37 11 32 -1 37 35 30 -1 37 32 35 -1"> <Coordinate point="2.1114706993103027 -21.595829010009766 8.0888767242431641 2.5235002040863037 -21.209123611450195 7.9945282936096191 2.8221549987792969 -20.859085083007813 7.8857827186584473 2.9769752025604248 -20.59980583190918 7.7818074226379395 3.023526668548584 -20.438947677612305 7.6987338066101074 2.9354114532470703 -20.237607955932617 7.5386495590209961 2.7371971607208252 -20.183305740356445 7.4292864799499512 2.4575099945068359 -20.198282241821289 7.3343896865844727 2.0911097526550293 -20.274646759033203 7.2493219375610352 1.4533622264862061 -20.477788925170898 7.1554827690124512 -6.0403757095336914 -26.166152954101563 4.8310432434082031 -11.514734268188477 -29.346061706542969 3.1148240566253662 -17.48321533203125 -32.002811431884766 1.2983740568161011 -17.395572662353516 -32.216838836669922 1.2735530138015747 -17.32164192199707 -32.435634613037109 1.3008975982666016 -17.253063201904297 -32.704929351806641 1.4099915027618408 -17.219236373901367 -32.945598602294922 1.5999016761779785 -17.218294143676758 -33.059150695800781 1.7400529384613037 -17.231365203857422 -33.148170471191406 1.8963956832885742 -17.25804328918457 -33.209728240966797 2.0638728141784668 -17.297439575195313 -33.241847991943359 2.2369973659515381 -5.5900473594665527 -27.3516845703125 5.7657499313354492 -11.196146011352539 -30.56294059753418 4.0513272285461426 -5.6897530555725098 -26.959796905517578 4.9851803779602051 2.5351545810699463 -20.614295959472656 7.4332036972045898 2.4283089637756348 -20.823192596435547 7.4499273300170898 2.1370289325714111 -20.92988395690918 7.3087496757507324 1.990593433380127 -21.174047470092773 7.3110690116882324 -1.6039413213729858 -24.092761993408203 6.2442450523376465 -5.6225409507751465 -26.916280746459961 5.0059919357299805 -11.178772926330566 -30.128982543945313 3.2962539196014404 -14.123134613037109 -31.805412292480469 2.676891565322876 -12.711426734924316 -30.640447616577148 2.7223632335662842 -15.729825019836426 -31.982973098754883 1.8143613338470459 -15.703813552856445 -32.084453582763672 1.8653641939163208 -11.873298645019531 -30.718517303466797 3.3011009693145752 -16.435287475585938 -32.768943786621094 1.9882814884185791 -11.619663238525391 -30.072425842285156 3.0460071563720703" /> <Normal vector="-0.65176838636398315 0.75841808319091797 1.7997106169787003E-6 -0.67588967084884644 0.7076190710067749 0.20603008568286896 -0.66701418161392212 0.62709653377532959 0.40229600667953491 -0.63281124830245972 0.53512328863143921 0.55963647365570068 -0.59093946218490601 0.45291844010353088 0.66757428646087646 -0.47810089588165283 0.27365899085998535 0.83458387851715088 -0.37643018364906311 0.13331152498722076 0.91680335998535156 -0.26890808343887329 -0.0041758213192224503 0.96315681934356689 -0.15101794898509979 -0.14620828628540039 0.97765880823135376 0.024424823001027107 -0.34408071637153625 0.93862235546112061 -0.077587209641933441 -0.33610722422599792 0.93862247467041016 -0.12599566578865051 -0.32111015915870667 0.93862313032150269 -0.16537658870220184 -0.30271387100219727 0.93862396478652954 -0.25299683213233948 -0.088704675436019897 0.96339195966720581 -0.32692486047744751 0.13007843494415283 0.93605542182922363 -0.39554819464683533 0.39943069219589233 0.82704097032546997 -0.42937114834785461 0.64009499549865723 0.63711756467819214 -0.43028363585472107 0.75361603498458862 0.49690932035446167 -0.41719537973403931 0.84259653091430664 0.34055700898170471 -0.39052784442901611 0.90417176485061646 0.17309381067752838 -0.35115081071853638 0.93631893396377563 2.6061795210807759E-7 -0.54043722152709961 0.84138435125350952 1.2781159739461145E-6 -0.45148435235023499 0.89227902889251709 2.8305335035838652E-6 -0.50132036209106445 0.41062694787979126 0.761618971824646 -0.48729211091995239 0.28790438175201416 0.82441341876983643 -0.53436261415481567 0.36196824908256531 0.76382952928543091 -0.47360023856163025 0.26821619272232056 0.83890575170516968 -0.52184456586837769 0.34440428018569946 0.78042548894882202 -0.51787823438644409 0.37363439798355103 0.76954495906829834 -0.5016750693321228 0.4100075364112854 0.76171910762786865 -0.46529129147529602 0.46012598276138306 0.75616669654846191 -0.47054710984230042 0.74299871921539307 0.47596040368080139 -0.39133739471435547 0.25787961483001709 0.88337600231170654 -0.37837037444114685 0.27961638569831848 0.88241177797317505 -0.40438500046730042 0.38110879063606262 0.8314017653465271 -0.49818629026412964 0.68767297267913818 0.52812528610229492 -0.43993964791297913 0.75959831476211548 0.47902345657348633 -0.38543674349784851 0.22235570847988129 0.89554256200790405" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1"> <Coordinate point="2.1114706993103027 -21.595829010009766 8.0888767242431641 -10.890826225280762 -30.407411575317383 16.461965560913086 -9.6104888916015625 -30.371000289916992 16.834228515625 -10.003381729125977 -30.28593635559082 16.80070686340332 -10.358000755310059 -30.274345397949219 16.71510124206543 -10.633265495300293 -30.314224243164063 16.607866287231445 2.6866061687469482 -21.73426628112793 8.8697471618652344 -3.1193053722381592 -26.335727691650391 12.565853118896484 2.234886646270752 -21.551519393920898 8.3653573989868164 2.3454833030700684 -21.563730239868164 8.5367155075073242 2.5076663494110107 -21.625242233276367 8.7238540649414063 -0.47733351588249207 -23.891782760620117 10.290547370910645 -6.9450311660766602 -28.373027801513672 14.525919914245605" /> <Normal vector="-0.65176546573638916 0.75842058658599854 -1.4743370968517411E-7 -0.45644345879554749 0.88975244760513306 -3.5106998552691948E-7 0.18846581876277924 0.59558779001235962 0.78086864948272705 -0.0095727331936359406 0.78309905529022217 0.62182331085205078 -0.18801382184028625 0.88636332750320435 0.42309674620628357 -0.32660520076751709 0.91722166538238525 0.22810846567153931 -0.076640307903289795 0.61997586488723755 0.78086882829666138 0.073477551341056824 0.62035864591598511 0.78086888790130615 -0.5283510684967041 0.80274754762649536 0.27648058533668518 -0.41774934530258179 0.79052382707595825 0.44783657789230347 -0.25557202100753784 0.72902274131774902 0.6349872350692749 -0.35252624750137329 0.81938546895980835 0.45203176140785217 -0.22009620070457458 0.86097043752670288 0.45857119560241699" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 22 -1 1 22 23 -1 14 2 1 -1 14 23 24 -1 14 24 13 -1 14 1 23 -1 15 3 2 -1 15 2 14 -1 16 3 15 -1 17 4 3 -1 17 3 16 -1 18 4 17 -1 19 5 4 -1 19 4 18 -1 20 5 19 -1 21 5 20 -1 11 6 5 -1 11 7 6 -1 11 5 21 -1 10 11 21 -1 12 8 7 -1 12 7 11 -1 9 8 12 -1"> <Coordinate point="2.1114706993103027 -21.595829010009766 8.0888767242431641 2.5235002040863037 -21.209123611450195 7.9945282936096191 2.8221549987792969 -20.859085083007813 7.8857827186584473 2.9769752025604248 -20.59980583190918 7.7818074226379395 3.023526668548584 -20.438947677612305 7.6987338066101074 2.9354114532470703 -20.237607955932617 7.5386495590209961 2.7371971607208252 -20.183305740356445 7.4292864799499512 2.4575099945068359 -20.198282241821289 7.3343896865844727 2.0911097526550293 -20.274646759033203 7.2493219375610352 1.4533622264862061 -20.477788925170898 7.1554827690124512 3.1245567798614502 -19.754421234130859 7.3499999046325684 2.7101333141326904 -19.862625122070313 7.3328580856323242 2.2131624221801758 -20.075599670410156 7.2775206565856934 2.6866061687469482 -21.73426628112793 8.8697471618652344 3.1597530841827393 -21.234642028808594 8.524754524230957 3.4250648021697998 -20.789932250976563 8.206141471862793 3.5059607028961182 -20.51036262512207 7.996281623840332 3.5155260562896729 -20.368640899658203 7.885836124420166 3.5006637573242188 -20.235420227050781 7.7787914276123047 3.4481649398803711 -20.082878112792969 7.6513981819152832 3.3579041957855225 -19.945657730102539 7.5310707092285156 3.2542450428009033 -19.8441162109375 7.4373421669006348 2.234886646270752 -21.551519393920898 8.3653573989868164 2.3454833030700684 -21.563730239868164 8.5367155075073242 2.5076663494110107 -21.625242233276367 8.7238540649414063" /> <Normal vector="-0.6517646312713623 0.75842130184173584 -7.7351696745608933E-6 -0.67586761713027954 0.70764851570129395 0.20600131154060364 -0.66699099540710449 0.62713867425918579 0.4022686779499054 -0.63280588388442993 0.53510057926177979 0.55966424942016602 -0.59089815616607666 0.45272552967071533 0.66774165630340576 -0.47821569442749023 0.27376988530158997 0.83448177576065063 -0.37581095099449158 0.13320012390613556 0.91707354784011841 -0.26906502246856689 -0.0041561108082532883 0.96311306953430176 -0.15079429745674133 -0.14632928371429443 0.97767519950866699 0.024420209228992462 -0.34407851099967957 0.93862324953079224 -0.097784772515296936 0.61683911085128784 0.78099143505096436 -0.20508335530757904 0.38027852773666382 0.90184760093688965 -0.16638867557048798 0.064584657549858093 0.98394292593002319 -0.076640352606773376 0.61997956037521362 0.78086590766906738 -0.092061959207057953 0.61794531345367432 0.78081250190734863 -0.10173536837100983 0.6164279580116272 0.78081142902374268 -0.10546661913394928 0.61577105522155762 0.78083467483520508 -0.10646481066942215 0.61557638645172119 0.78085273504257202 -0.10670348256826401 0.61550939083099365 0.78087294101715088 -0.10591747611761093 0.61560755968093872 0.78090256452560425 -0.1039138063788414 0.61591249704360962 0.78093129396438599 -0.10128959268331528 0.61630868911743164 0.78096354007720947 -0.52837783098220825 0.80272644758224487 0.276490718126297 -0.41777577996253967 0.79050362110137939 0.44784751534461975 -0.2555786669254303 0.72902017831802368 0.634987473487854" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1"> <Coordinate point="11.905696868896484 -18.140905380249023 8.0888757705688477 4.4876813888549805 -31.985645294189453 16.461965560913086 5.6044425964355469 -31.358402252197266 16.834228515625 5.2170138359069824 -31.465671539306641 16.800704956054688 4.8976302146911621 -31.620208740234375 16.715099334716797 4.6724328994750977 -31.783437728881836 16.607864379882813 12.479289054870605 -17.996208190917969 8.8697471618652344 9.4768152236938477 -24.768743515014648 12.565853118896484 11.994384765625 -18.044317245483398 8.3653564453125 12.097988128662109 -18.003732681274414 8.5367145538330078 12.270179748535156 -17.982828140258789 8.7238540649414063 10.680407524108887 -21.376949310302734 10.290547370910645 7.0360851287841797 -28.350582122802734 14.525918006896973" /> <Normal vector="-0.92956531047821045 0.36865752935409546 -1.5933673580548202E-7 -0.81764918565750122 0.57571679353713989 -3.3334566751364036E-7 -0.10990525037050247 0.61495119333267212 0.78086864948272705 -0.37240588665008545 0.68895196914672852 0.6218191385269165 -0.57839500904083252 0.69746100902557373 0.42309266328811646 -0.71544957160949707 0.66037803888320923 0.2281070202589035 -0.35597863793373108 0.51334494352340698 0.78086888790130615 -0.2232338935136795 0.58344703912734985 0.78086888790130615 -0.84088701009750366 0.46526071429252625 0.27648061513900757 -0.73727333545684814 0.5058363676071167 0.44783660769462585 -0.56509143114089966 0.52674740552902222 0.6349872350692749 -0.69293391704559326 0.56170260906219482 0.45203182101249695 -0.59499841928482056 0.66006767749786377 0.45857119560241699" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="12 10 11 -1 9 12 13 -1 9 13 14 -1 9 10 12 -1 1 0 9 -1 1 14 15 -1 1 9 14 -1 2 1 15 -1 3 15 16 -1 3 2 15 -1 4 16 17 -1 4 3 16 -1 5 4 17 -1 6 17 18 -1 6 5 17 -1 20 18 19 -1 7 6 18 -1 21 18 20 -1 21 7 18 -1 22 7 21 -1 8 7 22 -1"> <Coordinate point="11.947005271911621 -16.03961181640625 7.350001335144043 12.215435981750488 -16.090126037597656 7.5113668441772461 12.426633834838867 -16.212141036987305 7.6914515495300293 12.582569122314453 -16.409040451049805 7.8923606872558594 12.673376083374023 -16.669445037841797 8.1020231246948242 12.698763847351074 -16.885984420776367 8.2524509429931641 12.692610740661621 -17.129852294921875 8.4058465957641602 12.614869117736816 -17.572805404663086 8.6555080413818359 12.479289054870605 -17.996208190917969 8.8697471618652344 11.626866340637207 -16.331153869628906 7.3326725959777832 11.289207458496094 -16.747512817382813 7.2775454521179199 10.803413391113281 -17.456762313842773 7.1554808616638184 11.495427131652832 -16.792850494384766 7.3122587203979492 11.757122039794922 -16.621435165405273 7.4088139533996582 11.900196075439453 -16.56561279296875 7.4771785736083984 12.147479057312012 -16.638925552368164 7.660675048828125 12.207712173461914 -16.838380813598633 7.7739300727844238 12.193063735961914 -17.155139923095703 7.8848733901977539 12.077393531799316 -17.652790069580078 8.0039072036743164 11.905696868896484 -18.140905380249023 8.0888757705688477 11.994384765625 -18.044317245483398 8.3653564453125 12.097988128662109 -18.003732681274414 8.5367145538330078 12.270179748535156 -17.982828140258789 8.7238540649414063" /> <Normal vector="-0.37326812744140625 0.50068002939224243 0.78101885318756104 -0.37788078188896179 0.49729883670806885 0.78096091747283936 -0.38021939992904663 0.49560779333114624 0.78090083599090576 -0.38035604357719421 0.49558964371681213 0.78084582090377808 -0.37831562757492065 0.49720540642738342 0.78080987930297852 -0.37568902969360352 0.49921292066574097 0.78079718351364136 -0.37210342288017273 0.50190228223800659 0.78079009056091309 -0.36440718173980713 0.50747716426849365 0.78081643581390381 -0.35600486397743225 0.51335102319717407 0.78085291385650635 -0.35721451044082642 0.23904687166213989 0.90291440486907959 -0.17747518420219421 -0.02013285830616951 0.98391932249069214 0.18153126537799835 -0.29331499338150024 0.93862277269363403 -0.19520585238933563 -0.14650164544582367 0.96975868940353394 -0.36274823546409607 -0.071862772107124329 0.92911219596862793 -0.46681442856788635 -0.022315789014101028 0.88407367467880249 -0.69446814060211182 0.10129185765981674 0.71235799789428711 -0.80250436067581177 0.17481935024261475 0.57046031951904297 -0.88151997327804565 0.24468702077865601 0.40379548072814941 -0.92935913801193237 0.3181006908416748 0.18735933303833008 -0.92957073450088501 0.36864373087882996 -0.000016172218238352798 -0.84091168642044067 0.46521776914596558 0.27647769451141357 -0.73730218410491943 0.50579768419265747 0.44783273339271545 -0.56511604785919189 0.52673888206481934 0.63497245311737061" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1"> <Coordinate point="18.972471237182617 -10.530121803283691 8.0888767242431641 18.838115692138672 -26.236352920532227 16.461965560913086 19.535463333129883 -25.161972045898438 16.834228515625 19.24226188659668 -25.437000274658203 16.800704956054688 19.031280517578125 -25.722261428833008 16.715099334716797 18.907733917236328 -25.97144889831543 16.607864379882813 19.413116455078125 -10.135436058044434 8.8697471618652344 19.901912689208984 -17.527538299560547 12.565854072570801 19.006113052368164 -10.40338134765625 8.3653573989868164 19.078989028930664 -10.31929874420166 8.5367155075073242 19.22174072265625 -10.220767021179199 8.7238540649414063 19.391395568847656 -13.964917182922363 10.290548324584961 19.405317306518555 -21.833362579345703 14.525918006896973" /> <Normal vector="-0.99441289901733398 -0.10556047409772873 -1.5935115982301795E-7 -0.99154132604598999 0.12979137897491455 -3.3320284842375258E-7 -0.38309833407402039 0.49343675374984741 0.78086864948272705 -0.6499210000038147 0.4369710385799408 0.6218191385269165 -0.83626961708068848 0.34877750277519226 0.42309266328811646 -0.94039207696914673 0.25224971771240234 0.2281070202589035 -0.55376666784286499 0.28911289572715759 0.78086888790130615 -0.46880513429641724 0.4128747284412384 0.78086888790130615 -0.96078586578369141 0.021188238635659218 0.27648061513900757 -0.88789695501327515 0.10526785999536514 0.44783660769462585 -0.74515533447265625 0.20380061864852905 0.6349872350692749 -0.87459874153137207 0.17534051835536957 0.45203182101249695 -0.83359366655349731 0.30795133113861084 0.45857119560241699" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 14 15 -1 13 16 17 -1 13 17 18 -1 13 14 16 -1 6 5 13 -1 6 18 19 -1 6 13 18 -1 7 6 19 -1 8 19 20 -1 8 7 19 -1 9 20 21 -1 9 8 20 -1 10 9 21 -1 11 21 22 -1 11 10 21 -1 1 22 0 -1 12 11 22 -1 2 22 1 -1 2 12 22 -1 3 12 2 -1 4 12 3 -1"> <Coordinate point="18.972471237182617 -10.530121803283691 8.0888767242431641 19.006113052368164 -10.40338134765625 8.3653573989868164 19.078989028930664 -10.31929874420166 8.5367155075073242 19.22174072265625 -10.220767021179199 8.7238540649414063 19.413116455078125 -10.135436058044434 8.8697471618652344 18.032522201538086 -8.6503257751464844 7.3499999046325684 18.293657302856445 -8.5703115463256836 7.5113492012023926 18.537334442138672 -8.5801858901977539 7.6914048194885254 18.766931533813477 -8.6820554733276367 7.8923249244689941 18.968364715576172 -8.8704299926757813 8.1019964218139648 19.091482162475586 -9.0503740310668945 8.2524299621582031 19.199369430541992 -9.2691764831542969 8.4058322906494141 19.336383819580078 -9.6975326538085938 8.6554975509643555 17.884523391723633 -9.057307243347168 7.332667350769043 17.779027938842773 -9.5829877853393555 7.2775259017944336 17.678495407104492 -10.436622619628906 7.1554813385009766 17.982715606689453 -9.5271415710449219 7.3122587203979492 18.134777069091797 -9.2537431716918945 7.4088149070739746 18.235519409179688 -9.1378269195556641 7.4771780967712402 18.488531112670898 -9.0878143310546875 7.6606626510620117 18.634563446044922 -9.2364282608032227 7.7739243507385254 18.768798828125 -9.5237159729003906 7.8848700523376465 18.89764404296875 -10.018123626708984 8.0039052963256836" /> <Normal vector="-0.99441283941268921 -0.10556105524301529 -1.2186026765448332E-7 -0.96078360080718994 0.021154142916202545 0.27649113535881042 -0.88789528608322144 0.1052345484495163 0.44784784317016602 -0.74515682458877563 0.20379363000392914 0.63498777151107788 -0.55376499891281128 0.28911632299423218 0.78086882829666138 -0.56318998336791992 0.26986384391784668 0.78101891279220581 -0.56570285558700562 0.26472669839859009 0.78096097707748413 -0.56698775291442871 0.26214253902435303 0.78090089559555054 -0.56710058450698853 0.26206248998641968 0.78084582090377808 -0.56604486703872681 0.26444128155708313 0.78080981969833374 -0.56465202569961548 0.26743954420089722 0.78079712390899658 -0.56272685527801514 0.27148735523223877 0.78079003095626831 -0.55850279331207275 0.28000062704086304 0.78081643581390381 -0.42736202478408813 0.045637231320142746 0.90292799472808838 -0.14770504832267761 -0.10033303499221802 0.9839290976524353 0.29704746603965759 -0.17535993456840515 0.93862223625183105 -0.10476726293563843 -0.22043585777282715 0.96975862979888916 -0.28780490159988403 -0.23220501840114594 0.9291120171546936 -0.40297481417655945 -0.23669503629207611 0.88407397270202637 -0.66197997331619263 -0.2330411970615387 0.7123723030090332 -0.79182016849517822 -0.21814116835594177 0.57046931982040405 -0.89425808191299438 -0.19299381971359253 0.40380176901817322 -0.97073656320571899 -0.15021686255931854 0.18736453354358673" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1"> <Coordinate point="21.692880630493164 -0.50701320171356201 8.0888767242431641 28.872962951660156 -14.476628303527832 16.461965560913086 28.991146087646484 -13.201236724853516 16.834228515625 28.859340667724609 -13.581020355224609 16.800704956054688 28.805091857910156 -13.931654930114746 16.715099334716797 28.811500549316406 -14.209713935852051 16.607864379882813 21.899633407592773 0.047241829335689545 8.8697471618652344 25.767721176147461 -6.2709841728210449 12.565854072570801 21.663768768310547 -0.37915566563606262 8.3653573989868164 21.68922233581543 -0.27083715796470642 8.5367155075073242 21.769834518432617 -0.11725112795829773 8.7238540649414063 23.66004753112793 -3.3536891937255859 10.290548324584961 27.329023361206055 -10.314382553100586 14.525918006896973" /> <Normal vector="-0.83145248889923096 -0.55559587478637695 -1.5938329056552902E-7 -0.93828332424163818 -0.34586766362190247 -3.3303953728136548E-7 -0.56852823495864868 0.25888186693191528 0.78086864948272705 -0.77854704856872559 0.084885291755199432 0.6218191385269165 -0.90256494283676147 -0.07980673760175705 0.42309266328811646 -0.94990211725234985 -0.21366596221923828 0.2281070202589035 -0.62469351291656494 -0.0013514718739315867 0.78086888790130615 -0.60697877407073975 0.14771780371665955 0.78086888790130615 -0.86058032512664795 -0.42773821949958801 0.27648061513900757 -0.83511412143707275 -0.31941622495651245 0.44783660769462585 -0.75451314449310303 -0.16583447158336639 0.6349872350692749 -0.8559035062789917 -0.25118997693061829 0.45203182101249695 -0.88122266530990601 -0.11471295356750488 0.45857119560241699" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 14 15 -1 13 16 17 -1 13 17 18 -1 13 14 16 -1 6 5 13 -1 6 18 19 -1 6 13 18 -1 7 6 19 -1 8 19 20 -1 8 7 19 -1 9 20 21 -1 9 8 20 -1 10 9 21 -1 11 21 22 -1 11 10 21 -1 1 22 0 -1 12 11 22 -1 2 22 1 -1 2 12 22 -1 3 12 2 -1 4 12 3 -1"> <Coordinate point="21.692880630493164 -0.50701320171356201 8.0888767242431641 21.663768768310547 -0.37915566563606262 8.3653573989868164 21.68922233581543 -0.27083715796470642 8.5367155075073242 21.769834518432617 -0.11725112795829773 8.7238540649414063 21.899633407592773 0.047241829335689545 8.8697471618652344 19.98701286315918 0.72064751386642456 7.3499999046325684 20.181051254272461 0.91285210847854614 7.5113492012023926 20.401405334472656 1.017351508140564 7.6914048194885254 20.652044296264648 1.0338495969772339 7.8923249244689941 20.917947769165039 0.96066248416900635 8.1019964218139648 21.110586166381836 0.85854619741439819 8.2524299621582031 21.307798385620117 0.71494400501251221 8.4058322906494141 21.628185272216797 0.3993268609046936 8.6554975509643555 20.045099258422852 0.29150575399398804 7.332667350769043 20.19598388671875 -0.22298739850521088 7.2775259017944336 20.503669738769531 -1.0255643129348755 7.1554813385009766 20.350387573242188 -0.078880533576011658 7.3122587203979492 20.357976913452148 0.23386856913566589 7.4088149070739746 20.393310546875 0.38332456350326538 7.4771780967712402 20.594099044799805 0.54518896341323853 7.6606626510620117 20.792469024658203 0.48146209120750427 7.7739243507385254 21.044837951660156 0.28946399688720703 7.8848700523376465 21.388687133789063 -0.088434427976608276 8.0039052963256836" /> <Normal vector="-0.8314521312713623 -0.55559635162353516 -1.2187476272629283E-7 -0.86056244373321533 -0.42776733636856079 0.27649113535881042 -0.83509713411331177 -0.3194449245929718 0.44784784317016602 -0.75451123714447021 -0.16584135591983795 0.63498777151107788 -0.62469357252120972 -0.0013476385502144694 0.78086882829666138 -0.62409192323684692 -0.022774862125515938 0.78101891279220581 -0.62392961978912354 -0.028491351753473282 0.78096097707748413 -0.62386643886566162 -0.031376652419567108 0.78090089559555054 -0.62392914295196533 -0.031499948352575302 0.78084582090377808 -0.62409985065460205 -0.028903042897582054 0.78080981969833374 -0.62425988912582397 -0.025600936263799667 0.78079712390899658 -0.62443637847900391 -0.021122092381119728 0.78079003095626831 -0.6246524453163147 -0.011620937846601009 0.78081643581390381 -0.39961895346641541 -0.15819527208805084 0.90292799472808838 -0.084159240126609802 -0.15748244524002075 0.9839290976524353 0.34451630711555481 -0.017228664830327034 0.93862223625183105 0.0096748471260070801 -0.24387404322624207 0.96975862979888916 -0.14692753553390503 -0.339356929063797 0.9291120171546936 -0.24681881070137024 -0.39685478806495667 0.88407397270202637 -0.47785452008247375 -0.51398515701293945 0.7123723030090332 -0.5997467041015625 -0.56113159656524658 0.57046931982040405 -0.70213747024536133 -0.58647000789642334 0.40380176901817322 -0.78973525762557983 -0.58413416147232056 0.18736453354358673" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1"> <Coordinate point="19.44371223449707 9.6322460174560547 8.0888767242431641 32.293365478515625 0.59951770305633545 16.461965560913086 31.805305480957031 1.7837423086166382 16.834228515625 31.865091323852539 1.3862082958221436 16.800704956054688 31.980005264282227 1.0505262613296509 16.715099334716797 32.114898681640625 0.80729544162750244 16.607864379882813 19.369207382202148 10.219097137451172 8.8697471618652344 25.73045539855957 6.4221763610839844 12.565854072570801 19.358516693115234 9.7319297790527344 8.3653573989868164 19.330717086791992 9.8396701812744141 8.5367155075073242 19.330720901489258 10.013125419616699 8.7238540649414063 22.508468627929688 8.0258283615112305 10.290548324584961 28.991981506347656 3.5674989223480225 14.525918006896973" /> <Normal vector="-0.47801634669303894 -0.87835091352462769 -1.595751797367484E-7 -0.67007589340209961 -0.74229258298873901 -3.3312215919067967E-7 -0.62371516227722168 -0.034979734569787979 0.78086864948272705 -0.72881734371185303 -0.28664666414260864 0.6218191385269165 -0.76209354400634766 -0.4901081919670105 0.42309266328811646 -0.74180102348327637 -0.63063335418701172 0.2281070202589035 -0.55251055955886841 -0.29150623083114624 0.78086888790130615 -0.60610091686248779 -0.15127947926521301 0.78086888790130615 -0.56322616338729858 -0.77867501974105835 0.27648061513900757 -0.59101670980453491 -0.67092591524124146 0.44783660769462585 -0.59102112054824829 -0.49747887253761292 0.6349872350692749 -0.64113110303878784 -0.62017583847045898 0.45203182101249695 -0.72697412967681885 -0.51109784841537476 0.45857119560241699" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 14 15 -1 13 16 17 -1 13 17 18 -1 13 14 16 -1 6 5 13 -1 6 18 19 -1 6 13 18 -1 7 6 19 -1 8 19 20 -1 8 7 19 -1 9 20 21 -1 9 8 20 -1 10 9 21 -1 11 21 22 -1 11 10 21 -1 1 22 0 -1 12 11 22 -1 2 22 1 -1 2 12 22 -1 3 12 2 -1 4 12 3 -1"> <Coordinate point="19.44371223449707 9.6322460174560547 8.0888767242431641 19.358516693115234 9.7319297790527344 8.3653573989868164 19.330717086791992 9.8396701812744141 8.5367155075073242 19.330720901489258 10.013125419616699 8.7238540649414063 19.369207382202148 10.219097137451172 8.8697471618652344 17.36271858215332 9.9265298843383789 7.3499999046325684 17.445209503173828 10.186892509460449 7.5113492012023926 17.591760635375977 10.381826400756836 7.6914048194885254 17.806024551391602 10.512911796569824 7.8923249244689941 18.075479507446289 10.57167911529541 8.1019964218139648 18.293510437011719 10.570783615112305 8.2524299621582031 18.534868240356445 10.535279273986816 8.4058322906494141 18.965230941772461 10.404705047607422 8.6554975509643555 17.613584518432617 9.5735378265380859 7.332667350769043 17.986284255981445 9.1880960464477539 7.2775259017944336 18.631702423095703 8.6204385757446289 7.1554813385009766 18.0560302734375 9.387451171875 7.3122587203979492 17.917409896850586 9.6679039001464844 7.4088149070739746 17.879240036010742 9.8166608810424805 7.4771780967712402 17.981807708740234 10.053296089172363 7.6606626510620117 18.187070846557617 10.089056015014648 7.7739243507385254 18.499757766723633 10.036331176757813 7.8848700523376465 18.979839324951172 9.8615140914916992 8.0039052963256836" /> <Normal vector="-0.47801581025123596 -0.87835121154785156 -1.2169392960004188E-7 -0.56319683790206909 -0.77869248390197754 0.27649113535881042 -0.59098833799362183 -0.67094343900680542 0.44784784317016602 -0.59101617336273193 -0.49748408794403076 0.63498777151107788 -0.55251240730285645 -0.29150286316871643 0.78086882829666138 -0.5420219898223877 -0.31019613146781921 0.78101891279220581 -0.53922164440155029 -0.3151823878288269 0.78096097707748413 -0.53782480955123901 -0.31770783662796021 0.78090089559555054 -0.53782302141189575 -0.3178461492061615 0.78084582090377808 -0.53918105363845825 -0.31562602519989014 0.78080981969833374 -0.54085737466812134 -0.31277653574943542 0.78079712390899658 -0.54309505224227905 -0.30889272689819336 0.78079003095626831 -0.54770177602767944 -0.30058029294013977 0.78081643581390381 -0.28032800555229187 -0.32578715682029724 0.90292799472808838 -0.0013335604453459382 -0.17855453491210938 0.9839290976524353 0.31306061148643494 0.14484947919845581 0.93862223625183105 0.12190056592226028 -0.21144361793994904 0.96975862979888916 0.027609162032604218 -0.36876627802848816 0.9291120171546936 -0.034119583666324615 -0.46609988808631897 0.88407397270202637 -0.1842583566904068 -0.67718136310577393 0.7123723030090332 -0.2702784538269043 -0.77557355165481567 0.57046931982040405 -0.34916567802429199 -0.84559297561645508 0.40380176901817322 -0.42781513929367065 -0.88423341512680054 0.18736453354358673" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1"> <Coordinate point="12.740222930908203 17.564874649047852 8.0888757705688477 28.315744400024414 15.538321495056152 16.461965560913086 27.333251953125 16.360088348388672 16.834228515625 27.570934295654297 16.035873413085938 16.800704956054688 27.828683853149414 15.792044639587402 16.715099334716797 28.061162948608398 15.639363288879395 16.607864379882813 12.401529312133789 18.049880981445313 8.8697471618652344 19.798652648925781 17.644094467163086 12.565853118896484 12.618461608886719 17.613548278808594 8.3653564453125 12.543776512145996 17.696027755737305 8.5367145538330078 12.463170051574707 17.849617004394531 8.7238540649414063 16.200469970703125 17.56672477722168 10.290547370910645 24.013225555419922 16.632108688354492 14.525918006896973" /> <Normal vector="-0.015072396025061607 -0.99988639354705811 -1.5959106747231999E-7 -0.24836215376853943 -0.96866726875305176 -3.3308324987046944E-7 -0.53601646423339844 -0.3208279013633728 0.78086864948272705 -0.51212435960769653 -0.59251129627227783 0.6218191385269165 -0.44703567028045654 -0.78813177347183228 0.42309266328811646 -0.36376228928565979 -0.90313023328781128 0.2281070202589035 -0.35375410318374634 -0.51488041877746582 0.78086888790130615 -0.46637260913848877 -0.41562047600746155 0.78086888790130615 -0.13684366643428802 -0.95122671127319336 0.27648061513900757 -0.21152447164058685 -0.86873459815979004 0.44783660769462585 -0.29213321208953857 -0.7151569128036499 0.6349872350692749 -0.27948331832885742 -0.84708696603775024 0.45203182101249695 -0.4061846137046814 -0.79039645195007324 0.45857119560241699" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="12 10 11 -1 9 12 13 -1 9 13 14 -1 9 10 12 -1 1 0 9 -1 1 14 15 -1 1 9 14 -1 2 1 15 -1 3 15 16 -1 3 2 15 -1 4 16 17 -1 4 3 16 -1 5 4 17 -1 6 17 18 -1 6 5 17 -1 20 18 19 -1 7 6 18 -1 21 18 20 -1 21 7 18 -1 22 7 21 -1 8 7 22 -1"> <Coordinate point="10.760829925537109 16.858367919921875 7.350001335144043 10.712875366210938 17.127267837524414 7.5113668441772461 10.752069473266602 17.368009567260742 7.6914515495300293 10.880879402160645 17.58363151550293 7.8923606872558594 11.092160224914551 17.76087760925293 8.1020231246948242 11.285626411437988 17.86140251159668 8.2524509429931641 11.515829086303711 17.942127227783203 8.4058465957641602 11.957564353942871 18.026510238647461 8.6555080413818359 12.401529312133789 18.049880981445313 8.8697471618652344 11.146950721740723 16.66241455078125 7.3326725959777832 11.655987739562988 16.494340896606445 7.2775454521179199 12.491414070129395 16.291620254516602 7.1554808616638184 11.625252723693848 16.703237533569336 7.3122587203979492 11.372179985046387 16.887142181396484 7.4088139533996582 11.26924991607666 17.001123428344727 7.4771785736083984 11.250110626220703 17.258335113525391 7.660675048828125 11.415245056152344 17.385381698608398 7.7739300727844238 11.716615676879883 17.4840087890625 7.8848733901977539 12.222943305969238 17.552324295043945 8.0039072036743164 12.740222930908203 17.564874649047852 8.0888757705688477 12.618461608886719 17.613548278808594 8.3653564453125 12.543776512145996 17.696027755737305 8.5367145538330078 12.463170051574707 17.849617004394531 8.7238540649414063" /> <Normal vector="-0.3357812762260437 -0.52655535936355591 0.78101885318756104 -0.33098411560058594 -0.52966928482055664 0.78096091747283936 -0.32857367396354675 -0.53125625848770142 0.78090083599090576 -0.32850825786590576 -0.53137755393981934 0.78084582090377808 -0.33074256777763367 -0.53004270792007446 0.78080987930297852 -0.33355101943016052 -0.52829867601394653 0.78079718351364136 -0.33733710646629333 -0.52589976787567139 0.78079009056091309 -0.34527882933616638 -0.52068054676055908 0.78081643581390381 -0.35375049710273743 -0.5149071216583252 0.78085285425186157 -0.0968426913022995 -0.41876855492591858 0.90291440486907959 0.081758148968219757 -0.15880289673805237 0.98391932249069214 0.20988239347934723 0.27374562621116638 0.93862277269363403 0.20620237290859222 -0.13057044148445129 0.96975868940353394 0.19582515954971313 -0.3136925995349884 0.92911219596862793 0.18640030920505524 -0.42856577038764954 0.88407367467880249 0.15155227482318878 -0.68525761365890503 0.71235799789428711 0.12111303210258484 -0.81234639883041382 0.57046031951904297 0.083804957568645477 -0.91100269556045532 0.40379548072814941 0.03212597593665123 -0.9817659854888916 0.18735933303833008 -0.015057534910738468 -0.99988663196563721 -0.000016178431906155311 -0.13679477572441101 -0.95123457908630371 0.27647769451141357 -0.2114780992269516 -0.86874788999557495 0.44783273339271545 -0.29211646318435669 -0.71517688035964966 0.63497245311737061" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="7 5 4 -1 6 5 7 -1 3 7 8 -1 3 6 7 -1 9 3 8 -1 1 3 9 -1 2 1 0 -1 2 3 1 -1"> <Coordinate point="10.760184288024902 19.696386337280273 6.4518623352050781 5.6861953735351563 19.174650192260742 7.3499999046325684 13.307602882385254 24.359403610229492 4.4991583824157715 3.4895026683807373 20.230558395385742 7.1554827690124512 1.6937695741653442 19.928152084350586 7.3500018119812012 2.122002124786377 19.934026718139648 7.3328609466552734 2.6554305553436279 20.021856307983398 7.2775363922119141 2.7004246711730957 19.816854476928711 7.3499999046325684 3.7061624526977539 19.653610229492188 7.3499999046325684 4.7022809982299805 19.439355850219727 7.3499999046325684" /> <Normal vector="0.16537497937679291 0.30271688103675842 0.93862324953079224 0.098070964217185974 0.3307090699672699 0.93862324953079224 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.058632455766201019 0.33992445468902588 0.93862324953079224 0.029212785884737968 0.34370481967926025 0.93862324953079224 0.036513429135084152 0.34300607442855835 0.93862324953079224 0.045351628214120865 0.34194973111152649 0.93862324953079224 0.046574771404266357 0.34178528189659119 0.93862324953079224 0.063920930027961731 0.33896976709365845 0.93862324953079224 0.081101194024085999 0.33527448773384094 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="19 2 3 -1 19 3 4 -1 19 4 5 -1 19 5 6 -1 19 6 7 -1 19 7 8 -1 20 1 2 -1 20 2 19 -1 20 19 8 -1 21 8 9 -1 21 1 20 -1 21 20 8 -1 22 0 1 -1 22 1 21 -1 22 21 9 -1 23 18 0 -1 24 9 10 -1 25 23 24 -1 25 24 10 -1 26 23 25 -1 27 24 23 -1 27 23 0 -1 28 16 17 -1 28 17 18 -1 28 18 23 -1 28 23 26 -1 28 26 25 -1 29 22 9 -1 29 9 24 -1 29 24 27 -1 30 10 11 -1 30 11 12 -1 30 12 13 -1 30 25 10 -1 30 28 25 -1 31 13 14 -1 31 14 15 -1 31 15 16 -1 31 30 13 -1 31 16 28 -1 31 28 30 -1 32 0 22 -1 32 27 0 -1 32 22 29 -1 32 29 27 -1"> <Coordinate point="3.1181035041809082 21.473600387573242 8.0888757705688477 2.6255114078521729 21.19676399230957 7.9945354461669922 2.2517790794372559 20.928379058837891 7.885796070098877 2.0394110679626465 20.713699340820313 7.7818303108215332 1.9557017087936401 20.568656921386719 7.6987624168395996 1.9930590391159058 20.352033615112305 7.5386490821838379 2.1725046634674072 20.25187873840332 7.4292926788330078 2.447648286819458 20.199483871459961 7.3343939781188965 2.8216776847839355 20.185945510864258 7.2493257522583008 3.4895026683807373 20.230558395385742 7.1554827690124512 13.307602882385254 24.359403610229492 4.4991583824157715 13.229673385620117 24.578571319580078 4.4713778495788574 13.165118217468262 24.802291870117188 4.4966726303100586 13.107362747192383 25.076900482177734 4.6046032905578613 13.082398414611816 25.321060180664063 4.7949943542480469 13.085211753845215 25.435440063476563 4.9361057281494141 13.100832939147949 25.524284362792969 5.0937972068786621 13.128767967224121 25.584627151489258 5.2628960609436035 13.168072700500488 25.614503860473633 5.4377813339233398 2.4718341827392578 20.62200927734375 7.4332084655761719 2.6255629062652588 20.799257278442383 7.4499311447143555 2.933906078338623 20.833139419555664 7.308753490447998 3.1345157623291016 21.035154342651367 7.311070442199707 7.8428840637207031 23.506526947021484 6.3799676895141602 5.5000953674316406 21.939022064208984 6.6099748611450195 10.477119445800781 24.037342071533203 5.2810330390930176 10.452873229980469 24.140909194946289 5.3316164016723633 4.2204194068908691 21.829425811767578 7.2628521919250488 11.736305236816406 24.995201110839844 5.3249197006225586 3.7805211544036865 21.070779800415039 7.0364680290222168 12.456109046936035 24.740743637084961 4.7352108955383301 12.435608863830566 24.844747543334961 4.7857041358947754 3.3642661571502686 21.395112991333008 7.4613933563232422" /> <Normal vector="0.45131760835647583 -0.89236336946487427 1.1033641840185737E-6 0.4869016706943512 -0.84881293773651123 0.20601785182952881 0.4975612461566925 -0.76850968599319458 0.4022756814956665 0.48636871576309204 -0.67103427648544312 0.55960565805435181 0.46539098024368286 -0.5812065601348877 0.66754037141799927 0.39871987700462341 -0.38011834025382996 0.83458524942398071 0.33359390497207642 -0.2195274829864502 0.91680032014846802 0.26209813356399536 -0.060301236808300018 0.96315538883209229 0.18162517249584198 0.10581757128238678 0.97765785455703735 0.058639343827962875 0.33992525935173035 0.93862253427505493 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.24328270554542542 0.083569131791591644 0.96634864807128906 0.30783629417419434 -0.14013807475566864 0.94106221199035645 0.36563432216644287 -0.41480645537376404 0.83321493864059448 0.39059385657310486 -0.65896260738372803 0.64280998706817627 0.38775277137756348 -0.77330857515335083 0.50163894891738892 0.37211483716964722 -0.86211240291595459 0.34393715858459473 0.34419074654579163 -0.9224744439125061 0.17485310137271881 0.30490484833717346 -0.95238280296325684 0 0.4042389988899231 -0.39616379141807556 0.82440590858459473 0.43221402168273926 -0.47933700680732727 0.7638239860534668 0.39565360546112061 -0.37377059459686279 0.83890032768249512 0.42425844073295593 -0.45928719639778137 0.78042298555374146 0.44410237669944763 -0.75270307064056396 0.48601555824279785 0.35127437114715576 -0.254067063331604 0.90114164352416992 0.35138764977455139 -0.28613907098770142 0.89143210649490356 0.37564226984977722 -0.38971900939941406 0.84084004163742065 0.47301179170608521 -0.6920166015625 0.5453190803527832 0.40238311886787415 -0.77660161256790161 0.48474505543708801 0.33578431606292725 -0.21584329009056091 0.91687542200088501 0.34678465127944946 -0.29725223779678345 0.88959628343582153 0.36728841066360474 -0.40127012133598328 0.83909565210342407 0.477550208568573 -0.67683368921279907 0.56021600961685181" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1"> <Coordinate point="3.1181035041809082 21.473600387573242 8.0888757705688477 17.851327896118164 26.917482376098633 16.461965560913086 16.599481582641602 27.188533782958984 16.834228515625 16.960607528686523 27.011913299560547 16.800704956054688 17.302146911621094 26.915794372558594 16.715099334716797 17.578950881958008 26.888641357421875 16.607864379882813 2.5928108692169189 21.745655059814453 8.8697471618652344 9.3312168121337891 24.82396125793457 12.565853118896484 2.9876692295074463 21.460113525390625 8.3653564453125 2.8832085132598877 21.498437881469727 8.5367145538330078 2.7404589653015137 21.596973419189453 8.7238540649414063 6.1811399459838867 23.083297729492188 10.290547370910645 13.533328056335449 25.886503219604492 14.525918006896973" /> <Normal vector="0.45132443308830261 -0.89235991239547729 -1.5911976447569032E-7 0.23024836182594299 -0.97313189506530762 -3.3328066706417303E-7 -0.32552284002304077 -0.53317826986312866 0.78086864948272705 -0.17810985445976257 -0.76263874769210815 0.6218191385269165 -0.029567327350378037 -0.90560388565063477 0.42309266328811646 0.097610041499137878 -0.9687308669090271 0.2281070202589035 -0.073956847190856934 -0.62030172348022461 0.78086888790130615 -0.21980397403240204 -0.5847477912902832 0.78086888790130615 0.32088804244995117 -0.90586388111114502 0.27648061513900757 0.21642546355724335 -0.8675265908241272 0.44783660769462585 0.073678858578205109 -0.7690010666847229 0.6349872350692749 0.14619076251983643 -0.87994062900543213 0.45203182101249695 0.0076569155789911747 -0.88862466812133789 0.45857119560241699" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 22 -1 1 22 23 -1 14 2 1 -1 14 23 24 -1 14 24 13 -1 14 1 23 -1 15 3 2 -1 15 2 14 -1 16 3 15 -1 17 4 3 -1 17 3 16 -1 18 4 17 -1 19 5 4 -1 19 4 18 -1 20 5 19 -1 21 5 20 -1 11 6 5 -1 11 7 6 -1 11 5 21 -1 10 11 21 -1 12 8 7 -1 12 7 11 -1 9 8 12 -1"> <Coordinate point="3.1181035041809082 21.473600387573242 8.0888757705688477 2.6255114078521729 21.19676399230957 7.9945354461669922 2.2517790794372559 20.928379058837891 7.885796070098877 2.0394110679626465 20.713699340820313 7.7818303108215332 1.9557017087936401 20.568656921386719 7.6987624168395996 1.9930590391159058 20.352033615112305 7.5386490821838379 2.1725046634674072 20.25187873840332 7.4292926788330078 2.447648286819458 20.199483871459961 7.3343939781188965 2.8216776847839355 20.185945510864258 7.2493257522583008 3.4895026683807373 20.230558395385742 7.1554827690124512 1.6937695741653442 19.928152084350586 7.3500018119812012 2.122002124786377 19.934026718139648 7.3328609466552734 2.6554305553436279 20.021856307983398 7.2775363922119141 2.5928108692169189 21.745655059814453 8.8697471618652344 2.0138473510742188 21.373805999755859 8.524775505065918 1.6498347520828247 21.005535125732422 8.206181526184082 1.5043817758560181 20.753471374511719 7.9963393211364746 1.461168646812439 20.618162155151367 7.8858985900878906 1.4437038898468018 20.485261917114258 7.7788577079772949 1.458155632019043 20.324573516845703 7.6514506340026855 1.5129529237747192 20.169708251953125 7.5310978889465332 1.5893042087554932 20.046291351318359 7.4373555183410645 2.9876692295074463 21.460113525390625 8.3653564453125 2.8832085132598877 21.498437881469727 8.5367145538330078 2.7404589653015137 21.596973419189453 8.7238540649414063" /> <Normal vector="0.45133435726165771 -0.89235490560531616 -0.000017728300008457154 0.48688569664955139 -0.84882897138595581 0.20598959922790527 0.49753352999687195 -0.76854193210601807 0.40224829316139221 0.48637029528617859 -0.67101007699966431 0.55963331460952759 0.46539732813835144 -0.58100873231887817 0.66770809888839722 0.39880487322807312 -0.38025355339050293 0.83448302745819092 0.33301874995231628 -0.2192709892988205 0.91707074642181396 0.26224374771118164 -0.060357470065355301 0.9631122350692749 0.18143041431903839 0.10599035769701004 0.97767531871795654 0.058627787977457047 0.33992087841033936 0.93862485885620117 -0.052675504237413406 -0.62231630086898804 0.78099149465560913 0.10810624063014984 -0.41833442449569702 0.90183663368225098 0.1460970938205719 -0.10259920358657837 0.98393547534942627 -0.073941349983215332 -0.6203235387802124 0.78085297346115112 -0.058497123420238495 -0.6220209002494812 0.78081244230270386 -0.048742033541202545 -0.62286257743835449 0.78081142902374268 -0.044961892068386078 -0.62311768531799316 0.78083467483520508 -0.043945811688899994 -0.62316757440567017 0.78085267543792725 -0.043697640299797058 -0.62315970659255981 0.7808728814125061 -0.044483833014965057 -0.62306690216064453 0.78090256452560425 -0.046502266079187393 -0.62288343906402588 0.78093135356903076 -0.049145221710205078 -0.62264007329940796 0.78096359968185425 0.32093241810798645 -0.90584927797317505 0.27647680044174194 0.21647076308727264 -0.86751759052276611 0.44783219695091248 0.073701925575733185 -0.76901119947433472 0.63497227430343628" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1"> <Coordinate point="-7.2183365821838379 20.462984085083008 8.0888757705688477 3.2973883152008057 32.130172729492188 16.461965560913086 2.0629689693450928 31.788414001464844 16.834228515625 2.4648110866546631 31.799848556518555 16.800704956054688 2.8118970394134521 31.873462677001953 16.715099334716797 3.0696141719818115 31.978055953979492 16.607864379882813 -7.8098893165588379 20.459758758544922 8.8697471618652344 -3.273888111114502 26.316959381103516 12.565853118896484 -7.3275623321533203 20.390424728393555 8.3653564453125 -7.4378676414489746 20.375814437866211 8.5367145538330078 -7.6100583076477051 20.396724700927734 8.7238540649414063 -5.2542157173156738 23.311763763427734 10.290547370910645 -0.046890780329704285 29.210611343383789 14.525918006896973" /> <Normal vector="0.81432825326919556 -0.58040457963943481 -1.5943442122079432E-7 0.65611171722412109 -0.75466376543045044 -3.3324766945952433E-7 -0.040455859154462814 -0.62338387966156006 0.78086864948272705 0.19670745730400085 -0.75805485248565674 0.6218191385269165 0.39467453956604004 -0.8156130313873291 0.42309266328811646 0.53662109375 -0.81240689754486084 0.2281070202589035 0.22278304398059845 -0.58361935615539551 0.78086888790130615 0.077119104564189911 -0.61991649866104126 0.78086888790130615 0.7051081657409668 -0.65297847986221313 0.27648061513900757 0.59479492902755737 -0.66757869720458984 0.44783660769462585 0.42261201143264771 -0.64667636156082153 0.6349872350692749 0.53837430477142334 -0.71121048927307129 0.45203182101249695 0.4197443425655365 -0.78327971696853638 0.45857119560241699" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="12 10 11 -1 9 12 13 -1 9 13 14 -1 9 10 12 -1 1 0 9 -1 1 14 15 -1 1 9 14 -1 2 1 15 -1 3 15 16 -1 3 2 15 -1 4 16 17 -1 4 3 16 -1 5 4 17 -1 6 17 18 -1 6 5 17 -1 20 18 19 -1 7 6 18 -1 21 18 20 -1 21 7 18 -1 22 7 21 -1 8 7 22 -1"> <Coordinate point="-7.761317253112793 18.432634353637695 7.350001335144043 -8.0098581314086914 18.545921325683594 7.5113668441772461 -8.1857194900512695 18.714933395385742 7.6914515495300293 -8.2900018692016602 18.943429946899414 7.8923606872558594 -8.3158512115478516 19.217998504638672 8.1020231246948242 -8.2886800765991211 19.434322357177734 8.2524509429931641 -8.2243452072143555 19.669631958007813 8.4058465957641602 -8.0428562164306641 20.081108093261719 8.6555080413818359 -7.8098893165588379 20.459758758544922 8.8697471618652344 -7.3807096481323242 18.639091491699219 7.3326725959777832 -6.953221321105957 18.962543487548828 7.2775454521179199 -6.3118085861206055 19.534927368164063 7.1554808616638184 -7.1425986289978027 19.055915832519531 7.3122587203979492 -7.4377117156982422 18.952110290527344 7.4088139533996582 -7.5899872779846191 18.932149887084961 7.4771785736083984 -7.8125400543212891 19.062511444091797 7.660675048828125 -7.8232903480529785 19.270584106445313 7.7739300727844238 -7.7332611083984375 19.574634552001953 7.8848733901977539 -7.5018572807312012 20.030141830444336 8.0039072036743164 -7.2183365821838379 20.462984085083008 8.0888757705688477 -7.3275623321533203 20.390424728393555 8.3653564453125 -7.4378676414489746 20.375814437866211 8.5367145538330078 -7.6100583076477051 20.396724700927734 8.7238540649414063" /> <Normal vector="0.24260105192661285 -0.57546007633209229 0.78101885318756104 0.24788884818553925 -0.57328104972839355 0.78096091747283936 0.25056418776512146 -0.57219880819320679 0.78090083599090576 0.25070121884346008 -0.57221388816833496 0.78084582090377808 0.24833342432975769 -0.57329440116882324 0.78080987930297852 0.2453027218580246 -0.57461494207382202 0.78079718351364136 0.24117769300937653 -0.57636809349060059 0.78079009056091309 0.23237092792987823 -0.57993918657302856 0.78081643581390381 0.22280707955360413 -0.58363157510757446 0.78085285425186157 0.2896268367767334 -0.31758761405944824 0.90291440486907959 0.17713616788387299 -0.022924739867448807 0.98391932249069214 -0.1060614287853241 0.32823505997657776 0.93862277269363403 0.22459365427494049 0.095528759062290192 0.96975868940353394 0.36940529942512512 -0.017036760225892067 0.92911219596862793 0.45859017968177795 -0.090048670768737793 0.88407367467880249 0.6500474214553833 -0.26454561948776245 0.71235799789428711 0.73734802007675171 -0.36179128289222717 0.57046031951904297 0.79734718799591064 -0.4485383927822113 0.40379548072814941 0.82622718811035156 -0.53126746416091919 0.18735933303833008 0.81433689594268799 -0.58039247989654541 -0.000016178199075511657 0.70514243841171265 -0.6529427170753479 0.27647769451141357 0.59483224153518677 -0.66754812002182007 0.44783273339271545 0.42263796925544739 -0.64667391777038574 0.63497245311737061" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1"> <Coordinate point="-15.901142120361328 14.764545440673828 8.0888767242431641 -12.011943817138672 29.982227325439453 16.461965560913086 -12.946144104003906 29.105953216552734 16.834228515625 -12.595644950866699 29.302822113037109 16.800704956054688 -12.322525024414063 29.529302597045898 16.715099334716797 -12.142934799194336 29.741682052612305 16.607864379882813 -16.423437118530273 14.486782073974609 8.8697471618652344 -15.128984451293945 21.781059265136719 12.565854072570801 -15.964137077331543 14.649538040161133 8.3653573989868164 -16.055017471313477 14.585339546203613 8.5367155075073242 -16.217203140258789 14.523834228515625 8.7238540649414063 -15.485893249511719 18.199787139892578 10.290548324584961 -13.616367340087891 25.842920303344727 14.525918006896973" /> <Normal vector="0.9907793402671814 -0.13548550009727478 -1.5948667453358212E-7 0.93166780471801758 -0.36331123113632202 -3.3326787729492935E-7 0.25387907028198242 -0.57077980041503906 0.78086864948272705 0.52646148204803467 -0.57980972528457642 0.6218191385269165 0.72850120067596436 -0.53877508640289307 0.42309266328811646 0.8526986837387085 -0.46997034549713135 0.2281070202589035 0.46848601102828979 -0.4132368266582489 0.78086888790130615 0.35637512803077698 -0.513069748878479 0.78086888790130615 0.92779654264450073 -0.25050365924835205 0.27648061513900757 0.83690404891967773 -0.31469663977622986 0.44783660769462585 0.67472982406616211 -0.37620589137077332 0.6349872350692749 0.80722272396087646 -0.37955060601234436 0.45203182101249695 0.73567342758178711 -0.49849483370780945 0.45857119560241699" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 14 15 -1 13 16 17 -1 13 17 18 -1 13 14 16 -1 6 5 13 -1 6 18 19 -1 6 13 18 -1 7 6 19 -1 8 19 20 -1 8 7 19 -1 9 20 21 -1 9 8 20 -1 10 9 21 -1 11 21 22 -1 11 10 21 -1 1 22 0 -1 12 11 22 -1 2 22 1 -1 2 12 22 -1 3 12 2 -1 4 12 3 -1"> <Coordinate point="-15.901142120361328 14.764545440673828 8.0888767242431641 -15.964137077331543 14.649538040161133 8.3653573989868164 -16.055017471313477 14.585339546203613 8.5367155075073242 -16.217203140258789 14.523834228515625 8.7238540649414063 -16.423437118530273 14.486782073974609 8.8697471618652344 -15.438371658325195 12.714427947998047 7.3499999046325684 -15.711067199707031 12.699233055114746 7.5113492012023926 -15.945300102233887 12.767135620117188 7.6914048194885254 -16.14384651184082 12.920990943908691 7.8923249244689941 -16.294345855712891 13.152098655700684 8.1019964218139648 -16.370822906494141 13.356277465820313 8.2524299621582031 -16.423212051391602 13.594541549682617 8.4058322906494141 -16.453731536865234 14.043239593505859 8.6554975509643555 -15.197277069091797 13.074165344238281 7.332667350769043 -14.969043731689453 13.559323310852051 7.2775259017944336 -14.667142868041992 14.364093780517578 7.1554813385009766 -15.18017578125 13.553845405578613 7.3122587203979492 -15.393247604370117 13.324782371520996 7.4088149070739746 -15.518802642822266 13.236343383789063 7.4771780967712402 -15.776431083679199 13.248333930969238 7.6606626510620117 -15.882655143737793 13.427577972412109 7.7739243507385254 -15.94423770904541 13.738641738891602 7.8848700523376465 -15.951019287109375 14.249517440795898 8.0039052963256836" /> <Normal vector="0.99077939987182617 -0.13548491895198822 -1.2169152796559501E-7 0.9278024435043335 -0.25047001242637634 0.27649113535881042 0.83691036701202393 -0.31466385722160339 0.44784784317016602 0.67473292350769043 -0.37619945406913757 0.63498777151107788 0.46848350763320923 -0.4132397472858429 0.78086882829666138 0.48224204778671265 -0.39680227637290955 0.78101891279220581 0.48591127991676331 -0.39241579174995422 0.78096097707748413 0.48777729272842407 -0.39021420478820801 0.78090089559555054 0.48790597915649414 -0.39016348123550415 0.78084582090377808 0.48631170392036438 -0.39222049713134766 0.78080981969833374 0.48424181342124939 -0.39479830861091614 0.78079712390899658 0.4814038872718811 -0.39826780557632446 0.78079003095626831 0.47526517510414124 -0.40552279353141785 0.78081643581390381 0.40402194857597351 -0.14658552408218384 0.90292799472808838 0.167424276471138 0.062069408595561981 0.9839290976524353 -0.24644944071769714 0.24135240912437439 0.93862223625183105 0.15447667241096497 0.18895794451236725 0.96975862979888916 0.33501210808753967 0.1565813422203064 0.9291120171546936 0.44790992140769958 0.13337893784046173 0.88407397270202637 0.69851446151733398 0.067847251892089844 0.7123723030090332 0.82101589441299438 0.022307418286800385 0.57046931982040405 0.9144589900970459 -0.026624191552400589 0.40380176901817322 0.97847795486450195 -0.086460627615451813 0.18736453354358673" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1"> <Coordinate point="-20.941188812255859 5.6837263107299805 8.0888767242431641 -24.569484710693359 20.965715408325195 16.461965560913086 -24.989452362060547 19.755668640136719 16.834228515625 -24.770589828491211 20.092872619628906 16.800704956054688 -24.634004592895508 20.42033576965332 16.715099334716797 -24.573684692382813 20.691848754882813 16.607864379882813 -21.274576187133789 5.1950559616088867 8.8697471618652344 -23.518213272094727 12.255380630493164 12.565854072570801 -20.943521499633789 5.5526175498962402 8.3653573989868164 -20.994157791137695 5.4535379409790039 8.5367155075073242 -21.109182357788086 5.3237061500549316 8.7238540649414063 -22.169940948486328 8.91845703125 10.290548324584961 -24.066499710083008 16.554927825927734 14.525918006896973" /> <Normal vector="0.940254807472229 0.34047165513038635 -1.5940435105221695E-7 0.99379003047943115 0.11127150058746338 -3.3316973713226616E-7 0.49005335569381714 -0.38741692900657654 0.78086864948272705 0.73560947179794312 -0.26873716711997986 0.6218191385269165 0.89543706178665161 -0.13851022720336914 0.42309266328811646 0.97343331575393677 -0.019869245588779449 0.2281070202589035 0.60686451196670532 -0.14818674325942993 0.78086888790130615 0.55398988723754883 -0.28868493437767029 0.78086888790130615 0.93793785572052002 0.2093585729598999 0.27648061513900757 0.88728857040405273 0.11027868837118149 0.44783660769462585 0.77227514982223511 -0.019551198929548264 0.6349872350692749 0.89114618301391602 0.039059728384017944 0.45203182101249695 0.88306856155395508 -0.099510788917541504 0.45857119560241699" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 14 15 -1 13 16 17 -1 13 17 18 -1 13 14 16 -1 6 5 13 -1 6 18 19 -1 6 13 18 -1 7 6 19 -1 8 19 20 -1 8 7 19 -1 9 20 21 -1 9 8 20 -1 10 9 21 -1 11 21 22 -1 11 10 21 -1 1 22 0 -1 12 11 22 -1 2 22 1 -1 2 12 22 -1 3 12 2 -1 4 12 3 -1"> <Coordinate point="-20.941188812255859 5.6837263107299805 8.0888767242431641 -20.943521499633789 5.5526175498962402 8.3653573989868164 -20.994157791137695 5.4535379409790039 8.5367155075073242 -21.109182357788086 5.3237061500549316 8.7238540649414063 -21.274576187133789 5.1950559616088867 8.8697471618652344 -19.57868766784668 4.083503246307373 7.3499999046325684 -19.813301086425781 3.9432322978973389 7.5115046501159668 -20.053041458129883 3.894573450088501 7.6921844482421875 -20.300195693969727 3.938861608505249 7.8930368423461914 -20.541593551635742 4.0744380950927734 8.1034231185913086 -20.706493377685547 4.2225308418273926 8.2561149597167969 -20.860593795776367 4.4062857627868652 8.4067001342773438 -21.095495223999023 4.7886667251586914 8.6557435989379883 -19.533170700073242 4.5088891983032227 7.3327951431274414 -19.555856704711914 5.0500097274780273 7.2774629592895508 -19.662437438964844 5.9026107788085938 7.1554818153381348 -19.740007400512695 4.9475836753845215 7.3120465278625488 -19.822029113769531 4.6458039283752441 7.4084482192993164 -19.891977310180664 4.5089468955993652 7.4767427444458008 -20.126663208007813 4.3992753028869629 7.6610188484191895 -20.304800033569336 4.5097160339355469 7.7746992111206055 -20.503423690795898 4.7565798759460449 7.8853073120117188 -20.746335983276367 5.2052230834960938 8.0040559768676758" /> <Normal vector="0.9402545690536499 0.34047222137451172 -1.2179324926364643E-7 0.9379274845123291 0.20939114689826965 0.27649113535881042 0.88727891445159912 0.1103106364607811 0.44784784317016602 0.77227497100830078 -0.019544044509530067 0.63498777151107788 0.60686361789703369 -0.14819048345088959 0.78086882829666138 0.61153715848922729 -0.1275472491979599 0.78086745738983154 0.61267632246017456 -0.12193672358989716 0.78087073564529419 0.61323684453964233 -0.11910089105367661 0.78086841106414795 0.61326426267623901 -0.11899402737617493 0.78086322546005249 0.61275619268417358 -0.12154284864664078 0.78086948394775391 0.61209630966186523 -0.12482390552759171 0.78086942434310913 0.61120647192001343 -0.12910385429859161 0.78087055683135986 0.60919463634490967 -0.13829508423805237 0.78086894750595093 0.42851343750953674 0.056978527456521988 0.9017370343208313 0.11918695271015167 0.13280940055847168 0.98394924402236938 -0.33037841320037842 0.099183268845081329 0.93862283229827881 0.048451617360115051 0.23873330652713776 0.96987569332122803 0.22348245978355408 0.29442954063415527 0.92917537689208984 0.33352985978126526 0.3260645866394043 0.88455623388290405 0.58775937557220459 0.38464796543121338 0.71174770593643188 0.71734702587127686 0.40139710903167725 0.56946784257888794 0.82247763872146606 0.40132531523704529 0.40307390689849854 0.90670096874237061 0.37807542085647583 0.18695530295372009" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1"> <Coordinate point="-21.183860778808594 -4.6991658210754395 8.0888767242431641 -31.498451232910156 7.1462111473083496 16.461965560913086 -31.307977676391602 5.8795976638793945 16.834228515625 -31.270891189575195 6.2798881530761719 16.800704956054688 -31.302131652832031 6.6333165168762207 16.715099334716797 -31.374898910522461 6.9017620086669922 16.607864379882813 -21.251964569091797 -5.2867941856384277 8.8697471618652344 -26.519702911376953 -0.077858351171016693 12.565854072570801 -21.124998092651367 -4.8163414001464844 8.3653573989868164 -21.123788833618164 -4.9276037216186523 8.5367155075073242 -21.165302276611328 -5.0960183143615723 8.7238540649414063 -23.775121688842773 -2.4059832096099854 10.290548324584961 -29.003286361694336 3.4744014739990234 14.525918006896973" /> <Normal vector="0.67432922124862671 0.73843085765838623 -1.5944772258080775E-7 0.82824695110321045 0.5603632926940918 -3.333055076382152E-7 0.61396229267120361 -0.11530151218175888 0.78086864948272705 0.77623826265335083 0.10389981418848038 0.6218191385269165 0.85723906755447388 0.2934856116771698 0.42309266328811646 0.87116611003875732 0.43478366732597351 0.2281070202589035 0.60621762275695801 0.15081115067005157 0.78086888790130615 0.62469226121902466 0.0018341344548389316 0.78086888790130615 0.73320895433425903 0.62125927209854126 0.27648061513900757 0.73440593481063843 0.50999045372009277 0.44783660769462585 0.692901611328125 0.34158244729042053 0.6349872350692749 0.77091878652572632 0.44872197508811951 0.45203182101249695 0.82816332578659058 0.32227000594139099 0.45857119560241699" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 14 15 -1 13 16 17 -1 13 17 18 -1 13 14 16 -1 6 5 13 -1 6 18 19 -1 6 13 18 -1 7 6 19 -1 8 19 20 -1 8 7 19 -1 9 20 21 -1 9 8 20 -1 10 9 21 -1 11 21 22 -1 11 10 21 -1 1 22 0 -1 12 11 22 -1 2 22 1 -1 2 12 22 -1 3 12 2 -1 4 12 3 -1"> <Coordinate point="-21.183860778808594 -4.6991658210754395 8.0888767242431641 -21.124998092651367 -4.8163414001464844 8.3653573989868164 -21.123788833618164 -4.9276037216186523 8.5367155075073242 -21.165302276611328 -5.0960183143615723 8.7238540649414063 -21.251964569091797 -5.2867941856384277 8.8697471618652344 -19.2337646484375 -5.4829120635986328 7.3499999046325684 -19.376167297363281 -5.715968132019043 7.5113492012023926 -19.565109252929688 -5.8701648712158203 7.6914048194885254 -19.80451774597168 -5.9461655616760254 7.8923249244689941 -20.080207824707031 -5.9387397766113281 8.1019964218139648 -20.291688919067383 -5.8856925964355469 8.2524299621582031 -20.517536163330078 -5.793459415435791 8.4058322906494141 -20.904144287109375 -5.5636868476867676 8.6554975509643555 -19.392864227294922 -5.080141544342041 7.332667350769043 -19.662490844726563 -4.6167078018188477 7.2775259017944336 -20.153305053710938 -3.9110863208770752 7.1554813385009766 -19.777919769287109 -4.7935781478881836 7.3122587203979492 -19.710443496704102 -5.099055290222168 7.4088149070739746 -19.708982467651367 -5.25262451171875 7.4771780967712402 -19.865200042724609 -5.4578371047973633 7.6606626510620117 -20.073057174682617 -5.4434351921081543 7.7739243507385254 -20.364040374755859 -5.3174118995666504 7.8848700523376465 -20.788333892822266 -5.032783031463623 8.0039052963256836" /> <Normal vector="0.67432874441146851 0.73843127489089966 -1.2145754624270921E-7 0.73318463563919067 0.62128329277038574 0.27649113535881042 0.73438256978988647 0.51001429557800293 0.44784784317016602 0.69289809465408325 0.34158867597579956 0.63498777151107788 0.60621863603591919 0.15080744028091431 0.78086882829666138 0.60050660371780396 0.17146804928779602 0.78101891279220581 0.59898090362548828 0.17697957158088684 0.78096097707748413 0.5982290506362915 0.17976590991020203 0.78090089559555054 0.59826046228408813 0.1799006313085556 0.78084582090377808 0.59904766082763672 0.17742003500461578 0.78080981969833374 0.59999334812164307 0.17425219714641571 0.78079712390899658 0.60123652219772339 0.16994573175907135 0.78079003095626831 0.60372012853622437 0.16077236831188202 0.78081643581390381 0.35014814138412476 0.24923348426818848 0.90292799472808838 0.044025704264640808 0.17304691672325134 0.9839290976524353 -0.3386283814907074 -0.065720118582248688 0.93862223625183105 -0.067756593227386475 0.23447215557098389 0.96975862979888916 0.061444655060768127 0.36465790867805481 0.9291120171546936 0.14467313885688782 0.44439050555229187 0.88407397270202637 0.34096425771713257 0.61340779066085815 0.7123723030090332 0.44803154468536377 0.68835490942001343 0.57046931982040405 0.54138320684432983 0.73746073246002197 0.40380176901817322 0.6269945502281189 0.756156325340271 0.18736453354358673" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 3 0 -1 1 2 0 -1"> <Coordinate point="-27.032913208007813 29.253707885742188 9.7596168518066406 -27.011983871459961 28.944223403930664 9.9641256332397461 -27.007938385009766 28.945278167724609 10.013345718383789 -27.028974533081055 29.257282257080078 9.8079347610473633" /> <Normal vector="-0.99653184413909912 -0.013087541796267033 0.08217649906873703 -0.99653184413909912 -0.013087540864944458 0.08217649906873703 -0.99653184413909912 -0.013087541796267033 0.08217649906873703 -0.99653184413909912 -0.013087541796267033 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 3 0 2 -1"> <Coordinate point="-25.477420806884766 18.788772583007813 16.674985885620117 -25.452817916870117 18.604717254638672 16.571977615356445 -27.007938385009766 28.945278167724609 10.013345718383789 -27.011983871459961 28.944223403930664 9.9641256332397461" /> <Normal vector="-0.9807887077331543 -0.17692874372005463 0.082157023251056671 -0.98032456636428833 -0.17844517529010773 0.084386467933654785 -0.99653184413909912 -0.013087552040815353 0.08217649906873703 -0.99653184413909912 -0.013087552040815353 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 2 -1"> <Coordinate point="-27.011983871459961 28.944223403930664 9.9641256332397461 -27.509418487548828 28.814418792724609 3.9111936092376709 -27.032913208007813 29.253707885742188 9.7596168518066406" /> <Normal vector="-0.99653184413909912 -0.013087540864944458 0.08217649906873703 -0.99653184413909912 -0.013087579049170017 0.082176446914672852 -0.99653184413909912 -0.013087541796267033 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1"> <Coordinate point="-27.011983871459961 28.944223403930664 9.9641256332397461 -27.509418487548828 28.814418792724609 3.9111936092376709 -25.452817916870117 18.604717254638672 16.571977615356445 -20.532814025878906 1.1363456249237061 7.801386833190918 -23.560461044311523 9.5472049713134766 11.687099456787109 -27.763504028320313 28.572774887084961 0.78858399391174316 -26.566066741943359 18.546857833862305 3.5125977993011475 -23.971401214599609 9.2430486679077148 5.9541029930114746" /> <Normal vector="-0.99653184413909912 -0.01308753713965416 0.08217649906873703 -0.99653184413909912 -0.013087633065879345 0.08217649906873703 -0.98032283782958984 -0.17845264077186584 0.084390662610530853 -0.90000903606414795 -0.42786869406700134 0.083139099180698395 -0.94600409269332886 -0.3129594624042511 0.084454804658889771 -0.99648761749267578 -0.015824094414710999 0.0822315514087677 -0.98095011711120605 -0.17498277127742767 0.084367804229259491 -0.9451446533203125 -0.3155495822429657 0.084439717233181" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1"> <Coordinate point="-27.763504028320313 28.572774887084961 0.78858399391174316 -26.566066741943359 18.546857833862305 3.5125977993011475 -23.971401214599609 9.2430486679077148 5.9541029930114746 -20.532814025878906 1.1363456249237061 7.801386833190918 -20.243818283081055 0.28557881712913513 7.5466718673706055 -20.056760787963867 -0.58427882194519043 7.4022107124328613 -19.944961547851563 -1.4827402830123901 7.3499999046325684 -28.48185920715332 27.616819381713867 0.12036651372909546 -26.948957443237305 16.756486892700195 3.0378727912902832 -23.855558395385742 6.8710513114929199 5.5766782760620117 -27.800643920898438 28.546974182128906 0.58727371692657471 -27.875566482543945 28.464076995849609 0.41333633661270142 -27.968595504760742 28.347862243652344 0.29067134857177734 -28.088142395019531 28.18842887878418 0.19602087140083313 -28.227067947387695 27.993791580200195 0.13682740926742554 -27.980262756347656 28.070999145507813 0.3360569179058075 -27.537609100341797 22.987600326538086 1.71770179271698 -26.619794845581055 17.652721405029297 3.1598653793334961 -25.405540466308594 12.902887344360352 4.4233684539794922 -23.785472869873047 8.0746431350708008 5.6590628623962402 -22.082977294921875 3.9276752471923828 6.6417365074157715" /> <Normal vector="-0.9964873194694519 -0.01582835428416729 0.082233995199203491 -0.98095124959945679 -0.17496764659881592 0.084386050701141357 -0.94514298439025879 -0.31554338335990906 0.084481336176395416 -0.90001916885375977 -0.42785012722015381 0.083125211298465729 -0.8154674768447876 -0.3241831362247467 0.47949779033660889 -0.62445861101150513 -0.1909940242767334 0.75734579563140869 -0.34399425983428955 -0.025574086233973503 0.93862342834472656 -0.24763819575309753 0.24012276530265808 0.93862473964691162 -0.29293105006217957 0.18214477598667145 0.93862384557723999 -0.33146774768829346 0.095474511384963989 0.93862330913543701 -0.96036452054977417 0.038103140890598297 0.27613064646720886 -0.88414990901947021 0.089577898383140564 0.45853540301322937 -0.78830528259277344 0.13066911697387695 0.60124897956848145 -0.66404378414154053 0.16847704350948334 0.72846502065658569 -0.51828229427337646 0.20079146325588226 0.83130395412445068 -0.76549190282821655 0.13573241233825684 0.62896651029586792 -0.77426296472549438 0.071354210376739502 0.62882858514785767 -0.7784721851348877 0.00047140230890363455 0.62767893075942993 -0.77746731042861938 -0.065462008118629456 0.62550723552703857 -0.77122324705123901 -0.13577242195606232 0.62191683053970337 -0.76043468713760376 -0.20034906268119812 0.6177372932434082" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1"> <Coordinate point="-19.57868766784668 4.083503246307373 7.3499999046325684 -19.813301086425781 3.9432322978973389 7.5115046501159668 -20.053041458129883 3.894573450088501 7.6921844482421875 -20.300195693969727 3.938861608505249 7.8930368423461914 -20.541593551635742 4.0744380950927734 8.1034231185913086 -20.706493377685547 4.2225308418273926 8.2561149597167969 -20.860593795776367 4.4062857627868652 8.4067001342773438 -21.095495223999023 4.7886667251586914 8.6557435989379883 -21.274576187133789 5.1950559616088867 8.8697471618652344 -19.809230804443359 2.7557837963104248 7.3499999046325684 -19.999948501586914 -0.044973406940698624 7.3499999046325684 -19.980131149291992 0.89124894142150879 7.3499999046325684 -19.916513442993164 1.8255174160003662 7.3499999046325684 -19.944961547851563 -1.4827402830123901 7.3499999046325684 -20.532814025878906 1.1363456249237061 7.801386833190918 -20.243818283081055 0.28557881712913513 7.5466718673706055 -20.056760787963867 -0.58427882194519043 7.4022107124328613 -23.560461044311523 9.5472049713134766 11.687099456787109 -25.452817916870117 18.604717254638672 16.571977615356445 -25.477420806884766 18.788772583007813 16.674985885620117 -25.306659698486328 19.347663879394531 16.834228515625 -25.449468612670898 19.071989059448242 16.792268753051758 -24.989452362060547 19.755668640136719 16.834228515625 -25.095922470092773 19.6202392578125 16.834228515625 -25.20166015625 19.484237670898438 16.834228515625 -23.518213272094727 12.255380630493164 12.565854072570801" /> <Normal vector="0.61153548955917358 -0.12754717469215393 0.78086882829666138 0.612679123878479 -0.12193507701158524 0.78086882829666138 0.61323678493499756 -0.11909893900156021 0.78086882829666138 0.6132577657699585 -0.11899084597826004 0.78086882829666138 0.61275750398635864 -0.12154083698987961 0.78086882829666138 0.61209774017333984 -0.12482082098722458 0.78086882829666138 0.61120891571044922 -0.12910281121730804 0.78086882829666138 0.60919660329818726 -0.13828733563423157 0.78086882829666138 0.60686355829238892 -0.14819087088108063 0.78086882829666138 0.61873644590377808 -0.086076229810714722 0.78086882829666138 0.62469345331192017 0.0014047332806512713 0.78086882829666138 0.62407445907592773 -0.027837939560413361 0.78086882829666138 0.62208735942840576 -0.057019583880901337 0.78086882829666138 0.62297594547271729 0.046313017606735229 0.78086882829666138 0.623740553855896 -0.034519623965024948 0.78086882829666138 0.62463289499282837 -0.0088116759434342384 0.78086882829666138 0.62443011999130249 0.018190439790487289 0.78086882829666138 0.57896649837493896 -0.23460966348648071 0.78086882829666138 0.50432997941970825 -0.36863964796066284 0.78086882829666138 0.50276416540145874 -0.37077230215072632 0.78086882829666138 0.49627384543418884 -0.37941554188728333 0.78086882829666138 0.49989849328994751 -0.37462702393531799 0.78086882829666138 0.49005326628684998 -0.38741669058799744 0.78086882829666138 0.49214121699333191 -0.38476085662841797 0.78086882829666138 0.49421477317810059 -0.38209378719329834 0.78086882829666138 0.5539899468421936 -0.28868508338928223 0.78086882829666138" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1"> <Coordinate point="-21.183860778808594 -4.6991658210754395 8.0888767242431641 -28.425025939941406 2.986685037612915 5.5192995071411133 -32.561798095703125 8.7724447250366211 3.6181886196136475 -36.095123291015625 15.199540138244629 1.6147215366363525 -36.095123291015625 15.199540138244629 10.700789451599121 -31.498451232910156 7.1462111473083496 16.461965560913086" /> <Normal vector="0.67432940006256104 0.7384306788444519 0 0.77944487333297729 0.62647080421447754 0 0.84554564952850342 0.53390312194824219 0 0.903769850730896 0.42801877856254578 0 0.903769850730896 0.42801877856254578 0 0.82825887203216553 0.56034564971923828 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="22 9 10 -1 22 21 20 -1 22 23 9 -1 22 20 23 -1 24 10 11 -1 24 13 12 -1 24 14 13 -1 24 11 19 -1 24 12 21 -1 24 21 25 -1 24 25 10 -1 26 15 14 -1 26 16 15 -1 26 17 16 -1 26 18 17 -1 26 19 18 -1 26 14 24 -1 26 24 19 -1 27 2 1 -1 27 3 2 -1 27 4 3 -1 27 5 4 -1 27 6 5 -1 28 7 6 -1 28 6 27 -1 28 27 1 -1 29 1 0 -1 29 7 28 -1 29 28 1 -1 30 8 7 -1 30 7 29 -1 30 29 0 -1 31 0 9 -1 31 20 8 -1 31 9 23 -1 31 30 0 -1 31 23 20 -1 31 8 30 -1 32 21 22 -1 32 22 10 -1 32 25 21 -1 32 10 25 -1"> <Coordinate point="-20.153305053710938 -3.9110863208770752 7.1554813385009766 -19.777919769287109 -4.7935781478881836 7.3122587203979492 -19.710443496704102 -5.099055290222168 7.4088149070739746 -19.708982467651367 -5.25262451171875 7.4771780967712402 -19.865200042724609 -5.4578371047973633 7.6606626510620117 -20.073057174682617 -5.4434351921081543 7.7739243507385254 -20.364040374755859 -5.3174118995666504 7.8848700523376465 -20.788333892822266 -5.032783031463623 8.0039052963256836 -21.183860778808594 -4.6991658210754395 8.0888767242431641 -27.809762954711914 4.1980838775634766 4.3641195297241211 -32.115608215332031 10.383346557617188 2.2959811687469482 -35.704689025878906 17.293935775756836 0.12036652863025665 -36.095123291015625 15.199540138244629 1.6147215366363525 -36.098503112792969 15.287933349609375 1.3209164142608643 -36.091442108154297 15.373470306396484 1.1712050437927246 -36.078411102294922 15.485554695129395 1.0215109586715698 -36.041374206542969 15.738187789916992 0.76981985569000244 -35.973705291748047 16.11979866027832 0.50139480829238892 -35.876804351806641 16.588083267211914 0.27981856465339661 -35.796295166015625 16.934541702270508 0.17551484704017639 -28.425025939941406 2.986685037612915 5.5192995071411133 -32.561798095703125 8.7724447250366211 3.6181886196136475 -31.65397834777832 8.0624141693115234 3.1016309261322021 -28.301967620849609 3.4442517757415771 4.632077693939209 -34.629508972167969 13.108641624450684 1.4965643882751465 -33.195125579833984 10.535602569580078 2.305910587310791 -35.881591796875 15.631490707397461 0.72047072649002075 -20.105218887329102 -5.1254644393920898 7.4994673728942871 -20.346639633178711 -5.0305733680725098 7.5244588851928711 -20.542169570922852 -4.6352777481079102 7.3090238571166992 -20.779731750488281 -4.5283336639404297 7.3110666275024414 -24.416618347167969 -0.99383348226547241 6.1366710662841797 -32.502906799316406 9.3917121887207031 2.6717586517333984" /> <Normal vector="-0.33863076567649841 -0.065733328461647034 0.93862044811248779 -0.067746438086032867 0.23412999510765076 0.96984201669692993 0.061512578278779984 0.36499032378196716 0.92897701263427734 0.14430521428585052 0.4441973865032196 0.88423115015029907 0.34133473038673401 0.61346322298049927 0.71214711666107178 0.44792968034744263 0.68837195634841919 0.57052874565124512 0.54139864444732666 0.7374531626701355 0.40379494428634644 0.62700527906417847 0.75615054368972778 0.18735197186470032 0.67431747913360596 0.73844152688980103 1.2601116168298176E-6 -0.34108573198318481 0.051481496542692184 0.9386214017868042 -0.32821914553642273 0.10611265897750854 0.93862253427505493 -0.31044414639472961 0.1503681093454361 0.93862336874008179 0.90376251935958862 0.4280342161655426 -4.6246104830061086E-6 0.84334170818328857 0.47450876235961914 0.25222253799438477 0.79119497537612915 0.48515048623085022 0.37234330177307129 0.72485983371734619 0.48732635378837585 0.48692011833190918 0.57846707105636597 0.47076722979545593 0.66614866256713867 0.36034378409385681 0.41839787364006042 0.83372390270233154 0.0935869961977005 0.32828187942504883 0.93993216753005981 -0.10431098937988281 0.24727091193199158 0.96331524848937988 0.7793537974357605 0.62658411264419556 5.0392509365337901E-6 0.84559941291809082 0.53381794691085815 2.8153963285149075E-6 0.40676367282867432 0.51313978433609009 0.75579816102981567 0.35838693380355835 0.54206830263137817 0.76007944345474243 0.45491868257522583 0.47368118166923523 0.75410550832748413 0.4311346709728241 0.49453043937683105 0.75469368696212769 0.47651171684265137 0.45228826999664307 0.75390446186065674 0.27106419205665588 0.55575644969940186 0.78591281175613403 0.34324225783348083 0.61200368404388428 0.7124859094619751 0.21564969420433044 0.50798416137695313 0.83393484354019165 0.27898365259170532 0.55955302715301514 0.78042840957641602 0.3116755485534668 0.55853831768035889 0.76869583129882813 0.42002943158149719 0.50334417819976807 0.75512903928756714" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 14 1 -1 15 14 0 -1 11 0 2 -1 11 15 0 -1 3 11 2 -1 4 11 3 -1 12 11 4 -1 7 12 4 -1 13 12 7 -1 6 13 7 -1 8 13 6 -1 9 8 6 -1 10 9 6 -1 5 10 6 -1"> <Coordinate point="-19.486667633056641 -4.5022015571594238 7.3499999046325684 -19.2337646484375 -5.4829120635986328 7.3499999046325684 -19.690668106079102 -3.5039370059967041 7.3499999046325684 -19.843564987182617 -2.4965784549713135 7.3499999046325684 -19.944961547851563 -1.4827402830123901 7.3499999046325684 -28.48185920715332 27.616819381713867 0.12036651372909546 -26.948957443237305 16.756486892700195 3.0378727912902832 -23.855558395385742 6.8710513114929199 5.5766782760620117 -35.704689025878906 17.293935775756836 0.12036652863025665 -33.668117523193359 20.984827041625977 0.12036652863025665 -31.251411437988281 24.438787460327148 0.12036652863025665 -20.153305053710938 -3.9110863208770752 7.1554813385009766 -27.809762954711914 4.1980838775634766 4.3641195297241211 -32.115608215332031 10.383346557617188 2.2959811687469482 -19.392864227294922 -5.080141544342041 7.332667350769043 -19.662490844726563 -4.6167078018188477 7.2775259017944336" /> <Normal vector="-0.33609047532081604 -0.077650383114814758 0.93862324953079224 -0.33172860741615295 -0.094564877450466156 0.93862324953079224 -0.33960893750190735 -0.06043311208486557 0.93862324953079224 -0.34224599599838257 -0.04305899515748024 0.93862324953079224 -0.34399476647377014 -0.025573119521141052 0.93862324953079224 -0.24764394760131836 0.24012261629104614 0.93862324953079224 -0.29293429851531982 0.1821424812078476 0.93862324953079224 -0.33146867156028748 0.09547201544046402 0.93862324953079224 -0.31044498085975647 0.15036725997924805 0.93862324953079224 -0.29273739457130432 0.1824587881565094 0.93862324953079224 -0.2717246413230896 0.2124902755022049 0.93862324953079224 -0.33862632513046265 -0.065716102719306946 0.93862324953079224 -0.34107965230941772 0.051488429307937622 0.93862324953079224 -0.32821604609489441 0.10611604154109955 0.93862324953079224 -0.33368483185768127 -0.087411858141422272 0.93862324953079224 -0.33581158518791199 -0.078847788274288177 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1"> <Coordinate point="-27.509418487548828 28.814418792724609 3.9111936092376709 -27.032913208007813 29.253707885742188 9.7596168518066406 -27.353067398071289 29.185779571533203 3.8700993061065674 -27.470043182373047 29.016643524169922 3.8925406932830811 -26.870525360107422 29.630641937255859 9.7185659408569336 -26.991861343383789 29.459688186645508 9.7410869598388672" /> <Normal vector="-0.99653208255767822 -0.013075549155473709 0.082175552845001221 -0.99653184413909912 -0.0130875613540411 0.08217649906873703 -0.68382680416107178 0.72964435815811157 -1.7605873381398851E-6 -0.91892480850219727 0.39186444878578186 0.044937815517187119 -0.67176294326782227 0.74076616764068604 2.1135585939191515E-6 -0.9156678318977356 0.39939698576927185 0.045105002820491791" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1"> <Coordinate point="-27.353067398071289 29.185779571533203 3.8700993061065674 -27.470043182373047 29.016643524169922 3.8925406932830811 -27.509418487548828 28.814418792724609 3.9111936092376709 -27.610389709472656 28.942466735839844 0.74746823310852051 -27.725296020507813 28.773712158203125 0.76989573240280151 -27.763504028320313 28.572774887084961 0.78858399391174316" /> <Normal vector="-0.68382680416107178 0.72964435815811157 -1.4245879356167279E-6 -0.9189266562461853 0.39186003804206848 0.044938359409570694 -0.99653178453445435 -0.013093477115035057 0.082176700234413147 -0.69025975465774536 0.72356164455413818 0 -0.92118757963180542 0.38651859760284424 0.044909369200468063 -0.99648761749267578 -0.015823934227228165 0.082231543958187103" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1"> <Coordinate point="-27.610389709472656 28.942466735839844 0.74746823310852051 -27.670156478881836 28.885332107543945 0.43665421009063721 -27.745988845825195 28.812498092651367 0.24846003949642181 -27.903352737426758 28.660127639770508 0.012588707730174065 -28.098537445068359 28.468791961669922 -0.16213507950305939 -28.248252868652344 28.320243835449219 -0.24785777926445007 -28.411344528198242 28.156623840332031 -0.30803510546684265 -28.716999053955078 27.844818115234375 -0.34894537925720215 -28.652400970458984 27.782180786132813 -0.062796838581562042 -28.48185920715332 27.616819381713867 0.12036651372909546 -27.763504028320313 28.572774887084961 0.78858399391174316 -27.800643920898438 28.546974182128906 0.58727371692657471 -27.875566482543945 28.464076995849609 0.41333633661270142 -27.968595504760742 28.347862243652344 0.29067134857177734 -28.088142395019531 28.18842887878418 0.19602087140083313 -28.227067947387695 27.993791580200195 0.13682740926742554 -27.725296020507813 28.773712158203125 0.76989573240280151 -28.290119171142578 28.188299179077148 -0.030854778364300728 -28.358913421630859 28.112646102905273 -0.049504242837429047" /> <Normal vector="-0.69026648998260498 0.72355526685714722 1.0572446171863703E-6 -0.69176727533340454 0.72212052345275879 -0.000048293106374330819 -0.69364774227142334 0.7203143835067749 -0.000038133552152430639 -0.69754838943481445 0.71653765439987183 0.000035219480196246877 -0.70242643356323242 0.71175634860992432 0.000031351719371741638 -0.7061801552772522 0.70803219079971313 0.000037121237255632877 -0.71033233404159546 0.70386642217636108 7.2398029260511976E-6 -0.71792435646057129 0.69612109661102295 0 -0.58877593278884888 0.57080209255218506 0.5723004937171936 -0.24764737486839294 0.24011898040771484 0.93862324953079224 -0.9964873194694519 -0.015830088406801224 0.082233957946300507 -0.96030598878860474 0.038215577602386475 0.27631860971450806 -0.8845285177230835 0.089242361485958099 0.45787018537521362 -0.78835457563400269 0.13068504631519318 0.60118091106414795 -0.66457867622375488 0.1679358184337616 0.72810214757919312 -0.51824605464935303 0.20110887289047241 0.83124983310699463 -0.92119020223617554 0.38651171326637268 0.044914864003658295 -0.71663892269134521 0.51740401983261108 0.46767693758010864 -0.69275021553039551 0.52806133031845093 0.49117034673690796" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="12 5 4 -1 12 4 8 -1 13 6 5 -1 13 5 12 -1 14 1 0 -1 14 7 6 -1 14 0 7 -1 14 6 13 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 14 13 -1 17 1 14 -1 17 13 16 -1 17 16 11 -1"> <Coordinate point="-35.999458312988281 17.436712265014648 -0.34894508123397827 -33.946071624755859 21.158073425292969 -0.34894508123397827 -31.509416580200195 24.640548706054688 -0.34894508123397827 -28.716999053955078 27.844818115234375 -0.34894537925720215 -35.704689025878906 17.293935775756836 0.12036652863025665 -35.824237823486328 17.351840972900391 0.047019768506288528 -35.918479919433594 17.397489547729492 -0.062794789671897888 -35.978736877441406 17.426675796508789 -0.19896338880062103 -33.668117523193359 20.984827041625977 0.12036652863025665 -31.251411437988281 24.438787460327148 0.12036652863025665 -28.48185920715332 27.616819381713867 0.12036651372909546 -28.652400970458984 27.782180786132813 -0.062796838581562042 -33.780845642089844 21.055089950561523 0.047019768506288528 -33.869712829589844 21.110479354858398 -0.062794789671897888 -33.926532745361328 21.145895004272461 -0.19896338880062103 -31.356048583984375 24.520614624023438 0.047019768506288528 -31.43853759765625 24.585121154785156 -0.062794789671897888 -31.491279602050781 24.626365661621094 -0.19896338880062103" /> <Normal vector="-0.89998650550842285 0.43591779470443726 0 -0.84865182638168335 0.52895182371139526 0 -0.78773540258407593 0.61601370573043823 0 -0.71792501211166382 0.69612044095993042 -5.8216795650878339E-7 -0.31044498085975647 0.15036724507808685 0.93862324953079224 -0.54954278469085693 0.2661767303943634 0.79192972183227539 -0.73802846670150757 0.35747173428535461 0.57230061292648315 -0.85854274034500122 0.41584408283233643 0.29996341466903687 -0.29273739457130432 0.1824587881565094 0.93862324953079224 -0.2717246413230896 0.2124902755022049 0.93862324953079224 -0.2476440966129303 0.24012275040149689 0.93862318992614746 -0.58873021602630615 0.57084953784942627 0.5723002552986145 -0.51819717884063721 0.3229844868183136 0.79192972183227539 -0.69593179225921631 0.43376374244689941 0.57230061292648315 -0.80957204103469849 0.50459396839141846 0.29996341466903687 -0.4810008704662323 0.37614551186561584 0.79192972183227539 -0.64597761631011963 0.50515830516815186 0.57230061292648315 -0.7514607310295105 0.5876467227935791 0.29996341466903687" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1"> <Coordinate point="-36.095123291015625 15.199540138244629 1.6147215366363525 -36.098503112792969 15.287933349609375 1.3209164142608643 -36.091442108154297 15.373470306396484 1.1712050437927246 -36.078411102294922 15.485554695129395 1.0215109586715698 -36.041374206542969 15.738187789916992 0.76981985569000244 -35.973705291748047 16.11979866027832 0.50139480829238892 -35.876804351806641 16.588083267211914 0.27981856465339661 -35.796295166015625 16.934541702270508 0.17551484704017639 -35.704689025878906 17.293935775756836 0.12036652863025665 -37.009628295898438 15.17522144317627 1.6147216558456421 -36.856845855712891 15.378131866455078 1.6147216558456421 -36.707149505615234 15.45915699005127 1.6147216558456421 -36.528221130371094 15.485041618347168 1.6147215366363525 -36.35174560546875 15.445877075195313 1.6147215366363525 -36.200782775878906 15.346436500549316 1.6147215366363525 -36.994712829589844 15.211544990539551 1.3049592971801758 -36.942119598388672 15.33882999420166 0.95080912113189697 -36.856433868408203 15.543596267700195 0.62038642168045044 -36.752468109130859 15.787845611572266 0.3471149206161499 -36.634811401367188 16.05897331237793 0.12173808366060257 -36.460285186767578 16.451374053955078 -0.11174597591161728 -36.241657257080078 16.927556991577148 -0.28450471162796021 -35.999458312988281 17.436712265014648 -0.34894508123397827 -35.824237823486328 17.351840972900391 0.047019768506288528 -35.918479919433594 17.397489547729492 -0.062794789671897888 -35.978736877441406 17.426675796508789 -0.19896338880062103 -36.412723541259766 16.094484329223633 0.51481574773788452 -36.801845550537109 15.491345405578613 1.1369332075119019 -36.778491973876953 15.555587768554688 0.99582803249359131 -36.281284332275391 15.423052787780762 1.4814825057983398 -36.746364593505859 15.64115047454834 0.84721833467483521 -36.539073944091797 15.665160179138184 1.0256888866424561 -36.297164916992188 15.53846549987793 1.2039549350738525 -36.708992004394531 15.738192558288574 0.70900946855545044 -36.293827056884766 15.578044891357422 1.1343288421630859 -36.288425445556641 15.625918388366699 1.0596923828125 -36.229965209960938 15.954628944396973 0.68714219331741333 -36.234855651855469 16.600521087646484 0.17274940013885498 -36.155582427978516 16.809831619262695 0.078337050974369049 -36.086997985839844 16.985172271728516 0.01724923774600029 -36.558074951171875 15.526836395263672 1.3434135913848877 -36.557743072509766 15.579439163208008 1.1954032182693481" /> <Normal vector="0.90376979112625122 0.42801886796951294 2.0960749225196196E-6 0.8434709906578064 0.47445347905158997 0.25189405679702759 0.79122370481491089 0.4850311279296875 0.37243771553039551 0.72484833002090454 0.48730632662773132 0.4869573712348938 0.57842212915420532 0.4709189236164093 0.66608047485351563 0.36036324501037598 0.41840466856956482 0.83371210098266602 0.093496866524219513 0.32827997207641602 0.93994182348251343 -0.10429341346025467 0.24736277759075165 0.96329361200332642 -0.31044438481330872 0.15036822855472565 0.93862330913543701 -0.92524075508117676 0.37938052415847778 0 -0.61962234973907471 0.78490006923675537 3.9818060031393543E-6 -0.32034397125244141 0.94730126857757568 4.8213432819466107E-6 0.037542819976806641 0.99929499626159668 5.522332685359288E-6 0.39058434963226318 0.92056715488433838 1.1320801149850013E-6 0.69238942861557007 0.72152400016784668 0.000011195617844350636 -0.92486768960952759 0.38028907775878906 -7.6872975114383735E-6 -0.9235539436340332 0.38346850872039795 4.3735535655287094E-6 -0.92141079902648926 0.38858991861343384 4.1657690417196136E-6 -0.91881042718887329 0.39469915628433228 -1.2445776746972115E-6 -0.91586995124816895 0.40147510170936584 -1.0393657703389181E-6 -0.91150981187820435 0.41127827763557434 3.5951893551100511E-6 -0.906036376953125 0.42319980263710022 -3.143027470287052E-6 -0.89998650550842285 0.43591779470443726 3.327858451029897E-7 -0.54954242706298828 0.26617744565010071 0.79192972183227539 -0.73802804946899414 0.35747224092483521 0.57230073213577271 -0.85854256153106689 0.41584420204162598 0.29996377229690552 -0.38266634941101074 0.67637163400650024 0.62935513257980347 -0.61345642805099487 0.75981074571609497 0.21531115472316742 -0.63172334432601929 0.73181033134460449 0.2556937038898468 0.51658546924591064 0.83888059854507446 0.17151902616024017 -0.65202593803405762 0.700736403465271 0.2895352840423584 -0.19094820320606232 0.85974621772766113 0.47368261218070984 0.37813442945480347 0.81109130382537842 0.44625687599182129 -0.67158055305480957 0.67111289501190186 0.31398579478263855 0.34494134783744812 0.79433220624923706 0.50005185604095459 0.30759170651435852 0.77466660737991333 0.55252057313919067 0.095171399414539337 0.65618419647216797 0.74857509136199951 -0.54076564311981201 0.5325624942779541 0.65111416578292847 -0.59675794839859009 0.48288139700889587 0.64086306095123291 -0.64100140333175659 0.44377511739730835 0.6262434720993042 -0.073496431112289429 0.95770204067230225 0.27821767330169678 -0.13401511311531067 0.9148220419883728 0.38097313046455383" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1"> <Coordinate point="-26.726715087890625 29.188859939575195 10.355278968811035 -26.92413330078125 29.085372924804688 10.217992782592773 -27.007938385009766 28.945278167724609 10.013345718383789 -27.028974533081055 29.257282257080078 9.8079347610473633 -26.978729248046875 29.472949981689453 9.9095926284790039 -26.848506927490234 29.650592803955078 9.9853754043579102 -26.761068344116211 29.729534149169922 10" /> <Normal vector="-0.43408489227294922 0.4740740954875946 0.76604443788528442 -0.8289216160774231 0.26710328459739685 0.49147206544876099 -0.99653184413909912 -0.013087541796267033 0.08217649906873703 -0.99653184413909912 -0.013087541796267033 0.08217649906873703 -0.88204139471054077 0.21673284471035004 0.41836565732955933 -0.61092132329940796 0.40751162171363831 0.67875576019287109 -0.4300420880317688 0.4777446985244751 0.7660442590713501" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1"> <Coordinate point="-26.726715087890625 29.188859939575195 10.355278968811035 -25.306659698486328 19.347663879394531 16.834228515625 -25.449468612670898 19.071989059448242 16.792268753051758 -25.477420806884766 18.788772583007813 16.674985885620117 -27.007938385009766 28.945278167724609 10.013345718383789 -26.92413330078125 29.085372924804688 10.217992782592773" /> <Normal vector="-0.43408489227294922 0.47407406568527222 0.76604443788528442 -0.51064795255661011 0.39040544629096985 0.76604324579238892 -0.86177182197570801 0.12494248896837234 0.49166926741600037 -0.98078864812850952 -0.1769290417432785 0.082157067954540253 -0.99653184413909912 -0.013087566941976547 0.082176506519317627 -0.8289216160774231 0.26710274815559387 0.49147239327430725" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1"> <Coordinate point="-37.009628295898438 15.17522144317627 1.6147216558456421 -36.856845855712891 15.378131866455078 1.6147216558456421 -36.707149505615234 15.45915699005127 1.6147216558456421 -36.528221130371094 15.485041618347168 1.6147215366363525 -36.35174560546875 15.445877075195313 1.6147215366363525 -36.200782775878906 15.346436500549316 1.6147215366363525 -36.095123291015625 15.199540138244629 1.6147215366363525 -37.009628295898438 15.17522144317627 10 -36.819709777832031 15.40471363067627 10.073545455932617 -36.657741546630859 15.473114967346191 10.176597595214844 -36.433135986328125 15.472575187683105 10.350322723388672 -36.237705230712891 15.378578186035156 10.532092094421387 -36.095123291015625 15.199540138244629 10.700789451599121" /> <Normal vector="-0.92524075508117676 0.37938052415847778 0 -0.61965197324752808 0.78487670421600342 0 -0.32030588388442993 0.94731414318084717 0 0.037576023489236832 0.9992937445640564 0 0.39054369926452637 0.92058438062667847 0 0.69243556261062622 0.72147971391677856 0 0.903769850730896 0.42801877856254578 0 -0.92524075508117676 0.37938052415847778 0 -0.54531306028366089 0.83823245763778687 0 -0.2214677482843399 0.97516769170761108 0 0.22766728699207306 0.97373896837234497 0 0.61841744184494019 0.78584980964660645 0 0.903769850730896 0.42801877856254578 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1"> <Coordinate point="-26.870525360107422 29.630641937255859 9.7185659408569336 -26.991861343383789 29.459688186645508 9.7410869598388672 -27.032913208007813 29.253707885742188 9.7596168518066406 -26.848506927490234 29.650592803955078 9.9853754043579102 -27.028974533081055 29.257282257080078 9.8079347610473633 -26.978729248046875 29.472949981689453 9.9095926284790039" /> <Normal vector="-0.67176312208175659 0.74076604843139648 0 -0.91566723585128784 0.39939853549003601 0.045103665441274643 -0.99653184413909912 -0.013087540864944458 0.08217649906873703 -0.67121267318725586 0.74126482009887695 0 -0.99653184413909912 -0.013087539002299309 0.08217649906873703 -0.91526496410369873 0.40032768249511719 0.045030608773231506" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 3 0 -1 1 2 0 -1"> <Coordinate point="-10.341579437255859 38.465690612792969 9.7596168518066406 -10.466872215270996 38.181930541992188 9.9641256332397461 -10.462800979614258 38.180984497070313 10.013345718383789 -10.336432456970215 38.467025756835938 9.8079347610473633" /> <Normal vector="-0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.88846719264984131 0.45152300596237183 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 3 0 2 -1"> <Coordinate point="-13.827557563781738 28.476579666137695 16.674985885620117 -13.891308784484863 28.302173614501953 16.571977615356445 -10.462800979614258 38.180984497070313 10.013345718383789 -10.466872215270996 38.181930541992188 9.9641256332397461" /> <Normal vector="-0.95066815614700317 0.29913261532783508 0.082157023251056671 -0.9509618878364563 0.29757416248321533 0.084386467933654785 -0.88846725225448608 0.45152300596237183 0.08217649906873703 -0.88846725225448608 0.45152300596237183 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 2 -1"> <Coordinate point="-10.466872215270996 38.181930541992188 9.9641256332397461 -10.967652320861816 38.298164367675781 3.9111936092376709 -10.341579437255859 38.465690612792969 9.7596168518066406" /> <Normal vector="-0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.88846725225448608 0.45152297616004944 0.082176446914672852 -0.88846719264984131 0.45152300596237183 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1"> <Coordinate point="-10.466872215270996 38.181930541992188 9.9641256332397461 -10.967652320861816 38.298164367675781 3.9111936092376709 -13.891308784484863 28.302173614501953 16.571977615356445 -17.652816772460938 10.548257827758789 7.801386833190918 -16.424945831298828 19.402721405029297 11.687099456787109 -11.304931640625 38.202278137207031 0.78858399391174316 -14.903928756713867 28.768293380737305 3.5125977993011475 -16.93016242980957 19.324378967285156 5.9541029930114746" /> <Normal vector="-0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.88846725225448608 0.45152291655540466 0.08217649906873703 -0.95096385478973389 0.29756677150726318 0.084390662610530853 -0.99575895071029663 0.039396155625581741 0.083139099180698395 -0.98308455944061279 0.16251817345619202 0.084454804658889771 -0.88969981670379639 0.44907933473587036 0.0822315514087677 -0.94990670680999756 0.30093070864677429 0.084367804229259491 -0.98352724313735962 0.15982533991336823 0.084439717233181" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1"> <Coordinate point="-11.304931640625 38.202278137207031 0.78858399391174316 -14.903928756713867 28.768293380737305 3.5125977993011475 -16.93016242980957 19.324378967285156 5.9541029930114746 -17.652816772460938 10.548257827758789 7.801386833190918 -17.792295455932617 9.6606388092041016 7.5466718673706055 -18.030908584594727 8.8034887313842773 7.4022107124328613 -18.349449157714844 7.9559841156005859 7.3499999046325684 -12.385257720947266 37.689659118652344 0.12036651372909546 -16.074989318847656 27.360937118530273 3.0378727912902832 -17.929910659790039 17.170244216918945 5.5766782760620117 -11.349807739257813 38.196693420410156 0.58727371692657471 -11.454672813415527 38.158111572265625 0.41333633661270142 -11.591052055358887 38.098438262939453 0.29067134857177734 -11.770998001098633 38.012825012207031 0.19602087140083313 -11.984463691711426 37.905044555664063 0.13682740926742554 -11.730048179626465 37.858711242675781 0.3360569179058075 -13.700471878051758 33.151874542236328 1.71770179271698 -15.367029190063477 28.001544952392578 3.1598653793334961 -16.499217987060547 23.231483459472656 4.4233684539794922 -17.308515548706055 18.203401565551758 5.6590628623962402 -17.72822380065918 13.740255355834961 6.6417365074157715" /> <Normal vector="-0.88970154523849487 0.44907546043395996 0.082233995199203491 -0.94990068674087524 0.30094462633132935 0.084386050701141357 -0.98352289199829102 0.15983004868030548 0.084481336176395416 -0.99575924873352051 0.039417266845703125 0.083125211298465729 -0.87271600961685181 0.091916725039482117 0.47949779033660889 -0.64169001579284668 0.1210835874080658 0.75734579563140869 -0.31647664308547974 0.13721737265586853 0.93862342834472656 -0.10768212378025055 0.32770135998725891 0.93862473964691162 -0.17473065853118896 0.29741305112838745 0.93862384557723999 -0.24913088977336884 0.23857921361923218 0.93862330913543701 -0.83265316486358643 0.48004230856895447 0.27613064646720886 -0.74124693870544434 0.49020224809646606 0.45853540301322937 -0.63728469610214233 0.4820455014705658 0.60124897956848145 -0.50968641042709351 0.45777556300163269 0.72846502065658569 -0.36560371518135071 0.41864979267120361 0.83130395412445068 -0.61473137140274048 0.47592690587043762 0.62896651029586792 -0.65241587162017822 0.42299896478652954 0.62882858514785767 -0.68908381462097168 0.36219146847724915 0.62767893075942993 -0.71883481740951538 0.30334335565567017 0.62550723552703857 -0.74598085880279541 0.23818480968475342 0.62191683053970337 -0.76643830537796021 0.17599134147167206 0.6177372932434082" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1"> <Coordinate point="-15.438371658325195 12.714427947998047 7.3499999046325684 -15.711067199707031 12.699233055114746 7.5113492012023926 -15.945300102233887 12.767135620117188 7.6914048194885254 -16.14384651184082 12.920990943908691 7.8923249244689941 -16.294345855712891 13.152098655700684 8.1019964218139648 -16.370822906494141 13.356277465820313 8.2524299621582031 -16.423212051391602 13.594541549682617 8.4058322906494141 -16.453731536865234 14.043239593505859 8.6554975509643555 -16.423437118530273 14.486782073974609 8.8697471618652344 -16.259527206420898 11.645934104919434 7.3499999046325684 -17.729976654052734 9.2546176910400391 7.3499999046325684 -17.27734375 10.074392318725586 7.3499999046325684 -16.786836624145508 10.87208080291748 7.3499999046325684 -18.349449157714844 7.9559841156005859 7.3499999046325684 -17.652816772460938 10.548257827758789 7.801386833190918 -17.792295455932617 9.6606388092041016 7.5466718673706055 -18.030908584594727 8.8034887313842773 7.4022107124328613 -16.424945831298828 19.402721405029297 11.687099456787109 -13.891308784484863 28.302173614501953 16.571977615356445 -13.827557563781738 28.476579666137695 16.674985885620117 -13.4166259765625 28.892097473144531 16.834228515625 -13.67119026184082 28.714366912841797 16.792268753051758 -12.946144104003906 29.105953216552734 16.834228515625 -13.10335636138916 29.035516738891602 16.834228515625 -13.260185241699219 28.964229583740234 16.834228515625 -15.128984451293945 21.781059265136719 12.565854072570801" /> <Normal vector="0.48221373558044434 -0.39713197946548462 0.78086882829666138 0.48583197593688965 -0.39269730448722839 0.78086882829666138 0.48764228820800781 -0.39044705033302307 0.78086882829666138 0.48771771788597107 -0.39035284519195557 0.78086882829666138 0.4861031174659729 -0.39236164093017578 0.78086882829666138 0.48403793573379517 -0.39490655064582825 0.78086882829666138 0.48121953010559082 -0.39833611249923706 0.78086882829666138 0.47515836358070374 -0.40554708242416382 0.78086882829666138 0.46848323941230774 -0.41324004530906677 0.78086882829666138 0.50786226987838745 -0.36375787854194641 0.78086882829666138 0.55379140377044678 -0.28906568884849548 0.78086882829666138 0.53965359926223755 -0.31467112898826599 0.78086882829666138 0.52433264255523682 -0.33958673477172852 0.78086882829666138 0.57314050197601318 -0.24850320816040039 0.78086882829666138 0.53625279664993286 -0.32043230533599854 0.78086882829666138 0.54898995161056519 -0.29808372259140015 0.78086882829666138 0.56135892868041992 -0.27408033609390259 0.78086882829666138 0.40362083911895752 -0.47679567337036133 0.78086882829666138 0.27524662017822266 -0.56078803539276123 0.78086882829666138 0.27286908030509949 -0.56194871664047241 0.78086882829666138 0.26310548186302185 -0.5665857195854187 0.78086882829666138 0.26854026317596436 -0.56403017044067383 0.78086882829666138 0.25387910008430481 -0.57077956199645996 0.78086882829666138 0.2569621205329895 -0.56939822435379028 0.78086882829666138 0.26003760099411011 -0.56800031661987305 0.78086882829666138 0.3563750684261322 -0.51306986808776855 0.78086882829666138" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1"> <Coordinate point="-20.941188812255859 5.6837263107299805 8.0888767242431641 -23.781129837036133 15.85434627532959 5.5192995071411133 -24.755281448364258 22.899835586547852 3.6181886196136475 -24.897066116333008 30.232765197753906 1.6147215366363525 -24.897066116333008 30.232765197753906 10.700789451599121 -24.569484710693359 20.965715408325195 16.461965560913086" /> <Normal vector="0.94025486707687378 0.34047138690948486 0 0.98129963874816895 0.19248625636100769 0 0.9968106746673584 0.079803057014942169 0 0.99915868043899536 -0.041010972112417221 0 0.99915868043899536 -0.041010972112417221 0 0.99379241466522217 0.11125033348798752 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="22 9 10 -1 22 21 20 -1 22 23 9 -1 22 20 23 -1 24 10 11 -1 24 13 12 -1 24 14 13 -1 24 11 19 -1 24 12 21 -1 24 21 25 -1 24 25 10 -1 26 15 14 -1 26 16 15 -1 26 17 16 -1 26 18 17 -1 26 19 18 -1 26 14 24 -1 26 24 19 -1 27 2 1 -1 27 3 2 -1 27 4 3 -1 27 5 4 -1 27 6 5 -1 28 7 6 -1 28 6 27 -1 28 27 1 -1 29 1 0 -1 29 7 28 -1 29 28 1 -1 30 8 7 -1 30 7 29 -1 30 29 0 -1 31 0 9 -1 31 20 8 -1 31 9 23 -1 31 30 0 -1 31 23 20 -1 31 8 30 -1 32 21 22 -1 32 22 10 -1 32 25 21 -1 32 10 25 -1"> <Coordinate point="-19.662437438964844 5.9026107788085938 7.1554818153381348 -19.740007400512695 4.9475836753845215 7.3120465278625488 -19.822029113769531 4.6458039283752441 7.4084482192993164 -19.891977310180664 4.5089468955993652 7.4767427444458008 -20.126663208007813 4.3992753028869629 7.6610188484191895 -20.304800033569336 4.5097160339355469 7.7746992111206055 -20.503423690795898 4.7565798759460449 7.8853073120117188 -20.746335983276367 5.2052230834960938 8.0040559768676758 -20.941188812255859 5.6837263107299805 8.0888767242431641 -22.673376083374023 16.641059875488281 4.3641200065612793 -23.611577987670898 24.118864059448242 2.2959814071655273 -23.578039169311523 31.905817031860352 0.12036652863025665 -24.897066116333008 30.232765197753906 1.6147215366363525 -24.858982086181641 30.312604904174805 1.3209164142608643 -24.812978744506836 30.385061264038086 1.1712050437927246 -24.749349594116211 30.478250503540039 1.0215109586715698 -24.599153518676758 30.684736251831055 0.76981985569000244 -24.36189079284668 30.991188049316406 0.50139480829238892 -24.058465957641602 31.360799789428711 0.27981856465339661 -23.826171875 31.630161285400391 0.17551484704017639 -23.781129837036133 15.85434627532959 5.5192995071411133 -24.755281448364258 22.899835586547852 3.6181886196136475 -24.281415939331055 21.849250793457031 3.1016309261322021 -23.459524154663086 16.202314376831055 4.632077693939209 -24.571018218994141 27.700262069702148 1.4965643882751465 -24.496686935424805 24.75535774230957 2.305910587310791 -24.507257461547852 30.516006469726563 0.72047072649002075 -20.184717178344727 4.8059220314025879 7.4993548393249512 -20.354085922241211 5.0018892288208008 7.524261474609375 -20.343563079833984 5.4423890113830566 7.309028148651123 -20.503959655761719 5.647181510925293 7.3110666275024414 -22.081699371337891 10.466972351074219 6.1366710662841797 -24.415349960327148 23.420803070068359 2.6717586517333984" /> <Normal vector="-0.3303905725479126 0.099165558815002441 0.93862038850784302 0.048402436077594757 0.23865549266338348 0.96989727020263672 0.22346735000610352 0.2944105863571167 0.92918497323989868 0.3335343599319458 0.32607185840606689 0.88455182313919067 0.58776915073394775 0.38464593887329102 0.71174073219299316 0.71733665466308594 0.40142005681991577 0.56946474313735962 0.82246643304824829 0.40134507417678833 0.40307703614234924 0.906669020652771 0.3781057596206665 0.18704891204833984 0.94024944305419922 0.34048646688461304 1.3238521887615207E-6 -0.27809184789657593 0.2040950208902359 0.9386214017868042 -0.24131064116954803 0.24648913741111755 0.93862253427505493 -0.20500509440898895 0.27741491794586182 0.93862336874008179 0.99915939569473267 -0.040993925184011459 -4.6245918383647222E-6 0.96725720167160034 0.028236223384737968 0.25222253799438477 0.9260290265083313 0.06189277395606041 0.37234330177307129 0.86830335855484009 0.094646885991096497 0.48692011833190918 0.73098361492156982 0.14801661670207977 0.66614866256713867 0.51350778341293335 0.20301282405853271 0.83372390270233154 0.2354273647069931 0.24718712270259857 0.93993216753005981 0.02254972793161869 0.26742324233055115 0.96331524848937988 0.98127168416976929 0.19262887537479401 5.0606481636350509E-6 0.9968186616897583 0.079702697694301605 2.8250260584172793E-6 0.59863930940628052 0.26533022522926331 0.75579816102981567 0.56924760341644287 0.31342694163322449 0.76007944345474243 0.62294107675552368 0.20801259577274323 0.75410550832748413 0.61157053709030151 0.23752668499946594 0.75469368696212769 0.63211899995803833 0.17903533577919006 0.75390446186065674 0.49843469262123108 0.36615681648254395 0.78580659627914429 0.58829343318939209 0.38237965106964111 0.71252834796905518 0.42715442180633545 0.34961006045341492 0.83385366201400757 0.50706493854522705 0.36580935120582581 0.78042846918106079 0.53554064035415649 0.34971830248832703 0.7686958909034729 0.60583329200744629 0.25049176812171936 0.75512903928756714" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 1 0 -1 2 1 4 -1 3 4 5 -1 3 2 4 -1 6 3 5 -1 7 3 6 -1 14 3 7 -1 10 14 7 -1 15 14 10 -1 9 15 10 -1 11 15 9 -1 12 11 9 -1 13 12 9 -1 8 13 9 -1"> <Coordinate point="-19.57868766784668 4.083503246307373 7.3499999046325684 -19.533170700073242 4.5088891983032227 7.3327951431274414 -19.555856704711914 5.0500097274780273 7.2774629592895508 -19.662437438964844 5.9026107788085938 7.1554818153381348 -19.346864700317383 5.069404125213623 7.3499999046325684 -19.063581466674805 6.0481276512145996 7.3499999046325684 -18.730823516845703 7.0111541748046875 7.3499999046325684 -18.349449157714844 7.9559841156005859 7.3499999046325684 -12.385257720947266 37.689659118652344 0.12036651372909546 -16.074989318847656 27.360937118530273 3.0378727912902832 -17.929910659790039 17.170244216918945 5.5766782760620117 -23.578039169311523 31.905817031860352 0.12036652863025665 -20.059501647949219 34.227497100830078 0.12036652863025665 -16.314479827880859 36.162727355957031 0.12036652863025665 -22.673376083374023 16.641059875488281 4.3641200065612793 -23.611577987670898 24.118864059448242 2.2959814071655273" /> <Normal vector="-0.33767756819725037 0.070429004728794098 0.93862324953079224 -0.33610579371452332 0.077584117650985718 0.93862324953079224 -0.33398771286010742 0.086247362196445465 0.93862324953079224 -0.33037853240966797 0.099178746342658997 0.93862324953079224 -0.33367928862571716 0.087433032691478729 0.93862324953079224 -0.32879343628883362 0.10431328415870667 0.93862324953079224 -0.32305428385734558 0.12092279642820358 0.93862324953079224 -0.31647667288780212 0.13721847534179688 0.93862324953079224 -0.10768728703260422 0.32770389318466187 0.93862324953079224 -0.17473462224006653 0.29741251468658447 0.93862324953079224 -0.24913288652896881 0.2385774552822113 0.93862324953079224 -0.20500622689723969 0.27741456031799316 0.93862324953079224 -0.17441326379776001 0.29760107398033142 0.93862324953079224 -0.14185106754302979 0.31442752480506897 0.93862324953079224 -0.27808317542076111 0.20409835875034332 0.93862324953079224 -0.24130630493164063 0.24649068713188171 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1"> <Coordinate point="-24.569484710693359 20.965715408325195 16.461965560913086 -24.897066116333008 30.232765197753906 10.700789451599121 -25.718122482299805 30.636222839355469 10 -25.443305969238281 30.751167297363281 10.073545455932617 -25.268104553222656 30.736465454101563 10.176597595214844 -25.069475173950195 30.631607055664063 10.350322723388672 -24.94011116027832 30.457555770874023 10.532092094421387 -26.761068344116211 29.729534149169922 10 -26.416908264160156 30.035760879516602 10 -26.069244384765625 30.338005065917969 10 -26.726715087890625 29.188859939575195 10.355278968811035 -25.306659698486328 19.347663879394531 16.834228515625 -24.989452362060547 19.755668640136719 16.834228515625 -25.095922470092773 19.6202392578125 16.834228515625 -25.20166015625 19.484237670898438 16.834228515625 -24.770589828491211 20.092872619628906 16.800704956054688 -24.634004592895508 20.42033576965332 16.715099334716797 -24.573684692382813 20.691848754882813 16.607864379882813" /> <Normal vector="-0.488962322473526 0.41724306344985962 0.76604443788528442 -0.40861982107162476 0.49619126319885254 0.76604443788528442 -0.41328224539756775 0.49231460690498352 0.76604443788528442 -0.4097638726234436 0.49524688720703125 0.76604443788528442 -0.40819835662841797 0.49653804302215576 0.76604443788528442 -0.40710794925689697 0.49743244051933289 0.76604443788528442 -0.40723586082458496 0.49732771515846252 0.76604443788528442 -0.43004205822944641 0.47774443030357361 0.76604443788528442 -0.42451152205467224 0.48266538977622986 0.76604443788528442 -0.41892468929290771 0.48752233386039734 0.76604443788528442 -0.43408489227294922 0.47407406568527222 0.76604443788528442 -0.51064705848693848 0.39040428400039673 0.76604443788528442 -0.5042462944984436 0.39863714575767517 0.76604443788528442 -0.50639474391937256 0.39590439200401306 0.76604443788528442 -0.50852835178375244 0.39316007494926453 0.76604443788528442 -0.49920406937599182 0.40493357181549072 0.76604443788528442 -0.49486848711967468 0.41022077202796936 0.76604443788528442 -0.49169299006462097 0.41402164101600647 0.76604443788528442" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1"> <Coordinate point="-10.967652320861816 38.298164367675781 3.9111936092376709 -10.341579437255859 38.465690612792969 9.7596168518066406 -10.656630516052246 38.554328918457031 3.8700993061065674 -10.838809013366699 38.458927154541016 3.8925406932830811 -10.022622108459473 38.723983764648438 9.7185659408569336 -10.209506034851074 38.629001617431641 9.7410869598388672" /> <Normal vector="-0.88846182823181152 0.4515337347984314 0.082175552845001221 -0.88846725225448608 0.45152297616004944 0.08217649906873703 -0.26641592383384705 0.96385818719863892 -1.7610836948733777E-6 -0.63155907392501831 0.7740243673324585 0.044937815517187119 -0.25056535005569458 0.96809971332550049 2.113728669428383E-6 -0.62517458200454712 0.77918052673339844 0.045105002820491791" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1"> <Coordinate point="-10.656630516052246 38.554328918457031 3.8700993061065674 -10.838809013366699 38.458927154541016 3.8925406932830811 -10.967652320861816 38.298164367675781 3.9111936092376709 -10.997550964355469 38.458469390869141 0.74746823310852051 -11.177720069885254 38.362442016601563 0.76989573240280151 -11.304931640625 38.202278137207031 0.78858399391174316" /> <Normal vector="-0.26641589403152466 0.96385818719863892 -1.4253806739361607E-6 -0.63156270980834961 0.77402138710021973 0.044938359409570694 -0.8884698748588562 0.45151770114898682 0.082176700234413147 -0.27493876218795776 0.96146172285079956 0 -0.63604694604873657 0.77034240961074829 0.044909369200468063 -0.88969969749450684 0.4490794837474823 0.082231543958187103" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1"> <Coordinate point="-10.997550964355469 38.458469390869141 0.74746823310852051 -11.077024459838867 38.435653686523438 0.43665421009063721 -11.178016662597656 38.406406402587891 0.24846003949642181 -11.388165473937988 38.344615936279297 0.012588707730174065 -11.649911880493164 38.265907287597656 -0.16213507950305939 -11.85151195526123 38.203948974609375 -0.24785777926445007 -12.071961402893066 38.134860992431641 -0.30803510546684265 -12.487507820129395 38.000816345214844 -0.34894537925720215 -12.459417343139648 37.915332794189453 -0.062796838581562042 -12.385257720947266 37.689659118652344 0.12036651372909546 -11.304931640625 38.202278137207031 0.78858399391174316 -11.349807739257813 38.196693420410156 0.58727371692657471 -11.454672813415527 38.158111572265625 0.41333633661270142 -11.591052055358887 38.098438262939453 0.29067134857177734 -11.770998001098633 38.012825012207031 0.19602087140083313 -11.984463691711426 37.905044555664063 0.13682740926742554 -11.177720069885254 38.362442016601563 0.76989573240280151 -11.94990062713623 38.106575012207031 -0.030854778364300728 -12.04597282409668 38.071556091308594 -0.049504242837429047" /> <Normal vector="-0.27494770288467407 0.96145915985107422 1.0572121027507819E-6 -0.2769433856010437 0.96088624000549316 -0.000048293113650288433 -0.27944779396057129 0.96016091108322144 -0.000038133515772642568 -0.28465676307678223 0.95862948894500732 0.000035219836718169972 -0.29119804501533508 0.95666277408599854 0.0000313523669319693 -0.29625251889228821 0.95510965585708618 0.000037121604691492394 -0.30186504125595093 0.95335066318511963 7.2398283919028472E-6 -0.3121868371963501 0.95002073049545288 0 -0.25607019662857056 0.77903801202774048 0.5723004937171936 -0.10769201070070267 0.32770228385925293 0.93862324953079224 -0.88970232009887695 0.4490739107131958 0.082233957946300507 -0.83254903554916382 0.48011466860771179 0.27631860971450806 -0.74173808097839355 0.4900810718536377 0.45787018537521362 -0.63732093572616577 0.48208248615264893 0.60118091106414795 -0.51041150093078613 0.45754489302635193 0.72810214757919312 -0.36542415618896484 0.41891402006149292 0.83124983310699463 -0.63605242967605591 0.77033758163452148 0.044914864003658295 -0.39410263299942017 0.79117721319198608 0.46767693758010864 -0.36799752712249756 0.78951221704483032 0.49117034673690796" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 7 -1 12 5 4 -1 12 4 8 -1 13 6 5 -1 13 5 12 -1 14 7 6 -1 14 6 13 -1 14 1 7 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 13 16 -1 17 16 11 -1 17 1 14 -1 17 14 13 -1"> <Coordinate point="-23.772693634033203 32.169223785400391 -0.34894508123397827 -20.225107192993164 34.51007080078125 -0.34894508123397827 -16.449169158935547 36.461277008056641 -0.34894508123397827 -12.487507820129395 38.000816345214844 -0.34894537925720215 -23.578039169311523 31.905817031860352 0.12036652863025665 -23.656984329223633 32.012645721435547 0.047019768506288528 -23.719219207763672 32.09686279296875 -0.062794789671897888 -23.759010314941406 32.150707244873047 -0.19896338880062103 -20.059501647949219 34.227497100830078 0.12036652863025665 -16.314479827880859 36.162727355957031 0.12036652863025665 -12.385257720947266 37.689659118652344 0.12036651372909546 -12.459417343139648 37.915332794189453 -0.062796838581562042 -20.126665115356445 34.342098236083984 0.047019768506288528 -20.17961311340332 34.432441711425781 -0.062794789671897888 -20.213466644287109 34.490207672119141 -0.19896338880062103 -16.369104385375977 36.283809661865234 0.047019768506288528 -16.412166595458984 36.379261016845703 -0.062794789671897888 -16.439699172973633 36.440292358398438 -0.19896338880062103" /> <Normal vector="-0.59431737661361694 0.80423063039779663 0 -0.50562769174575806 0.86275178194046021 0 -0.41122922301292419 0.91153198480606079 0 -0.31218770146369934 0.950020432472229 -5.8216795650878339E-7 -0.20500622689723969 0.27741456031799316 0.93862324953079224 -0.36289745569229126 0.49107304215431213 0.79192972183227539 -0.48736631870269775 0.65950441360473633 0.57230061292648315 -0.56694948673248291 0.76719635725021362 0.29996341466903687 -0.17441326379776001 0.29760107398033142 0.93862324953079224 -0.14185106754302979 0.31442752480506897 0.93862324953079224 -0.10768735408782959 0.32770407199859619 0.93862318992614746 -0.25600770115852356 0.77905869483947754 0.5723002552986145 -0.3087424635887146 0.52680677175521851 0.79192972183227539 -0.41463690996170044 0.70749431848526001 0.57230061292648315 -0.48234391212463379 0.82302266359329224 0.29996341466903687 -0.25110158324241638 0.55659258365631104 0.79192972183227539 -0.33722600340843201 0.74749624729156494 0.57230061292648315 -0.39229241013526917 0.86955654621124268 0.29996341466903687" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1"> <Coordinate point="-24.897066116333008 30.232765197753906 1.6147215366363525 -24.858982086181641 30.312604904174805 1.3209164142608643 -24.812978744506836 30.385061264038086 1.1712050437927246 -24.749349594116211 30.478250503540039 1.0215109586715698 -24.599153518676758 30.684736251831055 0.76981985569000244 -24.36189079284668 30.991188049316406 0.50139480829238892 -24.058465957641602 31.360799789428711 0.27981856465339661 -23.826171875 31.630161285400391 0.17551484704017639 -23.578039169311523 31.905817031860352 0.12036652863025665 -25.718122482299805 30.636222839355469 1.6147216558456421 -25.488540649414063 30.744888305664063 1.6147216558456421 -25.318340301513672 30.747066497802734 1.6147216558456421 -25.14787483215332 30.686834335327148 1.6147215366363525 -25.009815216064453 30.57014274597168 1.6147215366363525 -24.922357559204102 30.411937713623047 1.6147215366363525 -25.68803596496582 30.661455154418945 1.3049592971801758 -25.582313537597656 30.749719619750977 0.95080912113189697 -25.411281585693359 30.891208648681641 0.62038642168045044 -25.205717086791992 31.059165954589844 0.3471149206161499 -24.975536346435547 31.244560241699219 0.12173808366060257 -24.638643264770508 31.510906219482422 -0.11174597591161728 -24.223766326904297 31.83094596862793 -0.28450471162796021 -23.772693634033203 32.169223785400391 -0.34894508123397827 -23.656984329223633 32.012645721435547 0.047019768506288528 -23.719219207763672 32.09686279296875 -0.062794789671897888 -23.759010314941406 32.150707244873047 -0.19896338880062103 -24.762384414672852 31.172794342041016 0.51481574773788452 -25.387228012084961 30.819576263427734 1.1369332075119019 -25.336694717407227 30.865606307983398 0.99582803249359131 -24.958032608032227 30.517189025878906 1.4814825057983398 -25.268486022949219 30.926437377929688 0.84721833467483521 -25.073781967163086 30.851364135742188 1.0256888866424561 -24.918460845947266 30.626762390136719 1.2039549350738525 -25.19029426574707 30.9949951171875 0.70900946855545044 -24.89710807800293 30.660255432128906 1.1343288421630859 -24.870079040527344 30.700136184692383 1.0596923828125 -24.665554046630859 30.964027404785156 0.68714219331741333 -24.369726181030273 31.5382080078125 0.17274940013885498 -24.202260971069336 31.686702728271484 0.078337050974369049 -24.060047149658203 31.810087203979492 0.01724923774600029 -25.154886245727539 30.737714767456055 1.3434135913848877 -25.130147933959961 30.784139633178711 1.1954032182693481" /> <Normal vector="0.99915868043899536 -0.041010893881320953 2.0962049802619731E-6 0.9673459529876709 0.028127184137701988 0.25189405679702759 0.9259989857673645 0.061773732304573059 0.37243771553039551 0.86828380823135376 0.094634510576725006 0.4869573712348938 0.73101431131362915 0.14817182719707489 0.66608047485351563 0.51352810859680176 0.20300978422164917 0.83371210098266602 0.23534667491912842 0.24722732603549957 0.93994182348251343 0.022607982158660889 0.26749643683433533 0.96329361200332642 -0.20500524342060089 0.27741515636444092 0.93862330913543701 -0.64295309782028198 0.76590555906295776 0 -0.18388707935810089 0.98294734954833984 3.9819283301767427E-6 0.15658235549926758 0.98766487836837769 4.8211431931122206E-6 0.49763807654380798 0.86738479137420654 5.5221585171238985E-6 0.77365416288375854 0.63360810279846191 1.1322445061523467E-6 0.94838929176330566 0.31710836291313171 0.000011196070772712119 -0.6422005295753479 0.76653671264648438 -7.6873602665727958E-6 -0.63955968618392944 0.7687414288520813 4.3736317820730619E-6 -0.63528198003768921 0.77228021621704102 4.16582361140172E-6 -0.63014036417007446 0.77648121118545532 -1.2454050875021494E-6 -0.62438780069351196 0.78111451864242554 -1.0399794518889394E-6 -0.61597132682800293 0.78776854276657104 3.5952486996393418E-6 -0.60558462142944336 0.79578089714050293 -3.1422819120052736E-6 -0.59431737661361694 0.80423063039779663 3.3293599699391052E-7 -0.36289682984352112 0.49107351899147034 0.79192972183227539 -0.48736578226089478 0.65950471162796021 0.57230073213577271 -0.56694924831390381 0.76719635725021362 0.29996377229690552 -0.024508656933903694 0.77673125267028809 0.62935513257980347 -0.19008703529834747 0.957866370677948 0.21531115472316742 -0.21927399933338165 0.94156235456466675 0.2556937038898468 0.84726095199584961 0.50272268056869507 0.17151902616024017 -0.25169184803962708 0.92348283529281616 0.2895352840423584 0.23046775162220001 0.85000550746917725 0.47368261218070984 0.71175432205200195 0.54245787858963013 0.44625687599182129 -0.28277331590652466 0.90634000301361084 0.31398579478263855 0.67457497119903564 0.54304397106170654 0.50005185604095459 0.63236445188522339 0.54298818111419678 0.55252057313919067 0.38921409845352173 0.53679388761520386 0.74857509136199951 -0.23133005201816559 0.72286701202392578 0.65111416578292847 -0.30399677157402039 0.70489746332168579 0.64086306095123291 -0.36134597659111023 0.69083154201507568 0.6262434720993042 0.37998846173286438 0.88215851783752441 0.27821767330169678 0.30647450685501099 0.87231463193893433 0.38097313046455383" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1"> <Coordinate point="-10.100591659545898 38.265975952148438 10.355278968811035 -10.323488235473633 38.266086578369141 10.217992782592773 -10.462800979614258 38.180984497070313 10.013345718383789 -10.336432456970215 38.467025756835938 9.8079347610473633 -10.191715240478516 38.634639739990234 9.9095926284790039 -9.9938545227050781 38.731418609619141 9.9853754043579102 -9.8797454833984375 38.760684967041016 10" /> <Normal vector="-0.16404986381530762 0.62150108814239502 0.76604443788528442 -0.60984456539154053 0.62172728776931763 0.49147206544876099 -0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.68028813600540161 0.60181248188018799 0.41836565732955933 -0.35156387090682983 0.64474290609359741 0.67875576019287109 -0.15876433253288269 0.62287241220474243 0.7660442590713501" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1"> <Coordinate point="-10.100591659545898 38.265975952148438 10.355278968811035 -13.4166259765625 28.892097473144531 16.834228515625 -13.67119026184082 28.714366912841797 16.792268753051758 -13.827557563781738 28.476579666137695 16.674985885620117 -10.462800979614258 38.180984497070313 10.013345718383789 -10.323488235473633 38.266086578369141 10.217992782592773" /> <Normal vector="-0.16404989361763 0.62150102853775024 0.76604443788528442 -0.27072584629058838 0.58299678564071655 0.76604324579238892 -0.70499742031097412 0.51111644506454468 0.49166926741600037 -0.95066821575164795 0.29913231730461121 0.082157067954540253 -0.88846725225448608 0.45152297616004944 0.08217649906873703 -0.60984480381011963 0.62172681093215942 0.49147239327430725" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1"> <Coordinate point="-25.718122482299805 30.636222839355469 1.6147216558456421 -25.488540649414063 30.744888305664063 1.6147216558456421 -25.318340301513672 30.747066497802734 1.6147216558456421 -25.14787483215332 30.686834335327148 1.6147215366363525 -25.009815216064453 30.57014274597168 1.6147215366363525 -24.922357559204102 30.411937713623047 1.6147215366363525 -24.897066116333008 30.232765197753906 1.6147215366363525 -25.718122482299805 30.636222839355469 10 -25.443305969238281 30.751167297363281 10.073545455932617 -25.268104553222656 30.736465454101563 10.176597595214844 -25.069475173950195 30.631607055664063 10.350322723388672 -24.94011116027832 30.457555770874023 10.532092094421387 -24.897066116333008 30.232765197753906 10.700789451599121" /> <Normal vector="-0.64295303821563721 0.76590555906295776 0 -0.18392418324947357 0.9829404354095459 0 0.15662205219268799 0.98765861988067627 0 0.49766689538955688 0.86736822128295898 0 0.77362614870071411 0.63364231586456299 0 0.9484095573425293 0.31704774498939514 0 0.99915868043899536 -0.041010972112417221 0 -0.64295303821563721 0.76590555906295776 0 -0.093305803835391998 0.99563747644424438 0 0.25708302855491638 0.96638929843902588 0 0.65410763025283813 0.75640147924423218 0 0.91278469562530518 0.40844103693962097 0 0.99915868043899536 -0.041010972112417221 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1"> <Coordinate point="-10.022622108459473 38.723983764648438 9.7185659408569336 -10.209506034851074 38.629001617431641 9.7410869598388672 -10.341579437255859 38.465690612792969 9.7596168518066406 -9.9938545227050781 38.731418609619141 9.9853754043579102 -10.336432456970215 38.467025756835938 9.8079347610473633 -10.191715240478516 38.634639739990234 9.9095926284790039" /> <Normal vector="-0.25056555867195129 0.96809965372085571 0 -0.62517327070236206 0.77918159961700439 0.045103665441274643 -0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.24984635412693024 0.96828550100326538 0 -0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.62438535690307617 0.77981740236282349 0.045030608773231506" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 3 0 -1 1 2 0 -1"> <Coordinate point="8.7188844680786133 38.865650177001953 9.7596168518066406 8.4760723114013672 38.672618865966797 9.9641256332397461 8.4792394638061523 38.669891357421875 10.013345718383789 8.7240629196166992 38.86444091796875 9.8079347610473633" /> <Normal vector="-0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.57686543464660645 0.81269508600234985 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 3 0 2 -1"> <Coordinate point="0.99003243446350098 31.6407470703125 16.674985885620117 0.85253310203552246 31.51594352722168 16.571977615356445 8.4792394638061523 38.669891357421875 10.013345718383789 8.4760723114013672 38.672618865966797 9.9641256332397461" /> <Normal vector="-0.70276099443435669 0.70666629076004028 0.082157023251056671 -0.70374530553817749 0.70542287826538086 0.084386467933654785 -0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.57686543464660645 0.81269508600234985 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 2 -1"> <Coordinate point="8.4760723114013672 38.672618865966797 9.9641256332397461 8.0866708755493164 39.008262634277344 3.9111936092376709 8.7188844680786133 38.865650177001953 9.7596168518066406" /> <Normal vector="-0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.57686549425125122 0.81269502639770508 0.082176446914672852 -0.57686543464660645 0.81269508600234985 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1"> <Coordinate point="8.4760723114013672 38.672618865966797 9.9641256332397461 8.0866708755493164 39.008262634277344 3.9111936092376709 0.85253310203552246 31.51594352722168 16.571977615356445 -10.72877311706543 17.543691635131836 7.801386833190918 -5.5266718864440918 24.813308715820313 11.687099456787109 7.743464469909668 39.080101013183594 0.78858399391174316 0.17251947522163391 32.399261474609375 3.5125977993011475 -6.0104274749755859 24.978727340698242 5.9541029930114746" /> <Normal vector="-0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.576865553855896 0.81269502639770508 0.08217649906873703 -0.70375049114227295 0.7054172158241272 0.084390662610530853 -0.8633924126625061 0.49763581156730652 0.083139099180698395 -0.7949521541595459 0.60076487064361572 0.084454804658889771 -0.57909244298934937 0.81110411882400513 0.0822315514087677 -0.70125114917755127 0.70790457725524902 0.084367804229259491 -0.79659557342529297 0.59858620166778564 0.084439717233181" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1"> <Coordinate point="7.743464469909668 39.080101013183594 0.78858399391174316 0.17251947522163391 32.399261474609375 3.5125977993011475 -6.0104274749755859 24.978727340698242 5.9541029930114746 -10.72877311706543 17.543691635131836 7.801386833190918 -11.264358520507813 16.822597503662109 7.5466322898864746 -11.874804496765137 16.174448013305664 7.4022507667541504 -12.550300598144531 15.572089195251465 7.3499999046325684 6.5486569404602051 39.128253936767578 0.12036651372909546 -1.5184340476989746 31.69732666015625 3.0378727912902832 -7.8967370986938477 23.535942077636719 5.5766782760620117 7.7011327743530273 39.096012115478516 0.58727371692657471 7.5903491973876953 39.110580444335938 0.41333633661270142 7.4418606758117676 39.121124267578125 0.29067134857177734 7.242739200592041 39.128940582275391 0.19602087140083313 7.0036368370056152 39.132709503173828 0.13682740926742554 7.2073793411254883 38.97344970703125 0.3360569179058075 3.2752790451049805 35.721454620361328 1.71770179271698 -0.59386235475540161 31.935550689697266 3.1598653793334961 -3.8131232261657715 28.238025665283203 4.4233684539794922 -6.8663873672485352 24.161979675292969 5.6590628623962402 -9.3121480941772461 20.405107498168945 6.6417365074157715" /> <Normal vector="-0.57909584045410156 0.81110149621963501 0.082233995199203491 -0.70123934745788574 0.70791411399841309 0.084386043250560761 -0.79658955335617065 0.59858834743499756 0.084481336176395416 -0.86338293552398682 0.49765464663505554 0.083125211298465729 -0.73011666536331177 0.48698049783706665 0.47935333847999573 -0.51172775030136108 0.40534716844558716 0.7575145959854126 -0.21645806729793549 0.26857399940490723 0.93862342834472656 0.05694262683391571 0.34020751714706421 0.93862473964691162 -0.016501586884260178 0.3445475697517395 0.93862384557723999 -0.10972114652395248 0.3270283043384552 0.93862330913543701 -0.51419097185134888 0.81200957298278809 0.27613064646720886 -0.42853322625160217 0.77852714061737061 0.45853540301322937 -0.34026986360549927 0.72299104928970337 0.60124897956848145 -0.23856598138809204 0.64220321178436279 0.72846502065658569 -0.129169762134552 0.5406004786491394 0.83130395412445068 -0.3231433629989624 0.70709228515625 0.62896651029586792 -0.38110813498497009 0.67773973941802979 0.62882858514785767 -0.44183465838432312 0.64093780517578125 0.62767893075942993 -0.49552595615386963 0.60265642404556274 0.62550723552703857 -0.54984325170516968 0.55757677555084229 0.62191683053970337 -0.59686017036437988 0.51201426982879639 0.6177372932434082" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1"> <Coordinate point="-7.761317253112793 18.432634353637695 7.350001335144043 -8.0098581314086914 18.545921325683594 7.5113668441772461 -8.1857194900512695 18.714933395385742 7.6914515495300293 -8.2900018692016602 18.943429946899414 7.8923606872558594 -8.3158512115478516 19.217998504638672 8.1020231246948242 -8.2886800765991211 19.434322357177734 8.2524509429931641 -8.2243452072143555 19.669631958007813 8.4058465957641602 -8.0428562164306641 20.081108093261719 8.6555080413818359 -7.8098893165588379 20.459758758544922 8.8697471618652344 -8.9849605560302734 17.868141174316406 7.3499999046325684 -11.39827823638916 16.434087753295898 7.3499999046325684 -10.616524696350098 16.949613571166992 7.3499999046325684 -9.811497688293457 17.427980422973633 7.3499999046325684 -12.550300598144531 15.572089195251465 7.3499999046325684 -10.72877311706543 17.543691635131836 7.801386833190918 -11.264358520507813 16.822597503662109 7.5466322898864746 -11.874804496765137 16.174448013305664 7.4022507667541504 -5.5266718864440918 24.813308715820313 11.687099456787109 0.85253310203552246 31.51594352722168 16.571977615356445 0.99003243446350098 31.6407470703125 16.674985885620117 1.546994686126709 31.817699432373047 16.834228515625 1.238993763923645 31.778627395629883 16.792268753051758 2.0629689693450928 31.788414001464844 16.834228515625 1.8910312652587891 31.799106597900391 16.834228515625 1.7190381288528442 31.808868408203125 16.834228515625 -3.273888111114502 26.316959381103516 12.565853118896484" /> <Normal vector="0.24242283403873444 -0.57573872804641724 0.78086882829666138 0.24768790602684021 -0.5734933614730835 0.78086882829666138 0.25033655762672424 -0.57234209775924683 0.78086882829666138 0.250446617603302 -0.57229399681091309 0.78086882829666138 0.24808327853679657 -0.57332241535186768 0.78086882829666138 0.24507202208042145 -0.57461607456207275 0.78086882829666138 0.24098281562328339 -0.57634294033050537 0.78086882829666138 0.23226512968540192 -0.57991105318069458 0.78086882829666138 0.22277911007404327 -0.58362090587615967 0.78086882829666138 0.28064301609992981 -0.55810695886611938 0.78086882829666138 0.3560224175453186 -0.51331466436386108 0.78086882829666138 0.33160454034805298 -0.52941697835922241 0.78086882829666138 0.3064596951007843 -0.54435867071151733 0.78086882829666138 0.39200553297996521 -0.48639035224914551 0.78086882829666138 0.32591593265533447 -0.53293782472610474 0.78086882829666138 0.3475707471370697 -0.51907461881637573 0.78086882829666138 0.36969608068466187 -0.50355607271194458 0.78086882829666138 0.1358104944229126 -0.60975354909896851 0.78086882829666138 -0.016892395913600922 -0.62446659803390503 0.78086882829666138 -0.019537016749382019 -0.62438946962356567 0.78086882829666138 -0.030337192118167877 -0.62395799160003662 0.78086882829666138 -0.024337289854884148 -0.62422078847885132 0.78086882829666138 -0.04045569896697998 -0.62338370084762573 0.78086882829666138 -0.037083890289068222 -0.62359338998794556 0.78086882829666138 -0.033711034804582596 -0.62378478050231934 0.78086882829666138 0.077118992805480957 -0.61991655826568604 0.78086882829666138" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1"> <Coordinate point="-15.901142120361328 14.764545440673828 8.0888767242431641 -13.689262390136719 25.089969635009766 5.5192995071411133 -11.277627944946289 31.781148910522461 3.6181886196136475 -7.9953908920288086 38.34002685546875 1.6147215366363525 -7.9953908920288086 38.34002685546875 10.700789451599121 -12.011943817138672 29.982227325439453 16.461965560913086" /> <Normal vector="0.99077928066253662 -0.13548579812049866 0 0.9583505392074585 -0.28559458255767822 0 0.91971832513809204 -0.39257889986038208 0 0.86565232276916504 -0.50064563751220703 0 0.86565232276916504 -0.50064563751220703 0 0.93166011571884155 -0.36333107948303223 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="22 9 10 -1 22 21 20 -1 22 23 9 -1 22 20 23 -1 24 10 11 -1 24 13 12 -1 24 14 13 -1 24 11 19 -1 24 12 21 -1 24 21 25 -1 24 25 10 -1 26 15 14 -1 26 16 15 -1 26 17 16 -1 26 18 17 -1 26 19 18 -1 26 14 24 -1 26 24 19 -1 27 2 1 -1 27 3 2 -1 27 4 3 -1 27 5 4 -1 27 6 5 -1 28 7 6 -1 28 6 27 -1 28 27 1 -1 29 1 0 -1 29 7 28 -1 29 28 1 -1 30 8 7 -1 30 7 29 -1 30 29 0 -1 31 0 9 -1 31 20 8 -1 31 9 23 -1 31 23 20 -1 31 30 0 -1 31 8 30 -1 32 21 22 -1 32 22 10 -1 32 25 21 -1 32 10 25 -1"> <Coordinate point="-14.667142868041992 14.364093780517578 7.1554813385009766 -15.18017578125 13.553845405578613 7.3122587203979492 -15.393247604370117 13.324782371520996 7.4088149070739746 -15.518802642822266 13.236343383789063 7.4771780967712402 -15.776431083679199 13.248333930969238 7.6606626510620117 -15.882655143737793 13.427577972412109 7.7739243507385254 -15.94423770904541 13.738641738891602 7.8848700523376465 -15.951019287109375 14.249517440795898 8.0039052963256836 -15.901142120361328 14.764545440673828 8.0888767242431641 -12.342790603637695 25.271770477294922 4.3641195297241211 -9.6984176635742188 32.32904052734375 2.2959811687469482 -6.0499444007873535 39.208457946777344 0.12036652863025665 -7.9953908920288086 38.34002685546875 1.6147215366363525 -7.924565315246582 38.393024444580078 1.3209164142608643 -7.85015869140625 38.435802459716797 1.1712050437927246 -7.7505111694335938 38.488746643066406 1.0215109586715698 -7.5215606689453125 38.601779937744141 0.76981985569000244 -7.169060230255127 38.762866973876953 0.50139480829238892 -6.7286229133605957 38.949134826660156 0.27981856465339661 -6.397758960723877 39.079689025878906 0.17551484704017639 -13.689262390136719 25.089969635009766 5.5192995071411133 -11.277627944946289 31.781148910522461 3.6181886196136475 -11.346272468566895 30.630687713623047 3.1016309261322021 -13.242786407470703 25.248620986938477 4.632077693939209 -8.8836030960083008 35.946083068847656 1.4965643882751465 -10.18635082244873 33.303958892822266 2.305910587310791 -7.5186038017272949 38.409671783447266 0.72047072649002075 -15.639240264892578 13.634675025939941 7.4994673728942871 -15.698288917541504 13.887264251708984 7.5244588851928711 -15.484041213989258 14.272735595703125 7.3090238571166992 -15.530979156494141 14.528997421264648 7.3110666275024414 -14.688129425048828 19.52992057800293 6.1366710662841797 -10.734528541564941 32.084468841552734 2.6717586517333984" /> <Normal vector="-0.24646167457103729 0.24134688079357147 0.93862044811248779 0.15420085191726685 0.18875522911548615 0.96984201669692993 0.33532428741455078 0.15671427547931671 0.92897701263427734 0.4475419819355011 0.13357199728488922 0.88423115015029907 0.69877058267593384 0.06757383793592453 0.71214711666107178 0.82097208499908447 0.022400954738259315 0.57052874565124512 0.91446155309677124 -0.026641227304935455 0.40379494428634644 0.97847926616668701 -0.086472764611244202 0.18735197186470032 0.99078148603439331 -0.13546982407569885 1.2600786476468784E-6 -0.15139034390449524 0.30995288491249084 0.9386214017868042 -0.099120721220970154 0.33039793372154236 0.93862253427505493 -0.052601844072341919 0.34090933203697205 0.93862336874008179 0.8656609058380127 -0.50063085556030273 -4.624568646249827E-6 0.86958575248718262 -0.42450490593910217 0.25222253799438477 0.8487209677696228 -0.37554380297660828 0.37234330177307129 0.81282907724380493 -0.31971505284309387 0.48692011833190918 0.71604061126708984 -0.20864282548427582 0.66614866256713867 0.54903328418731689 -0.058880031108856201 0.83372390270233154 0.32333415746688843 0.10946477949619293 0.93993216753005981 0.14424458146095276 0.22631214559078217 0.96331524848937988 0.95839202404022217 -0.28545528650283813 5.0391413424222264E-6 0.91967880725860596 -0.39267149567604065 2.8155452582723228E-6 0.65337389707565308 -0.043263304978609085 0.75579816102981567 0.64970046281814575 0.012983221560716629 0.76007944345474243 0.64825522899627686 -0.10530915111303329 0.75410550832748413 0.65190297365188599 -0.073891580104827881 0.75469368696212769 0.64291542768478394 -0.13523243367671967 0.75390446186065674 0.61136060953140259 0.092624172568321228 0.78591281175613403 0.69865298271179199 0.065174877643585205 0.7124859094619751 0.54056572914123535 0.11109168082475662 0.83393484354019165 0.61898386478424072 0.088263288140296936 0.78042840957641602 0.63671988248825073 0.060781989246606827 0.76869583129882813 0.65284806489944458 -0.059745345264673233 0.75512903928756714" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 14 1 -1 15 14 0 -1 11 0 2 -1 11 15 0 -1 3 11 2 -1 4 11 3 -1 12 11 4 -1 7 12 4 -1 13 12 7 -1 6 13 7 -1 8 13 6 -1 9 8 6 -1 10 9 6 -1 5 10 6 -1"> <Coordinate point="-14.774928092956543 13.479670524597168 7.3499999046325684 -15.438371658325195 12.714427947998047 7.3499999046325684 -14.069258689880371 14.214639663696289 7.3499999046325684 -13.32707405090332 14.912715911865234 7.3499999046325684 -12.550300598144531 15.572089195251465 7.3499999046325684 6.5486569404602051 39.128253936767578 0.12036651372909546 -1.5184340476989746 31.69732666015625 3.0378727912902832 -7.8967370986938477 23.535942077636719 5.5766782760620117 -6.0499444007873535 39.208457946777344 0.12036652863025665 -1.8554953336715698 39.629058837890625 0.12036652863025665 2.35990309715271 39.602222442626953 0.12036652863025665 -14.667142868041992 14.364093780517578 7.1554813385009766 -12.342790603637695 25.271770477294922 4.3641195297241211 -9.6984176635742188 32.32904052734375 2.2959811687469482 -15.197277069091797 13.074165344238281 7.332667350769043 -14.969043731689453 13.559323310852051 7.2775259017944336" /> <Normal vector="-0.25482615828514099 0.23248660564422607 0.93862324953079224 -0.26626870036125183 0.21928833425045013 0.93862324953079224 -0.24265533685684204 0.24516275525093079 0.93862324953079224 -0.22985473275184631 0.2572026252746582 0.93862324953079224 -0.21645757555961609 0.26857495307922363 0.93862324953079224 0.05693923681974411 0.34021216630935669 0.93862324953079224 -0.016505328938364983 0.34454894065856934 0.93862324953079224 -0.10972373932600021 0.32702767848968506 0.93862324953079224 -0.052603021264076233 0.34090954065322876 0.93862324953079224 -0.016133153811097145 0.34456655383110046 0.93862324953079224 0.020518876612186432 0.3443332314491272 0.93862324953079224 -0.24644497036933899 0.24135300517082214 0.93862324953079224 -0.15138117969036102 0.30995181202888489 0.93862324953079224 -0.099116183817386627 0.33039730787277222 0.93862324953079224 -0.26149311661720276 0.22496163845062256 0.93862324953079224 -0.25565317273139954 0.23157685995101929 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1"> <Coordinate point="-12.011943817138672 29.982227325439453 16.461965560913086 -7.9953908920288086 38.34002685546875 10.700789451599121 -8.5349035263061523 39.078834533691406 10 -8.2381486892700195 39.052902221679688 10.073545455932617 -8.0898475646972656 38.958461761474609 10.176597595214844 -7.9626998901367188 38.773307800292969 10.350322723388672 -7.9290399551391602 38.559074401855469 10.532092094421387 -9.8797454833984375 38.760684967041016 10 -9.4326963424682617 38.871894836425781 10 -8.9843959808349609 38.977951049804688 10 -10.100591659545898 38.265975952148438 10.355278968811035 -13.4166259765625 28.892097473144531 16.834228515625 -12.946144104003906 29.105953216552734 16.834228515625 -13.10335636138916 29.035516738891602 16.834228515625 -13.260185241699219 28.964229583740234 16.834228515625 -12.595644950866699 29.302822113037109 16.800704956054688 -12.322525024414063 29.529302597045898 16.715099334716797 -12.142934799194336 29.741682052612305 16.607864379882813" /> <Normal vector="-0.23905211687088013 0.59668248891830444 0.76604443788528442 -0.13122329115867615 0.62925064563751221 0.76604443788528442 -0.1371532529592514 0.62798476219177246 0.76604443788528442 -0.13267520070075989 0.62894612550735474 0.76604443788528442 -0.13068896532058716 0.62936180830001831 0.76604443788528442 -0.12930779159069061 0.62964707612991333 0.76604443788528442 -0.12946973741054535 0.62961375713348389 0.76604443788528442 -0.15876443684101105 0.62287217378616333 0.76604443788528442 -0.15158049762248993 0.62465929985046387 0.76604443788528442 -0.14437645673751831 0.62636357545852661 0.76604443788528442 -0.16404986381530762 0.62150102853775024 0.76604443788528442 -0.27072560787200928 0.58299535512924194 0.76604443788528442 -0.26123201847076416 0.58731061220169067 0.76604443788528442 -0.26440432667732239 0.58588927984237671 0.76604443788528442 -0.26756888628005981 0.58445084095001221 0.76604443788528442 -0.25384122133255005 0.59054255485534668 0.76604443788528442 -0.24754518270492554 0.59320932626724243 0.76604443788528442 -0.24296706914901733 0.59509909152984619 0.76604443788528442" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1"> <Coordinate point="8.0866708755493164 39.008262634277344 3.9111936092376709 8.7188844680786133 38.865650177001953 9.7596168518066406 8.4811115264892578 39.090545654296875 3.8700993061065674 8.2754669189453125 39.090736389160156 3.8925406932830811 9.1213417053222656 38.946132659912109 9.7185659408569336 8.9117231369018555 38.948875427246094 9.7410869598388672" /> <Normal vector="-0.57685571908950806 0.81270205974578857 0.082175552845001221 -0.57686549425125122 0.81269508600234985 0.08217649906873703 0.21202763915061951 0.9772636890411377 -1.761282874213066E-6 -0.19951069355010986 0.97886466979980469 0.044937815517187119 0.22803376615047455 0.97365319728851318 2.11313204090402E-6 -0.19146133959293365 0.98046320676803589 0.045105002820491791" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1"> <Coordinate point="8.4811115264892578 39.090545654296875 3.8700993061065674 8.2754669189453125 39.090736389160156 3.8925406932830811 8.0866708755493164 39.008262634277344 3.9111936092376709 8.1346940994262695 39.164100646972656 0.74746823310852051 7.9305367469787598 39.162803649902344 0.76989573240280151 7.743464469909668 39.080101013183594 0.78858399391174316" /> <Normal vector="0.21202766895294189 0.9772636890411377 -1.4254725329010398E-6 -0.19951535761356354 0.97886371612548828 0.044938359409570694 -0.57687026262283325 0.81269162893295288 0.082176700234413147 0.20336735248565674 0.9791024923324585 0 -0.20519562065601349 0.97769010066986084 0.044909369200468063 -0.57909232378005981 0.81110423803329468 0.082231543958187103" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1"> <Coordinate point="8.1346940994262695 39.164100646972656 0.74746823310852051 8.0537214279174805 39.180831909179688 0.43665421009063721 7.9507036209106445 39.201866149902344 0.24846003949642181 7.7359127998352051 39.244815826416016 0.012588707730174065 7.4675683975219727 39.296760559082031 -0.16213507950305939 7.2602677345275879 39.335586547851563 -0.24785777926445007 7.0329632759094238 39.376865386962891 -0.30803510546684265 6.6027212142944336 39.451286315917969 -0.34894537925720215 6.5878682136535645 39.362541198730469 -0.062796838581562042 6.5486569404602051 39.128253936767578 0.12036651372909546 7.743464469909668 39.080101013183594 0.78858399391174316 7.7011327743530273 39.096012115478516 0.58727371692657471 7.5903491973876953 39.110580444335938 0.41333633661270142 7.4418606758117676 39.121124267578125 0.29067134857177734 7.242739200592041 39.128940582275391 0.19602087140083313 7.0036368370056152 39.132709503173828 0.13682740926742554 7.9305367469787598 39.162803649902344 0.76989573240280151 7.1278963088989258 39.295093536376953 -0.030854778364300728 7.026555061340332 39.308731079101563 -0.049504242837429047" /> <Normal vector="0.20335826277732849 0.97910439968109131 1.0575521400824073E-6 0.20132492482662201 0.97952449321746826 -0.0000482928917335812 0.19877026975154877 0.98004609346389771 -0.000038133435737108812 0.19344627857208252 0.98111087083816528 0.000035219432902522385 0.18674030900001526 0.98240929841995239 0.000031351562938652933 0.1815430074930191 0.98338299989700317 0.000037121029890840873 0.17575593292713165 0.98443377017974854 7.2397328949591611E-6 0.16506890952587128 0.98628205060958862 0 0.13529808819293976 0.80880564451217651 0.5723004937171936 0.056934300810098648 0.34021291136741638 0.93862324953079224 -0.5790972113609314 0.81110048294067383 0.082233957946300507 -0.5140652060508728 0.81202524900436401 0.27631860971450806 -0.42902442812919617 0.77864813804626465 0.45787018537521362 -0.34028476476669312 0.72304064035415649 0.60118091106414795 -0.23931524157524109 0.64233595132827759 0.72810214757919312 -0.12888796627521515 0.54075098037719727 0.83124983310699463 -0.20520275831222534 0.97768831253051758 0.044914864003658295 0.018717849627137184 0.88370126485824585 0.46767693758010864 0.041058991104364395 0.87009531259536743 0.49117034673690796" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 7 -1 12 5 4 -1 12 6 5 -1 12 4 8 -1 13 7 6 -1 13 6 12 -1 14 7 13 -1 14 1 7 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 1 14 -1 17 13 16 -1 17 16 11 -1 17 14 13 -1"> <Coordinate point="-6.099891185760498 39.532154083251953 -0.34894508123397827 -1.8708139657974243 39.956226348876953 -0.34894508123397827 2.3793859481811523 39.929168701171875 -0.34894508123397827 6.6027212142944336 39.451286315917969 -0.34894537925720215 -6.0499444007873535 39.208457946777344 0.12036652863025665 -6.0702009201049805 39.339740753173828 0.047019768506288528 -6.0861697196960449 39.443229675292969 -0.062794789671897888 -6.0963802337646484 39.5093994140625 -0.19896338880062103 -1.8554953336715698 39.629058837890625 0.12036652863025665 2.35990309715271 39.602222442626953 0.12036652863025665 6.5486569404602051 39.128253936767578 0.12036651372909546 6.5878682136535645 39.362541198730469 -0.062796838581562042 -1.8617080450057983 39.761745452880859 0.047019768506288528 -1.8666056394577026 39.866348266601563 -0.062794789671897888 -1.8697371482849121 39.9332275390625 -0.19896338880062103 2.3678047657012939 39.734821319580078 0.047019768506288528 2.3740336894989014 39.839351654052734 -0.062794789671897888 2.3780162334442139 39.906185150146484 -0.19896338880062103" /> <Normal vector="-0.15249727666378021 0.98830389976501465 0 -0.046770349144935608 0.99890565872192383 0 0.059484649449586868 0.99822920560836792 0 0.16506803035736084 0.98628216981887817 -5.8216994602844352E-7 -0.05260302871465683 0.34090954065322876 0.93862324953079224 -0.093116708099842072 0.60347044467926025 0.79192972183227539 -0.12505446374416351 0.81045258045196533 0.57230061292648315 -0.14547489583492279 0.94279319047927856 0.29996341466903687 -0.016133153811097145 0.34456655383110046 0.93862324953079224 0.020518876612186432 0.3443332314491272 0.93862324953079224 0.056939266622066498 0.3402123749256134 0.93862318992614746 0.13536307215690613 0.80879491567611694 0.5723002552986145 -0.028558548539876938 0.60994404554367065 0.79192972183227539 -0.03835374116897583 0.81914651393890381 0.57230061292648315 -0.044616609811782837 0.95290678739547729 0.29996341466903687 0.036322053521871567 0.6095309853553772 0.79192972183227539 0.04878002405166626 0.81859177350997925 0.57230061292648315 0.056745421141386032 0.95226144790649414 0.29996341466903687" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1"> <Coordinate point="-7.9953908920288086 38.34002685546875 1.6147215366363525 -7.924565315246582 38.393024444580078 1.3209164142608643 -7.85015869140625 38.435802459716797 1.1712050437927246 -7.7505111694335938 38.488746643066406 1.0215109586715698 -7.5215606689453125 38.601779937744141 0.76981985569000244 -7.169060230255127 38.762866973876953 0.50139480829238892 -6.7286229133605957 38.949134826660156 0.27981856465339661 -6.397758960723877 39.079689025878906 0.17551484704017639 -6.0499444007873535 39.208457946777344 0.12036652863025665 -8.5349035263061523 39.078834533691406 1.6147216558456421 -8.2811203002929688 39.068363189697266 1.6147216558456421 -8.1294021606445313 38.991195678710938 1.6147216558456421 -8.0064554214477539 38.858642578125 1.6147215366363525 -7.9384369850158691 38.691158294677734 1.6147215366363525 -7.9345192909240723 38.510429382324219 1.6147215366363525 -8.4965362548828125 39.087196350097656 1.3049592971801758 -8.3619070053100586 39.116218566894531 0.95080912113189697 -8.1447105407714844 39.162017822265625 0.62038642168045044 -7.8846392631530762 39.215206146240234 0.3471149206161499 -7.5946688652038574 39.272396087646484 0.12173808366060257 -7.1725864410400391 39.351669311523438 -0.11174597591161728 -6.6565017700195313 39.442249298095703 -0.28450471162796021 -6.099891185760498 39.532154083251953 -0.34894508123397827 -6.0702009201049805 39.339740753173828 0.047019768506288528 -6.0861697196960449 39.443229675292969 -0.062794789671897888 -6.0963802337646484 39.5093994140625 -0.19896338880062103 -7.4392824172973633 39.109790802001953 0.51481574773788452 -8.1567039489746094 39.087413787841797 1.1369332075119019 -8.0905666351318359 39.104686737060547 0.99582803249359131 -7.9171953201293945 38.620204925537109 1.4814825057983398 -8.0019006729125977 39.126853942871094 0.84721833467483521 -7.8643865585327148 38.969894409179688 1.0256888866424561 -7.8312344551086426 38.698837280273438 1.2039549350738525 -7.9008049964904785 39.151218414306641 0.70900946855545044 -7.7967634201049805 38.718570709228516 1.1343288421630859 -7.7542967796325684 38.741321563720703 1.0596923828125 -7.4505634307861328 38.879940032958984 0.68714219331741333 -6.9217844009399414 39.250873565673828 0.17274940013885498 -6.7044920921325684 39.304534912109375 0.078337050974369049 -6.5212287902832031 39.347694396972656 0.01724923774600029 -7.9890170097351074 38.906951904296875 1.3434135913848877 -7.9455385208129883 38.936565399169922 1.1954032182693481" /> <Normal vector="0.86565238237380981 -0.50064551830291748 2.0963605038559763E-6 0.86961370706558228 -0.42464271187782288 0.25189405679702759 0.84863907098770142 -0.37563526630401611 0.37243771553039551 0.81280601024627686 -0.3197169303894043 0.4869573712348938 0.71613991260528564 -0.20851963758468628 0.66608047485351563 0.54904991388320923 -0.058892186731100082 0.83371210098266602 0.32328140735626221 0.10953786969184875 0.93994182348251343 0.14433015882968903 0.22634987533092499 0.96329361200332642 -0.052601877599954605 0.34090960025787354 0.93862330913543701 -0.213372603058815 0.97697091102600098 0 0.29397448897361755 0.95581328868865967 3.9818660297896713E-6 0.59763753414154053 0.80176639556884766 4.8211877583526075E-6 0.84373044967651367 0.53676712512969971 5.5220698413904756E-6 0.97948908805847168 0.20149710774421692 1.1321434385536122E-6 0.98712462186813354 -0.15995299816131592 0.00001119609169109026 -0.21241295337677002 0.97718000411987305 -7.6873438956681639E-6 -0.20905004441738129 0.97790491580963135 4.3735813051171135E-6 -0.20361775159835815 0.97905045747756958 4.1658418012957554E-6 -0.19711276888847351 0.9803808331489563 -1.2450569784050458E-6 -0.18986590206623077 0.98181003332138062 -1.0399190841781092E-6 -0.17932121455669403 0.98379057645797729 3.5948535241914215E-6 -0.16640070080757141 0.98605823516845703 -3.1421884614246665E-6 -0.15249729156494141 0.98830389976501465 3.3459210158071073E-7 -0.093115948140621185 0.6034705638885498 0.79192972183227539 -0.12505383789539337 0.81045258045196533 0.57230073213577271 -0.14547470211982727 0.94279313087463379 0.29996377229690552 0.3392636775970459 0.69915109872817993 0.62935513257980347 0.27682900428771973 0.93648642301559448 0.21531115472316742 0.24340835213661194 0.93561375141143799 0.2556937038898468 0.98383921384811401 0.051397021859884262 0.17151902616024017 0.20630182325839996 0.93467044830322266 0.2895352840423584 0.59908634424209595 0.6455388069152832 0.47368261218070984 0.88231992721557617 0.14955385029315948 0.44625687599182129 0.17081384360790253 0.93393552303314209 0.31398579478263855 0.84967160224914551 0.16735094785690308 0.50005185604095459 0.81227010488510132 0.18691776692867279 0.55252057313919067 0.59409254789352417 0.29443058371543884 0.74857509136199951 0.13110046088695526 0.74757140874862671 0.65111416578292847 0.058406434953212738 0.76543009281158447 0.64086306095123291 0.0010894639417529106 0.77962678670883179 0.6262434720993042 0.74642258882522583 0.60452312231063843 0.27821767330169678 0.67675453424453735 0.62997043132781982 0.38097313046455383" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1"> <Coordinate point="8.8394556045532227 38.576816558837891 10.355278968811035 8.6421422958374023 38.680500030517578 10.217992782592773 8.4792394638061523 38.669891357421875 10.013345718383789 8.7240629196166992 38.86444091796875 9.8079347610473633 8.9300966262817383 38.945602416992188 9.9095926284790039 9.1502695083618164 38.939346313476563 9.9853754043579102 9.2649078369140625 38.912227630615234 10" /> <Normal vector="0.14356701076030731 0.62654966115951538 0.76604443788528442 -0.25105944275856018 0.83392107486724854 0.49147206544876099 -0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.3226889967918396 0.84902411699295044 0.41836565732955933 -0.011667375452816486 0.73427140712738037 0.67875576019287109 0.14888441562652588 0.62530761957168579 0.7660442590713501" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1"> <Coordinate point="8.8394556045532227 38.576816558837891 10.355278968811035 1.546994686126709 31.817699432373047 16.834228515625 1.238993763923645 31.778627395629883 16.792268753051758 0.99003243446350098 31.6407470703125 16.674985885620117 8.4792394638061523 38.669891357421875 10.013345718383789 8.6421422958374023 38.680500030517578 10.217992782592773" /> <Normal vector="0.14356698095798492 0.62654966115951538 0.76604443788528442 0.031216280534863472 0.64203059673309326 0.76604324579238892 -0.38671654462814331 0.78019976615905762 0.49166926741600037 -0.70276117324829102 0.70666605234146118 0.082157067954540253 -0.57686549425125122 0.81269502639770508 0.082176506519317627 -0.25105985999107361 0.83392077684402466 0.49147239327430725" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1"> <Coordinate point="-8.5349035263061523 39.078834533691406 1.6147216558456421 -8.2811203002929688 39.068363189697266 1.6147216558456421 -8.1294021606445313 38.991195678710938 1.6147216558456421 -8.0064554214477539 38.858642578125 1.6147215366363525 -7.9384369850158691 38.691158294677734 1.6147215366363525 -7.9345192909240723 38.510429382324219 1.6147215366363525 -7.9953908920288086 38.34002685546875 1.6147215366363525 -8.5349035263061523 39.078834533691406 10 -8.2381486892700195 39.052902221679688 10.073545455932617 -8.0898475646972656 38.958461761474609 10.176597595214844 -7.9626998901367188 38.773307800292969 10.350322723388672 -7.9290399551391602 38.559074401855469 10.532092094421387 -7.9953908920288086 38.34002685546875 10.700789451599121" /> <Normal vector="-0.21337258815765381 0.97697091102600098 0 0.29393842816352844 0.95582437515258789 0 0.59766978025436401 0.80174237489700317 0 0.84374827146530151 0.53673911094665527 0 0.97948020696640015 0.20154036581516266 0 0.98711442947387695 -0.16001607477664948 0 0.86565232276916504 -0.50064563751220703 0 -0.21337258815765381 0.97697091102600098 0 0.38007763028144836 0.92495459318161011 0 0.67673921585083008 0.73622280359268188 0 0.93070083856582642 0.36578130722045898 0 0.99804270267486572 -0.062535636126995087 0 0.86565232276916504 -0.50064563751220703 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1"> <Coordinate point="9.1213417053222656 38.946132659912109 9.7185659408569336 8.9117231369018555 38.948875427246094 9.7410869598388672 8.7188844680786133 38.865650177001953 9.7596168518066406 9.1502695083618164 38.939346313476563 9.9853754043579102 8.7240629196166992 38.86444091796875 9.8079347610473633 8.9300966262817383 38.945602416992188 9.9095926284790039" /> <Normal vector="0.22803354263305664 0.97365325689315796 0 -0.19145970046520233 0.98046356439590454 0.045103661715984344 -0.57686543464660645 0.81269508600234985 0.08217649906873703 0.22875674068927765 0.9734836220741272 0 -0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.19046653807163239 0.98066037893295288 0.045030608773231506" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 3 0 -1 1 2 0 -1"> <Coordinate point="25.781957626342773 30.361957550048828 9.7596168518066406 25.477252960205078 30.303876876831055 9.9641256332397461 25.478786468505859 30.29998779296875 10.013345718383789 25.785980224609375 30.358478546142578 9.8079347610473633" /> <Normal vector="-0.13311076164245605 0.98768848180770874 0.08217649906873703 -0.13311076164245605 0.98768848180770874 0.08217649906873703 -0.13311076164245605 0.98768848180770874 0.08217649906873703 -0.13311076164245605 0.98768848180770874 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 3 0 2 -1"> <Coordinate point="15.580818176269531 27.556398391723633 16.674985885620117 15.401069641113281 27.509790420532227 16.571977615356445 25.478786468505859 30.29998779296875 10.013345718383789 25.477252960205078 30.303876876831055 9.9641256332397461" /> <Normal vector="-0.29385975003242493 0.95231121778488159 0.082157023251056671 -0.29530918598175049 0.95166772603988647 0.084386467933654785 -0.13311077654361725 0.98768848180770874 0.08217649906873703 -0.13311077654361725 0.98768848180770874 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 4 3 0 -1 2 4 0 -1"> <Coordinate point="16.242044448852539 29.730863571166992 2.249783992767334 19.019996643066406 34.815868377685547 0.12036652863025665 23.982353210449219 31.603034973144531 0.12036652117967606 20.726699829101563 33.82763671875 0.12036652863025665 22.382181167602539 32.755809783935547 0.12036652863025665" /> <Normal vector="0.16537497937679291 0.30271688103675842 0.93862324953079224 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.20852166414260864 0.27478194236755371 0.93862324953079224 0.18021441996097565 0.29412439465522766 0.93862324953079224 0.19460849463939667 0.2848050594329834 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 2 -1"> <Coordinate point="25.477252960205078 30.303876876831055 9.9641256332397461 25.288434982299805 30.782037734985352 3.9111936092376709 25.781957626342773 30.361957550048828 9.7596168518066406" /> <Normal vector="-0.13311076164245605 0.98768848180770874 0.08217649906873703 -0.13311079144477844 0.98768848180770874 0.082176446914672852 -0.13311076164245605 0.98768848180770874 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 6 3 -1 5 6 4 -1 2 5 4 -1 1 7 5 -1 0 1 5 -1 0 5 2 -1"> <Coordinate point="25.477252960205078 30.303876876831055 9.9641256332397461 25.288434982299805 30.782037734985352 3.9111936092376709 15.401069641113281 27.509790420532227 16.571977615356445 -1.3468968868255615 20.520076751708984 7.801386833190918 6.6376948356628418 24.539466857910156 11.687099456787109 16.676168441772461 29.074056625366211 3.1042244434356689 6.9328999519348145 25.229576110839844 5.7826504707336426 25.017925262451172 31.005144119262695 0.78858500719070435" /> <Normal vector="-0.13311076164245605 0.98768848180770874 0.08217649906873703 -0.13311085104942322 0.98768848180770874 0.08217649906873703 -0.29531636834144592 0.95166510343551636 0.084390662610530853 -0.5332331657409668 0.84187310934066772 0.083139099180698395 -0.42470583319664001 0.90138357877731323 0.084454804658889771 -0.26874160766601563 0.95952653884887695 0.084182709455490112 -0.41782444715499878 0.90459030866622925 0.084493458271026611 -0.13582202792167664 0.98731470108032227 0.0822315514087677" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="12 1 0 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 0 5 -1 12 2 6 -1 13 7 1 -1 13 8 7 -1 13 9 8 -1 13 10 9 -1 13 11 10 -1 13 6 11 -1 13 12 6 -1 13 1 12 -1"> <Coordinate point="16.242044448852539 29.730863571166992 2.249783992767334 23.982353210449219 31.603034973144531 0.12036652117967606 16.676168441772461 29.074056625366211 3.1042244434356689 16.584091186523438 29.120784759521484 2.8203392028808594 16.476055145263672 29.250503540039063 2.5702924728393555 16.356599807739258 29.462116241455078 2.3694250583648682 25.017925262451172 31.005144119262695 0.78858500719070435 24.419290542602539 31.378446578979492 0.14301891624927521 24.671590805053711 31.239009857177734 0.23002378642559052 24.813100814819336 31.155630111694336 0.32519415020942688 24.918741226196289 31.088596343994141 0.44482848048210144 24.993398666381836 31.034229278564453 0.60643565654754639 20.611492156982422 30.378660202026367 1.4094609022140503 24.493677139282227 31.159841537475586 0.33606123924255371" /> <Normal vector="0.16537497937679291 0.30271688103675842 0.93862324953079224 0.20852158963680267 0.27478191256523132 0.93862324953079224 -0.26874849200248718 0.95952463150024414 0.084182776510715485 -0.17668187618255615 0.91284960508346558 0.36808845400810242 -0.0686359703540802 0.78308224678039551 0.61811912059783936 0.050822503864765167 0.57149630784988403 0.81902933120727539 -0.13582210242748261 0.98731470108032227 0.082231618463993073 0.12999334931373596 0.55997216701507568 0.81824994087219238 0.066336065530776978 0.730243980884552 0.6799582839012146 0.018763786181807518 0.82869076728820801 0.55939209461212158 -0.029457623139023781 0.90504056215286255 0.42430391907691956 -0.083879485726356506 0.96273988485336304 0.25709179043769836 -0.0077504855580627918 0.77743279933929443 0.62891823053359985 0.042473532259464264 0.77627408504486084 0.62896305322647095" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="10 3 2 -1 10 4 3 -1 10 5 4 -1 10 6 5 -1 10 7 6 -1 10 8 7 -1 10 9 8 -1 19 23 24 -1 19 24 25 -1 19 26 23 -1 19 18 26 -1 20 21 22 -1 20 25 21 -1 20 19 25 -1 15 1 0 -1 15 2 1 -1 15 12 13 -1 15 13 10 -1 15 10 2 -1 15 0 18 -1 16 12 15 -1 11 12 16 -1 17 11 16 -1 14 11 17 -1 26 18 0 -1"> <Coordinate point="2.5928108692169189 21.745655059814453 8.8697471618652344 2.0138473510742188 21.373805999755859 8.524775505065918 1.6498347520828247 21.005535125732422 8.206181526184082 1.5043817758560181 20.753471374511719 7.9963393211364746 1.461168646812439 20.618162155151367 7.8858985900878906 1.4437038898468018 20.485261917114258 7.7788577079772949 1.458155632019043 20.324573516845703 7.6514506340026855 1.5129529237747192 20.169708251953125 7.5310978889465332 1.5893042087554932 20.046291351318359 7.4373555183410645 1.6937695741653442 19.928152084350586 7.3500018119812012 0.34795209765434265 19.996973037719727 7.3499999046325684 -2.4553730487823486 19.84870719909668 7.3499999046325684 -1.5235880613327026 19.941883087158203 7.3499999046325684 -0.58846300840377808 19.991340637207031 7.3499999046325684 -3.8760290145874023 19.620815277099609 7.3499999046325684 -1.3468968868255615 20.520076751708984 7.801386833190918 -2.1566073894500732 20.130647659301758 7.5466761589050293 -2.9975965023040771 19.840097427368164 7.4022111892700195 6.6376948356628418 24.539466857910156 11.687099456787109 15.401069641113281 27.509790420532227 16.571977615356445 15.580818176269531 27.556398391723633 16.674985885620117 16.156217575073242 27.454248428344727 16.834228515625 15.865339279174805 27.562788009643555 16.792268753051758 16.599481582641602 27.188533782958984 16.834228515625 16.452205657958984 27.277904510498047 16.834228515625 16.304450988769531 27.366476058959961 16.834228515625 9.3312168121337891 24.82396125793457 12.565853118896484" /> <Normal vector="-0.073961056768894196 -0.62030124664306641 0.78086882829666138 -0.058599453419446945 -0.6219404935836792 0.78086882829666138 -0.048914689570665359 -0.62277704477310181 0.78086882829666138 -0.04516451433300972 -0.62306022644042969 0.78086882829666138 -0.044160153716802597 -0.62313222885131836 0.78086882829666138 -0.043916609138250351 -0.62314945459365845 0.78086882829666138 -0.044702921062707901 -0.62309354543685913 0.78086882829666138 -0.04672781378030777 -0.62294495105743408 0.78086882829666138 -0.049371961504220963 -0.6227409839630127 0.78086882829666138 -0.052904468029737473 -0.62245082855224609 0.78086882829666138 -0.010868198238313198 -0.62460052967071533 0.78086882829666138 0.076692968606948853 -0.61996942758560181 0.78086882829666138 0.047588896006345749 -0.6228797435760498 0.78086882829666138 0.018380496650934219 -0.62442457675933838 0.78086882829666138 0.12106680124998093 -0.61285132169723511 0.78086882829666138 0.040915686637163162 -0.62335366010665894 0.78086882829666138 0.066543161869049072 -0.62114083766937256 0.78086882829666138 0.093324616551399231 -0.61768472194671631 0.78086882829666138 -0.16311238706111908 -0.60302424430847168 0.78086882829666138 -0.30516156554222107 -0.54508745670318604 0.78086882829666138 -0.30746743083000183 -0.54379010200500488 0.78086882829666138 -0.31682997941970825 -0.53838896751403809 0.78086882829666138 -0.3116394579410553 -0.54140996932983398 0.78086882829666138 -0.32552260160446167 -0.53317815065383911 0.78086882829666138 -0.32263442873954773 -0.5349307656288147 0.78086882829666138 -0.31973689794540405 -0.53666770458221436 0.78086882829666138 -0.21980412304401398 -0.58474785089492798 0.78086882829666138" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 15 1 -1 16 15 0 -1 12 0 2 -1 12 16 0 -1 3 12 2 -1 4 12 3 -1 13 4 7 -1 13 12 4 -1 6 13 7 -1 14 13 6 -1 5 14 6 -1 9 14 5 -1 10 9 5 -1 11 10 5 -1 8 11 5 -1"> <Coordinate point="-6.8182439804077148 18.801902770996094 7.3499999046325684 -7.761317253112793 18.432634353637695 7.350001335144043 -5.851844310760498 19.124746322631836 7.3499999046325684 -4.8702564239501953 19.397953033447266 7.3499999046325684 -3.8760290145874023 19.620815277099609 7.3499999046325684 16.242044448852539 29.730863571166992 2.249783992767334 6.3084664344787598 25.738435745239258 4.9611539840698242 0.87426173686981201 22.746143341064453 6.334620475769043 19.019996643066406 34.815868377685547 0.12036652863025665 12.864119529724121 37.528915405273438 0.12036652863025665 14.966187477111816 36.741233825683594 0.12036652863025665 17.02033805847168 35.835918426513672 0.12036652863025665 -6.3118085861206055 19.534927368164063 7.1554808616638184 0.81505465507507324 28.112693786621094 4.3642435073852539 6.4367618560791016 33.133205413818359 2.2958993911743164 -7.3807096481323242 18.639091491699219 7.3326725959777832 -6.953221321105957 18.962543487548828 7.2775454521179199" /> <Normal vector="-0.11759562790393829 0.32428023219108582 0.93862324953079224 -0.13386097550392151 0.31791135668754578 0.93862324953079224 -0.10092794150114059 0.32984837889671326 0.93862324953079224 -0.083998300135135651 0.33456042408943176 0.93862324953079224 -0.066850654780864716 0.33840417861938477 0.93862324953079224 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.082114957273006439 0.33502766489982605 0.93862324953079224 0.013248350471258163 0.34468954801559448 0.93862324953079224 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.11185089498758316 0.32630625367164612 0.93862324953079224 0.13012795150279999 0.3194575309753418 0.93862324953079224 0.14798836410045624 0.31158599257469177 0.93862324953079224 -0.10605430603027344 0.32823601365089417 0.93862324953079224 0.0099965566769242287 0.34479916095733643 0.93862324953079224 0.065782174468040466 0.33861351013183594 0.93862324953079224 -0.12699681520462036 0.32071512937545776 0.93862324953079224 -0.11875293403863907 0.32385820150375366 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1"> <Coordinate point="-7.2183365821838379 20.462984085083008 8.0888757705688477 -0.46209633350372314 28.576997756958008 5.5195808410644531 4.7832717895507813 33.381549835205078 3.6182982921600342 10.737932205200195 37.664051055908203 1.6147216558456421 10.737932205200195 37.664051055908203 10.700789451599121 3.2973883152008057 32.130172729492188 16.461965560913086" /> <Normal vector="0.81432813405990601 -0.58040481805801392 0 0.71586662530899048 -0.69823706150054932 0 0.63193464279174805 -0.77502167224884033 0 0.53383547067642212 -0.84558838605880737 0 0.53383547067642212 -0.84558838605880737 0 0.65609568357467651 -0.75467771291732788 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="22 9 10 -1 22 21 20 -1 23 10 11 -1 23 12 21 -1 23 21 24 -1 23 24 10 -1 25 13 12 -1 25 14 13 -1 25 15 14 -1 25 16 15 -1 25 17 16 -1 25 18 17 -1 25 19 18 -1 25 11 19 -1 25 12 23 -1 25 23 11 -1 26 2 1 -1 26 3 2 -1 26 4 3 -1 26 5 4 -1 26 6 5 -1 27 7 6 -1 27 6 26 -1 27 26 1 -1 28 1 0 -1 28 27 1 -1 28 7 27 -1 29 8 7 -1 29 7 28 -1 29 28 0 -1 30 0 9 -1 30 20 8 -1 30 31 20 -1 30 9 31 -1 30 29 0 -1 30 8 29 -1 32 20 31 -1 32 31 9 -1 32 22 20 -1 32 9 22 -1 33 22 10 -1 33 21 22 -1 33 24 21 -1 33 10 24 -1"> <Coordinate point="-6.3118085861206055 19.534927368164063 7.1554808616638184 -7.1425986289978027 19.055915832519531 7.3122587203979492 -7.4377117156982422 18.952110290527344 7.4088139533996582 -7.5899872779846191 18.932149887084961 7.4771785736083984 -7.8125400543212891 19.062511444091797 7.660675048828125 -7.8232903480529785 19.270584106445313 7.7739300727844238 -7.7332611083984375 19.574634552001953 7.8848733901977539 -7.5018572807312012 20.030141830444336 8.0039072036743164 -7.2183365821838379 20.462984085083008 8.0888757705688477 0.81505465507507324 28.112693786621094 4.3642435073852539 6.4367618560791016 33.133205413818359 2.2958993911743164 12.864119529724121 37.528915405273438 0.12036652863025665 10.737932205200195 37.664051055908203 1.6147216558456421 10.82530403137207 37.678066253662109 1.3208498954772949 10.911098480224609 37.681365966796875 1.1711115837097168 11.023982048034668 37.681934356689453 1.0213860273361206 11.279141426086426 37.675621032714844 0.76980924606323242 11.665837287902832 37.654460906982422 0.50155544281005859 12.142401695251465 37.614719390869141 0.27992039918899536 12.49617862701416 37.576549530029297 0.17554545402526855 -0.46209633350372314 28.576997756958008 5.5195808410644531 4.7832717895507813 33.381549835205078 3.6182982921600342 3.966552734375 32.206592559814453 3.1806623935699463 8.6096353530883789 35.797786712646484 1.5734058618545532 6.2314882278442383 34.048915863037109 2.3840813636779785 10.16362476348877 36.847152709960938 1.056981086730957 -7.5115175247192383 19.340829849243164 7.4994678497314453 -7.4464206695556641 19.591926574707031 7.5244593620300293 -7.0775871276855469 19.833673477172852 7.309028148651123 -7.0000591278076172 20.082393646240234 7.3110699653625488 -3.9303174018859863 24.118061065673828 6.1369061470031738 -0.20104777812957764 28.297178268432617 4.7105965614318848 -0.043458133935928345 28.458597183227539 4.6513051986694336 5.4054279327392578 33.397960662841797 2.6717643737792969" /> <Normal vector="-0.10607151687145233 0.32823574542999268 0.9386214017868042 0.2242552787065506 0.095476649701595306 0.96984213590621948 0.36974242329597473 -0.017064571380615234 0.92897754907608032 0.45835411548614502 -0.089707106351852417 0.88423079252243042 0.65014731884002686 -0.26490709185600281 0.71213245391845703 0.73735237121582031 -0.36168843507766724 0.57051992416381836 0.79734033346176147 -0.4485563337802887 0.40378907322883606 0.82621967792510986 -0.53128319978713989 0.18734772503376007 0.81434261798858643 -0.58038443326950073 1.0483875030331546E-6 0.009990910068154335 0.34480306506156921 0.9386218786239624 0.065779559314250946 0.33861503005027771 0.93862289190292358 0.11185135692358017 0.32630553841590881 0.93862342834472656 0.53380286693572998 -0.84560894966125488 0.000011508717761898879 0.57266139984130859 -0.78000545501708984 0.25229030847549438 0.57694327831268311 -0.72693657875061035 0.37242397665977478 0.57111376523971558 -0.66079354286193848 0.48701226711273193 0.53707146644592285 -0.51750385761260986 0.6661410927772522 0.45887386798858643 -0.30742684006690979 0.83362072706222534 0.33724629878997803 -0.053466089069843292 0.93989694118499756 0.23292769491672516 0.13329455256462097 0.96331578493118286 0.71596753597259521 -0.69813352823257446 3.402586116862949E-6 0.63185727596282959 -0.77508479356765747 1.4443728559854208E-6 0.55984973907470703 -0.33929228782653809 0.75594246387481689 0.52683073282241821 -0.39206880331039429 0.75414282083511353 0.54451274871826172 -0.36581218242645264 0.75477635860443115 0.51466971635818481 -0.40824797749519348 0.75395536422729492 0.58438098430633545 -0.20209482312202454 0.78591132164001465 0.64891809225082397 -0.26696541905403137 0.71248495578765869 0.5302777886390686 -0.1528439074754715 0.83393299579620361 0.58910369873046875 -0.20949846506118774 0.78042757511138916 0.59203273057937622 -0.2420744001865387 0.76869839429855347 0.58219599723815918 -0.28781780600547791 0.76040035486221313 0.58153253793716431 -0.28978851437568665 0.76015955209732056 0.55030447244644165 -0.35629561543464661 0.75512808561325073" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1"> <Coordinate point="3.2973883152008057 32.130172729492188 16.461965560913086 10.737932205200195 37.664051055908203 10.700789451599121 10.603558540344238 38.568958282470703 10 10.854269981384277 38.408084869384766 10.073545455932617 10.941696166992188 38.255542755126953 10.176597595214844 10.968233108520508 38.032508850097656 10.350322723388672 10.898478507995605 37.827171325683594 10.532092094421387 9.2649078369140625 38.912227630615234 10 9.712432861328125 38.802947998046875 10 10.158669471740723 38.688518524169922 10 8.8394556045532227 38.576816558837891 10.355278968811035 1.546994686126709 31.817699432373047 16.834228515625 2.0629689693450928 31.788414001464844 16.834228515625 1.8910312652587891 31.799106597900391 16.834228515625 1.7190381288528442 31.808868408203125 16.834228515625 2.4648110866546631 31.799848556518555 16.800704956054688 2.8118970394134521 31.873462677001953 16.715099334716797 3.0696141719818115 31.978055953979492 16.607864379882813" /> <Normal vector="0.065622039139270782 0.63942915201187134 0.76604443788528442 0.1762348860502243 0.61815625429153442 0.76604443788528442 0.17039591073989868 0.61979120969772339 0.76604443788528442 0.17480777204036713 0.61856138706207275 0.76604443788528442 0.17675969004631042 0.61800640821456909 0.76604443788528442 0.17811521887779236 0.61761707067489624 0.76604443788528442 0.17795635759830475 0.61766290664672852 0.76604443788528442 0.14888420701026917 0.62530744075775146 0.76604443788528442 0.15607579052448273 0.62355130910873413 0.76604443788528442 0.16324667632579803 0.62171250581741333 0.76604443788528442 0.14356699585914612 0.62654960155487061 0.76604443788528442 0.03121582604944706 0.64202916622161865 0.76604443788528442 0.041627388447523117 0.64143830537796021 0.76604443788528442 0.03815792128443718 0.64165401458740234 0.76604443788528442 0.034687381237745285 0.64185100793838501 0.76604443788528442 0.049673572182655334 0.64086538553237915 0.76604443788528442 0.056487735360860825 0.64030075073242188 0.76604443788528442 0.06141967698931694 0.63984650373458862 0.76604443788528442" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1"> <Coordinate point="25.288434982299805 30.782037734985352 3.9111936092376709 25.781957626342773 30.361957550048828 9.7596168518066406 25.675933837890625 30.671588897705078 3.8700993061065674 25.493932723999023 30.767326354980469 3.8925406932830811 26.175716400146484 30.246187210083008 9.7185659408569336 25.991384506225586 30.346033096313477 9.7410869598388672" /> <Normal vector="-0.13309888541698456 0.98769015073776245 0.082175552845001221 -0.13311077654361725 0.98768848180770874 0.08217649906873703 0.64189821481704712 0.76678985357284546 -1.7603895230422495E-6 0.27824315428733826 0.95945888757705688 0.044937815517187119 0.65439307689666748 0.75615453720092773 2.1134801500011235E-6 0.28611338138580322 0.95713359117507935 0.045105002820491791" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1"> <Coordinate point="25.675933837890625 30.671588897705078 3.8700993061065674 25.493932723999023 30.767326354980469 3.8925406932830811 25.288434982299805 30.782037734985352 3.9111936092376709 25.403379440307617 30.897706985473633 0.74746918678283691 25.222003936767578 30.991436004638672 0.76989668607711792 25.017925262451172 31.005144119262695 0.78858500719070435" /> <Normal vector="0.64189827442169189 0.76678985357284546 -1.4246871842260589E-6 0.27823856472969055 0.95946019887924194 0.044938359409570694 -0.13311664760112762 0.98768770694732666 0.082176700234413147 0.63508445024490356 0.77244269847869873 0 0.27266353368759155 0.96106076240539551 0.044909369200468063 -0.1358218640089035 0.98731476068496704 0.082231543958187103" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 0 1 -1 13 6 5 -1 14 6 13 -1 15 7 6 -1 15 6 14 -1 10 9 8 -1 16 8 7 -1 16 7 15 -1 16 10 8 -1 11 10 16 -1 17 1 2 -1 17 4 3 -1 17 2 12 -1 17 3 1 -1 18 4 17 -1 18 17 12 -1 19 5 4 -1 19 12 13 -1 19 18 12 -1 19 4 18 -1 19 13 5 -1"> <Coordinate point="24.180347442626953 31.863943099975586 -0.34894546866416931 24.125953674316406 31.792264938354492 -0.062796905636787415 23.982353210449219 31.603034973144531 0.12036652117967606 24.404476165771484 31.692609786987305 -0.3323720395565033 24.614068984985352 31.530107498168945 -0.28305265307426453 24.903085708618164 31.302337646484375 -0.14347434043884277 25.106105804443359 31.139739990234375 0.032444510608911514 25.273809432983398 31.003782272338867 0.27877184748649597 25.360145568847656 30.933202743530273 0.50453144311904907 25.403379440307617 30.897706985473633 0.74746918678283691 25.222003936767578 30.991436004638672 0.76989668607711792 25.017925262451172 31.005144119262695 0.78858500719070435 24.419290542602539 31.378446578979492 0.14301891624927521 24.671590805053711 31.239009857177734 0.23002378642559052 24.813100814819336 31.155630111694336 0.32519415020942688 24.918741226196289 31.088596343994141 0.44482848048210144 24.993398666381836 31.034229278564453 0.60643565654754639 24.449951171875 31.568498611450195 -0.055577021092176437 24.546113967895508 31.500520706176758 -0.037088979035615921 24.678775787353516 31.40550422668457 0.0039869360625743866" /> <Normal vector="0.60450953245162964 0.79659789800643921 0 0.4956703782081604 0.65328627824783325 0.57230055332183838 0.20851589739322662 0.27478596568107605 0.93862336874008179 0.61011052131652832 0.79231631755828857 3.821177472218551E-7 0.61535263061523438 0.78825199604034424 9.5575262548663886E-7 0.62257581949234009 0.78255945444107056 6.3898460211930797E-7 0.62765371799468994 0.77849268913269043 1.3073174613964511E-6 0.63184666633605957 0.7750934362411499 1.2810543239538674E-6 0.63400208950042725 0.77333134412765503 -6.141094218037324E-6 0.63508445024490356 0.77244269847869873 0 0.27266386151313782 0.96106046438217163 0.044913168996572495 -0.13582190871238708 0.98731476068496704 0.082231558859348297 0.13005651533603668 0.55979275703430176 0.81836259365081787 0.066510982811450958 0.73013949394226074 0.68005341291427612 0.018689040094614029 0.82878494262695313 0.55925512313842773 -0.02983921580016613 0.90529918670654297 0.42372512817382813 -0.083746835589408875 0.96259051561355591 0.25769361853599548 0.44649475812911987 0.74097919464111328 0.50158977508544922 0.4315636157989502 0.7665175199508667 0.47560879588127136 0.41033264994621277 0.80159550905227661 0.43482387065887451" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 7 -1 12 5 4 -1 12 4 8 -1 13 6 5 -1 13 5 12 -1 14 7 6 -1 14 6 13 -1 14 1 7 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 13 16 -1 17 16 11 -1 17 1 14 -1 17 14 13 -1"> <Coordinate point="19.177021026611328 35.103302001953125 -0.34894508123397827 20.89781379699707 34.106910705566406 -0.34894508123397827 22.566965103149414 33.026233673095703 -0.34894508123397827 24.180347442626953 31.863943099975586 -0.34894546866416931 19.019996643066406 34.815868377685547 0.12036652863025665 19.083681106567383 34.932441711425781 0.047019768506288528 19.133884429931641 35.024337768554688 -0.062794789671897888 19.165983200073242 35.083095550537109 -0.19896338880062103 20.726699829101563 33.82763671875 0.12036652863025665 22.382181167602539 32.755809783935547 0.12036652863025665 23.982353210449219 31.603034973144531 0.12036652117967606 24.125953674316406 31.792264938354492 -0.062796905636787415 20.796096801757813 33.940898895263672 0.047019768506288528 20.850805282592773 34.030189514160156 -0.062794789671897888 20.885786056518555 34.087276458740234 -0.19896338880062103 22.457122802734375 32.865482330322266 0.047019768506288528 22.516201019287109 32.951942443847656 -0.062794789671897888 22.553974151611328 33.007225036621094 -0.19896338880062103" /> <Normal vector="0.47942554950714111 0.87758255004882813 0 0.52244538068771362 0.8526727557182312 0 0.5641741156578064 0.82565581798553467 0 0.60450869798660278 0.79659855365753174 -7.6452590747067006E-7 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.29274311661720276 0.53586262464523315 0.79192972183227539 0.39315000176429749 0.71965622901916504 0.57230061292648315 0.45734834671020508 0.83717048168182373 0.29996341466903687 0.18021441996097565 0.29412439465522766 0.93862324953079224 0.19460849463939667 0.2848050594329834 0.93862324953079224 0.20852175354957581 0.27478203177452087 0.93862318992614746 0.49572381377220154 0.65324598550796509 0.5723002552986145 0.31901153922080994 0.5206524133682251 0.79192972183227539 0.42842814326286316 0.69922912120819092 0.57230061292648315 0.49838712811470032 0.8134077787399292 0.29996341466903687 0.34449160099029541 0.50415557622909546 0.79192972183227539 0.46264755725860596 0.67707407474517822 0.57230061292648315 0.53819429874420166 0.78763496875762939 0.29996341466903687" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 3 4 -1 11 12 10 -1 14 3 5 -1 15 2 3 -1 15 3 14 -1 16 0 1 -1 16 1 2 -1 16 13 0 -1 16 2 15 -1 17 5 6 -1 17 6 7 -1 17 7 8 -1 17 14 5 -1 18 8 9 -1 18 15 14 -1 18 14 17 -1 18 17 8 -1 19 9 10 -1 19 12 13 -1 19 15 18 -1 19 13 16 -1 19 18 9 -1 19 16 15 -1 19 10 12 -1"> <Coordinate point="19.019996643066406 34.815868377685547 0.12036652863025665 19.083681106567383 34.932441711425781 0.047019768506288528 19.133884429931641 35.024337768554688 -0.062794789671897888 19.165983200073242 35.083095550537109 -0.19896338880062103 19.177021026611328 35.103302001953125 -0.34894508123397827 17.160854339599609 36.13177490234375 -0.34894508123397827 15.08974552154541 37.044563293457031 -0.34894508123397827 12.97032356262207 37.8387451171875 -0.34894508123397827 12.962857246398926 37.816967010498047 -0.19896338880062103 12.941146850585938 37.753631591796875 -0.062794789671897888 12.907192230224609 37.654571533203125 0.047019768506288528 12.864119529724121 37.528915405273438 0.12036652863025665 14.966187477111816 36.741233825683594 0.12036652863025665 17.02033805847168 35.835918426513672 0.12036652863025665 17.150978088378906 36.110977172851563 -0.19896338880062103 17.12225341796875 36.050495147705078 -0.062794789671897888 17.077327728271484 35.955905914306641 0.047019768506288528 15.081059455871582 37.023239135742188 -0.19896338880062103 15.055801391601563 36.961231231689453 -0.062794789671897888 15.016298294067383 36.864253997802734 0.047019768506288528" /> <Normal vector="0.16537497937679291 0.30271688103675842 0.93862324953079224 0.29274311661720276 0.53586262464523315 0.79192972183227539 0.39315000176429749 0.71965622901916504 0.57230061292648315 0.45734834671020508 0.83717048168182373 0.29996341466903687 0.47942554950714111 0.87758255004882813 0 0.42902138829231262 0.90329432487487793 0 0.37724363803863525 0.92611408233642578 0 0.32425808906555176 0.9459686279296875 0 0.30932623147964478 0.90240746736526489 0.29996341466903687 0.26590585708618164 0.77573585510253906 0.57230061292648315 0.19799594581127167 0.57762002944946289 0.79192972183227539 0.11185089498758316 0.32630625367164612 0.93862324953079224 0.13012795150279999 0.3194575309753418 0.93862324953079224 0.14798836410045624 0.31158599257469177 0.93862324953079224 0.40926524996757507 0.86169826984405518 0.29996341466903687 0.35181638598442078 0.74074101448059082 0.57230061292648315 0.26196569204330444 0.55156254768371582 0.79192972183227539 0.35987183451652527 0.88346713781356812 0.29996341466903687 0.30935636162757874 0.75945419073104858 0.57230061292648315 0.2303495854139328 0.56549656391143799 0.79192972183227539" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 9 10 -1 23 22 21 -1 8 25 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 24 23 -1 39 25 24 -1 39 23 21 -1 39 21 38 -1 39 7 25 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1"> <Coordinate point="10.737932205200195 37.664051055908203 1.6147216558456421 10.82530403137207 37.678066253662109 1.3208498954772949 10.911098480224609 37.681365966796875 1.1711115837097168 11.023982048034668 37.681934356689453 1.0213860273361206 11.279141426086426 37.675621032714844 0.76980924606323242 11.665837287902832 37.654460906982422 0.50155544281005859 12.142401695251465 37.614719390869141 0.27992039918899536 12.49617862701416 37.576549530029297 0.17554545402526855 12.864119529724121 37.528915405273438 0.12036652863025665 10.603559494018555 38.568958282470703 1.6147216558456421 10.823406219482422 38.441745758056641 1.6147216558456421 10.921883583068848 38.302909851074219 1.6147216558456421 10.969147682189941 38.128402709960938 1.6147216558456421 10.951540946960449 37.948493957519531 1.6147216558456421 10.871021270751953 37.786647796630859 1.6147216558456421 10.641437530517578 38.558525085449219 1.3048691749572754 10.774195671081543 38.521640777587891 0.95064562559127808 10.98781681060791 38.461250305175781 0.6202552318572998 11.242648124694824 38.387535095214844 0.34717458486557007 11.525759696960449 38.303482055664063 0.1219356432557106 11.936298370361328 38.177543640136719 -0.11159642040729523 12.435514450073242 38.017864227294922 -0.28446367383003235 12.97032356262207 37.8387451171875 -0.34894508123397827 12.962857246398926 37.816967010498047 -0.19896338880062103 12.941146850585938 37.753631591796875 -0.062794789671897888 12.907192230224609 37.654571533203125 0.047019768506288528 11.588086128234863 38.087203979492188 0.51480108499526978 10.942500114440918 38.400775909423828 1.1367483139038086 11.009120941162109 38.385330200195313 0.99562472105026245 10.937383651733398 37.875801086425781 1.481448769569397 11.097951889038086 38.363742828369141 0.84702461957931519 11.146780967712402 38.160873413085938 1.0254596471786499 11.050112724304199 37.905479431152344 1.203804612159729 11.198770523071289 38.338344573974609 0.70887327194213867 11.089821815490723 37.906932830810547 1.1341707706451416 11.138017654418945 37.907337188720703 1.0595217943191528 11.471274375915527 37.888923645019531 0.68713033199310303 12.111580848693848 37.971698760986328 0.17288878560066223 12.328990936279297 37.918220520019531 0.07841809093952179 12.511387825012207 37.871253967285156 0.017290104180574417 11.00706958770752 38.163078308105469 1.3433113098144531 11.059369087219238 38.169086456298828 1.1952412128448486" /> <Normal vector="0.53383541107177734 -0.84558838605880737 2.1249604742479278E-6 0.57266771793365479 -0.78011119365692139 0.25194886326789856 0.57686543464660645 -0.72695297002792358 0.37251263856887817 0.57111728191375732 -0.66076308488845825 0.48704949021339417 0.5372043251991272 -0.51743203401565552 0.66608977317810059 0.45884817838668823 -0.30745023488998413 0.83362621068954468 0.33722770214080811 -0.053381394594907761 0.93990844488143921 0.23303139209747314 0.1332855224609375 0.96329194307327271 0.11185151338577271 0.32630595564842224 0.93862324953079224 0.26508894562721252 0.96422398090362549 0 0.704490065574646 0.70971381664276123 4.0002519199333619E-6 0.90178120136260986 0.43219283223152161 4.8494775910512544E-6 0.99653434753417969 0.083182558417320251 5.5576983868377283E-6 0.96093487739562988 -0.27677452564239502 1.1703356221914873E-6 0.79972153902053833 -0.60037112236022949 0.000011231742973905057 0.26603639125823975 0.96396297216415405 -7.6813130363007076E-6 0.26935255527496338 0.96304166316986084 4.3727086449507624E-6 0.27469545602798462 0.96153128147125244 4.2196875256195199E-6 0.28106945753097534 0.95968741178512573 -1.2676168807956856E-6 0.28814491629600525 0.95758682489395142 -1.1313439927107538E-6 0.29840117692947388 0.95444053411483765 3.1144477361522149E-6 0.31089842319488525 0.95044314861297607 -3.0778896871197503E-6 0.32425808906555176 0.9459686279296875 2.3711889696187427E-7 0.30932626128196716 0.90240734815597534 0.29996368288993835 0.26590618491172791 0.77573567628860474 0.57230073213577271 0.19799633324146271 0.57761991024017334 0.79192972183227539 0.62530714273452759 0.46140900254249573 0.62935894727706909 0.68028867244720459 0.70058757066726685 0.21537040174007416 0.65028423070907593 0.71534937620162964 0.2557452917098999 0.89502894878387451 -0.41169267892837524 0.17155833542346954 0.61699080467224121 0.73175835609436035 0.28957223892211914 0.83037596940994263 0.29325699806213379 0.47378900647163391 0.85071372985839844 -0.2775457501411438 0.44637936353683472 0.5852389931678772 0.74759364128112793 0.31400492787361145 0.83007031679153442 -0.24660778045654297 0.50016790628433228 0.80603915452957153 -0.21189124882221222 0.55263280868530273 0.66286396980285645 -0.015375912189483643 0.74858194589614868 0.46357074379920959 0.60094976425170898 0.6511232852935791 0.40748581290245056 0.65056371688842773 0.64087605476379395 0.36331340670585632 0.68978780508041382 0.62625563144683838 0.94183069467544556 0.18842542171478271 0.27829983830451965 0.89194190502166748 0.24335378408432007 0.38107556104660034" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1"> <Coordinate point="25.754489898681641 30.050174713134766 10.355278968811035 25.627962112426758 30.233678817749023 10.217992782592773 25.478786468505859 30.29998779296875 10.013345718383789 25.785980224609375 30.358478546142578 9.8079347610473633 26.006132125854492 30.3345947265625 9.9095926284790039 26.198177337646484 30.226734161376953 9.9853754043579102 26.287082672119141 30.149448394775391 10" /> <Normal vector="0.41829439997673035 0.48806324601173401 0.76604443788528442 0.16524034738540649 0.85507357120513916 0.49147206544876099 -0.13311076164245605 0.98768848180770874 0.08217649906873703 -0.13311076164245605 0.98768848180770874 0.08217649906873703 0.10883428156375885 0.90173459053039551 0.41836565732955933 0.33090198040008545 0.65558713674545288 0.67875576019287109 0.4224255383014679 0.48449236154556274 0.7660442590713501" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1"> <Coordinate point="25.754489898681641 30.050174713134766 10.355278968811035 16.156217575073242 27.454248428344727 16.834228515625 15.865339279174805 27.562788009643555 16.792268753051758 15.580818176269531 27.556398391723633 16.674985885620117 25.478786468505859 30.29998779296875 10.013345718383789 25.627962112426758 30.233678817749023 10.217992782592773" /> <Normal vector="0.41829437017440796 0.48806324601173401 0.76604443788528442 0.32600712776184082 0.55398291349411011 0.76604324579238892 0.02015640027821064 0.87054872512817383 0.49166926741600037 -0.2938600480556488 0.95231115818023682 0.082157067954540253 -0.13311079144477844 0.98768848180770874 0.082176506519317627 0.16523982584476471 0.85507351160049438 0.49147239327430725" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="8 1 0 -1 8 0 2 -1 9 2 3 -1 9 8 2 -1 10 3 4 -1 10 9 3 -1 11 4 5 -1 11 10 4 -1 12 5 6 -1 12 11 5 -1 7 12 6 -1"> <Coordinate point="10.603558540344238 38.568958282470703 10 10.603559494018555 38.568958282470703 1.6147216558456421 10.854269981384277 38.408084869384766 10.073545455932617 10.941696166992188 38.255542755126953 10.176597595214844 10.968233108520508 38.032508850097656 10.350322723388672 10.898478507995605 37.827171325683594 10.532092094421387 10.737932205200195 37.664051055908203 10.700789451599121 10.737932205200195 37.664051055908203 1.6147216558456421 10.823406219482422 38.441745758056641 1.6147216558456421 10.921883583068848 38.302909851074219 1.6147216558456421 10.969147682189941 38.128402709960938 1.6147216558456421 10.951540946960449 37.948493957519531 1.6147216558456421 10.871021270751953 37.786647796630859 1.6147216558456421" /> <Normal vector="0.26508897542953491 0.96422398090362549 0 0.26508909463882446 0.96422392129898071 0 0.76638984680175781 0.64237570762634277 0 0.94136261940002441 0.33739650249481201 0 0.99408173561096191 -0.10863497853279114 0 0.85466116666793823 -0.51918613910675049 0 0.53383547067642212 -0.84558838605880737 0 0.53383553028106689 -0.8455883264541626 0 0.70446324348449707 0.70974045991897583 0 0.90179860591888428 0.43215659260749817 0 0.99653708934783936 0.083149455487728119 0 0.96094709634780884 -0.27673208713531494 0 0.79968315362930298 -0.60042226314544678 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1"> <Coordinate point="26.175716400146484 30.246187210083008 9.7185659408569336 25.991384506225586 30.346033096313477 9.7410869598388672 25.781957626342773 30.361957550048828 9.7596168518066406 26.198177337646484 30.226734161376953 9.9853754043579102 25.785980224609375 30.358478546142578 9.8079347610473633 26.006132125854492 30.3345947265625 9.9095926284790039" /> <Normal vector="0.65439289808273315 0.75615471601486206 0 0.28611499071121216 0.95713317394256592 0.045103665441274643 -0.13311076164245605 0.98768848180770874 0.08217649906873703 0.65495443344116211 0.75566840171813965 0 -0.13311076164245605 0.98768848180770874 0.08217649906873703 0.28708586096763611 0.95684581995010376 0.045030608773231506" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 3 0 -1 1 2 0 -1"> <Coordinate point="36.938694000244141 14.902705192565918 9.7596168518066406 36.641899108886719 14.992880821228027 9.9641256332397461 36.641452789306641 14.988723754882813 10.013345718383789 36.940639495849609 14.89775562286377 9.8079347610473633" /> <Normal vector="0.34113800525665283 0.93641436100006104 0.08217649906873703 0.34113800525665283 0.93641436100006104 0.08217649906873703 0.34113800525665283 0.93641436100006104 0.08217649906873703 0.34113800525665283 0.93641436100006104 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 3 0 2 -1"> <Coordinate point="26.602226257324219 17.159212112426758 16.674985885620117 26.421405792236328 17.201475143432617 16.571977615356445 36.641452789306641 14.988723754882813 10.013345718383789 36.641899108886719 14.992880821228027 9.9641256332397461" /> <Normal vector="0.18236121535301208 0.97979313135147095 0.082157023251056671 0.18077874183654785 0.9798969030380249 0.084386467933654785 0.34113800525665283 0.93641436100006104 0.08217649906873703 0.34113800525665283 0.93641436100006104 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 2 -1"> <Coordinate point="36.641899108886719 14.992880821228027 9.9641256332397461 36.696922302246094 15.504019737243652 3.9111936092376709 36.938694000244141 14.902705192565918 9.7596168518066406" /> <Normal vector="0.34113800525665283 0.93641436100006104 0.08217649906873703 0.34113797545433044 0.93641442060470581 0.082176446914672852 0.34113800525665283 0.93641436100006104 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 5 3 -1 4 6 5 -1 2 7 6 -1 2 6 4 -1 1 8 7 -1 0 7 2 -1 0 1 7 -1"> <Coordinate point="36.641899108886719 14.992880821228027 9.9641256332397461 36.696922302246094 15.504019737243652 3.9111936092376709 26.421405792236328 17.201475143432617 16.571977615356445 8.3435373306274414 18.795560836791992 7.801386833190918 17.28144645690918 18.643928527832031 11.687099456787109 10.970795631408691 19.003635406494141 7.3068346977233887 21.957990646362305 18.873075485229492 4.7692060470581055 29.252706527709961 17.800380706787109 2.8387205600738525 36.561080932617188 15.82728099822998 0.78858500719070435" /> <Normal vector="0.34113800525665283 0.93641436100006104 0.08217649906873703 0.34113791584968567 0.93641442060470581 0.08217649906873703 0.18077115714550018 0.97989797592163086 0.084390662610530853 -0.080916561186313629 0.993247389793396 0.083139099180698395 0.04283548891544342 0.9955061674118042 0.084454804658889771 -0.045246586203575134 0.99546736478805542 0.083650819957256317 0.11057288199663162 0.99025845527648926 0.084627427160739899 0.22329810261726379 0.97112095355987549 0.084036074578762054 0.33856359124183655 0.93734341859817505 0.0822315514087677" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 1 0 -1 16 5 4 -1 16 6 5 -1 16 7 6 -1 16 0 7 -1 16 4 8 -1 17 16 8 -1 17 1 16 -1 18 2 1 -1 18 8 9 -1 18 17 8 -1 18 1 17 -1 19 18 9 -1 19 2 18 -1 20 3 2 -1 20 9 10 -1 20 2 19 -1 20 19 9 -1 21 11 3 -1 21 12 11 -1 21 13 12 -1 21 14 13 -1 21 15 14 -1 21 10 15 -1 21 20 10 -1 21 3 20 -1"> <Coordinate point="10.760184288024902 19.696386337280273 6.4518623352050781 21.521055221557617 19.656494140625 3.9885659217834473 28.701080322265625 18.682159423828125 2.114666223526001 35.921981811523438 16.837942123413086 0.12036645412445068 10.970795631408691 19.003635406494141 7.3068346977233887 10.912590026855469 19.066493988037109 7.0299534797668457 10.855531692504883 19.207431793212891 6.7835731506347656 10.802238464355469 19.425510406494141 6.5807352066040039 21.957990646362305 18.873075485229492 4.7692060470581055 29.252706527709961 17.800380706787109 2.8387205600738525 36.561080932617188 15.82728099822998 0.78858500719070435 36.204502105712891 16.436023712158203 0.14301943778991699 36.363101959228516 16.195306777954102 0.23002481460571289 36.449653625488281 16.055717468261719 0.32519522309303284 36.512039184570313 15.947268486022949 0.44482943415641785 36.552879333496094 15.864433288574219 0.60643625259399414 20.705034255981445 19.205970764160156 4.5160932540893555 21.699542999267578 19.128942489624023 4.2647628784179688 25.245500564575195 18.731775283813477 3.3451645374298096 28.920089721679688 18.109567642211914 2.3596601486206055 32.507480621337891 17.284177780151367 1.3706164360046387 36.168777465820313 16.207889556884766 0.33606377243995667" /> <Normal vector="0.16537497937679291 0.30271688103675842 0.93862324953079224 0.2546921968460083 0.23263297975063324 0.93862336874008179 0.28909569978713989 0.1881793737411499 0.93862247467041016 0.31233933568000793 0.14640961587429047 0.93862044811248779 -0.045236121863126755 0.99546784162521362 0.083650954067707062 0.012970326468348503 0.93265050649642944 0.36054793000221252 0.070026688277721405 0.7916749119758606 0.60691606998443604 0.12332511693239212 0.57361632585525513 0.80978715419769287 0.11056426912546158 0.99025917053222656 0.084630824625492096 0.22327075898647308 0.97112691402435303 0.084039509296417236 0.33856499195098877 0.93734294176101685 0.082231193780899048 0.3753412663936615 0.43542167544364929 0.81824624538421631 0.39810314774513245 0.61577153205871582 0.67995542287826538 0.40172874927520752 0.72504949569702148 0.55939006805419922 0.3945108950138092 0.8150634765625 0.42430254817008972 0.37313634157180786 0.89144456386566162 0.25709104537963867 0.20968882739543915 0.75170546770095825 0.62527549266815186 0.22258904576301575 0.74751603603363037 0.62583857774734497 0.26774737238883972 0.73119759559631348 0.62742441892623901 0.31311556696891785 0.7120404839515686 0.6284559965133667 0.35605967044830322 0.69113731384277344 0.62892824411392212 0.39836916327476501 0.66761839389801025 0.62895762920379639" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="7 5 4 -1 7 4 6 -1 8 5 7 -1 0 5 8 -1 1 0 8 -1 2 1 8 -1 3 2 8 -1"> <Coordinate point="28.831169128417969 27.251949310302734 0.12036652863025665 31.560033798217773 24.038913726806641 0.12036652863025665 33.932567596435547 20.554462432861328 0.12036652863025665 35.921981811523438 16.837942123413086 0.12036645412445068 13.307602882385254 24.359403610229492 4.4991583824157715 20.989507675170898 26.326723098754883 2.3263461589813232 10.760184288024902 19.696386337280273 6.4518623352050781 21.521055221557617 19.656494140625 3.9885659217834473 28.701080322265625 18.682159423828125 2.114666223526001" /> <Normal vector="0.25068113207817078 0.23695012927055359 0.93862324953079224 0.27440804243087769 0.2090134471654892 0.93862324953079224 0.29503673315048218 0.17871686816215515 0.93862324953079224 0.31233429908752441 0.14640246331691742 0.93862324953079224 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.2150355726480484 0.2697148323059082 0.93862324953079224 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.25469589233398438 0.23262929916381836 0.93862324953079224 0.28909429907798767 0.18817779421806335 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="19 1 0 -1 19 3 2 -1 19 4 3 -1 19 5 4 -1 19 6 5 -1 19 7 6 -1 19 8 7 -1 19 9 8 -1 19 0 9 -1 19 2 10 -1 20 10 11 -1 20 12 1 -1 20 13 12 -1 20 14 13 -1 20 15 14 -1 20 16 15 -1 20 17 16 -1 20 18 17 -1 20 11 18 -1 20 1 19 -1 20 19 10 -1"> <Coordinate point="13.168072700500488 25.614503860473633 5.4377813339233398 27.011325836181641 28.359695434570313 1.614721417427063 13.307602882385254 24.359403610229492 4.4991583824157715 13.229673385620117 24.578571319580078 4.4713778495788574 13.165118217468262 24.802291870117188 4.4966726303100586 13.107362747192383 25.076900482177734 4.6046032905578613 13.082398414611816 25.321060180664063 4.7949943542480469 13.085211753845215 25.435440063476563 4.9361057281494141 13.100832939147949 25.524284362792969 5.0937972068786621 13.128767967224121 25.584627151489258 5.2628960609436035 20.989507675170898 26.326723098754883 2.3263461589813232 28.831169128417969 27.251949310302734 0.12036652863025665 27.095203399658203 28.33149528503418 1.3208878040313721 27.172714233398438 28.29454231262207 1.1711064577102661 27.27287483215332 28.242620468139648 1.0214446783065796 27.495960235595703 28.118404388427734 0.76977080106735229 27.828775405883789 27.919809341430664 0.50136101245880127 28.232263565063477 27.663148880004883 0.27979761362075806 28.527645111083984 27.46502685546875 0.17550593614578247 17.801027297973633 26.515802383422852 3.3695628643035889 22.719085693359375 27.480548858642578 2.0010149478912354" /> <Normal vector="0.30490484833717346 -0.95238280296325684 0 0.079744741320610046 -0.99681532382965088 -4.8219480959232897E-6 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.24328270554542542 0.083569131791591644 0.96634864807128906 0.30783629417419434 -0.14013807475566864 0.94106221199035645 0.36563432216644287 -0.41480645537376404 0.83321493864059448 0.39059385657310486 -0.65896260738372803 0.64280998706817627 0.38775277137756348 -0.77330857515335083 0.50163894891738892 0.37211483716964722 -0.86211240291595459 0.34393715858459473 0.34419074654579163 -0.9224744439125061 0.17485310137271881 0.21503522992134094 0.26971468329429626 0.93862336874008179 0.25068110227584839 0.23695001006126404 0.93862330913543701 0.14463137090206146 -0.95679432153701782 0.25224262475967407 0.1730869859457016 -0.91178178787231445 0.37241765856742859 0.19863890111446381 -0.85053330659866333 0.48696577548980713 0.23506131768226624 -0.70777899026870728 0.66617947816848755 0.26343026757240295 -0.48525941371917725 0.83374327421188354 0.27376371622085571 -0.20388205349445343 0.93993908166885376 0.26819020509719849 0.0098725073039531708 0.96331536769866943 0.34392112493515015 -0.55650991201400757 0.75631672143936157 0.29912731051445007 -0.58427262306213379 0.75441920757293701" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 12 9 4 -1 11 12 4 -1 10 11 4 -1 21 25 26 -1 21 26 27 -1 21 28 25 -1 21 20 28 -1 22 23 24 -1 22 27 23 -1 22 21 27 -1 17 4 5 -1 17 5 6 -1 17 6 7 -1 17 7 8 -1 17 14 15 -1 17 15 10 -1 17 8 20 -1 17 10 4 -1 18 14 17 -1 13 14 18 -1 19 13 18 -1 16 13 19 -1 28 20 8 -1"> <Coordinate point="10.760829925537109 16.858367919921875 7.350001335144043 10.712875366210938 17.127267837524414 7.5113668441772461 10.752069473266602 17.368009567260742 7.6914515495300293 10.880879402160645 17.58363151550293 7.8923606872558594 11.092160224914551 17.76087760925293 8.1020231246948242 11.285626411437988 17.86140251159668 8.2524509429931641 11.515829086303711 17.942127227783203 8.4058465957641602 11.957564353942871 18.026510238647461 8.6555080413818359 12.401529312133789 18.049880981445313 8.8697471618652344 9.6011533737182617 17.54473876953125 7.3499999046325684 9.5885105133056641 17.551651000976563 7.3499999046325684 9.5927257537841797 17.549348831176758 7.3499999046325684 9.5969400405883789 17.54704475402832 7.3499999046325684 7.0500288009643555 18.716224670410156 7.3499999046325684 7.9139742851257324 18.367607116699219 7.3499999046325684 8.760746955871582 17.979135513305664 7.3499999046325684 5.6861953735351563 19.174650192260742 7.3499999046325684 8.3435373306274414 18.795560836791992 7.801386833190918 7.4456796646118164 18.827018737792969 7.546694278717041 6.5659847259521484 18.960573196411133 7.4022173881530762 17.28144645690918 18.643928527832031 11.687099456787109 26.421405792236328 17.201475143432617 16.571977615356445 26.602226257324219 17.159212112426758 16.674985885620117 27.064245223999023 16.801361083984375 16.834228515625 26.857126235961914 17.032646179199219 16.792268753051758 27.333251953125 16.360088348388672 16.834228515625 27.244379043579102 16.507663726806641 16.834228515625 27.15471076965332 16.654756546020508 16.834228515625 19.798652648925781 17.644094467163086 12.565853118896484" /> <Normal vector="-0.33611181378364563 -0.52656692266464233 0.78086882829666138 -0.33127298951148987 -0.52962452173233032 0.78086882829666138 -0.32882097363471985 -0.53115034103393555 0.78086882829666138 -0.32871881127357483 -0.53121358156204224 0.78086882829666138 -0.33090773224830627 -0.52985280752182007 0.78086882829666138 -0.33368295431137085 -0.52810943126678467 0.78086882829666138 -0.33742710947990417 -0.52572506666183472 0.78086882829666138 -0.34531578421592712 -0.52057749032974243 0.78086882829666138 -0.35375761985778809 -0.51487809419631958 0.78086882829666138 -0.29988965392112732 -0.54800558090209961 0.78086882829666138 -0.29949477314949036 -0.54822146892547607 0.78086882829666138 -0.29962641000747681 -0.54814952611923218 0.78086882829666138 -0.29975801706314087 -0.54807758331298828 0.78086882829666138 -0.22020590305328369 -0.58459669351577759 0.78086882829666138 -0.24719102680683136 -0.5737076997756958 0.78086882829666138 -0.27363976836204529 -0.56157386302947998 0.78086882829666138 -0.17760719358921051 -0.59891533851623535 0.78086882829666138 -0.25345787405967712 -0.57096672058105469 0.78086882829666138 -0.22973978519439697 -0.58091610670089722 0.78086882829666138 -0.20441968739032745 -0.59030205011367798 0.78086882829666138 -0.42466819286346436 -0.45814934372901917 0.78086882829666138 -0.52352190017700195 -0.34083530306816101 0.78086882829666138 -0.52496075630187988 -0.33861500024795532 0.78086882829666138 -0.53074085712432861 -0.32948151230812073 0.78086882829666138 -0.52754878997802734 -0.33456861972808838 0.78086882829666138 -0.53601616621017456 -0.32082793116569519 0.78086882829666138 -0.53427332639694214 -0.32372197508811951 0.78086882829666138 -0.53251487016677856 -0.32660651206970215 0.78086882829666138 -0.46637275815010071 -0.41562044620513916 0.78086882829666138" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 0 1 -1 4 1 2 -1 3 4 2 -1"> <Coordinate point="3.1181035041809082 21.473600387573242 8.0888757705688477 13.168072700500488 25.614503860473633 5.4377813339233398 27.011325836181641 28.359695434570313 1.614721417427063 27.011323928833008 28.359695434570313 10.700789451599121 17.851327896118164 26.917482376098633 16.461965560913086" /> <Normal vector="0.45132416486740112 -0.89236009120941162 0 0.30475354194641113 -0.95243126153945923 0 0.079723313450813293 -0.99681705236434937 0 0.079723313450813293 -0.99681705236434937 0 0.23022763431072235 -0.9731367826461792 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1"> <Coordinate point="17.851327896118164 26.917482376098633 16.461965560913086 27.011323928833008 28.359695434570313 10.700789451599121 27.312873840332031 29.223396301269531 10 27.460105895996094 28.964439392089844 10.073545455932617 27.466629028320313 28.788742065429688 10.176597595214844 27.386476516723633 28.578922271728516 10.350322723388672 27.229286193847656 28.429521560668945 10.532092094421387 26.287082672119141 30.149448394775391 10 26.632560729980469 29.844709396362305 10 26.974506378173828 29.536012649536133 10 25.754489898681641 30.050174713134766 10.355278968811035 16.156217575073242 27.454248428344727 16.834228515625 16.599481582641602 27.188533782958984 16.834228515625 16.452205657958984 27.277904510498047 16.834228515625 16.304450988769531 27.366476058959961 16.834228515625 16.960607528686523 27.011913299560547 16.800704956054688 17.302146911621094 26.915794372558594 16.715099334716797 17.578950881958008 26.888641357421875 16.607864379882813" /> <Normal vector="0.35526299476623535 0.5356903076171875 0.76604443788528442 0.44331979751586914 0.4654497504234314 0.76604443788528442 0.43890941143035889 0.46961092948913574 0.76604443788528442 0.44224438071250916 0.46647164225578308 0.76604443788528442 0.44371482729911804 0.46507316827774048 0.76604443788528442 0.44473415613174438 0.46409851312637329 0.76604443788528442 0.44461479783058167 0.46421289443969727 0.76604443788528442 0.42242527008056641 0.48449230194091797 0.76604443788528442 0.42797699570655823 0.47959524393081665 0.76604443788528442 0.43347194790840149 0.4746345579624176 0.76604443788528442 0.41829439997673035 0.48806321620941162 0.76604443788528442 0.32600608468055725 0.55398190021514893 0.76604443788528442 0.33495044708251953 0.54862016439437866 0.76604443788528442 0.33197864890098572 0.55042356252670288 0.76604443788528442 0.3289971649646759 0.55221080780029297 0.76604443788528442 0.34180876612663269 0.54437363147735596 0.76604443788528442 0.34758001565933228 0.54070699214935303 0.76604443788528442 0.351735919713974 0.5380128026008606 0.76604443788528442" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1"> <Coordinate point="36.696922302246094 15.504019737243652 3.9111936092376709 36.938694000244141 14.902705192565918 9.7596168518066406 36.98870849609375 15.226142883300781 3.8700993061065674 36.872043609619141 15.395493507385254 3.8925406932830811 37.233551025390625 14.617206573486328 9.7185659408569336 37.116733551025391 14.791279792785645 9.7410869598388672" /> <Normal vector="0.34114930033683777 0.93641036748886108 0.082175552845001221 0.34113797545433044 0.93641436100006104 0.08217649906873703 0.92471766471862793 0.38065370917320251 -1.761234670993872E-6 0.69225484132766724 0.72025257349014282 0.044937815517187119 0.93083882331848145 0.36542996764183044 2.1137436760909623E-6 0.69814294576644897 0.71453619003295898 0.045105002820491791" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1"> <Coordinate point="36.98870849609375 15.226142883300781 3.8700993061065674 36.872043609619141 15.395493507385254 3.8925406932830811 36.696922302246094 15.504019737243652 3.9111936092376709 36.852455139160156 15.553022384643555 0.74746918678283691 36.73541259765625 15.720303535461426 0.76989668607711792 36.561080932617188 15.82728099822998 0.78858500719070435" /> <Normal vector="0.92471766471862793 0.38065367937088013 -1.4257502698455937E-6 0.69225138425827026 0.72025591135025024 0.044938359409570694 0.34113240242004395 0.9364163875579834 0.082176700234413147 0.92131137847900391 0.38882556557655334 0 0.68805879354476929 0.72426396608352661 0.044909369200468063 0.33856374025344849 0.93734335899353027 0.082231543958187103" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 0 1 -1 13 6 5 -1 14 6 13 -1 15 7 6 -1 15 6 14 -1 10 9 8 -1 16 8 7 -1 16 7 15 -1 16 10 8 -1 11 10 16 -1 17 1 2 -1 17 4 3 -1 17 2 12 -1 17 3 1 -1 18 4 17 -1 18 17 12 -1 19 5 4 -1 19 12 13 -1 19 18 12 -1 19 4 18 -1 19 13 5 -1"> <Coordinate point="36.218547821044922 16.976951599121094 -0.34894558787345886 36.137073516845703 16.938762664794922 -0.062797054648399353 35.921981811523438 16.837942123413086 0.12036645412445068 36.337383270263672 16.721084594726563 -0.33237186074256897 36.44744873046875 16.479791641235352 -0.28305178880691528 36.597511291503906 16.143798828125 -0.14347270131111145 36.701713562011719 15.905479431152344 0.032446317374706268 36.787021636962891 15.707160949707031 0.27877342700958252 36.830669403076172 15.604543685913086 0.5045323371887207 36.852455139160156 15.553022384643555 0.74746918678283691 36.73541259765625 15.720303535461426 0.76989668607711792 36.561080932617188 15.82728099822998 0.78858500719070435 36.204502105712891 16.436023712158203 0.14301943778991699 36.363101959228516 16.195306777954102 0.23002481460571289 36.449653625488281 16.055717468261719 0.32519522309303284 36.512039184570313 15.947268486022949 0.44482943415641785 36.552879333496094 15.864433288574219 0.60643625259399414 36.319969177246094 16.590055465698242 -0.055576704442501068 36.373527526855469 16.485174179077148 -0.037088364362716675 36.44683837890625 16.339391708374023 0.0039879102259874344" /> <Normal vector="0.90546411275863647 0.42442283034324646 0 0.74249160289764404 0.34810686111450195 0.5723004937171936 0.31233081221580505 0.14640875160694122 0.93862342834472656 0.90843379497528076 0.41802871227264404 3.8193510931705532E-7 0.91118669509887695 0.41199377179145813 9.5576035619160393E-7 0.91493707895278931 0.40359649062156677 6.393066769305733E-7 0.91754335165023804 0.39763575792312622 1.3067817690171069E-6 0.91967630386352539 0.39267730712890625 1.2811968872483703E-6 0.92076599597930908 0.39011538028717041 -6.1412979448505212E-6 0.92131137847900391 0.38882556557655334 0 0.68805891275405884 0.72426354885101318 0.044913168996572495 0.3385637104511261 0.93734335899353027 0.082231558859348297 0.37530803680419922 0.43523335456848145 0.81836163997650146 0.39820525050163269 0.61559873819351196 0.68005204200744629 0.40170380473136902 0.72516834735870361 0.55925387144088745 0.39429211616516113 0.81547021865844727 0.42372402548789978 0.37318399548530579 0.8912508487701416 0.25769299268722534 0.73970150947570801 0.44860875606536865 0.50158929824829102 0.73834896087646484 0.4781607985496521 0.47560814023017883 0.73585140705108643 0.51908731460571289 0.43482309579849243" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="12 5 4 -1 12 6 5 -1 12 4 8 -1 13 7 6 -1 13 6 12 -1 14 1 0 -1 14 0 7 -1 14 7 13 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 12 15 -1 16 13 12 -1 16 15 11 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 13 16 -1 17 1 14 -1 17 14 13 -1 17 16 11 -1"> <Coordinate point="29.069192886352539 27.476936340332031 -0.34894508123397827 31.820587158203125 24.237373352050781 -0.34894508123397827 34.21270751953125 20.724157333374023 -0.34894508123397827 36.218547821044922 16.976951599121094 -0.34894558787345886 28.831169128417969 27.251949310302734 0.12036652863025665 28.927703857421875 27.343196868896484 0.047019768506288528 29.003803253173828 27.415128707885742 -0.062794789671897888 29.052459716796875 27.46112060546875 -0.19896338880062103 31.560033798217773 24.038913726806641 0.12036652863025665 33.932567596435547 20.554462432861328 0.12036652863025665 35.921981811523438 16.837942123413086 0.12036645412445068 36.137073516845703 16.938762664794922 -0.062797054648399353 31.665704727172852 24.119401931762695 0.047019768506288528 31.749008178710938 24.182851791381836 -0.062794789671897888 31.802270889282227 24.223423004150391 -0.19896338880062103 34.046180725097656 20.623285293579102 0.047019768506288528 34.135746002197266 20.677539825439453 -0.062794789671897888 34.193012237548828 20.712226867675781 -0.19896338880062103" /> <Normal vector="0.72672981023788452 0.68692338466644287 0 0.79551464319229126 0.60593432188034058 0 0.85531765222549438 0.51810389757156372 0 0.90546363592147827 0.42442378401756287 -9.6424787443538662E-7 0.25068113207817078 0.23695012927055359 0.93862324953079224 0.44375011324882507 0.41944384574890137 0.79192972183227539 0.59595036506652832 0.56330734491348267 0.57230061292648315 0.6932644248008728 0.65529108047485352 0.29996341466903687 0.27440804243087769 0.2090134471654892 0.93862324953079224 0.29503673315048218 0.17871686816215515 0.93862324953079224 0.31233468651771545 0.14640264213085175 0.93862307071685791 0.74252033233642578 0.34804633259773254 0.5723000168800354 0.48575100302696228 0.36999091506004333 0.79192972183227539 0.65235698223114014 0.4968927800655365 0.57230061292648315 0.75888174772262573 0.57803148031234741 0.29996341466903687 0.52226746082305908 0.31636059284210205 0.79192972183227539 0.70139807462692261 0.42486795783042908 0.57230061292648315 0.81593090295791626 0.49424561858177185 0.29996341466903687" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1"> <Coordinate point="27.011325836181641 28.359695434570313 1.614721417427063 27.095203399658203 28.33149528503418 1.3208878040313721 27.172714233398438 28.29454231262207 1.1711064577102661 27.27287483215332 28.242620468139648 1.0214446783065796 27.495960235595703 28.118404388427734 0.76977080106735229 27.828775405883789 27.919809341430664 0.50136101245880127 28.232263565063477 27.663148880004883 0.27979761362075806 28.527645111083984 27.46502685546875 0.17550593614578247 28.831169128417969 27.251949310302734 0.12036652863025665 27.312873840332031 29.223396301269531 1.6147215366363525 27.448419570922852 29.008586883544922 1.6147215366363525 27.471097946166992 28.839889526367188 1.614721417427063 27.431850433349609 28.663408279418945 1.614721417427063 27.332653045654297 28.512289047241211 1.614721417427063 27.186141967773438 28.406398773193359 1.614721417427063 27.341571807861328 29.196548461914063 1.3048350811004639 27.441951751708984 29.10222053527832 0.95070672035217285 27.603034973144531 28.949481964111328 0.62030595541000366 27.794546127319336 28.765659332275391 0.34705379605293274 28.006332397460938 28.559505462646484 0.12169367074966431 28.311328887939453 28.257186889648438 -0.11176599562168121 28.679037094116211 27.883916854858398 -0.28451341390609741 29.069192886352539 27.476936340332031 -0.34894508123397827 28.927703857421875 27.343196868896484 0.047019768506288528 29.003803253173828 27.415128707885742 -0.062794789671897888 29.052459716796875 27.46112060546875 -0.19896338880062103 27.96058464050293 28.339426040649414 0.51497656106948853 27.534749984741211 28.917036056518555 1.1369967460632324 27.586530685424805 28.872425079345703 0.99590164422988892 27.286346435546875 28.454498291015625 1.4814094305038452 27.655134201049805 28.812051773071289 0.84729206562042236 27.604013442993164 28.60975456237793 1.0258904695510864 27.399850845336914 28.428434371948242 1.2039905786514282 27.732610702514648 28.742700576782227 0.70909148454666138 27.435674667358398 28.411275863647461 1.1343652009963989 27.478504180908203 28.389259338378906 1.0597511529922485 27.765106201171875 28.218050003051758 0.68720000982284546 28.370855331420898 27.993518829345703 0.17271848022937775 28.538448333740234 27.845176696777344 0.078314781188964844 28.678066253662109 27.718877792358398 0.017235135659575462 27.481521606445313 28.676498413085938 1.3433785438537598 27.53056526184082 28.657552719116211 1.1954505443572998" /> <Normal vector="0.079724006354808807 -0.99681699275970459 -1.9528903294485644E-7 0.1445530503988266 -0.95687282085418701 0.2519896924495697 0.172951340675354 -0.91174459457397461 0.37257158756256104 0.19861216843128204 -0.85051214694976807 0.48701366782188416 0.23523044586181641 -0.70780384540557861 0.66609334945678711 0.26343482732772827 -0.48528337478637695 0.83372783660888672 0.27379366755485535 -0.20379844307899475 0.93994849920272827 0.26826494932174683 0.0098277190700173378 0.96329504251480103 0.25068116188049316 0.23695008456707001 0.93862324953079224 0.68282186985015869 0.73058491945266724 0 0.95361542701721191 0.30102765560150146 2.2917863589100307E-6 0.99933761358261108 -0.036390636116266251 1.9376111595192924E-6 0.92104434967041016 -0.38945776224136353 1.7113975445681717E-6 0.72224241495132446 -0.69164001941680908 -2.8608371849259129E-6 0.42911243438720703 -0.903251051902771 7.8312577898032032E-6 0.68353933095932007 0.72991365194320679 -7.7482745837187395E-6 0.68604707717895508 0.72755718231201172 4.3637314774969127E-6 0.69007587432861328 0.72373700141906738 4.3466393435664941E-6 0.69486606121063232 0.71913915872573853 -1.248482817572949E-6 0.70015871524810791 0.71398723125457764 -8.6652562458766624E-7 0.7077786922454834 0.70643419027328491 4.0064246604742948E-6 0.71698480844497681 0.69708877801895142 -3.0067797069932567E-6 0.72672981023788452 0.68692338466644287 0 0.44375014305114746 0.41944396495819092 0.79192966222763062 0.59595036506652832 0.56330734491348267 0.57230061292648315 0.69326430559158325 0.65529114007949829 0.2999635636806488 0.76814776659011841 0.11787103861570358 0.6293293833732605 0.92797172069549561 0.30415505170822144 0.21530956029891968 0.90827769041061401 0.33115297555923462 0.25567430257797241 0.6011928915977478 -0.78046691417694092 0.17157667875289917 0.88641369342803955 0.3611626923084259 0.28953808546066284 0.87162673473358154 -0.12641993165016174 0.47358721494674683 0.62428438663482666 -0.6411857008934021 0.44626212120056152 0.86565631628036499 0.3899417519569397 0.31398186087608337 0.6203961968421936 -0.60421741008758545 0.50002992153167725 0.61525523662567139 -0.56233614683151245 0.55248439311981201 0.57981365919113159 -0.32172521948814392 0.74853789806365967 0.68970787525177002 0.3167935311794281 0.65111052989959717 0.663108229637146 0.38676458597183228 0.64085930585861206 0.64223164319992065 0.44199797511100769 0.62623977661132813 0.92153209447860718 -0.27087774872779846 0.27821540832519531 0.90289342403411865 -0.19910222291946411 0.38097476959228516" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1"> <Coordinate point="36.769481658935547 14.639400482177734 10.355278968811035 36.742725372314453 14.860685348510742 10.217992782592773 36.641452789306641 14.988723754882813 10.013345718383789 36.940639495849609 14.89775562286377 9.8079347610473633 37.124477386474609 14.774297714233398 9.9095926284790039 37.244396209716797 14.589544296264648 9.9853754043579102 37.287204742431641 14.479795455932617 10" /> <Normal vector="0.59719562530517578 0.23776742815971375 0.76604443788528442 0.54368555545806885 0.68033903837203979 0.49147206544876099 0.34113800525665283 0.93641436100006104 0.08217649906873703 0.34113800525665283 0.93641436100006104 0.08217649906873703 0.51542490720748901 0.74786853790283203 0.41836565732955933 0.59766566753387451 0.42671576142311096 0.67875576019287109 0.59919404983520508 0.23268574476242065 0.7660442590713501" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1"> <Coordinate point="36.769481658935547 14.639400482177734 10.355278968811035 27.064245223999023 16.801361083984375 16.834228515625 26.857126235961914 17.032646179199219 16.792268753051758 26.602226257324219 17.159212112426758 16.674985885620117 36.641452789306641 14.988723754882813 10.013345718383789 36.742725372314453 14.860685348510742 10.217992782592773" /> <Normal vector="0.59719556570053101 0.23776745796203613 0.76604443788528442 0.54611366987228394 0.33902445435523987 0.76604324579238892 0.42241176962852478 0.76146543025970459 0.49166926741600037 0.18236091732978821 0.97979319095611572 0.082157067954540253 0.34113797545433044 0.93641436100006104 0.082176506519317627 0.54368507862091064 0.68033921718597412 0.49147239327430725" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1"> <Coordinate point="27.312873840332031 29.223396301269531 1.6147215366363525 27.448419570922852 29.008586883544922 1.6147215366363525 27.471097946166992 28.839889526367188 1.614721417427063 27.431850433349609 28.663408279418945 1.614721417427063 27.332653045654297 28.512289047241211 1.614721417427063 27.186141967773438 28.406398773193359 1.614721417427063 27.011325836181641 28.359695434570313 1.614721417427063 27.312873840332031 29.223396301269531 10 27.460105895996094 28.964439392089844 10.073545455932617 27.466629028320313 28.788742065429688 10.176597595214844 27.386476516723633 28.578922271728516 10.350322723388672 27.229286193847656 28.429521560668945 10.532092094421387 27.011323928833008 28.359695434570313 10.700789451599121" /> <Normal vector="0.68282186985015869 0.73058491945266724 0 0.95360416173934937 0.30106335878372192 0 0.99933618307113647 -0.036430984735488892 0 0.92103135585784912 -0.38948839902877808 0 0.72227299213409424 -0.69160807132720947 0 0.42905488610267639 -0.9032784104347229 0 0.079723313450813293 -0.99681705236434937 0 0.68282186985015869 0.73058491945266724 0 0.9771314263343811 0.21263633668422699 0 0.99033117294311523 -0.13872325420379639 0 0.82973045110702515 -0.55816429853439331 0 0.51548707485198975 -0.85689735412597656 0 0.079723313450813293 -0.99681705236434937 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1"> <Coordinate point="37.233551025390625 14.617206573486328 9.7185659408569336 37.116733551025391 14.791279792785645 9.7410869598388672 36.938694000244141 14.902705192565918 9.7596168518066406 37.244396209716797 14.589544296264648 9.9853754043579102 36.940639495849609 14.89775562286377 9.8079347610473633 37.124477386474609 14.774297714233398 9.9095926284790039" /> <Normal vector="0.93083876371383667 0.36543017625808716 0 0.69814419746398926 0.71453505754470825 0.045103665441274643 0.34113800525665283 0.93641436100006104 0.08217649906873703 0.9311099648475647 0.36473861336708069 0 0.34113800525665283 0.93641436100006104 0.08217649906873703 0.69887030124664307 0.71382945775985718 0.045030608773231506" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 3 0 -1 1 2 0 -1"> <Coordinate point="39.633220672607422 -3.9705774784088135 9.7596168518066406 39.412330627441406 -3.7528035640716553 9.9641256332397461 39.410003662109375 -3.7562758922576904 10.013345718383789 39.632644653320313 -3.9758639335632324 9.8079347610473633" /> <Normal vector="0.7372361421585083 0.67061901092529297 0.08217649906873703 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.7372361421585083 0.67061901092529297 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 3 0 2 -1"> <Coordinate point="31.529384613037109 2.8310565948486328 16.674985885620117 31.388917922973633 2.952509880065918 16.571977615356445 39.410003662109375 -3.7562758922576904 10.013345718383789 39.412330627441406 -3.7528035640716553 9.9641256332397461" /> <Normal vector="0.61680543422698975 0.78281629085540771 0.082157023251056671 0.61545240879058838 0.78364354372024536 0.084386467933654785 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.7372361421585083 0.67061901092529297 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 2 -1"> <Coordinate point="39.412330627441406 -3.7528035640716553 9.9641256332397461 39.698589324951172 -3.3257830142974854 3.9111936092376709 39.633220672607422 -3.9705774784088135 9.7596168518066406" /> <Normal vector="0.7372361421585083 0.67061901092529297 0.08217649906873703 0.7372361421585083 0.67061907052993774 0.082176446914672852 0.7372361421585083 0.67061901092529297 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1"> <Coordinate point="39.412330627441406 -3.7528035640716553 9.9641256332397461 39.698589324951172 -3.3257830142974854 3.9111936092376709 31.388917922973633 2.952509880065918 16.571977615356445 16.122568130493164 12.765207290649414 7.801386833190918 23.966226577758789 8.477290153503418 11.687099456787109 39.728534698486328 -2.9764201641082764 0.78858399391174316 32.183826446533203 3.7340376377105713 3.5125977993011475 24.072126388549805 8.9774580001831055 5.9541034698486328" /> <Normal vector="0.7372361421585083 0.67061901092529297 0.08217649906873703 0.73723608255386353 0.67061907052993774 0.08217649906873703 0.61544620990753174 0.78364801406860352 0.084390662610530853 0.38993701338768005 0.91708070039749146 0.083139099180698395 0.50056374073028564 0.86157029867172241 0.084454804658889771 0.73538839817047119 0.67263799905776978 0.0822315514087677 0.61821663379669189 0.78146672248840332 0.084367804229259491 0.4982028603553772 0.86293905973434448 0.084439717233181" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1"> <Coordinate point="39.728534698486328 -2.9764201641082764 0.78858399391174316 32.183826446533203 3.7340376377105713 3.5125977993011475 24.072126388549805 8.9774580001831055 5.9541034698486328 16.122568130493164 12.765207290649414 7.801386833190918 15.34217643737793 13.209966659545898 7.5466327667236328 14.625170707702637 13.737835884094238 7.4022507667541504 13.945778846740723 14.335803031921387 7.3499999046325684 39.632316589355469 -1.7845202684402466 0.12036651372909546 31.28318977355957 5.3280539512634277 3.0378730297088623 22.41248893737793 10.676106452941895 5.5766787528991699 39.739227294921875 -2.9324796199798584 0.58727371692657471 39.740337371826172 -2.8207476139068604 0.41333633661270142 39.732902526855469 -2.6720707416534424 0.29067134857177734 39.716663360595703 -2.4734587669372559 0.19602087140083313 39.691581726074219 -2.2356457710266113 0.13682740926742554 39.55804443359375 -2.4570989608764648 0.3360569179058075 35.855796813964844 1.0543467998504639 1.7177025079727173 31.631122589111328 4.4389376640319824 3.1598660945892334 27.572515487670898 7.1890387535095215 4.4233698844909668 23.158159255981445 9.7287282943725586 5.659064769744873 19.133874893188477 11.703814506530762 6.6417384147644043" /> <Normal vector="0.73538535833358765 0.67264103889465332 0.082233995199203491 0.61822730302810669 0.78145653009414673 0.084384426474571228 0.49820518493652344 0.86293399333953857 0.084478124976158142 0.38995763659477234 0.91707324981689453 0.083124712109565735 0.3954225480556488 0.7834937572479248 0.47935223579406738 0.34070983529090881 0.55685669183731079 0.75751399993896484 0.24052442610263824 0.2472529411315918 0.93862342834472656 0.3445906937122345 -0.015519965440034866 0.93862473964691162 0.34004637598991394 0.05791189894080162 0.93862384557723999 0.31141847372055054 0.14834007620811462 0.93862330913543701 0.74411022663116455 0.60831886529922485 0.27613064646720886 0.72119683027267456 0.51924979686737061 0.45853540301322937 0.67670464515686035 0.42493587732315063 0.60124897956848145 0.6087648868560791 0.3142356276512146 0.72846502065658569 0.52108919620513916 0.1933901458978653 0.83130395412445068 0.662986159324646 0.40601783990859985 0.62896651029586792 0.62686097621917725 0.4600224494934082 0.62882798910140991 0.5830075740814209 0.51587021350860596 0.62767833471298218 0.53853362798690796 0.5645563006401062 0.62550598382949829 0.48723533749580383 0.61304378509521484 0.62191557884216309 0.43633782863616943 0.65422648191452026 0.61773538589477539" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1"> <Coordinate point="17.36271858215332 9.9265298843383789 7.3499999046325684 17.445209503173828 10.186892509460449 7.5113492012023926 17.591760635375977 10.381826400756836 7.6914048194885254 17.806024551391602 10.512911796569824 7.8923249244689941 18.075479507446289 10.57167911529541 8.1019964218139648 18.293510437011719 10.570783615112305 8.2524299621582031 18.534868240356445 10.535279273986816 8.4058322906494141 18.965230941772461 10.404705047607422 8.6554975509643555 19.369207382202148 10.219097137451172 8.8697471618652344 16.65484619140625 11.073216438293457 7.3499999046325684 14.940354347229004 13.296082496643066 7.3499999046325684 15.546350479125977 12.582168579101563 7.3499999046325684 16.118265151977539 11.840671539306641 7.3499999046325684 13.945778846740723 14.335803031921387 7.3499999046325684 16.122568130493164 12.765207290649414 7.801386833190918 15.34217643737793 13.209966659545898 7.5466327667236328 14.625170707702637 13.737835884094238 7.4022507667541504 23.966226577758789 8.477290153503418 11.687099456787109 31.388917922973633 2.952509880065918 16.571977615356445 31.529384613037109 2.8310565948486328 16.674985885620117 31.772182464599609 2.2994844913482666 16.834228515625 31.696269989013672 2.6005301475524902 16.792268753051758 31.805305480957031 1.7837423086166382 16.834228515625 31.795192718505859 1.9557151794433594 16.834228515625 31.784152984619141 2.1276309490203857 16.834228515625 25.73045539855957 6.4221763610839844 12.565854072570801" /> <Normal vector="-0.54232019186019897 -0.31005272269248962 0.78086882829666138 -0.53945678472518921 -0.31500840187072754 0.78086882829666138 -0.53799468278884888 -0.31749904155731201 0.78086882829666138 -0.537933349609375 -0.31760296225547791 0.78086882829666138 -0.53923904895782471 -0.31538096070289612 0.78086882829666138 -0.54088622331619263 -0.31254753470420837 0.78086882829666138 -0.54309356212615967 -0.30869615077972412 0.78086882829666138 -0.54768657684326172 -0.30047181248664856 0.78086882829666138 -0.55251264572143555 -0.29150250554084778 0.78086882829666138 -0.52020996809005737 -0.34586918354034424 0.78086882829666138 -0.46665826439857483 -0.41529986262321472 0.78086882829666138 -0.48558643460273743 -0.39300093054771423 0.78086882829666138 -0.50345003604888916 -0.36984044313430786 0.78086882829666138 -0.43559297919273376 -0.44777524471282959 0.78086882829666138 -0.48976725339889526 -0.38777819275856018 0.78086882829666138 -0.47339504957199097 -0.40760403871536255 0.78086882829666138 -0.45532271265983582 -0.42769747972488403 0.78086882829666138 -0.58893764019012451 -0.20831795036792755 0.78086882829666138 -0.62194967269897461 -0.058501899242401123 0.78086882829666138 -0.6221919059753418 -0.055867262184619904 0.78086882829666138 -0.62306535243988037 -0.045093823224306107 0.78086882829666138 -0.62260305881500244 -0.051081661134958267 0.78086882829666138 -0.62371492385864258 -0.034979868680238724 0.78086882829666138 -0.62351661920547485 -0.038352366536855698 0.78086882829666138 -0.62330013513565063 -0.04172370582818985 0.78086882829666138 -0.60610103607177734 -0.15127938985824585 0.78086882829666138" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1"> <Coordinate point="12.740222930908203 17.564874649047852 8.0888757705688477 23.25590705871582 16.613882064819336 5.5195808410644531 30.18968391418457 15.026326179504395 3.6182982921600342 37.096748352050781 12.558475494384766 1.6147216558456421 37.096748352050781 12.558475494384766 10.700789451599121 28.315744400024414 15.538321495056152 16.461965560913086" /> <Normal vector="-0.015072694048285484 -0.99988639354705811 0 -0.16797927021980286 -0.98579055070877075 0 -0.27885052561759949 -0.96033453941345215 0 -0.3926524817943573 -0.91968691349029541 0 -0.3926524817943573 -0.91968691349029541 0 -0.24838277697563171 -0.96866196393966675 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="22 9 10 -1 22 21 20 -1 23 10 11 -1 23 12 21 -1 23 21 24 -1 23 24 10 -1 25 13 12 -1 25 14 13 -1 25 15 14 -1 25 16 15 -1 25 17 16 -1 25 18 17 -1 25 19 18 -1 25 11 19 -1 25 12 23 -1 25 23 11 -1 26 2 1 -1 26 3 2 -1 26 4 3 -1 26 5 4 -1 26 6 5 -1 27 7 6 -1 27 6 26 -1 27 26 1 -1 28 1 0 -1 28 27 1 -1 28 7 27 -1 29 8 7 -1 29 7 28 -1 29 28 0 -1 30 0 9 -1 30 20 8 -1 30 31 20 -1 30 9 31 -1 30 29 0 -1 30 8 29 -1 32 20 31 -1 32 31 9 -1 32 22 20 -1 32 9 22 -1 33 22 10 -1 33 21 22 -1 33 24 21 -1 33 10 24 -1"> <Coordinate point="12.491414070129395 16.291620254516602 7.1554808616638184 11.625252723693848 16.703237533569336 7.3122587203979492 11.372179985046387 16.887142181396484 7.4088139533996582 11.26924991607666 17.001123428344727 7.4771785736083984 11.250110626220703 17.258335113525391 7.660675048828125 11.415245056152344 17.385381698608398 7.7739300727844238 11.716615676879883 17.4840087890625 7.8848733901977539 12.222943305969238 17.552324295043945 8.0039072036743164 12.740222930908203 17.564874649047852 8.0888757705688477 23.599283218383789 15.299056053161621 4.3642477989196777 30.924585342407227 13.524457931518555 2.2959015369415283 38.193344116210938 10.731890678405762 0.12036652863025665 37.096748352050781 12.558475494384766 1.6147216558456421 37.157913208007813 12.494529724121094 1.3208498954772949 37.209365844726563 12.425796508789063 1.1711115837097168 37.273960113525391 12.333219528198242 1.0213860273361206 37.413711547851563 12.119641304016113 0.7698093056678772 37.615966796875 11.789377212524414 0.50155550241470337 37.853977203369141 11.374595642089844 0.27992039918899536 38.023532867431641 11.061758995056152 0.17554545402526855 23.25590705871582 16.613882064819336 5.5195808410644531 30.18968391418457 15.026326179504395 3.6182982921600342 28.758733749389648 15.031028747558594 3.180671215057373 34.351802825927734 13.249879837036133 1.5734143257141113 31.561567306518555 14.213584899902344 2.3840899467468262 36.098182678222656 12.567081451416016 1.0569896697998047 11.650163650512695 17.168701171875 7.4994678497314453 11.893791198730469 17.257766723632813 7.5244593620300293 12.302266120910645 17.091550827026367 7.309028148651123 12.550999641418457 17.169036865234375 7.311070442199707 17.616100311279297 16.935209274291992 6.136906623840332 23.173879623413086 16.240095138549805 4.7106056213378906 23.396278381347656 16.202091217041016 4.6513051986694336 30.556615829467773 14.523624420166016 2.6717643737792969" /> <Normal vector="0.20987731218338013 0.27375271916389465 0.93862181901931763 0.2059672474861145 -0.13032154738903046 0.96984213590621948 0.19599376618862152 -0.31398582458496094 0.92897754907608032 0.18654730916023254 -0.42817750573158264 0.88423079252243042 0.15131151676177979 -0.68554514646530151 0.71213245391845703 0.12120011448860168 -0.81229156255722046 0.57051992416381836 0.083786308765411377 -0.91100728511810303 0.40378907322883606 0.032108768820762634 -0.98176872730255127 0.18734772503376007 -0.015047685243189335 -0.99988675117492676 1.0484338872629451E-6 0.28944280743598938 0.18764771521091461 0.93862199783325195 0.31604182720184326 0.13822005689144135 0.93862283229827881 0.33208301663398743 0.093310818076133728 0.93862342834472656 -0.39268791675567627 -0.91967177391052246 0.00001150889784184983 -0.31662312150001526 -0.91438472270965576 0.25229030847549438 -0.27051594853401184 -0.88776206970214844 0.37242397665977478 -0.2193928062915802 -0.8453909158706665 0.48701229691505432 -0.12080598622560501 -0.7359769344329834 0.66614103317260742 0.0076627167873084545 -0.55228418111801147 0.83362066745758057 0.1475759893655777 -0.30792048573493958 0.93989694118499756 0.24201726913452148 -0.11597581952810287 0.96331578493118286 -0.16783671081066132 -0.98581480979919434 3.4027459605567856E-6 -0.27894642949104309 -0.96030664443969727 1.4443440932154772E-6 0.038799133151769638 -0.65348720550537109 0.75594252347946167 -0.023391984403133392 -0.65629369020462036 0.75414282083511353 0.0082613043487071991 -0.65593016147613525 0.75477635860443115 -0.043615441769361496 -0.65547621250152588 0.75395536422729492 0.16564545035362244 -0.59573906660079956 0.78591132164001465 0.1489192396402359 -0.68570274114608765 0.71248495578765869 0.17544394731521606 -0.5232359766960144 0.83393257856369019 0.16223506629467011 -0.6038321852684021 0.78042709827423096 0.13708941638469696 -0.62474793195724487 0.76869791746139526 0.093855924904346466 -0.64263701438903809 0.76040041446685791 0.091856785118579865 -0.64321070909500122 0.76015943288803101 0.019383085891604424 -0.65529054403305054 0.75512820482254028" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 14 1 -1 15 14 0 -1 11 0 2 -1 11 15 0 -1 3 11 2 -1 4 11 3 -1 12 11 4 -1 7 12 4 -1 13 12 7 -1 6 13 7 -1 8 13 6 -1 9 8 6 -1 10 9 6 -1 5 10 6 -1"> <Coordinate point="11.600459098815918 16.292003631591797 7.3499999046325684 10.760829925537109 16.858367919921875 7.350001335144043 12.415131568908691 15.68006706237793 7.3499999046325684 13.19758129119873 15.027436256408691 7.3499999046325684 13.945778846740723 14.335803031921387 7.3499999046325684 39.632316589355469 -1.7845202684402466 0.12036651372909546 31.28318977355957 5.3280539512634277 3.0378730297088623 22.41248893737793 10.676106452941895 5.5766787528991699 38.193344116210938 10.731890678405762 0.12036652863025665 39.116462707519531 6.6187214851379395 0.12036652863025665 39.597930908203125 2.4308233261108398 0.12036652863025665 12.491414070129395 16.291620254516602 7.1554808616638184 23.599283218383789 15.299056053161621 4.3642477989196777 30.924585342407227 13.524457931518555 2.2959015369415283 11.146950721740723 16.66241455078125 7.3326725959777832 11.655987739562988 16.494340896606445 7.2775454521179199" /> <Normal vector="0.20007546246051788 0.28099146485328674 0.93862324953079224 0.18559421598911285 0.29075965285301208 0.93862324953079224 0.21412627398967743 0.27043730020523071 0.93862324953079224 0.22762136161327362 0.25918123126029968 0.93862324953079224 0.24052567780017853 0.24725249409675598 0.93862324953079224 0.34459489583969116 -0.015516039915382862 0.93862324953079224 0.34004729986190796 0.057915780693292618 0.93862324953079224 0.31141752004623413 0.14834257960319519 0.93862324953079224 0.33208334445953369 0.093311592936515808 0.93862324953079224 0.34010964632034302 0.057548433542251587 0.93862324953079224 0.3442959189414978 0.021135512739419937 0.93862324953079224 0.20988722145557404 0.27374029159545898 0.93862324953079224 0.28944277763366699 0.18764135241508484 0.93862324953079224 0.31604194641113281 0.1382167637348175 0.93862324953079224 0.19180096685886383 0.28670328855514526 0.93862324953079224 0.19907072186470032 0.28170418739318848 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1"> <Coordinate point="28.315744400024414 15.538321495056152 16.461965560913086 37.096748352050781 12.558475494384766 10.700789451599121 37.76513671875 13.183107376098633 10 37.775161743164063 12.885390281677246 10.073545455932617 37.699287414550781 12.726786613464355 10.176597595214844 37.530807495117188 12.578248977661133 10.350322723388672 37.322193145751953 12.519011497497559 10.532092094421387 37.287204742431641 14.479795455932617 10 37.451488494873047 14.049409866333008 10 37.610809326171875 13.617161750793457 10 36.769481658935547 14.639400482177734 10.355278968811035 27.064245223999023 16.801361083984375 16.834228515625 27.333251953125 16.360088348388672 16.834228515625 27.244379043579102 16.507663726806641 16.834228515625 27.15471076965332 16.654756546020508 16.834228515625 27.570934295654297 16.035873413085938 16.800704956054688 27.828683853149414 15.792044639587402 16.715099334716797 28.061162948608398 15.639363288879395 16.607864379882813" /> <Normal vector="0.56351745128631592 0.30923128128051758 0.76604443788528442 0.60884547233581543 0.20611430704593658 0.76604443788528442 0.60687404870986938 0.21184845268726349 0.76604443788528442 0.6083681583404541 0.20751892030239105 0.76604443788528442 0.60902023315429688 0.20559728145599365 0.76604443788528442 0.60946989059448242 0.20426055788993835 0.76604443788528442 0.60941731929779053 0.20441730320453644 0.76604443788528442 0.59919381141662598 0.23268581926822662 0.76604443788528442 0.60183382034301758 0.22576966881752014 0.76604443788528442 0.60439401865005493 0.21882358193397522 0.76604443788528442 0.59719556570053101 0.23776742815971375 0.76604443788528442 0.5461122989654541 0.33902403712272644 0.76604443788528442 0.55154043436050415 0.33011981844902039 0.76604443788528442 0.5497470498085022 0.3330976665019989 0.76604443788528442 0.54793769121170044 0.33606576919555664 0.76604443788528442 0.55563968420028687 0.32317247986793518 0.76604443788528442 0.55904585123062134 0.3172437846660614 0.76604443788528442 0.56147366762161255 0.31292682886123657 0.76604443788528442" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1"> <Coordinate point="39.698589324951172 -3.3257830142974854 3.9111936092376709 39.633220672607422 -3.9705774784088135 9.7596168518066406 39.827816009521484 -3.707430362701416 3.8700993061065674 39.803215026855469 -3.5032615661621094 3.8925406932830811 39.761627197265625 -4.3603997230529785 9.7185659408569336 39.739086151123047 -4.1519784927368164 9.7410869598388672" /> <Normal vector="0.73724430799484253 0.67061018943786621 0.082175552845001221 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.99569541215896606 -0.092685595154762268 -1.7608603002372547E-6 0.94767928123474121 0.3160451352596283 0.044937815517187119 0.99404060840606689 -0.10901021212339401 2.1130542791070184E-6 0.95023638010025024 0.3082471489906311 0.045105002820491791" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1"> <Coordinate point="39.827816009521484 -3.707430362701416 3.8700993061065674 39.803215026855469 -3.5032615661621094 3.8925406932830811 39.698589324951172 -3.3257830142974854 3.9111936092376709 39.859077453613281 -3.3546726703643799 0.74746823310852051 39.833183288574219 -3.1521601676940918 0.76989573240280151 39.728534698486328 -2.9764201641082764 0.78858399391174316" /> <Normal vector="0.99569541215896606 -0.092685632407665253 -1.425423874934495E-6 0.94767779111862183 0.31604966521263123 0.044938359409570694 0.73723214864730835 0.67062342166900635 0.082176700234413147 0.99647694826126099 -0.083866812288761139 0 0.94582802057266235 0.32154703140258789 0.044909369200468063 0.73538845777511597 0.67263787984848022 0.082231543958187103" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1"> <Coordinate point="39.859077453613281 -3.3546726703643799 0.74746823310852051 39.865928649902344 -3.2722735404968262 0.43665421009063721 39.8743896484375 -3.1674714088439941 0.24846003949642181 39.891139984130859 -2.9490690231323242 0.012588707730174065 39.910358428955078 -2.6764202117919922 -0.16213507950305939 39.923915863037109 -2.4659509658813477 -0.24785777926445007 39.937492370605469 -2.2353284358978271 -0.30803510546684265 39.959514617919922 -1.7992527484893799 -0.34894537925720215 39.869625091552734 -1.7952053546905518 -0.062796838581562042 39.632316589355469 -1.7845202684402466 0.12036651372909546 39.728534698486328 -2.9764201641082764 0.78858399391174316 39.739227294921875 -2.9324796199798584 0.58727371692657471 39.740337371826172 -2.8207476139068604 0.41333633661270142 39.732902526855469 -2.6720707416534424 0.29067134857177734 39.716663360595703 -2.4734587669372559 0.19602087140083313 39.691581726074219 -2.2356457710266113 0.13682740926742554 39.833183288574219 -3.1521601676940918 0.76989573240280151 39.867759704589844 -2.339425802230835 -0.030854778364300728 39.869083404541016 -2.2371797561645508 -0.049504242837429047" /> <Normal vector="0.99647772312164307 -0.08385755866765976 1.0571870916464832E-6 0.99664974212646484 -0.081788405776023865 -0.000048293211875716224 0.99685955047607422 -0.079189509153366089 -0.000038133657653816044 0.99727481603622437 -0.073775999248027802 0.000035219658457208425 0.99775552749633789 -0.066962406039237976 0.000031352010410046205 0.99809563159942627 -0.061685625463724136 0.000037121422792552039 0.99844115972518921 -0.055814094841480255 7.2399111559207086E-6 0.99898779392242432 -0.044982213526964188 0 0.81921690702438354 -0.036820869892835617 0.5723004937171936 0.34459507465362549 -0.015511050820350647 0.93862324953079224 0.73538416624069214 0.6726422905921936 0.082233957946300507 0.74414098262786865 0.60819590091705322 0.27631860971450806 0.72125774621963501 0.51975202560424805 0.45787018537521362 0.67675209045410156 0.42495661973953247 0.60118091106414795 0.608806312084198 0.3149954080581665 0.72810214757919312 0.52127259969711304 0.1931285560131073 0.83124983310699463 0.94582545757293701 0.32155388593673706 0.044914864003658295 0.87951427698135376 0.087937042117118835 0.46767693758010864 0.86870044469833374 0.064118772745132446 0.49117034673690796" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 7 -1 12 5 4 -1 12 6 5 -1 12 4 8 -1 13 7 6 -1 13 6 12 -1 14 7 13 -1 14 1 7 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 1 14 -1 17 13 16 -1 17 16 11 -1 17 14 13 -1"> <Coordinate point="38.508659362792969 10.820490837097168 -0.34894508123397827 39.439399719238281 6.6733646392822266 -0.34894508123397827 39.924842834472656 2.4508919715881348 -0.34894508123397827 39.959514617919922 -1.7992527484893799 -0.34894537925720215 38.193344116210938 10.731890678405762 0.12036652863025665 38.321224212646484 10.767824172973633 0.047019768506288528 38.422039031982422 10.796151161193848 -0.062794789671897888 38.486495971679688 10.814262390136719 -0.19896338880062103 39.116462707519531 6.6187214851379395 0.12036652863025665 39.597930908203125 2.4308233261108398 0.12036652863025665 39.632316589355469 -1.7845202684402466 0.12036651372909546 39.869625091552734 -1.7952053546905518 -0.062796838581562042 39.247432708740234 6.6408829689025879 0.047019768506288528 39.350681304931641 6.658353328704834 -0.062794789671897888 39.416698455810547 6.6695232391357422 -0.19896338880062103 39.730514526367188 2.438962459564209 0.047019768506288528 39.835033416748047 2.4453787803649902 -0.062794789671897888 39.901863098144531 2.4494810104370117 -0.19896338880062103" /> <Normal vector="0.96271651983261108 0.27051228284835815 0 0.98598498106002808 0.16683411598205566 0 0.99812108278274536 0.06127229705452919 0 0.99898785352706909 -0.044981319457292557 -5.8216795650878339E-7 0.33208334445953369 0.093311600387096405 0.93862324953079224 0.58784651756286621 0.16517810523509979 0.79192972183227539 0.78946983814239502 0.22183194756507874 0.57230061292648315 0.9183841347694397 0.25805538892745972 0.29996341466903687 0.34010964632034302 0.057548433542251587 0.93862324953079224 0.3442959189414978 0.021135512739419937 0.93862324953079224 0.34459510445594788 -0.015516047365963459 0.93862318992614746 0.8192141056060791 -0.036886665970087051 0.5723002552986145 0.60205447673797607 0.10187095403671265 0.79192972183227539 0.80855095386505127 0.13681130111217499 0.57230061292648315 0.94058108329772949 0.15915152430534363 0.29996341466903687 0.60946494340896606 0.037413615733385086 0.79192972183227539 0.81850314140319824 0.050245974212884903 0.57230061292648315 0.95215833187103271 0.058450751006603241 0.29996341466903687" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1"> <Coordinate point="37.096748352050781 12.558475494384766 1.6147216558456421 37.157913208007813 12.494529724121094 1.3208498954772949 37.209365844726563 12.425796508789063 1.1711115837097168 37.273960113525391 12.333219528198242 1.0213860273361206 37.413711547851563 12.119641304016113 0.7698093056678772 37.615966796875 11.789377212524414 0.50155550241470337 37.853977203369141 11.374595642089844 0.27992039918899536 38.023532867431641 11.061758995056152 0.17554545402526855 38.193344116210938 10.731890678405762 0.12036652863025665 37.76513671875 13.183107376098633 1.6147216558456421 37.785331726074219 12.929911613464355 1.6147216558456421 37.727012634277344 12.769998550415039 1.6147216558456421 37.610248565673828 12.631970405578613 1.6147216558456421 37.452182769775391 12.54426097869873 1.6147216558456421 37.273246765136719 12.518587112426758 1.6147216558456421 37.778068542480469 13.14600658416748 1.3048691749572754 37.823127746582031 13.015796661376953 0.95064562559127808 37.894779205322266 12.805685043334961 0.6202552318572998 37.978874206542969 12.55408763885498 0.34717467427253723 38.070526123046875 12.273344993591309 0.12193574011325836 38.200092315673828 11.863935470581055 -0.11159638315439224 38.352264404296875 11.362380981445313 -0.28446364402770996 38.508659362792969 10.820490837097168 -0.34894508123397827 38.321224212646484 10.767824172973633 0.047019768506288528 38.422039031982422 10.796151161193848 -0.062794789671897888 38.486495971679688 10.814262390136719 -0.19896338880062103 37.927936553955078 12.099190711975098 0.51480108499526978 37.819267272949219 12.808627128601074 1.1367483139038086 37.844398498535156 12.745022773742676 0.99562466144561768 37.384315490722656 12.514616966247559 1.481448769569397 37.877098083496094 12.659655570983887 0.84702455997467041 37.737876892089844 12.504226684570313 1.0254595279693604 37.4727783203125 12.438701629638672 1.2038044929504395 37.913463592529297 12.562253952026367 0.7088732123374939 37.496528625488281 12.40684700012207 1.1341707706451416 37.524242401123047 12.367413520812988 1.0595216751098633 37.698398590087891 12.082688331604004 0.6871303915977478 38.130260467529297 11.602748870849609 0.17288883030414581 38.209747314453125 11.39344310760498 0.078418105840682983 38.274711608886719 11.216653823852539 0.017290117219090462 37.660324096679688 12.620458602905273 1.3433113098144531 37.694980621337891 12.580830574035645 1.1952410936355591" /> <Normal vector="-0.39265251159667969 -0.91968691349029541 2.1247599306661868E-6 -0.31670656800270081 -0.91444993019104004 0.25194886326789856 -0.27057364583015442 -0.88770729303359985 0.37251263856887817 -0.21936573088169098 -0.84537649154663086 0.48704952001571655 -0.12067137658596039 -0.73604542016983032 0.66608977317810059 0.0076288497075438499 -0.55227631330490112 0.83362621068954468 0.14763511717319489 -0.30785706639289856 0.93990844488143921 0.24206875264644623 -0.11606629192829132 0.96329194307327271 0.33208343386650085 0.093310922384262085 0.93862324953079224 0.94412845373153687 0.32957771420478821 0 0.98427903652191162 -0.17662055790424347 4.0001850720727816E-6 0.86795783042907715 -0.49663788080215454 4.8495244300283957E-6 0.63455390930175781 -0.77287858724594116 5.5579375839442946E-6 0.31809225678443909 -0.94805973768234253 1.1708469855875592E-6 -0.039802119135856628 -0.99920755624771118 0.00001123201673181029 0.94445186853408813 0.32864972949028015 -7.6814421845483594E-6 0.94557744264602661 0.32539719343185425 4.3725394789362326E-6 0.94736951589584351 0.32014209032058716 4.2197025322820991E-6 0.94947290420532227 0.31384897232055664 -1.2673301625909517E-6 0.95176345109939575 0.3068327009677887 -1.1313765071463422E-6 0.95500034093856812 0.29660466313362122 3.1147146728471853E-6 0.95880979299545288 0.28404885530471802 -3.0779867756791646E-6 0.96271651983261108 0.27051228284835815 2.3763965373291285E-7 0.58784663677215576 0.16517773270606995 0.79192972183227539 0.78946983814239502 0.2218315601348877 0.57230073213577271 0.91838401556015015 0.25805529952049255 0.29996368288993835 0.7349470853805542 -0.2525075376033783 0.62935894727706909 0.96302026510238647 -0.16188746690750122 0.21537043154239655 0.95812457799911499 -0.1288086324930191 0.2557452917098999 0.16961796581745148 -0.97046250104904175 0.17155835032463074 0.95271605253219604 -0.092087313532829285 0.28957226872444153 0.71305310726165771 -0.51679700613021851 0.47378909587860107 0.25484481453895569 -0.85778754949569702 0.44637942314147949 0.94771111011505127 -0.056960668414831162 0.31400495767593384 0.26857945322990417 -0.82322359085083008 0.50016796588897705 0.28349936008453369 -0.7837250828742981 0.55263286828994751 0.36389553546905518 -0.55426090955734253 0.74858194589614868 0.75791019201278687 -0.040132869035005569 0.6511232852935791 0.76688176393508911 0.034208063036203384 0.64087605476379395 0.77406978607177734 0.092843063175678253 0.62625563144683838 0.69009190797805786 -0.66807359457015991 0.27829989790916443 0.70695698261260986 -0.59581303596496582 0.38107562065124512" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1"> <Coordinate point="39.361026763916016 -4.1250848770141602 10.355278968811035 39.440174102783203 -3.9167120456695557 10.217992782592773 39.410003662109375 -3.7562758922576904 10.013345718383789 39.632644653320313 -3.9758639335632324 9.8079347610473633 39.738048553466797 -4.1706128120422363 9.9095926284790039 39.758377075195313 -4.3899345397949219 9.9853754043579102 39.745273590087891 -4.5070056915283203 10" /> <Normal vector="0.63928645849227905 -0.066998034715652466 0.76604443788528442 0.79757899045944214 0.34974703192710876 0.49147206544876099 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.80393797159194946 0.42267477512359619 0.41836565732955933 0.72751140594482422 0.1000889465212822 0.67875576019287109 0.63869446516036987 -0.072426378726959229 0.7660442590713501" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1"> <Coordinate point="39.361026763916016 -4.1250848770141602 10.355278968811035 31.772182464599609 2.2994844913482666 16.834228515625 31.696269989013672 2.6005301475524902 16.792268753051758 31.529384613037109 2.8310565948486328 16.674985885620117 39.410003662109375 -3.7562758922576904 10.013345718383789 39.440174102783203 -3.9167120456695557 10.217992782592773" /> <Normal vector="0.63928645849227905 -0.066997997462749481 0.76604443788528442 0.64111214876174927 0.0463995561003685 0.76604324579238892 0.72789770364761353 0.47793963551521301 0.49166926741600037 0.61680519580841064 0.78281646966934204 0.082157067954540253 0.7372361421585083 0.67061901092529297 0.082176506519317627 0.79757863283157349 0.34974738955497742 0.49147239327430725" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="8 1 0 -1 8 0 2 -1 9 2 3 -1 9 8 2 -1 10 3 4 -1 10 9 3 -1 11 4 5 -1 11 10 4 -1 12 5 6 -1 12 11 5 -1 7 12 6 -1"> <Coordinate point="37.76513671875 13.183107376098633 10 37.76513671875 13.183107376098633 1.6147216558456421 37.775161743164063 12.885390281677246 10.073545455932617 37.699287414550781 12.726786613464355 10.176597595214844 37.530807495117188 12.578248977661133 10.350322723388672 37.322193145751953 12.519011497497559 10.532092094421387 37.096748352050781 12.558475494384766 10.700789451599121 37.096748352050781 12.558475494384766 1.6147216558456421 37.785331726074219 12.929911613464355 1.6147216558456421 37.727012634277344 12.769998550415039 1.6147216558456421 37.610248565673828 12.631970405578613 1.6147216558456421 37.452182769775391 12.54426097869873 1.6147216558456421 37.273246765136719 12.518587112426758 1.6147216558456421" /> <Normal vector="0.94412845373153687 0.32957768440246582 0 0.94412851333618164 0.32957756519317627 0 0.96402394771575928 -0.26581546664237976 0 0.81242680549621582 -0.58306318521499634 0 0.47529792785644531 -0.8798249363899231 0 0.058221075683832169 -0.99830371141433716 0 -0.3926524817943573 -0.91968691349029541 0 -0.39265242218971252 -0.91968697309494019 0 0.98428571224212646 -0.17658336460590363 0 0.86793786287307739 -0.49667274951934814 0 0.63452821969985962 -0.77289968729019165 0 0.3181341290473938 -0.94804573059082031 0 -0.03986600786447525 -0.99920505285263062 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1"> <Coordinate point="39.761627197265625 -4.3603997230529785 9.7185659408569336 39.739086151123047 -4.1519784927368164 9.7410869598388672 39.633220672607422 -3.9705774784088135 9.7596168518066406 39.758377075195313 -4.3899345397949219 9.9853754043579102 39.632644653320313 -3.9758639335632324 9.8079347610473633 39.738048553466797 -4.1706128120422363 9.9095926284790039" /> <Normal vector="0.99404066801071167 -0.10900998115539551 0 0.950236976146698 0.30824556946754456 0.045103665441274643 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.99395942687988281 -0.10974836349487305 0 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.95055204629898071 0.30728337168693542 0.045030608773231506" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 3 0 -1 1 2 0 -1"> <Coordinate point="33.248256683349609 -21.934247970581055 9.7596168518066406 33.15386962890625 -21.638765335083008 9.9641256332397461 33.150196075439453 -21.640758514404297 10.013345718383789 33.245288848876953 -21.938661575317383 9.8079347610473633" /> <Normal vector="0.96444237232208252 0.25119292736053467 0.08217649906873703 0.96444237232208252 0.25119292736053467 0.08217649906873703 0.96444237232208252 0.25119292736053467 0.08217649906873703 0.96444237232208252 0.25119292736053467 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 3 0 2 -1"> <Coordinate point="29.233541488647461 -12.145659446716309 16.674985885620117 29.165605545043945 -11.97283935546875 16.571977615356445 33.150196075439453 -21.640758514404297 10.013345718383789 33.15386962890625 -21.638765335083008 9.9641256332397461" /> <Normal vector="0.90994691848754883 0.40650561451911926 0.082157023251056671 0.90913337469100952 0.40786692500114441 0.084386467933654785 0.96444237232208252 0.25119292736053467 0.08217649906873703 0.96444237232208252 0.25119292736053467 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 2 -1"> <Coordinate point="33.15386962890625 -21.638765335083008 9.9641256332397461 33.605785369873047 -21.393688201904297 3.9111936092376709 33.248256683349609 -21.934247970581055 9.7596168518066406" /> <Normal vector="0.96444237232208252 0.25119292736053467 0.08217649906873703 0.96444237232208252 0.25119295716285706 0.082176446914672852 0.96444237232208252 0.25119292736053467 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1"> <Coordinate point="33.15386962890625 -21.638765335083008 9.9641256332397461 33.605785369873047 -21.393688201904297 3.9111936092376709 29.165605545043945 -11.97283935546875 16.571977615356445 20.208112716674805 3.8104982376098633 7.801386833190918 25.160633087158203 -3.6313929557800293 11.687099456787109 33.794658660888672 -21.098258972167969 0.78858399391174316 30.232658386230469 -11.65024471282959 3.5125977993011475 25.486843109130859 -3.2377309799194336 5.9541029930114746" /> <Normal vector="0.96444237232208252 0.25119292736053467 0.08217649906873703 0.96444237232208252 0.25119301676750183 0.08217649906873703 0.90912991762161255 0.40787374973297119 0.084390662610530853 0.77146071195602417 0.63082188367843628 0.083139099180698395 0.84361881017684937 0.53025901317596436 0.084454804658889771 0.96374452114105225 0.25383937358856201 0.0822315514087677 0.91056936979293823 0.40465480089187622 0.084367804229259491 0.84216451644897461 0.53256821632385254 0.084439717233181" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1"> <Coordinate point="33.794658660888672 -21.098258972167969 0.78858399391174316 30.232658386230469 -11.65024471282959 3.5125977993011475 25.486843109130859 -3.2377309799194336 5.9541029930114746 20.208112716674805 3.8104982376098633 7.801386833190918 19.723913192749023 4.5673823356628418 7.5466718673706055 19.334121704101563 5.3671979904174805 7.4022107124328613 19.010553359985352 6.2127962112426758 7.3499999046325684 34.26336669921875 -19.998170852661133 0.12036651372909546 30.175960540771484 -9.8202667236328125 3.0378727912902832 24.806709289550781 -0.96238213777542114 5.5766782760620117 33.824546813964844 -21.064321517944336 0.58727371692657471 33.877452850341797 -20.965902328491211 0.41333633661270142 33.939964294433594 -20.830802917480469 0.29067134857177734 34.01788330078125 -20.647392272949219 0.19602087140083313 34.106193542480469 -20.425163269042969 0.13682740926742554 33.885036468505859 -20.559192657470703 0.3360569179058075 32.23870849609375 -15.72944164276123 1.71770179271698 30.070844650268555 -10.769231796264648 3.1598653793334961 27.755165100097656 -6.4480094909667969 4.4233684539794922 25.026699066162109 -2.1477723121643066 5.6590628623962402 22.381240844726563 1.4712584018707275 6.6417365074157715" /> <Normal vector="0.96374326944351196 0.25384345650672913 0.082233995199203491 0.91057407855987549 0.40464040637016296 0.084386050701141357 0.84216439723968506 0.5325617790222168 0.084481336176395416 0.77147495746612549 0.63080626726150513 0.083125211298465729 0.71418935060501099 0.50991708040237427 0.47949779033660889 0.56060516834259033 0.3348868191242218 0.75734579563140869 0.32787811756134033 0.10715416073799133 0.93862342834472656 0.29790741205215454 -0.17388153076171875 0.93862473964691162 0.32800909876823425 -0.10674899816513062 0.93862384557723999 0.3446844220161438 -0.013374777510762215 0.93862330913543701 0.94157677888870239 0.19283434748649597 0.27613064646720886 0.87989550828933716 0.12461599707603455 0.45853540301322937 0.79666972160339355 0.061781696975231171 0.60124897956848145 0.68506711721420288 -0.0046653212048113346 0.72846502065658569 0.55127447843551636 -0.070923753082752228 0.83130395412445068 0.77573096752166748 0.051405914127826691 0.62896651029586792 0.768840491771698 0.11601246893405914 0.62882858514785767 0.75596398115158081 0.18584288656711578 0.62767893075942993 0.73920947313308716 0.24961990118026733 0.62550723552703857 0.7163204550743103 0.3163929283618927 0.62191683053970337 0.6903911828994751 0.37651121616363525 0.6177372932434082" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1"> <Coordinate point="19.98701286315918 0.72064751386642456 7.3499999046325684 20.181051254272461 0.91285210847854614 7.5113492012023926 20.401405334472656 1.017351508140564 7.6914048194885254 20.652044296264648 1.0338495969772339 7.8923249244689941 20.917947769165039 0.96066248416900635 8.1019964218139648 21.110586166381836 0.85854619741439819 8.2524299621582031 21.307798385620117 0.71494400501251221 8.4058322906494141 21.628185272216797 0.3993268609046936 8.6554975509643555 21.899633407592773 0.047241829335689545 8.8697471618652344 19.89311408996582 2.0649535655975342 7.3499999046325684 19.408023834228516 4.8299679756164551 7.3499999046325684 19.612834930419922 3.9162077903747559 7.3499999046325684 19.774650573730469 2.9938623905181885 7.3499999046325684 19.010553359985352 6.2127962112426758 7.3499999046325684 20.208112716674805 3.8104982376098633 7.801386833190918 19.723913192749023 4.5673823356628418 7.5466718673706055 19.334121704101563 5.3671979904174805 7.4022107124328613 25.160633087158203 -3.6313929557800293 11.687099456787109 29.165605545043945 -11.97283935546875 16.571977615356445 29.233541488647461 -12.145659446716309 16.674985885620117 29.201494216918945 -12.72917652130127 16.834228515625 29.274179458618164 -12.427335739135742 16.792268753051758 28.991146087646484 -13.201236724853516 16.834228515625 29.062112808227539 -13.04426383972168 16.834228515625 29.132228851318359 -12.886908531188965 16.834228515625 25.767721176147461 -6.2709841728210449 12.565854072570801" /> <Normal vector="-0.62428939342498779 -0.022509289905428886 0.78086882829666138 -0.62405693531036377 -0.028228040784597397 0.78086882829666138 -0.6239197850227356 -0.031112838536500931 0.78086882829666138 -0.62391376495361328 -0.031233368441462517 0.78086882829666138 -0.62403732538223267 -0.028659086674451828 0.78086882829666138 -0.62417906522750854 -0.025384731590747833 0.78086882829666138 -0.62434369325637817 -0.020948704332113266 0.78086882829666138 -0.62458860874176025 -0.011531943455338478 0.78086882829666138 -0.62469357252120972 -0.0013472356367856264 0.78086882829666138 -0.62135648727416992 -0.064498312771320343 0.78086882829666138 -0.6062048077583313 -0.15086284279823303 0.78086882829666138 -0.61260205507278442 -0.12232177704572678 0.78086882829666138 -0.61765629053115845 -0.093512549996376038 0.78086882829666138 -0.59378993511199951 -0.19405514001846313 0.78086882829666138 -0.61387687921524048 -0.11575434356927872 0.78086882829666138 -0.60859096050262451 -0.14092880487442017 0.78086882829666138 -0.6019321084022522 -0.1670977771282196 0.78086882829666138 -0.61828857660293579 0.08923657238483429 0.78086882829666138 -0.57789629697799683 0.23723357915878296 0.78086882829666138 -0.57688635587692261 0.23967897891998291 0.78086882829666138 -0.57265311479568481 0.24962431192398071 0.78086882829666138 -0.57502645254135132 0.24410749971866608 0.78086882829666138 -0.56852811574935913 0.25888162851333618 0.78086882829666138 -0.56991982460021973 0.25580328702926636 0.78086882829666138 -0.57129484415054321 0.25271749496459961 0.78086882829666138 -0.60697883367538452 0.14771793782711029 0.78086882829666138" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1"> <Coordinate point="19.44371223449707 9.6322460174560547 8.0888767242431641 28.313806533813477 3.9026567935943604 5.5192995071411133 33.714992523193359 -0.72498536109924316 3.6181886196136475 38.683753967285156 -6.1197409629821777 1.6147215366363525 38.683753967285156 -6.1197409629821777 10.700789451599121 32.293365478515625 0.59951770305633545 16.461965560913086" /> <Normal vector="-0.47801661491394043 -0.87835079431533813 0 -0.60687136650085449 -0.79480010271072388 0 -0.69320428371429443 -0.7207411527633667 0 -0.77507632970809937 -0.63186758756637573 0 -0.77507632970809937 -0.63186758756637573 0 -0.67009168863296509 -0.7422783374786377 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="22 9 10 -1 22 21 20 -1 22 23 9 -1 22 20 23 -1 24 10 11 -1 24 13 12 -1 24 14 13 -1 24 11 19 -1 24 12 21 -1 24 21 25 -1 24 25 10 -1 26 15 14 -1 26 16 15 -1 26 17 16 -1 26 18 17 -1 26 19 18 -1 26 14 24 -1 26 24 19 -1 27 2 1 -1 27 3 2 -1 27 4 3 -1 27 5 4 -1 27 6 5 -1 28 7 6 -1 28 6 27 -1 28 27 1 -1 29 1 0 -1 29 7 28 -1 29 28 1 -1 30 8 7 -1 30 7 29 -1 30 29 0 -1 31 0 9 -1 31 20 8 -1 31 9 23 -1 31 23 20 -1 31 30 0 -1 31 8 30 -1 32 21 22 -1 32 22 10 -1 32 25 21 -1 32 10 25 -1"> <Coordinate point="18.631702423095703 8.6204385757446289 7.1554813385009766 18.0560302734375 9.387451171875 7.3122587203979492 17.917409896850586 9.6679039001464844 7.4088149070739746 17.879240036010742 9.8166608810424805 7.4771780967712402 17.981807708740234 10.053296089172363 7.6606626510620117 18.187070846557617 10.089056015014648 7.7739243507385254 18.499757766723633 10.036331176757813 7.8848700523376465 18.979839324951172 9.8615140914916992 8.0039052963256836 19.44371223449707 9.6322460174560547 8.0888767242431641 28.006330490112305 2.5792167186737061 4.3641195297241211 33.667285919189453 -2.395857572555542 2.2959811687469482 38.805885314941406 -8.2467145919799805 0.12036652863025665 38.683753967285156 -6.1197409629821777 1.6147215366363525 38.70819091796875 -6.2047567367553711 1.3209164142608643 38.7218017578125 -6.2894973754882813 1.1712050437927246 38.735973358154297 -6.4014444351196289 1.0215109586715698 38.760475158691406 -6.6555986404418945 0.76981985569000244 38.786094665527344 -7.0423150062561035 0.50139480829238892 38.8040771484375 -7.5201821327209473 0.27981856465339661 38.808822631835938 -7.8758406639099121 0.17551484704017639 28.313806533813477 3.9026567935943604 5.5192995071411133 33.714992523193359 -0.72498536109924316 3.6181886196136475 32.66363525390625 -0.2528420090675354 3.1016309261322021 28.303827285766602 3.428936243057251 4.632077693939209 36.760341644287109 -4.4403443336486816 1.4965643882751465 34.751873016357422 -2.2853431701660156 2.305910587310791 38.579799652099609 -6.590240478515625 0.72047072649002075 18.294393539428711 9.7880210876464844 7.4994673728942871 18.551507949829102 9.7536630630493164 7.5244588851928711 18.835956573486328 9.4166479110717773 7.3090238571166992 19.092208862304688 9.369664192199707 7.3110666275024414 23.469276428222656 6.8082337379455566 6.1366710662841797 33.806015014648438 -1.3403511047363281 2.6717586517333984" /> <Normal vector="0.31305977702140808 0.14486289024353027 0.93862044811248779 0.12180882692337036 -0.2111138254404068 0.96984201669692993 0.02762276865541935 -0.36910527944564819 0.92897701263427734 -0.033808581531047821 -0.46582430601119995 0.88423115015029907 -0.18460482358932495 -0.67732381820678711 0.71214711666107178 -0.27017545700073242 -0.7755657434463501 0.57052874565124512 -0.34918251633644104 -0.845589280128479 0.40379494428634644 -0.42782697081565857 -0.88423037528991699 0.18735197186470032 -0.47800242900848389 -0.87835848331451416 1.2599422234416124E-6 0.34349474310874939 0.031641621142625809 0.9386214017868042 0.34407612681388855 -0.024481235072016716 0.93862253427505493 0.3374086320400238 -0.07170453667640686 0.93862336874008179 -0.77506554126739502 -0.63188081979751587 -4.6246491365309339E-6 -0.70527833700180054 -0.66254526376724243 0.25222253799438477 -0.65210020542144775 -0.66039824485778809 0.37234330177307129 -0.58717191219329834 -0.64663583040237427 0.48692011833190918 -0.4489959180355072 -0.59552383422851563 0.66614866256713867 -0.24974367022514343 -0.49247589707374573 0.83372390270233154 -0.012304529547691345 -0.34113943576812744 0.93993216753005981 0.16045570373535156 -0.21512241661548615 0.96331524848937988 -0.60675579309463501 -0.79488825798034668 5.0394082791171968E-6 -0.69327682256698608 -0.72067135572433472 2.8153995117463637E-6 -0.27214145660400391 -0.5955737829208374 0.75579816102981567 -0.2182474285364151 -0.61208438873291016 0.76007944345474243 -0.32834023237228394 -0.56878602504730225 0.75410550832748413 -0.30025780200958252 -0.58333754539489746 0.75469368696212769 -0.35442548990249634 -0.55318230390548706 0.75390446186065674 -0.13018634915351868 -0.60447704792022705 0.78591281175613403 -0.18680620193481445 -0.67636322975158691 0.7124859094619751 -0.087814733386039734 -0.54483139514923096 0.83393484354019165 -0.13696709275245667 -0.61005860567092896 0.78042840957641602 -0.16895183920860291 -0.61689704656600952 0.76869583129882813 -0.28736597299575806 -0.58923757076263428 0.75512903928756714" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 14 1 -1 15 14 0 -1 11 0 2 -1 11 15 0 -1 3 11 2 -1 4 11 3 -1 12 11 4 -1 7 12 4 -1 13 12 7 -1 6 13 7 -1 8 13 6 -1 9 8 6 -1 10 9 6 -1 5 10 6 -1"> <Coordinate point="17.842971801757813 9.0348405838012695 7.3499999046325684 17.36271858215332 9.9265298843383789 7.3499999046325684 18.279947280883789 8.1144046783447266 7.3499999046325684 18.669477462768555 7.1729083061218262 7.3499999046325684 19.010553359985352 6.2127962112426758 7.3499999046325684 34.26336669921875 -19.998170852661133 0.12036651372909546 30.175960540771484 -9.8202667236328125 3.0378727912902832 24.806709289550781 -0.96238213777542114 5.5766782760620117 38.805885314941406 -8.2467145919799805 0.12036652863025665 37.711780548095703 -12.317739486694336 0.12036652863025665 36.191886901855469 -16.249689102172852 0.12036652863025665 18.631702423095703 8.6204385757446289 7.1554813385009766 28.006330490112305 2.5792167186737061 4.3641195297241211 33.667285919189453 -2.395857572555542 2.2959811687469482 17.613584518432617 9.5735378265380859 7.332667350769043 17.986284255981445 9.1880960464477539 7.2775259017944336" /> <Normal vector="0.30774134397506714 0.15582571923732758 0.93862324953079224 0.29945832490921021 0.17120485007762909 0.93862324953079224 0.31527793407440186 0.13995076715946198 0.93862324953079224 0.32199624180793762 0.12371260672807693 0.93862324953079224 0.32787886261940002 0.10715334862470627 0.93862324953079224 0.29791295528411865 -0.17388001084327698 0.93862324953079224 0.32801172137260437 -0.10674598813056946 0.93862324953079224 0.34468474984169006 -0.013372126966714859 0.93862324953079224 0.33740925788879395 -0.071703508496284485 0.93862324953079224 0.32789623737335205 -0.1071002259850502 0.93862324953079224 0.31468105316162109 -0.14128772914409637 0.93862324953079224 0.31305956840515137 0.14484509825706482 0.93862324953079224 0.34349048137664795 0.031633436679840088 0.93862324953079224 0.34407392144203186 -0.024485256522893906 0.93862324953079224 0.30306953191757202 0.1647278368473053 0.93862324953079224 0.30718401074409485 0.15692159533500671 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1"> <Coordinate point="32.293365478515625 0.59951770305633545 16.461965560913086 38.683753967285156 -6.1197409629821777 10.700789451599121 39.565864562988281 -5.8772730827331543 10 39.436386108398438 -6.1455469131469727 10.073545455932617 39.295494079589844 -6.2507224082946777 10.176597595214844 39.077285766601563 -6.303950309753418 10.350322723388672 38.865036010742188 -6.2594542503356934 10.532092094421387 39.745273590087891 -4.5070056915283203 10 39.69073486328125 -4.964439868927002 10 39.630928039550781 -5.4212160110473633 10 39.361026763916016 -4.1250848770141602 10.355278968811035 31.772182464599609 2.2994844913482666 16.834228515625 31.805305480957031 1.7837423086166382 16.834228515625 31.795192718505859 1.9557151794433594 16.834228515625 31.784152984619141 2.1276309490203857 16.834228515625 31.865091323852539 1.3862082958221436 16.800704956054688 31.980005264282227 1.0505262613296509 16.715099334716797 32.114898681640625 0.80729544162750244 16.607864379882813" /> <Normal vector="0.64267688989639282 0.011931085959076881 0.76604443788528442 0.63489198684692383 -0.10043943673372269 0.76604443788528442 0.6358112096786499 -0.094445958733558655 0.76604443788528442 0.63512212038040161 -0.098973900079727173 0.76604443788528442 0.63480645418167114 -0.10097847878932953 0.76604443788528442 0.63458341360092163 -0.10237103700637817 0.76604443788528442 0.63460969924926758 -0.10220781713724136 0.76604443788528442 0.63869428634643555 -0.072426192462444305 0.76604443788528442 0.63781780004501343 -0.07977701723575592 0.76604443788528442 0.63685673475265503 -0.087117262184619904 0.76604443788528442 0.63928645849227905 -0.066998019814491272 0.76604443788528442 0.64111071825027466 0.046399839222431183 0.76604443788528442 0.64177912473678589 0.03599296510219574 0.76604443788528442 0.64157509803771973 0.039463140070438385 0.76604443788528442 0.64135229587554932 0.042932115495204926 0.76604443788528442 0.64218026399612427 0.027936389669775963 0.76604443788528442 0.64244109392166138 0.02110384963452816 0.76604443788528442 0.64258462190628052 0.016153112053871155 0.76604443788528442" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1"> <Coordinate point="33.605785369873047 -21.393688201904297 3.9111936092376709 33.248256683349609 -21.934247970581055 9.7596168518066406 33.542850494384766 -21.791675567626953 3.8700993061065674 33.615951538085938 -21.599460601806641 3.8925406932830811 33.180793762207031 -22.339092254638672 9.7185659408569336 33.2576904296875 -22.144067764282227 9.7410869598388672" /> <Normal vector="0.96444547176361084 0.25118133425712585 0.082175552845001221 0.96444237232208252 0.25119295716285706 0.08217649906873703 0.83857136964797974 -0.54479175806045532 -1.7612211422601831E-6 0.98600184917449951 -0.16056446731090546 0.044937815517187119 0.82951968908309937 -0.55847746133804321 2.1138450847502099E-6 0.9846421480178833 -0.1686575710773468 0.045105002820491791" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1"> <Coordinate point="33.542850494384766 -21.791675567626953 3.8700993061065674 33.615951538085938 -21.599460601806641 3.8925406932830811 33.605785369873047 -21.393688201904297 3.9111936092376709 33.734466552734375 -21.493852615356445 0.74746823310852051 33.805648803710938 -21.302501678466797 0.76989573240280151 33.794658660888672 -21.098258972167969 0.78858399391174316" /> <Normal vector="0.83857136964797974 -0.54479175806045532 -1.4254464986152016E-6 0.98600256443023682 -0.1605597585439682 0.044938359409570694 0.96444088220596313 0.25119867920875549 0.082176700234413147 0.84336167573928833 -0.53734630346298218 0 0.98691946268081665 -0.15483245253562927 0.044909369200468063 0.96374458074569702 0.25383922457695007 0.082231543958187103" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1"> <Coordinate point="33.734466552734375 -21.493852615356445 0.74746823310852051 33.778823852539063 -21.424074172973633 0.43665421009063721 33.83502197265625 -21.335210800170898 0.24846003949642181 33.951347351074219 -21.149608612060547 0.012588707730174065 34.095073699951172 -20.917121887207031 -0.16213507950305939 34.204887390136719 -20.737060546875 -0.24785777926445007 34.324085235595703 -20.539163589477539 -0.30803510546684265 34.546237945556641 -20.163270950317383 -0.34894537925720215 34.468524932861328 -20.117914199829102 -0.062796838581562042 34.26336669921875 -19.998170852661133 0.12036651372909546 33.794658660888672 -21.098258972167969 0.78858399391174316 33.824546813964844 -21.064321517944336 0.58727371692657471 33.877452850341797 -20.965902328491211 0.41333633661270142 33.939964294433594 -20.830802917480469 0.29067134857177734 34.01788330078125 -20.647392272949219 0.19602087140083313 34.106193542480469 -20.425163269042969 0.13682740926742554 33.805648803710938 -21.302501678466797 0.76989573240280151 34.213962554931641 -20.598930358886719 -0.030854778364300728 34.262649536132813 -20.509010314941406 -0.049504242837429047" /> <Normal vector="0.84336668252944946 -0.5373384952545166 1.057308850249683E-6 0.84448051452636719 -0.53558623790740967 -0.000048293120926246047 0.8458741307258606 -0.5333825945854187 -0.000038133628549985588 0.84875762462615967 -0.52878212928771973 0.000035219669371144846 0.85234963893890381 -0.52297234535217285 0.000031352203222922981 0.85510307550430298 -0.51845806837081909 0.000037121488276170567 0.85813766717910767 -0.51341968774795532 7.2397147050651256E-6 0.86365550756454468 -0.50408256053924561 0 0.70826905965805054 -0.41331234574317932 0.5723004937171936 0.29791542887687683 -0.17387565970420837 0.93862324953079224 0.96374285221099854 0.25384512543678284 0.082233957946300507 0.94154685735702515 0.19271115958690643 0.27631860971450806 0.88018280267715454 0.12503238022327423 0.45787018537521362 0.79672139883041382 0.061778023838996887 0.60118091106414795 0.68545687198638916 -0.0040118247270584106 0.72810214757919312 0.55131524801254272 -0.071240603923797607 0.83124983310699463 0.98692035675048828 -0.15482515096664429 0.044914864003658295 0.81963759660720825 -0.33086627721786499 0.46767693758010864 0.79899352788925171 -0.3469308614730835 0.49117034673690796" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="12 5 4 -1 12 4 8 -1 13 6 5 -1 13 5 12 -1 14 1 0 -1 14 7 6 -1 14 0 7 -1 14 6 13 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 14 13 -1 17 1 14 -1 17 13 16 -1 17 16 11 -1"> <Coordinate point="39.126258850097656 -8.3147983551025391 -0.34894508123397827 38.023120880126953 -12.419431686401367 -0.34894508123397827 36.490680694580078 -16.383842468261719 -0.34894508123397827 34.546237945556641 -20.163270950317383 -0.34894537925720215 38.805885314941406 -8.2467145919799805 0.12036652863025665 38.935817718505859 -8.274327278137207 0.047019768506288528 39.038246154785156 -8.2960939407348633 -0.062794789671897888 39.103736877441406 -8.3100118637084961 -0.19896338880062103 37.711780548095703 -12.317739486694336 0.12036652863025665 36.191886901855469 -16.249689102172852 0.12036652863025665 34.26336669921875 -19.998170852661133 0.12036651372909546 34.468524932861328 -20.117914199829102 -0.062796838581562042 37.838050842285156 -12.358982086181641 0.047019768506288528 37.937587738037109 -12.391494750976563 -0.062794789671897888 38.001235961914063 -12.412282943725586 -0.19896338880062103 36.313068389892578 -16.304096221923828 0.047019768506288528 36.408596038818359 -16.346988677978516 -0.062794789671897888 36.469673156738281 -16.374412536621094 -0.19896338880062103" /> <Normal vector="0.9781564474105835 -0.20786994695663452 0 0.95057803392410278 -0.31048578023910522 0 0.91226696968078613 -0.40959608554840088 0 0.86365592479705811 -0.50408178567886353 -5.8216795650878339E-7 0.33740925788879395 -0.071703501045703888 0.93862324953079224 0.5972743034362793 -0.1269279420375824 0.79192972183227539 0.80213123559951782 -0.17046248912811279 0.57230061292648315 0.93311303853988647 -0.19829769432544708 0.29996341466903687 0.32789623737335205 -0.1071002259850502 0.93862324953079224 0.31468105316162109 -0.14128772914409637 0.93862324953079224 0.29791313409805298 -0.17388010025024414 0.93862318992614746 0.7082359790802002 -0.41336929798126221 0.5723002552986145 0.58043456077575684 -0.18958643078804016 0.79192972183227539 0.77951574325561523 -0.25461199879646301 0.57230061292648315 0.90680456161499023 -0.29618814587593079 0.29996341466903687 0.55704140663146973 -0.25010436773300171 0.79192972183227539 0.74809896945953369 -0.33588677644729614 0.57230061292648315 0.87025773525238037 -0.39073446393013 0.29996341466903687" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1"> <Coordinate point="38.683753967285156 -6.1197409629821777 1.6147215366363525 38.70819091796875 -6.2047567367553711 1.3209164142608643 38.7218017578125 -6.2894973754882813 1.1712050437927246 38.735973358154297 -6.4014444351196289 1.0215109586715698 38.760475158691406 -6.6555986404418945 0.76981985569000244 38.786094665527344 -7.0423150062561035 0.50139480829238892 38.8040771484375 -7.5201821327209473 0.27981856465339661 38.808822631835938 -7.8758406639099121 0.17551484704017639 38.805885314941406 -8.2467145919799805 0.12036652863025665 39.565864562988281 -5.8772730827331543 1.6147216558456421 39.466079711914063 -6.1108508110046387 1.6147216558456421 39.340126037597656 -6.2253451347351074 1.6147216558456421 39.172588348388672 -6.2932991981506348 1.6147215366363525 38.991870880126953 -6.2975063323974609 1.6147215366363525 38.821498870849609 -6.2370824813842773 1.6147215366363525 39.560077667236328 -5.9161105155944824 1.3049592971801758 39.539470672607422 -6.052283763885498 0.95080912113189697 39.505275726318359 -6.2716059684753418 0.62038642168045044 39.462787628173828 -6.5336384773254395 0.3471149206161499 39.413433074951172 -6.8250446319580078 0.12173808366060257 39.337886810302734 -7.247809886932373 -0.11174597591161728 39.239570617675781 -7.762476921081543 -0.28450471162796021 39.126258850097656 -8.3147983551025391 -0.34894508123397827 38.935817718505859 -8.274327278137207 0.047019768506288528 39.038246154785156 -8.2960939407348633 -0.062794789671897888 39.103736877441406 -8.3100118637084961 -0.19896338880062103 39.206298828125 -6.9126739501953125 0.51481574773788452 39.439773559570313 -6.2339372634887695 1.1369332075119019 39.432472229003906 -6.3019013404846191 0.99582803249359131 38.917995452880859 -6.2922072410583496 1.4814825057983398 39.421756744384766 -6.3926658630371094 0.84721833467483521 39.226234436035156 -6.4655857086181641 1.0256888866424561 38.961036682128906 -6.4004650115966797 1.2039549350738525 39.40869140625 -6.4958329200744629 0.70900946855545044 38.967262268066406 -6.4396944046020508 1.1343288421630859 38.973476409912109 -6.4874687194824219 1.0596922636032104 38.995380401611328 -6.8206186294555664 0.68714219331741333 39.154701232910156 -7.4465703964233398 0.17274940013885498 39.127822875976563 -7.6687707901000977 0.078337050974369049 39.103191375732422 -7.8554296493530273 0.01724923774600029 39.211578369140625 -6.3267350196838379 1.3434135913848877 39.223846435546875 -6.3778886795043945 1.1954032182693481" /> <Normal vector="-0.77507627010345459 -0.63186770677566528 2.0967609088984318E-6 -0.70541709661483765 -0.66252255439758301 0.25189405679702759 -0.65215665102005005 -0.6602892279624939 0.37243771553039551 -0.5871654748916626 -0.64661365747451782 0.4869573712348938 -0.44891595840454102 -0.59566032886505127 0.66608047485351563 -0.2497609406709671 -0.49248716235160828 0.83371210098266602 -0.012217476963996887 -0.34111601114273071 0.93994182348251343 0.16046062111854553 -0.21521581709384918 0.96329361200332642 0.33740890026092529 -0.071704603731632233 0.93862330913543701 0.9891466498374939 -0.14693179726600647 0 0.78945612907409668 -0.61380696296691895 3.982103407906834E-6 0.53773939609527588 -0.84311109781265259 4.8212064029939938E-6 0.20269505679607391 -0.97924190759658813 5.5219693422259297E-6 -0.15892854332923889 -0.98729008436203003 1.1320931889713393E-6 -0.49959787726402283 -0.8662574291229248 0.000011196203558938578 0.9890018105506897 -0.14790324866771698 -7.6872829595231451E-6 0.98848718404769897 -0.15130467712879181 4.3736326915677637E-6 0.98763191699981689 -0.15679016709327698 4.165727204963332E-6 0.98656916618347168 -0.16334418952465057 -1.2452984492483665E-6 0.98533570766448975 -0.1706269234418869 -1.0401726058262284E-6 0.983448326587677 -0.18118870258331299 3.5948030472354731E-6 0.98098695278167725 -0.19407370686531067 -3.1424699500348652E-6 0.9781564474105835 -0.20786994695663452 3.3331701843053452E-7 0.59727412462234497 -0.12692868709564209 0.79192972183227539 0.8021310567855835 -0.17046308517456055 0.57230073213577271 0.93311291933059692 -0.19829784333705902 0.29996377229690552 0.53341305255889893 -0.56513941287994385 0.62935513257980347 0.7774651050567627 -0.59092229604721069 0.21531115472316742 0.78850024938583374 -0.5593639612197876 0.2556937038898468 -0.30081713199615479 -0.93813127279281616 0.17151902616024017 0.80077642202377319 -0.52433425188064575 0.2895352840423584 0.39115032553672791 -0.78906667232513428 0.47368261218070984 -0.17303967475891113 -0.87801599502563477 0.44625687599182129 0.81267344951629639 -0.49089181423187256 0.31398579478263855 -0.14482185244560242 -0.85380017757415771 0.50005185604095459 -0.1132638156414032 -0.82576769590377808 0.55252057313919067 0.064629271626472473 -0.65989267826080322 0.74857509136199951 0.65250253677368164 -0.38767352700233459 0.65111416578292847 0.69497835636138916 -0.32603621482849121 0.64086306095123291 0.7285773754119873 -0.27747812867164612 0.6262434720993042 0.30055385828018188 -0.91228413581848145 0.27821767330169678 0.34905213117599487 -0.85616707801818848 0.38097313046455383" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1"> <Coordinate point="32.935436248779297 -21.944562911987305 10.355278968811035 33.102352142333984 -21.796838760375977 10.217992782592773 33.150196075439453 -21.640758514404297 10.013345718383789 33.245288848876953 -21.938661575317383 9.8079347610473633 33.248115539550781 -22.160085678100586 9.9095926284790039 33.164188385009766 -22.363733291625977 9.9853754043579102 33.098182678222656 -22.461305618286133 10" /> <Normal vector="0.53492450714111328 -0.35641506314277649 0.76604443788528442 0.86875665187835693 -0.060967829078435898 0.49147206544876099 0.96444237232208252 0.25119292736053467 0.08217649906873703 0.96444237232208252 0.25119292736053467 0.08217649906873703 0.90827846527099609 0.00065133866155520082 0.41836565732955933 0.69069302082061768 -0.24946704506874084 0.67875576019287109 0.53187763690948486 -0.36094647645950317 0.7660442590713501" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1"> <Coordinate point="32.935436248779297 -21.944562911987305 10.355278968811035 29.201494216918945 -12.72917652130127 16.834228515625 29.274179458618164 -12.427335739135742 16.792268753051758 29.233541488647461 -12.145659446716309 16.674985885620117 33.150196075439453 -21.640758514404297 10.013345718383789 33.102352142333984 -21.796838760375977 10.217992782592773" /> <Normal vector="0.53492450714111328 -0.35641500353813171 0.76604443788528442 0.58923959732055664 -0.25685492157936096 0.76604324579238892 0.86663103103637695 0.084923617541790009 0.49166926741600037 0.90994679927825928 0.40650588274002075 0.082157067954540253 0.96444237232208252 0.25119295716285706 0.082176506519317627 0.86875653266906738 -0.060967318713665009 0.49147239327430725" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1"> <Coordinate point="39.565864562988281 -5.8772730827331543 1.6147216558456421 39.466079711914063 -6.1108508110046387 1.6147216558456421 39.340126037597656 -6.2253451347351074 1.6147216558456421 39.172588348388672 -6.2932991981506348 1.6147215366363525 38.991870880126953 -6.2975063323974609 1.6147215366363525 38.821498870849609 -6.2370824813842773 1.6147215366363525 38.683753967285156 -6.1197409629821777 1.6147215366363525 39.565864562988281 -5.8772730827331543 10 39.436386108398438 -6.1455469131469727 10.073545455932617 39.295494079589844 -6.2507224082946777 10.176597595214844 39.077285766601563 -6.303950309753418 10.350322723388672 38.865036010742188 -6.2594542503356934 10.532092094421387 38.683753967285156 -6.1197409629821777 10.700789451599121" /> <Normal vector="0.9891466498374939 -0.14693182706832886 0 0.78947931528091431 -0.61377716064453125 0 0.53770548105239868 -0.84313273429870605 0 0.20266252756118774 -0.97924864292144775 0 -0.15888494253158569 -0.98729711771011353 0 -0.49965322017669678 -0.86622554063796997 0 -0.77507632970809937 -0.63186758756637573 0 0.9891466498374939 -0.14693182706832886 0 0.73007017374038696 -0.68337219953536987 0 0.44840523600578308 -0.89383035898208618 0 0.011980405077338219 -0.99992823600769043 0 -0.41238266229629517 -0.9110107421875 0 -0.77507632970809937 -0.63186758756637573 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1"> <Coordinate point="33.180793762207031 -22.339092254638672 9.7185659408569336 33.2576904296875 -22.144067764282227 9.7410869598388672 33.248256683349609 -21.934247970581055 9.7596168518066406 33.164188385009766 -22.363733291625977 9.9853754043579102 33.245288848876953 -21.938661575317383 9.8079347610473633 33.248115539550781 -22.160085678100586 9.9095926284790039" /> <Normal vector="0.82951980829238892 -0.55847728252410889 0 0.9846419095993042 -0.16865924000740051 0.045103665441274643 0.96444237232208252 0.25119292736053467 0.08217649906873703 0.8291047215461731 -0.55909329652786255 0 0.96444237232208252 0.25119292736053467 0.08217649906873703 0.98447370529174805 -0.16965764760971069 0.045030608773231506" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 3 0 -1 1 2 0 -1"> <Coordinate point="19.246515274047852 -34.873046875 9.7596168518066406 19.300258636474609 -34.567546844482422 9.9641256332397461 19.296077728271484 -34.567604064941406 10.013345718383789 19.241836547851563 -34.875576019287109 9.8079347610473633" /> <Normal vector="0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.9707065224647522 -0.22577844560146332 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 3 0 2 -1"> <Coordinate point="20.240646362304688 -24.33995246887207 16.674985885620117 20.260805130004883 -24.155355453491211 16.571977615356445 19.296077728271484 -34.567604064941406 10.013345718383789 19.300258636474609 -34.567546844482422 9.9641256332397461" /> <Normal vector="0.99463057518005371 -0.062930583953857422 0.082157023251056671 0.99454283714294434 -0.061347134411334991 0.084386467933654785 0.9707065224647522 -0.22577843070030212 0.08217649906873703 0.9707065224647522 -0.22577843070030212 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 2 -1"> <Coordinate point="19.300258636474609 -34.567546844482422 9.9641256332397461 19.814302444458008 -34.560558319091797 3.9111936092376709 19.246515274047852 -34.873046875 9.7596168518066406" /> <Normal vector="0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.9707065224647522 -0.22577840089797974 0.082176446914672852 0.9707065224647522 -0.22577844560146332 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1"> <Coordinate point="19.300258636474609 -34.567546844482422 9.9641256332397461 19.814302444458008 -34.560558319091797 3.9111936092376709 20.260805130004883 -24.155355453491211 16.571977615356445 19.664222717285156 -6.0171494483947754 7.801386833190918 20.591041564941406 -14.908167839050293 11.687099456787109 20.118833541870117 -34.386741638183594 0.78858399391174316 21.355550765991211 -24.365596771240234 3.5125977993011475 21.062829971313477 -14.71119499206543 5.9541029930114746" /> <Normal vector="0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.9707065224647522 -0.22577835619449615 0.08217649906873703 0.99454295635223389 -0.061339482665061951 0.084390662610530853 0.97625207901000977 0.20004932582378387 0.083139099180698395 0.99341106414794922 0.077471837401390076 0.084454804658889771 0.97131842374801636 -0.22311082482337952 0.0822315514087677 0.99432158470153809 -0.064858637750148773 0.084367804229259491 0.99319642782211304 0.080192357301712036 0.084439717233181" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1"> <Coordinate point="20.118833541870117 -34.386741638183594 0.78858399391174316 21.355550765991211 -24.365596771240234 3.5125977993011475 21.062829971313477 -14.71119499206543 5.9541029930114746 19.664222717285156 -6.0171494483947754 7.801386833190918 19.587224960327148 -5.1219429969787598 7.5466718673706055 19.613775253295898 -4.2325963973999023 7.4022107124328613 19.720239639282227 -3.3334870338439941 7.3499999046325684 21.045089721679688 -33.630481719970703 0.12036651372909546 22.155780792236328 -22.718881607055664 3.0378727912902832 21.518009185791016 -12.380399703979492 5.5766782760620117 20.161069869995117 -34.370578765869141 0.58727371692657471 20.253654479980469 -34.308021545410156 0.41333633661270142 20.371791839599609 -34.217449188232422 0.29067134857177734 20.526018142700195 -34.091255187988281 0.19602087140083313 20.707487106323242 -33.935523986816406 0.13682740926742554 20.449377059936523 -33.951423645019531 0.3360569179058075 21.236124038696289 -28.90980339050293 1.71770179271698 21.621700286865234 -23.510299682617188 3.1598653793334961 21.579437255859375 -18.60789680480957 4.4233684539794922 21.161920547485352 -13.532244682312012 5.6590628623962402 20.501333236694336 -9.0983467102050781 6.6417365074157715" /> <Normal vector="0.97131919860839844 -0.22310662269592285 0.082233995199203491 0.99431908130645752 -0.064873598515987396 0.084386043250560761 0.99319332838058472 0.080186754465103149 0.084481336176395416 0.97625744342803955 0.2000289112329483 0.083125211298465729 0.8693535327911377 0.11960881948471069 0.47949779033660889 0.65202087163925171 0.036001354455947876 0.75734579563140869 0.34011867642402649 -0.057492263615131378 0.93862342834472656 0.18297713994979858 -0.29240891337394714 0.93862473964691162 0.24082891643047333 -0.24695497751235962 0.93862384557723999 0.29898732900619507 -0.17202562093734741 0.93862330913543701 0.92333942651748657 -0.26682621240615845 0.27613064646720886 0.83702075481414795 -0.29856583476066589 0.45853540301322937 0.73412740230560303 -0.31552591919898987 0.60124897956848145 0.60442870855331421 -0.32249748706817627 0.72846502065658569 0.45516937971115112 -0.31898987293243408 0.83130395412445068 0.71076518297195435 -0.31498247385025024 0.62896651029586792 0.73468810319900513 -0.25457406044006348 0.62882858514785767 0.75573837757110596 -0.18675829470157623 0.62767893075942993 0.77054160833358765 -0.12250031530857086 0.62550723552703857 0.78130537271499634 -0.052738677710294724 0.62191683053970337 0.78628450632095337 0.012543349526822567 0.6177372932434082" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1"> <Coordinate point="18.032522201538086 -8.6503257751464844 7.3499999046325684 18.293657302856445 -8.5703115463256836 7.5113492012023926 18.537334442138672 -8.5801858901977539 7.6914048194885254 18.766931533813477 -8.6820554733276367 7.8923249244689941 18.968364715576172 -8.8704299926757813 8.1019964218139648 19.091482162475586 -9.0503740310668945 8.2524299621582031 19.199369430541992 -9.2691764831542969 8.4058322906494141 19.336383819580078 -9.6975326538085938 8.6554975509643555 19.413116455078125 -10.135436058044434 8.8697471618652344 18.574108123779297 -7.4163651466369629 7.3499999046325684 19.429550170898438 -4.7426347732543945 7.3499999046325684 19.186256408691406 -5.646909236907959 7.3499999046325684 18.900899887084961 -6.5388045310974121 7.3499999046325684 19.720239639282227 -3.3334870338439941 7.3499999046325684 19.664222717285156 -6.0171494483947754 7.801386833190918 19.587224960327148 -5.1219429969787598 7.5466718673706055 19.613775253295898 -4.2325963973999023 7.4022107124328613 20.591041564941406 -14.908167839050293 11.687099456787109 20.260805130004883 -24.155355453491211 16.571977615356445 20.240646362304688 -24.33995246887207 16.674985885620117 19.941095352172852 -24.841737747192383 16.834228515625 20.145727157592773 -24.608249664306641 16.792268753051758 19.535463333129883 -25.161972045898438 16.834228515625 19.67125129699707 -25.055957794189453 16.834228515625 19.806463241577148 -24.949213027954102 16.834228515625 19.901912689208984 -17.527538299560547 12.565854072570801" /> <Normal vector="-0.56324136257171631 0.27019074559211731 0.78086882829666138 -0.565693199634552 0.26501902937889099 0.78086882829666138 -0.56691241264343262 0.26240092515945435 0.78086882829666138 -0.5669630765914917 0.26229140162467957 0.78086882829666138 -0.56587612628936768 0.26462823152542114 0.78086882829666138 -0.5644800066947937 0.26759341359138489 0.78086882829666138 -0.56256425380706787 0.27159783244132996 0.78086882829666138 -0.55840492248535156 0.28004977107048035 0.78086882829666138 -0.55376482009887695 0.28911668062210083 0.78086882829666138 -0.58015769720077515 0.23164832592010498 0.78086882829666138 -0.60687720775604248 0.14813502132892609 0.78086882829666138 -0.59927797317504883 0.17637981474399567 0.78086882829666138 -0.59036493301391602 0.20423795282840729 0.78086882829666138 -0.61595678329467773 0.1041206568479538 0.78086882829666138 -0.5973547101020813 0.18278743326663971 0.78086882829666138 -0.60437345504760742 0.15804006159305573 0.78086882829666138 -0.61063861846923828 0.13177405297756195 0.78086882829666138 -0.50599700212478638 0.36634808778762817 0.78086882829666138 -0.40145382285118103 0.47862169146537781 0.78086882829666138 -0.39942312240600586 0.48031765222549438 0.78086882829666138 -0.3910529613494873 0.48715654015541077 0.78086882829666138 -0.39571821689605713 0.48337459564208984 0.78086882829666138 -0.38309833407402039 0.49343648552894592 0.78086882829666138 -0.38576120138168335 0.49135750532150269 0.78086882829666138 -0.38841277360916138 0.48926416039466858 0.78086882829666138 -0.46880510449409485 0.41287487745285034 0.78086882829666138" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1"> <Coordinate point="21.692880630493164 -0.50701320171356201 8.0888767242431641 26.884286880493164 -9.7024517059326172 5.5192995071411133 29.516225814819336 -16.310081481933594 3.6181886196136475 31.408777236938477 -23.395998001098633 1.6147215366363525 31.408777236938477 -23.395998001098633 10.700789451599121 28.872962951660156 -14.476628303527832 16.461965560913086" /> <Normal vector="-0.83145266771316528 -0.55559563636779785 0 -0.90671992301940918 -0.42173334956169128 0 -0.94874703884124756 -0.31603652238845825 0 -0.97993952035903931 -0.19929505884647369 0 -0.97993952035903931 -0.19929505884647369 0 -0.93829065561294556 -0.34584769606590271 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="22 9 10 -1 22 21 20 -1 22 23 9 -1 22 20 23 -1 24 10 11 -1 24 13 12 -1 24 14 13 -1 24 11 19 -1 24 12 21 -1 24 21 25 -1 24 25 10 -1 26 15 14 -1 26 16 15 -1 26 17 16 -1 26 18 17 -1 26 19 18 -1 26 14 24 -1 26 24 19 -1 27 2 1 -1 27 3 2 -1 27 4 3 -1 27 5 4 -1 27 6 5 -1 28 7 6 -1 28 6 27 -1 28 27 1 -1 29 1 0 -1 29 7 28 -1 29 28 1 -1 30 8 7 -1 30 7 29 -1 30 29 0 -1 31 0 9 -1 31 20 8 -1 31 9 23 -1 31 30 0 -1 31 23 20 -1 31 8 30 -1 32 21 22 -1 32 22 10 -1 32 25 21 -1 32 10 25 -1"> <Coordinate point="20.503669738769531 -1.0255643129348755 7.1554813385009766 20.350387573242188 -0.078880533576011658 7.3122587203979492 20.357976913452148 0.23386856913566589 7.4088149070739746 20.393310546875 0.38332456350326538 7.4771780967712402 20.594099044799805 0.54518896341323853 7.6606626510620117 20.792469024658203 0.48146209120750427 7.7739243507385254 21.044837951660156 0.28946399688720703 7.8848700523376465 21.388687133789063 -0.088434427976608276 8.0039052963256836 21.692880630493164 -0.50701320171356201 8.0888767242431641 25.99699592590332 -10.731407165527344 4.3641195297241211 28.697490692138672 -17.767393112182617 2.2959811687469482 30.528465270996094 -25.336097717285156 0.12036652863025665 31.408777236938477 -23.395998001098633 1.6147215366363525 31.390905380249023 -23.482631683349609 1.3209164142608643 31.363578796386719 -23.563993453979492 1.1712050437927246 31.324100494384766 -23.669702529907227 1.0215109586715698 31.227684020996094 -23.906129837036133 0.76981985569000244 31.070655822753906 -24.260457992553711 0.50139480829238892 30.864500045776367 -24.691944122314453 0.27981856465339661 30.703420639038086 -25.009069442749023 0.17551484704017639 26.884286880493164 -9.7024517059326172 5.5192995071411133 29.516225814819336 -16.310081481933594 3.6181886196136475 28.804710388183594 -15.403428077697754 3.1016309261322021 26.655300140380859 -10.11727237701416 4.632077693939209 30.486135482788086 -21.015111923217773 1.4965643882751465 29.709201812744141 -18.17357063293457 2.305910587310791 31.098079681396484 -23.76429557800293 0.72047072649002075 20.747600555419922 0.1650339812040329 7.4994673728942871 20.959297180175781 0.015124579891562462 7.5244588851928711 21.054544448852539 -0.41547763347625732 7.3090238571166992 21.259611129760742 -0.57616692781448364 7.3110666275024414 23.944955825805664 -4.8783249855041504 6.1366710662841797 29.310848236083984 -16.897260665893555 2.6717586517333984" /> <Normal vector="0.34452179074287415 -0.017216414213180542 0.93862044811248779 0.009746873751282692 -0.24353939294815063 0.96984201669692993 -0.14707303047180176 -0.33966344594955444 0.92897701263427734 -0.24641536176204681 -0.39675530791282654 0.88423115015029907 -0.47822752594947815 -0.51395034790039063 0.71214711666107178 -0.59965187311172485 -0.56117254495620728 0.57052874565124512 -0.70215070247650146 -0.58645892143249512 0.40379494428634644 -0.78974431753158569 -0.58412599563598633 0.18735197186470032 -0.8314436674118042 -0.55560904741287231 1.2599678029800998E-6 0.31885409355163574 -0.13161270320415497 0.9386214017868042 0.29328727722167969 -0.18157720565795898 0.93862253427505493 0.26543775200843811 -0.2202928215265274 0.93862336874008179 -0.97993612289428711 -0.19931177794933319 -4.6245395424193703E-6 -0.93239313364028931 -0.25889554619789124 0.25222253799438477 -0.88430839776992798 -0.2817075252532959 0.37234330177307129 -0.82042157649993896 -0.29969522356987 0.48692011833190918 -0.67431986331939697 -0.31865134835243225 0.66614866256713867 -0.45000201463699341 -0.32000407576560974 0.83372390270233154 -0.16943052411079407 -0.29634577035903931 0.93993216753005981 0.042104098945856094 -0.26504892110824585 0.96331524848937988 -0.9066585898399353 -0.42186513543128967 5.0393573474138975E-6 -0.94877880811691284 -0.31594100594520569 2.8154561277915491E-6 -0.51774626970291138 -0.40088397264480591 0.75579816102981567 -0.47769829630851746 -0.44054916501045227 0.76007944345474243 -0.55505889654159546 -0.35104769468307495 0.75410550832748413 -0.53695559501647949 -0.37698298692703247 0.75469368696212769 -0.57090479135513306 -0.32510888576507568 0.75390446186065674 -0.39618879556655884 -0.4747372567653656 0.78591281175613403 -0.47973033785820007 -0.512076735496521 0.7124859094619751 -0.33095186948776245 -0.44161471724510193 0.83393484354019165 -0.40478670597076416 -0.47652825713157654 0.78042840957641602 -0.43628576397895813 -0.46771937608718872 0.76869583129882813 -0.5282822847366333 -0.38819831609725952 0.75512903928756714" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 14 1 -1 15 14 0 -1 11 0 2 -1 11 15 0 -1 3 11 2 -1 4 11 3 -1 12 11 4 -1 7 12 4 -1 13 12 7 -1 6 13 7 -1 8 13 6 -1 9 8 6 -1 10 9 6 -1 5 10 6 -1"> <Coordinate point="19.997867584228516 -0.29208871722221375 7.3499999046325684 19.98701286315918 0.72064751386642456 7.3499999046325684 19.957040786743164 -1.3101663589477539 7.3499999046325684 19.864418029785156 -2.3248436450958252 7.3499999046325684 19.720239639282227 -3.3334870338439941 7.3499999046325684 21.045089721679688 -33.630481719970703 0.12036651372909546 22.155780792236328 -22.718881607055664 3.0378727912902832 21.518009185791016 -12.380399703979492 5.5766782760620117 30.528465270996094 -25.336097717285156 0.12036652863025665 27.667783737182617 -28.432353973388672 0.12036652863025665 24.494716644287109 -31.20759391784668 0.12036652863025665 20.503669738769531 -1.0255643129348755 7.1554813385009766 25.99699592590332 -10.731407165527344 4.3641195297241211 28.697490692138672 -17.767393112182617 2.2959811687469482 20.045099258422852 0.29150575399398804 7.332667350769043 20.19598388671875 -0.22298739850521088 7.2775259017944336" /> <Normal vector="0.3449072539806366 -0.0050377128645777702 0.93862324953079224 0.34472003579139709 0.012429136782884598 0.93862324953079224 0.34420311450958252 -0.022596703842282295 0.93862324953079224 0.34260562062263489 -0.04009704664349556 0.93862324953079224 0.34011897444725037 -0.057493329048156738 0.93862324953079224 0.18298277258872986 -0.29241016507148743 0.93862324953079224 0.2408326268196106 -0.24695351719856262 0.93862324953079224 0.29898884892463684 -0.17202341556549072 0.93862324953079224 0.26543876528739929 -0.22029219567775726 0.93862324953079224 0.24056573212146759 -0.24721351265907288 0.93862324953079224 0.21297655999660492 -0.2713436484336853 0.93862324953079224 0.34451335668563843 -0.017232069745659828 0.93862324953079224 0.31884652376174927 -0.13161797821521759 0.93862324953079224 0.29328346252441406 -0.18157973885536194 0.93862324953079224 0.34490758180618286 0.0050158207304775715 0.93862324953079224 0.34492301940917969 -0.0038083554245531559 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1"> <Coordinate point="28.872962951660156 -14.476628303527832 16.461965560913086 31.408777236938477 -23.395998001098633 10.700789451599121 32.302528381347656 -23.591241836547852 10 32.063205718994141 -23.768613815307617 10.073545455932617 31.889575958251953 -23.796266555786133 10.176597595214844 31.671625137329102 -23.741989135742188 10.350322723388672 31.504365921020508 -23.603954315185547 10.532092094421387 33.098182678222656 -22.461305618286133 10 32.837310791015625 -22.840997695922852 10 32.572078704833984 -23.217658996582031 10 32.935436248779297 -21.944562911987305 10.355278968811035 29.201494216918945 -12.72917652130127 16.834228515625 28.991146087646484 -13.201236724853516 16.834228515625 29.062112808227539 -13.04426383972168 16.834228515625 29.132228851318359 -12.886908531188965 16.834228515625 28.859340667724609 -13.581020355224609 16.800704956054688 28.805091857910156 -13.931654930114746 16.715099334716797 28.811500549316406 -14.209713935852051 16.607864379882813" /> <Normal vector="0.57460677623748779 -0.28810238838195801 0.76604443788528442 0.51549237966537476 -0.38398373126983643 0.76604443788528442 0.51909160614013672 -0.37910392880439758 0.76604443788528442 0.51637721061706543 -0.38279297947883606 0.76604443788528442 0.51516616344451904 -0.38442128896713257 0.76604443788528442 0.51432150602340698 -0.38555064797401428 0.76604443788528442 0.51442062854766846 -0.3854183554649353 0.76604443788528442 0.53187757730484009 -0.36094623804092407 0.76604443788528442 0.52768540382385254 -0.3670477569103241 0.76604443788528442 0.52342319488525391 -0.37310057878494263 0.76604443788528442 0.53492450714111328 -0.3564150333404541 0.76604443788528442 0.58923846483230591 -0.25685399770736694 0.76604443788528442 0.58499395847320557 -0.26637944579124451 0.76604443788528442 0.58642596006393433 -0.2632119357585907 0.76604443788528442 0.58784079551696777 -0.26003676652908325 0.76604443788528442 0.58160507678985596 -0.27369961142539978 0.76604443788528442 0.57866078615188599 -0.27987071871757507 0.76604443788528442 0.57648712396621704 -0.28432109951972961 0.76604443788528442" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1"> <Coordinate point="19.814302444458008 -34.560558319091797 3.9111936092376709 19.246515274047852 -34.873046875 9.7596168518066406 19.573623657226563 -34.883708953857422 3.8700993061065674 19.727676391601563 -34.747486114501953 3.8925406932830811 18.998640060424805 -35.200164794921875 9.7185659408569336 19.15736198425293 -35.063220977783203 9.7410869598388672" /> <Normal vector="0.9707038402557373 -0.22579014301300049 0.082175552845001221 0.9707065224647522 -0.22577841579914093 0.08217649906873703 0.48934072256088257 -0.87209266424179077 -1.7611263274375233E-6 0.7984432578086853 -0.60039067268371582 0.044937815517187119 0.47496578097343445 -0.88000428676605225 2.1133046175236814E-6 0.79347825050354004 -0.60692489147186279 0.045105002820491791" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1"> <Coordinate point="19.573623657226563 -34.883708953857422 3.8700993061065674 19.727676391601563 -34.747486114501953 3.8925406932830811 19.814302444458008 -34.560558319091797 3.9111936092376709 19.881696701049805 -34.709049224853516 0.74746823310852051 20.033649444580078 -34.572696685791016 0.76989573240280151 20.118833541870117 -34.386741638183594 0.78858399391174316" /> <Normal vector="0.48934069275856018 -0.87209272384643555 -1.4254191000873107E-6 0.79844611883163452 -0.6003868579864502 0.044938359409570694 0.97070783376693726 -0.22577264904975891 0.082176700234413147 0.49704241752624512 -0.86772626638412476 0 0.80191957950592041 -0.59574168920516968 0.044909369200468063 0.97131842374801636 -0.22311097383499146 0.082231543958187103" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1"> <Coordinate point="19.881696701049805 -34.709049224853516 0.74746823310852051 19.953399658203125 -34.667877197265625 0.43665421009063721 20.044458389282227 -34.615310668945313 0.24846003949642181 20.233713150024414 -34.505027770996094 0.012588707730174065 20.469017028808594 -34.365962982177734 -0.16213507950305939 20.649930953979492 -34.257556915283203 -0.24785777926445007 20.847442626953125 -34.137722015380859 -0.30803510546684265 21.218833923339844 -33.908126831054688 -0.34894537925720215 21.171102523803711 -33.83184814453125 -0.062796838581562042 21.045089721679688 -33.630481719970703 0.12036651372909546 20.118833541870117 -34.386741638183594 0.78858399391174316 20.161069869995117 -34.370578765869141 0.58727371692657471 20.253654479980469 -34.308021545410156 0.41333633661270142 20.371791839599609 -34.217449188232422 0.29067134857177734 20.526018142700195 -34.091255187988281 0.19602087140083313 20.707487106323242 -33.935523986816406 0.13682740926742554 20.033649444580078 -34.572696685791016 0.76989573240280151 20.722158432006836 -34.139469146728516 -0.030854778364300728 20.807058334350586 -34.082473754882813 -0.049504242837429047" /> <Normal vector="0.49705046415328979 -0.86772161722183228 1.0573705822025659E-6 0.49885103106498718 -0.86668777465820313 -0.000048293084546457976 0.50110912322998047 -0.86538410186767578 -0.000038133464840939268 0.50580024719238281 -0.86265063285827637 0.000035219884011894464 0.5116807222366333 -0.85917568206787109 0.00003135214137728326 0.51621663570404053 -0.85645800828933716 0.000037121415516594425 0.52124512195587158 -0.85340702533721924 7.2398165684717242E-6 0.53047013282775879 -0.84770363569259644 0 0.43506526947021484 -0.69511896371841431 0.5723004937171936 0.18298695981502533 -0.29240745306015015 0.93862324953079224 0.97131961584091187 -0.22310493886470795 0.082233957946300507 0.92325568199157715 -0.26692137122154236 0.27631860971450806 0.83746862411499023 -0.29833066463470459 0.45787018537521362 0.73417145013809204 -0.31555315852165222 0.60118091106414795 0.60507756471633911 -0.32209998369216919 0.72810214757919312 0.45505827665328979 -0.31928941607475281 0.83124983310699463 0.80192375183105469 -0.59573560953140259 0.044914864003658295 0.57199180126190186 -0.67387211322784424 0.46767693758010864 0.54624682664871216 -0.67850285768508911 0.49117034673690796" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="12 5 4 -1 12 6 5 -1 12 4 8 -1 13 7 6 -1 13 6 12 -1 14 1 0 -1 14 0 7 -1 14 7 13 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 1 14 -1 17 13 16 -1 17 14 13 -1 17 16 11 -1"> <Coordinate point="30.780502319335938 -25.545267105102539 -0.34894508123397827 27.896203994750977 -28.667085647583008 -0.34894508123397827 24.696941375732422 -31.465236663818359 -0.34894508123397827 21.218833923339844 -33.908126831054688 -0.34894537925720215 30.528465270996094 -25.336097717285156 0.12036652863025665 30.630683898925781 -25.420928955078125 0.047019768506288528 30.711263656616211 -25.487804412841797 -0.062794789671897888 30.762784957885742 -25.530563354492188 -0.19896338880062103 27.667783737182617 -28.432353973388672 0.12036652863025665 24.494716644287109 -31.20759391784668 0.12036652863025665 21.045089721679688 -33.630481719970703 0.12036651372909546 21.171102523803711 -33.83184814453125 -0.062796838581562042 27.76042366027832 -28.527553558349609 0.047019768506288528 27.833452224731445 -28.60260009765625 -0.062794789671897888 27.880146026611328 -28.650585174560547 -0.19896338880062103 24.576732635498047 -31.312084197998047 0.047019768506288528 24.641386032104492 -31.39445686340332 -0.062794789671897888 24.682723999023438 -31.447124481201172 -0.19896338880062103" /> <Normal vector="0.76951253414154053 -0.63863170146942139 0 0.69740509986877441 -0.71667712926864624 0 0.61742353439331055 -0.78663092851638794 0 0.53047084808349609 -0.84770315885543823 -5.8216994602844352E-7 0.26543876528739929 -0.22029219567775726 0.93862324953079224 0.46987378597259521 -0.38995632529258728 0.79192972183227539 0.63103407621383667 -0.52370601892471313 0.57230061292648315 0.73407703638076782 -0.6092231273651123 0.29996341466903687 0.24056573212146759 -0.24721351265907288 0.93862324953079224 0.21297655999660492 -0.2713436484336853 0.93862324953079224 0.18298287689685822 -0.29241031408309937 0.93862318992614746 0.43500953912734985 -0.69515401124954224 0.5723002552986145 0.42584407329559326 -0.43761184811592102 0.79192972183227539 0.5719028115272522 -0.58770674467086792 0.57230061292648315 0.66529005765914917 -0.68367469310760498 0.29996341466903687 0.37700635194778442 -0.48032647371292114 0.79192972183227539 0.50631439685821533 -0.64507192373275757 0.57230061292648315 0.58899158239364624 -0.75040709972381592 0.29996341466903687" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1"> <Coordinate point="31.408777236938477 -23.395998001098633 1.6147215366363525 31.390905380249023 -23.482631683349609 1.3209164142608643 31.363578796386719 -23.563993453979492 1.1712050437927246 31.324100494384766 -23.669702529907227 1.0215109586715698 31.227684020996094 -23.906129837036133 0.76981985569000244 31.070655822753906 -24.260457992553711 0.50139480829238892 30.864500045776367 -24.691944122314453 0.27981856465339661 30.703420639038086 -25.009069442749023 0.17551484704017639 30.528465270996094 -25.336097717285156 0.12036652863025665 32.302528381347656 -23.591241836547852 1.6147216558456421 32.105625152587891 -23.751691818237305 1.6147216558456421 31.940889358520508 -23.794538497924805 1.6147216558456421 31.760963439941406 -23.776849746704102 1.6147215366363525 31.598989486694336 -23.696590423583984 1.6147215366363525 31.476211547851563 -23.563911437988281 1.6147215366363525 32.279354095458984 -23.622940063476563 1.3049592971801758 32.197826385498047 -23.733940124511719 0.95080912113189697 32.065624237060547 -23.912248611450195 0.62038642168045044 31.906229019165039 -24.124521255493164 0.3471149206161499 31.727106094360352 -24.359613418579102 0.12173808366060257 31.463743209838867 -24.698844909667969 -0.11174597591161728 31.13751220703125 -25.108869552612305 -0.28450471162796021 30.780502319335938 -25.545267105102539 -0.34894508123397827 30.630683898925781 -25.420928955078125 0.047019768506288528 30.711263656616211 -25.487804412841797 -0.062794789671897888 30.762784957885742 -25.530563354492188 -0.19896338880062103 31.502971649169922 -24.340944290161133 0.51481574773788452 32.025131225585938 -23.848453521728516 1.1369332075119019 31.987079620361328 -23.905239105224609 0.99582803249359131 31.536039352416992 -23.657567977905273 1.4814825057983398 31.93541145324707 -23.980627059936523 0.84721833467483521 31.728397369384766 -23.95433235168457 1.0256888866424561 31.523838043212891 -23.773426055908203 1.2039549350738525 31.875898361206055 -24.065906524658203 0.70900946855545044 31.511123657226563 -23.811056137084961 1.1343288421630859 31.494422912597656 -23.856245040893555 1.0596923828125 31.35899543762207 -24.161415100097656 0.68714219331741333 31.209173202514648 -24.789709091186523 0.17274940013885498 31.082111358642578 -24.973964691162109 0.078337050974369049 30.973556518554688 -25.127798080444336 0.01724923774600029 31.779947280883789 -23.824573516845703 1.3434135913848877 31.767038345336914 -23.875570297241211 1.1954032182693481" /> <Normal vector="-0.97993952035903931 -0.19929513335227966 2.0962977487215539E-6 -0.93250536918640137 -0.25881090760231018 0.25189405679702759 -0.88430774211883545 -0.28158476948738098 0.37243771553039551 -0.82040554285049438 -0.29967853426933289 0.4869573712348938 -0.6743125319480896 -0.3188093900680542 0.66608047485351563 -0.45002251863479614 -0.32000601291656494 0.83371210098266602 -0.16934256255626678 -0.29636549949645996 0.93994182348251343 0.042065050452947617 -0.26513391733169556 0.96329361200332642 0.26543796062469482 -0.22029301524162292 0.93862330913543701 0.80756324529647827 -0.58978098630905151 0 0.41377836465835571 -0.9103776216506958 3.9819069570512511E-6 0.084331333637237549 -0.99643778800964355 4.8209776650764979E-6 -0.27559885382652283 -0.9612727165222168 5.5217883527802769E-6 -0.5995408296585083 -0.80034416913986206 1.1321296824462479E-6 -0.84494185447692871 -0.53485816717147827 0.000011195893421245273 0.8069835901260376 -0.59057390689849854 -7.687219294894021E-6 0.8049471378326416 -0.59334653615951538 4.3737904888985213E-6 0.80164062976837158 -0.59780627489089966 4.1658386180642992E-6 0.79765373468399048 -0.60311561822891235 -1.2446764685591916E-6 0.79317712783813477 -0.60899096727371216 -1.039557332660479E-6 0.78659766912460327 -0.61746585369110107 3.5952441521658329E-6 0.7784302830696106 -0.6277310848236084 -3.1422896427102387E-6 0.76951253414154053 -0.63863170146942139 3.3406666943847085E-7 0.46987327933311462 -0.38995692133903503 0.79192972183227539 0.63103359937667847 -0.52370643615722656 0.57230073213577271 0.7340768575668335 -0.60922318696975708 0.29996377229690552 0.20968043804168701 -0.74829554557800293 0.62935513257980347 0.41379588842391968 -0.88454174995422363 0.21531115472316742 0.43823292851448059 -0.86172652244567871 0.2556937038898468 -0.70233166217803955 -0.69087725877761841 0.17151902616024017 0.46538203954696655 -0.83641427755355835 0.2895352840423584 -0.020351147279143333 -0.88046044111251831 0.47368261218070984 -0.56125336885452271 -0.6970289945602417 0.44625687599182129 0.49145781993865967 -0.81233131885528564 0.31398579478263855 -0.52501410245895386 -0.68870049715042114 0.50005185604095459 -0.48404350876808167 -0.67854470014572144 0.55252057313919067 -0.24944104254245758 -0.61434066295623779 0.74857509136199951 0.3976014256477356 -0.64650088548660278 0.65111416578292847 0.46385619044303894 -0.61166328191757202 0.64086306095123291 0.51617270708084106 -0.58428150415420532 0.6262434720993042 -0.15783233940601349 -0.94746178388595581 0.27821767330169678 -0.088810369372367859 -0.92031091451644897 0.38097313046455383" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1"> <Coordinate point="18.964733123779297 -34.736804962158203 10.355278968811035 19.181180953979492 -34.683570861816406 10.217992782592773 19.296077728271484 -34.567604064941406 10.013345718383789 19.241836547851563 -34.875576019287109 9.8079347610473633 19.141437530517578 -35.072952270507813 9.9095926284790039 18.97248649597168 -35.214267730712891 9.9853754043579102 18.868696212768555 -35.269992828369141 10" /> <Normal vector="0.30801782011985779 -0.56418168544769287 0.76604443788528442 0.74091267585754395 -0.45771569013595581 0.49147206544876099 0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.80454331636428833 -0.42152130603790283 0.41836565732955933 0.49564516544342041 -0.54187315702438354 0.67875576019287109 0.30321407318115234 -0.56677812337875366 0.7660442590713501" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1"> <Coordinate point="18.964733123779297 -34.736804962158203 10.355278968811035 19.941095352172852 -24.841737747192383 16.834228515625 20.145727157592773 -24.608249664306641 16.792268753051758 20.240646362304688 -24.33995246887207 16.674985885620117 19.296077728271484 -34.567604064941406 10.013345718383789 19.181180953979492 -34.683570861816406 10.217992782592773" /> <Normal vector="0.30801782011985779 -0.5641816258430481 0.76604443788528442 0.40237930417060852 -0.50126701593399048 0.76604324579238892 0.80682963132858276 -0.32754740118980408 0.49166926741600037 0.99463057518005371 -0.062930278480052948 0.082157067954540253 0.9707065224647522 -0.22577841579914093 0.082176506519317627 0.74091273546218872 -0.45771515369415283 0.49147239327430725" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1"> <Coordinate point="32.302528381347656 -23.591241836547852 1.6147216558456421 32.105625152587891 -23.751691818237305 1.6147216558456421 31.940889358520508 -23.794538497924805 1.6147216558456421 31.760963439941406 -23.776849746704102 1.6147215366363525 31.598989486694336 -23.696590423583984 1.6147215366363525 31.476211547851563 -23.563911437988281 1.6147215366363525 31.408777236938477 -23.395998001098633 1.6147215366363525 32.302528381347656 -23.591241836547852 10 32.063205718994141 -23.768613815307617 10.073545455932617 31.889575958251953 -23.796266555786133 10.176597595214844 31.671625137329102 -23.741989135742188 10.350322723388672 31.504365921020508 -23.603954315185547 10.532092094421387 31.408777236938477 -23.395998001098633 10.700789451599121" /> <Normal vector="0.8075631856918335 -0.58978104591369629 0 0.41381272673606873 -0.91036200523376465 0 0.084291271865367889 -0.99644118547439575 0 -0.27563077211380005 -0.96126359701156616 0 -0.59950548410415649 -0.80037063360214233 0 -0.84497600793838501 -0.53480416536331177 0 -0.97993952035903931 -0.19929505884647369 0 0.8075631856918335 -0.58978104591369629 0 0.32886615395545959 -0.94437652826309204 0 -0.018340565264225006 -0.99983179569244385 0 -0.45408168435096741 -0.89096003770828247 0 -0.78851449489593506 -0.61501616239547729 0 -0.97993952035903931 -0.19929505884647369 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1"> <Coordinate point="18.998640060424805 -35.200164794921875 9.7185659408569336 19.15736198425293 -35.063220977783203 9.7410869598388672 19.246515274047852 -34.873046875 9.7596168518066406 18.97248649597168 -35.214267730712891 9.9853754043579102 19.241836547851563 -34.875576019287109 9.8079347610473633 19.141437530517578 -35.072952270507813 9.9095926284790039" /> <Normal vector="0.47496598958969116 -0.8800041675567627 0 0.79347723722457886 -0.60692626237869263 0.045103665441274643 0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.47431215643882751 -0.88035672903060913 0 0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.79286438226699829 -0.60773211717605591 0.045030608773231506" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 3 0 -1 1 2 0 -1"> <Coordinate point="0.83562952280044556 -39.822849273681641 9.7596168518066406 1.0251901149749756 -39.577320098876953 9.9641256332397461 1.0214624404907227 -39.575428009033203 10.013345718383789 0.83031189441680908 -39.822914123535156 9.8079347610473633" /> <Normal vector="0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.75459343194961548 -0.65102666616439819 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 3 0 2 -1"> <Coordinate point="6.6108622550964355 -30.958253860473633 16.674985885620117 6.7144985198974609 -30.804170608520508 16.571977615356445 1.0214624404907227 -39.575428009033203 10.013345718383789 1.0251901149749756 -39.577320098876953 9.9641256332397461" /> <Normal vector="0.85145634412765503 -0.51795011758804321 0.082157023251056671 0.85211449861526489 -0.51650726795196533 0.084386467933654785 0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.75459343194961548 -0.65102666616439819 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 2 -1"> <Coordinate point="1.0251901149749756 -39.577320098876953 9.9641256332397461 1.4836018085479736 -39.810020446777344 3.9111936092376709 0.83562952280044556 -39.822849273681641 9.7596168518066406" /> <Normal vector="0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.75459349155426025 -0.65102666616439819 0.082176446914672852 0.75459343194961548 -0.65102666616439819 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1"> <Coordinate point="1.0251901149749756 -39.577320098876953 9.9641256332397461 1.4836018085479736 -39.810020446777344 3.9111936092376709 6.7144985198974609 -30.804170608520508 16.571977615356445 14.615494728088379 -14.466341018676758 7.801386833190918 11.304290771484375 -22.769660949707031 11.687099456787109 1.8340269327163696 -39.797637939453125 0.78858399391174316 7.586143970489502 -31.499082565307617 3.5125977993011475 11.813575744628906 -22.81450080871582 5.9541029930114746" /> <Normal vector="0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.75459349155426025 -0.65102660655975342 0.08217649906873703 0.85211819410324097 -0.51650059223175049 0.084390662610530853 0.95739585161209106 -0.27655208110809326 0.083139099180698395 0.91562473773956299 -0.39306321740150452 0.084454804658889771 0.7563750147819519 -0.6489490270614624 0.0822315514087677 0.85028672218322754 -0.51951378583908081 0.084367804229259491 0.91669899225234985 -0.39055457711219788 0.084439717233181" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1"> <Coordinate point="1.8340269327163696 -39.797637939453125 0.78858399391174316 7.586143970489502 -31.499082565307617 3.5125977993011475 11.813575744628906 -22.81450080871582 5.9541029930114746 14.615494728088379 -14.466341018676758 7.801386833190918 14.963340759277344 -13.637892723083496 7.5466718673706055 15.400149345397949 -12.862753868103027 7.4022107124328613 15.912256240844727 -12.116108894348145 7.3499999046325684 3.0056388378143311 -39.558452606201172 0.12036651372909546 9.0599784851074219 -30.412876129150391 3.0378727912902832 13.299792289733887 -20.962217330932617 5.5766782760620117 1.8789359331130981 -39.802955627441406 0.58727371692657471 1.9899870157241821 -39.79058837890625 0.41333633661270142 2.1366839408874512 -39.765289306640625 0.29067134857177734 2.3318901062011719 -39.725223541259766 0.19602087140083313 2.564946174621582 -39.671661376953125 0.13682740926742554 2.3290112018585205 -39.565792083740234 0.3360569179058075 5.368598461151123 -35.467277526855469 1.71770179271698 8.2192831039428711 -30.865440368652344 3.1598653793334961 10.460123062133789 -26.504940032958984 4.4233684539794922 12.449203491210938 -21.816642761230469 5.6590628623962402 13.924816131591797 -17.583629608154297 6.6417365074157715" /> <Normal vector="0.75637763738632202 -0.64894562959671021 0.082233995199203491 0.85027754306793213 -0.51952582597732544 0.084386043250560761 0.91669368743896484 -0.39055812358856201 0.084481336176395416 0.95739114284515381 -0.27657264471054077 0.083125211298465729 0.82535934448242188 -0.29810038208961487 0.47949779033660889 0.59406644105911255 -0.27113160490989685 0.75734579563140869 0.2744421660900116 -0.2089679092168808 0.93862342834472656 0.026129011064767838 -0.34394896030426025 0.93862473964691162 0.09847770631313324 -0.33058655261993408 0.93862384557723999 0.18479584157466888 -0.29126745462417603 0.93862330913543701 0.69357609748840332 -0.66536009311676025 0.27613064646720886 0.60239458084106445 -0.65334987640380859 0.45853540301322937 0.50340533256530762 -0.62055033445358276 0.60124897956848145 0.38532298803329468 -0.56644934415817261 0.72846502065658569 0.25479048490524292 -0.49397927522659302 0.83130395412445068 0.4829716682434082 -0.60921216011047363 0.62896651029586792 0.53222757577896118 -0.56684070825576782 0.62882858514785767 0.5823822021484375 -0.5165753960609436 0.62767893075942993 0.62535196542739868 -0.46655717492103577 0.62550723552703857 0.66730266809463501 -0.40978848934173584 0.62191683053970337 0.70204955339431763 -0.35429805517196655 0.6177372932434082" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1"> <Coordinate point="11.947005271911621 -16.03961181640625 7.350001335144043 12.215435981750488 -16.090126037597656 7.5113668441772461 12.426633834838867 -16.212141036987305 7.6914515495300293 12.582569122314453 -16.409040451049805 7.8923606872558594 12.673376083374023 -16.669445037841797 8.1020231246948242 12.698763847351074 -16.885984420776367 8.2524509429931641 12.692610740661621 -17.129852294921875 8.4058465957641602 12.614869117736816 -17.572805404663086 8.6555080413818359 12.479289054870605 -17.996208190917969 8.8697471618652344 13 -15.198683738708496 7.3499999046325684 15 -13.228756904602051 7.3499999046325684 14.364336013793945 -13.916387557983398 7.3499999046325684 13.697181701660156 -14.57351016998291 7.3499999046325684 15.912256240844727 -12.116108894348145 7.3499999046325684 14.615494728088379 -14.466341018676758 7.801386833190918 14.963340759277344 -13.637892723083496 7.5466718673706055 15.400149345397949 -12.862753868103027 7.4022107124328613 11.304290771484375 -22.769660949707031 11.687099456787109 6.7144985198974609 -30.804170608520508 16.571977615356445 6.6108622550964355 -30.958253860473633 16.674985885620117 6.1124320030212402 -31.263355255126953 16.834228515625 6.402132511138916 -31.151708602905273 16.792268753051758 5.6044425964355469 -31.358402252197266 16.834228515625 5.7739429473876953 -31.327634811401367 16.834228515625 5.9432744979858398 -31.295951843261719 16.834228515625 9.4768152236938477 -24.768743515014648 12.565853118896484" /> <Normal vector="-0.37316176295280457 0.50099319219589233 0.78086882829666138 -0.37773647904396057 0.49755308032035828 0.78086882829666138 -0.38003265857696533 0.49580144882202148 0.78086882829666138 -0.38012802600860596 0.49572834372520447 0.78086882829666138 -0.37807947397232056 0.49729248881340027 0.78086882829666138 -0.37546530365943909 0.49926918745040894 0.78086882829666138 -0.37190818786621094 0.50192451477050781 0.78086882829666138 -0.36429771780967712 0.50747519731521606 0.78086882829666138 -0.35597518086433411 0.51334744691848755 0.78086882829666138 -0.40605178475379944 0.47472712397575378 0.78086882829666138 -0.46852129697799683 0.41319692134857178 0.78086882829666138 -0.44866648316383362 0.43467491865158081 0.78086882829666138 -0.42782807350158691 0.45519998669624329 0.78086882829666138 -0.49701538681983948 0.37844365835189819 0.78086882829666138 -0.44398576021194458 0.4394548237323761 0.78086882829666138 -0.46170121431350708 0.42080387473106384 0.78086882829666138 -0.47945517301559448 0.40045803785324097 0.78086882829666138 -0.27778765559196472 0.55953365564346313 0.78086882829666138 -0.13304311037063599 0.61036336421966553 0.78086882829666138 -0.13045687973499298 0.61092138290405273 0.78086882829666138 -0.11986726522445679 0.61308705806732178 0.78086882829666138 -0.12575572729110718 0.61190634965896606 0.78086882829666138 -0.10990535467863083 0.61495101451873779 0.78086882829666138 -0.11322936415672302 0.61434763669967651 0.78086882829666138 -0.1165500208735466 0.61372631788253784 0.78086882829666138 -0.22323380410671234 0.5834471583366394 0.78086882829666138" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1"> <Coordinate point="18.972471237182617 -10.530121803283691 8.0888767242431641 19.295900344848633 -21.084844589233398 5.5192995071411133 18.555648803710938 -28.158733367919922 3.6181886196136475 16.93842887878418 -35.312515258789063 1.6147215366363525 16.93842887878418 -35.312515258789063 10.700789451599121 18.838115692138672 -26.236352920532227 16.461965560913086" /> <Normal vector="-0.99441289901733398 -0.10556017607450485 0 -0.99884986877441406 0.047947417944669724 0 -0.98694324493408203 0.16106827557086945 0 -0.96031039953231812 0.27893358469009399 0 -0.96031039953231812 0.27893358469009399 0 -0.99153858423233032 0.12981249392032623 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="22 9 10 -1 22 21 20 -1 22 23 9 -1 22 20 23 -1 24 10 11 -1 24 13 12 -1 24 14 13 -1 24 11 19 -1 24 12 21 -1 24 21 25 -1 24 25 10 -1 26 15 14 -1 26 16 15 -1 26 17 16 -1 26 18 17 -1 26 19 18 -1 26 14 24 -1 26 24 19 -1 27 2 1 -1 27 3 2 -1 27 4 3 -1 27 5 4 -1 27 6 5 -1 28 7 6 -1 28 6 27 -1 28 27 1 -1 29 1 0 -1 29 7 28 -1 29 28 1 -1 30 8 7 -1 30 7 29 -1 30 29 0 -1 31 0 9 -1 31 20 8 -1 31 9 23 -1 31 23 20 -1 31 30 0 -1 31 8 30 -1 32 21 22 -1 32 22 10 -1 32 25 21 -1 32 10 25 -1"> <Coordinate point="17.678495407104492 -10.436622619628906 7.1554813385009766 17.982715606689453 -9.5271415710449219 7.3122587203979492 18.134777069091797 -9.2537431716918945 7.4088149070739746 18.235519409179688 -9.1378269195556641 7.4771780967712402 18.488531112670898 -9.0878143310546875 7.6606626510620117 18.634563446044922 -9.2364282608032227 7.7739243507385254 18.768798828125 -9.5237159729003906 7.8848700523376465 18.89764404296875 -10.018123626708984 8.0039052963256836 18.972471237182617 -10.530121803283691 8.0888767242431641 18.032062530517578 -21.583595275878906 4.3641195297241211 17.153446197509766 -29.068634033203125 2.2959811687469482 15.257342338562012 -36.621284484863281 0.12036652863025665 16.93842887878418 -35.312515258789063 1.6147215366363525 16.882343292236328 -35.38092041015625 1.3209164142608643 16.820337295532227 -35.440261840820313 1.1712050437927246 16.736255645751953 -35.515514373779297 1.0215109586715698 16.541007995605469 -35.6800537109375 0.76981985569000244 16.237302780151367 -35.920822143554688 0.50139480829238892 15.854239463806152 -36.207080841064453 0.27981856465339661 15.564233779907227 -36.413021087646484 0.17551484704017639 19.295900344848633 -21.084844589233398 5.5192995071411133 18.555648803710938 -28.158733367919922 3.6181886196136475 18.346973419189453 -27.025274276733398 3.1016309261322021 18.900365829467773 -21.345735549926758 4.632077693939209 17.227922439575195 -32.775569915771484 1.4965643882751465 17.860511779785156 -29.898452758789063 2.305910587310791 16.492162704467773 -35.494235992431641 0.72047072649002075 18.447784423828125 -9.4957609176635742 7.4994673728942871 18.56556510925293 -9.7268791198730469 7.5244588851928711 18.449790954589844 -10.152421951293945 7.3090238571166992 18.556694030761719 -10.390005111694336 7.3110666275024414 18.935134887695313 -15.447318077087402 6.1366710662841797 18.100919723510742 -28.583211898803711 2.6717586517333984" /> <Normal vector="0.29705804586410522 -0.17535163462162018 0.93862044811248779 -0.10454796999692917 -0.22017301619052887 0.96984201669692993 -0.28807619214057922 -0.2324087917804718 0.92897701263427734 -0.40257135033607483 -0.23679444193840027 0.88423115015029907 -0.66229408979415894 -0.2328370064496994 0.71214711666107178 -0.79175519943237305 -0.21822150051593781 0.57052874565124512 -0.8942645788192749 -0.19297789037227631 0.40379494428634644 -0.97074073553085327 -0.15020540356636047 0.18735197186470032 -0.99441123008728027 -0.10557621717453003 1.2597969316630042E-6 0.22116778790950775 -0.26471614837646484 0.9386214017868042 0.17530985176563263 -0.297076016664505 0.93862253427505493 0.13265827298164368 -0.31841468811035156 0.93862336874008179 -0.96031516790390015 0.27891722321510315 -4.6245331759564579E-6 -0.9459078311920166 0.20406407117843628 0.25222253799438477 -0.913932204246521 0.16151897609233856 0.37234330177307129 -0.86572253704071045 0.11590197682380676 0.48692011833190918 -0.74516522884368896 0.031220311298966408 0.66614866256713867 -0.54717028141021729 -0.07422318309545517 0.83372390270233154 -0.287742018699646 -0.18366286158561707 0.93993216753005981 -0.085893049836158752 -0.25425592064857483 0.96331524848937988 -0.99885684251785278 0.047802239656448364 5.0392477533023339E-6 -0.98692703247070313 0.16116763651371002 2.8154333904240048E-6 -0.64474159479141235 -0.11435645073652267 0.75579816102981567 -0.62771427631378174 -0.16808944940567017 0.76007944345474243 -0.65462023019790649 -0.052888572216033936 0.75410550832748413 -0.65064328908920288 -0.084266170859336853 0.75469368696212769 -0.65659672021865845 -0.022556917741894722 0.75390446186065674 -0.57142913341522217 -0.23624084889888763 0.78591281175613403 -0.66275405883789063 -0.23047962784767151 0.7124859094619751 -0.49827191233634949 -0.23722940683364868 0.83393484354019165 -0.57987457513809204 -0.23383106291294098 0.78042840957641602 -0.60367190837860107 -0.21139281988143921 0.76869583129882813 -0.64817547798156738 -0.098227515816688538 0.75512903928756714" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 14 1 -1 15 14 0 -1 11 0 2 -1 11 15 0 -1 3 11 2 -1 4 11 3 -1 12 11 4 -1 7 12 4 -1 13 12 7 -1 6 13 7 -1 8 13 6 -1 9 8 6 -1 10 9 6 -1 5 10 6 -1"> <Coordinate point="17.571491241455078 -9.5521039962768555 7.3499999046325684 18.032522201538086 -8.6503257751464844 7.3499999046325684 17.062217712402344 -10.43459415435791 7.3499999046325684 16.508659362792969 -11.29000186920166 7.3499999046325684 15.912256240844727 -12.116108894348145 7.3499999046325684 3.0056388378143311 -39.558452606201172 0.12036651372909546 9.0599784851074219 -30.412876129150391 3.0378727912902832 13.299792289733887 -20.962217330932617 5.5766782760620117 15.257342338562012 -36.621284484863281 0.12036652863025665 11.285431861877441 -38.033458709716797 0.12036652863025665 7.186103343963623 -39.016212463378906 0.12036652863025665 17.678495407104492 -10.436622619628906 7.1554813385009766 18.032062530517578 -21.583595275878906 4.3641195297241211 17.153446197509766 -29.068634033203125 2.2959811687469482 17.884523391723633 -9.057307243347168 7.332667350769043 17.779027938842773 -9.5829877853393555 7.2775259017944336" /> <Normal vector="0.30305907130241394 -0.16474707424640656 0.93862324953079224 0.31101053953170776 -0.14919394254684448 0.93862324953079224 0.29427552223205566 -0.17996755242347717 0.93862324953079224 0.28472819924354553 -0.19472095370292664 0.93862324953079224 0.27444189786911011 -0.20896898210048676 0.93862324953079224 0.026133416220545769 -0.34395265579223633 0.93862324953079224 0.098481670022010803 -0.33058696985244751 0.93862324953079224 0.18479821085929871 -0.29126623272895813 0.93862324953079224 0.13265946507453918 -0.3184145987033844 0.93862324953079224 0.09812452644109726 -0.33069315552711487 0.93862324953079224 0.062481697648763657 -0.33923801779747009 0.93862324953079224 0.29704329371452332 -0.17536157369613647 0.93862324953079224 0.22115865349769592 -0.26471728086471558 0.93862324953079224 0.17530529201030731 -0.29707649350166321 0.93862324953079224 0.30773144960403442 -0.15584525465965271 0.93862324953079224 0.3036443293094635 -0.16366584599018097 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1"> <Coordinate point="18.838115692138672 -26.236352920532227 16.461965560913086 16.93842887878418 -35.312515258789063 10.700789451599121 17.639072418212891 -35.900741577148438 10 17.344734191894531 -35.946575164794922 10.073545455932617 17.178140640258789 -35.890373229980469 10.176597595214844 17.010377883911133 -35.74102783203125 10.350322723388672 16.926425933837891 -35.541072845458984 10.532092094421387 18.868696212768555 -35.269992828369141 10 18.461252212524414 -35.484958648681641 10 18.051359176635742 -35.695217132568359 10 18.964733123779297 -34.736804962158203 10.355278968811035 19.941095352172852 -24.841737747192383 16.834228515625 19.535463333129883 -25.161972045898438 16.834228515625 19.67125129699707 -25.055957794189453 16.834228515625 19.806463241577148 -24.949213027954102 16.834228515625 19.24226188659668 -25.437000274658203 16.800704956054688 19.031280517578125 -25.722261428833008 16.715099334716797 18.907733917236328 -25.97144889831543 16.607864379882813" /> <Normal vector="0.3749011754989624 -0.52213507890701294 0.76604443788528442 0.27799972891807556 -0.57956194877624512 0.76604443788528442 0.28345441818237305 -0.57691377401351929 0.76604443788528442 0.27933654189109802 -0.57891881465911865 0.76604443788528442 0.27750751376152039 -0.57979780435562134 0.76604443788528442 0.27623474597930908 -0.58040529489517212 0.76604443788528442 0.27638402581214905 -0.58033418655395508 0.76604443788528442 0.30321410298347473 -0.56677782535552979 0.76604443788528442 0.29666662216186523 -0.57023227214813232 0.76604443788528442 0.2900797426700592 -0.57361108064651489 0.76604443788528442 0.30801782011985779 -0.5641816258430481 0.76604443788528442 0.40237873792648315 -0.50126564502716064 0.76604443788528442 0.39419370889663696 -0.50772750377655029 0.76604443788528442 0.39693370461463928 -0.50558829307556152 0.76604443788528442 0.39966204762458801 -0.50343436002731323 0.76604443788528442 0.38779115676879883 -0.51263427734375 0.76604443788528442 0.38231626152992249 -0.51673030853271484 0.76604443788528442 0.37832340598106384 -0.51966077089309692 0.76604443788528442" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1"> <Coordinate point="1.4836018085479736 -39.810020446777344 3.9111936092376709 0.83562952280044556 -39.822849273681641 9.7596168518066406 1.1203137636184692 -39.984306335449219 3.8700993061065674 1.3200287818908691 -39.935279846191406 3.8925406932830811 0.46412673592567444 -39.997306823730469 9.7185659408569336 0.66831141710281372 -39.949810028076172 9.7410869598388672" /> <Normal vector="0.75458568334579468 -0.6510358452796936 0.082175552845001221 0.75459349155426025 -0.65102666616439819 0.08217649906873703 0.028008008375763893 -0.99960768222808838 -1.760993313837389E-6 0.42797091603279114 -0.90267461538314819 0.044937815517187119 0.011602954939007759 -0.99993270635604858 2.1134819689905271E-6 0.4205380380153656 -0.90615302324295044 0.045105002820491791" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1"> <Coordinate point="1.1203137636184692 -39.984306335449219 3.8700993061065674 1.3200287818908691 -39.935279846191406 3.8925406932830811 1.4836018085479736 -39.810020446777344 3.9111936092376709 1.474267840385437 -39.972824096679688 0.74746823310852051 1.6721822023391724 -39.922702789306641 0.76989573240280151 1.8340269327163696 -39.797637939453125 0.78858399391174316" /> <Normal vector="0.028007972985506058 -0.99960768222808838 -1.4253864719648845E-6 0.42797523736953735 -0.90267258882522583 0.044938359409570694 0.75459730625152588 -0.65102219581604004 0.082176700234413147 0.036856696009635925 -0.99932056665420532 0 0.43320956826210022 -0.90017366409301758 0.044909369200468063 0.75637489557266235 -0.64894914627075195 0.082231543958187103" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1"> <Coordinate point="1.474267840385437 -39.972824096679688 0.74746823310852051 1.5568916797637939 -39.969688415527344 0.43665421009063721 1.6619497537612915 -39.965457916259766 0.24846003949642181 1.880778431892395 -39.955757141113281 0.012588707730174065 2.1537561416625977 -39.941974639892578 -0.16213507950305939 2.3643250465393066 -39.930065155029297 -0.24785777926445007 2.594902515411377 -39.915740966796875 -0.30803510546684265 3.0304529666900635 -39.885040283203125 -0.34894537925720215 3.0236358642578125 -39.795318603515625 -0.062796838581562042 3.0056388378143311 -39.558452606201172 0.12036651372909546 1.8340269327163696 -39.797637939453125 0.78858399391174316 1.8789359331130981 -39.802955627441406 0.58727371692657471 1.9899870157241821 -39.79058837890625 0.41333633661270142 2.1366839408874512 -39.765289306640625 0.29067134857177734 2.3318901062011719 -39.725223541259766 0.19602087140083313 2.564946174621582 -39.671661376953125 0.13682740926742554 1.6721822023391724 -39.922702789306641 0.76989573240280151 2.4831585884094238 -39.859066009521484 -0.030854778364300728 2.5848188400268555 -39.848056793212891 -0.049504242837429047" /> <Normal vector="0.036865979433059692 -0.99932020902633667 1.0572192650215584E-6 0.038940772414207458 -0.99924153089523315 -0.000048293153668055311 0.041546016931533813 -0.99913656711578369 -0.00003813356306636706 0.046970110386610031 -0.99889630079269409 0.000035219884011894464 0.053791958838701248 -0.99855214357376099 0.000031352337828138843 0.059071265161037445 -0.99825376272201538 0.000037121644709259272 0.064941637217998505 -0.99788904190063477 7.2400289354845881E-6 0.075760424137115479 -0.99712604284286499 0 0.062193281948566437 -0.81768214702606201 0.5723004937171936 0.026138387620449066 -0.3439522385597229 0.93862324953079224 0.75637876987457275 -0.64894431829452515 0.082233957946300507 0.69345772266387939 -0.66540545225143433 0.27631860971450806 0.60290044546127319 -0.65334975719451904 0.45787018537521362 0.50343167781829834 -0.62059491872787476 0.60118091106414795 0.3860822319984436 -0.56639891862869263 0.72810214757919312 0.25455290079116821 -0.49419286847114563 0.83124983310699463 0.43321606516838074 -0.90017026662826538 0.044914864003658295 0.19330960512161255 -0.86250197887420654 0.46767693758010864 0.16836154460906982 -0.85463798046112061 0.49117034673690796" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 7 -1 12 5 4 -1 12 6 5 -1 12 4 8 -1 13 7 6 -1 13 6 12 -1 14 7 13 -1 14 1 7 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 1 14 -1 17 13 16 -1 17 16 11 -1 17 14 13 -1"> <Coordinate point="15.383303642272949 -36.923622131347656 -0.34894508123397827 11.378602027893066 -38.347457885742188 -0.34894508123397827 7.2454304695129395 -39.338325500488281 -0.34894508123397827 3.0304529666900635 -39.885040283203125 -0.34894537925720215 15.257342338562012 -36.621284484863281 0.12036652863025665 15.308427810668945 -36.743904113769531 0.047019768506288528 15.348699569702148 -36.840564727783203 -0.062794789671897888 15.374448776245117 -36.902370452880859 -0.19896338880062103 11.285431861877441 -38.033458709716797 0.12036652863025665 7.186103343963623 -39.016212463378906 0.12036652863025665 3.0056388378143311 -39.558452606201172 0.12036651372909546 3.0236358642578125 -39.795318603515625 -0.062796838581562042 11.323219299316406 -38.160804748535156 0.047019768506288528 11.353007316589355 -38.261196136474609 -0.062794789671897888 11.372053146362305 -38.325382232666016 -0.19896338880062103 7.2101640701293945 -39.1468505859375 0.047019768506288528 7.2291321754455566 -39.249835968017578 -0.062794789671897888 7.2412595748901367 -39.315681457519531 -0.19896338880062103" /> <Normal vector="0.38458257913589478 -0.92309057712554932 0 0.28446507453918457 -0.95868641138076782 0 0.18113575875759125 -0.98345810174942017 0 0.075761318206787109 -0.99712598323822021 -5.8216795650878339E-7 0.13265947997570038 -0.3184145987033844 0.93862324953079224 0.23483084142208099 -0.56365042924880981 0.79192972183227539 0.31537461280822754 -0.75697481632232666 0.57230061292648315 0.36687284708023071 -0.88058292865753174 0.29996341466903687 0.09812452644109726 -0.33069315552711487 0.93862324953079224 0.062481697648763657 -0.33923801779747009 0.93862324953079224 0.026133431121706963 -0.34395286440849304 0.93862318992614746 0.062127627432346344 -0.81768733263015747 0.5723002552986145 0.17369784414768219 -0.58538568019866943 0.79192972183227539 0.23327384889125824 -0.78616493940353394 0.57230061292648315 0.27136564254760742 -0.91453957557678223 0.29996341466903687 0.11060371249914169 -0.60051155090332031 0.79192972183227539 0.14853927493095398 -0.80647885799407959 0.57230061292648315 0.17279458045959473 -0.93817055225372314 0.29996341466903687" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1"> <Coordinate point="16.93842887878418 -35.312515258789063 1.6147215366363525 16.882343292236328 -35.38092041015625 1.3209164142608643 16.820337295532227 -35.440261840820313 1.1712050437927246 16.736255645751953 -35.515514373779297 1.0215109586715698 16.541007995605469 -35.6800537109375 0.76981985569000244 16.237302780151367 -35.920822143554688 0.50139480829238892 15.854239463806152 -36.207080841064453 0.27981856465339661 15.564233779907227 -36.413021087646484 0.17551484704017639 15.257342338562012 -36.621284484863281 0.12036652863025665 17.639072418212891 -35.900741577148438 1.6147216558456421 17.390157699584961 -35.951305389404297 1.6147216558456421 17.224380493164063 -35.912689208984375 1.6147216558456421 17.073284149169922 -35.813411712646484 1.6147215366363525 16.967161178588867 -35.667072296142578 1.6147215366363525 16.92010498046875 -35.492530822753906 1.6147215366363525 17.60382080078125 -35.918037414550781 1.3049592971801758 17.480049133300781 -35.978435516357422 0.95080912113189697 17.280124664306641 -36.074886322021484 0.62038642168045044 17.040338516235352 -36.188766479492188 0.3471149206161499 16.772480010986328 -36.313686370849609 0.12173808366060257 16.381635665893555 -36.491668701171875 -0.11174597591161728 15.902223587036133 -36.703125 -0.28450471162796021 15.383303642272949 -36.923622131347656 -0.34894508123397827 15.308427810668945 -36.743904113769531 0.047019768506288528 15.348699569702148 -36.840564727783203 -0.062794789671897888 15.374448776245117 -36.902370452880859 -0.19896338880062103 16.582696914672852 -36.192996978759766 0.51481574773788452 17.273914337158203 -35.999576568603516 1.1369332075119019 17.213832855224609 -36.032176971435547 0.99582803249359131 16.929555892944336 -35.603263854980469 1.4814825057983398 17.133049011230469 -36.074916839599609 0.84721833467483521 16.961967468261719 -35.955429077148438 1.0256888866424561 16.864910125732422 -35.700183868408203 1.2039549350738525 17.040721893310547 -36.122768402099609 0.70900946855545044 16.836164474487305 -35.727592468261719 1.1343288421630859 16.800376892089844 -35.759845733642578 1.0596923828125 16.538640975952148 -35.967121124267578 0.68714219331741333 16.113998413085938 -36.453823089599609 0.17274940013885498 15.915862083435059 -36.557926177978516 0.078337050974369049 15.748252868652344 -36.643688201904297 0.01724923774600029 17.067913055419922 -35.864490509033203 1.3434135913848877 17.032785415649414 -35.903648376464844 1.1954032182693481" /> <Normal vector="-0.96031039953231812 0.27893352508544922 2.0963698261766694E-6 -0.9459679126739502 0.20419119298458099 0.25189405679702759 -0.91387456655502319 0.16162736713886261 0.37243771553039551 -0.86570060253143311 0.11590931564569473 0.4869573712348938 -0.7452322244644165 0.03107694536447525 0.66608047485351563 -0.54718935489654541 -0.0742153599858284 0.83371210098266602 -0.28767329454421997 -0.18372119963169098 0.93994182348251343 -0.085967123508453369 -0.25431302189826965 0.96329361200332642 0.13265837728977203 -0.31841495633125305 0.93862330913543701 0.4409768283367157 -0.89751851558685303 0 -0.056691043078899384 -0.99839174747467041 3.9820029087422881E-6 -0.38839602470397949 -0.92149257659912109 4.820961294171866E-6 -0.69075638055801392 -0.72308754920959473 5.5218924899236299E-6 -0.90280550718307495 -0.43004906177520752 1.1321258170937654E-6 -0.9967198371887207 -0.080929338932037354 0.000011196126251888927 0.44009509682655334 -0.89795118570327759 -7.6873111538589001E-6 0.43700340390205383 -0.8994598388671875 4.3738123167713638E-6 0.43200311064720154 -0.90187209844589233 4.1660332499304786E-6 0.42600551247596741 -0.90472054481506348 -1.2448705319911824E-6 0.41931125521659851 -0.90784251689910889 -1.0397449159427197E-6 0.40954697132110596 -0.91228902339935303 3.5953310089098522E-6 0.39754459261894226 -0.91758286952972412 -3.1422614483744837E-6 0.38458257913589478 -0.92309057712554932 3.3410873356842785E-7 0.23483012616634369 -0.56365072727203369 0.79192972183227539 0.3153739869594574 -0.75697493553161621 0.57230073213577271 0.366872638463974 -0.88058286905288696 0.29996377229690552 -0.16208747029304504 -0.76002615690231323 0.62935513257980347 -0.044668983668088913 -0.97552335262298584 0.21531115472316742 -0.012428318150341511 -0.9666779637336731 0.2556937038898468 -0.94295048713684082 -0.28535166382789612 0.17151902616024017 0.023374220356345177 -0.95688188076019287 0.2895352840423584 -0.42719042301177979 -0.77015137672424316 0.47368261218070984 -0.82089072465896606 -0.35636106133460999 0.44625687599182129 0.057655096054077148 -0.94767546653747559 0.31398579478263855 -0.78493195772171021 -0.36582773923873901 0.50005185604095459 -0.74393469095230103 -0.37587523460388184 0.55252057313919067 -0.50636744499206543 -0.42805063724517822 0.74857509136199951 0.051614627242088318 -0.75722271203994751 0.65111416578292847 0.12647014856338501 -0.75716561079025269 0.64086306095123291 0.18551909923553467 -0.75723296403884888 0.6262434720993042 -0.58006107807159424 -0.7655874490737915 0.27821767330169678 -0.50632750988006592 -0.77362263202667236 0.38097313046455383" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1"> <Coordinate point="0.64943927526473999 -39.571266174316406 10.355278968811035 0.86583256721496582 -39.624717712402344 10.217992782592773 1.0214624404907227 -39.575428009033203 10.013345718383789 0.83031189441680908 -39.822914123535156 9.8079347610473633 0.64968812465667725 -39.951026916503906 9.9095926284790039 0.43441566824913025 -39.997642517089844 9.9853754043579102 0.31661909818649292 -39.998748779296875 10" /> <Normal vector="0.010547925718128681 -0.64270108938217163 0.76604443788528442 0.44333449006080627 -0.74960637092590332 0.49147206544876099 0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.51649701595306396 -0.74712854623794556 0.41836565732955933 0.18705098330974579 -0.71014261245727539 0.67875576019287109 0.0050878017209470272 -0.64276766777038574 0.7660442590713501" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1"> <Coordinate point="0.64943927526473999 -39.571266174316406 10.355278968811035 6.1124320030212402 -31.263355255126953 16.834228515625 6.402132511138916 -31.151708602905273 16.792268753051758 6.6108622550964355 -30.958253860473633 16.674985885620117 1.0214624404907227 -39.575428009033203 10.013345718383789 0.86583256721496582 -39.624717712402344 10.217992782592773" /> <Normal vector="0.010547959245741367 -0.64270108938217163 0.76604443788528442 0.12333878129720688 -0.63084489107131958 0.76604324579238892 0.56219327449798584 -0.66498124599456787 0.49166926741600037 0.85145646333694458 -0.51794987916946411 0.082157067954540253 0.75459349155426025 -0.65102666616439819 0.082176506519317627 0.44333481788635254 -0.74960595369338989 0.49147239327430725" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1"> <Coordinate point="17.639072418212891 -35.900741577148438 1.6147216558456421 17.390157699584961 -35.951305389404297 1.6147216558456421 17.224380493164063 -35.912689208984375 1.6147216558456421 17.073284149169922 -35.813411712646484 1.6147215366363525 16.967161178588867 -35.667072296142578 1.6147215366363525 16.92010498046875 -35.492530822753906 1.6147215366363525 16.93842887878418 -35.312515258789063 1.6147215366363525 17.639072418212891 -35.900741577148438 10 17.344734191894531 -35.946575164794922 10.073545455932617 17.178140640258789 -35.890373229980469 10.176597595214844 17.010377883911133 -35.74102783203125 10.350322723388672 16.926425933837891 -35.541072845458984 10.532092094421387 16.93842887878418 -35.312515258789063 10.700789451599121" /> <Normal vector="0.44097679853439331 -0.89751851558685303 0 -0.05665336549282074 -0.99839389324188232 0 -0.3884330689907074 -0.92147696018218994 0 -0.6907804012298584 -0.7230646014213562 0 -0.90278655290603638 -0.43008893728256226 0 -0.99672502279281616 -0.080865636467933655 0 -0.96031039953231812 0.27893358469009399 0 0.44097679853439331 -0.89751851558685303 0 -0.14767713844776154 -0.98903560638427734 0 -0.48088476061820984 -0.87678378820419312 0 -0.81611913442611694 -0.57788366079330444 0 -0.98400717973709106 -0.17812879383563995 0 -0.96031039953231812 0.27893358469009399 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1"> <Coordinate point="0.46412673592567444 -39.997306823730469 9.7185659408569336 0.66831141710281372 -39.949810028076172 9.7410869598388672 0.83562952280044556 -39.822849273681641 9.7596168518066406 0.43441566824913025 -39.997642517089844 9.9853754043579102 0.83031189441680908 -39.822914123535156 9.8079347610473633 0.64968812465667725 -39.951026916503906 9.9095926284790039" /> <Normal vector="0.011603186838328838 -0.99993270635604858 0 0.42053651809692383 -0.90615379810333252 0.045103661715984344 0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.010860390029847622 -0.99994105100631714 0 0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.41961932182312012 -0.9065825343132019 0.045030608773231506" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 3 0 -1 1 2 0 -1"> <Coordinate point="-17.766689300537109 -35.64971923828125 9.7596168518066406 -17.484737396240234 -35.520404815673828 9.9641256332397461 -17.487157821655273 -35.516998291015625 10.013345718383789 -17.771427154541016 -35.647304534912109 9.8079347610473633" /> <Normal vector="0.36561211943626404 -0.92713254690170288 0.08217649906873703 0.36561211943626404 -0.92713254690170288 0.08217649906873703 0.36561211943626404 -0.92713254690170288 0.08217649906873703 0.36561211943626404 -0.92713254690170288 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 3 0 2 -1"> <Coordinate point="-8.5333900451660156 -30.484394073486328 16.674985885620117 -8.3700189590454102 -30.396121978759766 16.571977615356445 -17.487157821655273 -35.516998291015625 10.013345718383789 -17.484737396240234 -35.520404815673828 9.9641256332397461" /> <Normal vector="0.51322370767593384 -0.85431355237960815 0.082157023251056671 0.51447701454162598 -0.85334187746047974 0.084386467933654785 0.36561214923858643 -0.92713254690170288 0.08217649906873703 0.36561214923858643 -0.92713254690170288 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 2 -1"> <Coordinate point="-17.484737396240234 -35.520404815673828 9.9641256332397461 -17.186975479125977 -35.939487457275391 3.9111936092376709 -17.766689300537109 -35.64971923828125 9.7596168518066406" /> <Normal vector="0.36561211943626404 -0.92713254690170288 0.08217649906873703 0.36561217904090881 -0.92713254690170288 0.082176446914672852 0.36561211943626404 -0.92713254690170288 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1"> <Coordinate point="-17.484737396240234 -35.520404815673828 9.9641256332397461 -17.186975479125977 -35.939487457275391 3.9111936092376709 -8.3700189590454102 -30.396121978759766 16.571977615356445 6.2185344696044922 -19.601467132568359 7.801386833190918 -0.57213681936264038 -25.414899826049805 11.687099456787109 -16.870933532714844 -36.091373443603516 0.78858399391174316 -7.9211568832397461 -31.416509628295898 3.5125977993011475 -0.14202503859996796 -25.691280364990234 5.9541029930114746" /> <Normal vector="0.36561211943626404 -0.92713254690170288 0.08217649906873703 0.3656122088432312 -0.92713254690170288 0.08217649906873703 0.51448339223861694 -0.85333758592605591 0.084390662610530853 0.71921175718307495 -0.68979877233505249 0.083139099180698395 0.62807989120483398 -0.77355223894119263 0.084454804658889771 0.36815515160560608 -0.9261208176612854 0.0822315514087677 0.51146143674850464 -0.85515451431274414 0.084367804229259491 0.63019686937332153 -0.77183020114898682 0.084439717233181" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 10 11 -1 15 0 14 -1 15 14 10 -1 16 11 12 -1 16 12 13 -1 16 13 7 -1 16 0 15 -1 16 15 11 -1 17 1 0 -1 17 7 8 -1 17 0 16 -1 17 16 7 -1 18 1 17 -1 18 17 8 -1 19 2 1 -1 19 8 9 -1 19 18 8 -1 19 1 18 -1 20 2 19 -1 20 19 9 -1 21 3 2 -1 21 4 3 -1 21 5 4 -1 21 6 5 -1 21 9 6 -1 21 2 20 -1 21 20 9 -1"> <Coordinate point="-16.870933532714844 -36.091373443603516 0.78858399391174316 -7.9211568832397461 -31.416509628295898 3.5125977993011475 -0.14202503859996796 -25.691280364990234 5.9541029930114746 6.2185344696044922 -19.601467132568359 7.801386833190918 6.911125659942627 -19.029500961303711 7.5466322898864746 7.6589460372924805 -18.546274185180664 7.4022507667541504 8.4589672088623047 -18.123075485229492 7.3499999046325684 -15.722368240356445 -36.424060821533203 0.12036652863025665 -6.1113557815551758 -31.139646530151367 3.0378727912902832 2.0347530841827393 -24.741842269897461 5.5766782760620117 -16.597028732299805 -36.200592041015625 0.29682314395904541 -16.425210952758789 -36.250659942626953 0.20675227046012878 -16.21942138671875 -36.305679321289063 0.14667889475822449 -15.98227596282959 -36.364376068115234 0.11750564724206924 -16.797737121582031 -36.132354736328125 0.51033037900924683 -16.452705383300781 -36.114654541015625 0.37264877557754517 -16.32490348815918 -36.116115570068359 0.3360569179058075 -11.728808403015137 -33.899627685546875 1.71770179271698 -7.0660719871520996 -31.149682998657227 3.1598653793334961 -3.05548095703125 -28.330018997192383 4.4233684539794922 0.88452255725860596 -25.103111267089844 5.6590628623962402 4.1582918167114258 -22.040716171264648 6.6417365074157715" /> <Normal vector="0.36815905570983887 -0.92611902952194214 0.082233995199203491 0.51144766807556152 -0.85516095161437988 0.084386043250560761 0.63019055128097534 -0.77183079719543457 0.084481336176395416 0.71919798851013184 -0.68981474637985229 0.083125211298465729 0.59235876798629761 -0.64755809307098389 0.47935333847999573 0.39985191822052002 -0.51603299379348755 0.7575145959854126 0.14589422941207886 -0.31257152557373047 0.93862342834472656 -0.13670496642589569 -0.31669443845748901 0.93862473964691162 -0.066433548927307129 -0.33848473429679871 0.93862384557723999 0.028269857168197632 -0.34378343820571899 0.93862330913543701 0.16156964004039764 -0.78830397129058838 0.59369361400604248 0.088972277939319611 -0.69604188203811646 0.71246731281280518 0.01423861738294363 -0.58507728576660156 0.8108525276184082 -0.061890486627817154 -0.4569661021232605 0.88732832670211792 0.27457690238952637 -0.89372789859771729 0.3547646701335907 0.17945586144924164 -0.80511635541915894 0.56531691551208496 0.14453513920307159 -0.76387870311737061 0.62896651029586792 0.20784008502960205 -0.74925100803375244 0.62882858514785767 0.27560928463935852 -0.72805130481719971 0.62767893075942993 0.33690175414085388 -0.70373141765594482 0.62550723552703857 0.40042895078659058 -0.67296069860458374 0.62191683053970337 0.45698347687721252 -0.63997405767440796 0.6177372932434082" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="10 3 2 -1 10 4 3 -1 10 5 4 -1 10 6 5 -1 10 7 6 -1 10 8 7 -1 10 9 8 -1 19 23 24 -1 19 24 25 -1 19 26 23 -1 19 18 26 -1 20 21 22 -1 20 25 21 -1 20 19 25 -1 15 1 0 -1 15 2 1 -1 15 12 13 -1 15 13 10 -1 15 10 2 -1 15 0 18 -1 16 12 15 -1 11 12 16 -1 17 11 16 -1 14 11 17 -1 26 18 0 -1"> <Coordinate point="2.6866061687469482 -21.73426628112793 8.8697471618652344 3.1597530841827393 -21.234642028808594 8.524754524230957 3.4250648021697998 -20.789932250976563 8.206141471862793 3.5059607028961182 -20.51036262512207 7.996281623840332 3.5155260562896729 -20.368640899658203 7.885836124420166 3.5006637573242188 -20.235420227050781 7.7787914276123047 3.4481649398803711 -20.082878112792969 7.6513981819152832 3.3579041957855225 -19.945657730102539 7.5310707092285156 3.2542450428009033 -19.8441162109375 7.4373421669006348 3.1245567798614502 -19.754421234130859 7.3499999046325684 4.4477477073669434 -19.499168395996094 7.3499999046325684 7.1341304779052734 -18.684329986572266 7.3499999046325684 6.2517204284667969 -18.99778938293457 7.3499999046325684 5.3556041717529297 -19.269599914550781 7.3499999046325684 8.4589672088623047 -18.123075485229492 7.3499999046325684 6.2185344696044922 -19.601467132568359 7.801386833190918 6.911125659942627 -19.029500961303711 7.5466322898864746 7.6589460372924805 -18.546274185180664 7.4022507667541504 -0.57213681936264038 -25.414899826049805 11.687099456787109 -8.3700189590454102 -30.396121978759766 16.571977615356445 -8.5333900451660156 -30.484394073486328 16.674985885620117 -9.1165151596069336 -30.522914886474609 16.834228515625 -8.8081140518188477 -30.558687210083008 16.792268753051758 -9.6104888916015625 -30.371000289916992 16.834228515625 -9.44610595703125 -30.422529220581055 16.834228515625 -9.2814464569091797 -30.473167419433594 16.834228515625 -3.1193053722381592 -26.335727691650391 12.565853118896484" /> <Normal vector="-0.076635874807834625 0.6199764609336853 0.78086882829666138 -0.091943420469760895 0.61789184808731079 0.78086882829666138 -0.10154736787080765 0.6163862943649292 0.78086882829666138 -0.10525624454021454 0.61576378345489502 0.78086882829666138 -0.10624835640192032 0.61559337377548218 0.78086882829666138 -0.10648853331804276 0.61555188894271851 0.78086882829666138 -0.10571122914552689 0.61568582057952881 0.78086882829666138 -0.1037096306681633 0.61602616310119629 0.78086882829666138 -0.10109368711709976 0.61646085977554321 0.78086882829666138 -0.097594805061817169 0.61702442169189453 0.78086882829666138 -0.13892430067062378 0.60905170440673828 0.78086882829666138 -0.22283279895782471 0.58360040187835693 0.78086882829666138 -0.19527094066143036 0.59339123964309692 0.78086882829666138 -0.16728097200393677 0.60188120603561401 0.78086882829666138 -0.26421374082565308 0.56606978178024292 0.78086882829666138 -0.18890504539012909 0.59544837474822998 0.78086882829666138 -0.21324828267097473 0.58717042207717896 0.78086882829666138 -0.23844453692436218 0.57739770412445068 0.78086882829666138 0.014059489592909813 0.62453681230545044 0.78086882829666138 0.16584616899490356 0.60227811336517334 0.78086882829666138 0.16839548945426941 0.60157030820846558 0.78086882829666138 0.17877857387065887 0.59856671094894409 0.78086882829666138 0.17301590740680695 0.6002577543258667 0.78086882829666138 0.18846561014652252 0.59558761119842529 0.78086882829666138 0.18524196743965149 0.59659814834594727 0.78086882829666138 0.18201293051242828 0.59759116172790527 0.78086882829666138 0.073477685451507568 0.62035870552062988 0.78086882829666138" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1"> <Coordinate point="11.905696868896484 -18.140905380249023 8.0888757705688477 7.2875919342041016 -27.636014938354492 5.5195808410644531 3.3444490432739258 -33.556255340576172 3.6182982921600342 -1.4123098850250244 -39.139358520507813 1.6147216558456421 -1.4123098850250244 -39.139358520507813 10.700789451599121 4.4876813888549805 -31.985645294189453 16.461965560913086" /> <Normal vector="-0.9295651912689209 0.36865782737731934 0 -0.86216390132904053 0.50662946701049805 0 -0.79904663562774658 0.60126906633377075 0 -0.72068572044372559 0.69326192140579224 0 -0.72068572044372559 0.69326192140579224 0 -0.81763690710067749 0.57573419809341431 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="22 9 10 -1 22 21 20 -1 23 10 11 -1 23 12 21 -1 23 21 24 -1 23 24 10 -1 25 13 12 -1 25 14 13 -1 25 15 14 -1 25 16 15 -1 25 17 16 -1 25 18 17 -1 25 19 18 -1 25 11 19 -1 25 12 23 -1 25 23 11 -1 26 2 1 -1 26 3 2 -1 26 4 3 -1 26 5 4 -1 26 6 5 -1 27 7 6 -1 27 6 26 -1 27 26 1 -1 28 1 0 -1 28 27 1 -1 28 7 27 -1 29 8 7 -1 29 7 28 -1 29 28 0 -1 30 0 9 -1 30 20 8 -1 30 31 20 -1 30 9 31 -1 30 29 0 -1 30 8 29 -1 32 20 31 -1 32 31 9 -1 32 22 20 -1 32 9 22 -1 33 22 10 -1 33 21 22 -1 33 24 21 -1 33 10 24 -1"> <Coordinate point="10.803413391113281 -17.456762313842773 7.1554808616638184 11.495427131652832 -16.792850494384766 7.3122587203979492 11.757122039794922 -16.621435165405273 7.4088139533996582 11.900196075439453 -16.56561279296875 7.4771785736083984 12.147479057312012 -16.638925552368164 7.660675048828125 12.207712173461914 -16.838380813598633 7.7739300727844238 12.193063735961914 -17.155139923095703 7.8848733901977539 12.077393531799316 -17.652790069580078 8.0039072036743164 11.905696868896484 -18.140905380249023 8.0888757705688477 5.9364476203918457 -27.490829467773438 4.3642487525939941 1.6795834302902222 -33.710823059082031 2.2959034442901611 -3.50905442237854 -39.516979217529297 0.12036652863025665 -1.4123098850250244 -39.139358520507813 1.6147216558456421 -1.4937894344329834 -39.173873901367188 1.320850133895874 -1.576301097869873 -39.197608947753906 1.1711118221282959 -1.6857677698135376 -39.225177764892578 1.0213863849639893 -1.9350249767303467 -39.280113220214844 0.76980793476104736 -2.315549373626709 -39.35211181640625 0.50155347585678101 -2.7877757549285889 -39.427570343017578 0.27991983294487 -3.1404068470001221 -39.475173950195313 0.17554531991481781 7.2875919342041016 -27.636014938354492 5.5195808410644531 3.3444490432739258 -33.556255340576172 3.6182982921600342 3.8557405471801758 -32.220695495605469 3.1804249286651611 0.2069631963968277 -36.818618774414063 1.5731750726699829 2.0974938869476318 -34.551483154296875 2.3838465213775635 -1.0507580041885376 -38.209369659423828 1.0567504167556763 11.921810150146484 -16.981197357177734 7.4994678497314453 11.918696403503418 -17.240575790405273 7.5244593620300293 11.618434906005859 -17.563566207885742 7.309028148651123 11.602682113647461 -17.823612213134766 7.311070442199707 9.5879402160644531 -22.476648330688477 6.136906623840332 6.9667096138000488 -27.427576065063477 4.7103610038757324 6.8527846336364746 -27.621238708496094 4.65130615234375 2.7443017959594727 -33.721076965332031 2.6717653274536133" /> <Normal vector="0.18153974413871765 -0.29331275820732117 0.93862181901931763 -0.19488976895809174 -0.14637006819248199 0.96984213590621948 -0.36308220028877258 -0.071916446089744568 0.92897754907608032 -0.46650350093841553 -0.022590935230255127 0.88423079252243042 -0.69465166330337524 0.1016189381480217 0.71213245391845703 -0.80248391628265381 0.1747184693813324 0.57051992416381836 -0.88151764869689941 0.24470606446266174 0.40378907322883606 -0.92935562133789063 0.31811776757240295 0.18734772503376007 -0.92957437038421631 0.36863455176353455 1.0441466429256252E-6 0.072815865278244019 -0.33717450499534607 0.93862199783325195 0.017168063670396805 -0.34451773762702942 0.93862283229827881 -0.030511129647493362 -0.34359148144721985 0.93862342834472656 -0.72065901756286621 0.69328969717025757 0.000011503497262310702 -0.74268841743469238 0.62029314041137695 0.25229009985923767 -0.73414570093154907 0.56774169206619263 0.37242376804351807 -0.71265655755996704 0.50491577386856079 0.48701202869415283 -0.64531147480010986 0.37393578886985779 0.66614198684692383 -0.51911073923110962 0.18867629766464233 0.8336217999458313 -0.34024110436439514 -0.028796661645174026 0.93989717960357666 -0.19425942003726959 -0.18516485393047333 0.96331578493118286 -0.86223715543746948 0.50650483369827271 3.4017982670775382E-6 -0.79898655414581299 0.601348876953125 1.4407037269847933E-6 -0.62477725744247437 0.19546103477478027 0.75594204664230347 -0.60534679889678955 0.25460553169250488 0.75414270162582397 -0.61623191833496094 0.22488057613372803 0.75477606058120728 -0.59741079807281494 0.27322477102279663 0.75395530462265015 -0.61576437950134277 0.05637078732252121 0.78591132164001465 -0.69395071268081665 0.1039116308093071 0.71248495578765869 -0.55144745111465454 0.021499091759324074 0.83393257856369019 -0.62212222814559937 0.062429409474134445 0.78042709827423096 -0.63276201486587524 0.093357846140861511 0.76869791746139526 -0.63415712118148804 0.14013394713401794 0.76039940118789673 -0.63398528099060059 0.14219804108142853 0.76015943288803101 -0.61958068609237671 0.21424570679664612 0.75512820482254028" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 14 1 -1 15 14 0 -1 11 0 2 -1 11 15 0 -1 3 11 2 -1 4 11 3 -1 12 11 4 -1 7 12 4 -1 13 12 7 -1 6 13 7 -1 8 13 6 -1 9 8 6 -1 10 9 6 -1 5 10 6 -1"> <Coordinate point="11.119708061218262 -16.62384033203125 7.3499999046325684 11.947005271911621 -16.03961181640625 7.350001335144043 10.258651733398438 -17.168577194213867 7.3499999046325684 9.3709697723388672 -17.668756484985352 7.3499999046325684 8.4589672088623047 -18.123075485229492 7.3499999046325684 -15.722368240356445 -36.424060821533203 0.12036652863025665 -6.1113557815551758 -31.139646530151367 3.0378727912902832 2.0347530841827393 -24.741842269897461 5.5766782760620117 -3.50905442237854 -39.516979217529297 0.12036652863025665 -7.6822762489318848 -38.921558380126953 0.12036652863025665 -11.768760681152344 -37.886692047119141 0.12036652863025665 10.803413391113281 -17.456762313842773 7.1554808616638184 5.9364476203918457 -27.490829467773438 4.3642487525939941 1.6795834302902222 -33.710823059082031 2.2959034442901611 11.626866340637207 -16.331153869628906 7.3326725959777832 11.289207458496094 -16.747512817382813 7.2775454521179199" /> <Normal vector="0.1917838454246521 -0.28671476244926453 0.93862324953079224 0.20605239272117615 -0.27663838863372803 0.93862324953079224 0.17693303525447845 -0.29610994458198547 0.93862324953079224 0.16162301599979401 -0.30473661422729492 0.93862324953079224 0.14589351415634155 -0.31257236003875732 0.93862324953079224 -0.13670279085636139 -0.31669977307319641 0.93862324953079224 -0.066430240869522095 -0.3384869396686554 0.93862324953079224 0.028272528201341629 -0.34378343820571899 0.93862324953079224 -0.030510518699884415 -0.34359204769134521 0.93862324953079224 -0.066795825958251953 -0.3384149968624115 0.93862324953079224 -0.10232696682214737 -0.32941704988479614 0.93862324953079224 0.18152457475662231 -0.29331761598587036 0.93862324953079224 0.072809919714927673 -0.33717221021652222 0.93862324953079224 0.017164949327707291 -0.34451669454574585 0.93862324953079224 0.20005868375301361 -0.28100341558456421 0.93862324953079224 0.19280652701854706 -0.28602802753448486 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1"> <Coordinate point="4.4876813888549805 -31.985645294189453 16.461965560913086 -1.4123098850250244 -39.139358520507813 10.700789451599121 -1.0652830600738525 -39.985813140869141 10 -1.3472082614898682 -39.889614105224609 10.073545455932617 -1.4685993194580078 -39.762428283691406 10.176597595214844 -1.547741174697876 -39.552223205566406 10.350322723388672 -1.5291534662246704 -39.336158752441406 10.532092094421387 0.31661909818649292 -39.998748779296875 10 -0.14405441284179688 -39.999740600585938 10 -0.60470879077911377 -39.995429992675781 10 0.64943927526473999 -39.571266174316406 10.355278968811035 6.1124320030212402 -31.263355255126953 16.834228515625 5.6044425964355469 -31.358402252197266 16.834228515625 5.7739429473876953 -31.327634811401367 16.834228515625 5.9432744979858398 -31.295951843261719 16.834228515625 5.2170138359069824 -31.465671539306641 16.800704956054688 4.8976302146911621 -31.620208740234375 16.715099334716797 4.6724328994750977 -31.783437728881836 16.607864379882813" /> <Normal vector="0.089310228824615479 -0.63655287027359009 0.76604443788528442 -0.023179348558187485 -0.64236956834793091 0.76604443788528442 -0.017118768766522408 -0.64255958795547485 0.76604443788528442 -0.021696757525205612 -0.64242130517959595 0.76604443788528442 -0.023724762722849846 -0.64234960079193115 0.76604443788528442 -0.025134062394499779 -0.64229601621627808 0.76604443788528442 -0.024968860670924187 -0.64230245351791382 0.76604443788528442 0.0050879642367362976 -0.64276748895645142 0.76604443788528442 -0.0023149095941334963 -0.64278346300125122 0.76604443788528442 -0.0097174830734729767 -0.64271414279937744 0.76604443788528442 0.010547938756644726 -0.64270108938217163 0.76604443788528442 0.12333889305591583 -0.6308434009552002 0.76604443788528442 0.113088458776474 -0.63276135921478271 0.76604443788528442 0.11650873720645905 -0.63214051723480225 0.76604443788528442 0.11992556601762772 -0.63150119781494141 0.76604443788528442 0.10513897985219955 -0.63413065671920776 0.76604443788528442 0.098387695848941803 -0.63521319627761841 0.76604443788528442 0.093490354716777802 -0.6359524130821228 0.76604443788528442" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="81 82 83 -1 84 81 83 -1 85 81 84 -1 86 81 85 -1 80 81 86 -1 70 56 69 -1 71 56 70 -1 87 79 80 -1 88 79 87 -1 89 79 88 -1 89 78 79 -1 107 108 109 -1 90 78 89 -1 110 107 109 -1 111 107 110 -1 112 107 111 -1 57 56 71 -1 57 78 90 -1 57 71 72 -1 57 72 73 -1 57 73 74 -1 57 74 75 -1 57 75 76 -1 57 76 77 -1 57 77 78 -1 57 90 91 -1 92 57 91 -1 93 57 92 -1 94 57 93 -1 95 57 94 -1 106 107 112 -1 58 57 95 -1 58 95 96 -1 98 58 97 -1 113 105 106 -1 114 105 113 -1 115 104 105 -1 115 105 114 -1 133 134 135 -1 116 104 115 -1 136 133 135 -1 137 133 136 -1 138 133 137 -1 59 100 101 -1 59 101 102 -1 59 102 103 -1 59 103 104 -1 59 116 117 -1 59 58 98 -1 59 104 116 -1 59 98 99 -1 59 99 100 -1 118 59 117 -1 119 59 118 -1 120 59 119 -1 121 59 120 -1 132 133 138 -1 60 59 121 -1 60 121 122 -1 124 60 123 -1 139 125 132 -1 140 125 139 -1 141 125 140 -1 159 160 161 -1 142 126 125 -1 142 125 141 -1 162 159 161 -1 163 159 162 -1 164 159 163 -1 61 126 142 -1 61 60 124 -1 61 127 126 -1 61 128 127 -1 61 129 128 -1 61 130 129 -1 61 131 130 -1 61 124 131 -1 61 142 143 -1 144 61 143 -1 145 61 144 -1 146 61 145 -1 147 61 146 -1 158 159 164 -1 62 147 148 -1 62 61 147 -1 150 62 149 -1 165 151 158 -1 166 151 165 -1 167 151 166 -1 2 3 4 -1 168 152 151 -1 168 151 167 -1 5 2 4 -1 6 2 5 -1 7 2 6 -1 63 153 152 -1 63 154 153 -1 63 155 154 -1 63 156 155 -1 63 157 156 -1 63 150 157 -1 63 168 169 -1 63 62 150 -1 63 152 168 -1 170 63 169 -1 171 63 170 -1 172 63 171 -1 173 63 172 -1 0 2 7 -1 64 63 173 -1 64 173 174 -1 176 64 175 -1 8 1 0 -1 9 1 8 -1 10 1 9 -1 28 29 30 -1 11 1 10 -1 11 177 1 -1 31 28 30 -1 32 28 31 -1 33 28 32 -1 65 11 12 -1 65 64 176 -1 65 177 11 -1 65 178 177 -1 65 179 178 -1 65 180 179 -1 65 181 180 -1 65 182 181 -1 65 176 182 -1 13 65 12 -1 14 65 13 -1 15 65 14 -1 16 65 15 -1 27 28 33 -1 66 16 17 -1 66 65 16 -1 19 66 18 -1 34 20 27 -1 35 20 34 -1 36 20 35 -1 37 20 36 -1 37 21 20 -1 67 66 19 -1 67 21 37 -1 67 22 21 -1 67 23 22 -1 67 24 23 -1 67 25 24 -1 67 26 25 -1 67 19 26 -1 67 37 38 -1 39 67 38 -1 40 67 39 -1 41 67 40 -1 42 67 41 -1 68 67 42 -1 68 42 43 -1 44 68 43 -1 45 68 44 -1 47 46 49 -1 50 47 49 -1 51 47 50 -1 52 47 51 -1 55 68 45 -1 55 47 52 -1 55 48 47 -1 55 45 48 -1 55 52 53 -1 55 53 54 -1 7 8 0 -1 17 18 66 -1 33 34 27 -1 86 87 80 -1 96 97 58 -1 112 113 106 -1 122 123 60 -1 138 139 132 -1 148 149 62 -1 164 165 158 -1 174 175 64 -1"> <Coordinate point="19.573623657226563 -34.883708953857422 3.8700993061065674 19.881696701049805 -34.709049224853516 0.74746823310852051 18.998640060424805 -35.200164794921875 9.7185659408569336 18.97248649597168 -35.214267730712891 9.9853754043579102 18.868696212768555 -35.269992828369141 10 18.461252212524414 -35.484958648681641 10 18.051359176635742 -35.695217132568359 10 17.639072418212891 -35.900741577148438 10 17.639072418212891 -35.900741577148438 1.6147216558456421 17.60382080078125 -35.918037414550781 1.3049592971801758 17.480049133300781 -35.978435516357422 0.95080912113189697 17.280124664306641 -36.074886322021484 0.62038642168045044 17.040338516235352 -36.188766479492188 0.3471149206161499 16.772480010986328 -36.313686370849609 0.12173808366060257 16.381635665893555 -36.491668701171875 -0.11174597591161728 15.902223587036133 -36.703125 -0.28450471162796021 15.383303642272949 -36.923622131347656 -0.34894508123397827 11.378602027893066 -38.347457885742188 -0.34894508123397827 7.2454304695129395 -39.338325500488281 -0.34894508123397827 3.0304529666900635 -39.885040283203125 -0.34894537925720215 1.474267840385437 -39.972824096679688 0.74746823310852051 1.5568916797637939 -39.969688415527344 0.43665421009063721 1.6619497537612915 -39.965457916259766 0.24846003949642181 1.880778431892395 -39.955757141113281 0.012588707730174065 2.1537561416625977 -39.941974639892578 -0.16213507950305939 2.3643250465393066 -39.930065155029297 -0.24785777926445007 2.594902515411377 -39.915740966796875 -0.30803510546684265 1.1203137636184692 -39.984306335449219 3.8700993061065674 0.46412673592567444 -39.997306823730469 9.7185659408569336 0.43441566824913025 -39.997642517089844 9.9853754043579102 0.31661909818649292 -39.998748779296875 10 -0.14405441284179688 -39.999740600585938 10 -0.60470879077911377 -39.995429992675781 10 -1.0652830600738525 -39.985813140869141 10 -1.0652830600738525 -39.985813140869141 1.6147216558456421 -1.1044512987136841 -39.984745025634766 1.3045835494995117 -1.2422523498535156 -39.980705261230469 0.95054668188095093 -1.464165210723877 -39.973194122314453 0.62024718523025513 -1.7292300462722778 -39.962604522705078 0.34717193245887756 -2.0242249965667725 -39.948749542236328 0.12193650007247925 -2.4529929161071777 -39.924724578857422 -0.11143756657838821 -2.9758388996124268 -39.88916015625 -0.28429079055786133 -3.5380244255065918 -39.843223571777344 -0.34894508123397827 -7.745699405670166 -39.242885589599609 -0.34894508123397827 -11.865921020507813 -38.199474334716797 -0.34894508123397827 -15.852169036865234 -36.724769592285156 -0.34894508123397827 -16.888936996459961 -36.259674072265625 0 -16.615821838378906 -36.385616302490234 -0.18272596597671509 -16.231578826904297 -36.558681488037109 -0.31218165159225464 -16.924163818359375 -36.243244171142578 4.4408920985006262E-16 -16.959375381469727 -36.226779937744141 4.4408920985006262E-16 -16.994571685791016 -36.210281372070313 4.4408920985006262E-16 -17.729530334472656 -35.856151580810547 4.4408920985006262E-16 -18.457115173339844 -35.487110137939453 4.4408920985006262E-16 -19.177021026611328 -35.103302001953125 4.4408920985006262E-16 -19.177021026611328 -35.103302001953125 -0.44999998807907104 19.177021026611328 35.103302001953125 -0.44999998807907104 27.020542144775391 29.493902206420898 -0.44999998807907104 33.293727874755859 22.17042350769043 -0.44999998807907104 37.632003784179688 13.55848217010498 -0.44999998807907104 39.783241271972656 4.1585693359375 -0.44999998807907104 39.622425079345703 -5.4830241203308105 -0.44999998807907104 37.158893585205078 -14.805963516235352 -0.44999998807907104 32.535823822021484 -23.268434524536133 -0.44999998807907104 26.021892547607422 -30.378629684448242 -0.44999998807907104 17.995660781860352 -35.72332763671875 -0.44999998807907104 8.923588752746582 -38.991916656494141 -0.44999998807907104 -0.66709119081497192 -39.994438171386719 -0.44999998807907104 -10.219001770019531 -38.672626495361328 -0.44999998807907104 19.177021026611328 35.103302001953125 -0.34894508123397827 20.89781379699707 34.106910705566406 -0.34894508123397827 22.566965103149414 33.026233673095703 -0.34894508123397827 24.180347442626953 31.863943099975586 -0.34894546866416931 24.404476165771484 31.692609786987305 -0.3323720395565033 24.614068984985352 31.530107498168945 -0.28305265307426453 24.903085708618164 31.302337646484375 -0.14347434043884277 25.106105804443359 31.139739990234375 0.032444510608911514 25.273809432983398 31.003782272338867 0.27877184748649597 25.360145568847656 30.933202743530273 0.50453144311904907 25.403379440307617 30.897706985473633 0.74746918678283691 25.675933837890625 30.671588897705078 3.8700993061065674 26.175716400146484 30.246187210083008 9.7185659408569336 26.198177337646484 30.226734161376953 9.9853754043579102 26.287082672119141 30.149448394775391 10 26.632560729980469 29.844709396362305 10 26.974506378173828 29.536012649536133 10 27.312873840332031 29.223396301269531 10 27.312873840332031 29.223396301269531 1.6147215366363525 27.341571807861328 29.196548461914063 1.3048350811004639 27.441951751708984 29.10222053527832 0.95070672035217285 27.603034973144531 28.949481964111328 0.62030595541000366 27.794546127319336 28.765659332275391 0.34705379605293274 28.006332397460938 28.559505462646484 0.12169367074966431 28.311328887939453 28.257186889648438 -0.11176599562168121 28.679037094116211 27.883916854858398 -0.28451341390609741 29.069192886352539 27.476936340332031 -0.34894508123397827 31.820587158203125 24.237373352050781 -0.34894508123397827 34.21270751953125 20.724157333374023 -0.34894508123397827 36.218547821044922 16.976951599121094 -0.34894558787345886 36.337383270263672 16.721084594726563 -0.33237186074256897 36.44744873046875 16.479791641235352 -0.28305178880691528 36.597511291503906 16.143798828125 -0.14347270131111145 36.701713562011719 15.905479431152344 0.032446317374706268 36.787021636962891 15.707160949707031 0.27877342700958252 36.830669403076172 15.604543685913086 0.5045323371887207 36.852455139160156 15.553022384643555 0.74746918678283691 36.98870849609375 15.226142883300781 3.8700993061065674 37.233551025390625 14.617206573486328 9.7185659408569336 37.244396209716797 14.589544296264648 9.9853754043579102 37.287204742431641 14.479795455932617 10 37.451488494873047 14.049409866333008 10 37.610809326171875 13.617161750793457 10 37.76513671875 13.183107376098633 10 37.76513671875 13.183107376098633 1.6147216558456421 37.778068542480469 13.14600658416748 1.3048691749572754 37.823127746582031 13.015796661376953 0.95064562559127808 37.894779205322266 12.805685043334961 0.6202552318572998 37.978874206542969 12.55408763885498 0.34717467427253723 38.070526123046875 12.273344993591309 0.12193574011325836 38.200092315673828 11.863935470581055 -0.11159638315439224 38.352264404296875 11.362380981445313 -0.28446364402770996 38.508659362792969 10.820490837097168 -0.34894508123397827 39.439399719238281 6.6733646392822266 -0.34894508123397827 39.924842834472656 2.4508919715881348 -0.34894508123397827 39.959514617919922 -1.7992527484893799 -0.34894537925720215 39.859077453613281 -3.3546726703643799 0.74746823310852051 39.865928649902344 -3.2722735404968262 0.43665421009063721 39.8743896484375 -3.1674714088439941 0.24846003949642181 39.891139984130859 -2.9490690231323242 0.012588707730174065 39.910358428955078 -2.6764202117919922 -0.16213507950305939 39.923915863037109 -2.4659509658813477 -0.24785777926445007 39.937492370605469 -2.2353284358978271 -0.30803510546684265 39.827816009521484 -3.707430362701416 3.8700993061065674 39.761627197265625 -4.3603997230529785 9.7185659408569336 39.758377075195313 -4.3899345397949219 9.9853754043579102 39.745273590087891 -4.5070056915283203 10 39.69073486328125 -4.964439868927002 10 39.630928039550781 -5.4212160110473633 10 39.565864562988281 -5.8772730827331543 10 39.565864562988281 -5.8772730827331543 1.6147216558456421 39.560077667236328 -5.9161105155944824 1.3049592971801758 39.539470672607422 -6.052283763885498 0.95080912113189697 39.505275726318359 -6.2716059684753418 0.62038642168045044 39.462787628173828 -6.5336384773254395 0.3471149206161499 39.413433074951172 -6.8250446319580078 0.12173808366060257 39.337886810302734 -7.247809886932373 -0.11174597591161728 39.239570617675781 -7.762476921081543 -0.28450471162796021 39.126258850097656 -8.3147983551025391 -0.34894508123397827 38.023120880126953 -12.419431686401367 -0.34894508123397827 36.490680694580078 -16.383842468261719 -0.34894508123397827 34.546237945556641 -20.163270950317383 -0.34894537925720215 33.734466552734375 -21.493852615356445 0.74746823310852051 33.778823852539063 -21.424074172973633 0.43665421009063721 33.83502197265625 -21.335210800170898 0.24846003949642181 33.951347351074219 -21.149608612060547 0.012588707730174065 34.095073699951172 -20.917121887207031 -0.16213507950305939 34.204887390136719 -20.737060546875 -0.24785777926445007 34.324085235595703 -20.539163589477539 -0.30803510546684265 33.542850494384766 -21.791675567626953 3.8700993061065674 33.180793762207031 -22.339092254638672 9.7185659408569336 33.164188385009766 -22.363733291625977 9.9853754043579102 33.098182678222656 -22.461305618286133 10 32.837310791015625 -22.840997695922852 10 32.572078704833984 -23.217658996582031 10 32.302528381347656 -23.591241836547852 10 32.302528381347656 -23.591241836547852 1.6147216558456421 32.279354095458984 -23.622940063476563 1.3049592971801758 32.197826385498047 -23.733940124511719 0.95080912113189697 32.065624237060547 -23.912248611450195 0.62038642168045044 31.906229019165039 -24.124521255493164 0.3471149206161499 31.727106094360352 -24.359613418579102 0.12173808366060257 31.463743209838867 -24.698844909667969 -0.11174597591161728 31.13751220703125 -25.108869552612305 -0.28450471162796021 30.780502319335938 -25.545267105102539 -0.34894508123397827 27.896203994750977 -28.667085647583008 -0.34894508123397827 24.696941375732422 -31.465236663818359 -0.34894508123397827 21.218833923339844 -33.908126831054688 -0.34894537925720215 19.953399658203125 -34.667877197265625 0.43665421009063721 20.044458389282227 -34.615310668945313 0.24846003949642181 20.233713150024414 -34.505027770996094 0.012588707730174065 20.469017028808594 -34.365962982177734 -0.16213507950305939 20.649930953979492 -34.257556915283203 -0.24785777926445007 20.847442626953125 -34.137722015380859 -0.30803510546684265" /> <Normal vector="0.48934057354927063 -0.87209278345108032 0 0.49704229831695557 -0.86772632598876953 0 0.47496598958969116 -0.8800041675567627 0 0.47431215643882751 -0.88035672903060913 0 0.47171741724014282 -0.88174980878829956 0 0.46153131127357483 -0.88712394237518311 0 0.45128399133682251 -0.89238041639328003 0 0.44097679853439331 -0.89751851558685303 0 0.44097679853439331 -0.89751851558685303 0 0.44009551405906677 -0.89795094728469849 0 0.43700122833251953 -0.89946091175079346 0 0.43200311064720154 -0.90187209844589233 0 0.42600849270820618 -0.90471917390823364 0 0.41931203007698059 -0.90784215927124023 0 0.40954089164733887 -0.9122917652130127 0 0.39755558967590332 -0.91757810115814209 0 0.38458257913589478 -0.92309057712554932 0 0.28446507453918457 -0.95868641138076782 0 0.18113575875759125 -0.98345810174942017 0 0.075761318206787109 -0.99712598323822021 0 0.036856696009635925 -0.99932056665420532 0 0.038922294974327087 -0.99924224615097046 0 0.041548743844032288 -0.99913650751113892 0 0.047019459307193756 -0.99889397621154785 0 0.053843900561332703 -0.99854934215545654 0 0.059108123183250427 -0.99825155735015869 0 0.064872562885284424 -0.9978935718536377 0 0.028007844462990761 -0.99960768222808838 0 0.011603186838328838 -0.99993270635604858 0 0.010860391892492771 -0.99994105100631714 0 0.0079154772683978081 -0.99996864795684814 0 -0.003601360134780407 -0.99999350309371948 0 -0.015117720700800419 -0.99988573789596558 0 -0.026632076129317284 -0.99964529275894165 0 -0.026632076129317284 -0.99964529275894165 0 -0.027610776945948601 -0.9996187686920166 0 -0.031056275591254234 -0.99951761960983276 0 -0.036604110151529312 -0.99932986497879028 0 -0.043230742216110229 -0.999065101146698 0 -0.050605621188879013 -0.9987187385559082 0 -0.061324805021286011 -0.99811786413192749 0 -0.074395954608917236 -0.99722880125045776 0 -0.088450610637664795 -0.99608057737350464 0 -0.19364248216152191 -0.98107218742370605 0 -0.29664802551269531 -0.95498687028884888 0 -0.39630421996116638 -0.91811925172805786 0 -0.42222341895103455 -0.90649181604385376 0 -0.41539570689201355 -0.90964078903198242 0 -0.40578928589820862 -0.91396665573120117 0 -0.42310410737991333 -0.90608108043670654 0 -0.42398437857627869 -0.90566951036453247 0 -0.42486429214477539 -0.90525704622268677 0 -0.44323825836181641 -0.89640384912490845 0 -0.46142786741256714 -0.88717770576477051 0 -0.47942554950714111 -0.87758255004882813 0 -0.47942554950714111 -0.87758255004882813 0 0.47942554950714111 0.87758255004882813 0 0.67551356554031372 0.73734754323959351 0 0.83234316110610962 0.55426061153411865 0 0.94080007076263428 0.33896204829216003 0 0.99458104372024536 0.10396423190832138 0 0.99056059122085571 -0.13707560300827026 0 0.92897236347198486 -0.37014910578727722 0 0.81339561939239502 -0.58171087503433228 0 0.6505473256111145 -0.75946575403213501 0 0.44989153742790222 -0.89308321475982666 0 0.22308970987796783 -0.97479790449142456 0 -0.016677280887961388 -0.99986094236373901 0 -0.25547504425048828 -0.96681565046310425 0 0.47942554950714111 0.87758255004882813 0 0.52244538068771362 0.8526727557182312 0 0.5641741156578064 0.82565581798553467 0 0.60450869798660278 0.79659855365753174 0 0.61011189222335815 0.79231524467468262 0 0.61535173654556274 0.78825265169143677 0 0.62257713079452515 0.78255844116210938 0 0.62765264511108398 0.77849352359771729 0 0.63184523582458496 0.77509456872940063 0 0.63400363922119141 0.77333009243011475 0 0.63508445024490356 0.77244269847869873 0 0.64189833402633667 0.76678973436355591 0 0.65439289808273315 0.75615471601486206 0 0.65495443344116211 0.75566840171813965 0 0.65717709064483643 0.75373625755310059 0 0.66581404209136963 0.74611777067184448 0 0.6743626594543457 0.73840028047561646 0 0.68282186985015869 0.73058491945266724 0 0.68282186985015869 0.73058491945266724 0 0.68353927135467529 0.72991371154785156 0 0.68604880571365356 0.72755551338195801 0 0.69007587432861328 0.72373706102371216 0 0.69486367702484131 0.71914148330688477 0 0.70015829801559448 0.71398764848709106 0 0.70778322219848633 0.70642971992492676 0 0.71697592735290527 0.69709789752960205 0 0.72672981023788452 0.68692338466644287 0 0.79551464319229126 0.60593432188034058 0 0.85531765222549438 0.51810389757156372 0 0.90546363592147827 0.42442378401756287 0 0.90843456983566284 0.4180271327495575 0 0.91118621826171875 0.41199478507041931 0 0.91493773460388184 0.40359500050544739 0 0.91754281520843506 0.3976370096206665 0 0.91967558860778809 0.39267903566360474 0 0.92076671123504639 0.39011359214782715 0 0.92131137847900391 0.38882556557655334 0 0.92471772432327271 0.38065356016159058 0 0.93083876371383667 0.36543017625808716 0 0.9311099648475647 0.36473861336708069 0 0.93218010663986206 0.36199489235877991 0 0.93628722429275513 0.35123527050018311 0 0.94027018547058105 0.34042903780937195 0 0.94412845373153687 0.32957768440246582 0 0.94412845373153687 0.32957768440246582 0 0.94445174932479858 0.32865017652511597 0 0.94557821750640869 0.3253948986530304 0 0.94736951589584351 0.32014212012290955 0 0.94947183132171631 0.31385219097137451 0 0.95176315307617188 0.30683362483978271 0 0.9550023078918457 0.29659837484359741 0 0.95880663394927979 0.28405952453613281 0 0.96271651983261108 0.27051228284835815 0 0.98598498106002808 0.16683411598205566 0 0.99812108278274536 0.06127229705452919 0 0.99898785352706909 -0.044981319457292557 0 0.99647694826126099 -0.083866812288761139 0 0.99664819240570068 -0.081806838512420654 0 0.99685978889465332 -0.079186789691448212 0 0.99727845191955566 -0.073726728558540344 0 0.99775898456573486 -0.066910505294799805 0 0.99809789657592773 -0.061648774892091751 0 0.99843728542327881 -0.055883210152387619 0 0.99569541215896606 -0.0926857590675354 0 0.99404066801071167 -0.10900998115539551 0 0.99395942687988281 -0.10974836349487305 0 0.99363189935684204 -0.11267513781785965 0 0.99226832389831543 -0.12411100417375565 0 0.99077320098876953 -0.13553039729595184 0 0.9891466498374939 -0.14693182706832886 0 0.9891466498374939 -0.14693182706832886 0 0.98900192975997925 -0.14790277183055878 0 0.98848682641983032 -0.15130709111690521 0 0.98763191699981689 -0.15679015219211578 0 0.98656970262527466 -0.16334095597267151 0 0.9853358268737793 -0.17062611877918243 0 0.98344713449478149 -0.18119524419307709 0 0.98098927736282349 -0.19406192004680634 0 0.9781564474105835 -0.20786994695663452 0 0.95057803392410278 -0.31048578023910522 0 0.91226696968078613 -0.40959608554840088 0 0.86365592479705811 -0.50408178567886353 0 0.84336167573928833 -0.53734630346298218 0 0.84447062015533447 -0.53560185432434082 0 0.84587556123733521 -0.53338027000427246 0 0.84878373146057129 -0.52874016761779785 0 0.85237681865692139 -0.52292805910110474 0 0.85512220859527588 -0.51842647790908813 0 0.85810208320617676 -0.51347905397415161 0 0.83857131004333496 -0.54479187726974487 0 0.82951980829238892 -0.55847728252410889 0 0.8291047215461731 -0.55909329652786255 0 0.82745456695556641 -0.56153261661529541 0 0.82093274593353271 -0.57102489471435547 0 0.81430196762084961 -0.58044147491455078 0 0.8075631856918335 -0.58978104591369629 0 0.8075631856918335 -0.58978104591369629 0 0.8069838285446167 -0.59057348966598511 0 0.80494570732116699 -0.59334850311279297 0 0.80164062976837158 -0.59780621528625488 0 0.79765576124191284 -0.60311305522918701 0 0.79317766427993774 -0.60899031162261963 0 0.78659355640411377 -0.61747109889984131 0 0.77843779325485229 -0.62772172689437866 0 0.76951253414154053 -0.63863170146942139 0 0.69740509986877441 -0.71667712926864624 0 0.61742353439331055 -0.78663092851638794 0 0.53047084808349609 -0.84770315885543823 0 0.4988349974155426 -0.86669695377349854 0 0.50111144781112671 -0.86538273096084595 0 0.50584286451339722 -0.86262565851211548 0 0.51172542572021484 -0.85914903879165649 0 0.51624828577041626 -0.85643899440765381 0 0.52118605375289917 -0.85344308614730835 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1"> <Coordinate point="-17.186975479125977 -35.939487457275391 3.9111936092376709 -17.766689300537109 -35.64971923828125 9.7596168518066406 -17.589645385742188 -35.924983978271484 3.8700993061065674 -17.390022277832031 -35.974380493164063 3.8925406932830811 -18.176712036132813 -35.631546020507813 9.7185659408569336 -17.973840713500977 -35.684379577636719 9.7410869598388672" /> <Normal vector="0.36560100317001343 -0.92713701725006104 0.082175552845001221 0.36561214923858643 -0.92713254690170288 0.08217649906873703 -0.43974098563194275 -0.89812463521957397 -1.7609601172807743E-6 -0.040544379502534866 -0.99816668033599854 0.044937815517187119 -0.45441797375679016 -0.89078855514526367 2.1131349967618007E-6 -0.048742376267910004 -0.99779242277145386 0.045105002820491791" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1"> <Coordinate point="-17.589645385742188 -35.924983978271484 3.8700993061065674 -17.390022277832031 -35.974380493164063 3.8925406932830811 -17.186975479125977 -35.939487457275391 3.9111936092376709 -17.270896911621094 -36.079303741455078 0.74746823310852051 -17.072362899780273 -36.126899719238281 0.76989573240280151 -16.870933532714844 -36.091373443603516 0.78858399391174316" /> <Normal vector="-0.43974104523658752 -0.89812463521957397 -1.4252952951210318E-6 -0.040539611130952835 -0.99816685914993286 0.044938359409570694 0.36561766266822815 -0.92713034152984619 0.082176700234413147 -0.43177244067192078 -0.90198254585266113 0 -0.034743547439575195 -0.99838674068450928 0.044909369200468063 0.36815500259399414 -0.92612087726593018 0.082231543958187103" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 8 0 -1 7 1 2 -1 7 6 8 -1 7 8 1 -1 4 2 3 -1 4 7 2 -1 5 7 4 -1"> <Coordinate point="-17.270896911621094 -36.079303741455078 0.74746823310852051 -17.196168899536133 -36.114978790283203 0.43636453151702881 -17.0628662109375 -36.178150177001953 0.19141361117362976 -16.888936996459961 -36.259674072265625 0 -16.749534606933594 -36.272743225097656 0.16333606839179993 -16.597028732299805 -36.200592041015625 0.29682314395904541 -16.870933532714844 -36.091373443603516 0.78858399391174316 -16.797737121582031 -36.132354736328125 0.51033037900924683 -17.072362899780273 -36.126899719238281 0.76989573240280151" /> <Normal vector="-0.43176406621932983 -0.90198659896850586 1.0566882338025607E-6 -0.42989605665206909 -0.90287840366363525 -0.00002651186878210865 -0.42658981680870056 -0.90444523096084595 0.000013484627743309829 -0.42222324013710022 -0.90649187564849854 0 -0.14362505078315735 -0.93399554491043091 0.32714542746543884 0.16159074008464813 -0.78833401203155518 0.59364795684814453 0.3681606650352478 -0.92611843347549438 0.0822339728474617 0.27531367540359497 -0.89357256889343262 0.35458487272262573 -0.034736201167106628 -0.99838674068450928 0.044914867728948593" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 10 0 -1 7 6 10 -1 5 9 4 -1 11 8 7 -1 11 10 1 -1 11 7 10 -1 12 1 2 -1 12 9 8 -1 12 11 1 -1 12 8 11 -1 13 2 3 -1 13 3 4 -1 13 9 12 -1 13 12 2 -1 13 4 9 -1"> <Coordinate point="-16.888936996459961 -36.259674072265625 0 -16.615821838378906 -36.385616302490234 -0.18272596597671509 -16.231578826904297 -36.558681488037109 -0.31218165159225464 -15.852169036865234 -36.724769592285156 -0.34894508123397827 -15.816509246826172 -36.642158508300781 -0.062796622514724731 -15.722368240356445 -36.424060821533203 0.12036652863025665 -16.597028732299805 -36.200592041015625 0.29682314395904541 -16.425210952758789 -36.250659942626953 0.20675227046012878 -16.21942138671875 -36.305679321289063 0.14667889475822449 -15.98227596282959 -36.364376068115234 0.11750564724206924 -16.749534606933594 -36.272743225097656 0.16333606839179993 -16.422454833984375 -36.408370971679688 -0.0038029595743864775 -16.249322891235352 -36.477176666259766 -0.045887291431427002 -16.12391471862793 -36.525985717773438 -0.062402591109275818" /> <Normal vector="-0.42222326993942261 -0.90649187564849854 1.7106901850638678E-7 -0.41542944312095642 -0.90962541103363037 0.000037257261283230036 -0.40573716163635254 -0.91398978233337402 4.1035377762455028E-6 -0.39630424976348877 -0.91811925172805786 0 -0.32492867112159729 -0.75292325019836426 0.57230061292648315 -0.13670280575752258 -0.31669977307319641 0.93862324953079224 0.16159258782863617 -0.78833472728729248 0.59364652633666992 0.08893420547246933 -0.69591134786605835 0.71259951591491699 0.014027057215571404 -0.58495563268661499 0.81094396114349365 -0.062258508056402206 -0.45695260167121887 0.88730955123901367 -0.14362421631813049 -0.93399584293365479 0.32714492082595825 -0.21096803247928619 -0.8721393346786499 0.44143566489219666 -0.24413615465164185 -0.83884644508361816 0.48655334115028381 -0.26773619651794434 -0.81436973810195923 0.51489740610122681" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="12 7 6 -1 12 6 10 -1 13 8 7 -1 13 7 12 -1 14 4 3 -1 14 9 8 -1 14 3 9 -1 14 8 13 -1 15 2 1 -1 15 10 11 -1 15 11 2 -1 15 12 10 -1 16 13 12 -1 16 15 1 -1 16 12 15 -1 17 1 0 -1 17 5 4 -1 17 0 5 -1 17 13 16 -1 17 14 13 -1 17 4 14 -1 17 16 1 -1"> <Coordinate point="-15.852169036865234 -36.724769592285156 -0.34894508123397827 -15.816509246826172 -36.642158508300781 -0.062796622514724731 -15.722368240356445 -36.424060821533203 0.12036652863025665 -3.5380244255065918 -39.843223571777344 -0.34894508123397827 -7.745699405670166 -39.242885589599609 -0.34894508123397827 -11.865921020507813 -38.199474334716797 -0.34894508123397827 -3.50905442237854 -39.516979217529297 0.12036652863025665 -3.520803689956665 -39.6492919921875 0.047019768506288528 -3.5300660133361816 -39.753597259521484 -0.062794789671897888 -3.5359878540039063 -39.820289611816406 -0.19896338880062103 -7.6822762489318848 -38.921558380126953 0.12036652863025665 -11.768760681152344 -37.886692047119141 0.12036652863025665 -7.7079982757568359 -39.051876068115234 0.047019768506288528 -7.7282757759094238 -39.154609680175781 -0.062794789671897888 -7.7412409782409668 -39.220298767089844 -0.19896338880062103 -11.808165550231934 -38.013545989990234 0.047019768506288528 -11.839229583740234 -38.113548278808594 -0.062794789671897888 -11.859090805053711 -38.177486419677734 -0.19896338880062103" /> <Normal vector="-0.39630421996116638 -0.91811925172805786 0 -0.32498687505722046 -0.75289809703826904 0.57230061292648315 -0.13670279085636139 -0.31669977307319641 0.93862324953079224 -0.088450610637664795 -0.99608057737350464 0 -0.19364248216152191 -0.98107218742370605 0 -0.29664802551269531 -0.95498687028884888 0 -0.030510511249303818 -0.34359204769134521 0.93862324953079224 -0.054009027779102325 -0.6082189679145813 0.79192972183227539 -0.072533383965492249 -0.81682980060577393 0.57230061292648315 -0.084377527236938477 -0.95021176338195801 0.29996341466903687 -0.066795825958251953 -0.3384149968624115 0.93862324953079224 -0.10232696682214737 -0.32941704988479614 0.93862324953079224 -0.11824047565460205 -0.59905469417572021 0.79192972183227539 -0.15879534184932709 -0.80452227592468262 0.57230061292648315 -0.18472538888454437 -0.93589448928833008 0.29996341466903687 -0.18113692104816437 -0.58312666416168213 0.79192972183227539 -0.24326440691947937 -0.7831311821937561 0.57230061292648315 -0.28298759460449219 -0.91101044416427612 0.29996341466903687" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1"> <Coordinate point="-1.4123098850250244 -39.139358520507813 1.6147216558456421 -1.4937894344329834 -39.173873901367188 1.320850133895874 -1.576301097869873 -39.197608947753906 1.1711118221282959 -1.6857677698135376 -39.225177764892578 1.0213863849639893 -1.9350249767303467 -39.280113220214844 0.76980793476104736 -2.315549373626709 -39.35211181640625 0.50155347585678101 -2.7877757549285889 -39.427570343017578 0.27991983294487 -3.1404068470001221 -39.475173950195313 0.17554531991481781 -3.50905442237854 -39.516979217529297 0.12036652863025665 -1.0652830600738525 -39.985813140869141 1.6147216558456421 -1.3091855049133301 -39.914909362792969 1.6147216558456421 -1.4380272626876831 -39.803676605224609 1.6147216558456421 -1.5256798267364502 -39.645549774169922 1.6147216558456421 -1.5516396760940552 -39.466655731201172 1.6147216558456421 -1.5121927261352539 -39.290241241455078 1.6147216558456421 -1.1044512987136841 -39.984745025634766 1.3045835494995117 -1.2422523498535156 -39.980705261230469 0.95054668188095093 -1.464165210723877 -39.973194122314453 0.62024718523025513 -1.7292300462722778 -39.962604522705078 0.34717193245887756 -2.0242249965667725 -39.948749542236328 0.12193650007247925 -2.4529929161071777 -39.924724578857422 -0.11143756657838821 -2.9758388996124268 -39.88916015625 -0.28429079055786133 -3.5380244255065918 -39.843223571777344 -0.34894508123397827 -3.520803689956665 -39.6492919921875 0.047019768506288528 -3.5300660133361816 -39.753597259521484 -0.062794789671897888 -3.5359878540039063 -39.820289611816406 -0.19896338880062103 -2.136493444442749 -39.753669738769531 0.51480066776275635 -1.434622049331665 -39.903633117675781 1.1367512941360474 -1.5030039548873901 -39.904575347900391 0.99562740325927734 -1.5552909374237061 -39.392684936523438 1.4814490079879761 -1.5944188833236694 -39.904876708984375 0.84702664613723755 -1.690377950668335 -39.719589233398438 1.0254635810852051 -1.6576404571533203 -39.448478698730469 1.2038067579269409 -1.6983873844146729 -39.904342651367188 0.70887434482574463 -1.6958483457565308 -39.459392547607422 1.1341729164123535 -1.7425459623336792 -39.471321105957031 1.0595238208770752 -2.0705280303955078 -39.533195495605469 0.68712931871414185 -2.672419548034668 -39.766803741455078 0.17288783192634583 -2.8963103294372559 -39.76690673828125 0.078417547047138214 -3.084646463394165 -39.764957427978516 0.017289774492383003 -1.5542010068893433 -39.68829345703125 1.3433127403259277 -1.6035424470901489 -39.706642150878906 1.1952437162399292" /> <Normal vector="-0.72068572044372559 0.69326192140579224 2.1248931716399966E-6 -0.74271988868713379 0.62039428949356079 0.25194865465164185 -0.73407399654388428 0.56777620315551758 0.37251240015029907 -0.71265262365341187 0.50488537549972534 0.48704925179481506 -0.64542335271835327 0.37383422255516052 0.66609060764312744 -0.51909142732620239 0.18870517611503601 0.83362728357315063 -0.34020283818244934 -0.028874428942799568 0.93990868330001831 -0.19436231255531311 -0.18518096208572388 0.96329188346862793 -0.030511189252138138 -0.34359192848205566 0.93862324953079224 -0.026632053777575493 -0.99964529275894165 0 -0.51417320966720581 -0.85768634080886841 4.0000927583605517E-6 -0.77214658260345459 -0.63544446229934692 4.8494321163161658E-6 -0.94766998291015625 -0.31925168633460999 5.5577406783413608E-6 -0.99924832582473755 0.038765184581279755 1.1706696341207135E-6 -0.92016130685806274 0.39153951406478882 0.000011232003998884466 -0.027614407241344452 -0.99961864948272705 -7.6808264566352591E-6 -0.031054690480232239 -0.99951767921447754 4.3721579459088389E-6 -0.036603823304176331 -0.99932986497879028 4.22100083596888E-6 -0.043233916163444519 -0.99906498193740845 -1.2687971775449114E-6 -0.050606526434421539 -0.99871867895126343 -1.1281039178356878E-6 -0.06131768599152565 -0.99811828136444092 3.1116492209548596E-6 -0.074408367276191711 -0.99722784757614136 -3.0739079193153884E-6 -0.088450610637664795 -0.99608057737350464 2.3993081299522601E-7 -0.054009426385164261 -0.6082189679145813 0.79192972183227539 -0.072533749043941498 -0.81682968139648438 0.57230073213577271 -0.084377571940422058 -0.95021164417266846 0.29996371269226074 -0.49671429395675659 -0.59764719009399414 0.62935900688171387 -0.49285978078842163 -0.84303337335586548 0.21536947786808014 -0.46019446849822998 -0.85018569231033325 0.25574460625648499 -0.96754556894302368 0.18553523719310761 0.17155815660953522 -0.42394140362739563 -0.85815024375915527 0.28957188129425049 -0.73606747388839722 -0.48345664143562317 0.47378718852996826 -0.89241540431976318 0.065892450511455536 0.44637757539749146 -0.389322429895401 -0.86592668294906616 0.3140048086643219 -0.86496788263320923 0.040793765336275101 0.50016635656356812 -0.83332687616348267 0.012837073765695095 0.55263149738311768 -0.64728152751922607 -0.1437050998210907 0.74858230352401733 -0.30628284811973572 -0.69442731142044067 0.65112322568893433 -0.23995460569858551 -0.72917747497558594 0.64087593555450439 -0.18767893314361572 -0.75669056177139282 0.62625551223754883 -0.86937016248703003 -0.40834468603134155 0.27829867601394653 -0.80778634548187256 -0.449737548828125 0.38107401132583618" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1"> <Coordinate point="-17.814634323120117 -35.340423583984375 10.355278968811035 -17.647867202758789 -35.488315582275391 10.217992782592773 -17.487157821655273 -35.516998291015625 10.013345718383789 -17.771427154541016 -35.647304534912109 9.8079347610473633 -17.990898132324219 -35.676803588867188 9.9095926284790039 -18.203174591064453 -35.618034362792969 9.9853754043579102 -18.307992935180664 -35.56427001953125 10" /> <Normal vector="-0.28933835029602051 -0.57398539781570435 0.76604443788528442 0.04419374093413353 -0.86977130174636841 0.49147206544876099 0.36561211943626404 -0.92713254690170288 0.08217649906873703 0.36561211943626404 -0.92713254690170288 0.08217649906873703 0.11012745648622513 -0.90157759189605713 0.41836565732955933 -0.16439430415630341 -0.71572697162628174 0.67875576019287109 -0.29420402646064758 -0.57150691747665405 0.7660442590713501" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1"> <Coordinate point="-17.814634323120117 -35.340423583984375 10.355278968811035 -9.1165151596069336 -30.522914886474609 16.834228515625 -8.8081140518188477 -30.558687210083008 16.792268753051758 -8.5333900451660156 -30.484394073486328 16.674985885620117 -17.487157821655273 -35.516998291015625 10.013345718383789 -17.647867202758789 -35.488315582275391 10.217992782592773" /> <Normal vector="-0.28933832049369812 -0.57398539781570435 0.76604443788528442 -0.18395717442035675 -0.61590379476547241 0.76604324579238892 0.1887652575969696 -0.85007590055465698 0.49166926741600037 0.51322394609451294 -0.85431337356567383 0.082157067954540253 0.36561214923858643 -0.92713254690170288 0.082176506519317627 0.04419422522187233 -0.86977112293243408 0.49147239327430725" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="8 1 0 -1 8 0 2 -1 9 2 3 -1 9 8 2 -1 10 3 4 -1 10 9 3 -1 11 4 5 -1 11 10 4 -1 12 5 6 -1 12 11 5 -1 7 12 6 -1"> <Coordinate point="-1.0652830600738525 -39.985813140869141 10 -1.0652830600738525 -39.985813140869141 1.6147216558456421 -1.3472082614898682 -39.889614105224609 10.073545455932617 -1.4685993194580078 -39.762428283691406 10.176597595214844 -1.547741174697876 -39.552223205566406 10.350322723388672 -1.5291534662246704 -39.336158752441406 10.532092094421387 -1.4123098850250244 -39.139358520507813 10.700789451599121 -1.4123098850250244 -39.139358520507813 1.6147216558456421 -1.3091855049133301 -39.914909362792969 1.6147216558456421 -1.4380272626876831 -39.803676605224609 1.6147216558456421 -1.5256798267364502 -39.645549774169922 1.6147216558456421 -1.5516396760940552 -39.466655731201172 1.6147216558456421 -1.5121927261352539 -39.290241241455078 1.6147216558456421" /> <Normal vector="-0.026632076129317284 -0.99964529275894165 0 -0.026632202789187431 -0.99964529275894165 0 -0.59038937091827393 -0.80711853504180908 0 -0.8332640528678894 -0.55287522077560425 0 -0.99119353294372559 -0.1324210911989212 0 -0.95407569408416748 0.29956573247909546 0 -0.72068572044372559 0.69326192140579224 0 -0.72068578004837036 0.69326186180114746 0 -0.51414084434509277 -0.85770577192306519 0 -0.77217209339141846 -0.63541346788406372 0 -0.94768059253692627 -0.31922021508216858 0 -0.99925005435943604 0.03872106596827507 0 -0.92013627290725708 0.39159834384918213 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1"> <Coordinate point="-18.176712036132813 -35.631546020507813 9.7185659408569336 -17.973840713500977 -35.684379577636719 9.7410869598388672 -17.766689300537109 -35.64971923828125 9.7596168518066406 -18.203174591064453 -35.618034362792969 9.9853754043579102 -17.771427154541016 -35.647304534912109 9.8079347610473633 -17.990898132324219 -35.676803588867188 9.9095926284790039" /> <Normal vector="-0.45441776514053345 -0.89078867435455322 0 -0.048744060099124908 -0.99779242277145386 0.045103665441274643 0.36561211943626404 -0.92713254690170288 0.08217649906873703 -0.45507937669754028 -0.89045089483261108 0 0.36561211943626404 -0.92713254690170288 0.08217649906873703 -0.049755461513996124 -0.99774575233459473 0.045030608773231506" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 3 0 -1 1 2 0 -1"> <Coordinate point="-32.298873901367188 -23.309667587280273 9.7596168518066406 -31.98912239074707 -23.326194763183594 9.9641256332397461 -31.989681243896484 -23.322052001953125 10.013345718383789 -32.301944732666016 -23.305328369140625 9.8079347610473633" /> <Normal vector="-0.10712651908397675 -0.99084353446960449 0.08217649906873703 -0.10712652653455734 -0.99084353446960449 0.08217649906873703 -0.10712651908397675 -0.99084353446960449 0.08217649906873703 -0.10712651908397675 -0.99084353446960449 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 3 0 2 -1"> <Coordinate point="-21.722745895385742 -23.026926040649414 16.674985885620117 -21.537065505981445 -23.024688720703125 16.571977615356445 -31.989681243896484 -23.322052001953125 10.013345718383789 -31.98912239074707 -23.326194763183594 9.9641256332397461" /> <Normal vector="0.057417713105678558 -0.99496406316757202 0.082157023251056671 0.058979049324989319 -0.9946860671043396 0.084386467933654785 -0.10712651163339615 -0.99084353446960449 0.08217649906873703 -0.10712651163339615 -0.99084353446960449 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 2 -1"> <Coordinate point="-31.98912239074707 -23.326194763183594 9.9641256332397461 -31.920223236083984 -23.835649490356445 3.9111936092376709 -32.298873901367188 -23.309667587280273 9.7596168518066406" /> <Normal vector="-0.10712652653455734 -0.99084353446960449 0.08217649906873703 -0.10712648928165436 -0.99084353446960449 0.082176446914672852 -0.10712651908397675 -0.99084353446960449 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 5 3 -1 6 5 4 -1 2 6 4 -1 1 7 6 -1 0 1 6 -1 0 6 2 -1"> <Coordinate point="-31.98912239074707 -23.326194763183594 9.9641256332397461 -31.920223236083984 -23.835649490356445 3.9111936092376709 -21.537065505981445 -23.024688720703125 16.571977615356445 -3.6030170917510986 -20.246133804321289 7.801386833190918 -12.31749439239502 -22.237890243530273 11.687099456787109 -13.248764038085938 -22.938444137573242 5.6648449897766113 -22.522220611572266 -24.20128059387207 3.2713642120361328 -31.710966110229492 -24.117008209228516 0.78858482837677002" /> <Normal vector="-0.10712652653455734 -0.99084353446960449 0.08217649906873703 -0.10712642967700958 -0.99084353446960449 0.08217649906873703 0.058986656367778778 -0.99468529224395752 0.084390662610530853 0.31626492738723755 -0.94502085447311401 0.083139099180698395 0.19664944708347321 -0.97682976722717285 0.084454804658889771 0.18225923180580139 -0.97961068153381348 0.084525063633918762 0.041193623095750809 -0.99559158086776733 0.084264412522315979 -0.10440459102392197 -0.99112945795059204 0.0822315514087677" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="14 1 2 -1 14 3 10 -1 15 0 1 -1 15 10 9 -1 15 11 0 -1 15 12 11 -1 15 13 12 -1 15 9 13 -1 16 15 1 -1 16 10 15 -1 16 14 10 -1 16 1 14 -1 17 4 3 -1 17 5 4 -1 17 6 5 -1 17 7 6 -1 17 8 7 -1 17 2 8 -1 17 3 14 -1 17 14 2 -1"> <Coordinate point="-13.248764038085938 -22.938444137573242 5.6648449897766113 -22.522220611572266 -24.20128059387207 3.2713642120361328 -31.710966110229492 -24.117008209228516 0.78858482837677002 -30.848569869995117 -24.945354461669922 0.12036652863025665 -31.219064712524414 -24.62272834777832 0.14301876723766327 -31.4306640625 -24.426961898803711 0.23002356290817261 -31.548107147216797 -24.312141418457031 0.32519379258155823 -31.634635925292969 -24.221773147583008 0.44482824206352234 -31.694112777709961 -24.151119232177734 0.60643541812896729 -12.901118278503418 -23.615339279174805 4.8107457160949707 -21.905841827392578 -24.914888381958008 2.5079829692840576 -13.169347763061523 -22.992895126342773 5.3841471672058105 -13.080946922302246 -23.128513336181641 5.1358575820922852 -12.987309455871582 -23.344247817993164 4.9342818260192871 -23.896238327026367 -24.510959625244141 2.3194501399993896 -17.463180541992188 -23.912662506103516 4.014397144317627 -22.193775177001953 -24.415929794311523 2.773094654083252 -31.238975524902344 -24.392671585083008 0.33606049418449402" /> <Normal vector="0.18227139115333557 -0.97960835695266724 0.084525734186172485 0.041202317923307419 -0.99559110403060913 0.084265559911727905 -0.1044049933552742 -0.99112939834594727 0.082231774926185608 -0.26822194457054138 -0.21689467132091522 0.93862330913543701 -0.26022636890411377 -0.51259028911590576 0.81825023889541626 -0.23916767537593842 -0.69314897060394287 0.67995834350585938 -0.21653763949871063 -0.80011981725692749 0.55939227342605591 -0.18798911571502686 -0.88579130172729492 0.42430397868156433 -0.1489570140838623 -0.95483797788619995 0.25709187984466553 -0.16537521779537201 -0.30271351337432861 0.93862432241439819 -0.22776581346988678 -0.25905337929725647 0.93862348794937134 0.10281200706958771 -0.92522209882736206 0.36523109674453735 0.014406400732696056 -0.78955775499343872 0.61350715160369873 -0.079235292971134186 -0.57384592294692993 0.81512123346328735 -0.13556049764156342 -0.76591783761978149 0.62848484516143799 -0.050502359867095947 -0.77791440486907959 0.62633746862411499 -0.11348103731870651 -0.76981180906295776 0.62810170650482178 -0.22701427340507507 -0.74355226755142212 0.62896311283111572" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 15 14 -1 2 16 15 -1 2 17 16 -1 2 10 17 -1 1 9 0 -1 18 3 2 -1 18 4 3 -1 18 5 4 -1 18 6 5 -1 18 7 6 -1 18 8 7 -1 18 9 8 -1 18 11 0 -1 18 12 11 -1 18 13 12 -1 18 14 13 -1 18 2 14 -1 18 0 9 -1"> <Coordinate point="-17.48321533203125 -32.002811431884766 1.2983740568161011 -21.471569061279297 -33.359806060791016 0.12036652863025665 -19.439504623413086 -33.999847412109375 1.6147216558456421 -19.527713775634766 -33.992534637451172 1.3208473920822144 -19.611835479736328 -33.975200653076172 1.1710448265075684 -19.721538543701172 -33.948749542236328 1.0213649272918701 -19.967861175537109 -33.88153076171875 0.76971983909606934 -20.338375091552734 -33.768402099609375 0.50142312049865723 -20.791498184204102 -33.615787506103516 0.2798735499382019 -21.12579345703125 -33.494083404541016 0.1755310446023941 -17.297439575195313 -33.241847991943359 2.2369973659515381 -17.395572662353516 -32.216838836669922 1.2735530138015747 -17.32164192199707 -32.435634613037109 1.3008975982666016 -17.253063201904297 -32.704929351806641 1.4099915027618408 -17.219236373901367 -32.945598602294922 1.5999016761779785 -17.218294143676758 -33.059150695800781 1.7400529384613037 -17.231365203857422 -33.148170471191406 1.8963956832885742 -17.25804328918457 -33.209728240966797 2.0638728141784668 -19.547224044799805 -33.638221740722656 0.80622988939285278" /> <Normal vector="-0.16537711024284363 -0.30270999670028687 0.93862509727478027 -0.18669101595878601 -0.29005646705627441 0.93862330913543701 -0.31596517562866211 0.94877082109451294 -1.3456327678795788E-6 -0.36939263343811035 0.89437276124954224 0.25228247046470642 -0.38624879717826843 0.84384578466415405 0.3724730908870697 -0.39639940857887268 0.77824634313583374 0.4870319664478302 -0.39760243892669678 0.63092541694641113 0.66621720790863037 -0.37191754579544067 0.40817701816558838 0.83370792865753174 -0.31462684273719788 0.1325434148311615 0.93991607427597046 -0.25804942846298218 -0.073718845844268799 0.96331512928009033 -0.35115686058998108 0.93631666898727417 -1.0546782505116425E-6 -0.25299832224845886 -0.088701613247394562 0.96339184045791626 -0.32692733407020569 0.13008049130439758 0.93605422973632813 -0.39555186033248901 0.39943131804466248 0.82703888416290283 -0.42937585711479187 0.64009428024291992 0.63711512088775635 -0.43028885126113892 0.75361460447311401 0.49690696597099304 -0.41720098257064819 0.84259462356567383 0.34055489301681519 -0.39053374528884888 0.90416949987411499 0.17309205234050751 -0.39423534274101257 0.52554178237915039 0.75391268730163574" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="10 3 2 -1 10 4 3 -1 10 5 4 -1 10 6 5 -1 10 7 6 -1 10 8 7 -1 10 9 8 -1 19 23 24 -1 19 24 25 -1 19 26 23 -1 19 18 26 -1 20 21 22 -1 20 25 21 -1 20 19 25 -1 15 1 0 -1 15 2 1 -1 15 12 13 -1 15 13 10 -1 15 10 2 -1 15 0 18 -1 16 12 15 -1 11 12 16 -1 17 11 16 -1 14 11 17 -1 26 18 0 -1"> <Coordinate point="-7.7215452194213867 -20.493265151977539 8.8697471618652344 -7.0708613395690918 -20.270965576171875 8.5250349044799805 -6.6286096572875977 -20.000110626220703 8.2059612274169922 -6.4273085594177246 -19.790390014648438 7.9963421821594238 -6.3530426025390625 -19.669502258300781 7.8860306739807129 -6.3042898178100586 -19.544794082641602 7.7791070938110352 -6.2797889709472656 -19.38532829284668 7.6516904830932617 -6.2958784103393555 -19.22174072265625 7.5312414169311523 -6.3404817581176758 -19.083524703979492 7.437413215637207 -6.4136748313903809 -18.943727493286133 7.3500003814697266 -5.1234302520751953 -19.332626342773438 7.3499999046325684 -2.3660819530487061 -19.859548568725586 7.3499999046325684 -3.2930893898010254 -19.727025985717773 7.3499999046325684 -4.2128777503967285 -19.551258087158203 7.3499999046325684 -0.93216991424560547 -19.978263854980469 7.3499999046325684 -3.6030170917510986 -20.246133804321289 7.801386833190918 -2.7235767841339111 -20.061786651611328 7.5466623306274414 -1.8375024795532227 -19.980951309204102 7.4022049903869629 -12.31749439239502 -22.237890243530273 11.687099456787109 -21.537065505981445 -23.024688720703125 16.571977615356445 -21.722745895385742 -23.026926040649414 16.674985885620117 -22.256978988647461 -22.790042877197266 16.834228515625 -22.000528335571289 -22.96504020690918 16.792268753051758 -22.623773574829102 -22.425968170166016 16.834228515625 -22.502164840698242 -22.54798698425293 16.834228515625 -22.379899978637695 -22.669345855712891 16.834228515625 -15.000831604003906 -21.869516372680664 12.565854072570801" /> <Normal vector="0.22025971114635468 0.58457636833190918 0.78086882829666138 0.20574663579463959 0.58984082937240601 0.78086882829666138 0.19652915000915527 0.59297573566436768 0.78086882829666138 0.19296048581600189 0.59414654970169067 0.78086882829666138 0.19200323522090912 0.59445661306381226 0.78086882829666138 0.19176982343196869 0.59453195333480835 0.78086882829666138 0.19251762330532074 0.59429019689559937 0.78086882829666138 0.1944475919008255 0.59366154670715332 0.78086882829666138 0.19696725904941559 0.59283030033111572 0.78086882829666138 0.20032954216003418 0.59170258045196533 0.78086882829666138 0.16002906858921051 0.60384982824325562 0.78086882829666138 0.073903985321521759 0.6203080415725708 0.78086882829666138 0.10285883396863937 0.6161687970161438 0.78086882829666138 0.13158819079399109 0.61067867279052734 0.78086882829666138 0.029116097837686539 0.6240161657333374 0.78086882829666138 0.1094515398144722 0.615031898021698 0.78086882829666138 0.084037348628044128 0.61901664733886719 0.78086882829666138 0.057207252830266953 0.62207013368606567 0.78086882829666138 0.30268579721450806 0.54646611213684082 0.78086882829666138 0.42674210667610168 0.45621824264526367 0.78086882829666138 0.42867046594619751 0.45440679788589478 0.78086882829666138 0.43646839261054993 0.44692197442054749 0.78086882829666138 0.4321516752243042 0.45109736919403076 0.78086882829666138 0.4436613917350769 0.43978232145309448 0.78086882829666138 0.44127658009529114 0.44217517971992493 0.78086882829666138 0.43887889385223389 0.44455507397651672 0.78086882829666138 0.35335633158683777 0.51515358686447144 0.78086882829666138" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="6 0 1 -1 6 1 2 -1 5 2 3 -1 5 3 4 -1 5 6 2 -1"> <Coordinate point="2.1114706993103027 -21.595829010009766 8.0888767242431641 -5.5900473594665527 -27.3516845703125 5.7657499313354492 -11.196146011352539 -30.56294059753418 4.0513272285461426 -17.297439575195313 -33.241847991943359 2.2369973659515381 -19.439504623413086 -33.999847412109375 1.6147216558456421 -19.439504623413086 -33.999847412109375 10.700789451599121 -10.890826225280762 -30.407411575317383 16.461965560913086" /> <Normal vector="-0.65176522731781006 0.75842076539993286 0 -0.54035574197769165 0.84143668413162231 0 -0.45148208737373352 0.89228016138076782 0 -0.35123416781425476 0.93628764152526855 0 -0.31596061587333679 0.94877231121063232 0 -0.31596061587333679 0.94877231121063232 0 -0.45642450451850891 0.88976216316223145 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="7 5 4 -1 6 5 7 -1 0 7 8 -1 0 6 7 -1 9 0 8 -1 1 9 10 -1 1 10 12 -1 1 0 9 -1 11 1 12 -1 2 1 11 -1 13 3 2 -1 13 2 11 -1 16 15 3 -1 16 3 13 -1 17 16 13 -1 14 17 13 -1"> <Coordinate point="1.4533622264862061 -20.477788925170898 7.1554827690124512 -6.0403757095336914 -26.166152954101563 4.8310432434082031 -11.514734268188477 -29.346061706542969 3.1148240566253662 -17.48321533203125 -32.002811431884766 1.2983740568161011 3.1245567798614502 -19.754421234130859 7.3499999046325684 2.7101333141326904 -19.862625122070313 7.3328580856323242 2.2131624221801758 -20.075599670410156 7.2775206565856934 2.1205174922943115 -19.88726806640625 7.3499999046325684 1.104941725730896 -19.969453811645508 7.3499999046325684 0.086498133838176727 -19.999813079833984 7.3499999046325684 -0.93216991424560547 -19.978263854980469 7.3499999046325684 -12.901118278503418 -23.615339279174805 4.8107457160949707 -6.5697522163391113 -21.962068557739258 6.2755594253540039 -21.905841827392578 -24.914888381958008 2.5079829692840576 -30.848569869995117 -24.945354461669922 0.12036652863025665 -21.471569061279297 -33.359806060791016 0.12036652863025665 -24.890068054199219 -30.893196105957031 0.12036652863025665 -28.027542114257813 -28.077783584594727 0.12036652863025665" /> <Normal vector="0.024420153349637985 -0.34407854080200195 0.93862324953079224 -0.077588744461536407 -0.33610472083091736 0.93862324953079224 -0.1259961724281311 -0.32110956311225891 0.93862324953079224 -0.16537503898143768 -0.30271685123443604 0.93862324953079224 0.053889863193035126 -0.34070849418640137 0.93862324953079224 0.046633418649435043 -0.34177729487419128 0.93862324953079224 0.037798129022121429 -0.34286686778068542 0.93862324953079224 0.03657299280166626 -0.34299972653388977 0.93862324953079224 0.019057152792811394 -0.34441721439361572 0.93862324953079224 0.0014918508240953088 -0.34494081139564514 0.93862324953079224 -0.016077322885394096 -0.34456917643547058 0.93862324953079224 -0.16537502408027649 -0.30271685123443604 0.93862324953079224 -0.098858438432216644 -0.33047452569007874 0.93862324953079224 -0.22776676714420319 -0.25905343890190125 0.93862324953079224 -0.26822203397750854 -0.21689476072788239 0.93862324953079224 -0.18669091165065765 -0.29005670547485352 0.93862324953079224 -0.21641404926776886 -0.26861003041267395 0.93862324953079224 -0.2436937689781189 -0.24413058161735535 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1"> <Coordinate point="-10.890826225280762 -30.407411575317383 16.461965560913086 -19.439504623413086 -33.999847412109375 10.700789451599121 -19.525594711303711 -34.910617828369141 10 -19.730520248413086 -34.694419860839844 10.073545455932617 -19.778902053833008 -34.525386810302734 10.176597595214844 -19.751291275024414 -34.302482604980469 10.350322723388672 -19.634422302246094 -34.119808197021484 10.532092094421387 -18.307992935180664 -35.56427001953125 10 -18.716360092163086 -35.351066589355469 10 -19.122245788574219 -35.133171081542969 10 -17.814634323120117 -35.340423583984375 10.355278968811035 -9.1165151596069336 -30.522914886474609 16.834228515625 -9.6104888916015625 -30.371000289916992 16.834228515625 -9.44610595703125 -30.422529220581055 16.834228515625 -9.2814464569091797 -30.473167419433594 16.834228515625 -10.003381729125977 -30.28593635559082 16.80070686340332 -10.358000755310059 -30.274345397949219 16.71510124206543 -10.633265495300293 -30.314224243164063 16.607866287231445" /> <Normal vector="-0.21674059331417084 -0.60514414310455322 0.76604443788528442 -0.31904831528663635 -0.5580180287361145 0.76604443788528442 -0.31377026438713074 -0.56100279092788696 0.76604443788528442 -0.31775960326194763 -0.55875283479690552 0.76604443788528442 -0.31952199339866638 -0.55774688720703125 0.76604443788528442 -0.32074496150016785 -0.55704450607299805 0.76604443788528442 -0.32060167193412781 -0.55712699890136719 0.76604443788528442 -0.29420375823974609 -0.5715067982673645 0.76604443788528442 -0.30076611042022705 -0.56808066368103027 0.76604443788528442 -0.30728855729103088 -0.56457918882369995 0.76604443788528442 -0.28933835029602051 -0.57398539781570435 0.76604443788528442 -0.18395639955997467 -0.61590254306793213 0.76604443788528442 -0.19392399489879608 -0.61283719539642334 0.76604443788528442 -0.1906069815158844 -0.61387693881988525 0.76604443788528442 -0.18728442490100861 -0.61489874124526978 0.76604443788528442 -0.20159910619258881 -0.61035537719726563 0.76604443788528442 -0.20808018743991852 -0.60817641019821167 0.76604443788528442 -0.21276021003723145 -0.60655504465103149 0.76604443788528442" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1"> <Coordinate point="-31.920223236083984 -23.835649490356445 3.9111936092376709 -32.298873901367188 -23.309667587280273 9.7596168518066406 -32.270030975341797 -23.635675430297852 3.8700993061065674 -32.116226196289063 -23.772186279296875 3.8925406932830811 -32.653484344482422 -23.103029251098633 9.7185659408569336 -32.498405456542969 -23.244087219238281 9.7410869598388672" /> <Normal vector="-0.10713846236467361 -0.99084234237670898 0.082175552845001221 -0.10712650418281555 -0.99084353446960449 0.08217649906873703 -0.80675065517425537 -0.59089201688766479 -1.761414750944823E-6 -0.49977144598960876 -0.86499077081680298 0.044937815517187119 -0.8163372278213501 -0.57757556438446045 2.1136186205694685E-6 -0.50685650110244751 -0.86084961891174316 0.045105002820491791" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1"> <Coordinate point="-32.270030975341797 -23.635675430297852 3.8700993061065674 -32.116226196289063 -23.772186279296875 3.8925406932830811 -31.920223236083984 -23.835649490356445 3.9111936092376709 -32.05950927734375 -23.920450210571289 0.74746906757354736 -31.905834197998047 -24.054859161376953 0.76989656686782837 -31.710966110229492 -24.117008209228516 0.78858482837677002" /> <Normal vector="-0.80675065517425537 -0.59089201688766479 -1.4256916074373294E-6 -0.49976730346679688 -0.86499315500259399 0.044938359409570694 -0.10712061077356339 -0.99084419012069702 0.082176700234413147 -0.80148768424987793 -0.59801125526428223 0 -0.49473732709884644 -0.8678814172744751 0.044909369200468063 -0.1044047549366951 -0.99112945795059204 0.082231543958187103" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="9 7 8 -1 2 12 11 -1 3 12 2 -1 4 13 12 -1 4 12 3 -1 16 15 14 -1 5 14 13 -1 5 13 4 -1 5 16 14 -1 6 16 5 -1 17 0 1 -1 17 8 0 -1 17 10 9 -1 17 9 8 -1 18 17 1 -1 18 10 17 -1 19 1 2 -1 19 11 10 -1 19 18 1 -1 19 10 18 -1 19 2 11 -1"> <Coordinate point="-30.848569869995117 -24.945354461669922 0.12036652863025665 -31.219064712524414 -24.62272834777832 0.14301876723766327 -31.4306640625 -24.426961898803711 0.23002356290817261 -31.548107147216797 -24.312141418457031 0.32519379258155823 -31.634635925292969 -24.221773147583008 0.44482824206352234 -31.694112777709961 -24.151119232177734 0.60643541812896729 -31.710966110229492 -24.117008209228516 0.78858482837677002 -31.103250503540039 -25.151298522949219 -0.34894546866416931 -31.033283233642578 -25.094720840454102 -0.062796890735626221 -31.279865264892578 -24.931306838989258 -0.33237200975418091 -31.444477081298828 -24.723367691040039 -0.28305253386497498 -31.670585632324219 -24.433050155639648 -0.14347457885742188 -31.82879638671875 -24.226591110229492 0.032444573938846588 -31.959089279174805 -24.054450988769531 0.27877166867256165 -32.026023864746094 -23.965261459350586 0.50453120470046997 -32.05950927734375 -23.920450210571289 0.74746906757354736 -31.905834197998047 -24.054859161376953 0.76989656686782837 -31.294315338134766 -24.799919128417969 -0.055577069520950317 -31.371417999267578 -24.710903167724609 -0.037089083343744278 -31.477483749389648 -24.58690071105957 0.003986649215221405" /> <Normal vector="-0.26821750402450562 -0.21690011024475098 0.93862330913543701 -0.2602444589138031 -0.51240140199661255 0.8183627724647522 -0.23931290209293365 -0.69300597906112671 0.6800529956817627 -0.21648804843425751 -0.80022913217544556 0.55925512313842773 -0.18768058717250824 -0.88613379001617432 0.42372506856918335 -0.14905011653900146 -0.95466119050979614 0.25769379734992981 -0.10440424829721451 -0.99112951755523682 0.082231581211090088 -0.77758193016052246 -0.62878161668777466 0 -0.63760870695114136 -0.51568126678466797 0.57230061292648315 -0.78199553489685059 -0.62328404188156128 3.8695606008332106E-7 -0.78611260652542114 -0.61808329820632935 9.5765790320001543E-7 -0.79176366329193115 -0.61082756519317627 6.3739656752659357E-7 -0.79572069644927979 -0.6056637167930603 1.3086064427625388E-6 -0.79897832870483398 -0.6013597846031189 1.281789991480764E-6 -0.80064946413040161 -0.59913307428359985 -6.1432351685652975E-6 -0.8014872670173645 -0.59801185131072998 0 -0.49473702907562256 -0.86788135766983032 0.044913224875926971 -0.61084836721420288 -0.61259442567825317 0.50158977508544922 -0.60246282815933228 -0.64096391201019287 0.47560885548591614 -0.59024375677108765 -0.68010318279266357 0.43482407927513123" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="8 5 4 -1 12 6 5 -1 12 8 9 -1 12 5 8 -1 13 7 6 -1 13 6 12 -1 14 1 0 -1 14 0 7 -1 14 7 13 -1 15 9 10 -1 15 10 11 -1 15 12 9 -1 16 13 12 -1 16 12 15 -1 16 15 11 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 16 11 -1 17 1 14 -1 17 13 16 -1 17 14 13 -1"> <Coordinate point="-21.648834228515625 -33.635219573974609 -0.34894508123397827 -25.095554351806641 -31.148244857788086 -0.34894508123397827 -28.258932113647461 -28.309587478637695 -0.34894508123397827 -31.103250503540039 -25.151298522949219 -0.34894546866416931 -21.471569061279297 -33.359806060791016 0.12036652863025665 -21.543460845947266 -33.471504211425781 0.047019768506288528 -21.600135803222656 -33.559558868408203 -0.062794789671897888 -21.636371612548828 -33.615859985351563 -0.19896338880062103 -24.890068054199219 -30.893196105957031 0.12036652863025665 -28.027542114257813 -28.077783584594727 0.12036652863025665 -30.848569869995117 -24.945354461669922 0.12036652863025665 -31.033283233642578 -25.094720840454102 -0.062796890735626221 -24.973405838012695 -30.996635437011719 0.047019768506288528 -25.039104461669922 -31.078178405761719 -0.062794789671897888 -25.081110000610352 -31.130315780639648 -0.19896338880062103 -28.121387481689453 -28.171794891357422 0.047019768506288528 -28.195365905761719 -28.245906829833984 -0.062794789671897888 -28.242666244506836 -28.293291091918945 -0.19896338880062103" /> <Normal vector="-0.54122084379196167 -0.84088051319122314 0 -0.62738889455795288 -0.7787061333656311 0 -0.70647329092025757 -0.70773965120315552 0 -0.77758127450942993 -0.62878245115280151 -7.596099180773308E-7 -0.18669091165065765 -0.29005670547485352 0.93862324953079224 -0.3304760754108429 -0.51345193386077881 0.79192972183227539 -0.44382485747337341 -0.68955892324447632 0.57230061292648315 -0.51629799604415894 -0.80215853452682495 0.29996341466903687 -0.21641404926776886 -0.26861003041267395 0.93862324953079224 -0.2436937689781189 -0.24413058161735535 0.93862324953079224 -0.26822209358215332 -0.21689482033252716 0.93862318992614746 -0.63765096664428711 -0.51562941074371338 0.5723002552986145 -0.38309133052825928 -0.47548747062683105 0.79192972183227539 -0.51448643207550049 -0.63857322931289673 0.57230061292648315 -0.59849804639816284 -0.7428472638130188 0.29996341466903687 -0.43138125538825989 -0.43215450644493103 0.79192972183227539 -0.57933914661407471 -0.58037763833999634 0.57230061292648315 -0.67394071817398071 -0.67514878511428833 0.29996341466903687" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1"> <Coordinate point="-19.439504623413086 -33.999847412109375 1.6147216558456421 -19.527713775634766 -33.992534637451172 1.3208473920822144 -19.611835479736328 -33.975200653076172 1.1710448265075684 -19.721538543701172 -33.948749542236328 1.0213649272918701 -19.967861175537109 -33.88153076171875 0.76971983909606934 -20.338375091552734 -33.768402099609375 0.50142312049865723 -20.791498184204102 -33.615787506103516 0.2798735499382019 -21.12579345703125 -33.494083404541016 0.1755310446023941 -21.471569061279297 -33.359806060791016 0.12036652863025665 -19.525594711303711 -34.910617828369141 1.6147216558456421 -19.708608627319336 -34.734489440917969 1.6147216558456421 -19.770999908447266 -34.576118469238281 1.6147216558456421 -19.775129318237305 -34.395374298095703 1.6147216558456421 -19.714977264404297 -34.224906921386719 1.6147216558456421 -19.598066329956055 -34.087032318115234 1.6147216558456421 -19.559892654418945 -34.891410827636719 1.3047875165939331 -19.679965972900391 -34.823825836181641 0.95060992240905762 -19.872951507568359 -34.714057922363281 0.62020200490951538 -20.102851867675781 -34.581428527832031 0.34701845049858093 -20.357700347900391 -34.432018280029297 0.12175720185041428 -20.726137161254883 -34.211505889892578 -0.11170019209384918 -21.172536849975586 -33.937053680419922 -0.28449192643165588 -21.648834228515625 -33.635219573974609 -0.34894508123397827 -21.543460845947266 -33.471504211425781 0.047019768506288528 -21.600135803222656 -33.559558868408203 -0.062794789671897888 -21.636371612548828 -33.615859985351563 -0.19896338880062103 -20.366235733032227 -34.207241058349609 0.51479113101959229 -19.814395904541016 -34.666229248046875 1.1368509531021118 -19.875370025634766 -34.635295867919922 0.99574267864227295 -19.68385124206543 -34.157711029052734 1.4813913106918335 -19.956449508666992 -34.593082427978516 0.84713196754455566 -19.955244064331055 -34.384437561035156 1.025687575340271 -19.800355911254883 -34.159557342529297 1.2038706541061401 -20.048280715942383 -34.544281005859375 0.70894688367843628 -19.839254379272461 -34.151466369628906 1.1342380046844482 -19.886123657226563 -34.140331268310547 1.0596166849136353 -20.205419540405273 -34.042659759521484 0.68707424402236938 -20.847024917602539 -33.969738006591797 0.17280465364456177 -21.045278549194336 -33.865798950195313 0.078368827700614929 -21.211101531982422 -33.776565551757813 0.01726202480494976 -19.820243835449219 -34.419963836669922 1.3433037996292114 -19.872428894042969 -34.413291931152344 1.1953221559524536" /> <Normal vector="-0.31596073508262634 0.94877225160598755 0 -0.36935198307037354 0.89446288347244263 0.25202241539955139 -0.3861251175403595 0.84383797645568848 0.37261888384819031 -0.39638209342956543 0.77822864055633545 0.48707437515258789 -0.39777854084968567 0.63090765476226807 0.66612899303436279 -0.37191909551620483 0.40819022059440613 0.83370071649551392 -0.31463325023651123 0.13244186341762543 0.93992823362350464 -0.25814783573150635 -0.073691055178642273 0.96329087018966675 -0.18669109046459198 -0.29005655646324158 0.93862324953079224 -0.48813986778259277 -0.87276542186737061 0 -0.85386449098587036 -0.52049535512924194 2.4039525214902824E-6 -0.97900760173797607 -0.2038237452507019 2.1098726392665412E-6 -0.98748373985290527 0.15772078931331635 1.925837295857491E-6 -0.86677545309066772 0.4986986517906189 -2.6324560167267919E-6 -0.63280493021011353 0.77431124448776245 8.0439431258128025E-6 -0.48899742960929871 -0.87228524684906006 -7.7513850555988029E-6 -0.49199706315994263 -0.87059688568115234 4.3666054807545152E-6 -0.49682390689849854 -0.8678513765335083 4.1732710087671876E-6 -0.50257414579391479 -0.86453408002853394 -1.146147724284674E-6 -0.50894337892532349 -0.86080002784729004 -1.1147271834488492E-6 -0.51814788579940796 -0.85529106855392456 2.8476181341829943E-6 -0.52932250499725342 -0.84842073917388916 -3.0151838927849894E-6 -0.54122084379196167 -0.84088051319122314 0 -0.33047613501548767 -0.51345193386077881 0.79192966222763062 -0.44382494688034058 -0.68955880403518677 0.57230061292648315 -0.51629793643951416 -0.80215853452682495 0.29996359348297119 -0.71755778789520264 -0.29835966229438782 0.62935864925384521 -0.82819199562072754 -0.51741635799407959 0.21535614132881165 -0.8026050329208374 -0.53891998529434204 0.25571542978286743 -0.77050065994262695 0.61390745639801025 0.17159952223300934 -0.77419137954711914 -0.56282734870910645 0.28957384824752808 -0.87649232149124146 -0.08592512458562851 0.47368559241294861 -0.75956863164901733 0.4730948805809021 0.44635936617851257 -0.74715185165405273 -0.5858008861541748 0.31400871276855469 -0.74694210290908813 0.43812471628189087 0.50012427568435669 -0.7319222092628479 0.3986833393573761 0.55257713794708252 -0.63992559909820557 0.1735360324382782 0.74858564138412476 -0.59388023614883423 -0.47259929776191711 0.6511191725730896 -0.55131387710571289 -0.53417551517486572 0.64086621999740601 -0.51781994104385376 -0.58281999826431274 0.62624543905258179 -0.95956242084503174 0.042445298284292221 0.27827745676040649 -0.92427080869674683 -0.022805463522672653 0.38105559349060059" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1"> <Coordinate point="-32.197589874267578 -23.013519287109375 10.355278968811035 -32.11865234375 -23.22197151184082 10.217992782592773 -31.989681243896484 -23.322052001953125 10.013345718383789 -32.301944732666016 -23.305328369140625 9.8079347610473633 -32.509983062744141 -23.229452133178711 9.9095926284790039 -32.670635223388672 -23.078767776489258 9.9853754043579102 -32.73846435546875 -22.982450485229492 10" /> <Normal vector="-0.52294069528579712 -0.37377658486366272 0.76604443788528442 -0.36507126688957214 -0.79068207740783691 0.49147206544876099 -0.10712651908397675 -0.99084353446960449 0.08217649906873703 -0.10712651908397675 -0.99084353446960449 0.08217649906873703 -0.32147097587585449 -0.84948605298995972 0.41836565732955933 -0.47817885875701904 -0.55734694004058838 0.67875576019287109 -0.52609723806381226 -0.36932083964347839 0.7660442590713501" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1"> <Coordinate point="-32.197589874267578 -23.013519287109375 10.355278968811035 -22.256978988647461 -22.790042877197266 16.834228515625 -22.000528335571289 -22.96504020690918 16.792268753051758 -21.722745895385742 -23.026926040649414 16.674985885620117 -31.989681243896484 -23.322052001953125 10.013345718383789 -32.11865234375 -23.22197151184082 10.217992782592773" /> <Normal vector="-0.52294069528579712 -0.37377661466598511 0.76604443788528442 -0.44911074638366699 -0.45986655354499817 0.76604324579238892 -0.22790662944316864 -0.84042841196060181 0.49166926741600037 0.057418026030063629 -0.99496400356292725 0.082157067954540253 -0.10712649673223495 -0.99084353446960449 0.082176506519317627 -0.36507073044776917 -0.79068213701248169 0.49147239327430725" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 2 8 -1 3 8 9 -1 4 9 10 -1 4 3 9 -1 5 10 11 -1 5 4 10 -1 6 11 12 -1 6 5 11 -1 7 12 1 -1 7 6 12 -1 0 7 1 -1"> <Coordinate point="-19.439504623413086 -33.999847412109375 1.6147216558456421 -19.439504623413086 -33.999847412109375 10.700789451599121 -19.525594711303711 -34.910617828369141 1.6147216558456421 -19.708608627319336 -34.734489440917969 1.6147216558456421 -19.770999908447266 -34.576118469238281 1.6147216558456421 -19.775129318237305 -34.395374298095703 1.6147216558456421 -19.714977264404297 -34.224906921386719 1.6147216558456421 -19.598066329956055 -34.087032318115234 1.6147216558456421 -19.525594711303711 -34.910617828369141 10 -19.730520248413086 -34.694419860839844 10.073545455932617 -19.778902053833008 -34.525386810302734 10.176597595214844 -19.751291275024414 -34.302482604980469 10.350322723388672 -19.634422302246094 -34.119808197021484 10.532092094421387" /> <Normal vector="-0.31596073508262634 0.94877225160598755 0 -0.31596052646636963 0.94877231121063232 0 -0.48813986778259277 -0.87276542186737061 0 -0.85384482145309448 -0.52052766084671021 0 -0.9790157675743103 -0.20378446578979492 0 -0.98747849464416504 0.157753586769104 0 -0.86679744720458984 0.49866041541099548 0 -0.63275539875030518 0.77435171604156494 0 -0.48813986778259277 -0.87276542186737061 0 -0.89785051345825195 -0.44030037522315979 0 -0.99475258588790894 -0.10230956226587296 0 -0.93919742107391357 0.34337756037712097 0 -0.70557689666748047 0.70863336324691772 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1"> <Coordinate point="-32.653484344482422 -23.103029251098633 9.7185659408569336 -32.498405456542969 -23.244087219238281 9.7410869598388672 -32.298873901367188 -23.309667587280273 9.7596168518066406 -32.670635223388672 -23.078767776489258 9.9853754043579102 -32.301944732666016 -23.305328369140625 9.8079347610473633 -32.509983062744141 -23.229452133178711 9.9095926284790039" /> <Normal vector="-0.81633710861206055 -0.57757574319839478 0 -0.50685799121856689 -0.86084878444671631 0.045103665441274643 -0.10712651908397675 -0.99084353446960449 0.08217649906873703 -0.81676590442657471 -0.57696914672851563 0 -0.10712652653455734 -0.99084353446960449 0.08217649906873703 -0.5077318549156189 -0.86033749580383301 0.045030608773231506" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 3 0 -1 1 2 0 -1"> <Coordinate point="-39.431774139404297 -5.6296510696411133 9.7596168518066406 -39.165184020996094 -5.7882342338562012 9.9641256332397461 -39.163753509521484 -5.7843055725097656 10.013345718383789 -39.432479858398438 -5.6243801116943359 9.8079347610473633" /> <Normal vector="-0.55532377958297729 -0.82756423950195313 0.08217649906873703 -0.55532377958297729 -0.82756417989730835 0.08217649906873703 -0.55532377958297729 -0.82756423950195313 0.08217649906873703 -0.55532377958297729 -0.82756423950195313 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 3 0 2 -1"> <Coordinate point="-29.93568229675293 -10.294266700744629 16.674985885620117 -29.770231246948242 -10.378575325012207 16.571977615356445 -39.163753509521484 -5.7843055725097656 10.013345718383789 -39.165184020996094 -5.7882342338562012 9.9641256332397461" /> <Normal vector="-0.41154196858406067 -0.9076802134513855 0.082157023251056671 -0.4100303053855896 -0.90815973281860352 0.084386467933654785 -0.55532377958297729 -0.82756423950195313 0.08217649906873703 -0.55532377958297729 -0.82756423950195313 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 2 -1"> <Coordinate point="-39.165184020996094 -5.7882342338562012 9.9641256332397461 -39.340930938720703 -6.2713522911071777 3.9111936092376709 -39.431774139404297 -5.6296510696411133 9.7596168518066406" /> <Normal vector="-0.55532377958297729 -0.82756417989730835 0.08217649906873703 -0.55532377958297729 -0.82756423950195313 0.082176446914672852 -0.55532377958297729 -0.82756423950195313 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 5 3 -1 6 5 4 -1 2 6 4 -1 1 7 6 -1 0 1 6 -1 0 6 2 -1"> <Coordinate point="-39.165184020996094 -5.7882342338562012 9.9641256332397461 -39.340930938720703 -6.2713522911071777 3.9111936092376709 -29.770231246948242 -10.378575325012207 16.571977615356445 -12.599161148071289 -16.252656936645508 7.801386833190918 -21.241062164306641 -13.966448783874512 11.687099456787109 -24.247211456298828 -13.594618797302246 5.1897010803222656 -31.874765396118164 -10.652112007141113 3.0711467266082764 -39.286399841308594 -6.617729663848877 0.78858554363250732" /> <Normal vector="-0.55532377958297729 -0.82756417989730835 0.08217649906873703 -0.55532371997833252 -0.82756423950195313 0.08217649906873703 -0.41002321243286133 -0.90816253423690796 0.084390662610530853 -0.1591343879699707 -0.98375004529953003 0.083139099180698395 -0.27983099222183228 -0.95632737874984741 0.084454804658889771 -0.32081723213195801 -0.94335442781448364 0.08460940420627594 -0.43688943982124329 -0.89556896686553955 0.084165565669536591 -0.55304652452468872 -0.82908236980438232 0.0822315514087677" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 11 10 -1 15 12 11 -1 15 7 12 -1 16 8 7 -1 16 15 10 -1 16 7 15 -1 17 10 13 -1 17 8 16 -1 17 16 10 -1 18 17 13 -1 18 8 17 -1 19 13 14 -1 20 9 8 -1 20 8 18 -1 20 18 13 -1 20 13 19 -1 20 19 9 -1 21 19 14 -1 21 9 19 -1 22 0 9 -1 22 14 6 -1 22 9 21 -1 22 21 14 -1 23 1 0 -1 23 2 1 -1 23 3 2 -1 23 4 3 -1 23 5 4 -1 23 6 5 -1 23 0 22 -1 23 22 6 -1"> <Coordinate point="-38.907737731933594 -7.7519683837890625 0.12036637216806412 -39.085865020751953 -7.2941045761108398 0.14302957057952881 -39.182193756103516 -7.022606372833252 0.22994577884674072 -39.232318878173828 -6.8680133819580078 0.32378581166267395 -39.267459869384766 -6.7460989952087402 0.44471427798271179 -39.287319183349609 -6.6558051109313965 0.60636419057846069 -39.286399841308594 -6.617729663848877 0.78858554363250732 -10.109758377075195 -17.256673812866211 7.3499999046325684 -19.207281112670898 -15.729296684265137 5.5764446258544922 -29.098903656005859 -12.65986156463623 3.0379197597503662 -12.599161148071289 -16.252656936645508 7.801386833190918 -11.735133171081543 -16.497995376586914 7.5467410087585449 -10.912457466125488 -16.838403701782227 7.4021811485290527 -24.247211456298828 -13.594618797302246 5.1897010803222656 -31.874765396118164 -10.652112007141113 3.0711467266082764 -13.112739562988281 -16.393678665161133 7.1660041809082031 -14.688454627990723 -16.138490676879883 6.8634920120239258 -17.947980880737305 -15.50371265411377 6.1715149879455566 -21.470758438110352 -14.647032737731934 5.3399806022644043 -29.087120056152344 -12.108800888061523 3.3191177845001221 -26.582561492919922 -13.05562686920166 4.0125246047973633 -30.41502571105957 -11.55820369720459 2.9412362575531006 -35.311012268066406 -9.2112064361572266 1.4896161556243896 -38.996597290039063 -7.0811529159545898 0.33605587482452393" /> <Normal vector="-0.33829519152641296 -0.067402951419353485 0.93862301111221313 -0.46863791346549988 -0.33295658230781555 0.81824105978012085 -0.53386121988296509 -0.50249958038330078 0.68006348609924316 -0.5632789134979248 -0.60656338930130005 0.56106835603713989 -0.57809907197952271 -0.6968846321105957 0.42444464564323425 -0.5756382942199707 -0.77621251344680786 0.25716662406921387 -0.55304920673370361 -0.82908070087432861 0.082230128347873688 -0.17436537146568298 -0.29762929677963257 0.93862318992614746 -0.26687514781951904 -0.21854951977729797 0.93862330913543701 -0.31630656123161316 -0.13761135935783386 0.93862307071685791 -0.15910281240940094 -0.98375493288040161 0.083141401410102844 -0.19650167226791382 -0.85532647371292114 0.47937843203544617 -0.1975361555814743 -0.62234306335449219 0.75740909576416016 -0.32080778479576111 -0.9433588981628418 0.084595367312431335 -0.43688568472862244 -0.89557152986526489 0.084157764911651611 -0.22788944840431213 -0.75497418642044067 0.61488240957260132 -0.25143080949783325 -0.74607235193252563 0.61656999588012695 -0.29713055491447449 -0.72626268863677979 0.61988383531570435 -0.34324401617050171 -0.7028997540473938 0.62298917770385742 -0.43602541089057922 -0.64511221647262573 0.62746477127075195 -0.40630757808685303 -0.66529279947280884 0.62633824348449707 -0.45150202512741089 -0.63392335176467896 0.62792283296585083 -0.50685238838195801 -0.58957064151763916 0.62889355421066284 -0.54655802249908447 -0.55288434028625488 0.62896203994750977" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="22 15 0 -1 23 1 2 -1 23 14 13 -1 24 5 4 -1 24 6 5 -1 24 7 6 -1 24 8 7 -1 24 9 8 -1 24 10 9 -1 24 11 10 -1 24 3 11 -1 25 0 1 -1 25 16 15 -1 25 17 16 -1 25 18 17 -1 25 22 0 -1 25 15 22 -1 26 25 13 -1 26 18 25 -1 27 19 18 -1 27 18 26 -1 27 26 13 -1 28 13 12 -1 28 20 19 -1 28 21 20 -1 28 12 21 -1 28 19 27 -1 28 27 13 -1 29 25 1 -1 29 13 25 -1 29 23 13 -1 29 1 23 -1 30 23 2 -1 30 14 23 -1 31 2 3 -1 31 4 14 -1 31 3 24 -1 31 24 4 -1 31 14 30 -1 31 30 2 -1"> <Coordinate point="-10.556084632873535 -19.322782516479492 6.608314037322998 -20.740388870239258 -20.582778930664063 3.9616093635559082 -27.559698104858398 -20.481479644775391 2.0811610221862793 -34.515205383300781 -19.560306549072266 0.12036652863025665 -33.013343811035156 -21.071382522583008 1.6147216558456421 -33.088054656982422 -21.023910522460938 1.3208339214324951 -33.154491424560547 -20.969465255737305 1.1710255146026611 -33.239341735839844 -20.895053863525391 1.0213394165039063 -33.426204681396484 -20.721067428588867 0.76970899105072021 -33.701675415039063 -20.448745727539063 0.50144243240356445 -34.031959533691406 -20.103044509887695 0.27989250421524048 -34.271419525146484 -19.839912414550781 0.17553773522377014 -10.529485702514648 -20.606899261474609 7.5469374656677246 -20.100412368774414 -21.788724899291992 5.125370979309082 -26.491893768310547 -21.777521133422852 3.4076559543609619 -10.50296688079834 -19.552116394042969 6.573798656463623 -10.462234497070313 -19.785564422607422 6.5944123268127441 -10.431675910949707 -20.070541381835938 6.6996726989746094 -10.428457260131836 -20.321208953857422 6.8911466598510742 -10.440126419067383 -20.43684196472168 7.0344462394714355 -10.461381912231445 -20.524837493896484 7.1952176094055176 -10.491517066955566 -20.582164764404297 7.3680238723754883 -10.556098937988281 -19.322807312011719 6.6083102226257324 -23.289976119995117 -21.486484527587891 3.4614241123199463 -32.934307098388672 -20.702154159545898 0.8080064058303833 -15.035823822021484 -20.947587966918945 5.6381864547729492 -15.043832778930664 -21.038034439086914 5.7134771347045898 -15.055509567260742 -21.119102478027344 5.7983722686767578 -15.075630187988281 -21.207742691040039 5.9197163581848145 -20.336315155029297 -21.418491363525391 4.2544221878051758 -26.968914031982422 -21.371322631835938 2.4592607021331787 -30.205957412719727 -21.083078384399414 1.5669711828231812" /> <Normal vector="-0.16537182033061981 -0.30273586511611938 0.93861770629882813 -0.24484153091907501 -0.24298033118247986 0.93862301111221313 -0.27686002850532532 -0.20575384795665741 0.93862336874008179 -0.30010265111923218 -0.17007255554199219 0.93862330913543701 0.16114282608032227 0.98693108558654785 -1.2525315469247289E-6 0.08855167031288147 0.96359044313430786 0.25229361653327942 0.050143305212259293 0.9266812801361084 0.37248820066452026 0.010667708702385426 0.87330842018127441 0.48705092072486877 -0.058857355266809464 0.74342501163482666 0.66622447967529297 -0.13962118327617645 0.53427970409393311 0.83369725942611694 -0.21698543429374695 0.26360291242599487 0.93990999460220337 -0.26274725794792175 0.054662212729454041 0.96331506967544556 -0.19196681678295136 0.98140144348144531 2.2457568320533028E-6 -0.049539301544427872 0.99877220392227173 3.883805220539216E-6 0.053750872611999512 0.99855434894561768 -2.2401686692319345E-6 -0.21847128868103027 -0.073425844311714172 0.97307705879211426 -0.25920313596725464 0.16001090407371521 0.95247584581375122 -0.28979715704917908 0.44506159424781799 0.84731209278106689 -0.29301044344902039 0.69573026895523071 0.65582334995269775 -0.28131729364395142 0.81132513284683228 0.51245695352554321 -0.26004922389984131 0.89927816390991211 0.35167205333709717 -0.22992239892482758 0.95662802457809448 0.17888112366199493 -0.16537661850452423 -0.30271813273429871 0.93862253427505493 -0.20396232604980469 0.62135875225067139 0.75651347637176514 -0.10491517186164856 0.64854311943054199 0.75391286611557007 -0.27084928750991821 0.5840529203414917 0.76519465446472168 -0.26283213496208191 0.67449551820755005 0.68990945816040039 -0.25115466117858887 0.75557655096054077 0.60500037670135498 -0.23103588819503784 0.84421390295028687 0.48365828394889832 -0.23062694072723389 0.60925555229187012 0.75869554281234741 -0.16779111325740814 0.63405901193618774 0.75486111640930176 -0.1340952068567276 0.64287692308425903 0.75414043664932251" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1"> <Coordinate point="-14.482619285583496 -13.793249130249023 7.3499999046325684 -14.500453948974609 -14.066015243530273 7.5115046501159668 -14.596597671508789 -14.290960311889648 7.6921844482421875 -14.773444175720215 -14.469204902648926 7.8930368423461914 -15.022151947021484 -14.590854644775391 8.1034231185913086 -15.237703323364258 -14.642438888549805 8.2561149597167969 -15.476469993591309 -14.664876937866211 8.4067001342773438 -15.924602508544922 -14.640978813171387 8.6557435989379883 -16.360784530639648 -14.557503700256348 8.8697471618652344 -13.520892143249512 -14.737214088439941 7.3499999046325684 -11.324254035949707 -16.485183715820313 7.3499999046325684 -12.083492279052734 -15.937039375305176 7.3499999046325684 -12.816240310668945 -15.35395622253418 7.3499999046325684 -10.109758377075195 -17.256673812866211 7.3499999046325684 -12.599161148071289 -16.252656936645508 7.801386833190918 -11.735133171081543 -16.497995376586914 7.5467410087585449 -10.912457466125488 -16.838403701782227 7.4021811485290527 -21.241062164306641 -13.966448783874512 11.687099456787109 -29.770231246948242 -10.378575325012207 16.571977615356445 -29.93568229675293 -10.294266700744629 16.674985885620117 -30.298637390136719 -9.8362464904785156 16.834228515625 -30.152885437011719 -10.110377311706543 16.792268753051758 -30.4542236328125 -9.3434171676635742 16.834228515625 -30.403249740600586 -9.5079736709594727 16.834228515625 -30.351387023925781 -9.6722517013549805 16.834228515625 -23.44584846496582 -12.393260955810547 12.565854072570801" /> <Normal vector="0.45236101746559143 0.43082877993583679 0.78086882829666138 0.44839203357696533 0.43495804071426392 0.78086882829666138 0.44637471437454224 0.43702805042266846 0.78086882829666138 0.44629767537117004 0.43710672855377197 0.78086882829666138 0.44811207056045532 0.43524646759033203 0.78086882829666138 0.45043668150901794 0.4328402578830719 0.78086882829666138 0.45345577597618103 0.42967632412910461 0.78086882829666138 0.45987135171890259 0.42280283570289612 0.78086882829666138 0.46669650077819824 0.41525688767433167 0.78086882829666138 0.42232170701026917 0.46031323075294495 0.78086882829666138 0.35371026396751404 0.51491063833236694 0.78086882829666138 0.37742489576339722 0.49778947234153748 0.78086882829666138 0.40031209588050842 0.47957703471183777 0.78086882829666138 0.31577578186988831 0.53900796175003052 0.78086882829666138 0.38273411989212036 0.49371904134750366 0.78086882829666138 0.36209172010421753 0.50905156135559082 0.78086882829666138 0.33973976969718933 0.52423352003097534 0.78086882829666138 0.52197045087814331 0.34320661425590515 0.78086882829666138 0.58987653255462646 0.20564424991607666 0.78086882829666138 0.59074223041534424 0.2031441330909729 0.78086882829666138 0.59416854381561279 0.19289277493953705 0.78086882829666138 0.59228670597076416 0.19859598577022552 0.78086882829666138 0.59721964597702026 0.18322816491127014 0.78086882829666138 0.59622007608413696 0.18645521998405457 0.78086882829666138 0.5952029824256897 0.18967677652835846 0.78086882829666138 0.55228531360626221 0.29193294048309326 0.78086882829666138" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="6 0 1 -1 6 1 2 -1 6 2 3 -1 5 3 4 -1 5 6 3 -1"> <Coordinate point="-8.1664667129516602 -20.103404998779297 8.0888767242431641 -10.529485702514648 -20.606899261474609 7.5469374656677246 -20.100412368774414 -21.788724899291992 5.125370979309082 -26.491893768310547 -21.777521133422852 3.4076559543609619 -33.013343811035156 -21.071382522583008 1.6147216558456421 -33.013343811035156 -21.071382522583008 10.700789451599121 -23.774375915527344 -21.86320686340332 16.461965560913086" /> <Normal vector="-0.22465375065803528 0.97443866729736328 0 -0.19197623431682587 0.98139959573745728 0 -0.049369636923074722 0.99878054857254028 0 0.053620163351297379 0.99856138229370117 0 0.16114722192287445 0.98693037033081055 0 0.16114722192287445 0.98693037033081055 0 0.0093492427840828896 0.99995630979537964 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 3 2 -1 4 3 5 -1 0 5 6 -1 0 4 5 -1 7 0 6 -1 1 7 8 -1 1 0 7 -1 9 1 8 -1 15 1 9 -1 16 15 9 -1 10 16 9 -1 12 16 10 -1 13 12 10 -1 14 13 10 -1 11 14 10 -1"> <Coordinate point="-8.2296123504638672 -18.807594299316406 7.1554827690124512 -10.556084632873535 -19.322782516479492 6.608314037322998 -6.4136748313903809 -18.943727493286133 7.3500003814697266 -6.8308720588684082 -18.846931457519531 7.3328690528869629 -7.3695645332336426 -18.804599761962891 7.2775592803955078 -7.3644495010375977 -18.594755172729492 7.3499999046325684 -8.3018913269042969 -18.195566177368164 7.3499999046325684 -9.2177867889404297 -17.749153137207031 7.3499999046325684 -10.109758377075195 -17.256673812866211 7.3499999046325684 -19.207281112670898 -15.729296684265137 5.5764446258544922 -29.098903656005859 -12.65986156463623 3.0379197597503662 -38.907737731933594 -7.7519683837890625 0.12036637216806412 -34.515205383300781 -19.560306549072266 0.12036652863025665 -36.395843505859375 -15.787575721740723 0.12036652863025665 -37.865554809570313 -11.836592674255371 0.12036652863025665 -20.740388870239258 -20.582778930664063 3.9616093635559082 -27.559698104858398 -20.481479644775391 2.0811610221862793" /> <Normal vector="-0.13827824592590332 -0.31601506471633911 0.93862324953079224 -0.1653750091791153 -0.30271688103675842 0.93862324953079224 -0.11061795055866241 -0.3267262876033783 0.93862324953079224 -0.11753934621810913 -0.324300616979599 0.93862324953079224 -0.12586387991905212 -0.32116144895553589 0.93862324953079224 -0.12701614201068878 -0.32070749998092651 0.93862324953079224 -0.14318439364433289 -0.31382259726524353 0.93862324953079224 -0.15898102521896362 -0.30612322688102722 0.93862324953079224 -0.17436504364013672 -0.29762935638427734 0.93862324953079224 -0.26687490940093994 -0.2185501754283905 0.93862324953079224 -0.31630539894104004 -0.13761283457279205 0.93862324953079224 -0.33829483389854431 -0.067401781678199768 0.93862324953079224 -0.30010268092155457 -0.17007286846637726 0.93862324953079224 -0.3164544403553009 -0.1372697502374649 0.93862324953079224 -0.32923325896263123 -0.10291676223278046 0.93862324953079224 -0.24484080076217651 -0.24298019707202911 0.93862324953079224 -0.27686053514480591 -0.20575381815433502 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1"> <Coordinate point="-23.774375915527344 -21.86320686340332 16.461965560913086 -33.013343811035156 -21.071382522583008 10.700789451599121 -33.512828826904297 -21.837820053100586 10 -33.593807220458984 -21.551151275634766 10.073545455932617 -33.558094024658203 -21.378999710083008 10.176597595214844 -33.430057525634766 -21.1944580078125 10.350322723388672 -33.241683959960938 -21.087017059326172 10.532092094421387 -32.73846435546875 -22.982450485229492 10 -33.000972747802734 -22.603887557983398 10 -33.259105682373047 -22.222328186035156 10 -32.197589874267578 -23.013519287109375 10.355278968811035 -22.256978988647461 -22.790042877197266 16.834228515625 -22.623773574829102 -22.425968170166016 16.834228515625 -22.502164840698242 -22.54798698425293 16.834228515625 -22.379899978637695 -22.669345855712891 16.834228515625 -22.932138442993164 -22.168056488037109 16.800704956054688 -23.240749359130859 -21.992996215820313 16.715099334716797 -23.503011703491211 -21.900386810302734 16.607864379882813" /> <Normal vector="-0.47313877940177917 -0.4351041316986084 0.76604443788528442 -0.54182714223861694 -0.34583127498626709 0.76604443788528442 -0.53854078054428101 -0.35092699527740479 0.76604443788528442 -0.54102754592895508 -0.34708082675933838 0.76604443788528442 -0.54212057590484619 -0.3453710675239563 0.76604443788528442 -0.54287701845169067 -0.34418079257011414 0.76604443788528442 -0.54278850555419922 -0.34432041645050049 0.76604443788528442 -0.52609694004058838 -0.36932083964347839 0.76604443788528442 -0.53031539916992188 -0.36323747038841248 0.76604443788528442 -0.53446352481842041 -0.35710591077804565 0.76604443788528442 -0.52294069528579712 -0.37377658486366272 0.76604443788528442 -0.44910949468612671 -0.45986583828926086 0.76604443788528442 -0.45651081204414368 -0.45251938700675964 0.76604443788528442 -0.45405694842338562 -0.45498153567314148 0.76604443788528442 -0.45158982276916504 -0.4574303925037384 0.76604443788528442 -0.46215355396270752 -0.44675496220588684 0.76604443788528442 -0.46687960624694824 -0.44181370735168457 0.76604443788528442 -0.47027000784873962 -0.43820318579673767 0.76604443788528442" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1"> <Coordinate point="-39.340930938720703 -6.2713522911071777 3.9111936092376709 -39.431774139404297 -5.6296510696411133 9.7596168518066406 -39.5577392578125 -5.9317212104797363 3.8700993061065674 -39.484992980957031 -6.1240701675415039 3.8925406932830811 -39.649738311767578 -5.2818851470947266 9.7185659408569336 -39.577972412109375 -5.478856086730957 9.7410869598388672" /> <Normal vector="-0.55533379316329956 -0.82755756378173828 0.082175552845001221 -0.55532377958297729 -0.82756423950195313 0.08217649906873703 -0.98894345760345459 -0.14829319715499878 -1.7611315570320585E-6 -0.84450691938400269 -0.53365594148635864 0.044937815517187119 -0.99124348163604736 -0.13204692304134369 2.1136493160156533E-6 -0.84885591268539429 -0.52669650316238403 0.045105002820491791" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1"> <Coordinate point="-39.5577392578125 -5.9317212104797363 3.8700993061065674 -39.484992980957031 -6.1240701675415039 3.8925406932830811 -39.340930938720703 -6.2713522911071777 3.9111936092376709 -39.503673553466797 -6.2817096710205078 0.74746978282928467 -39.430065155029297 -6.4721403121948242 0.76989728212356567 -39.286399841308594 -6.617729663848877 0.78858554363250732" /> <Normal vector="-0.98894345760345459 -0.1482931524515152 -1.4253261042540544E-6 -0.84450435638427734 -0.53365993499755859 0.044938359409570694 -0.55531883239746094 -0.82756751775741577 0.082176700234413147 -0.98759180307388306 -0.1570427417755127 0 -0.84139275550842285 -0.53855490684509277 0.044909369200468063 -0.55304664373397827 -0.82908225059509277 0.082231543958187103" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="9 7 8 -1 2 12 11 -1 3 12 2 -1 4 13 12 -1 4 12 3 -1 16 15 14 -1 5 14 13 -1 5 13 4 -1 5 16 14 -1 6 16 5 -1 17 0 1 -1 17 8 0 -1 17 10 9 -1 17 9 8 -1 18 17 1 -1 18 10 17 -1 19 1 2 -1 19 11 10 -1 19 18 1 -1 19 10 18 -1 19 2 11 -1"> <Coordinate point="-38.907737731933594 -7.7519683837890625 0.12036637216806412 -39.085865020751953 -7.2941045761108398 0.14302957057952881 -39.182193756103516 -7.022606372833252 0.22994577884674072 -39.232318878173828 -6.8680133819580078 0.32378581166267395 -39.267459869384766 -6.7460989952087402 0.44471427798271179 -39.287319183349609 -6.6558051109313965 0.60636419057846069 -39.286399841308594 -6.617729663848877 0.78858554363250732 -39.228950500488281 -7.8159675598144531 -0.34894537925720215 -39.140705108642578 -7.7983856201171875 -0.062796995043754578 -39.282676696777344 -7.5413060188293457 -0.33264139294624329 -39.332237243652344 -7.2784056663513184 -0.28303298354148865 -39.397491455078125 -6.9164695739746094 -0.14354608952999115 -39.441608428955078 -6.660304069519043 0.032181140035390854 -39.477008819580078 -6.4471592903137207 0.27857005596160889 -39.494842529296875 -6.3369855880737305 0.50442731380462646 -39.503673553466797 -6.2817096710205078 0.74746978282928467 -39.430065155029297 -6.4721403121948242 0.76989728212356567 -39.234611511230469 -7.4169998168945313 -0.055694274604320526 -39.261749267578125 -7.3013482093811035 -0.037077639251947403 -39.29803466796875 -7.1422805786132813 0.0039962306618690491" /> <Normal vector="-0.33829563856124878 -0.067401424050331116 0.93862301111221313 -0.46857333183288574 -0.33277761936187744 0.81835085153579712 -0.53389835357666016 -0.50222820043563843 0.68023478984832764 -0.56329929828643799 -0.60660344362258911 0.561004638671875 -0.57797139883041382 -0.69734281301498413 0.4238656759262085 -0.57564336061477661 -0.7759966254234314 0.25780606269836426 -0.55304723978042603 -0.82908201217651367 0.082229882478713989 -0.9807237982749939 -0.19539925456047058 0 -0.80422449111938477 -0.16029787063598633 0.5723002552986145 -0.98206585645675659 -0.18853819370269775 -1.6909758926431095E-7 -0.9833064079284668 -0.18195730447769165 1.913020241772756E-6 -0.98493731021881104 -0.1729118824005127 0 -0.98604029417037964 -0.16650670766830444 8.1840852317327517E-7 -0.98692560195922852 -0.16117644309997559 3.9272919138966245E-7 -0.98737078905105591 -0.15842644870281219 -7.3266728577436879E-6 -0.98759198188781738 -0.15704162418842316 -1.2985563557776914E-7 -0.84139335155487061 -0.53855377435684204 0.044912323355674744 -0.82551473379135132 -0.25831586122512817 0.50179511308670044 -0.83132791519165039 -0.2875727117061615 0.47560045123100281 -0.83868694305419922 -0.32795581221580505 0.43479794263839722" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 3 9 -1 12 7 6 -1 12 8 7 -1 12 6 10 -1 13 9 8 -1 13 8 12 -1 14 9 13 -1 14 4 9 -1 15 2 1 -1 15 10 11 -1 15 11 2 -1 15 12 10 -1 16 13 12 -1 16 12 15 -1 16 15 1 -1 17 1 0 -1 17 5 4 -1 17 0 5 -1 17 4 14 -1 17 13 16 -1 17 16 1 -1 17 14 13 -1"> <Coordinate point="-39.228950500488281 -7.8159675598144531 -0.34894537925720215 -39.140705108642578 -7.7983856201171875 -0.062796995043754578 -38.907737731933594 -7.7519683837890625 0.12036637216806412 -34.800155639648438 -19.721792221069336 -0.34894508123397827 -36.696319580078125 -15.917914390563965 -0.34894508123397827 -38.17816162109375 -11.934313774108887 -0.34894508123397827 -34.515205383300781 -19.560306549072266 0.12036652863025665 -34.630771636962891 -19.625801086425781 0.047019768506288528 -34.721874237060547 -19.67742919921875 -0.062794789671897888 -34.780124664306641 -19.710441589355469 -0.19896338880062103 -36.395843505859375 -15.787575721740723 0.12036652863025665 -37.865554809570313 -11.836592674255371 0.12036652863025665 -36.517707824707031 -15.840436935424805 0.047019768506288528 -36.613773345947266 -15.882107734680176 -0.062794789671897888 -36.675197601318359 -15.90875244140625 -0.19896338880062103 -37.992336273193359 -11.876225471496582 0.047019768506288528 -38.09228515625 -11.907467842102051 -0.062794789671897888 -38.15618896484375 -11.927444458007813 -0.19896338880062103" /> <Normal vector="-0.9807237982749939 -0.19539919495582581 0 -0.8042370080947876 -0.16023600101470947 0.57229995727539063 -0.33829483389854431 -0.067401781678199768 0.93862324953079224 -0.87000387907028198 -0.49304482340812683 0 -0.9174080491065979 -0.39794787764549255 0 -0.95445406436920166 -0.29835784435272217 0 -0.30010268092155457 -0.17007288336753845 0.93862324953079224 -0.53123503923416138 -0.30105921626091003 0.79192972183227539 -0.71344143152236938 -0.4043184220790863 0.57230061292648315 -0.82994085550308228 -0.47034046053886414 0.29996341466903687 -0.3164544403553009 -0.1372697502374649 0.93862324953079224 -0.32923325896263123 -0.10291676223278046 0.93862324953079224 -0.56018054485321045 -0.24299183487892151 0.79192972183227539 -0.75231486558914185 -0.32633471488952637 0.57230061292648315 -0.87516206502914429 -0.37962263822555542 0.29996341466903687 -0.58280134201049805 -0.18218095600605011 0.79192972183227539 -0.78269428014755249 -0.24466653168201447 0.57230061292648315 -0.91050213575363159 -0.28461867570877075 0.29996341466903687" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1"> <Coordinate point="-33.013343811035156 -21.071382522583008 1.6147216558456421 -33.088054656982422 -21.023910522460938 1.3208339214324951 -33.154491424560547 -20.969465255737305 1.1710255146026611 -33.239341735839844 -20.895053863525391 1.0213394165039063 -33.426204681396484 -20.721067428588867 0.76970899105072021 -33.701675415039063 -20.448745727539063 0.50144243240356445 -34.031959533691406 -20.103044509887695 0.27989250421524048 -34.271419525146484 -19.839912414550781 0.17553773522377014 -34.515205383300781 -19.560306549072266 0.12036652863025665 -33.512828826904297 -21.837820053100586 1.6147216558456421 -33.593029022216797 -21.596813201904297 1.6147216558456421 -33.574676513671875 -21.427591323852539 1.6147216558456421 -33.494335174560547 -21.265630722045898 1.6147216558456421 -33.361854553222656 -21.142641067504883 1.6147216558456421 -33.194259643554688 -21.074892044067383 1.6147216558456421 -33.534275054931641 -21.80487060546875 1.3047688007354736 -33.60919189453125 -21.689216613769531 0.95057660341262817 -33.72906494140625 -21.502330780029297 0.62017190456390381 -33.870986938476563 -21.278070449829102 0.34701445698738098 -34.027191162109375 -21.027372360229492 0.12177885323762894 -34.250934600830078 -20.660915374755859 -0.1116766482591629 -34.518669128417969 -20.210432052612305 -0.28448399901390076 -34.800155639648438 -19.721792221069336 -0.34894508123397827 -34.630771636962891 -19.625801086425781 0.047019768506288528 -34.721874237060547 -19.67742919921875 -0.062794789671897888 -34.780124664306641 -19.710441589355469 -0.19896338880062103 -33.930343627929688 -20.824296951293945 0.51473790407180786 -33.654991149902344 -21.487194061279297 1.1367955207824707 -33.694606781005859 -21.431459426879883 0.99568468332290649 -33.303066253662109 -21.09760856628418 1.4813845157623291 -33.746788024902344 -21.356395721435547 0.8470759391784668 -33.648765563964844 -21.172208786010742 1.0256117582321167 -33.407100677490234 -21.045085906982422 1.203825831413269 -33.805419921875 -21.2705078125 0.70889914035797119 -33.437786102294922 -21.019840240478516 1.1341919898986816 -33.474117279052734 -20.988199234008789 1.0595684051513672 -33.711448669433594 -20.753326416015625 0.68704134225845337 -34.245620727539063 -20.390649795532227 0.17282775044441223 -34.372871398925781 -20.206478118896484 0.07838333398103714 -34.478237152099609 -20.050395965576172 0.017269574105739594 -33.54571533203125 -21.266433715820313 1.3432748317718506 -33.588832855224609 -21.236265182495117 1.195273756980896" /> <Normal vector="0.16114717721939087 0.98693037033081055 0 0.088629201054573059 0.96365141868591309 0.25203341245651245 0.050249282270669937 0.92661678791046143 0.37263432145118713 0.0106747942045331 0.87328475713729858 0.48709315061569214 -0.059021566063165665 0.74349063634872437 0.66613674163818359 -0.13961575925350189 0.53429114818572998 0.8336908221244812 -0.21703913807868958 0.26351466774940491 0.93992233276367188 -0.26282307505607605 0.054732460528612137 0.96329039335250854 -0.30010277032852173 -0.17007261514663696 0.93862324953079224 -0.83782070875167847 -0.54594546556472778 0 -0.99794572591781616 -0.064065098762512207 2.4130936253641266E-6 -0.96158981323242188 0.27449056506156921 2.1236025986581808E-6 -0.80107688903808594 0.59856140613555908 1.9425810933171306E-6 -0.53573465347290039 0.84438639879226685 -2.6143143259105273E-6 -0.20048055052757263 0.97969770431518555 8.060763320827391E-6 -0.83835691213607788 -0.54512166976928711 -7.7525282904389314E-6 -0.84022855758666992 -0.5422324538230896 4.3685081436706241E-6 -0.84322667121887207 -0.53755813837051392 4.1911939661076758E-6 -0.84677642583847046 -0.53194892406463623 -1.1538752460182877E-6 -0.85068029165267944 -0.52568346261978149 -1.1270302593402448E-6 -0.85627007484436035 -0.51652836799621582 2.7252656309428858E-6 -0.86297202110290527 -0.50525176525115967 -2.9775987968605477E-6 -0.87000387907028198 -0.49304482340812683 1.0038613140750385E-7 -0.53123515844345093 -0.30105918645858765 0.79192966222763062 -0.71344143152236938 -0.40431827306747437 0.57230067253112793 -0.82994073629379272 -0.47034049034118652 0.29996359348297119 -0.77401608228683472 0.069251701235771179 0.6293674111366272 -0.97377818822860718 -0.073281243443489075 0.21537387371063232 -0.96111470460891724 -0.10421397536993027 0.25573033094406128 -0.39694839715957642 0.90165561437606812 0.17160744965076447 -0.94706612825393677 -0.13858731091022491 0.28958475589752197 -0.81602084636688232 0.331207275390625 0.4737212061882019 -0.45270982384681702 0.77187085151672363 0.44639575481414795 -0.93380087614059448 -0.17149357497692108 0.31401577591896057 -0.45778089761734009 0.73503625392913818 0.50015836954116821 -0.46281090378761292 0.6931300163269043 0.5526091456413269 -0.48598161339759827 0.4510224461555481 0.74859911203384399 -0.74548429250717163 -0.14245988428592682 0.65112084150314331 -0.73641026020050049 -0.21676664054393768 0.64086830615997314 -0.72935867309570313 -0.27540874481201172 0.62624752521514893 -0.82992374897003174 0.48350310325622559 0.27830079197883606 -0.82899594306945801 0.40931537747383118 0.38108611106872559" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1"> <Coordinate point="-39.204463958740234 -5.4144930839538574 10.355278968811035 -39.231441497802734 -5.6357512474060059 10.217992782592773 -39.163753509521484 -5.7843055725097656 10.013345718383789 -39.432479858398438 -5.6243801116943359 9.8079347610473633 -39.581428527832031 -5.460515022277832 9.9095926284790039 -39.653648376464844 -5.2524309158325195 9.9853754043579102 -39.6689453125 -5.1356267929077148 10" /> <Normal vector="-0.63674366474151611 -0.087940074503421783 0.76604443788528442 -0.69070285558700562 -0.53045713901519775 0.49147206544876099 -0.55532377958297729 -0.82756423950195313 0.08217649906873703 -0.55532377958297729 -0.82756423950195313 0.08217649906873703 -0.67942428588867188 -0.6027875542640686 0.41836565732955933 -0.6824183464050293 -0.27128541469573975 0.67875576019287109 -0.63746792078018188 -0.082527786493301392 0.7660442590713501" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1"> <Coordinate point="-39.204463958740234 -5.4144930839538574 10.355278968811035 -30.298637390136719 -9.8362464904785156 16.834228515625 -30.152885437011719 -10.110377311706543 16.792268753051758 -29.93568229675293 -10.294266700744629 16.674985885620117 -39.163753509521484 -5.7843055725097656 10.013345718383789 -39.231441497802734 -5.6357512474060059 10.217992782592773" /> <Normal vector="-0.63674366474151611 -0.087940104305744171 0.76604443788528442 -0.61137849092483521 -0.19847945868968964 0.76604324579238892 -0.59236788749694824 -0.63824892044067383 0.49166926741600037 -0.41154170036315918 -0.90768039226531982 0.082157067954540253 -0.55532377958297729 -0.82756423950195313 0.082176506519317627 -0.69070237874984741 -0.53045743703842163 0.49147239327430725" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 2 8 -1 3 8 9 -1 4 9 10 -1 4 3 9 -1 5 10 11 -1 5 4 10 -1 6 11 12 -1 6 5 11 -1 7 12 1 -1 7 6 12 -1 0 7 1 -1"> <Coordinate point="-33.013343811035156 -21.071382522583008 1.6147216558456421 -33.013343811035156 -21.071382522583008 10.700789451599121 -33.512828826904297 -21.837820053100586 1.6147216558456421 -33.593029022216797 -21.596813201904297 1.6147216558456421 -33.574676513671875 -21.427591323852539 1.6147216558456421 -33.494335174560547 -21.265630722045898 1.6147216558456421 -33.361854553222656 -21.142641067504883 1.6147216558456421 -33.194259643554688 -21.074892044067383 1.6147216558456421 -33.512828826904297 -21.837820053100586 10 -33.593807220458984 -21.551151275634766 10.073545455932617 -33.558094024658203 -21.378999710083008 10.176597595214844 -33.430057525634766 -21.1944580078125 10.350322723388672 -33.241683959960938 -21.087017059326172 10.532092094421387" /> <Normal vector="0.16114717721939087 0.98693037033081055 0 0.161147341132164 0.98693037033081055 0 -0.83782070875167847 -0.54594546556472778 0 -0.99794328212738037 -0.064102895557880402 0 -0.96157878637313843 0.27452915906906128 0 -0.80105704069137573 0.59858804941177368 0 -0.53577196598052979 0.84436273574829102 0 -0.20041784644126892 0.97971051931381226 0 -0.83782070875167847 -0.54594546556472778 0 -0.99962496757507324 0.02738533727824688 0 -0.92835533618927002 0.37169396877288818 0 -0.67204254865646362 0.74051254987716675 0 -0.29543900489807129 0.95536160469055176 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1"> <Coordinate point="-39.649738311767578 -5.2818851470947266 9.7185659408569336 -39.577972412109375 -5.478856086730957 9.7410869598388672 -39.431774139404297 -5.6296510696411133 9.7596168518066406 -39.653648376464844 -5.2524309158325195 9.9853754043579102 -39.432479858398438 -5.6243801116943359 9.8079347610473633 -39.581428527832031 -5.460515022277832 9.9095926284790039" /> <Normal vector="-0.99124342203140259 -0.1320471465587616 0 -0.84885680675506592 -0.5266951322555542 0.045103665441274643 -0.55532377958297729 -0.82756423950195313 0.08217649906873703 -0.991341233253479 -0.13131077587604523 0 -0.55532377958297729 -0.82756417989730835 0.08217649906873703 -0.84939301013946533 -0.5258362889289856 0.045030608773231506" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="2 3 0 -1 1 2 0 -1"> <Coordinate point="-37.531330108642578 13.34005069732666 9.7596168518066406 -37.368972778320313 13.075741767883301 9.9641256332397461 -37.365882873535156 13.078556060791016 10.013345718383789 -37.529506683349609 13.34504508972168 9.8079347610473633" /> <Normal vector="-0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.87630307674407959 -0.47469988465309143 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 3 0 2 -1"> <Coordinate point="-31.290714263916016 4.7966842651367188 16.674985885620117 -31.183395385742188 4.6451444625854492 16.571977615356445 -37.365882873535156 13.078556060791016 10.013345718383789 -37.368972778320313 13.075741767883301 9.9641256332397461" /> <Normal vector="-0.78622233867645264 -0.61245787143707275 0.082157023251056671 -0.78510665893554688 -0.61358487606048584 0.084386467933654785 -0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.87630307674407959 -0.47469988465309143 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 2 -1"> <Coordinate point="-37.368972778320313 13.075741767883301 9.9641256332397461 -37.749107360839844 12.729636192321777 3.9111936092376709 -37.531330108642578 13.34005069732666 9.7596168518066406" /> <Normal vector="-0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.87630301713943481 -0.47469991445541382 0.082176446914672852 -0.87630307674407959 -0.47469988465309143 0.08217649906873703" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1"> <Coordinate point="-37.368972778320313 13.075741767883301 9.9641256332397461 -37.749107360839844 12.729636192321777 3.9111936092376709 -31.183395385742188 4.6451444625854492 16.571977615356445 -18.708990097045898 -8.5358896255493164 7.801386833190918 -25.298559188842773 -2.49546217918396 11.687099456787109 -37.861793518066406 12.397591590881348 0.78858399391174316 -32.142238616943359 4.0765609741210938 3.5125977993011475 -25.521080017089844 -2.9557521343231201 5.9541029930114746" /> <Normal vector="-0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.87630301713943481 -0.47469997406005859 0.08217649906873703 -0.78510171175003052 -0.61359071731567383 0.084390662610530853 -0.59807795286178589 -0.79711395502090454 0.083139099180698395 -0.69220548868179321 -0.71674185991287231 0.084454804658889771 -0.87499213218688965 -0.47710242867469788 0.0822315514087677 -0.78726965188980103 -0.6108098030090332 0.084367804229259491 -0.69024080038070679 -0.7186359167098999 0.084439717233181" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1"> <Coordinate point="-37.861793518066406 12.397591590881348 0.78858399391174316 -32.142238616943359 4.0765609741210938 3.5125977993011475 -25.521080017089844 -2.9557521343231201 5.9541029930114746 -18.708990097045898 -8.5358896255493164 7.801386833190918 -18.057710647583008 -9.1544885635375977 7.5466322898864746 -17.48786735534668 -9.8386096954345703 7.4022507667541504 -16.971323013305664 -10.581787109375 7.3499999046325684 -38.053611755371094 11.217299461364746 0.12036649137735367 -31.64924430847168 2.3133277893066406 3.0378727912902832 -24.316184997558594 -5.0022168159484863 5.5766782760620117 -37.882587432861328 12.357510566711426 0.58849835395812988 -37.910488128662109 12.249066352844238 0.41387608647346497 -37.938873291015625 12.103083610534668 0.29069593548774719 -37.970657348632813 11.906269073486328 0.19594497978687286 -38.003238677978516 11.669258117675781 0.13669675588607788 -37.820537567138672 11.852560043334961 0.33605688810348511 -35.066211700439453 7.5571432113647461 1.7177020311355591 -31.774286270141602 3.2598726749420166 3.1598653793334961 -28.491758346557617 -0.38160356879234314 4.4233684539794922 -24.81346321105957 -3.903918981552124 5.6590628623962402 -21.378787994384766 -6.7846879959106445 6.6417365074157715" /> <Normal vector="-0.87498992681503296 -0.4771060049533844 0.082233980298042297 -0.78727763891220093 -0.61079692840576172 0.084386050701141357 -0.6902422308921814 -0.71862965822219849 0.084481336176395416 -0.59809547662734985 -0.79710221290588379 0.083125211298465729 -0.57143568992614746 -0.66609430313110352 0.47935333847999573 -0.46407368779182434 -0.4591374397277832 0.7575145959854126 -0.29270690679550171 -0.18250682950019836 0.93862342834472656 -0.330863356590271 0.097534917294979095 0.93862473964691162 -0.34402447938919067 0.025149330496788025 0.93862384557723999 -0.3378693163394928 -0.069502264261245728 0.93862330913543701 -0.86820876598358154 -0.41298279166221619 0.27506139874458313 -0.82461506128311157 -0.33173483610153198 0.45821613073348999 -0.75873082876205444 -0.25063836574554443 0.60125529766082764 -0.66620028018951416 -0.15934774279594421 0.7285502552986145 -0.55207306146621704 -0.062941551208496094 0.83141666650772095 -0.74088740348815918 -0.2355567067861557 0.62896651029586792 -0.71873575448989868 -0.29663693904876709 0.62882858514785767 -0.68952196836471558 -0.36135667562484741 0.62767893075942993 -0.65799140930175781 -0.41927081346511841 0.62550723552703857 -0.61978769302368164 -0.4786258339881897 0.62191683053970337 -0.58022463321685791 -0.53079193830490112 0.6177372932434082" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1"> <Coordinate point="-16.573566436767578 -14.005535125732422 8.0888767242431641 -26.557092666625977 -10.565190315246582 5.5192995071411133 -32.908798217773438 -7.3646073341369629 3.6181886196136475 -39.024223327636719 -3.3157157897949219 1.6147215366363525 -39.024223327636719 -3.3157157897949219 10.700789451599121 -31.211503982543945 -8.3104047775268555 16.461965560913086" /> <Normal vector="0.2539232075214386 0.9672243595123291 0 0.39902865886688232 0.91693848371505737 0 0.50057637691497803 0.8656923770904541 0 0.60133820772171021 0.79899460077285767 0 0.60133820772171021 0.79899460077285767 0 0.47298121452331543 0.8810725212097168 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="22 9 10 -1 22 21 20 -1 22 23 9 -1 22 20 23 -1 24 10 11 -1 24 13 12 -1 24 14 13 -1 24 11 19 -1 24 12 21 -1 24 21 25 -1 24 25 10 -1 26 15 14 -1 26 16 15 -1 26 17 16 -1 26 18 17 -1 26 19 18 -1 26 14 24 -1 26 24 19 -1 27 2 1 -1 27 3 2 -1 27 4 3 -1 27 5 4 -1 27 6 5 -1 28 7 6 -1 28 6 27 -1 28 27 1 -1 29 1 0 -1 29 7 28 -1 29 28 1 -1 30 8 7 -1 30 7 29 -1 30 29 0 -1 31 0 9 -1 31 20 8 -1 31 9 23 -1 31 30 0 -1 31 23 20 -1 31 8 30 -1 32 21 22 -1 32 22 10 -1 32 25 21 -1 32 10 25 -1"> <Coordinate point="-16.027290344238281 -12.828803062438965 7.1554818153381348 -15.285384178161621 -13.435159683227539 7.3120465278625488 -15.0836181640625 -13.674093246459961 7.4084482192993164 -15.010721206665039 -13.809402465820313 7.4767427444458008 -15.053779602050781 -14.064845085144043 7.6610188484191895 -15.245864868164063 -14.148712158203125 7.7746992111206055 -15.561860084533691 -14.171940803527832 7.8853073120117188 -16.069076538085938 -14.116995811462402 8.0040559768676758 -16.573566436767578 -14.005535125732422 8.0888767242431641 -26.575267791748047 -9.2066230773925781 4.3641200065612793 -33.262340545654297 -5.7308707237243652 2.2959814071655273 -39.651824951171875 -1.279775857925415 0.12036652863025665 -39.024223327636719 -3.3157157897949219 1.6147215366363525 -39.068294525146484 -3.2390186786651611 1.3209164142608643 -39.101795196533203 -3.1599981784820557 1.1712050437927246 -39.142341613769531 -3.0546951293945313 1.0215109586715698 -39.226955413818359 -2.8137896060943604 0.76981985569000244 -39.344379425048828 -2.4444420337677002 0.50139480829238892 -39.476200103759766 -1.9847642183303833 0.27981856465339661 -39.565921783447266 -1.6405758857727051 0.17551484704017639 -26.557092666625977 -10.565190315246582 5.5192995071411133 -32.908798217773438 -7.3646073341369629 3.6181886196136475 -31.774997711181641 -7.5714244842529297 3.1016309261322021 -26.660772323608398 -10.102847099304199 4.632077693939209 -36.754798889160156 -4.4860095977783203 1.4965643882751465 -34.288963317871094 -6.0977320671081543 2.305910587310791 -39.035888671875 -2.8340103626251221 0.72047072649002075 -15.421422958374023 -13.881622314453125 7.4993548393249512 -15.678912162780762 -13.909687042236328 7.524261474609375 -16.035459518432617 -13.650794982910156 7.309028148651123 -16.295116424560547 -13.666463851928711 7.3110666275024414 -21.157983779907227 -12.226963996887207 6.1366710662841797 -33.144443511962891 -6.7889065742492676 2.6717586517333984" /> <Normal vector="-0.26929488778114319 -0.21557365357875824 0.93862038850784302 -0.16891390085220337 0.17540620267391205 0.96989727020263672 -0.11535124480724335 0.35115429759025574 0.92918497323989868 -0.078882783651351929 0.45972332358360291 0.88455182313919067 0.017333537340164185 0.7022283673286438 0.71174073219299316 0.077131427824497223 0.81838905811309814 0.56946474313735962 0.13691367208957672 0.90486657619476318 0.40307703614234924 0.20387175679206848 0.96096253395080566 0.18704891204833984 0.25390768051147461 0.9672284722328186 1.3239199461168027E-6 -0.32594108581542969 -0.11292590945959091 0.9386214017868042 -0.33993664383888245 -0.058572981506586075 0.93862253427505493 -0.34476417303085327 -0.011126239784061909 0.93862336874008179 0.60132455825805664 0.79900485277175903 -4.6243781071098056E-6 0.52622675895690918 0.8120771050453186 0.25222253799438477 0.47510769963264465 0.79726606607437134 0.37234330177307129 0.41535967588424683 0.76836520433425903 0.48692011833190918 0.29343074560165405 0.68567073345184326 0.66614866256713867 0.12462937831878662 0.53793305158615112 0.83372390270233154 -0.069693028926849365 0.33417120575904846 0.93993216753005981 -0.20727531611919403 0.17047178745269775 0.96331524848937988 0.39889538288116455 0.91699641942977905 5.0603316594788339E-6 0.50066351890563965 0.8656420111656189 2.824913053700584E-6 0.1217033863067627 0.64339524507522583 0.75579816102981567 0.065424174070358276 0.64652836322784424 0.76007944345474243 0.18267986178398132 0.63083511590957642 0.75410550832748413 0.1519310474395752 0.63824325799942017 0.75469368696212769 0.21174132823944092 0.62192738056182861 0.75390446186065674 -0.018197968602180481 0.61820447444915771 0.78580659627914429 0.019496457651257515 0.70137238502502441 0.71252834796905518 -0.045072071254253387 0.55014234781265259 0.83385366201400757 -0.013009472750127316 0.62510967254638672 0.78042846918106079 0.016409220173954964 0.63940393924713135 0.7686958909034729 0.13800185918807983 0.64088654518127441 0.75512903928756714" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 1 0 -1 2 1 4 -1 3 4 5 -1 3 2 4 -1 6 3 5 -1 7 3 6 -1 14 3 7 -1 10 14 7 -1 15 14 10 -1 9 15 10 -1 11 15 9 -1 12 11 9 -1 13 12 9 -1 8 13 9 -1"> <Coordinate point="-14.482619285583496 -13.793249130249023 7.3499999046325684 -14.806848526000977 -13.514142990112305 7.3327951431274414 -15.265069007873535 -13.225421905517578 7.2774629592895508 -16.027290344238281 -12.828803062438965 7.1554818153381348 -15.162308692932129 -13.042407035827637 7.3499999046325684 -15.806859970092773 -12.253292083740234 7.3499999046325684 -16.41038703918457 -11.432374954223633 7.3499999046325684 -16.971323013305664 -10.581787109375 7.3499999046325684 -38.053611755371094 11.217299461364746 0.12036649137735367 -31.64924430847168 2.3133277893066406 3.0378727912902832 -24.316184997558594 -5.0022168159484863 5.5766782760620117 -39.651824951171875 -1.279775857925415 0.12036652863025665 -39.563770294189453 2.9347882270812988 0.12036652863025665 -39.029022216796875 7.1162171363830566 0.12036652863025665 -26.575267791748047 -9.2066230773925781 4.3641200065612793 -33.262340545654297 -5.7308707237243652 2.2959814071655273" /> <Normal vector="-0.24978466331958771 -0.23789496719837189 0.93862324953079224 -0.25478032231330872 -0.23253683745861053 0.93862324953079224 -0.26070684194564819 -0.22587239742279053 0.93862324953079224 -0.26929891109466553 -0.21555624902248383 0.93862324953079224 -0.26150742173194885 -0.22494503855705261 0.93862324953079224 -0.27262410521507263 -0.21133500337600708 0.93862324953079224 -0.28303325176239014 -0.1971764862537384 0.93862324953079224 -0.29270783066749573 -0.18250621855258942 0.93862324953079224 -0.33086836338043213 0.097532130777835846 0.93862324953079224 -0.34402626752853394 0.025145798921585083 0.93862324953079224 -0.33786898851394653 -0.069504901766777039 0.93862324953079224 -0.34476453065872192 -0.011127381585538387 0.93862324953079224 -0.34399890899658203 0.025517385452985764 0.93862324953079224 -0.33934935927391052 0.061874054372310638 0.93862324953079224 -0.32593891024589539 -0.11291689425706863 0.93862324953079224 -0.33993548154830933 -0.058568526059389114 0.93862324953079224" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1"> <Coordinate point="-19.2337646484375 -5.4829120635986328 7.3499999046325684 -19.376167297363281 -5.715968132019043 7.5113492012023926 -19.565109252929688 -5.8701648712158203 7.6914048194885254 -19.80451774597168 -5.9461655616760254 7.8923249244689941 -20.080207824707031 -5.9387397766113281 8.1019964218139648 -20.291688919067383 -5.8856925964355469 8.2524299621582031 -20.517536163330078 -5.793459415435791 8.4058322906494141 -20.904144287109375 -5.5636868476867676 8.6554975509643555 -21.251964569091797 -5.2867941856384277 8.8697471618652344 -18.820880889892578 -6.765683650970459 7.3499999046325684 -17.688175201416016 -9.3342618942260742 7.3499999046325684 -18.105712890625 -8.4960689544677734 7.3499999046325684 -18.483556747436523 -7.6392498016357422 7.3499999046325684 -16.971323013305664 -10.581787109375 7.3499999046325684 -18.708990097045898 -8.5358896255493164 7.801386833190918 -18.057710647583008 -9.1544885635375977 7.5466322898864746 -17.48786735534668 -9.8386096954345703 7.4022507667541504 -25.298559188842773 -2.49546217918396 11.687099456787109 -31.183395385742188 4.6451444625854492 16.571977615356445 -31.290714263916016 4.7966842651367188 16.674985885620117 -31.399242401123047 5.3709149360656738 16.834228515625 -31.397581100463867 5.060450553894043 16.792268753051758 -31.307977676391602 5.8795976638793945 16.834228515625 -31.339315414428711 5.7102022171020508 16.834228515625 -31.36973762512207 5.5406398773193359 16.834228515625 -26.519702911376953 -0.077858351171016693 12.565854072570801" /> <Normal vector="0.60076183080673218 0.17125743627548218 0.78086882829666138 0.5991675853729248 0.17675438523292542 0.78086882829666138 0.59834402799606323 0.17952252924442291 0.78086882829666138 0.59830933809280396 0.17963811755180359 0.78086882829666138 0.59904533624649048 0.17716820538043976 0.78086882829666138 0.59996658563613892 0.17402292788028717 0.78086882829666138 0.601188063621521 0.16975520551204681 0.78086882829666138 0.60367941856384277 0.1606706827878952 0.78086882829666138 0.60621869564056396 0.15080705285072327 0.78086882829666138 0.58786553144454956 0.21132445335388184 0.78086882829666138 0.55248576402664185 0.29155334830284119 0.78086882829666138 0.56552743911743164 0.26537260413169861 0.78086882829666138 0.57732933759689331 0.23861007392406464 0.78086882829666138 0.53009504079818726 0.33051949739456177 0.78086882829666138 0.56833690404891968 0.25930109620094299 0.78086882829666138 0.55718505382537842 0.28246903419494629 0.78086882829666138 0.54444652795791626 0.30630362033843994 0.78086882829666138 0.6216779351234436 0.061322614550590515 0.78086882829666138 0.61787736415863037 -0.092040367424488068 0.78086882829666138 0.61748206615447998 -0.094656407833099365 0.78086882829666138 0.61575186252593994 -0.10532582551240921 0.78086882829666138 0.61673599481582642 -0.09940134733915329 0.78086882829666138 0.61396211385726929 -0.11530133336782455 0.78086882829666138 0.61457669734954834 -0.11197938024997711 0.78086882829666138 0.61517328023910522 -0.1086541935801506 0.78086882829666138 0.62469238042831421 0.0018340143142268062 0.78086882829666138" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1"> <Coordinate point="-31.498451232910156 7.1462111473083496 16.461965560913086 -36.095123291015625 15.199540138244629 10.700789451599121 -37.009628295898438 15.17522144317627 10 -36.819709777832031 15.40471363067627 10.073545455932617 -36.657741546630859 15.473114967346191 10.176597595214844 -36.433135986328125 15.472575187683105 10.350322723388672 -36.237705230712891 15.378578186035156 10.532092094421387 -37.511753082275391 13.887706756591797 10 -37.349323272705078 14.31879711151123 10 -37.181941986083984 14.747986793518066 10 -37.230072021484375 13.424927711486816 10.355278968811035 -31.399242401123047 5.3709149360656738 16.834228515625 -31.307977676391602 5.8795976638793945 16.834228515625 -31.339315414428711 5.7102022171020508 16.834228515625 -31.36973762512207 5.5406398773193359 16.834228515625 -31.270891189575195 6.2798881530761719 16.800704956054688 -31.302131652832031 6.6333165168762207 16.715099334716797 -31.374898910522461 6.9017620086669922 16.607864379882813" /> <Normal vector="-0.62685716152191162 0.14221824705600739 0.76604443788528442 -0.59240645170211792 0.24946044385433197 0.76604443788528442 -0.59473329782485962 0.24386110901832581 0.76604443788528442 -0.59298062324523926 0.24809256196022034 0.76604443788528442 -0.59219443798065186 0.24996335804462433 0.76604443788528442 -0.59164458513259888 0.25126206874847412 0.76604443788528442 -0.59170913696289063 0.25110989809036255 0.76604443788528442 -0.60280221700668335 0.22317114472389221 0.76604443788528442 -0.60019207000732422 0.23009863495826721 0.76604443788528442 -0.59750229120254517 0.23699557781219482 0.76604443788528442 -0.60467630624771118 0.21804244816303253 0.76604443788528442 -0.63358545303344727 0.10837629437446594 0.76604443788528442 -0.63174384832382202 0.1186407208442688 0.76604443788528442 -0.63237619400024414 0.11522255092859268 0.76604443788528442 -0.63299006223678589 0.11180105805397034 0.76604443788528442 -0.63020527362823486 0.12655918300151825 0.76604443788528442 -0.62882339954376221 0.13325560092926025 0.76604443788528442 -0.62777799367904663 0.13809682428836823 0.76604443788528442" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1"> <Coordinate point="-31.211503982543945 -8.3104047775268555 16.461965560913086 -39.024223327636719 -3.3157157897949219 10.700789451599121 -39.822677612304688 -3.7622411251068115 10 -39.761161804199219 -3.470775842666626 10.073545455932617 -39.6495361328125 -3.3349392414093018 10.176597595214844 -39.450401306152344 -3.2310373783111572 10.350322723388672 -39.233673095703125 -3.2234458923339844 10.532092094421387 -39.6689453125 -5.1356267929077148 10 -39.725460052490234 -4.6784319877624512 10 -39.776706695556641 -4.220616340637207 10 -39.204463958740234 -5.4144930839538574 10.355278968811035 -30.298637390136719 -9.8362464904785156 16.834228515625 -30.4542236328125 -9.3434171676635742 16.834228515625 -30.403249740600586 -9.5079736709594727 16.834228515625 -30.351387023925781 -9.6722517013549805 16.834228515625 -30.60740852355957 -8.9717435836791992 16.800704956054688 -30.79931640625 -8.6733160018920898 16.715099334716797 -30.988500595092773 -8.4694356918334961 16.607864379882813" /> <Normal vector="-0.621146559715271 -0.16538703441619873 0.76604443788528442 -0.6404799222946167 -0.054418746381998062 0.76604443788528442 -0.63993805646896362 -0.060458049178123474 0.76604443788528442 -0.64035260677337646 -0.05589677020907402 0.76604443788528442 -0.64052587747573853 -0.0538749098777771 0.76604443788528442 -0.64064252376556396 -0.052469424903392792 0.76604443788528442 -0.64062905311584473 -0.052634198218584061 0.76604443788528442 -0.63746768236160278 -0.082527928054332733 0.76604443788528442 -0.63837587833404541 -0.075180947780609131 0.76604443788528442 -0.63919937610626221 -0.067823998630046844 0.76604443788528442 -0.63674360513687134 -0.08794008195400238 0.76604443788528442 -0.61137700080871582 -0.19847938418388367 0.76604443788528442 -0.6145164966583252 -0.18853487074375153 0.76604443788528442 -0.61348789930343628 -0.19185537099838257 0.76604443788528442 -0.61244142055511475 -0.19517023861408234 0.76604443788528442 -0.61683404445648193 -0.18080839514732361 0.76604443788528442 -0.61872243881225586 -0.17423681914806366 0.76604443788528442 -0.62004655599594116 -0.16946429014205933 0.76604443788528442" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="130 131 132 -1 133 130 132 -1 134 130 133 -1 135 130 134 -1 129 130 135 -1 136 126 129 -1 124 123 128 -1 125 124 128 -1 120 125 128 -1 137 126 136 -1 121 128 127 -1 121 120 128 -1 138 126 137 -1 122 126 138 -1 122 127 126 -1 122 121 127 -1 156 157 158 -1 159 156 158 -1 119 122 138 -1 119 138 139 -1 160 156 159 -1 140 119 139 -1 161 156 160 -1 141 106 119 -1 141 119 140 -1 142 106 141 -1 143 106 142 -1 144 106 143 -1 155 156 161 -1 107 144 145 -1 107 106 144 -1 147 107 146 -1 162 154 155 -1 163 154 162 -1 164 153 154 -1 164 154 163 -1 182 183 184 -1 165 153 164 -1 185 182 184 -1 186 182 185 -1 187 182 186 -1 108 153 165 -1 108 147 148 -1 108 148 149 -1 108 149 150 -1 108 150 151 -1 108 151 152 -1 108 152 153 -1 108 165 166 -1 108 107 147 -1 167 108 166 -1 168 108 167 -1 169 108 168 -1 170 108 169 -1 181 182 187 -1 109 170 171 -1 109 108 170 -1 173 109 172 -1 188 180 181 -1 189 180 188 -1 190 180 189 -1 190 179 180 -1 9 10 11 -1 191 179 190 -1 12 9 11 -1 13 9 12 -1 14 9 13 -1 110 109 173 -1 110 179 191 -1 110 173 174 -1 110 174 175 -1 110 175 176 -1 110 176 177 -1 110 177 178 -1 110 178 179 -1 110 191 192 -1 193 110 192 -1 194 110 193 -1 195 110 194 -1 196 110 195 -1 8 9 14 -1 111 110 196 -1 111 196 197 -1 7 111 198 -1 15 0 8 -1 16 0 15 -1 17 0 16 -1 35 36 37 -1 18 1 0 -1 18 0 17 -1 38 35 37 -1 39 35 38 -1 40 35 39 -1 112 2 1 -1 112 3 2 -1 112 4 3 -1 112 5 4 -1 112 6 5 -1 112 7 6 -1 112 1 18 -1 112 18 19 -1 112 111 7 -1 20 112 19 -1 21 112 20 -1 22 112 21 -1 23 112 22 -1 34 35 40 -1 113 23 24 -1 113 112 23 -1 26 113 25 -1 41 27 34 -1 42 27 41 -1 43 27 42 -1 61 62 63 -1 44 28 27 -1 44 27 43 -1 64 61 63 -1 65 61 64 -1 66 61 65 -1 114 29 28 -1 114 30 29 -1 114 31 30 -1 114 32 31 -1 114 33 32 -1 114 26 33 -1 114 44 45 -1 114 113 26 -1 114 28 44 -1 46 114 45 -1 47 114 46 -1 48 114 47 -1 49 114 48 -1 60 61 66 -1 115 49 50 -1 115 114 49 -1 52 115 51 -1 67 53 60 -1 68 53 67 -1 69 53 68 -1 87 88 89 -1 70 53 69 -1 70 54 53 -1 90 87 89 -1 91 87 90 -1 92 87 91 -1 116 115 52 -1 116 55 54 -1 116 56 55 -1 116 57 56 -1 116 58 57 -1 116 59 58 -1 116 52 59 -1 116 70 71 -1 116 54 70 -1 72 116 71 -1 73 116 72 -1 74 116 73 -1 75 116 74 -1 86 87 92 -1 117 116 75 -1 117 75 76 -1 78 117 77 -1 93 79 86 -1 94 79 93 -1 95 79 94 -1 96 80 79 -1 96 79 95 -1 118 117 78 -1 118 80 96 -1 118 81 80 -1 118 82 81 -1 118 83 82 -1 118 84 83 -1 118 85 84 -1 118 78 85 -1 118 96 97 -1 98 118 97 -1 99 118 98 -1 100 118 99 -1 101 118 100 -1 104 118 101 -1 105 118 104 -1 105 103 102 -1 105 104 103 -1 14 15 8 -1 24 25 113 -1 40 41 34 -1 50 51 115 -1 66 67 60 -1 76 77 117 -1 92 93 86 -1 135 136 129 -1 145 146 107 -1 161 162 155 -1 171 172 109 -1 187 188 181 -1 197 198 111 -1"> <Coordinate point="-37.898021697998047 12.796093940734863 0.74746823310852051 -37.924404144287109 12.717689514160156 0.43656125664710999 -37.957679748535156 12.618016242980957 0.2484545111656189 -38.026210784912109 12.409968376159668 0.012604113668203354 -38.110172271728516 12.149704933166504 -0.16222916543483734 -38.173789978027344 11.94835090637207 -0.24808748066425323 -38.242164611816406 11.727669715881348 -0.30821776390075684 -38.367771148681641 11.309906959533691 -0.34894576668739319 -37.783245086669922 13.131119728088379 3.8700993061065674 -37.562713623046875 13.749274253845215 9.7185659408569336 -37.552490234375 13.777173042297363 9.9853754043579102 -37.511753082275391 13.887706756591797 10 -37.349323272705078 14.31879711151123 10 -37.181941986083984 14.747986793518066 10 -37.009628295898438 15.17522144317627 10 -37.009628295898438 15.17522144317627 1.6147216558456421 -36.994712829589844 15.211544990539551 1.3049592971801758 -36.942119598388672 15.33882999420166 0.95080912113189697 -36.856433868408203 15.543596267700195 0.62038642168045044 -36.752468109130859 15.787845611572266 0.3471149206161499 -36.634811401367188 16.05897331237793 0.12173808366060257 -36.460285186767578 16.451374053955078 -0.11174597591161728 -36.241657257080078 16.927556991577148 -0.28450471162796021 -35.999458312988281 17.436712265014648 -0.34894508123397827 -33.946071624755859 21.158073425292969 -0.34894508123397827 -31.509416580200195 24.640548706054688 -0.34894508123397827 -28.716999053955078 27.844818115234375 -0.34894537925720215 -27.610389709472656 28.942466735839844 0.74746823310852051 -27.670156478881836 28.885332107543945 0.43665421009063721 -27.745988845825195 28.812498092651367 0.24846003949642181 -27.903352737426758 28.660127639770508 0.012588707730174065 -28.098537445068359 28.468791961669922 -0.16213507950305939 -28.248252868652344 28.320243835449219 -0.24785777926445007 -28.411344528198242 28.156623840332031 -0.30803510546684265 -27.353067398071289 29.185779571533203 3.8700993061065674 -26.870525360107422 29.630641937255859 9.7185659408569336 -26.848506927490234 29.650592803955078 9.9853754043579102 -26.761068344116211 29.729534149169922 10 -26.416908264160156 30.035760879516602 10 -26.069244384765625 30.338005065917969 10 -25.718122482299805 30.636222839355469 10 -25.718122482299805 30.636222839355469 1.6147216558456421 -25.68803596496582 30.661455154418945 1.3049592971801758 -25.582313537597656 30.749719619750977 0.95080912113189697 -25.411281585693359 30.891208648681641 0.62038642168045044 -25.205717086791992 31.059165954589844 0.3471149206161499 -24.975536346435547 31.244560241699219 0.12173808366060257 -24.638643264770508 31.510906219482422 -0.11174597591161728 -24.223766326904297 31.83094596862793 -0.28450471162796021 -23.772693634033203 32.169223785400391 -0.34894508123397827 -20.225107192993164 34.51007080078125 -0.34894508123397827 -16.449169158935547 36.461277008056641 -0.34894508123397827 -12.487507820129395 38.000816345214844 -0.34894537925720215 -10.997550964355469 38.458469390869141 0.74746823310852051 -11.077024459838867 38.435653686523438 0.43665421009063721 -11.178016662597656 38.406406402587891 0.24846003949642181 -11.388165473937988 38.344615936279297 0.012588707730174065 -11.649911880493164 38.265907287597656 -0.16213507950305939 -11.85151195526123 38.203948974609375 -0.24785777926445007 -12.071961402893066 38.134860992431641 -0.30803510546684265 -10.656630516052246 38.554328918457031 3.8700993061065674 -10.022622108459473 38.723983764648438 9.7185659408569336 -9.9938545227050781 38.731418609619141 9.9853754043579102 -9.8797454833984375 38.760684967041016 10 -9.4326963424682617 38.871894836425781 10 -8.9843959808349609 38.977951049804688 10 -8.5349035263061523 39.078834533691406 10 -8.5349035263061523 39.078834533691406 1.6147216558456421 -8.4965362548828125 39.087196350097656 1.3049592971801758 -8.3619070053100586 39.116218566894531 0.95080912113189697 -8.1447105407714844 39.162017822265625 0.62038642168045044 -7.8846392631530762 39.215206146240234 0.3471149206161499 -7.5946688652038574 39.272396087646484 0.12173808366060257 -7.1725864410400391 39.351669311523438 -0.11174597591161728 -6.6565017700195313 39.442249298095703 -0.28450471162796021 -6.099891185760498 39.532154083251953 -0.34894508123397827 -1.8708139657974243 39.956226348876953 -0.34894508123397827 2.3793859481811523 39.929168701171875 -0.34894508123397827 6.6027212142944336 39.451286315917969 -0.34894537925720215 8.1346940994262695 39.164100646972656 0.74746823310852051 8.0537214279174805 39.180831909179688 0.43665421009063721 7.9507036209106445 39.201866149902344 0.24846003949642181 7.7359127998352051 39.244815826416016 0.012588707730174065 7.4675683975219727 39.296760559082031 -0.16213507950305939 7.2602677345275879 39.335586547851563 -0.24785777926445007 7.0329632759094238 39.376865386962891 -0.30803510546684265 8.4811115264892578 39.090545654296875 3.8700993061065674 9.1213417053222656 38.946132659912109 9.7185659408569336 9.1502695083618164 38.939346313476563 9.9853754043579102 9.2649078369140625 38.912227630615234 10 9.712432861328125 38.802947998046875 10 10.158669471740723 38.688518524169922 10 10.603558540344238 38.568958282470703 10 10.603559494018555 38.568958282470703 1.6147216558456421 10.641437530517578 38.558525085449219 1.3048691749572754 10.774195671081543 38.521640777587891 0.95064562559127808 10.98781681060791 38.461250305175781 0.6202552318572998 11.242648124694824 38.387535095214844 0.34717458486557007 11.525759696960449 38.303482055664063 0.1219356432557106 11.936298370361328 38.177543640136719 -0.11159642040729523 12.435514450073242 38.017864227294922 -0.28446367383003235 12.97032356262207 37.8387451171875 -0.34894508123397827 19.177021026611328 35.103302001953125 -0.34894508123397827 17.160854339599609 36.13177490234375 -0.34894508123397827 15.08974552154541 37.044563293457031 -0.34894508123397827 19.177021026611328 35.103302001953125 -0.44999998807907104 -19.177021026611328 -35.103302001953125 -0.44999998807907104 -27.020542144775391 -29.493902206420898 -0.44999998807907104 -33.293727874755859 -22.17042350769043 -0.44999998807907104 -37.632003784179688 -13.55848217010498 -0.44999998807907104 -39.783241271972656 -4.1585693359375 -0.44999998807907104 -39.622425079345703 5.4830241203308105 -0.44999998807907104 -37.158893585205078 14.805963516235352 -0.44999998807907104 -32.535823822021484 23.268434524536133 -0.44999998807907104 -26.021892547607422 30.378629684448242 -0.44999998807907104 -17.995660781860352 35.72332763671875 -0.44999998807907104 -8.923588752746582 38.991916656494141 -0.44999998807907104 0.66709119081497192 39.994438171386719 -0.44999998807907104 10.219001770019531 38.672626495361328 -0.44999998807907104 -19.177021026611328 -35.103302001953125 4.4408920985006262E-16 -16.994571685791016 -36.210281372070313 4.4408920985006262E-16 -17.729530334472656 -35.856151580810547 4.4408920985006262E-16 -18.457115173339844 -35.487110137939453 4.4408920985006262E-16 -16.888936996459961 -36.259674072265625 0 -16.924163818359375 -36.243244171142578 4.4408920985006262E-16 -16.959375381469727 -36.226779937744141 4.4408920985006262E-16 -17.270896911621094 -36.079303741455078 0.74746823310852051 -17.196168899536133 -36.114978790283203 0.43636453151702881 -17.0628662109375 -36.178150177001953 0.19141361117362976 -17.589645385742188 -35.924983978271484 3.8700993061065674 -18.176712036132813 -35.631546020507813 9.7185659408569336 -18.203174591064453 -35.618034362792969 9.9853754043579102 -18.307992935180664 -35.56427001953125 10 -18.716360092163086 -35.351066589355469 10 -19.122245788574219 -35.133171081542969 10 -19.525594711303711 -34.910617828369141 10 -19.525594711303711 -34.910617828369141 1.6147216558456421 -19.559892654418945 -34.891410827636719 1.3047875165939331 -19.679965972900391 -34.823825836181641 0.95060992240905762 -19.872951507568359 -34.714057922363281 0.62020200490951538 -20.102851867675781 -34.581428527832031 0.34701845049858093 -20.357700347900391 -34.432018280029297 0.12175720185041428 -20.726137161254883 -34.211505889892578 -0.11170019209384918 -21.172536849975586 -33.937053680419922 -0.28449192643165588 -21.648834228515625 -33.635219573974609 -0.34894508123397827 -25.095554351806641 -31.148244857788086 -0.34894508123397827 -28.258932113647461 -28.309587478637695 -0.34894508123397827 -31.103250503540039 -25.151298522949219 -0.34894546866416931 -31.279865264892578 -24.931306838989258 -0.33237200975418091 -31.444477081298828 -24.723367691040039 -0.28305253386497498 -31.670585632324219 -24.433050155639648 -0.14347457885742188 -31.82879638671875 -24.226591110229492 0.032444573938846588 -31.959089279174805 -24.054450988769531 0.27877166867256165 -32.026023864746094 -23.965261459350586 0.50453120470046997 -32.05950927734375 -23.920450210571289 0.74746906757354736 -32.270030975341797 -23.635675430297852 3.8700993061065674 -32.653484344482422 -23.103029251098633 9.7185659408569336 -32.670635223388672 -23.078767776489258 9.9853754043579102 -32.73846435546875 -22.982450485229492 10 -33.000972747802734 -22.603887557983398 10 -33.259105682373047 -22.222328186035156 10 -33.512828826904297 -21.837820053100586 10 -33.512828826904297 -21.837820053100586 1.6147216558456421 -33.534275054931641 -21.80487060546875 1.3047688007354736 -33.60919189453125 -21.689216613769531 0.95057660341262817 -33.72906494140625 -21.502330780029297 0.62017190456390381 -33.870986938476563 -21.278070449829102 0.34701445698738098 -34.027191162109375 -21.027372360229492 0.12177885323762894 -34.250934600830078 -20.660915374755859 -0.1116766482591629 -34.518669128417969 -20.210432052612305 -0.28448399901390076 -34.800155639648438 -19.721792221069336 -0.34894508123397827 -36.696319580078125 -15.917914390563965 -0.34894508123397827 -38.17816162109375 -11.934313774108887 -0.34894508123397827 -39.228950500488281 -7.8159675598144531 -0.34894537925720215 -39.282676696777344 -7.5413060188293457 -0.33264139294624329 -39.332237243652344 -7.2784056663513184 -0.28303298354148865 -39.397491455078125 -6.9164695739746094 -0.14354608952999115 -39.441608428955078 -6.660304069519043 0.032181140035390854 -39.477008819580078 -6.4471592903137207 0.27857005596160889 -39.494842529296875 -6.3369855880737305 0.50442731380462646 -39.503673553466797 -6.2817096710205078 0.74746978282928467 -39.5577392578125 -5.9317212104797363 3.8700993061065674 -39.649738311767578 -5.2818851470947266 9.7185659408569336 -39.653648376464844 -5.2524309158325195 9.9853754043579102 -39.6689453125 -5.1356267929077148 10 -39.725460052490234 -4.6784319877624512 10 -39.776706695556641 -4.220616340637207 10 -39.822677612304688 -3.7622411251068115 10 -39.822677612304688 -3.7622411251068115 1.6147216558456421 -39.826335906982422 -3.7232508659362793 1.3046715259552002 -39.83892822265625 -3.5860307216644287 0.95070761442184448 -39.858219146728516 -3.3648526668548584 0.62037843465805054 -39.879673004150391 -3.1002709865570068 0.34711489081382751 -39.901493072509766 -2.805527925491333 0.12174103409051895 -39.929328918457031 -2.376920223236084 -0.11160503327846527 -39.95703125 -1.8537706136703491 -0.28434023261070251 -39.979183197021484 -1.2903414964675903 -0.34894508123397827 -39.890403747558594 2.959017276763916 -0.34894508123397827 -39.351238250732422 7.1749668121337891 -0.34894508123397827" /> <Normal vector="-0.94745051860809326 0.31990236043930054 0 -0.94811010360717773 0.31794223189353943 0 -0.94894206523895264 0.31545042991638184 0 -0.95065528154373169 0.3102492094039917 0 -0.95275413990020752 0.30374258756637573 0 -0.95434433221817017 0.29870864748954773 0 -0.95605367422103882 0.29319161176681519 0 -0.95919430255889893 0.28274768590927124 0 -0.94458115100860596 0.32827797532081604 0 -0.93906784057617188 0.34373185038566589 0 -0.938812255859375 0.34442934393882751 0 -0.9377937912940979 0.3471926748752594 0 -0.93373310565948486 0.35796990990638733 0 -0.92954856157302856 0.36869966983795166 0 -0.92524075508117676 0.37938052415847778 0 -0.92524075508117676 0.37938052415847778 0 -0.92486786842346191 0.38028863072395325 0 -0.9235529899597168 0.38347074389457703 0 -0.92141079902648926 0.38858991861343384 0 -0.91881167888641357 0.39469614624977112 0 -0.91587024927139282 0.40147432684898376 0 -0.91150707006454468 0.41128435730934143 0 -0.90604144334793091 0.42318892478942871 0 -0.89998650550842285 0.43591779470443726 0 -0.84865182638168335 0.52895182371139526 0 -0.78773540258407593 0.61601370573043823 0 -0.71792501211166382 0.69612044095993042 0 -0.69025975465774536 0.72356164455413818 0 -0.69175392389297485 0.72213327884674072 0 -0.69364970922470093 0.72031247615814209 0 -0.69758379459381104 0.71650320291519165 0 -0.70246344804763794 0.711719810962677 0 -0.70620632171630859 0.70800608396530151 0 -0.71028363704681396 0.70391559600830078 0 -0.68382668495178223 0.72964447736740112 0 -0.67176312208175659 0.74076604843139648 0 -0.67121267318725586 0.74126482009887695 0 -0.66902673244476318 0.74323838949203491 0 -0.660422682762146 0.75089401006698608 0 -0.65173107385635376 0.75845009088516235 0 -0.64295303821563721 0.76590555906295776 0 -0.64295303821563721 0.76590555906295776 0 -0.64220088720321655 0.7665364146232605 0 -0.63955783843994141 0.76874297857284546 0 -0.63528203964233398 0.77228021621704102 0 -0.6301429271697998 0.77647918462753296 0 -0.62438845634460449 0.78111398220062256 0 -0.6159660816192627 0.78777265548706055 0 -0.60559415817260742 0.79577362537384033 0 -0.59431737661361694 0.80423063039779663 0 -0.50562769174575806 0.86275178194046021 0 -0.41122922301292419 0.91153198480606079 0 -0.31218770146369934 0.950020432472229 0 -0.27493876218795776 0.96146172285079956 0 -0.27692559361457825 0.96089136600494385 0 -0.27945041656494141 0.96016013622283936 0 -0.28470414876937866 0.95861542224884033 0 -0.29124778509140015 0.95664763450622559 0 -0.29628780484199524 0.95509868860244751 0 -0.30179902911186218 0.95337158441543579 0 -0.26641577482223511 0.96385818719863892 0 -0.25056555867195129 0.96809965372085571 0 -0.24984635412693024 0.96828550100326538 0 -0.24699363112449646 0.96901708841323853 0 -0.23581740260124207 0.9717974066734314 0 -0.22460988163948059 0.97444874048233032 0 -0.21337258815765381 0.97697091102600098 0 -0.21337258815765381 0.97697091102600098 0 -0.21241341531276703 0.9771798849105835 0 -0.20904766023159027 0.97790545225143433 0 -0.20361776649951935 0.97905045747756958 0 -0.19711598753929138 0.98038017749786377 0 -0.18986672163009644 0.98180985450744629 0 -0.17931465804576874 0.9837917685508728 0 -0.16641254723072052 0.98605620861053467 0 -0.15249727666378021 0.98830389976501465 0 -0.046770349144935608 0.99890565872192383 0 0.059484649449586868 0.99822920560836792 0 0.16506803035736084 0.98628216981887817 0 0.20336735248565674 0.9791024923324585 0 0.20134304463863373 0.97952079772949219 0 0.19876760244369507 0.98004662990570068 0 0.19339781999588013 0.98112040758132935 0 0.18668921291828156 0.98241901397705078 0 0.1815066933631897 0.98338973522186279 0 0.17582407593727112 0.98442161083221436 0 0.21202778816223145 0.97726362943649292 0 0.22803352773189545 0.97365325689315796 0 0.22875674068927765 0.9734836220741272 0 0.23162269592285156 0.9728056788444519 0 0.24281083047389984 0.9700736403465271 0 0.25396674871444702 0.967212975025177 0 0.26508897542953491 0.96422398090362549 0 0.26508897542953491 0.96422398090362549 0 0.26603594422340393 0.9639630913734436 0 0.26935487985610962 0.96304100751876831 0 0.27469542622566223 0.96153128147125244 0 0.2810661792755127 0.95968836545944214 0 0.28814399242401123 0.95758706331253052 0 0.29840746521949768 0.95443856716156006 0 0.31088784337043762 0.95044660568237305 0 0.32425808906555176 0.9459686279296875 0 0.47942554950714111 0.87758255004882813 0 0.42902138829231262 0.90329432487487793 0 0.37724363803863525 0.92611408233642578 0 0.47942554950714111 0.87758255004882813 0 -0.47942554950714111 -0.87758255004882813 0 -0.67551356554031372 -0.73734754323959351 0 -0.83234316110610962 -0.55426061153411865 0 -0.94080007076263428 -0.33896204829216003 0 -0.99458104372024536 -0.10396423190832138 0 -0.99056059122085571 0.13707560300827026 0 -0.92897236347198486 0.37014910578727722 0 -0.81339561939239502 0.58171087503433228 0 -0.6505473256111145 0.75946575403213501 0 -0.44989153742790222 0.89308321475982666 0 -0.22308970987796783 0.97479790449142456 0 0.016677280887961388 0.99986094236373901 0 0.25547504425048828 0.96681565046310425 0 -0.47942554950714111 -0.87758255004882813 0 -0.42486429214477539 -0.90525704622268677 0 -0.44323825836181641 -0.89640384912490845 0 -0.46142786741256714 -0.88717770576477051 0 -0.42222341895103455 -0.90649181604385376 0 -0.42310410737991333 -0.90608108043670654 0 -0.42398437857627869 -0.90566951036453247 0 -0.43177244067192078 -0.90198254585266113 0 -0.42990419268608093 -0.90287452936172485 0 -0.42657166719436646 -0.90445375442504883 0 -0.43974113464355469 -0.8981245756149292 0 -0.45441776514053345 -0.89078867435455322 0 -0.45507937669754028 -0.89045089483261108 0 -0.45769980549812317 -0.88910681009292603 0 -0.46790900826454163 -0.88377666473388672 0 -0.47805613279342651 -0.87832927703857422 0 -0.48813986778259277 -0.87276542186737061 0 -0.48813986778259277 -0.87276542186737061 0 -0.48899734020233154 -0.87228530645370483 0 -0.49199914932250977 -0.87059569358825684 0 -0.4968237578868866 -0.86785143613815308 0 -0.50257128477096558 -0.86453574895858765 0 -0.50894254446029663 -0.86080050468444824 0 -0.51815342903137207 -0.85528767108917236 0 -0.52931344509124756 -0.84842634201049805 0 -0.54122084379196167 -0.84088051319122314 0 -0.62738889455795288 -0.7787061333656311 0 -0.70647329092025757 -0.70773965120315552 0 -0.77758127450942993 -0.62878245115280151 0 -0.78199660778045654 -0.62328267097473145 0 -0.78611195087432861 -0.61808419227600098 0 -0.79176467657089233 -0.61082625389099121 0 -0.79571992158889771 -0.60566478967666626 0 -0.79897725582122803 -0.60136127471923828 0 -0.80065065622329712 -0.59913152456283569 0 -0.80148768424987793 -0.59801125526428223 0 -0.80675071477890015 -0.59089189767837524 0 -0.81633710861206055 -0.57757574319839478 0 -0.81676590442657471 -0.57696914672851563 0 -0.81846159696578979 -0.57456123828887939 0 -0.8250243067741394 -0.56509721279144287 0 -0.83147764205932617 -0.55555820465087891 0 -0.83782070875167847 -0.54594546556472778 0 -0.83782070875167847 -0.54594546556472778 0 -0.83835685253143311 -0.54512178897857666 0 -0.84022980928421021 -0.54223042726516724 0 -0.84322661161422729 -0.53755825757980347 0 -0.8467746376991272 -0.53195178508758545 0 -0.85067975521087646 -0.52568429708480835 0 -0.85627341270446777 -0.51652288436889648 0 -0.86296671628952026 -0.50526076555252075 0 -0.87000387907028198 -0.49304482340812683 0 -0.9174080491065979 -0.39794787764549255 0 -0.95445406436920166 -0.29835784435272217 0 -0.9807237982749939 -0.19539919495582581 0 -0.98206692934036255 -0.18853265047073364 0 -0.98330593109130859 -0.18196013569831848 0 -0.98493731021881104 -0.17291174829006195 0 -0.98604017496109009 -0.16650760173797607 0 -0.98692518472671509 -0.16117897629737854 0 -0.98737108707427979 -0.15842463076114655 0 -0.98759180307388306 -0.1570427417755127 0 -0.98894345760345459 -0.14829303324222565 0 -0.99124342203140259 -0.1320471465587616 0 -0.991341233253479 -0.13131077587604523 0 -0.99172365665435791 -0.12839066982269287 0 -0.99313652515411377 -0.1169607937335968 0 -0.99441766738891602 -0.10551541298627853 0 -0.99556690454483032 -0.094056032598018646 0 -0.99556690454483032 -0.094056025147438049 0 -0.99565845727920532 -0.09308178722858429 0 -0.99597328901290894 -0.089650802314281464 0 -0.99645549058914185 -0.084121339023113251 0 -0.99699181318283081 -0.077506780624389648 0 -0.99753725528717041 -0.070138201117515564 0 -0.99823290109634399 -0.059422992169857025 0 -0.99892550706863403 -0.046344250440597534 0 -0.99947953224182129 -0.032258536666631699 0 -0.99726009368896484 0.073975428938865662 0 -0.98378092050552368 0.17937417328357697 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1"> <Coordinate point="-37.749107360839844 12.729636192321777 3.9111936092376709 -37.531330108642578 13.34005069732666 9.7596168518066406 -37.783245086669922 13.131119728088379 3.8700993061065674 -37.808223724365234 12.926996231079102 3.8925406932830811 -37.562713623046875 13.749274253845215 9.7185659408569336 -37.590705871582031 13.541515350341797 9.7410869598388672" /> <Normal vector="-0.8763088583946228 -0.47468936443328857 0.082175552845001221 -0.87630301713943481 -0.47469991445541382 0.08217649906873703 -0.94458121061325073 0.3282778263092041 -1.760905092851317E-6 -0.99577599763870239 -0.08006693422794342 0.044937815517187119 -0.9390677809715271 0.34373205900192261 2.1135958832019242E-6 -0.99639260768890381 -0.071883596479892731 0.045105002820491791" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1"> <Coordinate point="-37.783245086669922 13.131119728088379 3.8700993061065674 -37.808223724365234 12.926996231079102 3.8925406932830811 -37.749107360839844 12.729636192321777 3.9111936092376709 -37.898021697998047 12.796093940734863 0.74746823310852051 -37.921340942382813 12.593268394470215 0.76989573240280151 -37.861793518066406 12.397591590881348 0.78858399391174316" /> <Normal vector="-0.94458121061325073 0.32827785611152649 -1.4240533801057609E-6 -0.99577564001083374 -0.080071687698364258 0.044938359409570694 -0.87630021572113037 -0.47470510005950928 0.082176700234413147 -0.94745051860809326 0.31990233063697815 0 -0.99529522657394409 -0.085851989686489105 0.044909369200468063 -0.87499219179153442 -0.47710227966308594 0.082231543958187103" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1"> <Coordinate point="-37.898021697998047 12.796093940734863 0.74746823310852051 -37.924404144287109 12.717689514160156 0.43656125664710999 -37.957679748535156 12.618016242980957 0.2484545111656189 -38.026210784912109 12.409968376159668 0.012604113668203354 -38.110172271728516 12.149704933166504 -0.16222916543483734 -38.173789978027344 11.94835090637207 -0.24808748066425323 -38.242164611816406 11.727669715881348 -0.30821776390075684 -38.367771148681641 11.309906959533691 -0.34894576668739319 -38.281463623046875 11.284464836120605 -0.062797129154205322 -38.053611755371094 11.217299461364746 0.12036649137735367 -37.861793518066406 12.397591590881348 0.78858399391174316 -37.882587432861328 12.357510566711426 0.58849835395812988 -37.910488128662109 12.249066352844238 0.41387608647346497 -37.938873291015625 12.103083610534668 0.29069593548774719 -37.970657348632813 11.906269073486328 0.19594497978687286 -38.003238677978516 11.669258117675781 0.13669675588607788 -37.921340942382813 12.593268394470215 0.76989573240280151 -38.149368286132813 11.812586784362793 -0.030963337048888206 -38.175113677978516 11.713645935058594 -0.049519855529069901" /> <Normal vector="-0.94745349884033203 0.31989353895187378 1.0570863651082618E-6 -0.94811254739761353 0.31793493032455444 -0.000027581203539739363 -0.94893908500671387 0.31545937061309814 -3.1980955554899992E-6 -0.95065444707870483 0.31025174260139465 2.3991788111743517E-6 -0.95274055004119873 0.30378511548042297 0.000032950643799267709 -0.95433986186981201 0.29872304201126099 0.000024312081222888082 -0.95607012510299683 0.29313802719116211 1.5946395137689251E-7 -0.95919400453567505 0.28274884819984436 -1.3253243480448873E-7 -0.78660047054290771 0.23180152475833893 0.57230043411254883 -0.33087018132209778 0.097525440156459808 0.93862330913543701 -0.8749890923500061 -0.47710758447647095 0.082233943045139313 -0.86808562278747559 -0.41266363859176636 0.27592760324478149 -0.82465517520904541 -0.33213925361633301 0.45785081386566162 -0.75871515274047852 -0.25053495168685913 0.60131818056106567 -0.66671198606491089 -0.16027151048183441 0.72787922620773315 -0.55225765705108643 -0.062166128307580948 0.83135241270065308 -0.99529433250427246 -0.085859283804893494 0.044914860278367996 -0.87492763996124268 0.12549220025539398 0.46771076321601868 -0.8587302565574646 0.14596764743328094 0.49119836091995239" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="12 5 4 -1 12 4 8 -1 13 6 5 -1 13 5 12 -1 14 1 0 -1 14 7 6 -1 14 0 7 -1 14 6 13 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 14 13 -1 17 1 14 -1 17 13 16 -1 17 16 11 -1"> <Coordinate point="-39.979183197021484 -1.2903414964675903 -0.34894508123397827 -39.890403747558594 2.959017276763916 -0.34894508123397827 -39.351238250732422 7.1749668121337891 -0.34894508123397827 -38.367771148681641 11.309906959533691 -0.34894576668739319 -39.651824951171875 -1.279775857925415 0.12036652863025665 -39.784587860107422 -1.2840609550476074 0.047019768506288528 -39.889251708984375 -1.2874389886856079 -0.062794789671897888 -39.956169128417969 -1.2895987033843994 -0.19896338880062103 -39.563770294189453 2.9347882270812988 0.12036652863025665 -39.029022216796875 7.1162171363830566 0.12036652863025665 -38.053611755371094 11.217299461364746 0.12036649137735367 -38.281463623046875 11.284464836120605 -0.062797129154205322 -39.696243286132813 2.9446146488189697 0.047019768506288528 -39.800670623779297 2.9523611068725586 -0.062794789671897888 -39.867439270019531 2.9573140144348145 -0.19896338880062103 -39.159702301025391 7.1400437355041504 0.047019768506288528 -39.262718200683594 7.1588273048400879 -0.062794789671897888 -39.328586578369141 7.1708369255065918 -0.19896338880062103" /> <Normal vector="-0.99947953224182129 -0.032258536666631699 0 -0.99726009368896484 0.073975428938865662 0 -0.98378092050552368 0.17937417328357697 0 -0.95919430255889893 0.28274768590927124 -1.3483657994584064E-6 -0.34476453065872192 -0.011127389967441559 0.93862324953079224 -0.61029446125030518 -0.019697457551956177 0.79192972183227539 -0.81961715221405029 -0.026453416794538498 0.57230061292648315 -0.95345425605773926 -0.03077305480837822 0.29996341466903687 -0.34399890899658203 0.025517385452985764 0.93862324953079224 -0.33934935927391052 0.061874054372310638 0.93862324953079224 -0.33086878061294556 0.097532249987125397 0.93862307071685791 -0.78658199310302734 0.23186565935611725 0.57229983806610107 -0.60893923044204712 0.04517030343413353 0.79192972183227539 -0.81779706478118896 0.060663100332021713 0.57230061292648315 -0.95133692026138306 0.070568911731243134 0.29996341466903687 -0.60070866346359253 0.1095280647277832 0.79192972183227539 -0.8067435622215271 0.14709469676017761 0.57230061292648315 -0.93847852945327759 0.17111411690711975 0.29996341466903687" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1"> <Coordinate point="-39.024223327636719 -3.3157157897949219 1.6147215366363525 -39.068294525146484 -3.2390186786651611 1.3209164142608643 -39.101795196533203 -3.1599981784820557 1.1712050437927246 -39.142341613769531 -3.0546951293945313 1.0215109586715698 -39.226955413818359 -2.8137896060943604 0.76981985569000244 -39.344379425048828 -2.4444420337677002 0.50139480829238892 -39.476200103759766 -1.9847642183303833 0.27981856465339661 -39.565921783447266 -1.6405758857727051 0.17551484704017639 -39.651824951171875 -1.279775857925415 0.12036652863025665 -39.822677612304688 -3.7622411251068115 1.6147216558456421 -39.781688690185547 -3.5115704536437988 1.6147216558456421 -39.686798095703125 -3.37026047706604 1.6147216558456421 -39.540390014648438 -3.2641870975494385 1.6147215366363525 -39.365928649902344 -3.216853141784668 1.6147215366363525 -39.186046600341797 -3.2347481250762939 1.6147215366363525 -39.826335906982422 -3.7232508659362793 1.3046715259552002 -39.83892822265625 -3.5860307216644287 0.95070761442184448 -39.858219146728516 -3.3648526668548584 0.62037843465805054 -39.879673004150391 -3.1002709865570068 0.34711489081382751 -39.901493072509766 -2.805527925491333 0.12174103409051895 -39.929328918457031 -2.376920223236084 -0.11160503327846527 -39.95703125 -1.8537706136703491 -0.28434023261070251 -39.979183197021484 -1.2903414964675903 -0.34894508123397827 -39.784587860107422 -1.2840609550476074 0.047019768506288528 -39.889251708984375 -1.2874389886856079 -0.062794789671897888 -39.956169128417969 -1.2895987033843994 -0.19896338880062103 -39.721343994140625 -2.6708769798278809 0.51481574773788452 -39.785602569580078 -3.3857653141021729 1.1369332075119019 -39.794780731201172 -3.318028450012207 0.99582803249359131 -39.292934417724609 -3.2043187618255615 1.4814825057983398 -39.806095123291016 -3.227337121963501 0.84721833467483521 -39.633705139160156 -3.1097445487976074 1.0256888866424561 -39.360630035400391 -3.1095066070556641 1.2039549350738525 -39.818099975585938 -3.1240410804748535 0.70900946855545044 -39.376064300537109 -3.0729081630706787 1.1343288421630859 -39.393531799316406 -3.0280089378356934 1.0596923828125 -39.494525909423828 -2.7097814083099365 0.68714219331741333 -39.799018859863281 -2.1401467323303223 0.17274940013885498 -39.826095581054688 -1.9179707765579224 0.078337050974369049 -39.846851348876953 -1.7308412790298462 0.01724923774600029 -39.586246490478516 -3.2410531044006348 1.3434135913848877 -39.610401153564453 -3.1943223476409912 1.1954032182693481" /> <Normal vector="0.60133814811706543 0.79899466037750244 2.0963004772056593E-6 0.5263669490814209 0.81208819150924683 0.25189405679702759 0.47518861293792725 0.79717373847961426 0.37243771553039551 0.41535875201225281 0.76834213733673096 0.4869573712348938 0.2933204174041748 0.68578416109085083 0.66608047485351563 0.12464345246553421 0.53794807195663452 0.83371210098266602 -0.069771945476531982 0.33412763476371765 0.93994182348251343 -0.20730245113372803 0.1705612987279892 0.96329361200332642 -0.34476444125175476 -0.011126237921416759 0.93862330913543701 -0.99556690454483032 -0.09405604749917984 0 -0.91340959072113037 0.40704163908958435 3.981943336839322E-6 -0.72388339042663574 0.68992239236831665 4.8209972192125861E-6 -0.43115302920341492 0.9022788405418396 5.5217924455064349E-6 -0.081963606178760529 0.9966353178024292 1.132107172452379E-6 0.2777714729309082 0.96064716577529907 0.000011196160812687594 -0.99565881490707397 -0.093078181147575378 -7.6871347118867561E-6 -0.99597311019897461 -0.089652426540851593 4.3738332351495046E-6 -0.99645549058914185 -0.084121659398078918 4.1660782699182164E-6 -0.99699205160140991 -0.0775037482380867 -1.2445990478227031E-6 -0.99753731489181519 -0.070137448608875275 -1.0391912610430154E-6 -0.99823242425918579 -0.059430912137031555 3.5951675272372086E-6 -0.99892610311508179 -0.046331271529197693 -3.142893092444865E-6 -0.99947953224182129 -0.032258536666631699 3.3305221336377144E-7 -0.61029446125030518 -0.019696688279509544 0.79192972183227539 -0.81961703300476074 -0.026452787220478058 0.57230073213577271 -0.95345413684844971 -0.030772872269153595 0.29996377229690552 -0.65315979719161987 0.42106339335441589 0.62935513257980347 -0.89629030227661133 0.38769155740737915 0.21531115472316742 -0.89945244789123535 0.35440939664840698 0.2556937038898468 0.067566432058811188 0.98286110162734985 0.17151902616024017 -0.9029887318611145 0.31745973229408264 0.2895352840423584 -0.56862020492553711 0.67252939939498901 0.47368261218070984 -0.04211151972413063 0.89391356706619263 0.44625687599182129 -0.9065367579460144 0.28214189410209656 0.31398579478263855 -0.063714176416397095 0.86364847421646118 0.50005185604095459 -0.087646573781967163 0.82887822389602661 0.55252057313919067 -0.22067391872406006 0.62525063753128052 0.74857509136199951 -0.726318359375 0.22025436162948608 0.65111416578292847 -0.75280910730361938 0.15024298429489136 0.64086306095123291 -0.77381110191345215 0.095055148005485535 0.6262434720993042 -0.51014417409896851 0.81384754180908203 0.27821767330169678 -0.54380351305007935 0.74775475263595581 0.38097313046455383" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1"> <Coordinate point="-37.230072021484375 13.424927711486816 10.355278968811035 -37.356781005859375 13.241550445556641 10.217992782592773 -37.365882873535156 13.078556060791016 10.013345718383789 -37.529506683349609 13.34504508972168 9.8079347610473633 -37.585239410400391 13.559360504150391 9.9095926284790039 -37.552490234375 13.777173042297363 9.9853754043579102 -37.511753082275391 13.887706756591797 10" /> <Normal vector="-0.60467630624771118 0.21804244816303253 0.76604443788528442 -0.85810273885726929 -0.14871086180210114 0.49147206544876099 -0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.88172966241836548 -0.21799767017364502 0.41836565732955933 -0.73032408952713013 0.076924331486225128 0.67875576019287109 -0.60280305147171021 0.22317072749137878 0.76604396104812622" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1"> <Coordinate point="-37.230072021484375 13.424927711486816 10.355278968811035 -31.399242401123047 5.3709149360656738 16.834228515625 -31.397581100463867 5.060450553894043 16.792268753051758 -31.290714263916016 4.7966842651367188 16.674985885620117 -37.365882873535156 13.078556060791016 10.013345718383789 -37.356781005859375 13.241550445556641 10.217992782592773" /> <Normal vector="-0.60467630624771118 0.21804241836071014 0.76604443788528442 -0.63358676433563232 0.10837691277265549 0.76604324579238892 -0.82112473249435425 -0.2898542582988739 0.49166926741600037 -0.78622215986251831 -0.61245810985565186 0.082157067954540253 -0.87630301713943481 -0.47469991445541382 0.082176506519317627 -0.85810244083404541 -0.14871132373809814 0.49147239327430725" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1"> <Coordinate point="-39.822677612304688 -3.7622411251068115 1.6147216558456421 -39.781688690185547 -3.5115704536437988 1.6147216558456421 -39.686798095703125 -3.37026047706604 1.6147216558456421 -39.540390014648438 -3.2641870975494385 1.6147215366363525 -39.365928649902344 -3.216853141784668 1.6147215366363525 -39.186046600341797 -3.2347481250762939 1.6147215366363525 -39.024223327636719 -3.3157157897949219 1.6147215366363525 -39.822677612304688 -3.7622411251068115 10 -39.761161804199219 -3.470775842666626 10.073545455932617 -39.6495361328125 -3.3349392414093018 10.176597595214844 -39.450401306152344 -3.2310373783111572 10.350322723388672 -39.233673095703125 -3.2234458923339844 10.532092094421387 -39.024223327636719 -3.3157157897949219 10.700789451599121" /> <Normal vector="-0.99556690454483032 -0.094056032598018646 0 -0.91342496871948242 0.40700718760490417 0 -0.72385561466217041 0.68995147943496704 0 -0.4311230480670929 0.90229314565658569 0 -0.082007624208927155 0.9966316819190979 0 0.27783286571502686 0.96062940359115601 0 0.60133820772171021 0.79899460077285767 0 -0.99556690454483032 -0.094056032598018646 0 -0.87239736318588257 0.4887973964214325 0 -0.64928299188613892 0.76054686307907104 0 -0.25093075633049011 0.96800506114959717 0 0.18238043785095215 0.98322802782058716 0 0.60133820772171021 0.79899460077285767 0" /> </IndexedFaceSet> </Shape> <Shape> <Appearance USE="__defaultMaterialFace" /> <IndexedFaceSet solid="false" convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1"> <Coordinate point="-37.562713623046875 13.749274253845215 9.7185659408569336 -37.590705871582031 13.541515350341797 9.7410869598388672 -37.531330108642578 13.34005069732666 9.7596168518066406 -37.552490234375 13.777173042297363 9.9853754043579102 -37.529506683349609 13.34504508972168 9.8079347610473633 -37.585239410400391 13.559360504150391 9.9095926284790039" /> <Normal vector="-0.93906784057617188 0.34373185038566589 0 -0.99639284610748291 -0.071881920099258423 0.045103661715984344 -0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.938812255859375 0.34442934393882751 0 -0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.99646842479705811 -0.070872277021408081 0.045030608773231506" /> </IndexedFaceSet> </Shape> <Shape> <Appearance DEF="__defaultMaterialEdge"> <Material diffuseColor="0.20000000298023224 0.69999998807907104 0.20000000298023224" emissiveColor="0.20000000298023224 0.69999998807907104 0.20000000298023224" specularColor="0.20000000298023224 0.69999998807907104 0.20000000298023224" transparency="0.20000000298023224" /> </Appearance> <IndexedLineSet DEF="_5" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="5.6989855766296387 10.431922912597656 1.4210854715202004E-14 8.0299053192138672 8.7649335861206055 1.4210854715202004E-14 9.8941574096679688 6.5885581970214844 1.4210854715202004E-14 11.183396339416504 4.0292801856994629 1.4210854715202004E-14 11.822696685791016 1.2358344793319702 1.4210854715202004E-14 11.774905204772949 -1.6294331550598145 1.4210854715202004E-14 11.04279899597168 -4.4000039100646973 1.4210854715202004E-14 9.6689252853393555 -6.9148626327514648 1.4210854715202004E-14 7.7331290245056152 -9.0278549194335938 1.4210854715202004E-14 5.3479113578796387 -10.616180419921875 1.4210854715202004E-14 2.6518924236297607 -11.587532997131348 1.4210854715202004E-14 -0.19824470579624176 -11.885458946228027 1.4210854715202004E-14 -3.0368607044219971 -11.492646217346191 1.4210854715202004E-14 -5.6989855766296387 -10.431922912597656 1.4210854715202004E-14" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_2" coordIndex="0 1 2 3 -1"> <Coordinate point="5.6989855766296387 10.431922912597656 0 6.6923503875732422 12.250265121459961 -0.042949862778186798 7.6840085983276367 14.065483093261719 -0.17172566056251526 8.6722564697265625 15.874458312988281 -0.38610616326332092" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_3" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="8.6722564697265625 15.874458312988281 -0.38610616326332092 12.219263076782227 13.3377685546875 -0.38610616326332092 15.056130409240723 10.025937080383301 -0.38610616326332092 17.017990112304688 6.1314334869384766 -0.38610616326332092 17.990825653076172 1.8805932998657227 -0.38610616326332092 17.918100357055664 -2.4795398712158203 -0.38610616326332092 16.804040908813477 -6.6955714225769043 -0.38610616326332092 14.713391304016113 -10.522480010986328 -0.38610616326332092 11.76765251159668 -13.737861633300781 -0.38610616326332092 8.1380205154418945 -16.154848098754883 -0.38610616326332092 4.0354361534118652 -17.632972717285156 -0.38610616326332092 -0.30167281627655029 -18.086334228515625 -0.38610616326332092 -4.6212496757507324 -17.488582611083984 -0.38610616326332092 -8.6722564697265625 -15.874458312988281 -0.38610616326332092" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_1" coordIndex="0 1 2 3 -1"> <Coordinate point="-5.6989855766296387 -10.431922912597656 0 -6.6923503875732422 -12.250265121459961 -0.042949862778186798 -7.6840085983276367 -14.065483093261719 -0.17172566056251526 -8.6722564697265625 -15.874458312988281 -0.38610616326332092" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_4" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="-5.6989855766296387 -10.431922912597656 1.4210854715202004E-14 -8.0299053192138672 -8.7649335861206055 1.4210854715202004E-14 -9.8941574096679688 -6.5885581970214844 1.4210854715202004E-14 -11.183396339416504 -4.0292801856994629 1.4210854715202004E-14 -11.822696685791016 -1.2358344793319702 1.4210854715202004E-14 -11.774905204772949 1.6294331550598145 1.4210854715202004E-14 -11.04279899597168 4.4000039100646973 1.4210854715202004E-14 -9.6689252853393555 6.9148626327514648 1.4210854715202004E-14 -7.7331290245056152 9.0278549194335938 1.4210854715202004E-14 -5.3479113578796387 10.616180419921875 1.4210854715202004E-14 -2.6518924236297607 11.587532997131348 1.4210854715202004E-14 0.19824470579624176 11.885458946228027 1.4210854715202004E-14 3.0368607044219971 11.492646217346191 1.4210854715202004E-14 5.6989855766296387 10.431922912597656 1.4210854715202004E-14" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_1" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_8" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="-8.6722564697265625 -15.874458312988281 -0.38610616326332092 -12.219263076782227 -13.3377685546875 -0.38610616326332092 -15.056130409240723 -10.025937080383301 -0.38610616326332092 -17.017990112304688 -6.1314334869384766 -0.38610616326332092 -17.990825653076172 -1.8805932998657227 -0.38610616326332092 -17.918100357055664 2.4795398712158203 -0.38610616326332092 -16.804040908813477 6.6955714225769043 -0.38610616326332092 -14.713391304016113 10.522480010986328 -0.38610616326332092 -11.76765251159668 13.737861633300781 -0.38610616326332092 -8.1380205154418945 16.154848098754883 -0.38610616326332092 -4.0354361534118652 17.632972717285156 -0.38610616326332092 0.30167281627655029 18.086334228515625 -0.38610616326332092 4.6212496757507324 17.488582611083984 -0.38610616326332092 8.6722564697265625 15.874458312988281 -0.38610616326332092" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_2" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_7" coordIndex="0 1 -1"> <Coordinate point="-8.6722564697265625 -15.874458312988281 -0.38610616326332092 -10.504765510559082 -19.228843688964844 -0.86389380693435669" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_9" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="10.504765510559082 19.228843688964844 -0.86389380693435669 14.801279067993164 16.156133651733398 -0.86389380693435669 18.23759651184082 12.144487380981445 -0.86389380693435669 20.614011764526367 7.4270482063293457 -0.86389380693435669 21.792415618896484 2.2779760360717773 -0.86389380693435669 21.704322814941406 -3.0034842491149902 -0.86389380693435669 20.354852676391602 -8.1103925704956055 -0.86389380693435669 17.822433471679688 -12.745954513549805 -0.86389380693435669 14.254240036010742 -16.640768051147461 -0.86389380693435669 9.8576412200927734 -19.5684814453125 -0.86389380693435669 4.8881521224975586 -21.358943939208984 -0.86389380693435669 -0.36541840434074402 -21.908103942871094 -0.86389380693435669 -5.5977520942687988 -21.184043884277344 -0.86389380693435669 -10.504765510559082 -19.228843688964844 -0.86389380693435669" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_6" coordIndex="0 1 -1"> <Coordinate point="8.6722564697265625 15.874458312988281 -0.38610616326332092 10.504765510559082 19.228843688964844 -0.86389380693435669" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_3" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_4" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_5" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_10" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="3.5717203617095947 6.5379900932312012 0 5.0325760841369629 5.4932394027709961 0 6.2009568214416504 4.1292414665222168 0 7.0089602470397949 2.5252671241760254 0 7.4096288681030273 0.77453351020812988 0 7.379676342010498 -1.021213173866272 0 6.9208440780639648 -2.7576107978820801 0 6.0597972869873047 -4.3337459564208984 0 4.8465776443481445 -5.6580195426940918 0 3.3516919612884521 -6.6534700393676758 0 1.6620184183120728 -7.262244701385498 0 -0.12424574047327042 -7.4489641189575195 0 -1.9032890796661377 -7.2027764320373535 0 -3.5717203617095947 -6.5379900932312012 0" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_12" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="-3.5717203617095947 -6.5379900932312012 0 -5.0325760841369629 -5.4932394027709961 0 -6.2009568214416504 -4.1292414665222168 0 -7.0089602470397949 -2.5252671241760254 0 -7.4096288681030273 -0.77453351020812988 0 -7.379676342010498 1.021213173866272 0 -6.9208440780639648 2.7576107978820801 0 -6.0597972869873047 4.3337459564208984 0 -4.8465776443481445 5.6580195426940918 0 -3.3516919612884521 6.6534700393676758 0 -1.6620184183120728 7.262244701385498 0 0.12424574047327042 7.4489641189575195 0 1.9032890796661377 7.2027764320373535 0 3.5717203617095947 6.5379900932312012 0" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_6" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_16" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="-10.504765510559082 -19.228843688964844 -0.86389380693435669 -14.801279067993164 -16.156133651733398 -0.86389380693435669 -18.23759651184082 -12.144487380981445 -0.86389380693435669 -20.614011764526367 -7.4270482063293457 -0.86389380693435669 -21.792415618896484 -2.2779760360717773 -0.86389380693435669 -21.704322814941406 3.0034842491149902 -0.86389380693435669 -20.354852676391602 8.1103925704956055 -0.86389380693435669 -17.822433471679688 12.745954513549805 -0.86389380693435669 -14.254240036010742 16.640768051147461 -0.86389380693435669 -9.8576412200927734 19.5684814453125 -0.86389380693435669 -4.8881521224975586 21.358943939208984 -0.86389380693435669 0.36541840434074402 21.908103942871094 -0.86389380693435669 5.5977520942687988 21.184043884277344 -0.86389380693435669 10.504765510559082 19.228843688964844 -0.86389380693435669" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_7" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_8" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_15" coordIndex="0 1 2 3 -1"> <Coordinate point="-13.478035926818848 -24.671379089355469 -1.25 -12.484671592712402 -22.853036880493164 -1.207050085067749 -11.493013381958008 -21.037818908691406 -1.0782743692398071 -10.504765510559082 -19.228843688964844 -0.86389380693435669" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_17" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="13.478035926818848 24.671379089355469 -1.25 18.990636825561523 20.728969573974609 -1.25 23.399570465087891 15.581866264343262 -1.25 26.448606491088867 9.5292015075683594 -1.25 27.960544586181641 2.9227347373962402 -1.25 27.847518920898438 -3.8535909652709961 -1.25 26.116094589233398 -10.405960083007813 -1.25 22.866899490356445 -16.353572845458984 -1.25 18.288763046264648 -21.350774765014648 -1.25 12.647749900817871 -25.107147216796875 -1.25 6.2716960906982422 -27.404384613037109 -1.25 -0.46884649991989136 -28.108978271484375 -1.25 -7.1821413040161133 -27.17997932434082 -1.25 -13.478035926818848 -24.671379089355469 -1.25" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_14" coordIndex="0 1 2 3 -1"> <Coordinate point="13.478035926818848 24.671379089355469 -1.25 12.484671592712402 22.853036880493164 -1.207050085067749 11.493013381958008 21.037818908691406 -1.0782743692398071 10.504765510559082 19.228843688964844 -0.86389380693435669" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_9" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_13" coordIndex="0 1 -1"> <Coordinate point="-3.5717203617095947 -6.5379900932312012 2.2000000476837158 -3.5717203617095947 -6.5379900932312012 8.8817841970012523E-16" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_10" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_11" coordIndex="0 1 -1"> <Coordinate point="3.5717203617095947 6.5379900932312012 2.2000000476837158 3.5717203617095947 6.5379900932312012 8.8817841970012523E-16" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_20" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="3.5717203617095947 6.5379900932312012 2.2000000476837158 5.0325760841369629 5.4932394027709961 2.2000000476837158 6.2009568214416504 4.1292414665222168 2.2000000476837158 7.0089602470397949 2.5252671241760254 2.2000000476837158 7.4096288681030273 0.77453351020812988 2.2000000476837158 7.379676342010498 -1.021213173866272 2.2000000476837158 6.9208440780639648 -2.7576107978820801 2.2000000476837158 6.0597972869873047 -4.3337459564208984 2.2000000476837158 4.8465776443481445 -5.6580195426940918 2.2000000476837158 3.3516919612884521 -6.6534700393676758 2.2000000476837158 1.6620184183120728 -7.262244701385498 2.2000000476837158 -0.12424574047327042 -7.4489641189575195 2.2000000476837158 -1.9032890796661377 -7.2027764320373535 2.2000000476837158 -3.5717203617095947 -6.5379900932312012 2.2000000476837158" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_11" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_12" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_13" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_19" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="-3.5717203617095947 -6.5379900932312012 2.2000000476837158 -5.0325760841369629 -5.4932394027709961 2.2000000476837158 -6.2009568214416504 -4.1292414665222168 2.2000000476837158 -7.0089602470397949 -2.5252671241760254 2.2000000476837158 -7.4096288681030273 -0.77453351020812988 2.2000000476837158 -7.379676342010498 1.021213173866272 2.2000000476837158 -6.9208440780639648 2.7576107978820801 2.2000000476837158 -6.0597972869873047 4.3337459564208984 2.2000000476837158 -4.8465776443481445 5.6580195426940918 2.2000000476837158 -3.3516919612884521 6.6534700393676758 2.2000000476837158 -1.6620184183120728 7.262244701385498 2.2000000476837158 0.12424574047327042 7.4489641189575195 2.2000000476837158 1.9032890796661377 7.2027764320373535 2.2000000476837158 3.5717203617095947 6.5379900932312012 2.2000000476837158" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_14" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_18" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="-13.478035926818848 -24.671379089355469 -1.25 -18.990636825561523 -20.728969573974609 -1.25 -23.399570465087891 -15.581866264343262 -1.25 -26.448606491088867 -9.5292015075683594 -1.25 -27.960544586181641 -2.9227347373962402 -1.25 -27.847518920898438 3.8535909652709961 -1.25 -26.116094589233398 10.405960083007813 -1.25 -22.866899490356445 16.353572845458984 -1.25 -18.288763046264648 21.350774765014648 -1.25 -12.647749900817871 25.107147216796875 -1.25 -6.2716960906982422 27.404384613037109 -1.25 0.46884649991989136 28.108978271484375 -1.25 7.1821413040161133 27.17997932434082 -1.25 13.478035926818848 24.671379089355469 -1.25" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_15" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_16" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_21" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="-18.793481826782227 -34.401237487792969 -1.25 -26.480131149291992 -28.904024124145508 -1.25 -32.627853393554688 -21.727016448974609 -1.25 -36.879360198974609 -13.287312507629395 -1.25 -38.987575531005859 -4.0753979682922363 -1.25 -38.829975128173828 5.3733634948730469 -1.25 -36.415718078613281 14.509844779968262 -1.25 -31.885108947753906 22.803066253662109 -1.25 -25.501455307006836 29.77105712890625 -1.25 -17.635747909545898 35.008861541748047 -1.25 -8.7451171875 38.212078094482422 -1.25 0.65374940633773804 39.194549560546875 -1.25 10.014621734619141 37.899173736572266 -1.25 18.793481826782227 34.401237487792969 -1.25" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_22" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="18.793481826782227 34.401237487792969 -1.25 26.480131149291992 28.904024124145508 -1.25 32.627853393554688 21.727016448974609 -1.25 36.879360198974609 13.287312507629395 -1.25 38.987575531005859 4.0753979682922363 -1.25 38.829975128173828 -5.3733634948730469 -1.25 36.415718078613281 -14.509844779968262 -1.25 31.885108947753906 -22.803066253662109 -1.25 25.501455307006836 -29.77105712890625 -1.25 17.635747909545898 -35.008861541748047 -1.25 8.7451171875 -38.212078094482422 -1.25 -0.65374940633773804 -39.194549560546875 -1.25 -10.014621734619141 -37.899173736572266 -1.25 -18.793481826782227 -34.401237487792969 -1.25" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_17" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_18" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_41" coordIndex="0 1 -1"> <Coordinate point="-4.9811196327209473 -8.2791576385498047 2.2000000476837158 4.6916189193725586 -8.4465799331665039 2.2000000476837158" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_37" coordIndex="0 1 -1"> <Coordinate point="9.6607627868652344 -0.1602289229631424 2.2000000476837158 4.6918606758117676 -8.4326114654541016 2.2000000476837158" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_33" coordIndex="0 1 -1"> <Coordinate point="9.6487865447998047 -0.15303532779216766 2.2000000476837158 4.9691433906555176 8.286351203918457 2.2000000476837158" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_30" coordIndex="0 1 -1"> <Coordinate point="4.9569258689880371 8.279576301574707 2.2000000476837158 -4.6916189193725586 8.4465799331665039 2.2000000476837158" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_25" coordIndex="0 1 -1"> <Coordinate point="-9.6607627868652344 0.1602289229631424 2.2000000476837158 -4.6918606758117676 8.4326114654541016 2.2000000476837158" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_28" coordIndex="0 1 -1"> <Coordinate point="-9.6487865447998047 0.15303532779216766 2.2000000476837158 -4.9808778762817383 -8.2651891708374023 2.2000000476837158" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_19" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_20" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_21" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_24" coordIndex="0 1 2 3 4 5 6 7 -1"> <Coordinate point="-19.177021026611328 -35.103302001953125 -0.44999998807907104 -19.16740608215332 -35.085700988769531 -0.62801676988601685 -19.139039993286133 -35.033775329589844 -0.79710698127746582 -19.093345642089844 -34.95013427734375 -0.94879186153411865 -19.032613754272461 -34.838966369628906 -1.075465202331543 -18.959892272949219 -34.705852508544922 -1.1707750558853149 -18.878826141357422 -34.557460784912109 -1.2299423217773438 -18.793481826782227 -34.401237487792969 -1.25" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_734" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="-19.177021026611328 -35.103302001953125 -0.44999998807907104 -27.020542144775391 -29.493902206420898 -0.44999998807907104 -33.293727874755859 -22.17042350769043 -0.44999998807907104 -37.632003784179688 -13.55848217010498 -0.44999998807907104 -39.783241271972656 -4.1585693359375 -0.44999998807907104 -39.622425079345703 5.4830241203308105 -0.44999998807907104 -37.158893585205078 14.805963516235352 -0.44999998807907104 -32.535823822021484 23.268434524536133 -0.44999998807907104 -26.021892547607422 30.378629684448242 -0.44999998807907104 -17.995660781860352 35.72332763671875 -0.44999998807907104 -8.923588752746582 38.991916656494141 -0.44999998807907104 0.66709119081497192 39.994438171386719 -0.44999998807907104 10.219001770019531 38.672626495361328 -0.44999998807907104 19.177021026611328 35.103302001953125 -0.44999998807907104" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_23" coordIndex="0 1 2 3 4 5 6 7 -1"> <Coordinate point="19.177021026611328 35.103302001953125 -0.44999998807907104 19.16740608215332 35.085700988769531 -0.62801676988601685 19.139039993286133 35.033775329589844 -0.79710698127746582 19.093345642089844 34.95013427734375 -0.94879186153411865 19.032613754272461 34.838966369628906 -1.075465202331543 18.959892272949219 34.705852508544922 -1.1707750558853149 18.878826141357422 34.557460784912109 -1.2299423217773438 18.793481826782227 34.401237487792969 -1.25" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_22" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_23" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_497" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1"> <Coordinate point="19.177021026611328 35.103302001953125 -0.44999998807907104 27.020542144775391 29.493902206420898 -0.44999998807907104 33.293727874755859 22.17042350769043 -0.44999998807907104 37.632003784179688 13.55848217010498 -0.44999998807907104 39.783241271972656 4.1585693359375 -0.44999998807907104 39.622425079345703 -5.4830241203308105 -0.44999998807907104 37.158893585205078 -14.805963516235352 -0.44999998807907104 32.535823822021484 -23.268434524536133 -0.44999998807907104 26.021892547607422 -30.378629684448242 -0.44999998807907104 17.995660781860352 -35.72332763671875 -0.44999998807907104 8.923588752746582 -38.991916656494141 -0.44999998807907104 -0.66709119081497192 -39.994438171386719 -0.44999998807907104 -10.219001770019531 -38.672626495361328 -0.44999998807907104 -19.177021026611328 -35.103302001953125 -0.44999998807907104" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_24" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_646" coordIndex="0 1 2 3 -1"> <Coordinate point="-7.3644495010375977 -18.594755172729492 7.3499999046325684 -8.3018913269042969 -18.195566177368164 7.3499999046325684 -9.2177867889404297 -17.749153137207031 7.3499999046325684 -10.109758377075195 -17.256673812866211 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_645" coordIndex="0 1 -1"> <Coordinate point="-7.3644495010375977 -18.594755172729492 7.3499999046325684 -6.4136748313903809 -18.9437255859375 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_585" coordIndex="0 1 -1"> <Coordinate point="-5.1234302520751953 -19.332626342773438 7.3499999046325684 -6.4136748313903809 -18.943727493286133 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_586" coordIndex="0 1 2 3 -1"> <Coordinate point="-2.3660819530487061 -19.859548568725586 7.3499999046325684 -3.2930893898010254 -19.727025985717773 7.3499999046325684 -4.2128777503967285 -19.551258087158203 7.3499999046325684 -5.1234302520751953 -19.332626342773438 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_587" coordIndex="0 1 -1"> <Coordinate point="-2.3660819530487061 -19.859548568725586 7.3499999046325684 -0.93216991424560547 -19.978263854980469 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_598" coordIndex="0 1 2 3 -1"> <Coordinate point="2.1205174922943115 -19.88726806640625 7.3499999046325684 1.104941725730896 -19.969453811645508 7.3499999046325684 0.086498133838176727 -19.999813079833984 7.3499999046325684 -0.93216991424560547 -19.978263854980469 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_597" coordIndex="0 1 -1"> <Coordinate point="2.1205174922943115 -19.88726806640625 7.3499999046325684 3.1245567798614502 -19.754421234130859 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_478" coordIndex="0 1 -1"> <Coordinate point="4.4477477073669434 -19.499168395996094 7.3499999046325684 3.1245582103729248 -19.754421234130859 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_479" coordIndex="0 1 2 3 -1"> <Coordinate point="7.1341304779052734 -18.684329986572266 7.3499999046325684 6.2517204284667969 -18.99778938293457 7.3499999046325684 5.3556041717529297 -19.269599914550781 7.3499999046325684 4.4477477073669434 -19.499168395996094 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_480" coordIndex="0 1 -1"> <Coordinate point="7.1341304779052734 -18.684329986572266 7.3499999046325684 8.4589672088623047 -18.123075485229492 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_490" coordIndex="0 1 2 3 -1"> <Coordinate point="11.119708061218262 -16.62384033203125 7.3499999046325684 10.258651733398438 -17.168577194213867 7.3499999046325684 9.3709697723388672 -17.668756484985352 7.3499999046325684 8.4589672088623047 -18.123075485229492 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_489" coordIndex="0 1 -1"> <Coordinate point="11.119708061218262 -16.62384033203125 7.3499999046325684 11.947004318237305 -16.039609909057617 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_433" coordIndex="0 1 -1"> <Coordinate point="13 -15.198683738708496 7.3499999046325684 11.947006225585938 -16.039609909057617 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_434" coordIndex="0 1 2 3 -1"> <Coordinate point="15 -13.228756904602051 7.3499999046325684 14.364336013793945 -13.916387557983398 7.3499999046325684 13.697181701660156 -14.57351016998291 7.3499999046325684 13 -15.198683738708496 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_435" coordIndex="0 1 -1"> <Coordinate point="15 -13.228756904602051 7.3499999046325684 15.912256240844727 -12.116108894348145 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_445" coordIndex="0 1 2 3 -1"> <Coordinate point="17.571491241455078 -9.5521039962768555 7.3499999046325684 17.062217712402344 -10.43459415435791 7.3499999046325684 16.508659362792969 -11.29000186920166 7.3499999046325684 15.912256240844727 -12.116108894348145 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_444" coordIndex="0 1 -1"> <Coordinate point="17.571491241455078 -9.5521039962768555 7.3499999046325684 18.032522201538086 -8.6503257751464844 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_388" coordIndex="0 1 -1"> <Coordinate point="18.574108123779297 -7.4163651466369629 7.3499999046325684 18.032522201538086 -8.650324821472168 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_389" coordIndex="0 1 2 3 -1"> <Coordinate point="19.429550170898438 -4.7426347732543945 7.3499999046325684 19.186256408691406 -5.646909236907959 7.3499999046325684 18.900899887084961 -6.5388045310974121 7.3499999046325684 18.574108123779297 -7.4163651466369629 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_390" coordIndex="0 1 -1"> <Coordinate point="19.429550170898438 -4.7426347732543945 7.3499999046325684 19.720239639282227 -3.3334870338439941 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_400" coordIndex="0 1 2 3 -1"> <Coordinate point="19.997867584228516 -0.29208871722221375 7.3499999046325684 19.957040786743164 -1.3101663589477539 7.3499999046325684 19.864418029785156 -2.3248436450958252 7.3499999046325684 19.720239639282227 -3.3334870338439941 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_399" coordIndex="0 1 -1"> <Coordinate point="19.997867584228516 -0.29208871722221375 7.3499999046325684 19.98701286315918 0.72064751386642456 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_343" coordIndex="0 1 -1"> <Coordinate point="19.89311408996582 2.0649535655975342 7.3499999046325684 19.98701286315918 0.72064888477325439 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_344" coordIndex="0 1 2 3 -1"> <Coordinate point="19.408023834228516 4.8299679756164551 7.3499999046325684 19.612834930419922 3.9162077903747559 7.3499999046325684 19.774650573730469 2.9938623905181885 7.3499999046325684 19.89311408996582 2.0649535655975342 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_345" coordIndex="0 1 -1"> <Coordinate point="19.408023834228516 4.8299679756164551 7.3499999046325684 19.010553359985352 6.2127962112426758 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_355" coordIndex="0 1 2 3 -1"> <Coordinate point="17.842971801757813 9.0348405838012695 7.3499999046325684 18.279947280883789 8.1144046783447266 7.3499999046325684 18.669477462768555 7.1729083061218262 7.3499999046325684 19.010553359985352 6.2127962112426758 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_354" coordIndex="0 1 -1"> <Coordinate point="17.842971801757813 9.0348405838012695 7.3499999046325684 17.36271858215332 9.9265289306640625 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_298" coordIndex="0 1 -1"> <Coordinate point="16.65484619140625 11.073216438293457 7.3499999046325684 17.36271858215332 9.9265308380126953 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_299" coordIndex="0 1 2 3 -1"> <Coordinate point="14.940354347229004 13.296082496643066 7.3499999046325684 15.546350479125977 12.582168579101563 7.3499999046325684 16.118265151977539 11.840671539306641 7.3499999046325684 16.65484619140625 11.073216438293457 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_300" coordIndex="0 1 -1"> <Coordinate point="14.940354347229004 13.296082496643066 7.3499999046325684 13.945778846740723 14.335803031921387 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_310" coordIndex="0 1 2 3 -1"> <Coordinate point="11.600459098815918 16.292003631591797 7.3499999046325684 12.415131568908691 15.68006706237793 7.3499999046325684 13.19758129119873 15.027436256408691 7.3499999046325684 13.945778846740723 14.335803031921387 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_309" coordIndex="0 1 -1"> <Coordinate point="11.600459098815918 16.292003631591797 7.3499999046325684 10.760828971862793 16.858367919921875 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_257" coordIndex="0 1 -1"> <Coordinate point="9.6011533737182617 17.54473876953125 7.3499999046325684 10.760828971862793 16.858367919921875 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_258" coordIndex="0 1 2 3 -1"> <Coordinate point="9.5885105133056641 17.551651000976563 7.3499999046325684 9.5927257537841797 17.549348831176758 7.3499999046325684 9.5969400405883789 17.54704475402832 7.3499999046325684 9.6011533737182617 17.54473876953125 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_259" coordIndex="0 1 2 3 -1"> <Coordinate point="7.0500288009643555 18.716224670410156 7.3499999046325684 7.9139742851257324 18.367607116699219 7.3499999046325684 8.760746955871582 17.979135513305664 7.3499999046325684 9.5885105133056641 17.551651000976563 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_260" coordIndex="0 1 -1"> <Coordinate point="7.0500288009643555 18.716224670410156 7.3499999046325684 5.6861953735351563 19.174650192260742 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_54" coordIndex="0 1 2 3 -1"> <Coordinate point="2.7004246711730957 19.816854476928711 7.3499999046325684 3.7061624526977539 19.653610229492188 7.3499999046325684 4.7022809982299805 19.439355850219727 7.3499999046325684 5.6861953735351563 19.174650192260742 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_53" coordIndex="0 1 -1"> <Coordinate point="2.7004246711730957 19.816854476928711 7.3499999046325684 1.6937695741653442 19.928150177001953 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_203" coordIndex="0 1 -1"> <Coordinate point="0.34795209765434265 19.996973037719727 7.3499999046325684 1.6937695741653442 19.928152084350586 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_204" coordIndex="0 1 2 3 -1"> <Coordinate point="-2.4553730487823486 19.84870719909668 7.3499999046325684 -1.5235880613327026 19.941883087158203 7.3499999046325684 -0.58846300840377808 19.991340637207031 7.3499999046325684 0.34795209765434265 19.996973037719727 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_205" coordIndex="0 1 -1"> <Coordinate point="-2.4553730487823486 19.84870719909668 7.3499999046325684 -3.8760290145874023 19.620815277099609 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_211" coordIndex="0 1 2 3 -1"> <Coordinate point="-6.8182439804077148 18.801902770996094 7.3499999046325684 -5.851844310760498 19.124746322631836 7.3499999046325684 -4.8702564239501953 19.397953033447266 7.3499999046325684 -3.8760290145874023 19.620815277099609 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_210" coordIndex="0 1 -1"> <Coordinate point="-6.8182439804077148 18.801902770996094 7.3499999046325684 -7.7613162994384766 18.432632446289063 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_155" coordIndex="0 1 -1"> <Coordinate point="-8.9849605560302734 17.868141174316406 7.3499999046325684 -7.7613177299499512 18.432634353637695 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_156" coordIndex="0 1 2 3 -1"> <Coordinate point="-11.39827823638916 16.434087753295898 7.3499999046325684 -10.616524696350098 16.949613571166992 7.3499999046325684 -9.811497688293457 17.427980422973633 7.3499999046325684 -8.9849605560302734 17.868141174316406 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_157" coordIndex="0 1 -1"> <Coordinate point="-11.39827823638916 16.434087753295898 7.3499999046325684 -12.550300598144531 15.572089195251465 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_167" coordIndex="0 1 2 3 -1"> <Coordinate point="-14.774928092956543 13.479670524597168 7.3499999046325684 -14.069258689880371 14.214639663696289 7.3499999046325684 -13.32707405090332 14.912715911865234 7.3499999046325684 -12.550300598144531 15.572089195251465 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_166" coordIndex="0 1 -1"> <Coordinate point="-14.774928092956543 13.479670524597168 7.3499999046325684 -15.438370704650879 12.714427947998047 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_110" coordIndex="0 1 -1"> <Coordinate point="-16.259527206420898 11.645934104919434 7.3499999046325684 -15.438371658325195 12.71442699432373 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_111" coordIndex="0 1 2 3 -1"> <Coordinate point="-17.729976654052734 9.2546176910400391 7.3499999046325684 -17.27734375 10.074392318725586 7.3499999046325684 -16.786836624145508 10.87208080291748 7.3499999046325684 -16.259527206420898 11.645934104919434 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_112" coordIndex="0 1 -1"> <Coordinate point="-17.729976654052734 9.2546176910400391 7.3499999046325684 -18.349449157714844 7.9559841156005859 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_122" coordIndex="0 1 2 3 -1"> <Coordinate point="-19.346864700317383 5.069404125213623 7.3499999046325684 -19.063581466674805 6.0481276512145996 7.3499999046325684 -18.730823516845703 7.0111541748046875 7.3499999046325684 -18.349449157714844 7.9559841156005859 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_121" coordIndex="0 1 -1"> <Coordinate point="-19.346864700317383 5.069404125213623 7.3499999046325684 -19.57868766784668 4.083503246307373 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_71" coordIndex="0 1 -1"> <Coordinate point="-19.809230804443359 2.7557837963104248 7.3499999046325684 -19.57868766784668 4.0835018157958984 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_72" coordIndex="0 1 2 3 -1"> <Coordinate point="-19.999948501586914 -0.044973406940698624 7.3499999046325684 -19.980131149291992 0.89124894142150879 7.3499999046325684 -19.916513442993164 1.8255174160003662 7.3499999046325684 -19.809230804443359 2.7557837963104248 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_73" coordIndex="0 1 -1"> <Coordinate point="-19.999948501586914 -0.044973406940698624 7.3499999046325684 -19.944961547851563 -1.4827402830123901 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_83" coordIndex="0 1 2 3 -1"> <Coordinate point="-19.486667633056641 -4.5022015571594238 7.3499999046325684 -19.690668106079102 -3.5039370059967041 7.3499999046325684 -19.843564987182617 -2.4965784549713135 7.3499999046325684 -19.944961547851563 -1.4827402830123901 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_82" coordIndex="0 1 -1"> <Coordinate point="-19.486667633056641 -4.5022015571594238 7.3499999046325684 -19.2337646484375 -5.4829120635986328 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_687" coordIndex="0 1 -1"> <Coordinate point="-18.820880889892578 -6.765683650970459 7.3499999046325684 -19.233762741088867 -5.4829134941101074 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_688" coordIndex="0 1 2 3 -1"> <Coordinate point="-17.688175201416016 -9.3342618942260742 7.3499999046325684 -18.105712890625 -8.4960689544677734 7.3499999046325684 -18.483556747436523 -7.6392498016357422 7.3499999046325684 -18.820880889892578 -6.765683650970459 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_689" coordIndex="0 1 -1"> <Coordinate point="-17.688175201416016 -9.3342618942260742 7.3499999046325684 -16.971323013305664 -10.581787109375 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_683" coordIndex="0 1 2 3 -1"> <Coordinate point="-15.162308692932129 -13.042407035827637 7.3499999046325684 -15.806859970092773 -12.253292083740234 7.3499999046325684 -16.41038703918457 -11.432374954223633 7.3499999046325684 -16.971323013305664 -10.581787109375 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_682" coordIndex="0 1 -1"> <Coordinate point="-15.162308692932129 -13.042407035827637 7.3499999046325684 -14.482619285583496 -13.793249130249023 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_633" coordIndex="0 1 -1"> <Coordinate point="-13.520892143249512 -14.737214088439941 7.3499999046325684 -14.48261833190918 -13.79325008392334 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_634" coordIndex="0 1 2 3 -1"> <Coordinate point="-11.324254035949707 -16.485183715820313 7.3499999046325684 -12.083492279052734 -15.937039375305176 7.3499999046325684 -12.816240310668945 -15.35395622253418 7.3499999046325684 -13.520892143249512 -14.737214088439941 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_635" coordIndex="0 1 -1"> <Coordinate point="-11.324254035949707 -16.485183715820313 7.3499999046325684 -10.109758377075195 -17.256673812866211 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_35" coordIndex="0 1 -1"> <Coordinate point="9.6605205535888672 -0.17419734597206116 7.3499999046325684 4.9808778762817383 8.2651891708374023 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_38" coordIndex="0 1 -1"> <Coordinate point="9.6483030319213867 -0.18097217381000519 7.3499999046325684 4.6918606758117676 -8.4326114654541016 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_39" coordIndex="0 1 -1"> <Coordinate point="-4.9811196327209473 -8.2791576385498047 7.3499999046325684 4.6916189193725586 -8.4465799331665039 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_27" coordIndex="0 1 -1"> <Coordinate point="-9.6605205535888672 0.17419734597206116 7.3499999046325684 -4.9808778762817383 -8.2651891708374023 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_26" coordIndex="0 1 -1"> <Coordinate point="-9.6483030319213867 0.18097217381000519 7.3499999046325684 -4.6794009208679199 8.4533548355102539 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_32" coordIndex="0 1 -1"> <Coordinate point="4.9811196327209473 8.2791576385498047 7.3499999046325684 -4.6674251556396484 8.4461612701416016 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_29" coordIndex="0 1 -1"> <Coordinate point="-9.6483030319213867 0.18097217381000519 2.2000000476837158 -9.6483030319213867 0.18097217381000519 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_25" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_31" coordIndex="0 1 -1"> <Coordinate point="-4.6918606758117676 8.4326114654541016 2.2000000476837158 -4.6918606758117676 8.4326114654541016 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_26" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_27" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_42" coordIndex="0 1 -1"> <Coordinate point="-4.9808778762817383 -8.2651891708374023 2.2000000476837158 -4.9808778762817383 -8.2651891708374023 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_28" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_29" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_34" coordIndex="0 1 -1"> <Coordinate point="4.9569258689880371 8.279576301574707 2.2000000476837158 4.9569258689880371 8.279576301574707 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_30" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_31" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_32" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_36" coordIndex="0 1 -1"> <Coordinate point="9.6487865447998047 -0.15303532779216766 2.2000000476837158 9.6487865447998047 -0.15303532779216766 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_33" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_34" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_35" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_36" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_37" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_40" coordIndex="0 1 -1"> <Coordinate point="4.6918606758117676 -8.4326114654541016 2.2000000476837158 4.6918606758117676 -8.4326114654541016 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_38" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_39" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_40" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_41" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_42" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_599" coordIndex="0 1 2 -1"> <Coordinate point="-12.901115417480469 -23.615341186523438 4.8107471466064453 -6.5697522163391113 -21.962068557739258 6.2755594253540039 -0.93216991424560547 -19.978263854980469 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_580" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-13.248811721801758 -22.938459396362305 5.664832592010498 -13.169347763061523 -22.992895126342773 5.3841471672058105 -13.080946922302246 -23.128513336181641 5.1358575820922852 -12.987309455871582 -23.344247817993164 4.9342818260192871 -12.901167869567871 -23.615348815917969 4.8107352256774902" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_579" coordIndex="0 1 -1"> <Coordinate point="-13.248761177062988 -22.938449859619141 5.6648449897766113 -3.6030166149139404 -20.246135711669922 7.801386833190918" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_588" coordIndex="0 1 2 3 -1"> <Coordinate point="-3.6030166149139404 -20.246135711669922 7.801386833190918 -2.7235767841339111 -20.061786651611328 7.5466623306274414 -1.8375024795532227 -19.980951309204102 7.4022049903869629 -0.93216991424560547 -19.978263854980469 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_55" coordIndex="0 1 -1"> <Coordinate point="10.760184288024902 19.696386337280273 6.4518623352050781 5.6861963272094727 19.174644470214844 7.3500003814697266" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_249" coordIndex="0 1 2 3 4 -1"> <Coordinate point="10.970795631408691 19.003635406494141 7.3068346977233887 10.912590026855469 19.066493988037109 7.0299534797668457 10.855531692504883 19.207431793212891 6.7835731506347656 10.802238464355469 19.425510406494141 6.5807352066040039 10.760184288024902 19.696386337280273 6.4518623352050781" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_248" coordIndex="0 1 -1"> <Coordinate point="10.970795631408691 19.003635406494141 7.3068346977233887 8.3435373306274414 18.795557022094727 7.8013854026794434" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_261" coordIndex="0 1 2 3 -1"> <Coordinate point="8.3435373306274414 18.795557022094727 7.8013854026794434 7.4456796646118164 18.827018737792969 7.546694278717041 6.5659847259521484 18.960573196411133 7.4022173881530762 5.6862039566040039 19.174646377563477 7.349998950958252" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_212" coordIndex="0 1 2 3 -1"> <Coordinate point="16.242044448852539 29.730863571166992 2.249783992767334 6.3084664344787598 25.738435745239258 4.9611539840698242 0.87426173686981201 22.746143341064453 6.334620475769043 -3.8760290145874023 19.620815277099609 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_199" coordIndex="0 1 2 3 4 -1"> <Coordinate point="16.676168441772461 29.074056625366211 3.1042244434356689 16.584091186523438 29.120784759521484 2.8203392028808594 16.476055145263672 29.250503540039063 2.5702924728393555 16.356599807739258 29.462116241455078 2.3694250583648682 16.242044448852539 29.730863571166992 2.249783992767334" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_197" coordIndex="0 1 2 -1"> <Coordinate point="16.676168441772461 29.074056625366211 3.1042244434356689 6.9328999519348145 25.229576110839844 5.7826504707336426 -1.3468972444534302 20.520076751708984 7.801386833190918" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_206" coordIndex="0 1 2 3 -1"> <Coordinate point="-1.3468972444534302 20.520076751708984 7.801386833190918 -2.1566073894500732 20.130647659301758 7.5466761589050293 -2.9975965023040771 19.840097427368164 7.4022111892700195 -3.8760290145874023 19.620815277099609 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_631" coordIndex="0 1 2 -1"> <Coordinate point="-16.360795974731445 -14.557498931884766 8.8697471618652344 -23.44584846496582 -12.393260955810547 12.565854072570801 -30.454221725463867 -9.3434152603149414 16.834226608276367" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_43" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-16.573575973510742 -14.005532264709473 8.0888814926147461 -16.466991424560547 -14.081933975219727 8.3653573989868164 -16.414215087890625 -14.179890632629395 8.5367155075073242 -16.372707366943359 -14.348306655883789 8.7238540649414063 -16.360795974731445 -14.557498931884766 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_677" coordIndex="0 1 -1"> <Coordinate point="-16.573577880859375 -14.005532264709473 8.0888786315917969 -31.211502075195313 -8.3104019165039063 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_700" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-30.454221725463867 -9.3434152603149414 16.834226608276367 -30.60740852355957 -8.9717435836791992 16.800704956054688 -30.79931640625 -8.6733160018920898 16.715099334716797 -30.988500595092773 -8.4694356918334961 16.607864379882813 -31.211502075195313 -8.3104019165039063 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_679" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-16.027290344238281 -12.828802108764648 7.1554813385009766 -15.285384178161621 -13.435159683227539 7.3120465278625488 -15.0836181640625 -13.674093246459961 7.4084482192993164 -15.010721206665039 -13.809402465820313 7.4767427444458008 -15.053779602050781 -14.064845085144043 7.6610188484191895 -15.245864868164063 -14.148712158203125 7.7746992111206055 -15.561860084533691 -14.171940803527832 7.8853073120117188 -16.069076538085938 -14.116995811462402 8.0040559768676758 -16.573556900024414 -14.005537986755371 8.0888786315917969" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_43" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_632" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-14.482619285583496 -13.793249130249023 7.3499999046325684 -14.500453948974609 -14.066015243530273 7.5115046501159668 -14.596597671508789 -14.290960311889648 7.6921844482421875 -14.773444175720215 -14.469204902648926 7.8930368423461914 -15.022151947021484 -14.590854644775391 8.1034231185913086 -15.237703323364258 -14.642438888549805 8.2561149597167969 -15.476469993591309 -14.664876937866211 8.4067001342773438 -15.924602508544922 -14.640978813171387 8.6557435989379883 -16.360782623291016 -14.55750560760498 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_681" coordIndex="0 1 2 3 -1"> <Coordinate point="-14.482619285583496 -13.793249130249023 7.3499999046325684 -14.806848526000977 -13.514142990112305 7.3327951431274414 -15.265069007873535 -13.225421905517578 7.2774629592895508 -16.027290344238281 -12.828802108764648 7.1554813385009766" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_643" coordIndex="0 1 -1"> <Coordinate point="-8.2296123504638672 -18.807596206665039 7.1554837226867676 -10.556084632873535 -19.322782516479492 6.608314037322998" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_630" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-10.556085586547852 -19.322784423828125 6.608314037322998 -10.50296688079834 -19.552116394042969 6.573798656463623 -10.462234497070313 -19.785564422607422 6.5944123268127441 -10.431675910949707 -20.070541381835938 6.6996726989746094 -10.428457260131836 -20.321208953857422 6.8911466598510742 -10.440126419067383 -20.43684196472168 7.0344462394714355 -10.461381912231445 -20.524837493896484 7.1952176094055176 -10.491517066955566 -20.582164764404297 7.3680238723754883 -10.529487609863281 -20.606901168823242 7.5469369888305664" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_640" coordIndex="0 1 -1"> <Coordinate point="-8.1664657592773438 -20.103410720825195 8.0888767242431641 -10.529485702514648 -20.606901168823242 7.5469374656677246" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_45" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-8.1664533615112305 -20.10340690612793 8.0888795852661133 -7.2865586280822754 -19.824314117431641 7.9134306907653809 -6.965336799621582 -19.645248413085938 7.7962980270385742 -6.8107333183288574 -19.486324310302734 7.6870861053466797 -6.8079338073730469 -19.279878616333008 7.5357670783996582 -6.9606285095214844 -19.140737533569336 7.4270954132080078 -7.2146563529968262 -19.025308609008789 7.3331966400146484 -7.5730428695678711 -18.923484802246094 7.2488174438476563 -8.2296123504638672 -18.807596206665039 7.1554837226867676" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_583" coordIndex="0 1 2 -1"> <Coordinate point="-7.7215585708618164 -20.493267059326172 8.8697471618652344 -15.000831604003906 -21.869516372680664 12.565854072570801 -22.623773574829102 -22.425966262817383 16.834226608276367" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_44" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-8.1664772033691406 -20.10340690612793 8.0888814926147461 -8.036595344543457 -20.121524810791016 8.3653573989868164 -7.9443411827087402 -20.183734893798828 8.5367155075073242 -7.8293213844299316 -20.313570022583008 8.7238540649414063 -7.7215585708618164 -20.493267059326172 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_639" coordIndex="0 1 -1"> <Coordinate point="-8.166478157043457 -20.10340690612793 8.0888786315917969 -23.774375915527344 -21.863204956054688 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_651" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-22.623773574829102 -22.425966262817383 16.834226608276367 -22.932138442993164 -22.168056488037109 16.800704956054688 -23.240749359130859 -21.992996215820313 16.715099334716797 -23.503011703491211 -21.900386810302734 16.607864379882813 -23.774375915527344 -21.863204956054688 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_584" coordIndex="0 1 2 3 4 5 6 7 8 9 -1"> <Coordinate point="-7.7215380668640137 -20.493268966674805 8.8697481155395508 -7.0708613395690918 -20.270965576171875 8.5250349044799805 -6.6286096572875977 -20.000110626220703 8.2059612274169922 -6.4273085594177246 -19.790390014648438 7.9963421821594238 -6.3530426025390625 -19.669502258300781 7.8860306739807129 -6.3042898178100586 -19.544794082641602 7.7791070938110352 -6.2797889709472656 -19.38532829284668 7.6516904830932617 -6.2958784103393555 -19.22174072265625 7.5312414169311523 -6.3404817581176758 -19.083524703979492 7.437413215637207 -6.4136757850646973 -18.943727493286133 7.3500008583068848" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_44" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_45" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_644" coordIndex="0 1 2 3 -1"> <Coordinate point="-6.4136757850646973 -18.943727493286133 7.3500008583068848 -6.8308720588684082 -18.846931457519531 7.3328690528869629 -7.3695645332336426 -18.804599761962891 7.2775592803955078 -8.2296123504638672 -18.807596206665039 7.1554837226867676" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_595" coordIndex="0 1 2 3 -1"> <Coordinate point="1.4533622264862061 -20.477788925170898 7.1554827690124512 -6.0403757095336914 -26.166152954101563 4.8310432434082031 -11.514734268188477 -29.346061706542969 3.1148240566253662 -17.483217239379883 -32.0028076171875 1.2983742952346802" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_582" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-17.48321533203125 -32.002811431884766 1.2983733415603638 -17.395572662353516 -32.216838836669922 1.2735530138015747 -17.32164192199707 -32.435634613037109 1.3008975982666016 -17.253063201904297 -32.704929351806641 1.4099915027618408 -17.219236373901367 -32.945598602294922 1.5999016761779785 -17.218294143676758 -33.059150695800781 1.7400529384613037 -17.231365203857422 -33.148170471191406 1.8963956832885742 -17.25804328918457 -33.209728240966797 2.0638728141784668 -17.297441482543945 -33.241844177246094 2.2369973659515381" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_592" coordIndex="0 1 2 3 -1"> <Coordinate point="2.1114706993103027 -21.595829010009766 8.0888767242431641 -5.5900473594665527 -27.3516845703125 5.7657499313354492 -11.196146011352539 -30.56294059753418 4.0513272285461426 -17.297441482543945 -33.241844177246094 2.2369973659515381" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_47" coordIndex="0 1 2 3 4 5 6 7 8 9 -1"> <Coordinate point="2.1114785671234131 -21.595821380615234 8.0888786315917969 2.5235002040863037 -21.209123611450195 7.9945282936096191 2.8221549987792969 -20.859085083007813 7.8857827186584473 2.9769752025604248 -20.59980583190918 7.7818074226379395 3.023526668548584 -20.438947677612305 7.6987338066101074 2.9354114532470703 -20.237607955932617 7.5386495590209961 2.7371971607208252 -20.183305740356445 7.4292864799499512 2.4575099945068359 -20.198282241821289 7.3343896865844727 2.0911097526550293 -20.274646759033203 7.2493219375610352 1.4533622264862061 -20.477788925170898 7.1554827690124512" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_476" coordIndex="0 1 2 -1"> <Coordinate point="2.6865940093994141 -21.734273910522461 8.8697471618652344 -3.1193053722381592 -26.335727691650391 12.565853118896484 -9.6104898452758789 -30.370998382568359 16.834226608276367" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_46" coordIndex="0 1 2 3 4 -1"> <Coordinate point="2.1114616394042969 -21.595834732055664 8.0888814926147461 2.234886646270752 -21.551519393920898 8.3653573989868164 2.3454833030700684 -21.563730239868164 8.5367155075073242 2.5076663494110107 -21.625242233276367 8.7238540649414063 2.6865940093994141 -21.734273910522461 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_591" coordIndex="0 1 -1"> <Coordinate point="2.1114606857299805 -21.595836639404297 8.0888786315917969 -10.890827178955078 -30.40740966796875 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_604" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-9.6104898452758789 -30.370998382568359 16.834226608276367 -10.003381729125977 -30.28593635559082 16.80070686340332 -10.358000755310059 -30.274345397949219 16.71510124206543 -10.633265495300293 -30.314224243164063 16.607866287231445 -10.890827178955078 -30.40740966796875 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_477" coordIndex="0 1 2 3 4 5 6 7 8 9 -1"> <Coordinate point="2.6866083145141602 -21.73426628112793 8.8697471618652344 3.1597530841827393 -21.234642028808594 8.524754524230957 3.4250648021697998 -20.789932250976563 8.206141471862793 3.5059607028961182 -20.51036262512207 7.996281623840332 3.5155260562896729 -20.368640899658203 7.885836124420166 3.5006637573242188 -20.235420227050781 7.7787914276123047 3.4481649398803711 -20.082878112792969 7.6513981819152832 3.3579041957855225 -19.945657730102539 7.5310707092285156 3.2542450428009033 -19.8441162109375 7.4373421669006348 3.1245567798614502 -19.754421234130859 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_46" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_47" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_596" coordIndex="0 1 2 3 -1"> <Coordinate point="3.1245565414428711 -19.754421234130859 7.3499999046325684 2.7101333141326904 -19.862625122070313 7.3328580856323242 2.2131624221801758 -20.075599670410156 7.2775206565856934 1.4533622264862061 -20.477788925170898 7.1554827690124512" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_431" coordIndex="0 1 2 -1"> <Coordinate point="12.479282379150391 -17.996219635009766 8.8697471618652344 9.4768152236938477 -24.768743515014648 12.565853118896484 5.6044402122497559 -31.358400344848633 16.834226608276367" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_48" coordIndex="0 1 2 3 4 -1"> <Coordinate point="11.905693054199219 -18.140914916992188 8.0888805389404297 11.994384765625 -18.044317245483398 8.3653564453125 12.097988128662109 -18.003732681274414 8.5367145538330078 12.270179748535156 -17.982828140258789 8.7238540649414063 12.479282379150391 -17.996219635009766 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_484" coordIndex="0 1 -1"> <Coordinate point="11.905692100524902 -18.14091682434082 8.0888776779174805 4.4876790046691895 -31.98564338684082 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_495" coordIndex="0 1 2 3 4 -1"> <Coordinate point="5.6044402122497559 -31.358400344848633 16.834226608276367 5.2170138359069824 -31.465671539306641 16.800704956054688 4.8976302146911621 -31.620208740234375 16.715099334716797 4.6724328994750977 -31.783437728881836 16.607864379882813 4.4876794815063477 -31.98564338684082 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_486" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="10.803415298461914 -17.456766128540039 7.1554889678955078 11.495427131652832 -16.792850494384766 7.3122587203979492 11.757122039794922 -16.621435165405273 7.4088139533996582 11.900196075439453 -16.56561279296875 7.4771785736083984 12.147479057312012 -16.638925552368164 7.660675048828125 12.207712173461914 -16.838380813598633 7.7739300727844238 12.193063735961914 -17.155139923095703 7.8848733901977539 12.077393531799316 -17.652790069580078 8.0039072036743164 11.905728340148926 -18.140893936157227 8.0888805389404297" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_48" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_432" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="11.947005271911621 -16.03961181640625 7.350001335144043 12.215435981750488 -16.090126037597656 7.5113668441772461 12.426633834838867 -16.212141036987305 7.6914515495300293 12.582569122314453 -16.409040451049805 7.8923606872558594 12.673376083374023 -16.669445037841797 8.1020231246948242 12.698763847351074 -16.885984420776367 8.2524509429931641 12.692610740661621 -17.129852294921875 8.4058465957641602 12.614869117736816 -17.572805404663086 8.6555080413818359 12.47932243347168 -17.996189117431641 8.8697500228881836" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_488" coordIndex="0 1 2 3 -1"> <Coordinate point="11.947005271911621 -16.03961181640625 7.350001335144043 11.626866340637207 -16.331153869628906 7.3326725959777832 11.289207458496094 -16.747512817382813 7.2775454521179199 10.803415298461914 -17.456766128540039 7.1554889678955078" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_386" coordIndex="0 1 2 -1"> <Coordinate point="19.413116455078125 -10.13545036315918 8.8697471618652344 19.901912689208984 -17.527538299560547 12.565854072570801 19.53546142578125 -25.161972045898438 16.834226608276367" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_49" coordIndex="0 1 2 3 4 -1"> <Coordinate point="18.972471237182617 -10.530132293701172 8.0888814926147461 19.006113052368164 -10.40338134765625 8.3653573989868164 19.078989028930664 -10.31929874420166 8.5367155075073242 19.22174072265625 -10.220767021179199 8.7238540649414063 19.413116455078125 -10.13545036315918 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_439" coordIndex="0 1 -1"> <Coordinate point="18.972471237182617 -10.530133247375488 8.0888786315917969 18.838111877441406 -26.236352920532227 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_450" coordIndex="0 1 2 3 4 -1"> <Coordinate point="19.53546142578125 -25.161972045898438 16.834226608276367 19.24226188659668 -25.437000274658203 16.800704956054688 19.031280517578125 -25.722261428833008 16.715099334716797 18.907733917236328 -25.97144889831543 16.607864379882813 18.838111877441406 -26.236352920532227 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_441" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="17.678495407104492 -10.436623573303223 7.1554841995239258 17.982715606689453 -9.5271415710449219 7.3122587203979492 18.134777069091797 -9.2537431716918945 7.4088149070739746 18.235519409179688 -9.1378269195556641 7.4771780967712402 18.488531112670898 -9.0878143310546875 7.6606626510620117 18.634563446044922 -9.2364282608032227 7.7739243507385254 18.768798828125 -9.5237159729003906 7.8848700523376465 18.89764404296875 -10.018123626708984 8.0039052963256836 18.972469329833984 -10.530112266540527 8.0888786315917969" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_49" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_387" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="18.032522201538086 -8.6503276824951172 7.3499999046325684 18.293657302856445 -8.5703115463256836 7.5113492012023926 18.537334442138672 -8.5801858901977539 7.6914048194885254 18.766931533813477 -8.6820554733276367 7.8923249244689941 18.968364715576172 -8.8704299926757813 8.1019964218139648 19.091482162475586 -9.0503740310668945 8.2524299621582031 19.199369430541992 -9.2691764831542969 8.4058322906494141 19.336383819580078 -9.6975326538085938 8.6554975509643555 19.413118362426758 -10.135435104370117 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_443" coordIndex="0 1 2 3 -1"> <Coordinate point="18.032522201538086 -8.6503276824951172 7.3499999046325684 17.884523391723633 -9.057307243347168 7.332667350769043 17.779027938842773 -9.5829877853393555 7.2775259017944336 17.678495407104492 -10.436623573303223 7.1554841995239258" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_341" coordIndex="0 1 2 -1"> <Coordinate point="21.899639129638672 0.04722951352596283 8.8697471618652344 25.767721176147461 -6.2709841728210449 12.565854072570801 28.991142272949219 -13.201237678527832 16.834226608276367" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_50" coordIndex="0 1 2 3 4 -1"> <Coordinate point="21.69288444519043 -0.50702238082885742 8.0888814926147461 21.663768768310547 -0.37915566563606262 8.3653573989868164 21.68922233581543 -0.27083715796470642 8.5367155075073242 21.769834518432617 -0.11725112795829773 8.7238540649414063 21.899639129638672 0.04722951352596283 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_394" coordIndex="0 1 -1"> <Coordinate point="21.692886352539063 -0.50702333450317383 8.0888786315917969 28.872961044311523 -14.476629257202148 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_405" coordIndex="0 1 2 3 4 -1"> <Coordinate point="28.991142272949219 -13.201237678527832 16.834226608276367 28.859340667724609 -13.581020355224609 16.800704956054688 28.805091857910156 -13.931654930114746 16.715099334716797 28.811500549316406 -14.209713935852051 16.607864379882813 28.872961044311523 -14.476629257202148 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_396" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="20.503671646118164 -1.025564432144165 7.1554841995239258 20.350387573242188 -0.078880533576011658 7.3122587203979492 20.357976913452148 0.23386856913566589 7.4088149070739746 20.393310546875 0.38332456350326538 7.4771780967712402 20.594099044799805 0.54518896341323853 7.6606626510620117 20.792469024658203 0.48146209120750427 7.7739243507385254 21.044837951660156 0.28946399688720703 7.8848700523376465 21.388687133789063 -0.088434427976608276 8.0039052963256836 21.692874908447266 -0.50700509548187256 8.0888786315917969" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_50" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_342" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="19.98701286315918 0.72064661979675293 7.3499999046325684 20.181051254272461 0.91285210847854614 7.5113492012023926 20.401405334472656 1.017351508140564 7.6914048194885254 20.652044296264648 1.0338495969772339 7.8923249244689941 20.917947769165039 0.96066248416900635 8.1019964218139648 21.110586166381836 0.85854619741439819 8.2524299621582031 21.307798385620117 0.71494400501251221 8.4058322906494141 21.628185272216797 0.3993268609046936 8.6554975509643555 21.899633407592773 0.047243624925613403 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_398" coordIndex="0 1 2 3 -1"> <Coordinate point="19.98701286315918 0.72064661979675293 7.3499999046325684 20.045099258422852 0.29150575399398804 7.332667350769043 20.19598388671875 -0.22298739850521088 7.2775259017944336 20.503671646118164 -1.0255645513534546 7.1554841995239258" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_296" coordIndex="0 1 2 -1"> <Coordinate point="19.369218826293945 10.219089508056641 8.8697471618652344 25.73045539855957 6.4221763610839844 12.565854072570801 31.805303573608398 1.7837401628494263 16.834226608276367" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_51" coordIndex="0 1 2 3 4 -1"> <Coordinate point="19.443721771240234 9.6322402954101563 8.0888814926147461 19.358516693115234 9.7319297790527344 8.3653573989868164 19.330717086791992 9.8396701812744141 8.5367155075073242 19.330720901489258 10.013125419616699 8.7238540649414063 19.369218826293945 10.219089508056641 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_349" coordIndex="0 1 -1"> <Coordinate point="19.443721771240234 9.6322402954101563 8.0888786315917969 32.293361663818359 0.59951549768447876 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_360" coordIndex="0 1 2 3 4 -1"> <Coordinate point="31.805303573608398 1.7837401628494263 16.834226608276367 31.865091323852539 1.3862082958221436 16.800704956054688 31.980005264282227 1.0505262613296509 16.715099334716797 32.114898681640625 0.80729544162750244 16.607864379882813 32.293361663818359 0.59951573610305786 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_351" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="18.631702423095703 8.6204385757446289 7.1554841995239258 18.0560302734375 9.387451171875 7.3122587203979492 17.917409896850586 9.6679039001464844 7.4088149070739746 17.879240036010742 9.8166608810424805 7.4771780967712402 17.981807708740234 10.053296089172363 7.6606626510620117 18.187070846557617 10.089056015014648 7.7739243507385254 18.499757766723633 10.036331176757813 7.8848700523376465 18.979839324951172 9.8615140914916992 8.0039052963256836 19.443704605102539 9.6322507858276367 8.0888786315917969" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_51" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_297" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="17.362720489501953 9.9265289306640625 7.3499999046325684 17.445209503173828 10.186892509460449 7.5113492012023926 17.591760635375977 10.381826400756836 7.6914048194885254 17.806024551391602 10.512911796569824 7.8923249244689941 18.075479507446289 10.57167911529541 8.1019964218139648 18.293510437011719 10.570783615112305 8.2524299621582031 18.534868240356445 10.535279273986816 8.4058322906494141 18.965230941772461 10.404705047607422 8.6554975509643555 19.369207382202148 10.219099044799805 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_353" coordIndex="0 1 2 3 -1"> <Coordinate point="17.362720489501953 9.9265289306640625 7.3499999046325684 17.613584518432617 9.5735378265380859 7.332667350769043 17.986284255981445 9.1880960464477539 7.2775259017944336 18.631702423095703 8.6204385757446289 7.1554841995239258" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_255" coordIndex="0 1 2 -1"> <Coordinate point="12.401542663574219 18.04987907409668 8.8697471618652344 19.798652648925781 17.644094467163086 12.565853118896484 27.333251953125 16.360084533691406 16.834226608276367" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_52" coordIndex="0 1 2 3 4 -1"> <Coordinate point="12.740233421325684 17.564872741699219 8.0888805389404297 12.618461608886719 17.613548278808594 8.3653564453125 12.543776512145996 17.696027755737305 8.5367145538330078 12.463170051574707 17.849617004394531 8.7238540649414063 12.401542663574219 18.04987907409668 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_304" coordIndex="0 1 -1"> <Coordinate point="12.740234375 17.564872741699219 8.0888776779174805 28.315744400024414 15.538318634033203 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_315" coordIndex="0 1 2 3 4 -1"> <Coordinate point="27.333251953125 16.360084533691406 16.834226608276367 27.570934295654297 16.035873413085938 16.800704956054688 27.828683853149414 15.792044639587402 16.715099334716797 28.061162948608398 15.639363288879395 16.607864379882813 28.315742492675781 15.538318634033203 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_306" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="12.491415977478027 16.291624069213867 7.1554889678955078 11.625252723693848 16.703237533569336 7.3122587203979492 11.372179985046387 16.887142181396484 7.4088139533996582 11.26924991607666 17.001123428344727 7.4771785736083984 11.250110626220703 17.258335113525391 7.660675048828125 11.415245056152344 17.385381698608398 7.7739300727844238 11.716615676879883 17.4840087890625 7.8848733901977539 12.222943305969238 17.552324295043945 8.0039072036743164 12.740200042724609 17.564897537231445 8.0888805389404297" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_52" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_256" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="10.760831832885742 16.858369827270508 7.350001335144043 10.712875366210938 17.127267837524414 7.5113668441772461 10.752069473266602 17.368009567260742 7.6914515495300293 10.880879402160645 17.58363151550293 7.8923606872558594 11.092160224914551 17.76087760925293 8.1020231246948242 11.285626411437988 17.86140251159668 8.2524509429931641 11.515829086303711 17.942127227783203 8.4058465957641602 11.957564353942871 18.026510238647461 8.6555080413818359 12.401500701904297 18.049905776977539 8.8697500228881836" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_308" coordIndex="0 1 2 3 -1"> <Coordinate point="10.760831832885742 16.858369827270508 7.350001335144043 11.146950721740723 16.66241455078125 7.3326725959777832 11.655987739562988 16.494340896606445 7.2775454521179199 12.491415977478027 16.291624069213867 7.1554889678955078" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_59" coordIndex="0 1 2 3 -1"> <Coordinate point="1.6937694549560547 19.928150177001953 7.3499999046325684 2.122002124786377 19.934026718139648 7.3328609466552734 2.6554305553436279 20.021856307983398 7.2775363922119141 3.4895026683807373 20.230558395385742 7.1554827690124512" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_53" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_54" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_55" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_251" coordIndex="0 1 -1"> <Coordinate point="10.760184288024902 19.696386337280273 6.4518623352050781 13.307602882385254 24.359403610229492 4.4991583824157715" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_56" coordIndex="0 1 -1"> <Coordinate point="3.4895026683807373 20.230558395385742 7.1554827690124512 13.307602882385254 24.359403610229492 4.4991583824157715" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_56" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_253" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="13.307602882385254 24.359403610229492 4.4991583824157715 13.229673385620117 24.578571319580078 4.4713778495788574 13.165118217468262 24.802291870117188 4.4966726303100586 13.107362747192383 25.076900482177734 4.6046032905578613 13.082398414611816 25.321060180664063 4.7949943542480469 13.085211753845215 25.435440063476563 4.9361057281494141 13.100832939147949 25.524284362792969 5.0937972068786621 13.128767967224121 25.584627151489258 5.2628960609436035 13.168072700500488 25.614503860473633 5.4377813339233398" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_265" coordIndex="0 1 -1"> <Coordinate point="3.1180927753448486 21.473621368408203 8.0888767242431641 13.168072700500488 25.614503860473633 5.4377813339233398" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_58" coordIndex="0 1 2 3 4 5 6 7 8 9 -1"> <Coordinate point="3.1180698871612549 21.473609924316406 8.0888824462890625 2.6255114078521729 21.19676399230957 7.9945354461669922 2.2517790794372559 20.928379058837891 7.885796070098877 2.0394110679626465 20.713699340820313 7.7818303108215332 1.9557017087936401 20.568656921386719 7.6987624168395996 1.9930590391159058 20.352033615112305 7.5386490821838379 2.1725046634674072 20.25187873840332 7.4292926788330078 2.447648286819458 20.199483871459961 7.3343939781188965 2.8216776847839355 20.185945510864258 7.2493257522583008 3.4895007610321045 20.230564117431641 7.1554884910583496" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_201" coordIndex="0 1 2 -1"> <Coordinate point="2.5928239822387695 21.745658874511719 8.8697471618652344 9.3312168121337891 24.82396125793457 12.565853118896484 16.599481582641602 27.188531875610352 16.834226608276367" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_57" coordIndex="0 1 2 3 4 -1"> <Coordinate point="3.1181132793426514 21.473604202270508 8.0888805389404297 2.9876692295074463 21.460113525390625 8.3653564453125 2.8832085132598877 21.498437881469727 8.5367145538330078 2.7404589653015137 21.596973419189453 8.7238540649414063 2.5928239822387695 21.745658874511719 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_264" coordIndex="0 1 -1"> <Coordinate point="3.1181142330169678 21.473604202270508 8.0888776779174805 17.851329803466797 26.91748046875 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_270" coordIndex="0 1 2 3 4 -1"> <Coordinate point="16.599481582641602 27.188531875610352 16.834226608276367 16.960607528686523 27.011913299560547 16.800704956054688 17.302146911621094 26.915794372558594 16.715099334716797 17.578950881958008 26.888641357421875 16.607864379882813 17.851327896118164 26.91748046875 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_202" coordIndex="0 1 2 3 4 5 6 7 8 9 -1"> <Coordinate point="2.5927755832672119 21.745664596557617 8.8697509765625 2.0138473510742188 21.373805999755859 8.524775505065918 1.6498347520828247 21.005535125732422 8.206181526184082 1.5043817758560181 20.753471374511719 7.9963393211364746 1.461168646812439 20.618162155151367 7.8858985900878906 1.4437038898468018 20.485261917114258 7.7788577079772949 1.458155632019043 20.324573516845703 7.6514506340026855 1.5129529237747192 20.169708251953125 7.5310978889465332 1.5893042087554932 20.046291351318359 7.4373555183410645 1.6937696933746338 19.928152084350586 7.3500018119812012" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_57" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_58" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_59" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_153" coordIndex="0 1 2 -1"> <Coordinate point="-7.809880256652832 20.459770202636719 8.8697471618652344 -3.273888111114502 26.316959381103516 12.565853118896484 2.0629708766937256 31.788412094116211 16.834226608276367" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_60" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-7.2183294296264648 20.462991714477539 8.0888805389404297 -7.3275623321533203 20.390424728393555 8.3653564453125 -7.4378676414489746 20.375814437866211 8.5367145538330078 -7.6100583076477051 20.396724700927734 8.7238540649414063 -7.809880256652832 20.459770202636719 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_214" coordIndex="0 1 -1"> <Coordinate point="-7.2183289527893066 20.462993621826172 8.0888776779174805 3.2973904609680176 32.130172729492188 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_221" coordIndex="0 1 2 3 4 -1"> <Coordinate point="2.0629708766937256 31.788412094116211 16.834226608276367 2.4648110866546631 31.799848556518555 16.800704956054688 2.8118970394134521 31.873462677001953 16.715099334716797 3.0696141719818115 31.978055953979492 16.607864379882813 3.2973899841308594 32.130168914794922 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_216" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-6.3118104934692383 19.534931182861328 7.1554889678955078 -7.1425986289978027 19.055915832519531 7.3122587203979492 -7.4377117156982422 18.952110290527344 7.4088139533996582 -7.5899872779846191 18.932149887084961 7.4771785736083984 -7.8125400543212891 19.062511444091797 7.660675048828125 -7.8232903480529785 19.270584106445313 7.7739300727844238 -7.7332611083984375 19.574634552001953 7.8848733901977539 -7.5018572807312012 20.030141830444336 8.0039072036743164 -7.2183694839477539 20.462978363037109 8.0888805389404297" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_60" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_154" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-7.7613167762756348 18.432636260986328 7.350001335144043 -8.0098581314086914 18.545921325683594 7.5113668441772461 -8.1857194900512695 18.714933395385742 7.6914515495300293 -8.2900018692016602 18.943429946899414 7.8923606872558594 -8.3158512115478516 19.217998504638672 8.1020231246948242 -8.2886800765991211 19.434322357177734 8.2524509429931641 -8.2243452072143555 19.669631958007813 8.4058465957641602 -8.0428562164306641 20.081108093261719 8.6555080413818359 -7.8099265098571777 20.459749221801758 8.8697500228881836" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_209" coordIndex="0 1 2 3 -1"> <Coordinate point="-7.7613167762756348 18.432636260986328 7.350001335144043 -7.3807096481323242 18.639091491699219 7.3326725959777832 -6.953221321105957 18.962543487548828 7.2775454521179199 -6.3118104934692383 19.534931182861328 7.1554889678955078" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_108" coordIndex="0 1 2 -1"> <Coordinate point="-16.423435211181641 14.486795425415039 8.8697471618652344 -15.128984451293945 21.781059265136719 12.565854072570801 -12.946142196655273 29.105951309204102 16.834226608276367" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_61" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-15.901140213012695 14.764555931091309 8.0888814926147461 -15.964137077331543 14.649538040161133 8.3653573989868164 -16.055017471313477 14.585339546203613 8.5367155075073242 -16.217203140258789 14.523834228515625 8.7238540649414063 -16.423435211181641 14.486795425415039 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_161" coordIndex="0 1 -1"> <Coordinate point="-15.901139259338379 14.764556884765625 8.0888786315917969 -12.011940956115723 29.982227325439453 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_172" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-12.946142196655273 29.105951309204102 16.834226608276367 -12.595644950866699 29.302822113037109 16.800704956054688 -12.322525024414063 29.529302597045898 16.715099334716797 -12.142934799194336 29.741682052612305 16.607864379882813 -12.011940956115723 29.982227325439453 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_163" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-14.667142868041992 14.364094734191895 7.1554841995239258 -15.18017578125 13.553845405578613 7.3122587203979492 -15.393247604370117 13.324782371520996 7.4088149070739746 -15.518802642822266 13.236343383789063 7.4771780967712402 -15.776431083679199 13.248333930969238 7.6606626510620117 -15.882655143737793 13.427577972412109 7.7739243507385254 -15.94423770904541 13.738641738891602 7.8848700523376465 -15.951019287109375 14.249517440795898 8.0039052963256836 -15.901143074035645 14.764535903930664 8.0888786315917969" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_61" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_109" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-15.438371658325195 12.71442985534668 7.3499999046325684 -15.711067199707031 12.699233055114746 7.5113492012023926 -15.945300102233887 12.767135620117188 7.6914048194885254 -16.14384651184082 12.920990943908691 7.8923249244689941 -16.294345855712891 13.152098655700684 8.1019964218139648 -16.370822906494141 13.356277465820313 8.2524299621582031 -16.423212051391602 13.594541549682617 8.4058322906494141 -16.453731536865234 14.043239593505859 8.6554975509643555 -16.423439025878906 14.486781120300293 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_165" coordIndex="0 1 2 3 -1"> <Coordinate point="-15.438371658325195 12.71442985534668 7.3499999046325684 -15.197277069091797 13.074165344238281 7.332667350769043 -14.969043731689453 13.559323310852051 7.2775259017944336 -14.667142868041992 14.364094734191895 7.1554841995239258" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_69" coordIndex="0 1 2 -1"> <Coordinate point="-21.274578094482422 5.1950697898864746 8.8697471618652344 -23.518213272094727 12.255380630493164 12.565854072570801 -24.989450454711914 19.755668640136719 16.834226608276367" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_62" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-20.941190719604492 5.6837363243103027 8.0888814926147461 -20.943521499633789 5.5526175498962402 8.3653573989868164 -20.994157791137695 5.4535379409790039 8.5367155075073242 -21.109182357788086 5.3237061500549316 8.7238540649414063 -21.274578094482422 5.1950697898864746 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_116" coordIndex="0 1 -1"> <Coordinate point="-20.941190719604492 5.6837377548217773 8.0888786315917969 -24.569480895996094 20.965717315673828 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_127" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-24.989450454711914 19.755668640136719 16.834226608276367 -24.770589828491211 20.092872619628906 16.800704956054688 -24.634004592895508 20.42033576965332 16.715099334716797 -24.573684692382813 20.691848754882813 16.607864379882813 -24.569480895996094 20.965715408325195 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_118" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-19.662435531616211 5.9026107788085938 7.1554813385009766 -19.740007400512695 4.9475836753845215 7.3120465278625488 -19.822029113769531 4.6458039283752441 7.4084482192993164 -19.891977310180664 4.5089468955993652 7.4767427444458008 -20.126663208007813 4.3992753028869629 7.6610188484191895 -20.304800033569336 4.5097160339355469 7.7746992111206055 -20.503423690795898 4.7565798759460449 7.8853073120117188 -20.746335983276367 5.2052230834960938 8.0040559768676758 -20.941184997558594 5.6837172508239746 8.0888786315917969" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_62" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_70" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-19.57868766784668 4.083503246307373 7.3499999046325684 -19.813301086425781 3.9432322978973389 7.5115046501159668 -20.053041458129883 3.894573450088501 7.6921844482421875 -20.300195693969727 3.938861608505249 7.8930368423461914 -20.541593551635742 4.0744380950927734 8.1034231185913086 -20.706493377685547 4.2225308418273926 8.2561149597167969 -20.860593795776367 4.4062857627868652 8.4067001342773438 -21.095495223999023 4.7886667251586914 8.6557435989379883 -21.274576187133789 5.1950545310974121 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_120" coordIndex="0 1 2 3 -1"> <Coordinate point="-19.57868766784668 4.083503246307373 7.3499999046325684 -19.533170700073242 4.5088891983032227 7.3327951431274414 -19.555856704711914 5.0500097274780273 7.2774629592895508 -19.662435531616211 5.9026107788085938 7.1554813385009766" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_685" coordIndex="0 1 2 -1"> <Coordinate point="-21.251972198486328 -5.2867836952209473 8.8697471618652344 -26.519702911376953 -0.077858351171016693 12.565854072570801 -31.307975769042969 5.8795995712280273 16.834226608276367" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_63" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-21.183868408203125 -4.6991581916809082 8.0888814926147461 -21.124998092651367 -4.8163414001464844 8.3653573989868164 -21.123788833618164 -4.9276037216186523 8.5367155075073242 -21.165302276611328 -5.0960183143615723 8.7238540649414063 -21.251972198486328 -5.2867836952209473 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_77" coordIndex="0 1 -1"> <Coordinate point="-21.183868408203125 -4.6991572380065918 8.0888786315917969 -31.498449325561523 7.1462125778198242 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_694" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-31.307975769042969 5.8795995712280273 16.834226608276367 -31.270891189575195 6.2798881530761719 16.800704956054688 -31.302131652832031 6.6333165168762207 16.715099334716797 -31.374898910522461 6.9017620086669922 16.607864379882813 -31.498449325561523 7.1462125778198242 16.461965560913086" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_79" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-20.153305053710938 -3.9110860824584961 7.1554841995239258 -19.777919769287109 -4.7935781478881836 7.3122587203979492 -19.710443496704102 -5.099055290222168 7.4088149070739746 -19.708982467651367 -5.25262451171875 7.4771780967712402 -19.865200042724609 -5.4578371047973633 7.6606626510620117 -20.073057174682617 -5.4434351921081543 7.7739243507385254 -20.364040374755859 -5.3174118995666504 7.8848700523376465 -20.788333892822266 -5.032783031463623 8.0039052963256836 -21.183853149414063 -4.6991724967956543 8.0888786315917969" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_63" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_686" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-19.2337646484375 -5.4829111099243164 7.3499999046325684 -19.376167297363281 -5.715968132019043 7.5113492012023926 -19.565109252929688 -5.8701648712158203 7.6914048194885254 -19.80451774597168 -5.9461655616760254 7.8923249244689941 -20.080207824707031 -5.9387397766113281 8.1019964218139648 -20.291688919067383 -5.8856925964355469 8.2524299621582031 -20.517536163330078 -5.793459415435791 8.4058322906494141 -20.904144287109375 -5.5636868476867676 8.6554975509643555 -21.251964569091797 -5.2867960929870605 8.8697471618652344" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_81" coordIndex="0 1 2 3 -1"> <Coordinate point="-19.2337646484375 -5.4829111099243164 7.3499999046325684 -19.392864227294922 -5.080141544342041 7.332667350769043 -19.662490844726563 -4.6167078018188477 7.2775259017944336 -20.153305053710938 -3.9110860824584961 7.1554841995239258" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_65" coordIndex="0 1 -1"> <Coordinate point="-27.032913208007813 29.253707885742188 9.7596168518066406 -27.011983871459961 28.944223403930664 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_64" coordIndex="0 1 -1"> <Coordinate point="-27.007938385009766 28.945278167724609 10.013345718383789 -27.011983871459961 28.944223403930664 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_94" coordIndex="0 1 -1"> <Coordinate point="-27.028974533081055 29.257282257080078 9.8079347610473633 -27.007938385009766 28.945278167724609 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_100" coordIndex="0 1 -1"> <Coordinate point="-27.032913208007813 29.253711700439453 9.7596158981323242 -27.028974533081055 29.257282257080078 9.8079347610473633" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_64" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_67" coordIndex="0 1 -1"> <Coordinate point="-25.452816009521484 18.604717254638672 16.571975708007813 -27.011983871459961 28.944223403930664 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_76" coordIndex="0 1 -1"> <Coordinate point="-25.477420806884766 18.788772583007813 16.674985885620117 -25.452816009521484 18.604717254638672 16.571975708007813" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_95" coordIndex="0 1 -1"> <Coordinate point="-27.007938385009766 28.945278167724609 10.013345718383789 -25.477420806884766 18.788772583007813 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_66" coordIndex="0 1 -1"> <Coordinate point="-27.011983871459961 28.944223403930664 9.9641256332397461 -27.509418487548828 28.814418792724609 3.9111936092376709" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_65" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_85" coordIndex="0 1 -1"> <Coordinate point="-27.509418487548828 28.814418792724609 3.9111936092376709 -27.032913208007813 29.253707885742188 9.7596168518066406" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_66" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_67" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_75" coordIndex="0 1 2 -1"> <Coordinate point="-20.532812118530273 1.1363458633422852 7.801386833190918 -23.560461044311523 9.5472049713134766 11.687099456787109 -25.452817916870117 18.604717254638672 16.571977615356445" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_68" coordIndex="0 1 2 3 -1"> <Coordinate point="-27.763504028320313 28.572774887084961 0.78858399391174316 -26.566066741943359 18.546857833862305 3.5125977993011475 -23.971401214599609 9.2430486679077148 5.9541029930114746 -20.532812118530273 1.1363458633422852 7.801386833190918" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_87" coordIndex="0 1 -1"> <Coordinate point="-27.509418487548828 28.814413070678711 3.9111940860748291 -27.763504028320313 28.572774887084961 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_68" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_74" coordIndex="0 1 2 3 -1"> <Coordinate point="-20.532812118530273 1.1363461017608643 7.8013863563537598 -20.243818283081055 0.28557881712913513 7.5466718673706055 -20.056760787963867 -0.58427882194519043 7.4022107124328613 -19.944961547851563 -1.482740044593811 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_84" coordIndex="0 1 2 3 -1"> <Coordinate point="-28.48185920715332 27.616819381713867 0.12036651372909546 -26.948957443237305 16.756486892700195 3.0378727912902832 -23.855558395385742 6.8710513114929199 5.5766782760620117 -19.944961547851563 -1.4827401638031006 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_89" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="-27.763500213623047 28.572774887084961 0.78858375549316406 -27.800643920898438 28.546974182128906 0.58727371692657471 -27.875566482543945 28.464076995849609 0.41333633661270142 -27.968595504760742 28.347862243652344 0.29067134857177734 -28.088142395019531 28.18842887878418 0.19602087140083313 -28.227067947387695 27.993791580200195 0.13682740926742554 -28.48185920715332 27.616819381713867 0.12036651372909546" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_126" coordIndex="0 1 2 3 -1"> <Coordinate point="-24.989452362060547 19.755668640136719 16.834228515625 -25.095922470092773 19.6202392578125 16.834228515625 -25.20166015625 19.484237670898438 16.834228515625 -25.306659698486328 19.347663879394531 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_69" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_70" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_71" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_72" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_73" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_74" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_75" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_76" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_97" coordIndex="0 1 2 -1"> <Coordinate point="-25.306659698486328 19.347663879394531 16.834228515625 -25.449468612670898 19.071989059448242 16.792268753051758 -25.477420806884766 18.788772583007813 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_695" coordIndex="0 1 -1"> <Coordinate point="-31.498451232910156 7.1462111473083496 16.461965560913086 -36.095123291015625 15.199540138244629 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_77" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_78" coordIndex="0 1 2 3 -1"> <Coordinate point="-21.183860778808594 -4.6991658210754395 8.0888767242431641 -28.425025939941406 2.986685037612915 5.5192995071411133 -32.561798095703125 8.7724447250366211 3.6181886196136475 -36.095123291015625 15.199540138244629 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_98" coordIndex="0 1 -1"> <Coordinate point="-36.095123291015625 15.199540138244629 1.6147215366363525 -36.095123291015625 15.199540138244629 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_78" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_79" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_80" coordIndex="0 1 2 3 -1"> <Coordinate point="-20.153305053710938 -3.9110860824584961 7.1554813385009766 -27.809762954711914 4.1980838775634766 4.3641195297241211 -32.115608215332031 10.383346557617188 2.2959811687469482 -35.704689025878906 17.293937683105469 0.1203666627407074" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_92" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-36.095123291015625 15.199540138244629 1.6147215366363525 -36.098503112792969 15.287933349609375 1.3209164142608643 -36.091442108154297 15.373470306396484 1.1712050437927246 -36.078411102294922 15.485554695129395 1.0215109586715698 -36.041374206542969 15.738187789916992 0.76981985569000244 -35.973705291748047 16.11979866027832 0.50139480829238892 -35.876804351806641 16.588083267211914 0.27981856465339661 -35.796295166015625 16.934541702270508 0.17551484704017639 -35.704689025878906 17.293935775756836 0.12036643177270889" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_80" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_81" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_82" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_83" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_84" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_91" coordIndex="0 1 2 3 -1"> <Coordinate point="-35.704689025878906 17.293935775756836 0.12036652863025665 -33.668117523193359 20.984827041625977 0.12036652863025665 -31.251411437988281 24.438787460327148 0.12036652863025665 -28.48185920715332 27.616819381713867 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_85" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_86" coordIndex="0 1 2 -1"> <Coordinate point="-27.353067398071289 29.18577766418457 3.8700993061065674 -27.470043182373047 29.016643524169922 3.8925406932830811 -27.509418487548828 28.814418792724609 3.9111871719360352" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_708" coordIndex="0 1 -1"> <Coordinate point="-27.353067398071289 29.18577766418457 3.8700993061065674 -26.870525360107422 29.630641937255859 9.7185659408569336" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_101" coordIndex="0 1 2 -1"> <Coordinate point="-26.870525360107422 29.630641937255859 9.7185659408569336 -26.991861343383789 29.459688186645508 9.7410869598388672 -27.032909393310547 29.253715515136719 9.7596540451049805" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_86" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_707" coordIndex="0 1 -1"> <Coordinate point="-27.353067398071289 29.185781478881836 3.8700990676879883 -27.610389709472656 28.942466735839844 0.74746823310852051" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_88" coordIndex="0 1 2 -1"> <Coordinate point="-27.610389709472656 28.942466735839844 0.74746823310852051 -27.725296020507813 28.773712158203125 0.76989573240280151 -27.763504028320313 28.572774887084961 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_87" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_88" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_706" coordIndex="0 1 2 3 4 5 6 7 -1"> <Coordinate point="-27.610385894775391 28.942470550537109 0.74746769666671753 -27.670156478881836 28.885332107543945 0.43665421009063721 -27.745988845825195 28.812498092651367 0.24846003949642181 -27.903352737426758 28.660127639770508 0.012588707730174065 -28.098537445068359 28.468791961669922 -0.16213507950305939 -28.248252868652344 28.320243835449219 -0.24785777926445007 -28.411344528198242 28.156623840332031 -0.30803510546684265 -28.716999053955078 27.844818115234375 -0.34894537925720215" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_90" coordIndex="0 1 2 -1"> <Coordinate point="-28.716999053955078 27.844818115234375 -0.34894537925720215 -28.652400970458984 27.782180786132813 -0.062796838581562042 -28.48185920715332 27.616819381713867 0.12036634236574173" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_89" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_90" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_705" coordIndex="0 1 2 3 -1"> <Coordinate point="-35.999458312988281 17.436712265014648 -0.34894508123397827 -33.946071624755859 21.158073425292969 -0.34894508123397827 -31.509416580200195 24.640548706054688 -0.34894508123397827 -28.716999053955078 27.844818115234375 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_93" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-35.704689025878906 17.293935775756836 0.12036652863025665 -35.824237823486328 17.351840972900391 0.047019768506288528 -35.918479919433594 17.397489547729492 -0.062794789671897888 -35.978736877441406 17.426675796508789 -0.19896338880062103 -35.999458312988281 17.436712265014648 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_91" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_92" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_99" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="-37.009628295898438 15.17522144317627 1.6147216558456421 -36.856845855712891 15.378131866455078 1.6147216558456421 -36.707149505615234 15.45915699005127 1.6147216558456421 -36.528221130371094 15.485041618347168 1.6147215366363525 -36.35174560546875 15.445877075195313 1.6147215366363525 -36.200782775878906 15.346436500549316 1.6147215366363525 -36.095123291015625 15.199540138244629 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_704" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-37.009628295898438 15.17522144317627 1.6147216558456421 -36.994712829589844 15.211544990539551 1.3049592971801758 -36.942119598388672 15.33882999420166 0.95080912113189697 -36.856433868408203 15.543596267700195 0.62038642168045044 -36.752468109130859 15.787845611572266 0.3471149206161499 -36.634811401367188 16.05897331237793 0.12173808366060257 -36.460285186767578 16.451374053955078 -0.11174597591161728 -36.241657257080078 16.927556991577148 -0.28450471162796021 -35.999458312988281 17.436712265014648 -0.3489452600479126" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_93" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_124" coordIndex="0 1 -1"> <Coordinate point="-26.761068344116211 29.729534149169922 10 -26.726715087890625 29.188859939575195 10.355278968811035" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_96" coordIndex="0 1 2 -1"> <Coordinate point="-26.726715087890625 29.188859939575195 10.355279922485352 -26.92413330078125 29.085372924804688 10.217992782592773 -27.007938385009766 28.945278167724609 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_94" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_102" coordIndex="0 1 2 -1"> <Coordinate point="-27.028974533081055 29.257282257080078 9.8079347610473633 -26.978729248046875 29.472949981689453 9.9095926284790039 -26.848506927490234 29.650592803955078 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_710" coordIndex="0 1 -1"> <Coordinate point="-26.761068344116211 29.729534149169922 10 -26.848506927490234 29.650592803955078 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_95" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_96" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_125" coordIndex="0 1 -1"> <Coordinate point="-26.726715087890625 29.188859939575195 10.355278968811035 -25.306659698486328 19.347663879394531 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_97" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_98" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_99" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_703" coordIndex="0 1 -1"> <Coordinate point="-37.009628295898438 15.17522144317627 10 -37.009628295898438 15.17522144317627 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_696" coordIndex="0 1 2 3 4 5 -1"> <Coordinate point="-37.009628295898438 15.17522144317627 10 -36.819709777832031 15.40471363067627 10.073545455932617 -36.657741546630859 15.473114967346191 10.176597595214844 -36.433135986328125 15.472575187683105 10.350322723388672 -36.237705230712891 15.378578186035156 10.532092094421387 -36.095123291015625 15.199540138244629 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_100" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_101" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_709" coordIndex="0 1 -1"> <Coordinate point="-26.870525360107422 29.630640029907227 9.7185659408569336 -26.848506927490234 29.650592803955078 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_102" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_104" coordIndex="0 1 -1"> <Coordinate point="-10.341579437255859 38.465690612792969 9.7596168518066406 -10.466872215270996 38.181930541992188 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_103" coordIndex="0 1 -1"> <Coordinate point="-10.462800979614258 38.180984497070313 10.013345718383789 -10.466872215270996 38.181930541992188 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_138" coordIndex="0 1 -1"> <Coordinate point="-10.336432456970215 38.467025756835938 9.8079347610473633 -10.462800025939941 38.180984497070313 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_145" coordIndex="0 1 -1"> <Coordinate point="-10.341577529907227 38.465694427490234 9.7596158981323242 -10.336432456970215 38.467025756835938 9.8079347610473633" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_103" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_106" coordIndex="0 1 -1"> <Coordinate point="-13.89130687713623 28.30217170715332 16.571975708007813 -10.466872215270996 38.181930541992188 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_115" coordIndex="0 1 -1"> <Coordinate point="-13.827557563781738 28.476579666137695 16.674985885620117 -13.891305923461914 28.302173614501953 16.571975708007813" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_139" coordIndex="0 1 -1"> <Coordinate point="-10.462800979614258 38.180984497070313 10.013345718383789 -13.827557563781738 28.476579666137695 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_105" coordIndex="0 1 -1"> <Coordinate point="-10.466872215270996 38.181930541992188 9.9641256332397461 -10.967652320861816 38.298164367675781 3.9111936092376709" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_104" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_129" coordIndex="0 1 -1"> <Coordinate point="-10.967652320861816 38.298164367675781 3.9111936092376709 -10.341579437255859 38.465690612792969 9.7596168518066406" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_105" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_106" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_114" coordIndex="0 1 2 -1"> <Coordinate point="-17.652816772460938 10.548257827758789 7.801386833190918 -16.424945831298828 19.402721405029297 11.687099456787109 -13.891308784484863 28.302173614501953 16.571977615356445" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_107" coordIndex="0 1 2 3 -1"> <Coordinate point="-11.304931640625 38.202278137207031 0.78858399391174316 -14.903928756713867 28.768293380737305 3.5125977993011475 -16.93016242980957 19.324378967285156 5.9541029930114746 -17.652816772460938 10.548257827758789 7.801386833190918" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_131" coordIndex="0 1 -1"> <Coordinate point="-10.967655181884766 38.298160552978516 3.9111940860748291 -11.304931640625 38.202278137207031 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_107" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_113" coordIndex="0 1 2 3 -1"> <Coordinate point="-17.652816772460938 10.548257827758789 7.8013863563537598 -17.792295455932617 9.6606388092041016 7.5466718673706055 -18.030908584594727 8.8034887313842773 7.4022107124328613 -18.349449157714844 7.9559845924377441 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_123" coordIndex="0 1 2 3 -1"> <Coordinate point="-12.385257720947266 37.689659118652344 0.12036651372909546 -16.074989318847656 27.360937118530273 3.0378727912902832 -17.929910659790039 17.170244216918945 5.5766782760620117 -18.349449157714844 7.9559845924377441 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_133" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="-11.304927825927734 38.202278137207031 0.78858375549316406 -11.349807739257813 38.196693420410156 0.58727371692657471 -11.454672813415527 38.158111572265625 0.41333633661270142 -11.591052055358887 38.098438262939453 0.29067134857177734 -11.770998001098633 38.012825012207031 0.19602087140083313 -11.984463691711426 37.905044555664063 0.13682740926742554 -12.385257720947266 37.689659118652344 0.12036651372909546" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_171" coordIndex="0 1 2 3 -1"> <Coordinate point="-12.946144104003906 29.105953216552734 16.834228515625 -13.10335636138916 29.035516738891602 16.834228515625 -13.260185241699219 28.964229583740234 16.834228515625 -13.4166259765625 28.892097473144531 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_108" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_109" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_110" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_111" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_112" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_113" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_114" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_115" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_141" coordIndex="0 1 2 -1"> <Coordinate point="-13.4166259765625 28.892097473144531 16.834228515625 -13.67119026184082 28.714366912841797 16.792268753051758 -13.827557563781738 28.476579666137695 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_128" coordIndex="0 1 -1"> <Coordinate point="-24.569484710693359 20.965715408325195 16.461965560913086 -24.897066116333008 30.232765197753906 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_116" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_117" coordIndex="0 1 2 3 -1"> <Coordinate point="-20.941188812255859 5.6837263107299805 8.0888767242431641 -23.781129837036133 15.85434627532959 5.5192995071411133 -24.755281448364258 22.899835586547852 3.6181886196136475 -24.897066116333008 30.232765197753906 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_142" coordIndex="0 1 -1"> <Coordinate point="-24.897066116333008 30.232765197753906 1.6147215366363525 -24.897066116333008 30.232765197753906 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_117" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_118" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_119" coordIndex="0 1 2 3 -1"> <Coordinate point="-19.662437438964844 5.9026107788085938 7.1554818153381348 -22.673376083374023 16.641059875488281 4.3641200065612793 -23.611577987670898 24.118864059448242 2.2959814071655273 -23.578037261962891 31.905817031860352 0.1203666627407074" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_136" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-24.897066116333008 30.232765197753906 1.6147215366363525 -24.858982086181641 30.312604904174805 1.3209164142608643 -24.812978744506836 30.385061264038086 1.1712050437927246 -24.749349594116211 30.478250503540039 1.0215109586715698 -24.599153518676758 30.684736251831055 0.76981985569000244 -24.36189079284668 30.991188049316406 0.50139480829238892 -24.058465957641602 31.360799789428711 0.27981856465339661 -23.826171875 31.630161285400391 0.17551484704017639 -23.578039169311523 31.905817031860352 0.12036643177270889" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_119" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_120" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_121" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_122" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_123" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_135" coordIndex="0 1 2 3 -1"> <Coordinate point="-23.578039169311523 31.905817031860352 0.12036652863025665 -20.059501647949219 34.227497100830078 0.12036652863025665 -16.314479827880859 36.162727355957031 0.12036652863025665 -12.385257720947266 37.689659118652344 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_711" coordIndex="0 1 2 3 -1"> <Coordinate point="-26.761068344116211 29.729534149169922 10 -26.416908264160156 30.035760879516602 10 -26.069244384765625 30.338005065917969 10 -25.718122482299805 30.636222839355469 10" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_124" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_125" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_126" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_127" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_128" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_144" coordIndex="0 1 2 3 4 5 -1"> <Coordinate point="-25.718122482299805 30.636222839355469 10 -25.443305969238281 30.751167297363281 10.073545455932617 -25.268104553222656 30.736465454101563 10.176597595214844 -25.069475173950195 30.631607055664063 10.350322723388672 -24.94011116027832 30.457555770874023 10.532092094421387 -24.897066116333008 30.232765197753906 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_129" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_130" coordIndex="0 1 2 -1"> <Coordinate point="-10.656630516052246 38.554325103759766 3.8700993061065674 -10.838809013366699 38.458927154541016 3.8925406932830811 -10.967653274536133 38.298164367675781 3.9111871719360352" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_717" coordIndex="0 1 -1"> <Coordinate point="-10.656630516052246 38.554325103759766 3.8700993061065674 -10.022622108459473 38.723987579345703 9.7185659408569336" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_146" coordIndex="0 1 2 -1"> <Coordinate point="-10.022622108459473 38.723987579345703 9.7185659408569336 -10.209506034851074 38.629001617431641 9.7410869598388672 -10.341573715209961 38.4656982421875 9.7596540451049805" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_130" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_716" coordIndex="0 1 -1"> <Coordinate point="-10.65662956237793 38.554328918457031 3.8700990676879883 -10.997550964355469 38.458469390869141 0.74746823310852051" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_132" coordIndex="0 1 2 -1"> <Coordinate point="-10.997550964355469 38.458469390869141 0.74746823310852051 -11.177720069885254 38.362442016601563 0.76989573240280151 -11.304931640625 38.202278137207031 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_131" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_132" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_715" coordIndex="0 1 2 3 4 5 6 7 -1"> <Coordinate point="-10.997546195983887 38.458469390869141 0.74746769666671753 -11.077024459838867 38.435653686523438 0.43665421009063721 -11.178016662597656 38.406406402587891 0.24846003949642181 -11.388165473937988 38.344615936279297 0.012588707730174065 -11.649911880493164 38.265907287597656 -0.16213507950305939 -11.85151195526123 38.203948974609375 -0.24785777926445007 -12.071961402893066 38.134860992431641 -0.30803510546684265 -12.487507820129395 38.000816345214844 -0.34894537925720215" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_134" coordIndex="0 1 2 -1"> <Coordinate point="-12.487507820129395 38.000816345214844 -0.34894537925720215 -12.459417343139648 37.915332794189453 -0.062796838581562042 -12.385257720947266 37.689659118652344 0.12036634236574173" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_133" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_134" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_714" coordIndex="0 1 2 3 -1"> <Coordinate point="-23.772693634033203 32.169223785400391 -0.34894508123397827 -20.225107192993164 34.51007080078125 -0.34894508123397827 -16.449169158935547 36.461277008056641 -0.34894508123397827 -12.487507820129395 38.000816345214844 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_137" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-23.578039169311523 31.905817031860352 0.12036652863025665 -23.656984329223633 32.012645721435547 0.047019768506288528 -23.719219207763672 32.09686279296875 -0.062794789671897888 -23.759010314941406 32.150707244873047 -0.19896338880062103 -23.772693634033203 32.169223785400391 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_135" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_136" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_143" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="-25.718122482299805 30.636222839355469 1.6147216558456421 -25.488540649414063 30.744888305664063 1.6147216558456421 -25.318340301513672 30.747066497802734 1.6147216558456421 -25.14787483215332 30.686834335327148 1.6147215366363525 -25.009815216064453 30.57014274597168 1.6147215366363525 -24.922357559204102 30.411937713623047 1.6147215366363525 -24.897066116333008 30.232765197753906 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_713" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-25.718122482299805 30.636222839355469 1.6147216558456421 -25.68803596496582 30.661455154418945 1.3049592971801758 -25.582313537597656 30.749719619750977 0.95080912113189697 -25.411281585693359 30.891208648681641 0.62038642168045044 -25.205717086791992 31.059165954589844 0.3471149206161499 -24.975536346435547 31.244560241699219 0.12173808366060257 -24.638643264770508 31.510906219482422 -0.11174597591161728 -24.223766326904297 31.83094596862793 -0.28450471162796021 -23.772693634033203 32.169223785400391 -0.3489452600479126" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_137" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_169" coordIndex="0 1 -1"> <Coordinate point="-9.8797445297241211 38.760684967041016 10 -10.100591659545898 38.265975952148438 10.355278968811035" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_140" coordIndex="0 1 2 -1"> <Coordinate point="-10.100591659545898 38.265975952148438 10.355279922485352 -10.323488235473633 38.266086578369141 10.217992782592773 -10.462800025939941 38.180984497070313 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_138" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_147" coordIndex="0 1 2 -1"> <Coordinate point="-10.336432456970215 38.467025756835938 9.8079347610473633 -10.191715240478516 38.634639739990234 9.9095926284790039 -9.9938545227050781 38.731418609619141 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_719" coordIndex="0 1 -1"> <Coordinate point="-9.8797454833984375 38.760684967041016 10 -9.9938545227050781 38.731418609619141 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_139" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_140" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_170" coordIndex="0 1 -1"> <Coordinate point="-10.100591659545898 38.265975952148438 10.355278968811035 -13.4166259765625 28.892097473144531 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_141" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_142" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_143" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_712" coordIndex="0 1 -1"> <Coordinate point="-25.718122482299805 30.636222839355469 10 -25.718122482299805 30.636222839355469 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_144" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_145" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_146" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_718" coordIndex="0 1 -1"> <Coordinate point="-10.022623062133789 38.723983764648438 9.7185659408569336 -9.9938545227050781 38.731418609619141 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_147" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_149" coordIndex="0 1 -1"> <Coordinate point="8.7188844680786133 38.865650177001953 9.7596168518066406 8.4760723114013672 38.672618865966797 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_148" coordIndex="0 1 -1"> <Coordinate point="8.4792394638061523 38.669891357421875 10.013345718383789 8.4760723114013672 38.672618865966797 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_183" coordIndex="0 1 -1"> <Coordinate point="8.7240629196166992 38.86444091796875 9.8079347610473633 8.4792394638061523 38.669891357421875 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_190" coordIndex="0 1 -1"> <Coordinate point="8.7188882827758789 38.865653991699219 9.7596158981323242 8.7240629196166992 38.86444091796875 9.8079347610473633" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_148" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_151" coordIndex="0 1 -1"> <Coordinate point="0.85253393650054932 31.515939712524414 16.571975708007813 8.4760723114013672 38.672618865966797 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_160" coordIndex="0 1 -1"> <Coordinate point="0.99003243446350098 31.6407470703125 16.674985885620117 0.8525351881980896 31.515941619873047 16.571975708007813" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_184" coordIndex="0 1 -1"> <Coordinate point="8.4792394638061523 38.669891357421875 10.013345718383789 0.99003243446350098 31.6407470703125 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_150" coordIndex="0 1 -1"> <Coordinate point="8.4760723114013672 38.672618865966797 9.9641256332397461 8.0866708755493164 39.008262634277344 3.9111936092376709" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_149" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_174" coordIndex="0 1 -1"> <Coordinate point="8.0866708755493164 39.008262634277344 3.9111936092376709 8.7188844680786133 38.865650177001953 9.7596168518066406" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_150" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_151" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_159" coordIndex="0 1 2 -1"> <Coordinate point="-10.72877311706543 17.543691635131836 7.801386833190918 -5.5266718864440918 24.813308715820313 11.687099456787109 0.85253310203552246 31.51594352722168 16.571977615356445" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_152" coordIndex="0 1 2 3 -1"> <Coordinate point="7.743464469909668 39.080101013183594 0.78858399391174316 0.17251947522163391 32.399261474609375 3.5125977993011475 -6.0104274749755859 24.978727340698242 5.9541029930114746 -10.72877311706543 17.543691635131836 7.801386833190918" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_176" coordIndex="0 1 -1"> <Coordinate point="8.086665153503418 39.008258819580078 3.9111940860748291 7.743464469909668 39.080101013183594 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_152" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_158" coordIndex="0 1 2 3 -1"> <Coordinate point="-10.728772163391113 17.543691635131836 7.8013863563537598 -11.264358520507813 16.822597503662109 7.5466322898864746 -11.874804496765137 16.174448013305664 7.4022507667541504 -12.550300598144531 15.572089195251465 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_168" coordIndex="0 1 2 3 -1"> <Coordinate point="6.5486569404602051 39.128253936767578 0.12036651372909546 -1.5184340476989746 31.69732666015625 3.0378727912902832 -7.8967370986938477 23.535942077636719 5.5766782760620117 -12.550300598144531 15.572089195251465 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_178" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="7.7434678077697754 39.080101013183594 0.78858375549316406 7.7011327743530273 39.096012115478516 0.58727371692657471 7.5903491973876953 39.110580444335938 0.41333633661270142 7.4418606758117676 39.121124267578125 0.29067134857177734 7.242739200592041 39.128940582275391 0.19602087140083313 7.0036368370056152 39.132709503173828 0.13682740926742554 6.5486569404602051 39.128253936767578 0.12036651372909546" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_220" coordIndex="0 1 2 3 -1"> <Coordinate point="2.0629689693450928 31.788414001464844 16.834228515625 1.8910312652587891 31.799106597900391 16.834228515625 1.7190381288528442 31.808868408203125 16.834228515625 1.546994686126709 31.817699432373047 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_153" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_154" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_155" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_156" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_157" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_158" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_159" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_160" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_186" coordIndex="0 1 2 -1"> <Coordinate point="1.546994686126709 31.817699432373047 16.834228515625 1.238993763923645 31.778627395629883 16.792268753051758 0.99003243446350098 31.6407470703125 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_173" coordIndex="0 1 -1"> <Coordinate point="-12.011943817138672 29.982227325439453 16.461965560913086 -7.9953908920288086 38.34002685546875 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_161" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_162" coordIndex="0 1 2 3 -1"> <Coordinate point="-15.901142120361328 14.764545440673828 8.0888767242431641 -13.689262390136719 25.089969635009766 5.5192995071411133 -11.277627944946289 31.781148910522461 3.6181886196136475 -7.9953908920288086 38.34002685546875 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_187" coordIndex="0 1 -1"> <Coordinate point="-7.9953908920288086 38.34002685546875 1.6147215366363525 -7.9953908920288086 38.34002685546875 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_162" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_163" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_164" coordIndex="0 1 2 3 -1"> <Coordinate point="-14.667142868041992 14.364094734191895 7.1554813385009766 -12.342790603637695 25.271770477294922 4.3641195297241211 -9.6984176635742188 32.32904052734375 2.2959811687469482 -6.0499429702758789 39.208457946777344 0.1203666627407074" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_181" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-7.9953908920288086 38.34002685546875 1.6147215366363525 -7.924565315246582 38.393024444580078 1.3209164142608643 -7.85015869140625 38.435802459716797 1.1712050437927246 -7.7505111694335938 38.488746643066406 1.0215109586715698 -7.5215606689453125 38.601779937744141 0.76981985569000244 -7.169060230255127 38.762866973876953 0.50139480829238892 -6.7286229133605957 38.949134826660156 0.27981856465339661 -6.397758960723877 39.079689025878906 0.17551484704017639 -6.0499444007873535 39.208457946777344 0.12036643177270889" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_164" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_165" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_166" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_167" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_168" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_180" coordIndex="0 1 2 3 -1"> <Coordinate point="-6.0499444007873535 39.208457946777344 0.12036652863025665 -1.8554953336715698 39.629058837890625 0.12036652863025665 2.35990309715271 39.602222442626953 0.12036652863025665 6.5486569404602051 39.128253936767578 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_720" coordIndex="0 1 2 3 -1"> <Coordinate point="-9.8797454833984375 38.760684967041016 10 -9.4326963424682617 38.871894836425781 10 -8.9843959808349609 38.977951049804688 10 -8.5349035263061523 39.078834533691406 10" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_169" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_170" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_171" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_172" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_173" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_189" coordIndex="0 1 2 3 4 5 -1"> <Coordinate point="-8.5349035263061523 39.078834533691406 10 -8.2381486892700195 39.052902221679688 10.073545455932617 -8.0898475646972656 38.958461761474609 10.176597595214844 -7.9626998901367188 38.773307800292969 10.350322723388672 -7.9290399551391602 38.559074401855469 10.532092094421387 -7.9953908920288086 38.34002685546875 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_174" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_175" coordIndex="0 1 2 -1"> <Coordinate point="8.4811115264892578 39.090545654296875 3.8700993061065674 8.2754669189453125 39.090736389160156 3.8925406932830811 8.086669921875 39.008262634277344 3.9111871719360352" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_726" coordIndex="0 1 -1"> <Coordinate point="8.4811115264892578 39.090545654296875 3.8700993061065674 9.121342658996582 38.946132659912109 9.7185659408569336" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_191" coordIndex="0 1 2 -1"> <Coordinate point="9.121342658996582 38.946132659912109 9.7185659408569336 8.9117231369018555 38.948875427246094 9.7410869598388672 8.7188930511474609 38.865653991699219 9.7596540451049805" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_175" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_725" coordIndex="0 1 -1"> <Coordinate point="8.4811134338378906 39.090545654296875 3.8700990676879883 8.1346940994262695 39.164100646972656 0.74746823310852051" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_177" coordIndex="0 1 2 -1"> <Coordinate point="8.1346940994262695 39.164100646972656 0.74746823310852051 7.9305367469787598 39.162803649902344 0.76989573240280151 7.743464469909668 39.080101013183594 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_176" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_177" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_724" coordIndex="0 1 2 3 4 5 6 7 -1"> <Coordinate point="8.1346988677978516 39.164100646972656 0.74746769666671753 8.0537214279174805 39.180831909179688 0.43665421009063721 7.9507036209106445 39.201866149902344 0.24846003949642181 7.7359127998352051 39.244815826416016 0.012588707730174065 7.4675683975219727 39.296760559082031 -0.16213507950305939 7.2602677345275879 39.335586547851563 -0.24785777926445007 7.0329632759094238 39.376865386962891 -0.30803510546684265 6.6027212142944336 39.451286315917969 -0.34894537925720215" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_179" coordIndex="0 1 2 -1"> <Coordinate point="6.6027212142944336 39.451286315917969 -0.34894537925720215 6.5878682136535645 39.362541198730469 -0.062796838581562042 6.5486569404602051 39.128253936767578 0.12036634236574173" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_178" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_179" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_723" coordIndex="0 1 2 3 -1"> <Coordinate point="-6.099891185760498 39.532154083251953 -0.34894508123397827 -1.8708139657974243 39.956226348876953 -0.34894508123397827 2.3793859481811523 39.929168701171875 -0.34894508123397827 6.6027212142944336 39.451286315917969 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_182" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-6.0499444007873535 39.208457946777344 0.12036652863025665 -6.0702009201049805 39.339740753173828 0.047019768506288528 -6.0861697196960449 39.443229675292969 -0.062794789671897888 -6.0963802337646484 39.5093994140625 -0.19896338880062103 -6.099891185760498 39.532154083251953 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_180" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_181" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_188" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="-8.5349035263061523 39.078834533691406 1.6147216558456421 -8.2811203002929688 39.068363189697266 1.6147216558456421 -8.1294021606445313 38.991195678710938 1.6147216558456421 -8.0064554214477539 38.858642578125 1.6147215366363525 -7.9384369850158691 38.691158294677734 1.6147215366363525 -7.9345192909240723 38.510429382324219 1.6147215366363525 -7.9953908920288086 38.34002685546875 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_722" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-8.5349035263061523 39.078834533691406 1.6147216558456421 -8.4965362548828125 39.087196350097656 1.3049592971801758 -8.3619070053100586 39.116218566894531 0.95080912113189697 -8.1447105407714844 39.162017822265625 0.62038642168045044 -7.8846392631530762 39.215206146240234 0.3471149206161499 -7.5946688652038574 39.272396087646484 0.12173808366060257 -7.1725864410400391 39.351669311523438 -0.11174597591161728 -6.6565017700195313 39.442249298095703 -0.28450471162796021 -6.099891185760498 39.532154083251953 -0.3489452600479126" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_182" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_218" coordIndex="0 1 -1"> <Coordinate point="9.2649078369140625 38.912227630615234 10 8.8394556045532227 38.576816558837891 10.355278968811035" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_185" coordIndex="0 1 2 -1"> <Coordinate point="8.8394556045532227 38.576816558837891 10.355279922485352 8.6421422958374023 38.680500030517578 10.217992782592773 8.4792394638061523 38.669891357421875 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_183" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_192" coordIndex="0 1 2 -1"> <Coordinate point="8.7240629196166992 38.86444091796875 9.8079347610473633 8.9300966262817383 38.945602416992188 9.9095926284790039 9.1502695083618164 38.939346313476563 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_728" coordIndex="0 1 -1"> <Coordinate point="9.2649078369140625 38.912227630615234 10 9.1502695083618164 38.939346313476563 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_184" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_185" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_219" coordIndex="0 1 -1"> <Coordinate point="8.8394556045532227 38.576816558837891 10.355278968811035 1.5469945669174194 31.817699432373047 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_186" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_187" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_188" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_721" coordIndex="0 1 -1"> <Coordinate point="-8.5349035263061523 39.078834533691406 10 -8.5349035263061523 39.078834533691406 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_189" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_190" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_191" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_727" coordIndex="0 1 -1"> <Coordinate point="9.1213417053222656 38.946132659912109 9.7185659408569336 9.1502695083618164 38.939346313476563 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_192" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_194" coordIndex="0 1 -1"> <Coordinate point="25.781957626342773 30.361957550048828 9.7596168518066406 25.477252960205078 30.303876876831055 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_193" coordIndex="0 1 -1"> <Coordinate point="25.478786468505859 30.29998779296875 10.013345718383789 25.477252960205078 30.303876876831055 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_234" coordIndex="0 1 -1"> <Coordinate point="25.785980224609375 30.358478546142578 9.8079347610473633 25.478788375854492 30.29998779296875 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_241" coordIndex="0 1 -1"> <Coordinate point="25.781961441040039 30.361957550048828 9.7596158981323242 25.785980224609375 30.358478546142578 9.8079347610473633" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_193" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_196" coordIndex="0 1 -1"> <Coordinate point="15.401068687438965 27.509786605834961 16.571975708007813 25.477252960205078 30.303876876831055 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_208" coordIndex="0 1 -1"> <Coordinate point="15.580818176269531 27.556398391723633 16.674985885620117 15.401070594787598 27.509786605834961 16.571975708007813" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_235" coordIndex="0 1 -1"> <Coordinate point="25.478786468505859 30.29998779296875 10.013345718383789 15.580818176269531 27.556398391723633 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_213" coordIndex="0 1 -1"> <Coordinate point="16.242044448852539 29.730863571166992 2.249783992767334 19.019996643066406 34.815868377685547 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_198" coordIndex="0 1 -1"> <Coordinate point="16.242044448852539 29.730863571166992 2.249783992767334 23.982353210449219 31.603034973144531 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_229" coordIndex="0 1 2 3 -1"> <Coordinate point="19.019996643066406 34.815868377685547 0.12036652863025665 20.726699829101563 33.82763671875 0.12036652863025665 22.382181167602539 32.755809783935547 0.12036652863025665 23.982353210449219 31.603034973144531 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_195" coordIndex="0 1 -1"> <Coordinate point="25.477252960205078 30.303876876831055 9.9641256332397461 25.288434982299805 30.782037734985352 3.9111936092376709" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_194" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_223" coordIndex="0 1 -1"> <Coordinate point="25.288434982299805 30.782037734985352 3.9111936092376709 25.781957626342773 30.361957550048828 9.7596168518066406" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_195" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_196" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_207" coordIndex="0 1 2 -1"> <Coordinate point="-1.346896767616272 20.520076751708984 7.801386833190918 6.6376948356628418 24.539466857910156 11.687099456787109 15.401069641113281 27.509790420532227 16.571977615356445" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_197" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_200" coordIndex="0 1 -1"> <Coordinate point="16.676168441772461 29.074056625366211 3.1042244434356689 25.017925262451172 31.005144119262695 0.78858500719070435" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_225" coordIndex="0 1 -1"> <Coordinate point="25.288429260253906 30.782037734985352 3.9111940860748291 25.017925262451172 31.005144119262695 0.78858500719070435" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_198" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_199" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_200" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_226" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="23.982353210449219 31.603033065795898 0.12036651372909546 24.419290542602539 31.378446578979492 0.14301891624927521 24.671590805053711 31.239009857177734 0.23002378642559052 24.813100814819336 31.155630111694336 0.32519415020942688 24.918741226196289 31.088596343994141 0.44482848048210144 24.993398666381836 31.034229278564453 0.60643565654754639 25.017925262451172 31.005144119262695 0.78858500719070435" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_269" coordIndex="0 1 2 3 -1"> <Coordinate point="16.599481582641602 27.188533782958984 16.834228515625 16.452205657958984 27.277904510498047 16.834228515625 16.304450988769531 27.366476058959961 16.834228515625 16.156217575073242 27.454248428344727 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_201" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_202" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_203" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_204" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_205" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_206" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_207" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_208" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_237" coordIndex="0 1 2 -1"> <Coordinate point="16.156217575073242 27.454248428344727 16.834228515625 15.865339279174805 27.562788009643555 16.792268753051758 15.580818176269531 27.556398391723633 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_217" coordIndex="0 1 2 3 -1"> <Coordinate point="-6.3118085861206055 19.534927368164063 7.1554808616638184 0.81505465507507324 28.112693786621094 4.3642435073852539 6.4367618560791016 33.133205413818359 2.2958993911743164 12.864119529724121 37.528915405273438 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_209" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_210" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_211" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_212" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_213" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_231" coordIndex="0 1 2 3 -1"> <Coordinate point="12.864119529724121 37.528915405273438 0.12036652863025665 14.966187477111816 36.741233825683594 0.12036652863025665 17.02033805847168 35.835918426513672 0.12036652863025665 19.019996643066406 34.815868377685547 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_222" coordIndex="0 1 -1"> <Coordinate point="3.2973883152008057 32.130172729492188 16.461965560913086 10.737932205200195 37.664051055908203 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_214" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_215" coordIndex="0 1 2 3 -1"> <Coordinate point="-7.2183365821838379 20.462984085083008 8.0888757705688477 -0.46209633350372314 28.576997756958008 5.5195808410644531 4.7832717895507813 33.381549835205078 3.6182982921600342 10.737932205200195 37.664051055908203 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_238" coordIndex="0 1 -1"> <Coordinate point="10.737932205200195 37.664051055908203 1.6147216558456421 10.737932205200195 37.664051055908203 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_215" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_216" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_217" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_232" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="10.737932205200195 37.664051055908203 1.6147216558456421 10.82530403137207 37.678066253662109 1.3208498954772949 10.911098480224609 37.681365966796875 1.1711115837097168 11.023982048034668 37.681934356689453 1.0213860273361206 11.279141426086426 37.675621032714844 0.76980924606323242 11.665837287902832 37.654460906982422 0.50155544281005859 12.142401695251465 37.614719390869141 0.27992039918899536 12.49617862701416 37.576549530029297 0.17554545402526855 12.864119529724121 37.528915405273438 0.12036650627851486" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_729" coordIndex="0 1 2 3 -1"> <Coordinate point="9.2649078369140625 38.912227630615234 10 9.712432861328125 38.802947998046875 10 10.158669471740723 38.688518524169922 10 10.603558540344238 38.568958282470703 10" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_218" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_219" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_220" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_221" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_222" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_240" coordIndex="0 1 2 3 4 5 -1"> <Coordinate point="10.603558540344238 38.568958282470703 10 10.854269981384277 38.408084869384766 10.073545455932617 10.941696166992188 38.255542755126953 10.176597595214844 10.968233108520508 38.032508850097656 10.350322723388672 10.898478507995605 37.827171325683594 10.532092094421387 10.737932205200195 37.664051055908203 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_223" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_224" coordIndex="0 1 2 -1"> <Coordinate point="25.675933837890625 30.671588897705078 3.8700993061065674 25.493932723999023 30.767326354980469 3.8925406932830811 25.288434982299805 30.782039642333984 3.9111871719360352" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_501" coordIndex="0 1 -1"> <Coordinate point="25.675933837890625 30.671588897705078 3.8700993061065674 26.175718307495117 30.246187210083008 9.7185659408569336" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_242" coordIndex="0 1 2 -1"> <Coordinate point="26.175718307495117 30.246187210083008 9.7185659408569336 25.991384506225586 30.346033096313477 9.7410869598388672 25.781965255737305 30.361955642700195 9.7596540451049805" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_224" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_500" coordIndex="0 1 -1"> <Coordinate point="25.675935745239258 30.671588897705078 3.8700990676879883 25.403379440307617 30.897706985473633 0.74746918678283691" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_227" coordIndex="0 1 2 -1"> <Coordinate point="25.403379440307617 30.897706985473633 0.74746918678283691 25.222003936767578 30.991436004638672 0.76989668607711792 25.017925262451172 31.005144119262695 0.78858500719070435" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_225" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_226" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_228" coordIndex="0 1 2 -1"> <Coordinate point="24.180347442626953 31.863943099975586 -0.34894546866416931 24.125953674316406 31.792264938354492 -0.062796905636787415 23.982353210449219 31.603034973144531 0.12036627531051636" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_499" coordIndex="0 1 2 3 4 5 6 7 -1"> <Coordinate point="24.180347442626953 31.863943099975586 -0.34894546866416931 24.404476165771484 31.692609786987305 -0.3323720395565033 24.614068984985352 31.530107498168945 -0.28305265307426453 24.903085708618164 31.302337646484375 -0.14347434043884277 25.106105804443359 31.139739990234375 0.032444510608911514 25.273809432983398 31.003782272338867 0.27877184748649597 25.360145568847656 30.933202743530273 0.50453144311904907 25.403379440307617 30.897706985473633 0.74746918678283691" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_227" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_228" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_498" coordIndex="0 1 2 3 -1"> <Coordinate point="19.177021026611328 35.103302001953125 -0.34894508123397827 20.89781379699707 34.106910705566406 -0.34894508123397827 22.566965103149414 33.026233673095703 -0.34894508123397827 24.180347442626953 31.863943099975586 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_230" coordIndex="0 1 2 3 4 -1"> <Coordinate point="19.019996643066406 34.815868377685547 0.12036652863025665 19.083681106567383 34.932441711425781 0.047019768506288528 19.133884429931641 35.024337768554688 -0.062794789671897888 19.165983200073242 35.083095550537109 -0.19896338880062103 19.177021026611328 35.103302001953125 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_229" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_230" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_732" coordIndex="0 1 2 3 -1"> <Coordinate point="19.177021026611328 35.103302001953125 -0.34894508123397827 17.160854339599609 36.13177490234375 -0.34894508123397827 15.08974552154541 37.044563293457031 -0.34894508123397827 12.97032356262207 37.8387451171875 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_233" coordIndex="0 1 2 3 4 -1"> <Coordinate point="12.97032356262207 37.8387451171875 -0.34894508123397827 12.962857246398926 37.816967010498047 -0.19896338880062103 12.941146850585938 37.753631591796875 -0.062794789671897888 12.907192230224609 37.654571533203125 0.047019768506288528 12.864119529724121 37.528915405273438 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_231" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_232" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_239" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="10.603559494018555 38.568958282470703 1.6147216558456421 10.823406219482422 38.441745758056641 1.6147216558456421 10.921883583068848 38.302909851074219 1.6147216558456421 10.969147682189941 38.128402709960938 1.6147216558456421 10.951540946960449 37.948493957519531 1.6147216558456421 10.871021270751953 37.786647796630859 1.6147216558456421 10.737932205200195 37.664051055908203 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_731" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="10.603559494018555 38.568958282470703 1.6147216558456421 10.641437530517578 38.558525085449219 1.3048691749572754 10.774195671081543 38.521640777587891 0.95064562559127808 10.98781681060791 38.461250305175781 0.6202552318572998 11.242648124694824 38.387535095214844 0.34717458486557007 11.525759696960449 38.303482055664063 0.1219356432557106 11.936298370361328 38.177543640136719 -0.11159642040729523 12.435514450073242 38.017864227294922 -0.28446367383003235 12.97032356262207 37.8387451171875 -0.34894520044326782" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_233" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_267" coordIndex="0 1 -1"> <Coordinate point="26.287082672119141 30.149448394775391 10 25.754489898681641 30.050174713134766 10.355278968811035" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_236" coordIndex="0 1 2 -1"> <Coordinate point="25.754489898681641 30.050174713134766 10.355279922485352 25.627962112426758 30.233678817749023 10.217992782592773 25.478786468505859 30.29998779296875 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_234" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_243" coordIndex="0 1 2 -1"> <Coordinate point="25.785980224609375 30.358478546142578 9.8079347610473633 26.006132125854492 30.3345947265625 9.9095926284790039 26.198177337646484 30.226734161376953 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_503" coordIndex="0 1 -1"> <Coordinate point="26.287082672119141 30.149448394775391 10 26.198177337646484 30.226734161376953 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_235" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_236" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_268" coordIndex="0 1 -1"> <Coordinate point="25.754489898681641 30.050174713134766 10.355278968811035 16.156217575073242 27.454248428344727 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_237" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_238" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_239" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_730" coordIndex="0 1 -1"> <Coordinate point="10.603558540344238 38.568958282470703 10 10.603558540344238 38.568958282470703 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_240" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_241" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_242" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_502" coordIndex="0 1 -1"> <Coordinate point="26.175716400146484 30.246187210083008 9.7185659408569336 26.198177337646484 30.226734161376953 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_243" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_245" coordIndex="0 1 -1"> <Coordinate point="36.938694000244141 14.902705192565918 9.7596168518066406 36.641899108886719 14.992880821228027 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_244" coordIndex="0 1 -1"> <Coordinate point="36.641452789306641 14.988723754882813 10.013345718383789 36.641899108886719 14.992880821228027 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_281" coordIndex="0 1 -1"> <Coordinate point="36.940639495849609 14.89775562286377 9.8079347610473633 36.641452789306641 14.988723754882813 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_288" coordIndex="0 1 -1"> <Coordinate point="36.938697814941406 14.902703285217285 9.7596158981323242 36.940639495849609 14.89775562286377 9.8079347610473633" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_244" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_247" coordIndex="0 1 -1"> <Coordinate point="26.421405792236328 17.201473236083984 16.571975708007813 36.641899108886719 14.992880821228027 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_263" coordIndex="0 1 -1"> <Coordinate point="26.602226257324219 17.159212112426758 16.674985885620117 26.421405792236328 17.201473236083984 16.571975708007813" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_282" coordIndex="0 1 -1"> <Coordinate point="36.641452789306641 14.988723754882813 10.013345718383789 26.602226257324219 17.159212112426758 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_246" coordIndex="0 1 -1"> <Coordinate point="36.641899108886719 14.992880821228027 9.9641256332397461 36.696922302246094 15.504019737243652 3.9111936092376709" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_245" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_272" coordIndex="0 1 -1"> <Coordinate point="36.696922302246094 15.504019737243652 3.9111936092376709 36.938694000244141 14.902705192565918 9.7596168518066406" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_246" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_247" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_262" coordIndex="0 1 2 -1"> <Coordinate point="8.3435373306274414 18.795558929443359 7.801386833190918 17.28144645690918 18.643928527832031 11.687099456787109 26.421405792236328 17.201475143432617 16.571977615356445" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_248" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_250" coordIndex="0 1 2 3 -1"> <Coordinate point="10.970795631408691 19.003635406494141 7.3068346977233887 21.957990646362305 18.873075485229492 4.7692060470581055 29.252706527709961 17.800380706787109 2.8387205600738525 36.561080932617188 15.82728099822998 0.78858500719070435" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_274" coordIndex="0 1 -1"> <Coordinate point="36.696918487548828 15.504021644592285 3.9111940860748291 36.561080932617188 15.82728099822998 0.78858500719070435" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_252" coordIndex="0 1 2 3 -1"> <Coordinate point="10.760184288024902 19.696386337280273 6.4518623352050781 21.521055221557617 19.656494140625 3.9885659217834473 28.701080322265625 18.682159423828125 2.114666223526001 35.921981811523438 16.837942123413086 0.12036649882793427" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_249" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_250" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_275" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="35.921981811523438 16.837942123413086 0.12036645412445068 36.204502105712891 16.436023712158203 0.14301943778991699 36.363101959228516 16.195306777954102 0.23002481460571289 36.449653625488281 16.055717468261719 0.32519522309303284 36.512039184570313 15.947268486022949 0.44482943415641785 36.552879333496094 15.864433288574219 0.60643625259399414 36.561080932617188 15.82728099822998 0.78858500719070435" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_254" coordIndex="0 1 2 -1"> <Coordinate point="13.307602882385254 24.359403610229492 4.4991583824157715 20.989507675170898 26.326723098754883 2.3263461589813232 28.831169128417969 27.251949310302734 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_251" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_252" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_278" coordIndex="0 1 2 3 -1"> <Coordinate point="28.831169128417969 27.251949310302734 0.12036652863025665 31.560033798217773 24.038913726806641 0.12036652863025665 33.932567596435547 20.554462432861328 0.12036652863025665 35.921981811523438 16.837942123413086 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_266" coordIndex="0 1 -1"> <Coordinate point="13.168072700500488 25.614503860473633 5.4377813339233398 27.011325836181641 28.359695434570313 1.614721417427063" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_253" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_254" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_279" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="27.011325836181641 28.359695434570313 1.614721417427063 27.095203399658203 28.33149528503418 1.3208878040313721 27.172714233398438 28.29454231262207 1.1711064577102661 27.27287483215332 28.242620468139648 1.0214446783065796 27.495960235595703 28.118404388427734 0.76977080106735229 27.828775405883789 27.919809341430664 0.50136101245880127 28.232263565063477 27.663148880004883 0.27979761362075806 28.527645111083984 27.46502685546875 0.17550593614578247 28.831169128417969 27.251949310302734 0.12036653608083725" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_314" coordIndex="0 1 2 3 -1"> <Coordinate point="27.333251953125 16.360088348388672 16.834228515625 27.244379043579102 16.507663726806641 16.834228515625 27.15471076965332 16.654756546020508 16.834228515625 27.064245223999023 16.801361083984375 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_255" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_256" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_257" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_258" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_259" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_260" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_261" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_262" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_263" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_284" coordIndex="0 1 2 -1"> <Coordinate point="27.064245223999023 16.801361083984375 16.834228515625 26.857126235961914 17.032646179199219 16.792268753051758 26.602226257324219 17.159212112426758 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_271" coordIndex="0 1 -1"> <Coordinate point="17.851327896118164 26.917482376098633 16.461965560913086 27.011323928833008 28.359695434570313 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_264" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_265" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_266" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_285" coordIndex="0 1 -1"> <Coordinate point="27.011323928833008 28.359695434570313 1.614721417427063 27.011323928833008 28.359695434570313 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_504" coordIndex="0 1 2 3 -1"> <Coordinate point="26.287082672119141 30.149448394775391 10 26.632560729980469 29.844709396362305 10 26.974506378173828 29.536012649536133 10 27.312873840332031 29.223396301269531 10" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_267" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_268" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_269" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_270" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_271" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_287" coordIndex="0 1 2 3 4 5 -1"> <Coordinate point="27.312873840332031 29.223396301269531 10 27.460105895996094 28.964439392089844 10.073545455932617 27.466629028320313 28.788742065429688 10.176597595214844 27.386476516723633 28.578922271728516 10.350322723388672 27.229286193847656 28.429521560668945 10.532092094421387 27.011323928833008 28.359695434570313 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_272" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_273" coordIndex="0 1 2 -1"> <Coordinate point="36.98870849609375 15.226141929626465 3.8700993061065674 36.872043609619141 15.395493507385254 3.8925406932830811 36.696922302246094 15.504020690917969 3.9111871719360352" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_510" coordIndex="0 1 -1"> <Coordinate point="36.98870849609375 15.226141929626465 3.8700993061065674 37.233551025390625 14.617206573486328 9.7185659408569336" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_289" coordIndex="0 1 2 -1"> <Coordinate point="37.233551025390625 14.617206573486328 9.7185659408569336 37.116733551025391 14.791279792785645 9.7410869598388672 36.938701629638672 14.90269947052002 9.7596540451049805" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_273" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_509" coordIndex="0 1 -1"> <Coordinate point="36.98870849609375 15.226140975952148 3.8700990676879883 36.852455139160156 15.553022384643555 0.74746918678283691" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_276" coordIndex="0 1 2 -1"> <Coordinate point="36.852455139160156 15.553022384643555 0.74746918678283691 36.73541259765625 15.720303535461426 0.76989668607711792 36.561080932617188 15.82728099822998 0.78858500719070435" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_274" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_275" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_277" coordIndex="0 1 2 -1"> <Coordinate point="36.218547821044922 16.976951599121094 -0.34894558787345886 36.137073516845703 16.938762664794922 -0.062797054648399353 35.921981811523438 16.837942123413086 0.12036613374948502" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_508" coordIndex="0 1 2 3 4 5 6 7 -1"> <Coordinate point="36.218547821044922 16.976951599121094 -0.34894558787345886 36.337383270263672 16.721084594726563 -0.33237186074256897 36.44744873046875 16.479791641235352 -0.28305178880691528 36.597511291503906 16.143798828125 -0.14347270131111145 36.701713562011719 15.905479431152344 0.032446317374706268 36.787021636962891 15.707160949707031 0.27877342700958252 36.830669403076172 15.604543685913086 0.5045323371887207 36.852455139160156 15.553022384643555 0.74746918678283691" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_276" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_277" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_507" coordIndex="0 1 2 3 -1"> <Coordinate point="29.069192886352539 27.476936340332031 -0.34894508123397827 31.820587158203125 24.237373352050781 -0.34894508123397827 34.21270751953125 20.724157333374023 -0.34894508123397827 36.218547821044922 16.976951599121094 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_280" coordIndex="0 1 2 3 4 -1"> <Coordinate point="28.831169128417969 27.251949310302734 0.12036652863025665 28.927703857421875 27.343196868896484 0.047019768506288528 29.003803253173828 27.415128707885742 -0.062794789671897888 29.052459716796875 27.46112060546875 -0.19896338880062103 29.069192886352539 27.476936340332031 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_278" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_279" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_286" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="27.312873840332031 29.223396301269531 1.6147215366363525 27.448419570922852 29.008586883544922 1.6147215366363525 27.471097946166992 28.839889526367188 1.614721417427063 27.431850433349609 28.663408279418945 1.614721417427063 27.332653045654297 28.512289047241211 1.614721417427063 27.186141967773438 28.406398773193359 1.614721417427063 27.011325836181641 28.359695434570313 1.614721417427063" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_506" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="27.312873840332031 29.223396301269531 1.6147215366363525 27.341571807861328 29.196548461914063 1.3048350811004639 27.441951751708984 29.10222053527832 0.95070672035217285 27.603034973144531 28.949481964111328 0.62030595541000366 27.794546127319336 28.765659332275391 0.34705379605293274 28.006332397460938 28.559505462646484 0.12169367074966431 28.311328887939453 28.257186889648438 -0.11176599562168121 28.679037094116211 27.883916854858398 -0.28451341390609741 29.069192886352539 27.476936340332031 -0.34894511103630066" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_280" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_312" coordIndex="0 1 -1"> <Coordinate point="37.287204742431641 14.479794502258301 10 36.769481658935547 14.639400482177734 10.355278968811035" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_283" coordIndex="0 1 2 -1"> <Coordinate point="36.769481658935547 14.639400482177734 10.355279922485352 36.742725372314453 14.860685348510742 10.217992782592773 36.641452789306641 14.988723754882813 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_281" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_290" coordIndex="0 1 2 -1"> <Coordinate point="36.940639495849609 14.89775562286377 9.8079347610473633 37.124477386474609 14.774297714233398 9.9095926284790039 37.244396209716797 14.589544296264648 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_512" coordIndex="0 1 -1"> <Coordinate point="37.287204742431641 14.479795455932617 10 37.244396209716797 14.589544296264648 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_282" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_283" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_313" coordIndex="0 1 -1"> <Coordinate point="36.769481658935547 14.639400482177734 10.355278968811035 27.064245223999023 16.801361083984375 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_284" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_285" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_286" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_505" coordIndex="0 1 -1"> <Coordinate point="27.312873840332031 29.223396301269531 10 27.312873840332031 29.223396301269531 1.6147215366363525" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_287" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_288" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_289" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_511" coordIndex="0 1 -1"> <Coordinate point="37.233551025390625 14.617207527160645 9.7185659408569336 37.244396209716797 14.589544296264648 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_290" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_292" coordIndex="0 1 -1"> <Coordinate point="39.633220672607422 -3.9705774784088135 9.7596168518066406 39.412330627441406 -3.7528035640716553 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_291" coordIndex="0 1 -1"> <Coordinate point="39.410003662109375 -3.7562758922576904 10.013345718383789 39.412330627441406 -3.7528035640716553 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_326" coordIndex="0 1 -1"> <Coordinate point="39.632644653320313 -3.9758639335632324 9.8079347610473633 39.410003662109375 -3.7562758922576904 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_333" coordIndex="0 1 -1"> <Coordinate point="39.633224487304688 -3.9705805778503418 9.7596158981323242 39.632644653320313 -3.9758639335632324 9.8079347610473633" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_291" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_294" coordIndex="0 1 -1"> <Coordinate point="31.388916015625 2.9525089263916016 16.571975708007813 39.412330627441406 -3.7528035640716553 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_303" coordIndex="0 1 -1"> <Coordinate point="31.529384613037109 2.8310565948486328 16.674985885620117 31.388916015625 2.9525077342987061 16.571975708007813" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_327" coordIndex="0 1 -1"> <Coordinate point="39.410003662109375 -3.7562758922576904 10.013345718383789 31.529384613037109 2.8310565948486328 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_293" coordIndex="0 1 -1"> <Coordinate point="39.412330627441406 -3.7528035640716553 9.9641256332397461 39.698589324951172 -3.3257830142974854 3.9111936092376709" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_292" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_317" coordIndex="0 1 -1"> <Coordinate point="39.698589324951172 -3.3257830142974854 3.9111936092376709 39.633220672607422 -3.9705774784088135 9.7596168518066406" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_293" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_294" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_302" coordIndex="0 1 2 -1"> <Coordinate point="16.122568130493164 12.765206336975098 7.801386833190918 23.966226577758789 8.477290153503418 11.687099456787109 31.388917922973633 2.952509880065918 16.571977615356445" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_295" coordIndex="0 1 2 3 -1"> <Coordinate point="39.728534698486328 -2.9764201641082764 0.78858399391174316 32.183826446533203 3.7340376377105713 3.5125977993011475 24.072126388549805 8.9774580001831055 5.9541034698486328 16.122568130493164 12.765206336975098 7.801386833190918" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_319" coordIndex="0 1 -1"> <Coordinate point="39.698585510253906 -3.3257784843444824 3.9111940860748291 39.728534698486328 -2.9764201641082764 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_295" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_301" coordIndex="0 1 2 3 -1"> <Coordinate point="16.122568130493164 12.765205383300781 7.8013863563537598 15.34217643737793 13.209966659545898 7.5466327667236328 14.625170707702637 13.737835884094238 7.4022507667541504 13.945779800415039 14.33580207824707 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_311" coordIndex="0 1 2 3 -1"> <Coordinate point="39.632316589355469 -1.7845202684402466 0.12036651372909546 31.28318977355957 5.3280539512634277 3.0378730297088623 22.41248893737793 10.676106452941895 5.5766787528991699 13.945778846740723 14.335803031921387 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_321" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="39.728534698486328 -2.9764237403869629 0.78858375549316406 39.739227294921875 -2.9324796199798584 0.58727371692657471 39.740337371826172 -2.8207476139068604 0.41333633661270142 39.732902526855469 -2.6720707416534424 0.29067134857177734 39.716663360595703 -2.4734587669372559 0.19602087140083313 39.691581726074219 -2.2356457710266113 0.13682740926742554 39.632316589355469 -1.7845202684402466 0.12036651372909546" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_359" coordIndex="0 1 2 3 -1"> <Coordinate point="31.805305480957031 1.7837423086166382 16.834228515625 31.795192718505859 1.9557151794433594 16.834228515625 31.784152984619141 2.1276309490203857 16.834228515625 31.772182464599609 2.2994844913482666 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_296" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_297" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_298" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_299" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_300" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_301" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_302" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_303" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_329" coordIndex="0 1 2 -1"> <Coordinate point="31.772182464599609 2.2994844913482666 16.834228515625 31.696269989013672 2.6005301475524902 16.792268753051758 31.529384613037109 2.8310565948486328 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_316" coordIndex="0 1 -1"> <Coordinate point="28.315744400024414 15.538321495056152 16.461965560913086 37.096748352050781 12.558475494384766 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_304" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_305" coordIndex="0 1 2 3 -1"> <Coordinate point="12.740222930908203 17.564874649047852 8.0888757705688477 23.25590705871582 16.613882064819336 5.5195808410644531 30.18968391418457 15.026326179504395 3.6182982921600342 37.096748352050781 12.558475494384766 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_330" coordIndex="0 1 -1"> <Coordinate point="37.096748352050781 12.558475494384766 1.6147216558456421 37.096748352050781 12.558475494384766 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_305" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_306" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_307" coordIndex="0 1 2 3 -1"> <Coordinate point="12.491415023803711 16.291624069213867 7.1554861068725586 23.599283218383789 15.299056053161621 4.3642477989196777 30.924585342407227 13.524457931518555 2.2959015369415283 38.193344116210938 10.731889724731445 0.1203666552901268" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_324" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="37.096748352050781 12.558475494384766 1.6147216558456421 37.157913208007813 12.494529724121094 1.3208498954772949 37.209365844726563 12.425796508789063 1.1711115837097168 37.273960113525391 12.333219528198242 1.0213860273361206 37.413711547851563 12.119641304016113 0.7698093056678772 37.615966796875 11.789377212524414 0.50155550241470337 37.853977203369141 11.374595642089844 0.27992039918899536 38.023532867431641 11.061758995056152 0.17554545402526855 38.193344116210938 10.731890678405762 0.12036650627851486" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_307" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_308" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_309" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_310" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_311" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_323" coordIndex="0 1 2 3 -1"> <Coordinate point="38.193344116210938 10.731890678405762 0.12036652863025665 39.116462707519531 6.6187214851379395 0.12036652863025665 39.597930908203125 2.4308233261108398 0.12036652863025665 39.632316589355469 -1.7845202684402466 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_513" coordIndex="0 1 2 3 -1"> <Coordinate point="37.287204742431641 14.479795455932617 10 37.451488494873047 14.049409866333008 10 37.610809326171875 13.617161750793457 10 37.76513671875 13.183107376098633 10" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_312" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_313" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_314" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_315" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_316" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_332" coordIndex="0 1 2 3 4 5 -1"> <Coordinate point="37.76513671875 13.183107376098633 10 37.775161743164063 12.885390281677246 10.073545455932617 37.699287414550781 12.726786613464355 10.176597595214844 37.530807495117188 12.578248977661133 10.350322723388672 37.322193145751953 12.519011497497559 10.532092094421387 37.096748352050781 12.558475494384766 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_317" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_318" coordIndex="0 1 2 -1"> <Coordinate point="39.827816009521484 -3.7074301242828369 3.8700993061065674 39.803215026855469 -3.5032615661621094 3.8925406932830811 39.698589324951172 -3.325782299041748 3.9111871719360352" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_519" coordIndex="0 1 -1"> <Coordinate point="39.827816009521484 -3.7074301242828369 3.8700993061065674 39.761627197265625 -4.3604001998901367 9.7185659408569336" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_334" coordIndex="0 1 2 -1"> <Coordinate point="39.761627197265625 -4.3604001998901367 9.7185659408569336 39.739086151123047 -4.1519784927368164 9.7410869598388672 39.633224487304688 -3.9705855846405029 9.7596540451049805" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_318" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_518" coordIndex="0 1 -1"> <Coordinate point="39.827816009521484 -3.7074322700500488 3.8700990676879883 39.859077453613281 -3.3546726703643799 0.74746823310852051" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_320" coordIndex="0 1 2 -1"> <Coordinate point="39.859077453613281 -3.3546726703643799 0.74746823310852051 39.833183288574219 -3.1521601676940918 0.76989573240280151 39.728534698486328 -2.9764201641082764 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_319" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_320" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_517" coordIndex="0 1 2 3 4 5 6 7 -1"> <Coordinate point="39.859077453613281 -3.3546772003173828 0.74746769666671753 39.865928649902344 -3.2722735404968262 0.43665421009063721 39.8743896484375 -3.1674714088439941 0.24846003949642181 39.891139984130859 -2.9490690231323242 0.012588707730174065 39.910358428955078 -2.6764202117919922 -0.16213507950305939 39.923915863037109 -2.4659509658813477 -0.24785777926445007 39.937492370605469 -2.2353284358978271 -0.30803510546684265 39.959514617919922 -1.7992527484893799 -0.34894537925720215" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_322" coordIndex="0 1 2 -1"> <Coordinate point="39.959514617919922 -1.7992527484893799 -0.34894537925720215 39.869625091552734 -1.7952053546905518 -0.062796838581562042 39.632316589355469 -1.784520149230957 0.12036634236574173" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_321" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_322" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_516" coordIndex="0 1 2 3 -1"> <Coordinate point="38.508659362792969 10.820490837097168 -0.34894508123397827 39.439399719238281 6.6733646392822266 -0.34894508123397827 39.924842834472656 2.4508919715881348 -0.34894508123397827 39.959514617919922 -1.7992527484893799 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_325" coordIndex="0 1 2 3 4 -1"> <Coordinate point="38.193344116210938 10.731890678405762 0.12036652863025665 38.321224212646484 10.767824172973633 0.047019768506288528 38.422039031982422 10.796151161193848 -0.062794789671897888 38.486495971679688 10.814262390136719 -0.19896338880062103 38.508659362792969 10.820490837097168 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_323" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_324" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_331" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="37.76513671875 13.183107376098633 1.6147216558456421 37.785331726074219 12.929911613464355 1.6147216558456421 37.727012634277344 12.769998550415039 1.6147216558456421 37.610248565673828 12.631970405578613 1.6147216558456421 37.452182769775391 12.54426097869873 1.6147216558456421 37.273246765136719 12.518587112426758 1.6147216558456421 37.096748352050781 12.558475494384766 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_515" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="37.76513671875 13.183107376098633 1.6147216558456421 37.778068542480469 13.14600658416748 1.3048691749572754 37.823127746582031 13.015796661376953 0.95064562559127808 37.894779205322266 12.805685043334961 0.6202552318572998 37.978874206542969 12.55408763885498 0.34717467427253723 38.070526123046875 12.273344993591309 0.12193574011325836 38.200092315673828 11.863935470581055 -0.11159638315439224 38.352264404296875 11.362380981445313 -0.28446364402770996 38.508659362792969 10.820490837097168 -0.34894520044326782" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_325" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_357" coordIndex="0 1 -1"> <Coordinate point="39.745273590087891 -4.5070061683654785 10 39.361026763916016 -4.1250848770141602 10.355278968811035" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_328" coordIndex="0 1 2 -1"> <Coordinate point="39.361026763916016 -4.125084400177002 10.355279922485352 39.440174102783203 -3.9167120456695557 10.217992782592773 39.410003662109375 -3.7562758922576904 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_326" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_335" coordIndex="0 1 2 -1"> <Coordinate point="39.632644653320313 -3.9758639335632324 9.8079347610473633 39.738048553466797 -4.1706128120422363 9.9095926284790039 39.758377075195313 -4.3899345397949219 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_521" coordIndex="0 1 -1"> <Coordinate point="39.745273590087891 -4.5070056915283203 10 39.758377075195313 -4.3899345397949219 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_327" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_328" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_358" coordIndex="0 1 -1"> <Coordinate point="39.361026763916016 -4.1250848770141602 10.355278968811035 31.772182464599609 2.2994844913482666 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_329" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_330" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_331" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_514" coordIndex="0 1 -1"> <Coordinate point="37.76513671875 13.183107376098633 10 37.76513671875 13.183107376098633 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_332" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_333" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_334" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_520" coordIndex="0 1 -1"> <Coordinate point="39.761627197265625 -4.3603992462158203 9.7185659408569336 39.758377075195313 -4.3899345397949219 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_335" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_337" coordIndex="0 1 -1"> <Coordinate point="33.248256683349609 -21.934247970581055 9.7596168518066406 33.15386962890625 -21.638765335083008 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_336" coordIndex="0 1 -1"> <Coordinate point="33.150196075439453 -21.640758514404297 10.013345718383789 33.15386962890625 -21.638765335083008 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_371" coordIndex="0 1 -1"> <Coordinate point="33.245288848876953 -21.938661575317383 9.8079347610473633 33.150196075439453 -21.640758514404297 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_378" coordIndex="0 1 -1"> <Coordinate point="33.248256683349609 -21.93425178527832 9.7596158981323242 33.245288848876953 -21.938661575317383 9.8079347610473633" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_336" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_339" coordIndex="0 1 -1"> <Coordinate point="29.165603637695313 -11.97283935546875 16.571975708007813 33.15386962890625 -21.638765335083008 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_348" coordIndex="0 1 -1"> <Coordinate point="29.233541488647461 -12.145659446716309 16.674985885620117 29.165603637695313 -11.972841262817383 16.571975708007813" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_372" coordIndex="0 1 -1"> <Coordinate point="33.150196075439453 -21.640758514404297 10.013345718383789 29.233541488647461 -12.145659446716309 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_338" coordIndex="0 1 -1"> <Coordinate point="33.15386962890625 -21.638765335083008 9.9641256332397461 33.605785369873047 -21.393688201904297 3.9111936092376709" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_337" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_362" coordIndex="0 1 -1"> <Coordinate point="33.605785369873047 -21.393688201904297 3.9111936092376709 33.248256683349609 -21.934247970581055 9.7596168518066406" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_338" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_339" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_347" coordIndex="0 1 2 -1"> <Coordinate point="20.208112716674805 3.8104979991912842 7.801386833190918 25.160633087158203 -3.6313929557800293 11.687099456787109 29.165605545043945 -11.97283935546875 16.571977615356445" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_340" coordIndex="0 1 2 3 -1"> <Coordinate point="33.794658660888672 -21.098258972167969 0.78858399391174316 30.232658386230469 -11.65024471282959 3.5125977993011475 25.486843109130859 -3.2377309799194336 5.9541029930114746 20.208112716674805 3.8104979991912842 7.801386833190918" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_364" coordIndex="0 1 -1"> <Coordinate point="33.605785369873047 -21.393682479858398 3.9111940860748291 33.794658660888672 -21.098258972167969 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_340" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_346" coordIndex="0 1 2 3 -1"> <Coordinate point="20.208110809326172 3.810497522354126 7.8013863563537598 19.723913192749023 4.5673823356628418 7.5466718673706055 19.334121704101563 5.3671979904174805 7.4022107124328613 19.010553359985352 6.2127957344055176 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_356" coordIndex="0 1 2 3 -1"> <Coordinate point="34.26336669921875 -19.998170852661133 0.12036651372909546 30.175960540771484 -9.8202667236328125 3.0378727912902832 24.806709289550781 -0.96238213777542114 5.5766782760620117 19.010553359985352 6.2127962112426758 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_366" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="33.794654846191406 -21.098262786865234 0.78858375549316406 33.824546813964844 -21.064321517944336 0.58727371692657471 33.877452850341797 -20.965902328491211 0.41333633661270142 33.939964294433594 -20.830802917480469 0.29067134857177734 34.01788330078125 -20.647392272949219 0.19602087140083313 34.106193542480469 -20.425163269042969 0.13682740926742554 34.26336669921875 -19.998170852661133 0.12036651372909546" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_404" coordIndex="0 1 2 3 -1"> <Coordinate point="28.991146087646484 -13.201236724853516 16.834228515625 29.062112808227539 -13.04426383972168 16.834228515625 29.132228851318359 -12.886908531188965 16.834228515625 29.201494216918945 -12.72917652130127 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_341" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_342" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_343" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_344" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_345" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_346" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_347" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_348" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_374" coordIndex="0 1 2 -1"> <Coordinate point="29.201494216918945 -12.72917652130127 16.834228515625 29.274179458618164 -12.427335739135742 16.792268753051758 29.233541488647461 -12.145659446716309 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_361" coordIndex="0 1 -1"> <Coordinate point="32.293365478515625 0.59951770305633545 16.461965560913086 38.683753967285156 -6.1197409629821777 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_349" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_350" coordIndex="0 1 2 3 -1"> <Coordinate point="19.44371223449707 9.6322460174560547 8.0888767242431641 28.313806533813477 3.9026567935943604 5.5192995071411133 33.714992523193359 -0.72498536109924316 3.6181886196136475 38.683753967285156 -6.1197409629821777 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_375" coordIndex="0 1 -1"> <Coordinate point="38.683753967285156 -6.1197409629821777 1.6147215366363525 38.683753967285156 -6.1197409629821777 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_350" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_351" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_352" coordIndex="0 1 2 3 -1"> <Coordinate point="18.631702423095703 8.6204385757446289 7.1554813385009766 28.006330490112305 2.5792167186737061 4.3641195297241211 33.667285919189453 -2.395857572555542 2.2959811687469482 38.805885314941406 -8.2467155456542969 0.1203666627407074" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_369" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="38.683753967285156 -6.1197409629821777 1.6147215366363525 38.70819091796875 -6.2047567367553711 1.3209164142608643 38.7218017578125 -6.2894973754882813 1.1712050437927246 38.735973358154297 -6.4014444351196289 1.0215109586715698 38.760475158691406 -6.6555986404418945 0.76981985569000244 38.786094665527344 -7.0423150062561035 0.50139480829238892 38.8040771484375 -7.5201821327209473 0.27981856465339661 38.808822631835938 -7.8758406639099121 0.17551484704017639 38.805885314941406 -8.2467145919799805 0.12036643177270889" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_352" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_353" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_354" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_355" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_356" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_368" coordIndex="0 1 2 3 -1"> <Coordinate point="38.805885314941406 -8.2467145919799805 0.12036652863025665 37.711780548095703 -12.317739486694336 0.12036652863025665 36.191886901855469 -16.249689102172852 0.12036652863025665 34.26336669921875 -19.998170852661133 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_522" coordIndex="0 1 2 3 -1"> <Coordinate point="39.745273590087891 -4.5070056915283203 10 39.69073486328125 -4.964439868927002 10 39.630928039550781 -5.4212160110473633 10 39.565864562988281 -5.8772730827331543 10" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_357" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_358" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_359" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_360" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_361" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_377" coordIndex="0 1 2 3 4 5 -1"> <Coordinate point="39.565864562988281 -5.8772730827331543 10 39.436386108398438 -6.1455469131469727 10.073545455932617 39.295494079589844 -6.2507224082946777 10.176597595214844 39.077285766601563 -6.303950309753418 10.350322723388672 38.865036010742188 -6.2594542503356934 10.532092094421387 38.683753967285156 -6.1197409629821777 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_362" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_363" coordIndex="0 1 2 -1"> <Coordinate point="33.542850494384766 -21.791675567626953 3.8700993061065674 33.615951538085938 -21.599460601806641 3.8925406932830811 33.605785369873047 -21.393688201904297 3.9111871719360352" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_528" coordIndex="0 1 -1"> <Coordinate point="33.542850494384766 -21.791675567626953 3.8700993061065674 33.180793762207031 -22.339092254638672 9.7185659408569336" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_379" coordIndex="0 1 2 -1"> <Coordinate point="33.180793762207031 -22.339092254638672 9.7185659408569336 33.2576904296875 -22.144067764282227 9.7410869598388672 33.248252868652344 -21.934257507324219 9.7596540451049805" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_363" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_527" coordIndex="0 1 -1"> <Coordinate point="33.542850494384766 -21.791677474975586 3.8700990676879883 33.734466552734375 -21.493852615356445 0.74746823310852051" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_365" coordIndex="0 1 2 -1"> <Coordinate point="33.734466552734375 -21.493852615356445 0.74746823310852051 33.805648803710938 -21.302501678466797 0.76989573240280151 33.794658660888672 -21.098258972167969 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_364" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_365" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_526" coordIndex="0 1 2 3 4 5 6 7 -1"> <Coordinate point="33.734466552734375 -21.493856430053711 0.74746769666671753 33.778823852539063 -21.424074172973633 0.43665421009063721 33.83502197265625 -21.335210800170898 0.24846003949642181 33.951347351074219 -21.149608612060547 0.012588707730174065 34.095073699951172 -20.917121887207031 -0.16213507950305939 34.204887390136719 -20.737060546875 -0.24785777926445007 34.324085235595703 -20.539163589477539 -0.30803510546684265 34.546237945556641 -20.163270950317383 -0.34894537925720215" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_367" coordIndex="0 1 2 -1"> <Coordinate point="34.546237945556641 -20.163270950317383 -0.34894537925720215 34.468524932861328 -20.117914199829102 -0.062796838581562042 34.26336669921875 -19.998170852661133 0.12036634236574173" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_366" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_367" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_525" coordIndex="0 1 2 3 -1"> <Coordinate point="39.126258850097656 -8.3147983551025391 -0.34894508123397827 38.023120880126953 -12.419431686401367 -0.34894508123397827 36.490680694580078 -16.383842468261719 -0.34894508123397827 34.546237945556641 -20.163270950317383 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_370" coordIndex="0 1 2 3 4 -1"> <Coordinate point="38.805885314941406 -8.2467145919799805 0.12036652863025665 38.935817718505859 -8.274327278137207 0.047019768506288528 39.038246154785156 -8.2960939407348633 -0.062794789671897888 39.103736877441406 -8.3100118637084961 -0.19896338880062103 39.126258850097656 -8.3147983551025391 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_368" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_369" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_376" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="39.565864562988281 -5.8772730827331543 1.6147216558456421 39.466079711914063 -6.1108508110046387 1.6147216558456421 39.340126037597656 -6.2253451347351074 1.6147216558456421 39.172588348388672 -6.2932991981506348 1.6147215366363525 38.991870880126953 -6.2975063323974609 1.6147215366363525 38.821498870849609 -6.2370824813842773 1.6147215366363525 38.683753967285156 -6.1197409629821777 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_524" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="39.565864562988281 -5.8772730827331543 1.6147216558456421 39.560077667236328 -5.9161105155944824 1.3049592971801758 39.539470672607422 -6.052283763885498 0.95080912113189697 39.505275726318359 -6.2716059684753418 0.62038642168045044 39.462787628173828 -6.5336384773254395 0.3471149206161499 39.413433074951172 -6.8250446319580078 0.12173808366060257 39.337886810302734 -7.247809886932373 -0.11174597591161728 39.239570617675781 -7.762476921081543 -0.28450471162796021 39.126258850097656 -8.3147983551025391 -0.3489452600479126" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_370" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_402" coordIndex="0 1 -1"> <Coordinate point="33.098182678222656 -22.461305618286133 10 32.935436248779297 -21.944562911987305 10.355278968811035" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_373" coordIndex="0 1 2 -1"> <Coordinate point="32.935436248779297 -21.944562911987305 10.355279922485352 33.102352142333984 -21.796838760375977 10.217992782592773 33.150196075439453 -21.640758514404297 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_371" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_380" coordIndex="0 1 2 -1"> <Coordinate point="33.245288848876953 -21.938661575317383 9.8079347610473633 33.248115539550781 -22.160085678100586 9.9095926284790039 33.164188385009766 -22.363733291625977 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_530" coordIndex="0 1 -1"> <Coordinate point="33.098182678222656 -22.461305618286133 10 33.164188385009766 -22.363733291625977 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_372" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_373" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_403" coordIndex="0 1 -1"> <Coordinate point="32.935436248779297 -21.944562911987305 10.355278968811035 29.201494216918945 -12.72917652130127 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_374" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_375" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_376" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_523" coordIndex="0 1 -1"> <Coordinate point="39.565864562988281 -5.8772730827331543 10 39.565864562988281 -5.8772730827331543 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_377" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_378" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_379" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_529" coordIndex="0 1 -1"> <Coordinate point="33.180793762207031 -22.339090347290039 9.7185659408569336 33.164188385009766 -22.363733291625977 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_380" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_382" coordIndex="0 1 -1"> <Coordinate point="19.246515274047852 -34.873046875 9.7596168518066406 19.300258636474609 -34.567546844482422 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_381" coordIndex="0 1 -1"> <Coordinate point="19.296077728271484 -34.567604064941406 10.013345718383789 19.300258636474609 -34.567546844482422 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_416" coordIndex="0 1 -1"> <Coordinate point="19.241836547851563 -34.875576019287109 9.8079347610473633 19.296077728271484 -34.567604064941406 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_423" coordIndex="0 1 -1"> <Coordinate point="19.246513366699219 -34.873050689697266 9.7596158981323242 19.241836547851563 -34.875576019287109 9.8079347610473633" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_381" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_384" coordIndex="0 1 -1"> <Coordinate point="20.26080322265625 -24.155355453491211 16.571975708007813 19.300258636474609 -34.567546844482422 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_393" coordIndex="0 1 -1"> <Coordinate point="20.240646362304688 -24.33995246887207 16.674985885620117 20.26080322265625 -24.155355453491211 16.571975708007813" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_417" coordIndex="0 1 -1"> <Coordinate point="19.296077728271484 -34.567604064941406 10.013345718383789 20.240646362304688 -24.33995246887207 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_383" coordIndex="0 1 -1"> <Coordinate point="19.300258636474609 -34.567546844482422 9.9641256332397461 19.814304351806641 -34.560558319091797 3.9111936092376709" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_382" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_407" coordIndex="0 1 -1"> <Coordinate point="19.814304351806641 -34.560558319091797 3.9111936092376709 19.246515274047852 -34.873046875 9.7596168518066406" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_383" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_384" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_392" coordIndex="0 1 2 -1"> <Coordinate point="19.664220809936523 -6.0171494483947754 7.801386833190918 20.591041564941406 -14.908167839050293 11.687099456787109 20.260805130004883 -24.155355453491211 16.571977615356445" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_385" coordIndex="0 1 2 3 -1"> <Coordinate point="20.118833541870117 -34.386741638183594 0.78858399391174316 21.355550765991211 -24.365596771240234 3.5125977993011475 21.062829971313477 -14.71119499206543 5.9541029930114746 19.664220809936523 -6.0171494483947754 7.801386833190918" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_409" coordIndex="0 1 -1"> <Coordinate point="19.814304351806641 -34.560554504394531 3.9111940860748291 20.118833541870117 -34.386741638183594 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_385" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_391" coordIndex="0 1 2 3 -1"> <Coordinate point="19.664220809936523 -6.0171494483947754 7.8013863563537598 19.587224960327148 -5.1219429969787598 7.5466718673706055 19.613775253295898 -4.2325963973999023 7.4022107124328613 19.720239639282227 -3.3334872722625732 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_401" coordIndex="0 1 2 3 -1"> <Coordinate point="21.045089721679688 -33.630481719970703 0.12036651372909546 22.155780792236328 -22.718881607055664 3.0378727912902832 21.518009185791016 -12.380399703979492 5.5766782760620117 19.720239639282227 -3.3334872722625732 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_411" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="20.118829727172852 -34.386741638183594 0.78858375549316406 20.161069869995117 -34.370578765869141 0.58727371692657471 20.253654479980469 -34.308021545410156 0.41333633661270142 20.371791839599609 -34.217449188232422 0.29067134857177734 20.526018142700195 -34.091255187988281 0.19602087140083313 20.707487106323242 -33.935523986816406 0.13682740926742554 21.045089721679688 -33.630481719970703 0.12036651372909546" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_449" coordIndex="0 1 2 3 -1"> <Coordinate point="19.535463333129883 -25.161972045898438 16.834228515625 19.67125129699707 -25.055957794189453 16.834228515625 19.806463241577148 -24.949213027954102 16.834228515625 19.941095352172852 -24.841737747192383 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_386" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_387" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_388" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_389" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_390" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_391" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_392" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_393" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_419" coordIndex="0 1 2 -1"> <Coordinate point="19.941095352172852 -24.841737747192383 16.834228515625 20.145727157592773 -24.608249664306641 16.792268753051758 20.240646362304688 -24.33995246887207 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_406" coordIndex="0 1 -1"> <Coordinate point="28.872962951660156 -14.476628303527832 16.461965560913086 31.408777236938477 -23.395998001098633 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_394" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_395" coordIndex="0 1 2 3 -1"> <Coordinate point="21.692880630493164 -0.50701320171356201 8.0888767242431641 26.884286880493164 -9.7024517059326172 5.5192995071411133 29.516225814819336 -16.310081481933594 3.6181886196136475 31.408777236938477 -23.395998001098633 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_420" coordIndex="0 1 -1"> <Coordinate point="31.408777236938477 -23.395998001098633 1.6147215366363525 31.408777236938477 -23.395998001098633 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_395" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_396" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_397" coordIndex="0 1 2 3 -1"> <Coordinate point="20.503669738769531 -1.0255643129348755 7.1554813385009766 25.99699592590332 -10.731407165527344 4.3641195297241211 28.697490692138672 -17.767393112182617 2.2959811687469482 30.528463363647461 -25.336097717285156 0.1203666627407074" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_414" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="31.408777236938477 -23.395998001098633 1.6147215366363525 31.390905380249023 -23.482631683349609 1.3209164142608643 31.363578796386719 -23.563993453979492 1.1712050437927246 31.324100494384766 -23.669702529907227 1.0215109586715698 31.227684020996094 -23.906129837036133 0.76981985569000244 31.070655822753906 -24.260457992553711 0.50139480829238892 30.864500045776367 -24.691944122314453 0.27981856465339661 30.703420639038086 -25.009069442749023 0.17551484704017639 30.528465270996094 -25.336097717285156 0.12036643177270889" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_397" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_398" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_399" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_400" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_401" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_413" coordIndex="0 1 2 3 -1"> <Coordinate point="30.528465270996094 -25.336097717285156 0.12036652863025665 27.667783737182617 -28.432353973388672 0.12036652863025665 24.494716644287109 -31.20759391784668 0.12036652863025665 21.045089721679688 -33.630481719970703 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_531" coordIndex="0 1 2 3 -1"> <Coordinate point="33.098182678222656 -22.461305618286133 10 32.837310791015625 -22.840997695922852 10 32.572078704833984 -23.217658996582031 10 32.302528381347656 -23.591241836547852 10" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_402" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_403" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_404" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_405" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_406" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_422" coordIndex="0 1 2 3 4 5 -1"> <Coordinate point="32.302528381347656 -23.591241836547852 10 32.063205718994141 -23.768613815307617 10.073545455932617 31.889575958251953 -23.796266555786133 10.176597595214844 31.671625137329102 -23.741989135742188 10.350322723388672 31.504365921020508 -23.603954315185547 10.532092094421387 31.408777236938477 -23.395998001098633 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_407" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_408" coordIndex="0 1 2 -1"> <Coordinate point="19.57362174987793 -34.883708953857422 3.8700993061065674 19.727676391601563 -34.747486114501953 3.8925406932830811 19.814304351806641 -34.560558319091797 3.9111871719360352" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_537" coordIndex="0 1 -1"> <Coordinate point="19.57362174987793 -34.883708953857422 3.8700993061065674 18.998640060424805 -35.200168609619141 9.7185659408569336" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_424" coordIndex="0 1 2 -1"> <Coordinate point="18.998640060424805 -35.200168609619141 9.7185659408569336 19.15736198425293 -35.063220977783203 9.7410869598388672 19.246509552001953 -34.873054504394531 9.7596540451049805" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_408" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_536" coordIndex="0 1 -1"> <Coordinate point="19.57362174987793 -34.883712768554688 3.8700990676879883 19.881696701049805 -34.709049224853516 0.74746823310852051" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_410" coordIndex="0 1 2 -1"> <Coordinate point="19.881696701049805 -34.709049224853516 0.74746823310852051 20.033649444580078 -34.572696685791016 0.76989573240280151 20.118833541870117 -34.386741638183594 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_409" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_410" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_535" coordIndex="0 1 2 3 4 5 6 7 -1"> <Coordinate point="19.881692886352539 -34.709053039550781 0.74746769666671753 19.953399658203125 -34.667877197265625 0.43665421009063721 20.044458389282227 -34.615310668945313 0.24846003949642181 20.233713150024414 -34.505027770996094 0.012588707730174065 20.469017028808594 -34.365962982177734 -0.16213507950305939 20.649930953979492 -34.257556915283203 -0.24785777926445007 20.847442626953125 -34.137722015380859 -0.30803510546684265 21.218833923339844 -33.908126831054688 -0.34894537925720215" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_412" coordIndex="0 1 2 -1"> <Coordinate point="21.218833923339844 -33.908126831054688 -0.34894537925720215 21.171102523803711 -33.83184814453125 -0.062796838581562042 21.045089721679688 -33.630481719970703 0.12036634236574173" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_411" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_412" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_534" coordIndex="0 1 2 3 -1"> <Coordinate point="30.780502319335938 -25.545267105102539 -0.34894508123397827 27.896203994750977 -28.667085647583008 -0.34894508123397827 24.696941375732422 -31.465236663818359 -0.34894508123397827 21.218833923339844 -33.908126831054688 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_415" coordIndex="0 1 2 3 4 -1"> <Coordinate point="30.528465270996094 -25.336097717285156 0.12036652863025665 30.630683898925781 -25.420928955078125 0.047019768506288528 30.711263656616211 -25.487804412841797 -0.062794789671897888 30.762784957885742 -25.530563354492188 -0.19896338880062103 30.780502319335938 -25.545267105102539 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_413" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_414" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_421" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="32.302528381347656 -23.591241836547852 1.6147216558456421 32.105625152587891 -23.751691818237305 1.6147216558456421 31.940889358520508 -23.794538497924805 1.6147216558456421 31.760963439941406 -23.776849746704102 1.6147215366363525 31.598989486694336 -23.696590423583984 1.6147215366363525 31.476211547851563 -23.563911437988281 1.6147215366363525 31.408777236938477 -23.395998001098633 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_533" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="32.302528381347656 -23.591241836547852 1.6147216558456421 32.279354095458984 -23.622940063476563 1.3049592971801758 32.197826385498047 -23.733940124511719 0.95080912113189697 32.065624237060547 -23.912248611450195 0.62038642168045044 31.906229019165039 -24.124521255493164 0.3471149206161499 31.727106094360352 -24.359613418579102 0.12173808366060257 31.463743209838867 -24.698844909667969 -0.11174597591161728 31.13751220703125 -25.108869552612305 -0.28450471162796021 30.780502319335938 -25.545267105102539 -0.3489452600479126" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_415" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_447" coordIndex="0 1 -1"> <Coordinate point="18.868696212768555 -35.269992828369141 10 18.964733123779297 -34.736804962158203 10.355278968811035" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_418" coordIndex="0 1 2 -1"> <Coordinate point="18.96473503112793 -34.736804962158203 10.355279922485352 19.181180953979492 -34.683570861816406 10.217992782592773 19.296077728271484 -34.567604064941406 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_416" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_425" coordIndex="0 1 2 -1"> <Coordinate point="19.241836547851563 -34.875576019287109 9.8079347610473633 19.141437530517578 -35.072952270507813 9.9095926284790039 18.97248649597168 -35.214267730712891 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_539" coordIndex="0 1 -1"> <Coordinate point="18.868696212768555 -35.269992828369141 10 18.97248649597168 -35.214267730712891 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_417" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_418" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_448" coordIndex="0 1 -1"> <Coordinate point="18.964733123779297 -34.736804962158203 10.355278968811035 19.941095352172852 -24.841737747192383 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_419" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_420" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_421" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_532" coordIndex="0 1 -1"> <Coordinate point="32.302528381347656 -23.591241836547852 10 32.302528381347656 -23.591241836547852 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_422" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_423" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_424" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_538" coordIndex="0 1 -1"> <Coordinate point="18.998640060424805 -35.200164794921875 9.7185659408569336 18.97248649597168 -35.214267730712891 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_425" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_427" coordIndex="0 1 -1"> <Coordinate point="0.83562952280044556 -39.822849273681641 9.7596168518066406 1.0251901149749756 -39.577320098876953 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_426" coordIndex="0 1 -1"> <Coordinate point="1.0214624404907227 -39.575428009033203 10.013345718383789 1.0251901149749756 -39.577320098876953 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_461" coordIndex="0 1 -1"> <Coordinate point="0.83031189441680908 -39.822914123535156 9.8079347610473633 1.0214623212814331 -39.575428009033203 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_468" coordIndex="0 1 -1"> <Coordinate point="0.83562672138214111 -39.822853088378906 9.7596158981323242 0.83031189441680908 -39.822914123535156 9.8079347610473633" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_426" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_429" coordIndex="0 1 -1"> <Coordinate point="6.7144975662231445 -30.804168701171875 16.571975708007813 1.0251901149749756 -39.577320098876953 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_438" coordIndex="0 1 -1"> <Coordinate point="6.6108622550964355 -30.958253860473633 16.674985885620117 6.7144966125488281 -30.804170608520508 16.571975708007813" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_462" coordIndex="0 1 -1"> <Coordinate point="1.0214624404907227 -39.575428009033203 10.013345718383789 6.6108622550964355 -30.958253860473633 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_428" coordIndex="0 1 -1"> <Coordinate point="1.0251901149749756 -39.577320098876953 9.9641256332397461 1.4836018085479736 -39.810020446777344 3.9111936092376709" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_427" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_452" coordIndex="0 1 -1"> <Coordinate point="1.4836018085479736 -39.810020446777344 3.9111936092376709 0.83562952280044556 -39.822849273681641 9.7596168518066406" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_428" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_429" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_437" coordIndex="0 1 2 -1"> <Coordinate point="14.615494728088379 -14.466341018676758 7.801386833190918 11.304290771484375 -22.769660949707031 11.687099456787109 6.7144985198974609 -30.804170608520508 16.571977615356445" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_430" coordIndex="0 1 2 3 -1"> <Coordinate point="1.8340269327163696 -39.797637939453125 0.78858399391174316 7.586143970489502 -31.499082565307617 3.5125977993011475 11.813575744628906 -22.81450080871582 5.9541029930114746 14.615494728088379 -14.466341018676758 7.801386833190918" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_454" coordIndex="0 1 -1"> <Coordinate point="1.4836057424545288 -39.810016632080078 3.9111940860748291 1.8340269327163696 -39.797637939453125 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_430" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_436" coordIndex="0 1 2 3 -1"> <Coordinate point="14.615493774414063 -14.466340065002441 7.8013863563537598 14.963340759277344 -13.637892723083496 7.5466718673706055 15.400149345397949 -12.862753868103027 7.4022107124328613 15.912256240844727 -12.116108894348145 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_446" coordIndex="0 1 2 3 -1"> <Coordinate point="3.0056388378143311 -39.558452606201172 0.12036651372909546 9.0599784851074219 -30.412876129150391 3.0378727912902832 13.299792289733887 -20.962217330932617 5.5766782760620117 15.912256240844727 -12.116108894348145 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_456" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="1.8340232372283936 -39.797634124755859 0.78858375549316406 1.8789359331130981 -39.802955627441406 0.58727371692657471 1.9899870157241821 -39.79058837890625 0.41333633661270142 2.1366839408874512 -39.765289306640625 0.29067134857177734 2.3318901062011719 -39.725223541259766 0.19602087140083313 2.564946174621582 -39.671661376953125 0.13682740926742554 3.0056388378143311 -39.558452606201172 0.12036651372909546" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_494" coordIndex="0 1 2 3 -1"> <Coordinate point="5.6044425964355469 -31.358402252197266 16.834228515625 5.7739429473876953 -31.327634811401367 16.834228515625 5.9432744979858398 -31.295951843261719 16.834228515625 6.1124320030212402 -31.263355255126953 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_431" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_432" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_433" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_434" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_435" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_436" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_437" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_438" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_464" coordIndex="0 1 2 -1"> <Coordinate point="6.1124320030212402 -31.263355255126953 16.834228515625 6.402132511138916 -31.151708602905273 16.792268753051758 6.6108622550964355 -30.958253860473633 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_451" coordIndex="0 1 -1"> <Coordinate point="18.838115692138672 -26.236352920532227 16.461965560913086 16.93842887878418 -35.312515258789063 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_439" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_440" coordIndex="0 1 2 3 -1"> <Coordinate point="18.972471237182617 -10.530121803283691 8.0888767242431641 19.295900344848633 -21.084844589233398 5.5192995071411133 18.555648803710938 -28.158733367919922 3.6181886196136475 16.93842887878418 -35.312515258789063 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_465" coordIndex="0 1 -1"> <Coordinate point="16.93842887878418 -35.312515258789063 1.6147215366363525 16.93842887878418 -35.312515258789063 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_440" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_441" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_442" coordIndex="0 1 2 3 -1"> <Coordinate point="17.678495407104492 -10.436622619628906 7.1554813385009766 18.032062530517578 -21.583595275878906 4.3641195297241211 17.153446197509766 -29.068634033203125 2.2959811687469482 15.257340431213379 -36.621284484863281 0.1203666627407074" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_459" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="16.93842887878418 -35.312515258789063 1.6147215366363525 16.882343292236328 -35.38092041015625 1.3209164142608643 16.820337295532227 -35.440261840820313 1.1712050437927246 16.736255645751953 -35.515514373779297 1.0215109586715698 16.541007995605469 -35.6800537109375 0.76981985569000244 16.237302780151367 -35.920822143554688 0.50139480829238892 15.854239463806152 -36.207080841064453 0.27981856465339661 15.564233779907227 -36.413021087646484 0.17551484704017639 15.257342338562012 -36.621284484863281 0.12036643177270889" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_442" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_443" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_444" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_445" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_446" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_458" coordIndex="0 1 2 3 -1"> <Coordinate point="15.257342338562012 -36.621284484863281 0.12036652863025665 11.285431861877441 -38.033458709716797 0.12036652863025665 7.186103343963623 -39.016212463378906 0.12036652863025665 3.0056388378143311 -39.558452606201172 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_540" coordIndex="0 1 2 3 -1"> <Coordinate point="18.868696212768555 -35.269992828369141 10 18.461252212524414 -35.484958648681641 10 18.051359176635742 -35.695217132568359 10 17.639072418212891 -35.900741577148438 10" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_447" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_448" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_449" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_450" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_451" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_467" coordIndex="0 1 2 3 4 5 -1"> <Coordinate point="17.639072418212891 -35.900741577148438 10 17.344734191894531 -35.946575164794922 10.073545455932617 17.178140640258789 -35.890373229980469 10.176597595214844 17.010377883911133 -35.74102783203125 10.350322723388672 16.926425933837891 -35.541072845458984 10.532092094421387 16.93842887878418 -35.312515258789063 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_452" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_453" coordIndex="0 1 2 -1"> <Coordinate point="1.1203137636184692 -39.984306335449219 3.8700993061065674 1.3200287818908691 -39.935279846191406 3.8925406932830811 1.4836026430130005 -39.810020446777344 3.9111871719360352" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_546" coordIndex="0 1 -1"> <Coordinate point="1.1203137636184692 -39.984306335449219 3.8700993061065674 0.46412676572799683 -39.997306823730469 9.7185659408569336" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_469" coordIndex="0 1 2 -1"> <Coordinate point="0.46412676572799683 -39.997306823730469 9.7185659408569336 0.66831141710281372 -39.949810028076172 9.7410869598388672 0.83562189340591431 -39.822856903076172 9.7596540451049805" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_453" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_545" coordIndex="0 1 -1"> <Coordinate point="1.1203118562698364 -39.984310150146484 3.8700990676879883 1.474267840385437 -39.972824096679688 0.74746823310852051" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_455" coordIndex="0 1 2 -1"> <Coordinate point="1.474267840385437 -39.972824096679688 0.74746823310852051 1.6721822023391724 -39.922702789306641 0.76989573240280151 1.8340269327163696 -39.797637939453125 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_454" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_455" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_544" coordIndex="0 1 2 3 4 5 6 7 -1"> <Coordinate point="1.474263072013855 -39.972824096679688 0.74746769666671753 1.5568916797637939 -39.969688415527344 0.43665421009063721 1.6619497537612915 -39.965457916259766 0.24846003949642181 1.880778431892395 -39.955757141113281 0.012588707730174065 2.1537561416625977 -39.941974639892578 -0.16213507950305939 2.3643250465393066 -39.930065155029297 -0.24785777926445007 2.594902515411377 -39.915740966796875 -0.30803510546684265 3.0304529666900635 -39.885040283203125 -0.34894537925720215" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_457" coordIndex="0 1 2 -1"> <Coordinate point="3.0304529666900635 -39.885040283203125 -0.34894537925720215 3.0236358642578125 -39.795318603515625 -0.062796838581562042 3.0056388378143311 -39.558452606201172 0.12036634236574173" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_456" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_457" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_543" coordIndex="0 1 2 3 -1"> <Coordinate point="15.383303642272949 -36.923622131347656 -0.34894508123397827 11.378602027893066 -38.347457885742188 -0.34894508123397827 7.2454304695129395 -39.338325500488281 -0.34894508123397827 3.0304529666900635 -39.885040283203125 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_460" coordIndex="0 1 2 3 4 -1"> <Coordinate point="15.257342338562012 -36.621284484863281 0.12036652863025665 15.308427810668945 -36.743904113769531 0.047019768506288528 15.348699569702148 -36.840564727783203 -0.062794789671897888 15.374448776245117 -36.902370452880859 -0.19896338880062103 15.383303642272949 -36.923622131347656 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_458" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_459" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_466" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="17.639072418212891 -35.900741577148438 1.6147216558456421 17.390157699584961 -35.951305389404297 1.6147216558456421 17.224380493164063 -35.912689208984375 1.6147216558456421 17.073284149169922 -35.813411712646484 1.6147215366363525 16.967161178588867 -35.667072296142578 1.6147215366363525 16.92010498046875 -35.492530822753906 1.6147215366363525 16.93842887878418 -35.312515258789063 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_542" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="17.639072418212891 -35.900741577148438 1.6147216558456421 17.60382080078125 -35.918037414550781 1.3049592971801758 17.480049133300781 -35.978435516357422 0.95080912113189697 17.280124664306641 -36.074886322021484 0.62038642168045044 17.040338516235352 -36.188766479492188 0.3471149206161499 16.772480010986328 -36.313686370849609 0.12173808366060257 16.381635665893555 -36.491668701171875 -0.11174597591161728 15.902223587036133 -36.703125 -0.28450471162796021 15.383303642272949 -36.923622131347656 -0.3489452600479126" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_460" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_492" coordIndex="0 1 -1"> <Coordinate point="0.31661868095397949 -39.998744964599609 10 0.64943927526473999 -39.571266174316406 10.355278968811035" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_463" coordIndex="0 1 2 -1"> <Coordinate point="0.64943969249725342 -39.571266174316406 10.355279922485352 0.86583256721496582 -39.624717712402344 10.217992782592773 1.0214624404907227 -39.575428009033203 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_461" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_470" coordIndex="0 1 2 -1"> <Coordinate point="0.83031189441680908 -39.822914123535156 9.8079347610473633 0.64968812465667725 -39.951026916503906 9.9095926284790039 0.43441566824913025 -39.997642517089844 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_548" coordIndex="0 1 -1"> <Coordinate point="0.31661909818649292 -39.998744964599609 10 0.43441566824913025 -39.997642517089844 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_462" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_463" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_493" coordIndex="0 1 -1"> <Coordinate point="0.64943927526473999 -39.571266174316406 10.355278968811035 6.1124320030212402 -31.263355255126953 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_464" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_465" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_466" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_541" coordIndex="0 1 -1"> <Coordinate point="17.639072418212891 -35.900741577148438 10 17.639072418212891 -35.900741577148438 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_467" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_468" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_469" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_547" coordIndex="0 1 -1"> <Coordinate point="0.46412745118141174 -39.997306823730469 9.7185659408569336 0.43441566824913025 -39.997642517089844 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_470" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_472" coordIndex="0 1 -1"> <Coordinate point="-17.766689300537109 -35.64971923828125 9.7596168518066406 -17.484737396240234 -35.520404815673828 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_471" coordIndex="0 1 -1"> <Coordinate point="-17.487157821655273 -35.516998291015625 10.013345718383789 -17.484737396240234 -35.520404815673828 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_564" coordIndex="0 1 -1"> <Coordinate point="-17.771427154541016 -35.647304534912109 9.8079347610473633 -17.487157821655273 -35.516998291015625 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_572" coordIndex="0 1 -1"> <Coordinate point="-17.766693115234375 -35.649723052978516 9.7596158981323242 -17.771427154541016 -35.647304534912109 9.8079347610473633" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_471" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_474" coordIndex="0 1 -1"> <Coordinate point="-8.3700189590454102 -30.396120071411133 16.571975708007813 -17.484737396240234 -35.520404815673828 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_483" coordIndex="0 1 -1"> <Coordinate point="-8.5333900451660156 -30.484394073486328 16.674985885620117 -8.370020866394043 -30.396120071411133 16.571975708007813" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_565" coordIndex="0 1 -1"> <Coordinate point="-17.487157821655273 -35.516998291015625 10.013345718383789 -8.5333900451660156 -30.484394073486328 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_473" coordIndex="0 1 -1"> <Coordinate point="-17.484737396240234 -35.520404815673828 9.9641256332397461 -17.186975479125977 -35.939487457275391 3.9111936092376709" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_472" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_550" coordIndex="0 1 -1"> <Coordinate point="-17.186975479125977 -35.939487457275391 3.9111936092376709 -17.766689300537109 -35.64971923828125 9.7596168518066406" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_473" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_474" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_482" coordIndex="0 1 2 -1"> <Coordinate point="6.218533992767334 -19.601467132568359 7.801386833190918 -0.57213681936264038 -25.414899826049805 11.687099456787109 -8.3700189590454102 -30.396121978759766 16.571977615356445" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_475" coordIndex="0 1 2 3 -1"> <Coordinate point="-16.870933532714844 -36.091373443603516 0.78858399391174316 -7.9211568832397461 -31.416509628295898 3.5125977993011475 -0.14202503859996796 -25.691280364990234 5.9541029930114746 6.218533992767334 -19.601467132568359 7.801386833190918" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_552" coordIndex="0 1 -1"> <Coordinate point="-17.186969757080078 -35.939483642578125 3.9111940860748291 -16.870933532714844 -36.091373443603516 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_475" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_481" coordIndex="0 1 2 3 -1"> <Coordinate point="6.2185335159301758 -19.601467132568359 7.8013863563537598 6.911125659942627 -19.029500961303711 7.5466322898864746 7.6589460372924805 -18.546274185180664 7.4022507667541504 8.4589662551879883 -18.123075485229492 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_491" coordIndex="0 1 2 3 -1"> <Coordinate point="-15.722368240356445 -36.424060821533203 0.12036652863025665 -6.1113557815551758 -31.139646530151367 3.0378727912902832 2.0347530841827393 -24.741842269897461 5.5766782760620117 8.4589672088623047 -18.123075485229492 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_557" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-16.597028732299805 -36.200592041015625 0.29682311415672302 -16.425210952758789 -36.250659942626953 0.20675227046012878 -16.21942138671875 -36.305679321289063 0.14667889475822449 -15.98227596282959 -36.364376068115234 0.11750564724206924 -15.722368240356445 -36.424060821533203 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_554" coordIndex="0 1 2 -1"> <Coordinate point="-16.870937347412109 -36.09136962890625 0.78858375549316406 -16.797737121582031 -36.132354736328125 0.51033037900924683 -16.597028732299805 -36.200592041015625 0.29682314395904541" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_603" coordIndex="0 1 2 3 -1"> <Coordinate point="-9.6104888916015625 -30.371000289916992 16.834228515625 -9.44610595703125 -30.422529220581055 16.834228515625 -9.2814464569091797 -30.473167419433594 16.834228515625 -9.1165151596069336 -30.522914886474609 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_476" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_477" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_478" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_479" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_480" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_481" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_482" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_483" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_567" coordIndex="0 1 2 -1"> <Coordinate point="-9.1165151596069336 -30.522914886474609 16.834228515625 -8.8081140518188477 -30.558687210083008 16.792268753051758 -8.5333900451660156 -30.484394073486328 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_496" coordIndex="0 1 -1"> <Coordinate point="4.4876813888549805 -31.985645294189453 16.461965560913086 -1.4123098850250244 -39.139358520507813 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_484" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_485" coordIndex="0 1 2 3 -1"> <Coordinate point="11.905696868896484 -18.140905380249023 8.0888757705688477 7.2875919342041016 -27.636014938354492 5.5195808410644531 3.3444490432739258 -33.556255340576172 3.6182982921600342 -1.4123098850250244 -39.139358520507813 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_568" coordIndex="0 1 -1"> <Coordinate point="-1.4123098850250244 -39.139358520507813 1.6147216558456421 -1.4123098850250244 -39.139358520507813 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_485" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_486" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_487" coordIndex="0 1 2 3 -1"> <Coordinate point="10.803415298461914 -17.456766128540039 7.1554861068725586 5.9364476203918457 -27.490829467773438 4.3642487525939941 1.6795834302902222 -33.710823059082031 2.2959034442901611 -3.5090551376342773 -39.516979217529297 0.1203666552901268" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_561" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-1.4123098850250244 -39.139358520507813 1.6147216558456421 -1.4937894344329834 -39.173873901367188 1.320850133895874 -1.576301097869873 -39.197608947753906 1.1711118221282959 -1.6857677698135376 -39.225177764892578 1.0213863849639893 -1.9350249767303467 -39.280113220214844 0.76980793476104736 -2.315549373626709 -39.35211181640625 0.50155347585678101 -2.7877757549285889 -39.427570343017578 0.27991983294487 -3.1404068470001221 -39.475173950195313 0.17554531991481781 -3.50905442237854 -39.516979217529297 0.12036650627851486" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_487" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_488" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_489" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_490" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_491" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_560" coordIndex="0 1 2 3 -1"> <Coordinate point="-3.50905442237854 -39.516979217529297 0.12036652863025665 -7.6822762489318848 -38.921558380126953 0.12036652863025665 -11.768760681152344 -37.886692047119141 0.12036652863025665 -15.722368240356445 -36.424060821533203 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_549" coordIndex="0 1 2 3 -1"> <Coordinate point="0.31661909818649292 -39.998748779296875 10 -0.14405441284179688 -39.999740600585938 10 -0.60470879077911377 -39.995429992675781 10 -1.0652830600738525 -39.985813140869141 10" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_492" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_493" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_494" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_495" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_496" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_571" coordIndex="0 1 2 3 4 5 -1"> <Coordinate point="-1.0652830600738525 -39.985813140869141 10 -1.3472082614898682 -39.889614105224609 10.073545455932617 -1.4685993194580078 -39.762428283691406 10.176597595214844 -1.547741174697876 -39.552223205566406 10.350322723388672 -1.5291534662246704 -39.336158752441406 10.532092094421387 -1.4123097658157349 -39.139358520507813 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_737" coordIndex="0 1 2 3 -1"> <Coordinate point="-16.888936996459961 -36.259674072265625 4.4408920985006262E-16 -16.924163818359375 -36.243244171142578 4.4408920985006262E-16 -16.959375381469727 -36.226779937744141 4.4408920985006262E-16 -16.994571685791016 -36.210281372070313 4.4408920985006262E-16" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_736" coordIndex="0 1 2 3 -1"> <Coordinate point="-16.994571685791016 -36.210281372070313 4.4408920985006262E-16 -17.729530334472656 -35.856151580810547 4.4408920985006262E-16 -18.457115173339844 -35.487110137939453 4.4408920985006262E-16 -19.177021026611328 -35.103302001953125 4.4408920985006262E-16" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_735" coordIndex="0 1 -1"> <Coordinate point="-19.177021026611328 -35.103302001953125 4.4408920985006262E-16 -19.177021026611328 -35.103302001953125 -0.44999998807907104" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_497" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_733" coordIndex="0 1 -1"> <Coordinate point="19.177021026611328 35.103302001953125 -0.34894508123397827 19.177021026611328 35.103302001953125 -0.44999998807907104" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_498" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_499" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_500" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_501" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_502" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_503" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_504" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_505" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_506" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_507" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_508" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_509" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_510" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_511" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_512" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_513" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_514" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_515" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_516" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_517" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_518" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_519" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_520" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_521" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_522" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_523" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_524" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_525" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_526" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_527" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_528" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_529" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_530" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_531" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_532" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_533" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_534" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_535" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_536" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_537" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_538" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_539" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_540" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_541" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_542" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_543" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_544" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_545" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_546" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_547" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_548" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_549" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_570" coordIndex="0 1 -1"> <Coordinate point="-1.0652830600738525 -39.985813140869141 10 -1.0652830600738525 -39.985813140869141 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_562" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-1.0652830600738525 -39.985813140869141 1.6147216558456421 -1.1044512987136841 -39.984745025634766 1.3045835494995117 -1.2422523498535156 -39.980705261230469 0.95054668188095093 -1.464165210723877 -39.973194122314453 0.62024718523025513 -1.7292300462722778 -39.962604522705078 0.34717193245887756 -2.0242249965667725 -39.948749542236328 0.12193650007247925 -2.4529929161071777 -39.924724578857422 -0.11143756657838821 -2.9758388996124268 -39.88916015625 -0.28429079055786133 -3.5380244255065918 -39.843223571777344 -0.34894520044326782" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_559" coordIndex="0 1 2 3 -1"> <Coordinate point="-3.5380244255065918 -39.843223571777344 -0.34894508123397827 -7.745699405670166 -39.242885589599609 -0.34894508123397827 -11.865921020507813 -38.199474334716797 -0.34894508123397827 -15.852169036865234 -36.724769592285156 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_556" coordIndex="0 1 2 3 -1"> <Coordinate point="-16.888936996459961 -36.259674072265625 -8.6225973916498333E-8 -16.615821838378906 -36.385616302490234 -0.18272596597671509 -16.231578826904297 -36.558681488037109 -0.31218165159225464 -15.852169036865234 -36.724769592285156 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_550" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_551" coordIndex="0 1 2 -1"> <Coordinate point="-17.589645385742188 -35.924980163574219 3.8700993061065674 -17.390022277832031 -35.974380493164063 3.8925406932830811 -17.186973571777344 -35.939487457275391 3.9111871719360352" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_740" coordIndex="0 1 -1"> <Coordinate point="-17.589645385742188 -35.924980163574219 3.8700993061065674 -18.176712036132813 -35.631546020507813 9.7185659408569336" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_573" coordIndex="0 1 2 -1"> <Coordinate point="-18.176712036132813 -35.631546020507813 9.7185659408569336 -17.973840713500977 -35.684379577636719 9.7410869598388672 -17.766696929931641 -35.64971923828125 9.7596540451049805" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_551" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_739" coordIndex="0 1 -1"> <Coordinate point="-17.58964729309082 -35.924983978271484 3.8700990676879883 -17.270896911621094 -36.079303741455078 0.74746823310852051" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_553" coordIndex="0 1 2 -1"> <Coordinate point="-17.270896911621094 -36.079303741455078 0.74746823310852051 -17.072362899780273 -36.126899719238281 0.76989573240280151 -16.870933532714844 -36.091373443603516 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_552" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_553" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_738" coordIndex="0 1 2 3 -1"> <Coordinate point="-17.270902633666992 -36.079299926757813 0.74746769666671753 -17.196168899536133 -36.114978790283203 0.43636453151702881 -17.0628662109375 -36.178150177001953 0.19141361117362976 -16.888936996459961 -36.259674072265625 1.5360976379774627E-15" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_555" coordIndex="0 1 2 -1"> <Coordinate point="-16.888936996459961 -36.259674072265625 -8.3266726846886741E-17 -16.749534606933594 -36.272743225097656 0.16333606839179993 -16.597028732299805 -36.200592041015625 0.29682320356369019" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_554" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_555" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_556" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_558" coordIndex="0 1 2 -1"> <Coordinate point="-15.852169036865234 -36.724769592285156 -0.34894508123397827 -15.816509246826172 -36.642158508300781 -0.062796622514724731 -15.722368240356445 -36.424060821533203 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_557" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_558" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_559" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_563" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-3.50905442237854 -39.516979217529297 0.12036652863025665 -3.520803689956665 -39.6492919921875 0.047019768506288528 -3.5300660133361816 -39.753597259521484 -0.062794789671897888 -3.5359878540039063 -39.820289611816406 -0.19896338880062103 -3.5380244255065918 -39.843223571777344 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_560" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_561" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_569" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="-1.0652830600738525 -39.985813140869141 1.6147216558456421 -1.3091855049133301 -39.914909362792969 1.6147216558456421 -1.4380272626876831 -39.803676605224609 1.6147216558456421 -1.5256798267364502 -39.645549774169922 1.6147216558456421 -1.5516396760940552 -39.466655731201172 1.6147216558456421 -1.5121927261352539 -39.290241241455078 1.6147216558456421 -1.4123098850250244 -39.139358520507813 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_562" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_563" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_601" coordIndex="0 1 -1"> <Coordinate point="-18.307992935180664 -35.56427001953125 10 -17.814634323120117 -35.340423583984375 10.355278968811035" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_566" coordIndex="0 1 2 -1"> <Coordinate point="-17.814634323120117 -35.340423583984375 10.355279922485352 -17.647867202758789 -35.488315582275391 10.217992782592773 -17.487157821655273 -35.516998291015625 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_564" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_574" coordIndex="0 1 2 -1"> <Coordinate point="-17.771427154541016 -35.647304534912109 9.8079347610473633 -17.990898132324219 -35.676803588867188 9.9095926284790039 -18.203174591064453 -35.618034362792969 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_742" coordIndex="0 1 -1"> <Coordinate point="-18.307992935180664 -35.56427001953125 10 -18.203174591064453 -35.618034362792969 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_565" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_566" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_602" coordIndex="0 1 -1"> <Coordinate point="-17.814634323120117 -35.340423583984375 10.355278968811035 -9.1165151596069336 -30.522914886474609 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_567" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_568" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_569" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_570" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_571" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_572" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_573" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_741" coordIndex="0 1 -1"> <Coordinate point="-18.17671012878418 -35.631546020507813 9.7185659408569336 -18.203174591064453 -35.618034362792969 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_574" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_576" coordIndex="0 1 -1"> <Coordinate point="-32.298873901367188 -23.309667587280273 9.7596168518066406 -31.98912239074707 -23.326194763183594 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_575" coordIndex="0 1 -1"> <Coordinate point="-31.989681243896484 -23.322052001953125 10.013345718383789 -31.98912239074707 -23.326194763183594 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_615" coordIndex="0 1 -1"> <Coordinate point="-32.301944732666016 -23.305328369140625 9.8079347610473633 -31.989681243896484 -23.322052001953125 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_622" coordIndex="0 1 -1"> <Coordinate point="-32.298877716064453 -23.309667587280273 9.7596158981323242 -32.301944732666016 -23.305328369140625 9.8079347610473633" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_575" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_578" coordIndex="0 1 -1"> <Coordinate point="-21.537065505981445 -23.024684906005859 16.571975708007813 -31.98912239074707 -23.326194763183594 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_590" coordIndex="0 1 -1"> <Coordinate point="-21.722745895385742 -23.026926040649414 16.674985885620117 -21.537067413330078 -23.024684906005859 16.571975708007813" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_616" coordIndex="0 1 -1"> <Coordinate point="-31.989681243896484 -23.322052001953125 10.013345718383789 -21.722745895385742 -23.026926040649414 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_577" coordIndex="0 1 -1"> <Coordinate point="-31.98912239074707 -23.326194763183594 9.9641256332397461 -31.920223236083984 -23.835649490356445 3.9111936092376709" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_576" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_606" coordIndex="0 1 -1"> <Coordinate point="-31.920223236083984 -23.835649490356445 3.9111936092376709 -32.298873901367188 -23.309667587280273 9.7596168518066406" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_577" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_578" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_589" coordIndex="0 1 2 -1"> <Coordinate point="-3.6030173301696777 -20.246133804321289 7.801386833190918 -12.31749439239502 -22.237890243530273 11.687099456787109 -21.537065505981445 -23.024688720703125 16.571977615356445" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_579" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_581" coordIndex="0 1 2 -1"> <Coordinate point="-13.248764038085938 -22.938444137573242 5.6648449897766113 -22.522220611572266 -24.20128059387207 3.2713642120361328 -31.710966110229492 -24.117008209228516 0.78858482837677002" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_608" coordIndex="0 1 -1"> <Coordinate point="-31.920217514038086 -23.835649490356445 3.9111940860748291 -31.710966110229492 -24.117008209228516 0.78858482837677002" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_600" coordIndex="0 1 2 -1"> <Coordinate point="-12.901120185852051 -23.615335464477539 4.8107457160949707 -21.905841827392578 -24.914888381958008 2.5079829692840576 -30.848569869995117 -24.945354461669922 0.12036653608083725" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_580" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_581" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_609" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="-30.848569869995117 -24.945354461669922 0.12036652863025665 -31.219064712524414 -24.62272834777832 0.14301876723766327 -31.4306640625 -24.426961898803711 0.23002356290817261 -31.548107147216797 -24.312141418457031 0.32519379258155823 -31.634635925292969 -24.221773147583008 0.44482824206352234 -31.694112777709961 -24.151119232177734 0.60643541812896729 -31.710968017578125 -24.117008209228516 0.78858458995819092" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_593" coordIndex="0 1 -1"> <Coordinate point="-17.297441482543945 -33.241840362548828 2.2369978427886963 -19.439504623413086 -33.999847412109375 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_582" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_594" coordIndex="0 1 -1"> <Coordinate point="-17.483219146728516 -32.002803802490234 1.2983746528625488 -21.471569061279297 -33.359806060791016 0.12036656588315964" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_613" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-19.439504623413086 -33.999847412109375 1.6147216558456421 -19.527713775634766 -33.992534637451172 1.3208473920822144 -19.611835479736328 -33.975200653076172 1.1710448265075684 -19.721538543701172 -33.948749542236328 1.0213649272918701 -19.967861175537109 -33.88153076171875 0.76971983909606934 -20.338375091552734 -33.768402099609375 0.50142312049865723 -20.791498184204102 -33.615787506103516 0.2798735499382019 -21.12579345703125 -33.494083404541016 0.1755310446023941 -21.471569061279297 -33.359806060791016 0.12036651372909546" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_650" coordIndex="0 1 2 3 -1"> <Coordinate point="-22.623773574829102 -22.425968170166016 16.834228515625 -22.502164840698242 -22.54798698425293 16.834228515625 -22.379899978637695 -22.669345855712891 16.834228515625 -22.256978988647461 -22.790042877197266 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_583" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_584" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_585" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_586" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_587" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_588" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_589" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_590" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_618" coordIndex="0 1 2 -1"> <Coordinate point="-22.256978988647461 -22.790042877197266 16.834228515625 -22.000528335571289 -22.96504020690918 16.792268753051758 -21.722745895385742 -23.026926040649414 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_605" coordIndex="0 1 -1"> <Coordinate point="-10.890826225280762 -30.407411575317383 16.461965560913086 -19.439504623413086 -33.999847412109375 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_591" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_592" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_593" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_619" coordIndex="0 1 -1"> <Coordinate point="-19.439504623413086 -33.999847412109375 1.6147216558456421 -19.439504623413086 -33.999847412109375 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_594" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_595" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_596" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_597" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_598" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_599" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_600" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_612" coordIndex="0 1 2 3 -1"> <Coordinate point="-21.471569061279297 -33.359806060791016 0.12036652863025665 -24.890068054199219 -30.893196105957031 0.12036652863025665 -28.027542114257813 -28.077783584594727 0.12036652863025665 -30.848569869995117 -24.945354461669922 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_743" coordIndex="0 1 2 3 -1"> <Coordinate point="-18.307992935180664 -35.56427001953125 10 -18.716360092163086 -35.351066589355469 10 -19.122245788574219 -35.133171081542969 10 -19.525594711303711 -34.910617828369141 10" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_601" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_602" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_603" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_604" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_605" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_621" coordIndex="0 1 2 3 4 5 -1"> <Coordinate point="-19.525594711303711 -34.910617828369141 10 -19.730520248413086 -34.694419860839844 10.073545455932617 -19.778902053833008 -34.525386810302734 10.176597595214844 -19.751291275024414 -34.302482604980469 10.350322723388672 -19.634422302246094 -34.119808197021484 10.532092094421387 -19.439504623413086 -33.999847412109375 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_606" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_607" coordIndex="0 1 2 -1"> <Coordinate point="-32.270027160644531 -23.635675430297852 3.8700993061065674 -32.116226196289063 -23.772186279296875 3.8925406932830811 -31.920223236083984 -23.835649490356445 3.9111871719360352" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_749" coordIndex="0 1 -1"> <Coordinate point="-32.270027160644531 -23.635675430297852 3.8700993061065674 -32.653484344482422 -23.103029251098633 9.7185659408569336" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_623" coordIndex="0 1 2 -1"> <Coordinate point="-32.653484344482422 -23.103029251098633 9.7185659408569336 -32.498405456542969 -23.244087219238281 9.7410869598388672 -32.298881530761719 -23.309663772583008 9.7596540451049805" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_607" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_748" coordIndex="0 1 -1"> <Coordinate point="-32.270030975341797 -23.635675430297852 3.8700990676879883 -32.05950927734375 -23.920450210571289 0.74746906757354736" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_610" coordIndex="0 1 2 -1"> <Coordinate point="-32.05950927734375 -23.920450210571289 0.74746906757354736 -31.905834197998047 -24.054859161376953 0.76989656686782837 -31.710966110229492 -24.117008209228516 0.78858482837677002" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_608" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_609" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_611" coordIndex="0 1 2 -1"> <Coordinate point="-31.103250503540039 -25.151298522949219 -0.34894546866416931 -31.033283233642578 -25.094720840454102 -0.062796890735626221 -30.848569869995117 -24.945354461669922 0.12036628276109695" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_747" coordIndex="0 1 2 3 4 5 6 7 -1"> <Coordinate point="-31.103250503540039 -25.151298522949219 -0.34894546866416931 -31.279865264892578 -24.931306838989258 -0.33237200975418091 -31.444477081298828 -24.723367691040039 -0.28305253386497498 -31.670585632324219 -24.433050155639648 -0.14347457885742188 -31.82879638671875 -24.226591110229492 0.032444573938846588 -31.959089279174805 -24.054450988769531 0.27877166867256165 -32.026023864746094 -23.965261459350586 0.50453120470046997 -32.05950927734375 -23.920450210571289 0.74746876955032349" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_610" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_611" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_746" coordIndex="0 1 2 3 -1"> <Coordinate point="-21.648834228515625 -33.635219573974609 -0.34894508123397827 -25.095554351806641 -31.148244857788086 -0.34894508123397827 -28.258932113647461 -28.309587478637695 -0.34894508123397827 -31.103250503540039 -25.151298522949219 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_614" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-21.471569061279297 -33.359806060791016 0.12036652863025665 -21.543460845947266 -33.471504211425781 0.047019768506288528 -21.600135803222656 -33.559558868408203 -0.062794789671897888 -21.636371612548828 -33.615859985351563 -0.19896338880062103 -21.648834228515625 -33.635219573974609 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_612" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_613" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_620" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="-19.525594711303711 -34.910617828369141 1.6147216558456421 -19.708608627319336 -34.734489440917969 1.6147216558456421 -19.770999908447266 -34.576118469238281 1.6147216558456421 -19.775129318237305 -34.395374298095703 1.6147216558456421 -19.714977264404297 -34.224906921386719 1.6147216558456421 -19.598066329956055 -34.087032318115234 1.6147216558456421 -19.439504623413086 -33.999847412109375 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_745" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-19.525594711303711 -34.910617828369141 1.6147216558456421 -19.559892654418945 -34.891410827636719 1.3047875165939331 -19.679965972900391 -34.823825836181641 0.95060992240905762 -19.872951507568359 -34.714057922363281 0.62020200490951538 -20.102851867675781 -34.581428527832031 0.34701845049858093 -20.357700347900391 -34.432018280029297 0.12175720185041428 -20.726137161254883 -34.211505889892578 -0.11170019209384918 -21.172536849975586 -33.937053680419922 -0.28449192643165588 -21.648834228515625 -33.635219573974609 -0.34894514083862305" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_614" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_648" coordIndex="0 1 -1"> <Coordinate point="-32.73846435546875 -22.982450485229492 10 -32.197589874267578 -23.013519287109375 10.355278968811035" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_617" coordIndex="0 1 2 -1"> <Coordinate point="-32.197589874267578 -23.013519287109375 10.355279922485352 -32.11865234375 -23.22197151184082 10.217992782592773 -31.989681243896484 -23.322052001953125 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_615" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_624" coordIndex="0 1 2 -1"> <Coordinate point="-32.301944732666016 -23.305328369140625 9.8079347610473633 -32.509983062744141 -23.229452133178711 9.9095926284790039 -32.670635223388672 -23.078767776489258 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_751" coordIndex="0 1 -1"> <Coordinate point="-32.73846435546875 -22.982450485229492 10 -32.670635223388672 -23.078767776489258 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_616" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_617" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_649" coordIndex="0 1 -1"> <Coordinate point="-32.197589874267578 -23.013519287109375 10.355278968811035 -22.256978988647461 -22.790042877197266 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_618" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_619" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_620" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_744" coordIndex="0 1 -1"> <Coordinate point="-19.525594711303711 -34.910617828369141 10 -19.525594711303711 -34.910617828369141 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_621" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_622" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_623" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_750" coordIndex="0 1 -1"> <Coordinate point="-32.653484344482422 -23.103029251098633 9.7185659408569336 -32.670635223388672 -23.078767776489258 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_624" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_626" coordIndex="0 1 -1"> <Coordinate point="-39.431774139404297 -5.6296510696411133 9.7596168518066406 -39.165184020996094 -5.7882342338562012 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_625" coordIndex="0 1 -1"> <Coordinate point="-39.163753509521484 -5.7843055725097656 10.013345718383789 -39.165184020996094 -5.7882342338562012 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_662" coordIndex="0 1 -1"> <Coordinate point="-39.432479858398438 -5.6243801116943359 9.8079347610473633 -39.163753509521484 -5.7843055725097656 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_669" coordIndex="0 1 -1"> <Coordinate point="-39.431777954101563 -5.6296486854553223 9.7596158981323242 -39.432479858398438 -5.6243801116943359 9.8079347610473633" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_625" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_628" coordIndex="0 1 -1"> <Coordinate point="-29.770229339599609 -10.378573417663574 16.571975708007813 -39.165184020996094 -5.7882342338562012 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_638" coordIndex="0 1 -1"> <Coordinate point="-29.93568229675293 -10.294266700744629 16.674985885620117 -29.770229339599609 -10.378572463989258 16.571975708007813" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_663" coordIndex="0 1 -1"> <Coordinate point="-39.163753509521484 -5.7843055725097656 10.013345718383789 -29.93568229675293 -10.294266700744629 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_627" coordIndex="0 1 -1"> <Coordinate point="-39.165184020996094 -5.7882342338562012 9.9641256332397461 -39.340930938720703 -6.2713522911071777 3.9111936092376709" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_626" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_653" coordIndex="0 1 -1"> <Coordinate point="-39.340930938720703 -6.2713522911071777 3.9111936092376709 -39.431774139404297 -5.6296510696411133 9.7596168518066406" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_627" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_628" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_637" coordIndex="0 1 2 -1"> <Coordinate point="-12.599161148071289 -16.252655029296875 7.801386833190918 -21.241062164306641 -13.966448783874512 11.687099456787109 -29.770231246948242 -10.378575325012207 16.571977615356445" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_629" coordIndex="0 1 2 3 -1"> <Coordinate point="-12.599161148071289 -16.252655029296875 7.801386833190918 -24.247211456298828 -13.594618797302246 5.1897010803222656 -31.874765396118164 -10.652112007141113 3.0711467266082764 -39.286399841308594 -6.617729663848877 0.78858554363250732" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_655" coordIndex="0 1 -1"> <Coordinate point="-39.340927124023438 -6.2713556289672852 3.9111940860748291 -39.286399841308594 -6.617729663848877 0.78858554363250732" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_647" coordIndex="0 1 2 3 -1"> <Coordinate point="-10.109758377075195 -17.256673812866211 7.3499999046325684 -19.207281112670898 -15.729296684265137 5.5764446258544922 -29.098903656005859 -12.65986156463623 3.0379197597503662 -38.907737731933594 -7.7519683837890625 0.12036637216806412" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_636" coordIndex="0 1 2 3 -1"> <Coordinate point="-12.599161148071289 -16.252656936645508 7.801386833190918 -11.735133171081543 -16.497995376586914 7.5467410087585449 -10.912457466125488 -16.838403701782227 7.4021811485290527 -10.109758377075195 -17.256673812866211 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_629" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_656" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="-38.907737731933594 -7.7519683837890625 0.12036637216806412 -39.085865020751953 -7.2941045761108398 0.14302957057952881 -39.182193756103516 -7.022606372833252 0.22994577884674072 -39.232318878173828 -6.8680133819580078 0.32378581166267395 -39.267459869384766 -6.7460989952087402 0.44471427798271179 -39.287319183349609 -6.6558051109313965 0.60636419057846069 -39.286399841308594 -6.6177291870117188 0.78858458995819092" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_641" coordIndex="0 1 2 3 -1"> <Coordinate point="-10.52949333190918 -20.606924057006836 7.546933650970459 -20.100412368774414 -21.788724899291992 5.125370979309082 -26.491893768310547 -21.777521133422852 3.4076559543609619 -33.013343811035156 -21.071382522583008 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_630" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_642" coordIndex="0 1 2 3 -1"> <Coordinate point="-10.556098937988281 -19.322807312011719 6.6083102226257324 -20.740388870239258 -20.582778930664063 3.9616093635559082 -27.559698104858398 -20.481479644775391 2.0811610221862793 -34.515205383300781 -19.560306549072266 0.12036656588315964" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_660" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-33.013343811035156 -21.071382522583008 1.6147216558456421 -33.088054656982422 -21.023910522460938 1.3208339214324951 -33.154491424560547 -20.969465255737305 1.1710255146026611 -33.239341735839844 -20.895053863525391 1.0213394165039063 -33.426204681396484 -20.721067428588867 0.76970899105072021 -33.701675415039063 -20.448745727539063 0.50144243240356445 -34.031959533691406 -20.103044509887695 0.27989250421524048 -34.271419525146484 -19.839912414550781 0.17553773522377014 -34.515205383300781 -19.560306549072266 0.12036651372909546" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_699" coordIndex="0 1 2 3 -1"> <Coordinate point="-30.4542236328125 -9.3434171676635742 16.834228515625 -30.403249740600586 -9.5079736709594727 16.834228515625 -30.351387023925781 -9.6722517013549805 16.834228515625 -30.298637390136719 -9.8362464904785156 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_631" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_632" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_633" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_634" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_635" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_636" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_637" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_638" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_665" coordIndex="0 1 2 -1"> <Coordinate point="-30.298637390136719 -9.8362464904785156 16.834228515625 -30.152885437011719 -10.110377311706543 16.792268753051758 -29.93568229675293 -10.294266700744629 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_652" coordIndex="0 1 -1"> <Coordinate point="-23.774375915527344 -21.86320686340332 16.461965560913086 -33.013343811035156 -21.071382522583008 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_639" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_640" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_641" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_666" coordIndex="0 1 -1"> <Coordinate point="-33.013343811035156 -21.071382522583008 1.6147216558456421 -33.013343811035156 -21.071382522583008 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_642" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_643" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_644" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_645" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_646" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_647" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_659" coordIndex="0 1 2 3 -1"> <Coordinate point="-34.515205383300781 -19.560306549072266 0.12036652863025665 -36.395843505859375 -15.787575721740723 0.12036652863025665 -37.865554809570313 -11.836592674255371 0.12036652863025665 -38.907737731933594 -7.7519683837890625 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_752" coordIndex="0 1 2 3 -1"> <Coordinate point="-32.73846435546875 -22.982450485229492 10 -33.000972747802734 -22.603887557983398 10 -33.259105682373047 -22.222328186035156 10 -33.512828826904297 -21.837820053100586 10" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_648" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_649" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_650" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_651" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_652" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_668" coordIndex="0 1 2 3 4 5 -1"> <Coordinate point="-33.512828826904297 -21.837820053100586 10 -33.593807220458984 -21.551151275634766 10.073545455932617 -33.558094024658203 -21.378999710083008 10.176597595214844 -33.430057525634766 -21.1944580078125 10.350322723388672 -33.241683959960938 -21.087017059326172 10.532092094421387 -33.013343811035156 -21.071382522583008 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_653" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_654" coordIndex="0 1 2 -1"> <Coordinate point="-39.557735443115234 -5.9317212104797363 3.8700993061065674 -39.484992980957031 -6.1240701675415039 3.8925406932830811 -39.340930938720703 -6.2713532447814941 3.9111871719360352" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_758" coordIndex="0 1 -1"> <Coordinate point="-39.557735443115234 -5.9317212104797363 3.8700993061065674 -39.649738311767578 -5.2818856239318848 9.7185659408569336" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_670" coordIndex="0 1 2 -1"> <Coordinate point="-39.649738311767578 -5.2818856239318848 9.7185659408569336 -39.577972412109375 -5.478856086730957 9.7410869598388672 -39.431777954101563 -5.6296439170837402 9.7596540451049805" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_654" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_757" coordIndex="0 1 -1"> <Coordinate point="-39.5577392578125 -5.9317193031311035 3.8700990676879883 -39.503673553466797 -6.2817096710205078 0.74746978282928467" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_657" coordIndex="0 1 2 -1"> <Coordinate point="-39.503673553466797 -6.2817096710205078 0.74746978282928467 -39.430065155029297 -6.4721403121948242 0.76989728212356567 -39.286399841308594 -6.617729663848877 0.78858554363250732" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_655" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_656" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_658" coordIndex="0 1 2 -1"> <Coordinate point="-39.228950500488281 -7.8159675598144531 -0.34894537925720215 -39.140705108642578 -7.7983856201171875 -0.062796995043754578 -38.907737731933594 -7.7519688606262207 0.12036620080471039" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_756" coordIndex="0 1 2 3 4 5 6 7 -1"> <Coordinate point="-39.228950500488281 -7.8159675598144531 -0.34894537925720215 -39.282676696777344 -7.5413060188293457 -0.33264139294624329 -39.332237243652344 -7.2784056663513184 -0.28303298354148865 -39.397491455078125 -6.9164695739746094 -0.14354608952999115 -39.441608428955078 -6.660304069519043 0.032181140035390854 -39.477008819580078 -6.4471592903137207 0.27857005596160889 -39.494842529296875 -6.3369855880737305 0.50442731380462646 -39.503673553466797 -6.2817106246948242 0.74746936559677124" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_657" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_658" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_755" coordIndex="0 1 2 3 -1"> <Coordinate point="-34.800155639648438 -19.721792221069336 -0.34894508123397827 -36.696319580078125 -15.917914390563965 -0.34894508123397827 -38.17816162109375 -11.934313774108887 -0.34894508123397827 -39.228950500488281 -7.8159675598144531 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_661" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-34.515205383300781 -19.560306549072266 0.12036652863025665 -34.630771636962891 -19.625801086425781 0.047019768506288528 -34.721874237060547 -19.67742919921875 -0.062794789671897888 -34.780124664306641 -19.710441589355469 -0.19896338880062103 -34.800155639648438 -19.721792221069336 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_659" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_660" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_667" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="-33.512828826904297 -21.837820053100586 1.6147216558456421 -33.593029022216797 -21.596813201904297 1.6147216558456421 -33.574676513671875 -21.427591323852539 1.6147216558456421 -33.494335174560547 -21.265630722045898 1.6147216558456421 -33.361854553222656 -21.142641067504883 1.6147216558456421 -33.194259643554688 -21.074892044067383 1.6147216558456421 -33.013343811035156 -21.071382522583008 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_754" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-33.512828826904297 -21.837820053100586 1.6147216558456421 -33.534275054931641 -21.80487060546875 1.3047688007354736 -33.60919189453125 -21.689216613769531 0.95057660341262817 -33.72906494140625 -21.502330780029297 0.62017190456390381 -33.870986938476563 -21.278070449829102 0.34701445698738098 -34.027191162109375 -21.027372360229492 0.12177885323762894 -34.250934600830078 -20.660915374755859 -0.1116766482591629 -34.518669128417969 -20.210432052612305 -0.28448399901390076 -34.800155639648438 -19.721792221069336 -0.34894514083862305" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_661" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_697" coordIndex="0 1 -1"> <Coordinate point="-39.6689453125 -5.1356263160705566 10 -39.204463958740234 -5.4144930839538574 10.355278968811035" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_664" coordIndex="0 1 2 -1"> <Coordinate point="-39.204463958740234 -5.4144935607910156 10.355279922485352 -39.231441497802734 -5.6357512474060059 10.217992782592773 -39.163753509521484 -5.7843055725097656 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_662" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_671" coordIndex="0 1 2 -1"> <Coordinate point="-39.432479858398438 -5.6243801116943359 9.8079347610473633 -39.581428527832031 -5.460515022277832 9.9095926284790039 -39.653648376464844 -5.2524309158325195 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_760" coordIndex="0 1 -1"> <Coordinate point="-39.6689453125 -5.1356267929077148 10 -39.653648376464844 -5.2524309158325195 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_663" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_664" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_698" coordIndex="0 1 -1"> <Coordinate point="-39.204463958740234 -5.4144930839538574 10.355278968811035 -30.298637390136719 -9.8362464904785156 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_665" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_666" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_667" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_753" coordIndex="0 1 -1"> <Coordinate point="-33.512828826904297 -21.837820053100586 10 -33.512828826904297 -21.837820053100586 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_668" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_669" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_670" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_759" coordIndex="0 1 -1"> <Coordinate point="-39.649738311767578 -5.281886100769043 9.7185659408569336 -39.653648376464844 -5.2524309158325195 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_671" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_673" coordIndex="0 1 -1"> <Coordinate point="-37.531330108642578 13.34005069732666 9.7596168518066406 -37.368972778320313 13.075741767883301 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_672" coordIndex="0 1 -1"> <Coordinate point="-37.365882873535156 13.078556060791016 10.013345718383789 -37.368972778320313 13.075741767883301 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_777" coordIndex="0 1 -1"> <Coordinate point="-37.529506683349609 13.34504508972168 9.8079347610473633 -37.365882873535156 13.078556060791016 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_787" coordIndex="0 1 -1"> <Coordinate point="-37.531333923339844 13.340054512023926 9.7596158981323242 -37.529506683349609 13.34504508972168 9.8079347610473633" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_672" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_675" coordIndex="0 1 -1"> <Coordinate point="-31.183391571044922 4.6451449394226074 16.571975708007813 -37.368972778320313 13.075741767883301 9.9641256332397461" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_692" coordIndex="0 1 -1"> <Coordinate point="-31.290714263916016 4.796684741973877 16.674985885620117 -31.183393478393555 4.645146369934082 16.571975708007813" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_779" coordIndex="0 1 -1"> <Coordinate point="-37.365882873535156 13.078556060791016 10.013345718383789 -31.290714263916016 4.796684741973877 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_674" coordIndex="0 1 -1"> <Coordinate point="-37.368972778320313 13.075741767883301 9.9641256332397461 -37.749107360839844 12.729636192321777 3.9111936092376709" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_673" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_762" coordIndex="0 1 -1"> <Coordinate point="-37.749107360839844 12.729636192321777 3.9111936092376709 -37.531330108642578 13.34005069732666 9.7596168518066406" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_674" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_675" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_691" coordIndex="0 1 2 -1"> <Coordinate point="-18.708990097045898 -8.5358896255493164 7.801386833190918 -25.298559188842773 -2.49546217918396 11.687099456787109 -31.183395385742188 4.6451444625854492 16.571977615356445" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_676" coordIndex="0 1 2 3 -1"> <Coordinate point="-37.861793518066406 12.397591590881348 0.78858399391174316 -32.142238616943359 4.0765609741210938 3.5125977993011475 -25.521080017089844 -2.9557521343231201 5.9541029930114746 -18.708990097045898 -8.5358896255493164 7.801386833190918" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_766" coordIndex="0 1 -1"> <Coordinate point="-37.749107360839844 12.729630470275879 3.9111940860748291 -37.861793518066406 12.397591590881348 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_676" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_690" coordIndex="0 1 2 3 -1"> <Coordinate point="-18.708988189697266 -8.535888671875 7.8013863563537598 -18.057710647583008 -9.1544885635375977 7.5466322898864746 -17.48786735534668 -9.8386096954345703 7.4022507667541504 -16.971323013305664 -10.581787109375 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_684" coordIndex="0 1 2 3 -1"> <Coordinate point="-38.053611755371094 11.217299461364746 0.12036649137735367 -31.64924430847168 2.3133277893066406 3.0378727912902832 -24.316184997558594 -5.0022168159484863 5.5766782760620117 -16.971323013305664 -10.581787109375 7.3499999046325684" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_769" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="-37.861789703369141 12.397594451904297 0.78858375549316406 -37.882587432861328 12.357510566711426 0.58849835395812988 -37.910488128662109 12.249066352844238 0.41387608647346497 -37.938873291015625 12.103083610534668 0.29069593548774719 -37.970657348632813 11.906269073486328 0.19594497978687286 -38.003238677978516 11.669258117675781 0.13669675588607788 -38.053611755371094 11.217299461364746 0.12036649137735367" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_701" coordIndex="0 1 -1"> <Coordinate point="-31.211503982543945 -8.3104047775268555 16.461965560913086 -39.024223327636719 -3.3157157897949219 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_677" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_678" coordIndex="0 1 2 3 -1"> <Coordinate point="-16.573566436767578 -14.005535125732422 8.0888767242431641 -26.557092666625977 -10.565190315246582 5.5192995071411133 -32.908798217773438 -7.3646073341369629 3.6181886196136475 -39.024223327636719 -3.3157157897949219 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_783" coordIndex="0 1 -1"> <Coordinate point="-39.024223327636719 -3.3157157897949219 1.6147215366363525 -39.024223327636719 -3.3157157897949219 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_678" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_679" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_680" coordIndex="0 1 2 3 -1"> <Coordinate point="-16.027290344238281 -12.828803062438965 7.1554818153381348 -26.575267791748047 -9.2066230773925781 4.3641200065612793 -33.262340545654297 -5.7308707237243652 2.2959814071655273 -39.651824951171875 -1.2797749042510986 0.1203666627407074" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_773" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-39.024223327636719 -3.3157157897949219 1.6147215366363525 -39.068294525146484 -3.2390186786651611 1.3209164142608643 -39.101795196533203 -3.1599981784820557 1.1712050437927246 -39.142341613769531 -3.0546951293945313 1.0215109586715698 -39.226955413818359 -2.8137896060943604 0.76981985569000244 -39.344379425048828 -2.4444420337677002 0.50139480829238892 -39.476200103759766 -1.9847642183303833 0.27981856465339661 -39.565921783447266 -1.6405758857727051 0.17551484704017639 -39.651824951171875 -1.279775857925415 0.12036643177270889" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_680" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_681" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_682" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_683" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_684" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_772" coordIndex="0 1 2 3 -1"> <Coordinate point="-39.651824951171875 -1.279775857925415 0.12036652863025665 -39.563770294189453 2.9347882270812988 0.12036652863025665 -39.029022216796875 7.1162171363830566 0.12036652863025665 -38.053611755371094 11.217299461364746 0.12036652863025665" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_693" coordIndex="0 1 2 3 -1"> <Coordinate point="-31.307977676391602 5.8795976638793945 16.834228515625 -31.339315414428711 5.7102022171020508 16.834228515625 -31.36973762512207 5.5406398773193359 16.834228515625 -31.399242401123047 5.3709149360656738 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_685" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_686" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_687" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_688" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_689" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_690" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_691" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_692" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_782" coordIndex="0 1 2 -1"> <Coordinate point="-31.399242401123047 5.3709149360656738 16.834228515625 -31.397581100463867 5.060450553894043 16.792268753051758 -31.290714263916016 4.7966842651367188 16.674985885620117" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_693" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_694" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_695" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_696" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_702" coordIndex="0 1 2 3 -1"> <Coordinate point="-37.511753082275391 13.887706756591797 10 -37.349323272705078 14.31879711151123 10 -37.181941986083984 14.747986793518066 10 -37.009628295898438 15.17522144317627 10" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_776" coordIndex="0 1 -1"> <Coordinate point="-37.511753082275391 13.887706756591797 10 -37.230072021484375 13.424927711486816 10.355278968811035" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_781" coordIndex="0 1 -1"> <Coordinate point="-37.230072021484375 13.424927711486816 10.355278968811035 -31.399242401123047 5.3709149360656738 16.834228515625" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_761" coordIndex="0 1 2 3 -1"> <Coordinate point="-39.6689453125 -5.1356267929077148 10 -39.725460052490234 -4.6784319877624512 10 -39.776706695556641 -4.220616340637207 10 -39.822677612304688 -3.7622411251068115 10" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_697" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_698" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_699" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_700" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_701" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_786" coordIndex="0 1 2 3 4 5 -1"> <Coordinate point="-39.822677612304688 -3.7622411251068115 10 -39.761161804199219 -3.470775842666626 10.073545455932617 -39.6495361328125 -3.3349392414093018 10.176597595214844 -39.450401306152344 -3.2310373783111572 10.350322723388672 -39.233673095703125 -3.2234458923339844 10.532092094421387 -39.024223327636719 -3.3157157897949219 10.700789451599121" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_702" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_703" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_704" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_705" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_706" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_707" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_708" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_709" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_710" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_711" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_712" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_713" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_714" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_715" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_716" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_717" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_718" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_719" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_720" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_721" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_722" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_723" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_724" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_725" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_726" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_727" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_728" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_729" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_730" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_731" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_732" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_733" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_734" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_735" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_736" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_737" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_738" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_739" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_740" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_741" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_742" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_743" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_744" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_745" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_746" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_747" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_748" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_749" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_750" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_751" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_752" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_753" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_754" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_755" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_756" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_757" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_758" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_759" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_760" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_761" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_785" coordIndex="0 1 -1"> <Coordinate point="-39.822677612304688 -3.7622411251068115 10 -39.822677612304688 -3.7622411251068115 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_774" coordIndex="0 1 2 3 4 5 6 7 8 -1"> <Coordinate point="-39.822677612304688 -3.7622411251068115 1.6147216558456421 -39.826335906982422 -3.7232508659362793 1.3046715259552002 -39.83892822265625 -3.5860307216644287 0.95070761442184448 -39.858219146728516 -3.3648526668548584 0.62037843465805054 -39.879673004150391 -3.1002709865570068 0.34711489081382751 -39.901493072509766 -2.805527925491333 0.12174103409051895 -39.929328918457031 -2.376920223236084 -0.11160503327846527 -39.95703125 -1.8537706136703491 -0.28434023261070251 -39.979183197021484 -1.2903414964675903 -0.3489452600479126" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_771" coordIndex="0 1 2 3 -1"> <Coordinate point="-39.979183197021484 -1.2903414964675903 -0.34894508123397827 -39.890403747558594 2.959017276763916 -0.34894508123397827 -39.351238250732422 7.1749668121337891 -0.34894508123397827 -38.367771148681641 11.309906959533691 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_768" coordIndex="0 1 2 3 4 5 6 7 -1"> <Coordinate point="-37.898017883300781 12.796098709106445 0.74746769666671753 -37.924404144287109 12.717689514160156 0.43656125664710999 -37.957679748535156 12.618016242980957 0.2484545111656189 -38.026210784912109 12.409968376159668 0.012604113668203354 -38.110172271728516 12.149704933166504 -0.16222916543483734 -38.173789978027344 11.94835090637207 -0.24808748066425323 -38.242164611816406 11.727669715881348 -0.30821776390075684 -38.367771148681641 11.309906959533691 -0.34894576668739319" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_765" coordIndex="0 1 -1"> <Coordinate point="-37.783245086669922 13.131121635437012 3.8700990676879883 -37.898021697998047 12.796093940734863 0.74746823310852051" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_763" coordIndex="0 1 -1"> <Coordinate point="-37.783245086669922 13.131119728088379 3.8700993061065674 -37.562713623046875 13.749274253845215 9.7185659408569336" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_789" coordIndex="0 1 -1"> <Coordinate point="-37.562713623046875 13.749274253845215 9.7185659408569336 -37.552490234375 13.777173042297363 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_778" coordIndex="0 1 -1"> <Coordinate point="-37.511753082275391 13.887706756591797 10 -37.552490234375 13.777173042297363 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_762" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_764" coordIndex="0 1 2 -1"> <Coordinate point="-37.783245086669922 13.131118774414063 3.8700993061065674 -37.808223724365234 12.926996231079102 3.8925406932830811 -37.749107360839844 12.729635238647461 3.9111871719360352" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_763" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_788" coordIndex="0 1 2 -1"> <Coordinate point="-37.562713623046875 13.749275207519531 9.7185659408569336 -37.590705871582031 13.541515350341797 9.7410869598388672 -37.531330108642578 13.340059280395508 9.7596540451049805" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_764" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_765" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_767" coordIndex="0 1 2 -1"> <Coordinate point="-37.898021697998047 12.796093940734863 0.74746823310852051 -37.921340942382813 12.593268394470215 0.76989573240280151 -37.861793518066406 12.397591590881348 0.78858399391174316" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_766" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_767" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_768" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_770" coordIndex="0 1 2 -1"> <Coordinate point="-38.367774963378906 11.309906959533691 -0.34894576668739319 -38.281463623046875 11.284464836120605 -0.062797129154205322 -38.053611755371094 11.217299461364746 0.12036609649658203" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_769" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_770" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_771" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_775" coordIndex="0 1 2 3 4 -1"> <Coordinate point="-39.651824951171875 -1.279775857925415 0.12036652863025665 -39.784587860107422 -1.2840609550476074 0.047019768506288528 -39.889251708984375 -1.2874389886856079 -0.062794789671897888 -39.956169128417969 -1.2895987033843994 -0.19896338880062103 -39.979183197021484 -1.2903414964675903 -0.34894508123397827" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_772" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_773" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_784" coordIndex="0 1 2 3 4 5 6 -1"> <Coordinate point="-39.822677612304688 -3.7622411251068115 1.6147216558456421 -39.781688690185547 -3.5115704536437988 1.6147216558456421 -39.686798095703125 -3.37026047706604 1.6147216558456421 -39.540390014648438 -3.2641870975494385 1.6147215366363525 -39.365928649902344 -3.216853141784668 1.6147215366363525 -39.186046600341797 -3.2347481250762939 1.6147215366363525 -39.024223327636719 -3.3157157897949219 1.6147216558456421" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_774" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_775" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_776" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_780" coordIndex="0 1 2 -1"> <Coordinate point="-37.230072021484375 13.424927711486816 10.355279922485352 -37.356781005859375 13.241550445556641 10.217992782592773 -37.365882873535156 13.078556060791016 10.013345718383789" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_777" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet DEF="_790" coordIndex="0 1 2 -1"> <Coordinate point="-37.529506683349609 13.34504508972168 9.8079347610473633 -37.585239410400391 13.559360504150391 9.9095926284790039 -37.552490234375 13.777173042297363 9.9853754043579102" /> </IndexedLineSet> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_778" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_779" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_780" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_781" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_782" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_783" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_784" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_785" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_786" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_787" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_788" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_789" /> </Shape> <Shape> <Appearance USE="__defaultMaterialEdge" /> <IndexedLineSet USE="_790" /> </Shape> </Group> </Scene> </X3D>
x3domHTML = '''<script type='text/javascript' src='https://www.x3dom.org/download/dev/x3dom-full.debug.js'> </script>
<link rel='stylesheet' type='text/css' href='https://www.x3dom.org/download/dev/x3dom.css'></link>'''
import xml.etree.ElementTree as ET
from IPython.display import HTML
x3domXML = ET.tostring(ET.XML(out.stdout), encoding="unicode", short_empty_elements=False)
x3domXML
'<X3D xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" profile="Interchange" version="3.0" xsi:noNamespaceSchemaLocation="http://www.web3d.org/specifications/x3d-3.0.xsd">\n<head>\n\t<meta content="tovrmlx3d, http://castle-engine.sourceforge.net/view3dscene.php#section_converting" name="generator"></meta>\n\t<meta content="Vent.wrl" name="source"></meta>\n</head>\n<Scene>\n\t<WorldInfo info=""Generated by Open CASCADE Technology 7.4""></WorldInfo>\n\t<Group>\n\t\t<Shape>\n\t\t\t<Appearance DEF="__defaultMaterialFace">\n\t\t\t\t<Material ambientIntensity="1" diffuseColor="0.78039199113845825 0.5686269998550415 0.11372499912977219" emissiveColor="0.32941201329231262 0.22352899610996246 0.027450999245047569" shininess="0.02199999988079071" specularColor="0.992156982421875 0.94117599725723267 0.80784302949905396"></Material>\n\t\t\t</Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="12 30 13 -1 28 31 30 -1 28 29 31 -1 28 30 12 -1 14 1 0 -1 32 11 10 -1 32 12 11 -1 32 26 27 -1 32 27 28 -1 32 28 12 -1 32 10 26 -1 33 9 8 -1 33 10 9 -1 33 24 25 -1 33 25 26 -1 33 26 10 -1 33 8 24 -1 34 7 6 -1 34 8 7 -1 34 22 23 -1 34 23 24 -1 34 24 8 -1 34 6 22 -1 35 5 4 -1 35 6 5 -1 35 20 21 -1 35 21 22 -1 35 22 6 -1 35 4 20 -1 36 3 2 -1 36 4 3 -1 36 18 19 -1 36 19 20 -1 36 20 4 -1 36 2 18 -1 37 2 1 -1 37 14 15 -1 37 15 16 -1 37 16 17 -1 37 17 18 -1 37 18 2 -1 37 1 14 -1" solid="false">\n\t\t\t\t<Coordinate point="5.6989855766296387 10.431922912597656 1.4210854715202004E-14 8.0299053192138672 8.7649335861206055 1.4210854715202004E-14 9.8941574096679688 6.5885581970214844 1.4210854715202004E-14 11.183396339416504 4.0292801856994629 1.4210854715202004E-14 11.822696685791016 1.2358344793319702 1.4210854715202004E-14 11.774905204772949 -1.6294331550598145 1.4210854715202004E-14 11.04279899597168 -4.4000039100646973 1.4210854715202004E-14 9.6689252853393555 -6.9148626327514648 1.4210854715202004E-14 7.7331290245056152 -9.0278549194335938 1.4210854715202004E-14 5.3479113578796387 -10.616180419921875 1.4210854715202004E-14 2.6518924236297607 -11.587532997131348 1.4210854715202004E-14 -0.19824470579624176 -11.885458946228027 1.4210854715202004E-14 -3.0368607044219971 -11.492646217346191 1.4210854715202004E-14 -5.6989855766296387 -10.431922912597656 1.4210854715202004E-14 6.6923503875732422 12.250265121459961 -0.042949862778186798 7.6840085983276367 14.065483093261719 -0.17172566056251526 8.6722564697265625 15.874458312988281 -0.38610616326332092 12.219263076782227 13.3377685546875 -0.38610616326332092 15.056130409240723 10.025937080383301 -0.38610616326332092 17.017990112304688 6.1314334869384766 -0.38610616326332092 17.990825653076172 1.8805932998657227 -0.38610616326332092 17.918100357055664 -2.4795398712158203 -0.38610616326332092 16.804040908813477 -6.6955714225769043 -0.38610616326332092 14.713391304016113 -10.522480010986328 -0.38610616326332092 11.76765251159668 -13.737861633300781 -0.38610616326332092 8.1380205154418945 -16.154848098754883 -0.38610616326332092 4.0354361534118652 -17.632972717285156 -0.38610616326332092 -0.30167281627655029 -18.086334228515625 -0.38610616326332092 -4.6212496757507324 -17.488582611083984 -0.38610616326332092 -8.6722564697265625 -15.874458312988281 -0.38610616326332092 -6.6923503875732422 -12.250265121459961 -0.042949862778186798 -7.6840085983276367 -14.065483093261719 -0.17172566056251526 -0.26729562878608704 -16.025300979614258 -0.17175020277500153 7.2106504440307617 -14.313918113708496 -0.17175020277500153 13.036723136901855 -9.3233890533447266 -0.17175020277500153 15.876240730285645 -2.1969833374023438 -0.17175020277500153 15.078701972961426 5.4327244758605957 -0.17175020277500153 10.826814651489258 11.81786060333252 -0.17175020277500153"></Coordinate>\n\t\t\t\t<Normal vector="0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 -0.019872980192303658 -0.03637724369764328 -0.99914050102233887 -0.039694793522357941 -0.072660826146602631 -0.99656647443771362 -0.059465419501066208 -0.10885071754455566 -0.99227786064147949 -0.083787143230438232 -0.091456711292266846 -0.99227786064147949 -0.10323946923017502 -0.068747565150260925 -0.99227786064147949 -0.11669188737869263 -0.042043067514896393 -0.99227786064147949 -0.12336259335279465 -0.012895176187157631 -0.99227786064147949 -0.12286391854286194 0.017002135515213013 -0.99227786064147949 -0.11522483825683594 0.045911345630884171 -0.99227786064147949 -0.10088931024074554 0.072152353823184967 -0.99227786064147949 -0.080690465867519379 0.094200126826763153 -0.99227786064147949 -0.055802177637815475 0.11077333986759186 -0.99227786064147949 -0.027670873329043388 0.12090880423784256 -0.99227786064147949 0.0020685619674623013 0.12401748448610306 -0.99227786064147949 0.03168778121471405 0.11991871893405914 -0.99227786064147949 0.059465419501066208 0.10885071754455566 -0.99227786064147949 0.019872980192303658 0.03637724369764328 -0.99914050102233887 0.039694793522357941 0.072660826146602631 -0.99656647443771362 0.0013808216899633408 0.082785055041313171 -0.99656647443771362 -0.037249479442834854 0.073944225907325745 -0.99656647443771362 -0.067346371710300446 0.048163667321205139 -0.99656647443771362 -0.0820150226354599 0.011349390260875225 -0.99656647443771362 -0.077895022928714752 -0.028064895421266556 -0.99656647443771362 -0.055930208414793015 -0.061049852520227432 -0.99656647443771362"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="12 30 13 -1 28 31 30 -1 28 29 31 -1 28 30 12 -1 14 1 0 -1 32 11 10 -1 32 12 11 -1 32 26 27 -1 32 27 28 -1 32 28 12 -1 32 10 26 -1 33 9 8 -1 33 10 9 -1 33 24 25 -1 33 25 26 -1 33 26 10 -1 33 8 24 -1 34 7 6 -1 34 8 7 -1 34 22 23 -1 34 23 24 -1 34 24 8 -1 34 6 22 -1 35 5 4 -1 35 6 5 -1 35 20 21 -1 35 21 22 -1 35 22 6 -1 35 4 20 -1 36 3 2 -1 36 4 3 -1 36 18 19 -1 36 19 20 -1 36 20 4 -1 36 2 18 -1 37 2 1 -1 37 14 15 -1 37 15 16 -1 37 16 17 -1 37 17 18 -1 37 18 2 -1 37 1 14 -1" solid="false">\n\t\t\t\t<Coordinate point="-5.6989855766296387 -10.431922912597656 1.4210854715202004E-14 -8.0299053192138672 -8.7649335861206055 1.4210854715202004E-14 -9.8941574096679688 -6.5885581970214844 1.4210854715202004E-14 -11.183396339416504 -4.0292801856994629 1.4210854715202004E-14 -11.822696685791016 -1.2358344793319702 1.4210854715202004E-14 -11.774905204772949 1.6294331550598145 1.4210854715202004E-14 -11.04279899597168 4.4000039100646973 1.4210854715202004E-14 -9.6689252853393555 6.9148626327514648 1.4210854715202004E-14 -7.7331290245056152 9.0278549194335938 1.4210854715202004E-14 -5.3479113578796387 10.616180419921875 1.4210854715202004E-14 -2.6518924236297607 11.587532997131348 1.4210854715202004E-14 0.19824470579624176 11.885458946228027 1.4210854715202004E-14 3.0368607044219971 11.492646217346191 1.4210854715202004E-14 5.6989855766296387 10.431922912597656 1.4210854715202004E-14 -6.6923503875732422 -12.250265121459961 -0.042949862778186798 -7.6840085983276367 -14.065483093261719 -0.17172566056251526 -8.6722564697265625 -15.874458312988281 -0.38610616326332092 -12.219263076782227 -13.3377685546875 -0.38610616326332092 -15.056130409240723 -10.025937080383301 -0.38610616326332092 -17.017990112304688 -6.1314334869384766 -0.38610616326332092 -17.990825653076172 -1.8805932998657227 -0.38610616326332092 -17.918100357055664 2.4795398712158203 -0.38610616326332092 -16.804040908813477 6.6955714225769043 -0.38610616326332092 -14.713391304016113 10.522480010986328 -0.38610616326332092 -11.76765251159668 13.737861633300781 -0.38610616326332092 -8.1380205154418945 16.154848098754883 -0.38610616326332092 -4.0354361534118652 17.632972717285156 -0.38610616326332092 0.30167281627655029 18.086334228515625 -0.38610616326332092 4.6212496757507324 17.488582611083984 -0.38610616326332092 8.6722564697265625 15.874458312988281 -0.38610616326332092 6.6923503875732422 12.250265121459961 -0.042949862778186798 7.6840085983276367 14.065483093261719 -0.17172566056251526 0.26729562878608704 16.025300979614258 -0.17175020277500153 -7.2106504440307617 14.313918113708496 -0.17175020277500153 -13.036723136901855 9.3233890533447266 -0.17175020277500153 -15.876240730285645 2.1969833374023438 -0.17175020277500153 -15.078701972961426 -5.4327244758605957 -0.17175020277500153 -10.826814651489258 -11.81786060333252 -0.17175020277500153"></Coordinate>\n\t\t\t\t<Normal vector="0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0.019872980192303658 0.03637724369764328 -0.99914050102233887 0.039694793522357941 0.072660826146602631 -0.99656647443771362 0.059465419501066208 0.10885071754455566 -0.99227786064147949 0.083787143230438232 0.091456711292266846 -0.99227786064147949 0.10323946923017502 0.068747565150260925 -0.99227786064147949 0.11669188737869263 0.042043067514896393 -0.99227786064147949 0.12336259335279465 0.012895176187157631 -0.99227786064147949 0.12286391854286194 -0.017002135515213013 -0.99227786064147949 0.11522483825683594 -0.045911345630884171 -0.99227786064147949 0.10088931024074554 -0.072152353823184967 -0.99227786064147949 0.080690465867519379 -0.094200126826763153 -0.99227786064147949 0.055802177637815475 -0.11077333986759186 -0.99227786064147949 0.027670873329043388 -0.12090880423784256 -0.99227786064147949 -0.0020685619674623013 -0.12401748448610306 -0.99227786064147949 -0.03168778121471405 -0.11991871893405914 -0.99227786064147949 -0.059465419501066208 -0.10885071754455566 -0.99227786064147949 -0.019872980192303658 -0.03637724369764328 -0.99914050102233887 -0.039694793522357941 -0.072660826146602631 -0.99656647443771362 -0.0013808216899633408 -0.082785055041313171 -0.99656647443771362 0.037249479442834854 -0.073944225907325745 -0.99656647443771362 0.067346371710300446 -0.048163667321205139 -0.99656647443771362 0.0820150226354599 -0.011349390260875225 -0.99656647443771362 0.077895022928714752 0.028064895421266556 -0.99656647443771362 0.055930208414793015 0.061049852520227432 -0.99656647443771362"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 15 2 -1 3 16 2 -1 4 17 16 -1 4 16 3 -1 18 17 4 -1 5 18 4 -1 6 19 18 -1 6 18 5 -1 20 19 6 -1 7 20 6 -1 8 21 20 -1 8 20 7 -1 9 22 21 -1 9 21 8 -1 10 23 22 -1 10 22 9 -1 24 23 10 -1 11 24 10 -1 12 25 24 -1 12 24 11 -1 13 26 25 -1 13 25 12 -1 14 27 26 -1 14 26 13 -1 1 0 27 -1 1 27 14 -1" solid="false">\n\t\t\t\t<Coordinate point="-8.6722564697265625 -15.874458312988281 -0.38610616326332092 -10.504765510559082 -19.228843688964844 -0.86389380693435669 10.504765510559082 19.228843688964844 -0.86389380693435669 14.801279067993164 16.156133651733398 -0.86389380693435669 18.23759651184082 12.144487380981445 -0.86389380693435669 20.614011764526367 7.4270482063293457 -0.86389380693435669 21.792415618896484 2.2779760360717773 -0.86389380693435669 21.704322814941406 -3.0034842491149902 -0.86389380693435669 20.354852676391602 -8.1103925704956055 -0.86389380693435669 17.822433471679688 -12.745954513549805 -0.86389380693435669 14.254240036010742 -16.640768051147461 -0.86389380693435669 9.8576412200927734 -19.5684814453125 -0.86389380693435669 4.8881521224975586 -21.358943939208984 -0.86389380693435669 -0.36541840434074402 -21.908103942871094 -0.86389380693435669 -5.5977520942687988 -21.184043884277344 -0.86389380693435669 8.6722564697265625 15.874458312988281 -0.38610616326332092 12.219263076782227 13.3377685546875 -0.38610616326332092 15.056130409240723 10.025937080383301 -0.38610616326332092 17.017990112304688 6.1314334869384766 -0.38610616326332092 17.990825653076172 1.8805932998657227 -0.38610616326332092 17.918100357055664 -2.4795398712158203 -0.38610616326332092 16.804040908813477 -6.6955714225769043 -0.38610616326332092 14.713391304016113 -10.522480010986328 -0.38610616326332092 11.76765251159668 -13.737861633300781 -0.38610616326332092 8.1380205154418945 -16.154848098754883 -0.38610616326332092 4.0354361534118652 -17.632972717285156 -0.38610616326332092 -0.30167281627655029 -18.086334228515625 -0.38610616326332092 -4.6212496757507324 -17.488582611083984 -0.38610616326332092"></Coordinate>\n\t\t\t\t<Normal vector="0.059465419501066208 0.10885071754455566 -0.99227786064147949 0.059465419501066208 0.10885071754455566 -0.99227786064147949 -0.059465419501066208 -0.10885071754455566 -0.99227786064147949 -0.083787143230438232 -0.091456711292266846 -0.99227786064147949 -0.10323946923017502 -0.068747565150260925 -0.99227786064147949 -0.11669188737869263 -0.042043067514896393 -0.99227786064147949 -0.12336259335279465 -0.012895176187157631 -0.99227786064147949 -0.12286391854286194 0.017002135515213013 -0.99227786064147949 -0.11522483825683594 0.045911345630884171 -0.99227786064147949 -0.10088931024074554 0.072152353823184967 -0.99227786064147949 -0.080690465867519379 0.094200126826763153 -0.99227786064147949 -0.055802177637815475 0.11077333986759186 -0.99227786064147949 -0.027670873329043388 0.12090880423784256 -0.99227786064147949 0.0020685619674623013 0.12401748448610306 -0.99227786064147949 0.03168778121471405 0.11991871893405914 -0.99227786064147949 -0.059465419501066208 -0.10885071754455566 -0.99227786064147949 -0.083787143230438232 -0.091456711292266846 -0.99227786064147949 -0.10323946923017502 -0.068747565150260925 -0.99227786064147949 -0.11669188737869263 -0.042043067514896393 -0.99227786064147949 -0.12336259335279465 -0.012895176187157631 -0.99227786064147949 -0.12286391854286194 0.017002135515213013 -0.99227786064147949 -0.11522483825683594 0.045911345630884171 -0.99227786064147949 -0.10088931024074554 0.072152353823184967 -0.99227786064147949 -0.080690465867519379 0.094200126826763153 -0.99227786064147949 -0.055802177637815475 0.11077333986759186 -0.99227786064147949 -0.027670873329043388 0.12090880423784256 -0.99227786064147949 0.0020685619674623013 0.12401748448610306 -0.99227786064147949 0.03168778121471405 0.11991871893405914 -0.99227786064147949"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="47 8 9 -1 46 7 8 -1 46 8 47 -1 48 9 10 -1 48 47 9 -1 45 6 7 -1 45 7 46 -1 49 10 11 -1 49 48 10 -1 44 5 6 -1 44 6 45 -1 50 11 12 -1 50 49 11 -1 43 4 5 -1 43 5 44 -1 51 50 12 -1 13 51 12 -1 42 3 4 -1 42 4 43 -1 26 51 13 -1 41 2 3 -1 41 3 42 -1 14 26 13 -1 27 26 14 -1 40 2 41 -1 1 2 40 -1 39 1 40 -1 15 27 14 -1 15 28 27 -1 0 1 39 -1 38 0 39 -1 16 28 15 -1 16 29 28 -1 25 0 38 -1 25 38 37 -1 17 29 16 -1 17 30 29 -1 24 25 37 -1 24 37 36 -1 18 30 17 -1 18 31 30 -1 23 36 35 -1 23 24 36 -1 19 32 31 -1 19 31 18 -1 22 35 34 -1 22 23 35 -1 20 33 32 -1 20 32 19 -1 21 22 34 -1 21 34 33 -1 21 33 20 -1" solid="false">\n\t\t\t\t<Coordinate point="-5.6989855766296387 -10.431922912597656 1.4210854715202004E-14 -8.0299053192138672 -8.7649335861206055 1.4210854715202004E-14 -9.8941574096679688 -6.5885581970214844 1.4210854715202004E-14 -11.183396339416504 -4.0292801856994629 1.4210854715202004E-14 -11.822696685791016 -1.2358344793319702 1.4210854715202004E-14 -11.774905204772949 1.6294331550598145 1.4210854715202004E-14 -11.04279899597168 4.4000039100646973 1.4210854715202004E-14 -9.6689252853393555 6.9148626327514648 1.4210854715202004E-14 -7.7331290245056152 9.0278549194335938 1.4210854715202004E-14 -5.3479113578796387 10.616180419921875 1.4210854715202004E-14 -2.6518924236297607 11.587532997131348 1.4210854715202004E-14 0.19824470579624176 11.885458946228027 1.4210854715202004E-14 3.0368607044219971 11.492646217346191 1.4210854715202004E-14 5.6989855766296387 10.431922912597656 1.4210854715202004E-14 8.0299053192138672 8.7649335861206055 1.4210854715202004E-14 9.8941574096679688 6.5885581970214844 1.4210854715202004E-14 11.183396339416504 4.0292801856994629 1.4210854715202004E-14 11.822696685791016 1.2358344793319702 1.4210854715202004E-14 11.774905204772949 -1.6294331550598145 1.4210854715202004E-14 11.04279899597168 -4.4000039100646973 1.4210854715202004E-14 9.6689252853393555 -6.9148626327514648 1.4210854715202004E-14 7.7331290245056152 -9.0278549194335938 1.4210854715202004E-14 5.3479113578796387 -10.616180419921875 1.4210854715202004E-14 2.6518924236297607 -11.587532997131348 1.4210854715202004E-14 -0.19824470579624176 -11.885458946228027 1.4210854715202004E-14 -3.0368607044219971 -11.492646217346191 1.4210854715202004E-14 3.5717203617095947 6.5379900932312012 8.8817841970012523E-16 5.0325760841369629 5.4932394027709961 0 6.2009568214416504 4.1292414665222168 0 7.0089602470397949 2.5252671241760254 0 7.4096288681030273 0.77453351020812988 0 7.379676342010498 -1.021213173866272 0 6.9208440780639648 -2.7576107978820801 0 6.0597972869873047 -4.3337459564208984 0 4.8465776443481445 -5.6580195426940918 0 3.3516919612884521 -6.6534700393676758 0 1.6620184183120728 -7.262244701385498 0 -0.12424574047327042 -7.4489641189575195 0 -1.9032890796661377 -7.2027764320373535 0 -3.5717203617095947 -6.5379900932312012 8.8817841970012523E-16 -5.0325760841369629 -5.4932394027709961 0 -6.2009568214416504 -4.1292414665222168 0 -7.0089602470397949 -2.5252671241760254 0 -7.4096288681030273 -0.77453351020812988 0 -7.379676342010498 1.021213173866272 0 -6.9208440780639648 2.7576107978820801 0 -6.0597972869873047 4.3337459564208984 0 -4.8465776443481445 5.6580195426940918 0 -3.3516919612884521 6.6534700393676758 0 -1.6620184183120728 7.262244701385498 0 0.12424574047327042 7.4489641189575195 0 1.9032890796661377 7.2027764320373535 0"></Coordinate>\n\t\t\t\t<Normal vector="0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 15 2 -1 3 16 2 -1 4 17 16 -1 4 16 3 -1 5 18 17 -1 5 17 4 -1 6 19 18 -1 6 18 5 -1 7 20 19 -1 7 19 6 -1 8 21 20 -1 8 20 7 -1 9 22 21 -1 9 21 8 -1 10 23 22 -1 10 22 9 -1 11 24 23 -1 11 23 10 -1 12 25 24 -1 12 24 11 -1 13 26 25 -1 13 25 12 -1 14 27 26 -1 14 26 13 -1 1 0 27 -1 1 27 14 -1" solid="false">\n\t\t\t\t<Coordinate point="8.6722564697265625 15.874458312988281 -0.38610616326332092 10.504765510559082 19.228843688964844 -0.86389380693435669 -10.504765510559082 -19.228843688964844 -0.86389380693435669 -14.801279067993164 -16.156133651733398 -0.86389380693435669 -18.23759651184082 -12.144487380981445 -0.86389380693435669 -20.614011764526367 -7.4270482063293457 -0.86389380693435669 -21.792415618896484 -2.2779760360717773 -0.86389380693435669 -21.704322814941406 3.0034842491149902 -0.86389380693435669 -20.354852676391602 8.1103925704956055 -0.86389380693435669 -17.822433471679688 12.745954513549805 -0.86389380693435669 -14.254240036010742 16.640768051147461 -0.86389380693435669 -9.8576412200927734 19.5684814453125 -0.86389380693435669 -4.8881521224975586 21.358943939208984 -0.86389380693435669 0.36541840434074402 21.908103942871094 -0.86389380693435669 5.5977520942687988 21.184043884277344 -0.86389380693435669 -8.6722564697265625 -15.874458312988281 -0.38610616326332092 -12.219263076782227 -13.3377685546875 -0.38610616326332092 -15.056130409240723 -10.025937080383301 -0.38610616326332092 -17.017990112304688 -6.1314334869384766 -0.38610616326332092 -17.990825653076172 -1.8805932998657227 -0.38610616326332092 -17.918100357055664 2.4795398712158203 -0.38610616326332092 -16.804040908813477 6.6955714225769043 -0.38610616326332092 -14.713391304016113 10.522480010986328 -0.38610616326332092 -11.76765251159668 13.737861633300781 -0.38610616326332092 -8.1380205154418945 16.154848098754883 -0.38610616326332092 -4.0354361534118652 17.632972717285156 -0.38610616326332092 0.30167281627655029 18.086334228515625 -0.38610616326332092 4.6212496757507324 17.488582611083984 -0.38610616326332092"></Coordinate>\n\t\t\t\t<Normal vector="-0.059465419501066208 -0.10885071754455566 -0.99227786064147949 -0.059465419501066208 -0.10885071754455566 -0.99227786064147949 0.059465419501066208 0.10885071754455566 -0.99227786064147949 0.083787143230438232 0.091456711292266846 -0.99227786064147949 0.10323946923017502 0.068747565150260925 -0.99227786064147949 0.11669188737869263 0.042043067514896393 -0.99227786064147949 0.12336259335279465 0.012895176187157631 -0.99227786064147949 0.12286391854286194 -0.017002135515213013 -0.99227786064147949 0.11522483825683594 -0.045911345630884171 -0.99227786064147949 0.10088931024074554 -0.072152353823184967 -0.99227786064147949 0.080690465867519379 -0.094200126826763153 -0.99227786064147949 0.055802177637815475 -0.11077333986759186 -0.99227786064147949 0.027670873329043388 -0.12090880423784256 -0.99227786064147949 -0.0020685619674623013 -0.12401748448610306 -0.99227786064147949 -0.03168778121471405 -0.11991871893405914 -0.99227786064147949 0.059465419501066208 0.10885071754455566 -0.99227786064147949 0.083787143230438232 0.091456711292266846 -0.99227786064147949 0.10323946923017502 0.068747565150260925 -0.99227786064147949 0.11669188737869263 0.042043067514896393 -0.99227786064147949 0.12336259335279465 0.012895176187157631 -0.99227786064147949 0.12286391854286194 -0.017002135515213013 -0.99227786064147949 0.11522483825683594 -0.045911345630884171 -0.99227786064147949 0.10088931024074554 -0.072152353823184967 -0.99227786064147949 0.080690465867519379 -0.094200126826763153 -0.99227786064147949 0.055802177637815475 -0.11077333986759186 -0.99227786064147949 0.027670873329043388 -0.12090880423784256 -0.99227786064147949 -0.0020685619674623013 -0.12401748448610306 -0.99227786064147949 -0.03168778121471405 -0.11991871893405914 -0.99227786064147949"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 0 1 -1 31 1 2 -1 31 2 3 -1 31 16 1 -1 17 4 5 -1 19 18 20 -1 32 14 15 -1 32 15 16 -1 32 30 29 -1 32 31 30 -1 32 16 31 -1 32 29 14 -1 33 12 13 -1 33 13 14 -1 33 28 27 -1 33 29 28 -1 33 14 29 -1 33 27 12 -1 34 10 11 -1 34 11 12 -1 34 26 25 -1 34 27 26 -1 34 12 27 -1 34 25 10 -1 35 8 9 -1 35 9 10 -1 35 24 23 -1 35 25 24 -1 35 10 25 -1 35 23 8 -1 36 6 7 -1 36 7 8 -1 36 22 21 -1 36 23 22 -1 36 8 23 -1 36 21 6 -1 37 5 6 -1 37 18 17 -1 37 21 20 -1 37 6 21 -1 37 17 5 -1 37 20 18 -1" solid="false">\n\t\t\t\t<Coordinate point="-13.478035926818848 -24.671379089355469 -1.25 -12.484671592712402 -22.853036880493164 -1.207050085067749 -11.493013381958008 -21.037818908691406 -1.0782743692398071 -10.504765510559082 -19.228843688964844 -0.86389380693435669 13.478035926818848 24.671379089355469 -1.25 18.990636825561523 20.728969573974609 -1.25 23.399570465087891 15.581866264343262 -1.25 26.448606491088867 9.5292015075683594 -1.25 27.960544586181641 2.9227347373962402 -1.25 27.847518920898438 -3.8535909652709961 -1.25 26.116094589233398 -10.405960083007813 -1.25 22.866899490356445 -16.353572845458984 -1.25 18.288763046264648 -21.350774765014648 -1.25 12.647749900817871 -25.107147216796875 -1.25 6.2716960906982422 -27.404384613037109 -1.25 -0.46884649991989136 -28.108978271484375 -1.25 -7.1821413040161133 -27.17997932434082 -1.25 12.484671592712402 22.853036880493164 -1.207050085067749 11.493013381958008 21.037818908691406 -1.0782743692398071 10.504765510559082 19.228843688964844 -0.86389380693435669 14.801279067993164 16.156133651733398 -0.86389380693435669 18.23759651184082 12.144487380981445 -0.86389380693435669 20.614011764526367 7.4270482063293457 -0.86389380693435669 21.792415618896484 2.2779760360717773 -0.86389380693435669 21.704322814941406 -3.0034842491149902 -0.86389380693435669 20.354852676391602 -8.1103925704956055 -0.86389380693435669 17.822433471679688 -12.745954513549805 -0.86389380693435669 14.254240036010742 -16.640768051147461 -0.86389380693435669 9.8576412200927734 -19.5684814453125 -0.86389380693435669 4.8881521224975586 -21.358943939208984 -0.86389380693435669 -0.36541840434074402 -21.908103942871094 -0.86389380693435669 -5.5977520942687988 -21.184043884277344 -0.86389380693435669 -0.39979559183120728 -23.969135284423828 -1.0782498121261597 10.785011291503906 -21.409408569335938 -1.0782498121261597 19.499101638793945 -13.945046424865723 -1.0782498121261597 23.746183395385742 -3.2860405445098877 -1.0782498121261597 22.553300857543945 8.1257572174072266 -1.0782498121261597 16.193727493286133 17.676042556762695 -1.0782498121261597"></Coordinate>\n\t\t\t\t<Normal vector="0 0 -1 0.019872980192303658 0.03637724369764328 -0.99914050102233887 0.039694793522357941 0.072660826146602631 -0.99656647443771362 0.059465419501066208 0.10885071754455566 -0.99227786064147949 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 -0.019872980192303658 -0.03637724369764328 -0.99914050102233887 -0.039694793522357941 -0.072660826146602631 -0.99656647443771362 -0.059465419501066208 -0.10885071754455566 -0.99227786064147949 -0.083787143230438232 -0.091456711292266846 -0.99227786064147949 -0.10323946923017502 -0.068747565150260925 -0.99227786064147949 -0.11669188737869263 -0.042043067514896393 -0.99227786064147949 -0.12336259335279465 -0.012895176187157631 -0.99227786064147949 -0.12286391854286194 0.017002135515213013 -0.99227786064147949 -0.11522483825683594 0.045911345630884171 -0.99227786064147949 -0.10088931024074554 0.072152353823184967 -0.99227786064147949 -0.080690465867519379 0.094200126826763153 -0.99227786064147949 -0.055802177637815475 0.11077333986759186 -0.99227786064147949 -0.027670873329043388 0.12090880423784256 -0.99227786064147949 0.0020685619674623013 0.12401748448610306 -0.99227786064147949 0.03168778121471405 0.11991871893405914 -0.99227786064147949 0.0013808216899633408 0.082785055041313171 -0.99656647443771362 -0.037249479442834854 0.073944225907325745 -0.99656647443771362 -0.067346371710300446 0.048163667321205139 -0.99656647443771362 -0.0820150226354599 0.011349390260875225 -0.99656647443771362 -0.077895022928714752 -0.028064895421266556 -0.99656647443771362 -0.055930208414793015 -0.061049852520227432 -0.99656647443771362"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 16 15 -1 3 16 2 -1 4 17 16 -1 4 18 17 -1 4 16 3 -1 5 18 4 -1 6 19 18 -1 6 20 19 -1 6 18 5 -1 7 20 6 -1 8 21 20 -1 8 20 7 -1 9 22 21 -1 9 21 8 -1 10 23 22 -1 10 22 9 -1 11 24 23 -1 11 23 10 -1 12 25 24 -1 12 24 11 -1 13 26 25 -1 13 25 12 -1 14 27 26 -1 14 26 13 -1 1 0 27 -1 1 27 14 -1" solid="false">\n\t\t\t\t<Coordinate point="-3.5717203617095947 -6.5379900932312012 2.2000000476837158 -3.5717203617095947 -6.5379900932312012 8.8817841970012523E-16 3.5717203617095947 6.5379900932312012 8.8817841970012523E-16 5.0325760841369629 5.4932394027709961 0 6.2009568214416504 4.1292414665222168 0 7.0089602470397949 2.5252671241760254 0 7.4096288681030273 0.77453351020812988 0 7.379676342010498 -1.021213173866272 0 6.9208440780639648 -2.7576107978820801 0 6.0597972869873047 -4.3337459564208984 0 4.8465776443481445 -5.6580195426940918 0 3.3516919612884521 -6.6534700393676758 0 1.6620184183120728 -7.262244701385498 0 -0.12424574047327042 -7.4489641189575195 0 -1.9032890796661377 -7.2027764320373535 0 3.5717203617095947 6.5379900932312012 2.2000000476837158 5.0325760841369629 5.4932394027709961 2.2000000476837158 6.2009568214416504 4.1292414665222168 2.2000000476837158 7.0089602470397949 2.5252671241760254 2.2000000476837158 7.4096288681030273 0.77453351020812988 2.2000000476837158 7.379676342010498 -1.021213173866272 2.2000000476837158 6.9208440780639648 -2.7576107978820801 2.2000000476837158 6.0597972869873047 -4.3337459564208984 2.2000000476837158 4.8465776443481445 -5.6580195426940918 2.2000000476837158 3.3516919612884521 -6.6534700393676758 2.2000000476837158 1.6620184183120728 -7.262244701385498 2.2000000476837158 -0.12424574047327042 -7.4489641189575195 2.2000000476837158 -1.9032890796661377 -7.2027764320373535 2.2000000476837158"></Coordinate>\n\t\t\t\t<Normal vector="0.47942554950714111 0.87758255004882813 0 0.47942554950714111 0.87758255004882813 0 -0.47942554950714111 -0.87758255004882813 0 -0.67551356554031372 -0.73734754323959351 0 -0.83234316110610962 -0.55426061153411865 0 -0.94080007076263428 -0.33896204829216003 0 -0.99458104372024536 -0.10396423190832138 0 -0.99056059122085571 0.13707560300827026 0 -0.92897236347198486 0.37014910578727722 0 -0.81339561939239502 0.58171087503433228 0 -0.6505473256111145 0.75946575403213501 0 -0.44989153742790222 0.89308321475982666 0 -0.22308970987796783 0.97479790449142456 0 0.016677280887961388 0.99986094236373901 0 0.25547504425048828 0.96681565046310425 0 -0.47942554950714111 -0.87758255004882813 0 -0.67551356554031372 -0.73734754323959351 0 -0.83234316110610962 -0.55426061153411865 0 -0.94080007076263428 -0.33896204829216003 0 -0.99458104372024536 -0.10396423190832138 0 -0.99056059122085571 0.13707560300827026 0 -0.92897236347198486 0.37014910578727722 0 -0.81339561939239502 0.58171087503433228 0 -0.6505473256111145 0.75946575403213501 0 -0.44989153742790222 0.89308321475982666 0 -0.22308970987796783 0.97479790449142456 0 0.016677280887961388 0.99986094236373901 0 0.25547504425048828 0.96681565046310425 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 16 15 -1 3 16 2 -1 4 17 16 -1 4 18 17 -1 4 16 3 -1 5 18 4 -1 6 19 18 -1 6 20 19 -1 6 18 5 -1 7 20 6 -1 8 21 20 -1 8 20 7 -1 9 22 21 -1 9 21 8 -1 10 23 22 -1 10 22 9 -1 11 24 23 -1 11 25 24 -1 11 23 10 -1 12 25 11 -1 13 26 25 -1 13 25 12 -1 14 27 26 -1 14 26 13 -1 1 0 27 -1 1 27 14 -1" solid="false">\n\t\t\t\t<Coordinate point="3.5717203617095947 6.5379900932312012 2.2000000476837158 3.5717203617095947 6.5379900932312012 8.8817841970012523E-16 -3.5717203617095947 -6.5379900932312012 8.8817841970012523E-16 -5.0325760841369629 -5.4932394027709961 0 -6.2009568214416504 -4.1292414665222168 0 -7.0089602470397949 -2.5252671241760254 0 -7.4096288681030273 -0.77453351020812988 0 -7.379676342010498 1.021213173866272 0 -6.9208440780639648 2.7576107978820801 0 -6.0597972869873047 4.3337459564208984 0 -4.8465776443481445 5.6580195426940918 0 -3.3516919612884521 6.6534700393676758 0 -1.6620184183120728 7.262244701385498 0 0.12424574047327042 7.4489641189575195 0 1.9032890796661377 7.2027764320373535 0 -3.5717203617095947 -6.5379900932312012 2.2000000476837158 -5.0325760841369629 -5.4932394027709961 2.2000000476837158 -6.2009568214416504 -4.1292414665222168 2.2000000476837158 -7.0089602470397949 -2.5252671241760254 2.2000000476837158 -7.4096288681030273 -0.77453351020812988 2.2000000476837158 -7.379676342010498 1.021213173866272 2.2000000476837158 -6.9208440780639648 2.7576107978820801 2.2000000476837158 -6.0597972869873047 4.3337459564208984 2.2000000476837158 -4.8465776443481445 5.6580195426940918 2.2000000476837158 -3.3516919612884521 6.6534700393676758 2.2000000476837158 -1.6620184183120728 7.262244701385498 2.2000000476837158 0.12424574047327042 7.4489641189575195 2.2000000476837158 1.9032890796661377 7.2027764320373535 2.2000000476837158"></Coordinate>\n\t\t\t\t<Normal vector="-0.47942554950714111 -0.87758255004882813 0 -0.47942554950714111 -0.87758255004882813 0 0.47942554950714111 0.87758255004882813 0 0.67551356554031372 0.73734754323959351 0 0.83234316110610962 0.55426061153411865 0 0.94080007076263428 0.33896204829216003 0 0.99458104372024536 0.10396423190832138 0 0.99056059122085571 -0.13707560300827026 0 0.92897236347198486 -0.37014910578727722 0 0.81339561939239502 -0.58171087503433228 0 0.6505473256111145 -0.75946575403213501 0 0.44989153742790222 -0.89308321475982666 0 0.22308970987796783 -0.97479790449142456 0 -0.016677280887961388 -0.99986094236373901 0 -0.25547504425048828 -0.96681565046310425 0 0.47942554950714111 0.87758255004882813 0 0.67551356554031372 0.73734754323959351 0 0.83234316110610962 0.55426061153411865 0 0.94080007076263428 0.33896204829216003 0 0.99458104372024536 0.10396423190832138 0 0.99056059122085571 -0.13707560300827026 0 0.92897236347198486 -0.37014910578727722 0 0.81339561939239502 -0.58171087503433228 0 0.6505473256111145 -0.75946575403213501 0 0.44989153742790222 -0.89308321475982666 0 0.22308970987796783 -0.97479790449142456 0 -0.016677280887961388 -0.99986094236373901 0 -0.25547504425048828 -0.96681565046310425 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 0 1 -1 31 1 2 -1 31 2 3 -1 31 16 1 -1 17 4 5 -1 19 18 20 -1 32 14 15 -1 32 15 16 -1 32 30 29 -1 32 31 30 -1 32 16 31 -1 32 29 14 -1 33 12 13 -1 33 13 14 -1 33 28 27 -1 33 29 28 -1 33 14 29 -1 33 27 12 -1 34 10 11 -1 34 11 12 -1 34 26 25 -1 34 27 26 -1 34 12 27 -1 34 25 10 -1 35 8 9 -1 35 9 10 -1 35 24 23 -1 35 25 24 -1 35 10 25 -1 35 23 8 -1 36 6 7 -1 36 7 8 -1 36 22 21 -1 36 23 22 -1 36 8 23 -1 36 21 6 -1 37 5 6 -1 37 18 17 -1 37 21 20 -1 37 6 21 -1 37 17 5 -1 37 20 18 -1" solid="false">\n\t\t\t\t<Coordinate point="13.478035926818848 24.671379089355469 -1.25 12.484671592712402 22.853036880493164 -1.207050085067749 11.493013381958008 21.037818908691406 -1.0782743692398071 10.504765510559082 19.228843688964844 -0.86389380693435669 -13.478035926818848 -24.671379089355469 -1.25 -18.990636825561523 -20.728969573974609 -1.25 -23.399570465087891 -15.581866264343262 -1.25 -26.448606491088867 -9.5292015075683594 -1.25 -27.960544586181641 -2.9227347373962402 -1.25 -27.847518920898438 3.8535909652709961 -1.25 -26.116094589233398 10.405960083007813 -1.25 -22.866899490356445 16.353572845458984 -1.25 -18.288763046264648 21.350774765014648 -1.25 -12.647749900817871 25.107147216796875 -1.25 -6.2716960906982422 27.404384613037109 -1.25 0.46884649991989136 28.108978271484375 -1.25 7.1821413040161133 27.17997932434082 -1.25 -12.484671592712402 -22.853036880493164 -1.207050085067749 -11.493013381958008 -21.037818908691406 -1.0782743692398071 -10.504765510559082 -19.228843688964844 -0.86389380693435669 -14.801279067993164 -16.156133651733398 -0.86389380693435669 -18.23759651184082 -12.144487380981445 -0.86389380693435669 -20.614011764526367 -7.4270482063293457 -0.86389380693435669 -21.792415618896484 -2.2779760360717773 -0.86389380693435669 -21.704322814941406 3.0034842491149902 -0.86389380693435669 -20.354852676391602 8.1103925704956055 -0.86389380693435669 -17.822433471679688 12.745954513549805 -0.86389380693435669 -14.254240036010742 16.640768051147461 -0.86389380693435669 -9.8576412200927734 19.5684814453125 -0.86389380693435669 -4.8881521224975586 21.358943939208984 -0.86389380693435669 0.36541840434074402 21.908103942871094 -0.86389380693435669 5.5977520942687988 21.184043884277344 -0.86389380693435669 0.39979559183120728 23.969135284423828 -1.0782498121261597 -10.785011291503906 21.40941047668457 -1.0782498121261597 -19.499101638793945 13.945046424865723 -1.0782498121261597 -23.746183395385742 3.2860407829284668 -1.0782498121261597 -22.553300857543945 -8.1257572174072266 -1.0782498121261597 -16.193727493286133 -17.676042556762695 -1.0782498121261597"></Coordinate>\n\t\t\t\t<Normal vector="0 0 -1 -0.019872983917593956 -0.036377251148223877 -0.99914050102233887 -0.039694786071777344 -0.072660818696022034 -0.99656647443771362 -0.059465419501066208 -0.10885071754455566 -0.99227786064147949 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0.019872980192303658 0.03637724369764328 -0.99914050102233887 0.039694793522357941 0.072660826146602631 -0.99656647443771362 0.059465419501066208 0.10885071754455566 -0.99227786064147949 0.083787143230438232 0.091456711292266846 -0.99227786064147949 0.10323946923017502 0.068747565150260925 -0.99227786064147949 0.11669188737869263 0.042043067514896393 -0.99227786064147949 0.12336259335279465 0.012895176187157631 -0.99227786064147949 0.12286391854286194 -0.017002135515213013 -0.99227786064147949 0.11522483825683594 -0.045911345630884171 -0.99227786064147949 0.10088931024074554 -0.072152353823184967 -0.99227786064147949 0.080690465867519379 -0.094200126826763153 -0.99227786064147949 0.055802177637815475 -0.11077333986759186 -0.99227786064147949 0.027670873329043388 -0.12090880423784256 -0.99227786064147949 -0.0020685619674623013 -0.12401748448610306 -0.99227786064147949 -0.03168778121471405 -0.11991871893405914 -0.99227786064147949 -0.0013808214571326971 -0.082785047590732574 -0.99656647443771362 0.037249475717544556 -0.073944218456745148 -0.99656647443771362 0.067346364259719849 -0.048163663595914841 -0.99656647443771362 0.082015015184879303 -0.01134938932955265 -0.99656647443771362 0.077895015478134155 0.028064893558621407 -0.99656647443771362 0.055930200964212418 0.061049845069646835 -0.99656647443771362"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="47 7 8 -1 46 6 7 -1 46 7 47 -1 48 8 9 -1 48 47 8 -1 45 5 6 -1 45 6 46 -1 49 9 10 -1 49 48 9 -1 44 4 5 -1 44 5 45 -1 50 10 11 -1 50 49 10 -1 43 4 44 -1 3 4 43 -1 51 11 12 -1 51 50 11 -1 42 3 43 -1 26 12 13 -1 26 51 12 -1 2 3 42 -1 41 2 42 -1 27 13 14 -1 27 26 13 -1 1 41 40 -1 1 2 41 -1 28 27 14 -1 15 28 14 -1 0 1 40 -1 0 40 39 -1 29 28 15 -1 16 29 15 -1 30 29 16 -1 25 0 39 -1 25 39 38 -1 17 30 16 -1 17 31 30 -1 24 25 38 -1 24 38 37 -1 18 32 31 -1 18 31 17 -1 23 37 36 -1 23 24 37 -1 19 33 32 -1 19 32 18 -1 22 23 36 -1 22 36 35 -1 20 34 33 -1 20 33 19 -1 21 35 34 -1 21 22 35 -1 21 34 20 -1" solid="false">\n\t\t\t\t<Coordinate point="-18.793481826782227 -34.401237487792969 -1.25 -26.480131149291992 -28.904024124145508 -1.25 -32.627853393554688 -21.727016448974609 -1.25 -36.879360198974609 -13.287312507629395 -1.25 -38.987575531005859 -4.0753979682922363 -1.25 -38.829975128173828 5.3733634948730469 -1.25 -36.415718078613281 14.509844779968262 -1.25 -31.885108947753906 22.803066253662109 -1.25 -25.501455307006836 29.77105712890625 -1.25 -17.635747909545898 35.008861541748047 -1.25 -8.7451171875 38.212078094482422 -1.25 0.65374940633773804 39.194549560546875 -1.25 10.014621734619141 37.899173736572266 -1.25 18.793481826782227 34.401237487792969 -1.25 26.480131149291992 28.904024124145508 -1.25 32.627853393554688 21.727016448974609 -1.25 36.879360198974609 13.287312507629395 -1.25 38.987575531005859 4.0753979682922363 -1.25 38.829975128173828 -5.3733634948730469 -1.25 36.415718078613281 -14.509844779968262 -1.25 31.885108947753906 -22.803066253662109 -1.25 25.501455307006836 -29.77105712890625 -1.25 17.635747909545898 -35.008861541748047 -1.25 8.7451171875 -38.212078094482422 -1.25 -0.65374940633773804 -39.194549560546875 -1.25 -10.014621734619141 -37.899173736572266 -1.25 13.478035926818848 24.671379089355469 -1.25 18.990636825561523 20.728969573974609 -1.25 23.399570465087891 15.581866264343262 -1.25 26.448606491088867 9.5292015075683594 -1.25 27.960544586181641 2.9227347373962402 -1.25 27.847518920898438 -3.8535909652709961 -1.25 26.116094589233398 -10.405960083007813 -1.25 22.866899490356445 -16.353572845458984 -1.25 18.288763046264648 -21.350774765014648 -1.25 12.647749900817871 -25.107147216796875 -1.25 6.2716960906982422 -27.404384613037109 -1.25 -0.46884649991989136 -28.108978271484375 -1.25 -7.1821413040161133 -27.17997932434082 -1.25 -13.478035926818848 -24.671379089355469 -1.25 -18.990636825561523 -20.728969573974609 -1.25 -23.399570465087891 -15.581866264343262 -1.25 -26.448606491088867 -9.5292015075683594 -1.25 -27.960544586181641 -2.9227347373962402 -1.25 -27.847518920898438 3.8535909652709961 -1.25 -26.116094589233398 10.405960083007813 -1.25 -22.866899490356445 16.353572845458984 -1.25 -18.288763046264648 21.350774765014648 -1.25 -12.647749900817871 25.107147216796875 -1.25 -6.2716960906982422 27.404384613037109 -1.25 0.46884649991989136 28.108978271484375 -1.25 7.1821413040161133 27.17997932434082 -1.25"></Coordinate>\n\t\t\t\t<Normal vector="0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="26 27 4 -1 28 4 27 -1 3 26 4 -1 25 26 3 -1 29 4 28 -1 24 25 3 -1 30 4 29 -1 23 24 3 -1 22 23 3 -1 5 30 31 -1 5 4 30 -1 6 5 31 -1 21 22 3 -1 7 5 6 -1 8 5 7 -1 2 19 20 -1 2 20 21 -1 2 21 3 -1 18 19 2 -1 17 18 2 -1 0 8 9 -1 0 9 10 -1 0 10 11 -1 0 11 12 -1 0 5 8 -1 13 0 12 -1 1 13 14 -1 1 14 15 -1 1 15 16 -1 1 16 17 -1 1 0 13 -1 1 17 2 -1" solid="false">\n\t\t\t\t<Coordinate point="9.6487865447998047 -0.15303532779216766 2.2000000476837158 4.6918606758117676 -8.4326114654541016 2.2000000476837158 -4.9808778762817383 -8.2651891708374023 2.2000000476837158 -9.6487865447998047 0.15303532779216766 2.2000000476837158 -4.6918606758117676 8.4326114654541016 2.2000000476837158 4.9569258689880371 8.279576301574707 2.2000000476837158 3.5717203617095947 6.5379900932312012 2.2000000476837158 5.0325760841369629 5.4932394027709961 2.2000000476837158 6.2009568214416504 4.1292414665222168 2.2000000476837158 7.0089602470397949 2.5252671241760254 2.2000000476837158 7.4096288681030273 0.77453351020812988 2.2000000476837158 7.379676342010498 -1.021213173866272 2.2000000476837158 6.9208440780639648 -2.7576107978820801 2.2000000476837158 6.0597972869873047 -4.3337459564208984 2.2000000476837158 4.8465776443481445 -5.6580195426940918 2.2000000476837158 3.3516919612884521 -6.6534700393676758 2.2000000476837158 1.6620184183120728 -7.262244701385498 2.2000000476837158 -0.12424574047327042 -7.4489641189575195 2.2000000476837158 -1.9032890796661377 -7.2027764320373535 2.2000000476837158 -3.5717203617095947 -6.5379900932312012 2.2000000476837158 -5.0325760841369629 -5.4932394027709961 2.2000000476837158 -6.2009568214416504 -4.1292414665222168 2.2000000476837158 -7.0089602470397949 -2.5252671241760254 2.2000000476837158 -7.4096288681030273 -0.77453351020812988 2.2000000476837158 -7.379676342010498 1.021213173866272 2.2000000476837158 -6.9208440780639648 2.7576107978820801 2.2000000476837158 -6.0597972869873047 4.3337459564208984 2.2000000476837158 -4.8465776443481445 5.6580195426940918 2.2000000476837158 -3.3516919612884521 6.6534700393676758 2.2000000476837158 -1.6620184183120728 7.262244701385498 2.2000000476837158 0.12424574047327042 7.4489641189575195 2.2000000476837158 1.9032890796661377 7.2027764320373535 2.2000000476837158"></Coordinate>\n\t\t\t\t<Normal vector="0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="34 32 33 -1 13 12 39 -1 40 15 14 -1 40 16 15 -1 40 14 21 -1 41 17 16 -1 41 16 40 -1 42 17 41 -1 42 18 17 -1 43 19 18 -1 43 18 42 -1 44 20 19 -1 44 19 43 -1 45 1 0 -1 45 2 1 -1 45 20 44 -1 45 0 20 -1 46 21 22 -1 46 40 21 -1 47 41 40 -1 47 40 46 -1 48 42 41 -1 48 41 47 -1 49 43 42 -1 49 42 48 -1 50 44 43 -1 50 43 49 -1 51 2 45 -1 51 45 44 -1 51 44 50 -1 52 22 23 -1 52 46 22 -1 53 48 47 -1 53 46 52 -1 53 47 46 -1 54 48 53 -1 55 48 54 -1 55 49 48 -1 56 49 55 -1 56 51 50 -1 56 50 49 -1 57 3 2 -1 57 51 56 -1 57 2 51 -1 58 52 23 -1 58 23 24 -1 59 53 52 -1 59 52 58 -1 60 53 59 -1 60 54 53 -1 61 54 60 -1 61 55 54 -1 62 55 61 -1 62 56 55 -1 63 4 3 -1 63 3 57 -1 63 57 56 -1 63 56 62 -1 64 24 25 -1 64 58 24 -1 65 58 64 -1 65 59 58 -1 66 59 65 -1 66 60 59 -1 67 61 60 -1 67 60 66 -1 68 61 67 -1 68 62 61 -1 69 5 4 -1 69 4 63 -1 69 63 62 -1 69 62 68 -1 70 25 26 -1 70 64 25 -1 71 65 64 -1 71 66 65 -1 71 64 70 -1 72 66 71 -1 73 67 66 -1 73 66 72 -1 74 68 67 -1 74 67 73 -1 75 6 5 -1 75 5 69 -1 75 69 68 -1 75 68 74 -1 76 26 27 -1 76 70 26 -1 77 71 70 -1 77 70 76 -1 78 72 71 -1 78 71 77 -1 79 73 72 -1 79 72 78 -1 80 74 73 -1 80 73 79 -1 81 7 6 -1 81 8 7 -1 81 6 75 -1 81 75 74 -1 81 74 80 -1 82 27 28 -1 82 76 27 -1 83 76 82 -1 83 77 76 -1 84 77 83 -1 84 79 78 -1 84 78 77 -1 85 79 84 -1 86 79 85 -1 86 80 79 -1 87 81 80 -1 87 80 86 -1 87 8 81 -1 88 28 29 -1 88 82 28 -1 89 83 82 -1 89 84 83 -1 89 82 88 -1 90 84 89 -1 91 84 90 -1 91 85 84 -1 92 86 85 -1 92 85 91 -1 93 9 8 -1 93 8 87 -1 93 87 86 -1 93 86 92 -1 94 88 29 -1 94 29 30 -1 95 89 88 -1 95 90 89 -1 95 88 94 -1 96 90 95 -1 97 91 90 -1 97 90 96 -1 98 92 91 -1 98 93 92 -1 98 91 97 -1 99 93 98 -1 99 10 9 -1 99 11 10 -1 99 9 93 -1 100 30 31 -1 100 94 30 -1 101 94 100 -1 101 95 94 -1 102 96 95 -1 102 97 96 -1 102 95 101 -1 103 98 97 -1 103 97 102 -1 104 99 98 -1 104 98 103 -1 105 11 99 -1 105 99 104 -1 106 32 34 -1 106 31 32 -1 106 100 31 -1 107 34 35 -1 107 106 34 -1 107 101 100 -1 107 100 106 -1 108 101 107 -1 108 35 36 -1 108 36 37 -1 108 102 101 -1 108 107 35 -1 109 103 102 -1 109 108 37 -1 109 102 108 -1 110 103 109 -1 110 37 38 -1 110 104 103 -1 110 109 37 -1 111 12 11 -1 111 39 12 -1 111 38 39 -1 111 11 105 -1 111 105 104 -1 111 110 38 -1 111 104 110 -1" solid="false">\n\t\t\t\t<Coordinate point="-18.793481826782227 -34.401237487792969 -1.25 -26.480131149291992 -28.904024124145508 -1.25 -32.627853393554688 -21.727016448974609 -1.25 -36.879360198974609 -13.287312507629395 -1.25 -38.987575531005859 -4.0753979682922363 -1.25 -38.829975128173828 5.3733634948730469 -1.25 -36.415718078613281 14.509844779968262 -1.25 -31.885108947753906 22.803066253662109 -1.25 -25.501455307006836 29.77105712890625 -1.25 -17.635747909545898 35.008861541748047 -1.25 -8.7451171875 38.212078094482422 -1.25 0.65374940633773804 39.194549560546875 -1.25 10.014621734619141 37.899173736572266 -1.25 18.793481826782227 34.401237487792969 -1.25 -19.177021026611328 -35.103302001953125 -0.44999998807907104 -19.16740608215332 -35.085700988769531 -0.62801676988601685 -19.139039993286133 -35.033775329589844 -0.79710698127746582 -19.093345642089844 -34.95013427734375 -0.94879186153411865 -19.032613754272461 -34.838966369628906 -1.075465202331543 -18.959892272949219 -34.705852508544922 -1.1707750558853149 -18.878826141357422 -34.557460784912109 -1.2299423217773438 -27.020542144775391 -29.493902206420898 -0.44999998807907104 -33.293727874755859 -22.17042350769043 -0.44999998807907104 -37.632003784179688 -13.55848217010498 -0.44999998807907104 -39.783241271972656 -4.1585693359375 -0.44999998807907104 -39.622425079345703 5.4830241203308105 -0.44999998807907104 -37.158893585205078 14.805963516235352 -0.44999998807907104 -32.535823822021484 23.268434524536133 -0.44999998807907104 -26.021892547607422 30.378629684448242 -0.44999998807907104 -17.995660781860352 35.72332763671875 -0.44999998807907104 -8.923588752746582 38.991916656494141 -0.44999998807907104 0.66709119081497192 39.994438171386719 -0.44999998807907104 10.219001770019531 38.672626495361328 -0.44999998807907104 19.177021026611328 35.103302001953125 -0.44999998807907104 19.16740608215332 35.085700988769531 -0.62801676988601685 19.139039993286133 35.033775329589844 -0.79710698127746582 19.093345642089844 34.95013427734375 -0.94879186153411865 19.032613754272461 34.838966369628906 -1.075465202331543 18.959892272949219 34.705852508544922 -1.1707750558853149 18.878826141357422 34.557460784912109 -1.2299423217773438 -27.006992340087891 -29.47911262512207 -0.62801676988601685 -26.967025756835938 -29.43548583984375 -0.79710698127746582 -26.902641296386719 -29.365209579467773 -0.94879186153411865 -26.817071914672852 -29.271806716918945 -1.075465202331543 -26.714607238769531 -29.159963607788086 -1.1707750558853149 -26.600383758544922 -29.035284042358398 -1.2299423217773438 -33.277030944824219 -22.159307479858398 -0.62801676988601685 -33.227783203125 -22.12651252746582 -0.79710698127746582 -33.148452758789063 -22.073686599731445 -0.94879186153411865 -33.043018341064453 -22.003477096557617 -1.075465202331543 -32.916763305664063 -21.919403076171875 -1.1707750558853149 -32.776023864746094 -21.82568359375 -1.2299423217773438 -37.613132476806641 -13.551682472229004 -0.62801676988601685 -37.557468414306641 -13.531627655029297 -0.79710698127746582 -37.467800140380859 -13.499320983886719 -0.94879186153411865 -37.348625183105469 -13.45638370513916 -1.075465202331543 -37.205921173095703 -13.40496826171875 -1.1707750558853149 -37.046840667724609 -13.347653388977051 -1.2299423217773438 -39.763294219970703 -4.1564841270446777 -0.62801676988601685 -39.704444885253906 -4.1503329277038574 -0.79710698127746582 -39.609653472900391 -4.1404237747192383 -0.94879186153411865 -39.483665466308594 -4.1272544860839844 -1.075465202331543 -39.332801818847656 -4.1114845275878906 -1.1707750558853149 -39.164627075195313 -4.0939054489135742 -1.2299423217773438 -39.602554321289063 5.4802746772766113 -0.62801676988601685 -39.5439453125 5.4721641540527344 -0.79710698127746582 -39.449535369873047 5.4590997695922852 -0.94879186153411865 -39.324058532714844 5.4417357444763184 -1.075465202331543 -39.173805236816406 5.4209432601928711 -1.1707750558853149 -39.006313323974609 5.3977651596069336 -1.2299423217773438 -37.140262603759766 14.798539161682129 -0.62801676988601685 -37.085296630859375 14.776638984680176 -0.79710698127746582 -36.996757507324219 14.741359710693359 -0.94879186153411865 -36.879081726074219 14.694472312927246 -1.075465202331543 -36.738170623779297 14.638325691223145 -1.1707750558853149 -36.581089019775391 14.575736999511719 -1.2299423217773438 -32.519512176513672 23.256767272949219 -0.62801676988601685 -32.471385955810547 23.222349166870117 -0.79710698127746582 -32.39385986328125 23.166906356811523 -0.94879186153411865 -32.290824890136719 23.093219757080078 -1.075465202331543 -32.167442321777344 23.004981994628906 -1.1707750558853149 -32.0299072265625 22.906620025634766 -1.2299423217773438 -26.008844375610352 30.363395690917969 -0.62801676988601685 -25.970352172851563 30.318460464477539 -0.79710698127746582 -25.908349990844727 30.246076583862305 -0.94879186153411865 -25.825942993164063 30.149871826171875 -1.075465202331543 -25.727264404296875 30.034671783447266 -1.1707750558853149 -25.617263793945313 29.906253814697266 -1.2299423217773438 -17.986637115478516 35.705413818359375 -0.62801676988601685 -17.960018157958984 35.652572631835938 -0.79710698127746582 -17.917139053344727 35.567455291748047 -0.94879186153411865 -17.860151290893555 35.454322814941406 -1.075465202331543 -17.791908264160156 35.318855285644531 -1.1707750558853149 -17.715837478637695 35.1678466796875 -1.2299423217773438 -8.9191141128540039 38.972366333007813 -0.62801676988601685 -8.905914306640625 38.914688110351563 -0.79710698127746582 -8.8846511840820313 38.821781158447266 -0.94879186153411865 -8.8563919067382813 38.698299407958984 -1.075465202331543 -8.8225526809692383 38.550437927246094 -1.1707750558853149 -8.7848300933837891 38.385608673095703 -1.2299423217773438 0.66675668954849243 39.974380493164063 -0.62801676988601685 0.66576993465423584 39.91522216796875 -0.79710698127746582 0.6641804575920105 39.819927215576172 -0.94879186153411865 0.66206789016723633 39.693271636962891 -1.075465202331543 0.65953820943832397 39.541606903076172 -1.1707750558853149 0.65671819448471069 39.372539520263672 -1.2299423217773438 10.21387767791748 38.653232574462891 -0.62801676988601685 10.198761940002441 38.596031188964844 -0.79710698127746582 10.174412727355957 38.503883361816406 -0.94879186153411865 10.142050743103027 38.381412506103516 -1.075465202331543 10.103299140930176 38.234760284423828 -1.1707750558853149 10.060100555419922 38.071281433105469 -1.2299423217773438"></Coordinate>\n\t\t\t\t<Normal vector="0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 -0.47942554950714111 -0.87758255004882813 0 -0.46740534901618958 -0.85557973384857178 -0.22252093255519867 -0.4319474995136261 -0.79067456722259521 -0.43388372659683228 -0.3748299777507782 -0.68612170219421387 -0.62348979711532593 -0.29891693592071533 -0.54716378450393677 -0.78183150291442871 -0.20801495015621185 -0.38076880574226379 -0.90096884965896606 -0.10668221861124039 -0.19528049230575562 -0.97492790222167969 -0.67551356554031372 -0.73734754323959351 0 -0.83234316110610962 -0.55426061153411865 0 -0.94080007076263428 -0.33896204829216003 0 -0.99458104372024536 -0.10396423190832138 0 -0.99056059122085571 0.13707560300827026 0 -0.92897236347198486 0.37014910578727722 0 -0.81339561939239502 0.58171087503433228 0 -0.6505473256111145 0.75946575403213501 0 -0.44989153742790222 0.89308321475982666 0 -0.22308970987796783 0.97479790449142456 0 0.016677280887961388 0.99986094236373901 0 0.25547504425048828 0.96681565046310425 0 0.47942554950714111 0.87758255004882813 0 0.46740534901618958 0.85557973384857178 -0.22252093255519867 0.4319474995136261 0.79067456722259521 -0.43388372659683228 0.3748299777507782 0.68612170219421387 -0.62348979711532593 0.29891693592071533 0.54716378450393677 -0.78183150291442871 0.20801495015621185 0.38076880574226379 -0.90096884965896606 0.10668221861124039 0.19528049230575562 -0.97492790222167969 -0.65857702493667603 -0.71886074542999268 -0.22252093255519867 -0.60861670970916748 -0.66432720422744751 -0.43388372659683228 -0.52813774347305298 -0.57648152112960815 -0.62348979711532593 -0.42117580771446228 -0.45972868800163269 -0.78183150291442871 -0.29309433698654175 -0.31992313265800476 -0.90096884965896606 -0.15031591057777405 -0.16407527029514313 -0.97492790222167969 -0.81147462129592896 -0.54036414623260498 -0.22252093255519867 -0.74991530179977417 -0.49937155842781067 -0.43388372659683228 -0.65075212717056274 -0.43333840370178223 -0.62348979711532593 -0.51895749568939209 -0.34557583928108215 -0.78183150291442871 -0.36114016175270081 -0.24048466980457306 -0.90096884965896606 -0.18521378934383392 -0.12333458662033081 -0.97492790222167969 -0.91721224784851074 -0.33046355843544006 -0.22252093255519867 -0.84763157367706299 -0.30539426207542419 -0.43388372659683228 -0.73554712533950806 -0.26501119136810303 -0.62348979711532593 -0.58657926321029663 -0.21133936941623688 -0.78183150291442871 -0.40819784998893738 -0.14707012474536896 -0.90096884965896606 -0.20934771001338959 -0.075426153838634491 -0.97492790222167969 -0.96964478492736816 -0.10135763138532639 -0.22252093255519867 -0.89608657360076904 -0.093668535351753235 -0.43388372659683228 -0.77759474515914917 -0.081282511353492737 -0.62348979711532593 -0.62011110782623291 -0.064820639789104462 -0.78183150291442871 -0.43153253197669983 -0.045108389109373093 -0.90096884965896606 -0.22131510078907013 -0.023134218528866768 -0.97492790222167969 -0.96572518348693848 0.13363882899284363 -0.22252093255519867 -0.892464280128479 0.12350084632635117 -0.43388372659683228 -0.77445143461227417 0.10717002302408218 -0.62348979711532593 -0.61760443449020386 0.085465237498283386 -0.78183150291442871 -0.42978814244270325 0.059474874287843704 -0.90096884965896606 -0.2204204648733139 0.030502190813422203 -0.97492790222167969 -0.9056810736656189 0.36086869239807129 -0.22252093255519867 -0.83697515726089478 0.33349281549453735 -0.43388372659683228 -0.72629982233047485 0.28939422965049744 -0.62348979711532593 -0.57920479774475098 0.23078419268131256 -0.78183150291442871 -0.4030660092830658 0.16060167551040649 -0.90096884965896606 -0.20671579241752625 0.082365922629833221 -0.97492790222167969 -0.79300212860107422 0.56712615489959717 -0.22252093255519867 -0.73284411430358887 0.52410340309143066 -0.43388372659683228 -0.63593828678131104 0.45479989051818848 -0.62348979711532593 -0.50714385509490967 0.36269080638885498 -0.78183150291442871 -0.35291913151741028 0.25239488482475281 -0.90096884965896606 -0.18099755048751831 0.12944284081459045 -0.97492790222167969 -0.63423675298690796 0.74042433500289917 -0.22252093255519867 -0.58612287044525146 0.68425500392913818 -0.43388372659683228 -0.50861835479736328 0.59377419948577881 -0.62348979711532593 -0.4056096076965332 0.47351914644241333 -0.78183150291442871 -0.28226190805435181 0.3295198380947113 -0.90096884965896606 -0.14476040005683899 0.16899701952934265 -0.97492790222167969 -0.43861183524131775 0.87069171667098999 -0.22252093255519867 -0.40533828735351563 0.80464017391204834 -0.43388372659683228 -0.35173937678337097 0.69824057817459106 -0.62348979711532593 -0.2805027961730957 0.55682826042175293 -0.78183150291442871 -0.19520062208175659 0.38749426603317261 -0.90096884965896606 -0.10011028498411179 0.19872970879077911 -0.97492790222167969 -0.21749639511108398 0.95035767555236816 -0.22252093255519867 -0.20099689066410065 0.87826257944107056 -0.43388372659683228 -0.17441855370998383 0.76212769746780396 -0.62348979711532593 -0.13909415900707245 0.60777658224105835 -0.78183150291442871 -0.09679500013589859 0.42294895648956299 -0.90096884965896606 -0.049642130732536316 0.21691294014453888 -0.97492790222167969 0.016259144991636276 0.97479230165481567 -0.22252093255519867 0.015025709755718708 0.90084356069564819 -0.43388372659683228 0.013038822449743748 0.78172272443771362 -0.62348979711532593 0.01039811410009861 0.62340307235717773 -0.78183150291442871 0.0072360006161034107 0.43382340669631958 -0.90096884965896606 0.0037110438570380211 0.22248998284339905 -0.97492790222167969 0.24906975030899048 0.94257557392120361 -0.22252093255519867 0.23017506301403046 0.87107080221176147 -0.43388372659683228 0.19973844289779663 0.75588691234588623 -0.62348979711532593 0.15928608179092407 0.60279971361160278 -0.78183150291442871 0.11084646731615067 0.41948559880256653 -0.90096884965896606 0.056848548352718353 0.21513672173023224 -0.97492790222167969"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="34 32 33 -1 13 12 39 -1 40 15 14 -1 40 14 21 -1 41 16 15 -1 41 15 40 -1 42 16 41 -1 42 17 16 -1 43 18 17 -1 43 17 42 -1 44 19 18 -1 44 18 43 -1 45 1 0 -1 45 20 19 -1 45 0 20 -1 45 19 44 -1 46 21 22 -1 46 40 21 -1 47 41 40 -1 47 40 46 -1 48 41 47 -1 48 42 41 -1 49 43 42 -1 49 42 48 -1 50 43 49 -1 50 44 43 -1 51 2 1 -1 51 1 45 -1 51 45 44 -1 51 44 50 -1 52 22 23 -1 52 46 22 -1 53 46 52 -1 53 47 46 -1 53 48 47 -1 54 48 53 -1 55 48 54 -1 55 49 48 -1 56 49 55 -1 56 51 50 -1 56 50 49 -1 57 3 2 -1 57 51 56 -1 57 2 51 -1 58 23 24 -1 58 52 23 -1 59 52 58 -1 59 53 52 -1 60 54 53 -1 60 53 59 -1 61 55 54 -1 61 54 60 -1 62 56 55 -1 62 55 61 -1 63 4 3 -1 63 3 57 -1 63 57 56 -1 63 56 62 -1 64 24 25 -1 64 59 58 -1 64 58 24 -1 65 59 64 -1 66 60 59 -1 66 59 65 -1 67 60 66 -1 67 61 60 -1 67 62 61 -1 68 62 67 -1 69 5 4 -1 69 4 63 -1 69 63 62 -1 69 62 68 -1 70 25 26 -1 70 26 27 -1 70 64 25 -1 71 65 64 -1 71 66 65 -1 71 64 70 -1 72 66 71 -1 73 67 66 -1 73 66 72 -1 74 68 67 -1 74 67 73 -1 75 6 5 -1 75 5 69 -1 75 69 68 -1 75 68 74 -1 76 70 27 -1 77 71 70 -1 77 70 76 -1 78 72 71 -1 78 71 77 -1 79 73 72 -1 79 72 78 -1 80 74 73 -1 80 73 79 -1 81 7 6 -1 81 6 75 -1 81 75 74 -1 81 74 80 -1 82 27 28 -1 82 76 27 -1 83 77 76 -1 83 76 82 -1 84 78 77 -1 84 77 83 -1 84 79 78 -1 85 79 84 -1 86 79 85 -1 86 80 79 -1 87 81 80 -1 87 80 86 -1 87 8 7 -1 87 9 8 -1 87 7 81 -1 88 28 29 -1 88 82 28 -1 89 82 88 -1 89 83 82 -1 90 84 83 -1 90 85 84 -1 90 83 89 -1 91 85 90 -1 92 86 85 -1 92 87 86 -1 92 85 91 -1 93 9 87 -1 93 87 92 -1 94 88 29 -1 94 29 30 -1 94 30 31 -1 95 88 94 -1 95 89 88 -1 96 90 89 -1 96 89 95 -1 97 91 90 -1 97 90 96 -1 98 91 97 -1 98 92 91 -1 98 93 92 -1 99 10 9 -1 99 11 10 -1 99 9 93 -1 99 93 98 -1 100 94 31 -1 101 94 100 -1 101 95 94 -1 102 96 95 -1 102 97 96 -1 102 95 101 -1 103 97 102 -1 104 98 97 -1 104 99 98 -1 104 97 103 -1 105 11 99 -1 105 99 104 -1 106 32 34 -1 106 31 32 -1 106 100 31 -1 107 34 35 -1 107 101 100 -1 107 106 34 -1 107 100 106 -1 108 101 107 -1 108 35 36 -1 108 107 35 -1 108 102 101 -1 109 108 36 -1 109 36 37 -1 109 37 38 -1 109 103 102 -1 109 102 108 -1 110 104 103 -1 110 109 38 -1 110 105 104 -1 110 103 109 -1 111 12 11 -1 111 39 12 -1 111 38 39 -1 111 11 105 -1 111 110 38 -1 111 105 110 -1" solid="false">\n\t\t\t\t<Coordinate point="18.793481826782227 34.401237487792969 -1.25 26.480131149291992 28.904024124145508 -1.25 32.627853393554688 21.727016448974609 -1.25 36.879360198974609 13.287312507629395 -1.25 38.987575531005859 4.0753979682922363 -1.25 38.829975128173828 -5.3733634948730469 -1.25 36.415718078613281 -14.509844779968262 -1.25 31.885108947753906 -22.803066253662109 -1.25 25.501455307006836 -29.77105712890625 -1.25 17.635747909545898 -35.008861541748047 -1.25 8.7451171875 -38.212078094482422 -1.25 -0.65374940633773804 -39.194549560546875 -1.25 -10.014621734619141 -37.899173736572266 -1.25 -18.793481826782227 -34.401237487792969 -1.25 19.177021026611328 35.103302001953125 -0.44999998807907104 19.16740608215332 35.085700988769531 -0.62801676988601685 19.139039993286133 35.033775329589844 -0.79710698127746582 19.093345642089844 34.95013427734375 -0.94879186153411865 19.032613754272461 34.838966369628906 -1.075465202331543 18.959892272949219 34.705852508544922 -1.1707750558853149 18.878826141357422 34.557460784912109 -1.2299423217773438 27.020542144775391 29.493902206420898 -0.44999998807907104 33.293727874755859 22.17042350769043 -0.44999998807907104 37.632003784179688 13.55848217010498 -0.44999998807907104 39.783241271972656 4.1585693359375 -0.44999998807907104 39.622425079345703 -5.4830241203308105 -0.44999998807907104 37.158893585205078 -14.805963516235352 -0.44999998807907104 32.535823822021484 -23.268434524536133 -0.44999998807907104 26.021892547607422 -30.378629684448242 -0.44999998807907104 17.995660781860352 -35.72332763671875 -0.44999998807907104 8.923588752746582 -38.991916656494141 -0.44999998807907104 -0.66709119081497192 -39.994438171386719 -0.44999998807907104 -10.219001770019531 -38.672626495361328 -0.44999998807907104 -19.177021026611328 -35.103302001953125 -0.44999998807907104 -19.16740608215332 -35.085700988769531 -0.62801676988601685 -19.139039993286133 -35.033775329589844 -0.79710698127746582 -19.093345642089844 -34.95013427734375 -0.94879186153411865 -19.032613754272461 -34.838966369628906 -1.075465202331543 -18.959892272949219 -34.705852508544922 -1.1707750558853149 -18.878826141357422 -34.557460784912109 -1.2299423217773438 27.006992340087891 29.47911262512207 -0.62801676988601685 26.967025756835938 29.43548583984375 -0.79710698127746582 26.902641296386719 29.365209579467773 -0.94879186153411865 26.817071914672852 29.271806716918945 -1.075465202331543 26.714607238769531 29.159963607788086 -1.1707750558853149 26.600383758544922 29.035284042358398 -1.2299423217773438 33.277030944824219 22.159307479858398 -0.62801676988601685 33.227783203125 22.12651252746582 -0.79710698127746582 33.148452758789063 22.073686599731445 -0.94879186153411865 33.043018341064453 22.003477096557617 -1.075465202331543 32.916763305664063 21.919403076171875 -1.1707750558853149 32.776023864746094 21.82568359375 -1.2299423217773438 37.613132476806641 13.551682472229004 -0.62801676988601685 37.557468414306641 13.531627655029297 -0.79710698127746582 37.467800140380859 13.499320983886719 -0.94879186153411865 37.348625183105469 13.45638370513916 -1.075465202331543 37.205921173095703 13.40496826171875 -1.1707750558853149 37.046840667724609 13.347653388977051 -1.2299423217773438 39.763294219970703 4.1564841270446777 -0.62801676988601685 39.704444885253906 4.1503329277038574 -0.79710698127746582 39.609653472900391 4.1404237747192383 -0.94879186153411865 39.483665466308594 4.1272544860839844 -1.075465202331543 39.332801818847656 4.1114845275878906 -1.1707750558853149 39.164627075195313 4.0939054489135742 -1.2299423217773438 39.602554321289063 -5.4802746772766113 -0.62801676988601685 39.5439453125 -5.4721641540527344 -0.79710698127746582 39.449535369873047 -5.4590997695922852 -0.94879186153411865 39.324058532714844 -5.4417357444763184 -1.075465202331543 39.173805236816406 -5.4209432601928711 -1.1707750558853149 39.006313323974609 -5.3977651596069336 -1.2299423217773438 37.140262603759766 -14.798539161682129 -0.62801676988601685 37.085296630859375 -14.776638984680176 -0.79710698127746582 36.996757507324219 -14.741359710693359 -0.94879186153411865 36.879081726074219 -14.694472312927246 -1.075465202331543 36.738170623779297 -14.638325691223145 -1.1707750558853149 36.581089019775391 -14.575736999511719 -1.2299423217773438 32.519512176513672 -23.256767272949219 -0.62801676988601685 32.471385955810547 -23.222349166870117 -0.79710698127746582 32.39385986328125 -23.166906356811523 -0.94879186153411865 32.290824890136719 -23.093219757080078 -1.075465202331543 32.167442321777344 -23.004981994628906 -1.1707750558853149 32.0299072265625 -22.906620025634766 -1.2299423217773438 26.008844375610352 -30.363395690917969 -0.62801676988601685 25.970352172851563 -30.318460464477539 -0.79710698127746582 25.908349990844727 -30.246076583862305 -0.94879186153411865 25.825942993164063 -30.149871826171875 -1.075465202331543 25.727264404296875 -30.034671783447266 -1.1707750558853149 25.617263793945313 -29.906253814697266 -1.2299423217773438 17.986637115478516 -35.705413818359375 -0.62801676988601685 17.960018157958984 -35.652572631835938 -0.79710698127746582 17.917139053344727 -35.567455291748047 -0.94879186153411865 17.860151290893555 -35.454322814941406 -1.075465202331543 17.791908264160156 -35.318855285644531 -1.1707750558853149 17.715837478637695 -35.1678466796875 -1.2299423217773438 8.9191141128540039 -38.972366333007813 -0.62801676988601685 8.905914306640625 -38.914688110351563 -0.79710698127746582 8.8846511840820313 -38.821781158447266 -0.94879186153411865 8.8563919067382813 -38.698299407958984 -1.075465202331543 8.8225526809692383 -38.550437927246094 -1.1707750558853149 8.7848300933837891 -38.385608673095703 -1.2299423217773438 -0.66675668954849243 -39.974380493164063 -0.62801676988601685 -0.66576993465423584 -39.91522216796875 -0.79710698127746582 -0.6641804575920105 -39.819927215576172 -0.94879186153411865 -0.66206789016723633 -39.693271636962891 -1.075465202331543 -0.65953820943832397 -39.541606903076172 -1.1707750558853149 -0.65671819448471069 -39.372539520263672 -1.2299423217773438 -10.21387767791748 -38.653232574462891 -0.62801676988601685 -10.198761940002441 -38.596031188964844 -0.79710698127746582 -10.174412727355957 -38.503883361816406 -0.94879186153411865 -10.142050743103027 -38.381412506103516 -1.075465202331543 -10.103299140930176 -38.234760284423828 -1.1707750558853149 -10.060100555419922 -38.071281433105469 -1.2299423217773438"></Coordinate>\n\t\t\t\t<Normal vector="0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0.47942554950714111 0.87758255004882813 0 0.46740534901618958 0.85557973384857178 -0.22252093255519867 0.4319474995136261 0.79067456722259521 -0.43388372659683228 0.3748299777507782 0.68612170219421387 -0.62348979711532593 0.29891693592071533 0.54716378450393677 -0.78183150291442871 0.20801495015621185 0.38076880574226379 -0.90096884965896606 0.10668221861124039 0.19528049230575562 -0.97492790222167969 0.67551356554031372 0.73734754323959351 0 0.83234316110610962 0.55426061153411865 0 0.94080007076263428 0.33896204829216003 0 0.99458104372024536 0.10396423190832138 0 0.99056059122085571 -0.13707560300827026 0 0.92897236347198486 -0.37014910578727722 0 0.81339561939239502 -0.58171087503433228 0 0.6505473256111145 -0.75946575403213501 0 0.44989153742790222 -0.89308321475982666 0 0.22308970987796783 -0.97479790449142456 0 -0.016677280887961388 -0.99986094236373901 0 -0.25547504425048828 -0.96681565046310425 0 -0.47942554950714111 -0.87758255004882813 0 -0.46740534901618958 -0.85557973384857178 -0.22252093255519867 -0.4319474995136261 -0.79067456722259521 -0.43388372659683228 -0.3748299777507782 -0.68612170219421387 -0.62348979711532593 -0.29891693592071533 -0.54716378450393677 -0.78183150291442871 -0.20801495015621185 -0.38076880574226379 -0.90096884965896606 -0.10668221861124039 -0.19528049230575562 -0.97492790222167969 0.65857702493667603 0.71886074542999268 -0.22252093255519867 0.60861670970916748 0.66432720422744751 -0.43388372659683228 0.52813774347305298 0.57648152112960815 -0.62348979711532593 0.42117580771446228 0.45972868800163269 -0.78183150291442871 0.29309433698654175 0.31992313265800476 -0.90096884965896606 0.15031591057777405 0.16407527029514313 -0.97492790222167969 0.81147462129592896 0.54036414623260498 -0.22252093255519867 0.74991530179977417 0.49937155842781067 -0.43388372659683228 0.65075212717056274 0.43333840370178223 -0.62348979711532593 0.51895749568939209 0.34557583928108215 -0.78183150291442871 0.36114016175270081 0.24048466980457306 -0.90096884965896606 0.18521378934383392 0.12333458662033081 -0.97492790222167969 0.91721224784851074 0.33046355843544006 -0.22252093255519867 0.84763157367706299 0.30539426207542419 -0.43388372659683228 0.73554712533950806 0.26501119136810303 -0.62348979711532593 0.58657926321029663 0.21133936941623688 -0.78183150291442871 0.40819784998893738 0.14707012474536896 -0.90096884965896606 0.20934771001338959 0.075426153838634491 -0.97492790222167969 0.96964478492736816 0.10135763138532639 -0.22252093255519867 0.89608657360076904 0.093668535351753235 -0.43388372659683228 0.77759474515914917 0.081282511353492737 -0.62348979711532593 0.62011110782623291 0.064820639789104462 -0.78183150291442871 0.43153253197669983 0.045108389109373093 -0.90096884965896606 0.22131510078907013 0.023134218528866768 -0.97492790222167969 0.96572518348693848 -0.13363882899284363 -0.22252093255519867 0.892464280128479 -0.12350084632635117 -0.43388372659683228 0.77445143461227417 -0.10717002302408218 -0.62348979711532593 0.61760443449020386 -0.085465237498283386 -0.78183150291442871 0.42978814244270325 -0.059474874287843704 -0.90096884965896606 0.2204204648733139 -0.030502190813422203 -0.97492790222167969 0.9056810736656189 -0.36086869239807129 -0.22252093255519867 0.83697515726089478 -0.33349281549453735 -0.43388372659683228 0.72629982233047485 -0.28939422965049744 -0.62348979711532593 0.57920479774475098 -0.23078419268131256 -0.78183150291442871 0.4030660092830658 -0.16060167551040649 -0.90096884965896606 0.20671579241752625 -0.082365922629833221 -0.97492790222167969 0.79300212860107422 -0.56712615489959717 -0.22252093255519867 0.73284411430358887 -0.52410340309143066 -0.43388372659683228 0.63593828678131104 -0.45479989051818848 -0.62348979711532593 0.50714385509490967 -0.36269080638885498 -0.78183150291442871 0.35291913151741028 -0.25239488482475281 -0.90096884965896606 0.18099755048751831 -0.12944284081459045 -0.97492790222167969 0.63423675298690796 -0.74042433500289917 -0.22252093255519867 0.58612287044525146 -0.68425500392913818 -0.43388372659683228 0.50861835479736328 -0.59377419948577881 -0.62348979711532593 0.4056096076965332 -0.47351914644241333 -0.78183150291442871 0.28226190805435181 -0.3295198380947113 -0.90096884965896606 0.14476040005683899 -0.16899701952934265 -0.97492790222167969 0.43861183524131775 -0.87069171667098999 -0.22252093255519867 0.40533828735351563 -0.80464017391204834 -0.43388372659683228 0.35173937678337097 -0.69824057817459106 -0.62348979711532593 0.2805027961730957 -0.55682826042175293 -0.78183150291442871 0.19520062208175659 -0.38749426603317261 -0.90096884965896606 0.10011028498411179 -0.19872970879077911 -0.97492790222167969 0.21749639511108398 -0.95035767555236816 -0.22252093255519867 0.20099689066410065 -0.87826257944107056 -0.43388372659683228 0.17441855370998383 -0.76212769746780396 -0.62348979711532593 0.13909415900707245 -0.60777658224105835 -0.78183150291442871 0.09679500013589859 -0.42294895648956299 -0.90096884965896606 0.049642130732536316 -0.21691294014453888 -0.97492790222167969 -0.016259144991636276 -0.97479230165481567 -0.22252093255519867 -0.015025709755718708 -0.90084356069564819 -0.43388372659683228 -0.013038822449743748 -0.78172272443771362 -0.62348979711532593 -0.01039811410009861 -0.62340307235717773 -0.78183150291442871 -0.0072360006161034107 -0.43382340669631958 -0.90096884965896606 -0.0037110438570380211 -0.22248998284339905 -0.97492790222167969 -0.24906975030899048 -0.94257557392120361 -0.22252093255519867 -0.23017506301403046 -0.87107080221176147 -0.43388372659683228 -0.19973844289779663 -0.75588691234588623 -0.62348979711532593 -0.15928608179092407 -0.60279971361160278 -0.78183150291442871 -0.11084646731615067 -0.41948559880256653 -0.90096884965896606 -0.056848548352718353 -0.21513672173023224 -0.97492790222167969"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="124 101 100 -1 124 102 101 -1 124 103 102 -1 124 104 103 -1 124 105 104 -1 124 106 105 -1 124 107 106 -1 124 108 107 -1 124 109 108 -1 124 110 109 -1 124 111 110 -1 124 112 111 -1 124 113 112 -1 124 114 113 -1 124 115 114 -1 124 116 115 -1 124 117 116 -1 124 118 117 -1 124 119 118 -1 124 100 99 -1 125 124 99 -1 125 83 82 -1 125 84 83 -1 125 85 84 -1 125 86 85 -1 125 87 86 -1 125 88 87 -1 125 89 88 -1 125 90 89 -1 125 91 90 -1 125 92 91 -1 125 93 92 -1 125 94 93 -1 125 95 94 -1 125 96 95 -1 125 97 96 -1 125 98 97 -1 125 99 98 -1 81 125 82 -1 80 125 81 -1 123 0 1 -1 123 2 0 -1 123 3 2 -1 123 4 3 -1 123 5 4 -1 123 6 5 -1 123 7 6 -1 123 8 7 -1 123 9 8 -1 123 10 9 -1 123 11 10 -1 123 12 11 -1 123 13 12 -1 123 1 119 -1 123 119 124 -1 14 13 123 -1 15 14 123 -1 16 15 123 -1 17 16 123 -1 18 17 123 -1 120 125 80 -1 120 74 73 -1 120 75 74 -1 120 76 75 -1 120 77 76 -1 120 78 77 -1 120 79 78 -1 120 80 79 -1 72 120 73 -1 19 18 123 -1 71 120 72 -1 20 19 123 -1 70 120 71 -1 21 20 123 -1 69 120 70 -1 122 22 21 -1 122 21 123 -1 68 120 69 -1 23 22 122 -1 67 120 68 -1 24 23 122 -1 66 120 67 -1 25 24 122 -1 65 120 66 -1 26 25 122 -1 64 120 65 -1 27 26 122 -1 63 120 64 -1 28 27 122 -1 62 120 63 -1 29 28 122 -1 61 120 62 -1 30 29 122 -1 60 120 61 -1 60 121 120 -1 31 30 122 -1 59 121 60 -1 32 31 122 -1 58 121 59 -1 33 32 122 -1 57 121 58 -1 34 33 122 -1 56 121 57 -1 35 34 122 -1 55 121 56 -1 36 35 122 -1 54 121 55 -1 37 36 122 -1 53 121 54 -1 38 37 122 -1 52 121 53 -1 39 38 122 -1 51 121 52 -1 40 39 122 -1 50 121 51 -1 41 122 121 -1 41 40 122 -1 49 121 50 -1 42 41 121 -1 48 121 49 -1 43 42 121 -1 47 121 48 -1 44 43 121 -1 46 121 47 -1 45 44 121 -1 45 121 46 -1" solid="false">\n\t\t\t\t<Coordinate point="2.7004246711730957 19.816854476928711 7.3499999046325684 1.6937695741653442 19.928152084350586 7.3500018119812012 3.7061624526977539 19.653610229492188 7.3499999046325684 4.7022809982299805 19.439355850219727 7.3499999046325684 5.6861953735351563 19.174650192260742 7.3499999046325684 7.0500288009643555 18.716224670410156 7.3499999046325684 7.9139742851257324 18.367607116699219 7.3499999046325684 8.760746955871582 17.979135513305664 7.3499999046325684 9.5885105133056641 17.551651000976563 7.3499999046325684 9.5927257537841797 17.549348831176758 7.3499999046325684 9.5969400405883789 17.54704475402832 7.3499999046325684 9.6011533737182617 17.54473876953125 7.3499999046325684 10.760829925537109 16.858367919921875 7.350001335144043 11.600459098815918 16.292003631591797 7.3499999046325684 12.415131568908691 15.68006706237793 7.3499999046325684 13.19758129119873 15.027436256408691 7.3499999046325684 13.945778846740723 14.335803031921387 7.3499999046325684 14.940354347229004 13.296082496643066 7.3499999046325684 15.546350479125977 12.582168579101563 7.3499999046325684 16.118265151977539 11.840671539306641 7.3499999046325684 16.65484619140625 11.073216438293457 7.3499999046325684 17.36271858215332 9.9265298843383789 7.3499999046325684 17.842971801757813 9.0348405838012695 7.3499999046325684 18.279947280883789 8.1144046783447266 7.3499999046325684 18.669477462768555 7.1729083061218262 7.3499999046325684 19.010553359985352 6.2127962112426758 7.3499999046325684 19.408023834228516 4.8299679756164551 7.3499999046325684 19.612834930419922 3.9162077903747559 7.3499999046325684 19.774650573730469 2.9938623905181885 7.3499999046325684 19.89311408996582 2.0649535655975342 7.3499999046325684 19.98701286315918 0.72064751386642456 7.3499999046325684 19.997867584228516 -0.29208871722221375 7.3499999046325684 19.957040786743164 -1.3101663589477539 7.3499999046325684 19.864418029785156 -2.3248436450958252 7.3499999046325684 19.720239639282227 -3.3334870338439941 7.3499999046325684 19.429550170898438 -4.7426347732543945 7.3499999046325684 19.186256408691406 -5.646909236907959 7.3499999046325684 18.900899887084961 -6.5388045310974121 7.3499999046325684 18.574108123779297 -7.4163651466369629 7.3499999046325684 18.032522201538086 -8.6503257751464844 7.3499999046325684 17.571491241455078 -9.5521039962768555 7.3499999046325684 17.062217712402344 -10.43459415435791 7.3499999046325684 16.508659362792969 -11.29000186920166 7.3499999046325684 15.912256240844727 -12.116108894348145 7.3499999046325684 15 -13.228756904602051 7.3499999046325684 14.364336013793945 -13.916387557983398 7.3499999046325684 13.697181701660156 -14.57351016998291 7.3499999046325684 13 -15.198683738708496 7.3499999046325684 11.947005271911621 -16.03961181640625 7.350001335144043 11.119708061218262 -16.62384033203125 7.3499999046325684 10.258651733398438 -17.168577194213867 7.3499999046325684 9.3709697723388672 -17.668756484985352 7.3499999046325684 8.4589672088623047 -18.123075485229492 7.3499999046325684 7.1341304779052734 -18.684329986572266 7.3499999046325684 6.2517204284667969 -18.99778938293457 7.3499999046325684 5.3556041717529297 -19.269599914550781 7.3499999046325684 4.4477477073669434 -19.499168395996094 7.3499999046325684 3.1245567798614502 -19.754421234130859 7.3499999046325684 2.1205174922943115 -19.88726806640625 7.3499999046325684 1.104941725730896 -19.969453811645508 7.3499999046325684 0.086498133838176727 -19.999813079833984 7.3499999046325684 -0.93216991424560547 -19.978263854980469 7.3499999046325684 -2.3660819530487061 -19.859548568725586 7.3499999046325684 -3.2930893898010254 -19.727025985717773 7.3499999046325684 -4.2128777503967285 -19.551258087158203 7.3499999046325684 -5.1234302520751953 -19.332626342773438 7.3499999046325684 -6.4136748313903809 -18.943727493286133 7.3500003814697266 -7.3644495010375977 -18.594755172729492 7.3499999046325684 -8.3018913269042969 -18.195566177368164 7.3499999046325684 -9.2177867889404297 -17.749153137207031 7.3499999046325684 -10.109758377075195 -17.256673812866211 7.3499999046325684 -11.324254035949707 -16.485183715820313 7.3499999046325684 -12.083492279052734 -15.937039375305176 7.3499999046325684 -12.816240310668945 -15.35395622253418 7.3499999046325684 -13.520892143249512 -14.737214088439941 7.3499999046325684 -14.482619285583496 -13.793249130249023 7.3499999046325684 -15.162308692932129 -13.042407035827637 7.3499999046325684 -15.806859970092773 -12.253292083740234 7.3499999046325684 -16.41038703918457 -11.432374954223633 7.3499999046325684 -16.971323013305664 -10.581787109375 7.3499999046325684 -17.688175201416016 -9.3342618942260742 7.3499999046325684 -18.105712890625 -8.4960689544677734 7.3499999046325684 -18.483556747436523 -7.6392498016357422 7.3499999046325684 -18.820880889892578 -6.765683650970459 7.3499999046325684 -19.2337646484375 -5.4829120635986328 7.3499999046325684 -19.486667633056641 -4.5022015571594238 7.3499999046325684 -19.690668106079102 -3.5039370059967041 7.3499999046325684 -19.843564987182617 -2.4965784549713135 7.3499999046325684 -19.944961547851563 -1.4827402830123901 7.3499999046325684 -19.999948501586914 -0.044973406940698624 7.3499999046325684 -19.980131149291992 0.89124894142150879 7.3499999046325684 -19.916513442993164 1.8255174160003662 7.3499999046325684 -19.809230804443359 2.7557837963104248 7.3499999046325684 -19.57868766784668 4.083503246307373 7.3499999046325684 -19.346864700317383 5.069404125213623 7.3499999046325684 -19.063581466674805 6.0481276512145996 7.3499999046325684 -18.730823516845703 7.0111541748046875 7.3499999046325684 -18.349449157714844 7.9559841156005859 7.3499999046325684 -17.729976654052734 9.2546176910400391 7.3499999046325684 -17.27734375 10.074392318725586 7.3499999046325684 -16.786836624145508 10.87208080291748 7.3499999046325684 -16.259527206420898 11.645934104919434 7.3499999046325684 -15.438371658325195 12.714427947998047 7.3499999046325684 -14.774928092956543 13.479670524597168 7.3499999046325684 -14.069258689880371 14.214639663696289 7.3499999046325684 -13.32707405090332 14.912715911865234 7.3499999046325684 -12.550300598144531 15.572089195251465 7.3499999046325684 -11.39827823638916 16.434087753295898 7.3499999046325684 -10.616524696350098 16.949613571166992 7.3499999046325684 -9.811497688293457 17.427980422973633 7.3499999046325684 -8.9849605560302734 17.868141174316406 7.3499999046325684 -7.761317253112793 18.432634353637695 7.350001335144043 -6.8182439804077148 18.801902770996094 7.3499999046325684 -5.851844310760498 19.124746322631836 7.3499999046325684 -4.8702564239501953 19.397953033447266 7.3499999046325684 -3.8760290145874023 19.620815277099609 7.3499999046325684 -2.4553730487823486 19.84870719909668 7.3499999046325684 -1.5235880613327026 19.941883087158203 7.3499999046325684 -0.58846300840377808 19.991340637207031 7.3499999046325684 0.34795209765434265 19.996973037719727 7.3499999046325684 -4.9808778762817383 -8.2651891708374023 7.3499999046325684 4.6918606758117676 -8.4326114654541016 7.3499999046325684 9.6483030319213867 -0.18097217381000519 7.3499999046325684 4.9808778762817383 8.2651891708374023 7.3499999046325684 -4.6674251556396484 8.4461612701416016 7.3499999046325684 -9.6483030319213867 0.18097217381000519 7.3499999046325684"></Coordinate>\n\t\t\t\t<Normal vector="0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 3 0 -1 2 3 1 -1" solid="false">\n\t\t\t\t<Coordinate point="-9.6487865447998047 0.15303532779216766 2.2000000476837158 -4.6918606758117676 8.4326114654541016 2.2000000476837158 -4.6674251556396484 8.4461612701416016 7.3499999046325684 -9.6483030319213867 0.18097217381000519 7.3499999046325684"></Coordinate>\n\t\t\t\t<Normal vector="0.8572426438331604 -0.51491266489028931 0 0.8572426438331604 -0.51491266489028931 0 0.8572426438331604 -0.51491266489028931 0 0.8572426438331604 -0.51491266489028931 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 1 0 -1 2 0 3 -1" solid="false">\n\t\t\t\t<Coordinate point="-9.6487865447998047 0.15303532779216766 2.2000000476837158 -4.9808778762817383 -8.2651891708374023 2.2000000476837158 -4.9808778762817383 -8.2651891708374023 7.3499999046325684 -9.6483030319213867 0.18097217381000519 7.3499999046325684"></Coordinate>\n\t\t\t\t<Normal vector="0.87454873323440552 0.48493757843971252 0 0.87454873323440552 0.48493757843971252 0 0.87454873323440552 0.48493757843971252 0 0.87454873323440552 0.48493757843971252 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 0 1 -1 3 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="4.9569258689880371 8.279576301574707 2.2000000476837158 4.9808778762817383 8.2651891708374023 7.3499999046325684 -4.6918606758117676 8.4326114654541016 2.2000000476837158 -4.6674251556396484 8.4461612701416016 7.3499999046325684"></Coordinate>\n\t\t\t\t<Normal vector="-0.01730610616505146 -0.99985021352767944 0 -0.01730610616505146 -0.99985021352767944 0 -0.01730610616505146 -0.99985021352767944 0 -0.01730610616505146 -0.99985021352767944 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 2 0 -1 1 3 0 -1" solid="false">\n\t\t\t\t<Coordinate point="9.6483030319213867 -0.18097217381000519 7.3499999046325684 4.9808778762817383 8.2651891708374023 7.3499999046325684 9.6487865447998047 -0.15303532779216766 2.2000000476837158 4.9569258689880371 8.279576301574707 2.2000000476837158"></Coordinate>\n\t\t\t\t<Normal vector="-0.87454873323440552 -0.48493757843971252 0 -0.87454873323440552 -0.48493757843971252 0 -0.87454873323440552 -0.48493757843971252 0 -0.87454873323440552 -0.48493757843971252 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 1 0 -1 3 1 2 -1" solid="false">\n\t\t\t\t<Coordinate point="9.6487865447998047 -0.15303532779216766 2.2000000476837158 9.6483030319213867 -0.18097217381000519 7.3499999046325684 4.6918606758117676 -8.4326114654541016 2.2000000476837158 4.6918606758117676 -8.4326114654541016 7.3499999046325684"></Coordinate>\n\t\t\t\t<Normal vector="-0.8572426438331604 0.51491266489028931 0 -0.8572426438331604 0.51491266489028931 0 -0.8572426438331604 0.51491266489028931 0 -0.8572426438331604 0.51491266489028931 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 0 1 -1 3 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-4.9808778762817383 -8.2651891708374023 2.2000000476837158 -4.9808778762817383 -8.2651891708374023 7.3499999046325684 4.6918606758117676 -8.4326114654541016 2.2000000476837158 4.6918606758117676 -8.4326114654541016 7.3499999046325684"></Coordinate>\n\t\t\t\t<Normal vector="0.01730610616505146 0.99985021352767944 0 0.01730610616505146 0.99985021352767944 0 0.01730610616505146 0.99985021352767944 0 0.01730610616505146 0.99985021352767944 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="10 0 1 -1 10 1 2 -1 10 2 3 -1 10 3 4 -1 10 5 0 -1 10 4 9 -1 11 6 5 -1 11 7 6 -1 11 8 7 -1 11 9 8 -1 11 10 9 -1 11 5 10 -1" solid="false">\n\t\t\t\t<Coordinate point="-13.248764038085938 -22.938444137573242 5.6648449897766113 -13.169347763061523 -22.992895126342773 5.3841471672058105 -13.080946922302246 -23.128513336181641 5.1358575820922852 -12.987309455871582 -23.344247817993164 4.9342818260192871 -12.901118278503418 -23.615339279174805 4.8107457160949707 -3.6030170917510986 -20.246133804321289 7.801386833190918 -2.7235767841339111 -20.061786651611328 7.5466623306274414 -1.8375024795532227 -19.980951309204102 7.4022049903869629 -0.93216991424560547 -19.978263854980469 7.3499999046325684 -6.5697522163391113 -21.962068557739258 6.2755594253540039 -9.6536731719970703 -22.328449249267578 5.9489340782165527 -5.2149744033813477 -21.021318435668945 6.9231600761413574"></Coordinate>\n\t\t\t\t<Normal vector="0.1822701096534729 -0.97960865497589111 0.084524944424629211 0.10281041264533997 -0.92522311210632324 0.36522901058197021 0.014405474998056889 -0.78955996036529541 0.61350429058074951 -0.079235412180423737 -0.57385003566741943 0.81511831283569336 -0.16537496447563171 -0.30271685123443604 0.93862324953079224 0.316282719373703 -0.94501620531082153 0.083123788237571716 0.22352868318557739 -0.84858518838882446 0.4795185923576355 0.1143205538392067 -0.64290720224380493 0.75736463069915771 -0.016077423468232155 -0.34456920623779297 0.93862324953079224 -0.098859593272209167 -0.33047497272491455 0.93862295150756836 0.059929117560386658 -0.7816731333732605 0.62080240249633789 0.12881629168987274 -0.77694433927536011 0.61624985933303833"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 8 0 -1 9 2 3 -1 9 3 4 -1 9 4 5 -1 9 5 0 -1 9 6 2 -1 9 7 6 -1 9 8 7 -1 9 0 8 -1" solid="false">\n\t\t\t\t<Coordinate point="10.760184288024902 19.696386337280273 6.4518623352050781 5.6861953735351563 19.174650192260742 7.3499999046325684 10.970795631408691 19.003635406494141 7.3068346977233887 10.912590026855469 19.066493988037109 7.0299534797668457 10.855531692504883 19.207431793212891 6.7835731506347656 10.802238464355469 19.425510406494141 6.5807352066040039 8.3435373306274414 18.795560836791992 7.801386833190918 7.4456796646118164 18.827018737792969 7.546694278717041 6.5659847259521484 18.960573196411133 7.4022173881530762 9.5266580581665039 19.117799758911133 7.0320959091186523"></Coordinate>\n\t\t\t\t<Normal vector="0.16537497937679291 0.30271688103675842 0.93862324953079224 0.098073296248912811 0.33070969581604004 0.93862277269363403 -0.045236121863126755 0.99546784162521362 0.083650954067707062 0.012970326468348503 0.93265050649642944 0.36054793000221252 0.070026688277721405 0.7916749119758606 0.60691606998443604 0.12332511693239212 0.57361632585525513 0.80978715419769287 -0.080893315374851227 0.99324923753738403 0.083139568567276001 -0.013898381963372231 0.87745213508605957 0.47946277260780334 0.042848661541938782 0.65162986516952515 0.75732588768005371 0.051989436149597168 0.78630602359771729 0.61564600467681885"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="12 0 1 -1 12 4 5 -1 12 5 6 -1 12 6 7 -1 12 7 0 -1 12 8 4 -1 13 1 2 -1 13 9 8 -1 14 2 3 -1 14 10 9 -1 14 11 10 -1 14 3 11 -1 14 13 2 -1 14 9 13 -1 15 8 12 -1 15 1 13 -1 15 13 8 -1 15 12 1 -1" solid="false">\n\t\t\t\t<Coordinate point="16.242044448852539 29.730863571166992 2.249783992767334 6.3084664344787598 25.738435745239258 4.9611539840698242 0.87426173686981201 22.746143341064453 6.334620475769043 -3.8760290145874023 19.620815277099609 7.3499999046325684 16.676168441772461 29.074056625366211 3.1042244434356689 16.584091186523438 29.120784759521484 2.8203392028808594 16.476055145263672 29.250503540039063 2.5702924728393555 16.356599807739258 29.462116241455078 2.3694250583648682 6.9328999519348145 25.229576110839844 5.7826504707336426 -1.3468968868255615 20.520076751708984 7.801386833190918 -2.1566073894500732 20.130647659301758 7.5466761589050293 -2.9975965023040771 19.840097427368164 7.4022111892700195 6.7360630035400391 25.387704849243164 5.2392730712890625 2.2930977344512939 23.016767501831055 6.3857030868530273 -0.22069650888442993 21.499607086181641 6.9807252883911133 6.6572990417480469 25.349050521850586 5.2603049278259277"></Coordinate>\n\t\t\t\t<Normal vector="0.16537497937679291 0.30271688103675842 0.93862324953079224 0.082115024328231812 0.33502769470214844 0.93862324953079224 0.013248688541352749 0.3446897566318512 0.93862318992614746 -0.066850654780864716 0.33840417861938477 0.93862324953079224 -0.26874849200248718 0.95952463150024414 0.084182776510715485 -0.17668187618255615 0.91284960508346558 0.36808845400810242 -0.0686359703540802 0.78308224678039551 0.61811912059783936 0.050822503864765167 0.57149630784988403 0.81902933120727539 -0.41783225536346436 0.90458583831787109 0.08450249582529068 -0.53322780132293701 0.84187835454940796 0.083119899034500122 -0.42013424634933472 0.77043825387954712 0.47949156165122986 -0.264870285987854 0.59688025712966919 0.75734913349151611 -0.20345456898212433 0.75504529476165771 0.62330800294876099 -0.27311661839485168 0.73642873764038086 0.61893457174301147 -0.31538918614387512 0.72191035747528076 0.61593431234359741 -0.20464527606964111 0.75477474927902222 0.62324583530426025"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-16.573566436767578 -14.005535125732422 8.0888767242431641 -31.211503982543945 -8.3104047775268555 16.461965560913086 -30.4542236328125 -9.3434171676635742 16.834228515625 -30.60740852355957 -8.9717435836791992 16.800704956054688 -30.79931640625 -8.6733160018920898 16.715099334716797 -30.988500595092773 -8.4694356918334961 16.607864379882813 -16.360784530639648 -14.557503700256348 8.8697471618652344 -23.44584846496582 -12.393260955810547 12.565854072570801 -16.466991424560547 -14.081933975219727 8.3653573989868164 -16.414215087890625 -14.179890632629395 8.5367155075073242 -16.372707366943359 -14.348306655883789 8.7238540649414063 -19.933708190917969 -13.179242134094238 10.290548324584961 -27.295768737792969 -10.402069091796875 14.525918006896973"></Coordinate>\n\t\t\t\t<Normal vector="0.25392290949821472 0.96722447872161865 -1.5941493813897978E-7 0.47296243906021118 0.88108259439468384 -3.3323672710139363E-7 0.59721994400024414 0.18322809040546417 0.78086864948272705 0.63904017210006714 0.45273461937904358 0.6218191385269165 0.6226578950881958 0.65824747085571289 0.42309266328811646 0.56932520866394043 0.78983289003372192 0.2281070202589035 0.46669360995292664 0.41526001691818237 0.78086888790130615 0.55228519439697266 0.29193302989006042 0.78086888790130615 0.36051070690155029 0.89083695411682129 0.27648061513900757 0.41327977180480957 0.79286962747573853 0.44783660769462585 0.45479261875152588 0.62446367740631104 0.6349872350692749 0.47408321499824524 0.75558739900588989 0.45203182101249695 0.58353590965270996 0.67022258043289185 0.45857119560241699"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 14 15 -1 13 16 17 -1 13 17 18 -1 13 14 16 -1 6 5 13 -1 6 18 19 -1 6 13 18 -1 7 6 19 -1 8 19 20 -1 8 7 19 -1 9 20 21 -1 9 8 20 -1 10 9 21 -1 11 21 22 -1 11 10 21 -1 1 22 0 -1 12 11 22 -1 2 22 1 -1 2 12 22 -1 3 12 2 -1 4 12 3 -1" solid="false">\n\t\t\t\t<Coordinate point="-16.573566436767578 -14.005535125732422 8.0888767242431641 -16.466991424560547 -14.081933975219727 8.3653573989868164 -16.414215087890625 -14.179890632629395 8.5367155075073242 -16.372707366943359 -14.348306655883789 8.7238540649414063 -16.360784530639648 -14.557503700256348 8.8697471618652344 -14.482619285583496 -13.793249130249023 7.3499999046325684 -14.500453948974609 -14.066015243530273 7.5115046501159668 -14.596597671508789 -14.290960311889648 7.6921844482421875 -14.773444175720215 -14.469204902648926 7.8930368423461914 -15.022151947021484 -14.590854644775391 8.1034231185913086 -15.237703323364258 -14.642438888549805 8.2561149597167969 -15.476469993591309 -14.664876937866211 8.4067001342773438 -15.924602508544922 -14.640978813171387 8.6557435989379883 -14.806848526000977 -13.514142990112305 7.3327951431274414 -15.265069007873535 -13.225421905517578 7.2774629592895508 -16.027290344238281 -12.828803062438965 7.1554818153381348 -15.285384178161621 -13.435159683227539 7.3120465278625488 -15.0836181640625 -13.674093246459961 7.4084482192993164 -15.010721206665039 -13.809402465820313 7.4767427444458008 -15.053779602050781 -14.064845085144043 7.6610188484191895 -15.245864868164063 -14.148712158203125 7.7746992111206055 -15.561860084533691 -14.171940803527832 7.8853073120117188 -16.069076538085938 -14.116995811462402 8.0040559768676758"></Coordinate>\n\t\t\t\t<Normal vector="0.25392234325408936 0.9672245979309082 -1.2180066732980777E-7 0.36047801375389099 0.89084690809249878 0.27649113535881042 0.41324800252914429 0.79287981986999512 0.44784784317016602 0.45478659868240356 0.62446755170822144 0.63498777151107788 0.46669623255729675 0.41525718569755554 0.78086882829666138 0.45236203074455261 0.43083009123802185 0.78086745738983154 0.44839179515838623 0.43495479226112366 0.78087073564529419 0.44637635350227356 0.43702703714370728 0.78086841106414795 0.44630399346351624 0.4371103048324585 0.78086322546005249 0.44811299443244934 0.43524426221847534 0.78086948394775391 0.45043841004371643 0.43283733725547791 0.78086942434310913 0.45345523953437805 0.42967373132705688 0.78087055683135986 0.45987662672996521 0.4227968156337738 0.78086894750595093 0.19653095304965973 0.38502714037895203 0.9017370343208313 -0.041594095528125763 0.17353327572345734 0.98394924402236938 -0.26930254697799683 -0.21555358171463013 0.93862283229827881 -0.16895000636577606 0.17549087107181549 0.96987569332122803 -0.11535826325416565 0.35117751359939575 0.92917537689208984 -0.078879334032535553 0.45971548557281494 0.88455623388290405 0.017326315864920616 0.70222145318984985 0.71174770593643188 0.077156208455562592 0.81838452816009521 0.56946784257888794 0.13693627715110779 0.90486454963684082 0.40307390689849854 0.20391489565372467 0.96097159385681152 0.18695530295372009"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="18 1 2 -1 18 2 3 -1 18 3 4 -1 18 4 5 -1 18 5 6 -1 19 6 7 -1 19 1 18 -1 19 18 6 -1 20 0 1 -1 20 1 19 -1 20 19 7 -1 21 7 8 -1 21 20 7 -1 21 0 20 -1 22 15 16 -1 22 16 17 -1 22 17 0 -1 22 0 21 -1 23 8 9 -1 23 22 21 -1 23 21 8 -1 24 9 10 -1 24 10 11 -1 24 11 12 -1 24 23 9 -1 24 22 23 -1 25 12 13 -1 25 13 14 -1 25 14 15 -1 25 15 22 -1 25 22 24 -1 25 24 12 -1" solid="false">\n\t\t\t\t<Coordinate point="-8.1664667129516602 -20.103404998779297 8.0888767242431641 -7.2865586280822754 -19.824314117431641 7.9134306907653809 -6.965336799621582 -19.645248413085938 7.7962980270385742 -6.8107333183288574 -19.486324310302734 7.6870861053466797 -6.8079338073730469 -19.279878616333008 7.5357670783996582 -6.9606285095214844 -19.140737533569336 7.4270954132080078 -7.2146563529968262 -19.025308609008789 7.3331966400146484 -7.5730428695678711 -18.923484802246094 7.2488174438476563 -8.2296123504638672 -18.807594299316406 7.1554827690124512 -10.556084632873535 -19.322782516479492 6.608314037322998 -10.50296688079834 -19.552116394042969 6.573798656463623 -10.462234497070313 -19.785564422607422 6.5944123268127441 -10.431675910949707 -20.070541381835938 6.6996726989746094 -10.428457260131836 -20.321208953857422 6.8911466598510742 -10.440126419067383 -20.43684196472168 7.0344462394714355 -10.461381912231445 -20.524837493896484 7.1952176094055176 -10.491517066955566 -20.582164764404297 7.3680238723754883 -10.529485702514648 -20.606899261474609 7.5469374656677246 -7.2106924057006836 -19.499027252197266 7.526160717010498 -7.3773436546325684 -19.463203430175781 7.4370555877685547 -7.7738385200500488 -19.707132339477539 7.4636507034301758 -8.0774860382080078 -19.673763275146484 7.3110694885253906 -9.2529668807983398 -20.205127716064453 7.3325705528259277 -8.6732320785522461 -19.575357437133789 7.055823802947998 -9.8488225936889648 -19.833309173583984 6.7849745750427246 -9.8385820388793945 -19.941152572631836 6.8350205421447754"></Coordinate>\n\t\t\t\t<Normal vector="-0.22465533018112183 0.97443830966949463 0 -0.29347005486488342 0.88728642463684082 0.35580629110336304 -0.31068727374076843 0.78273588418960571 0.53925687074661255 -0.31236815452575684 0.66176027059555054 0.68154197931289673 -0.29564648866653442 0.46025294065475464 0.83711433410644531 -0.27074441313743591 0.28925991058349609 0.91816455125808716 -0.23958757519721985 0.11894196271896362 0.96356141567230225 -0.2014065682888031 -0.060434896498918533 0.97764158248901367 -0.13827766478061676 -0.31601527333259583 0.93862324953079224 -0.16537579894065857 -0.30271711945533752 0.93862301111221313 -0.21847465634346008 -0.073408715426921844 0.97307759523391724 -0.25920596718788147 0.16002540290355682 0.95247262716293335 -0.28979957103729248 0.44507181644439697 0.84730589389801025 -0.29301273822784424 0.6957358717918396 0.65581643581390381 -0.28131967782974243 0.81132829189300537 0.51245057582855225 -0.26005187630653381 0.89927935600280762 0.3516668975353241 -0.22992545366287231 0.95662796497344971 0.17887768149375916 -0.19197031855583191 0.98140072822570801 6.675140298284532E-7 -0.30639585852622986 0.57730424404144287 0.7568628191947937 -0.29977992177009583 0.50269031524658203 0.81082332134246826 -0.30786415934562683 0.6502118706703186 0.69458204507827759 -0.30201733112335205 0.54747116565704346 0.78042352199554443 -0.28961792588233948 0.82064586877822876 0.49260717630386353 -0.2783491313457489 0.31951543688774109 0.90577679872512817 -0.27986025810241699 0.32637867331504822 0.90285944938659668 -0.29010185599327087 0.43423819541931152 0.85280603170394897"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-8.1664667129516602 -20.103404998779297 8.0888767242431641 -23.774375915527344 -21.86320686340332 16.461965560913086 -22.623773574829102 -22.425968170166016 16.834228515625 -22.932138442993164 -22.168056488037109 16.800704956054688 -23.240749359130859 -21.992996215820313 16.715099334716797 -23.503011703491211 -21.900386810302734 16.607864379882813 -7.7215452194213867 -20.493265151977539 8.8697471618652344 -15.000831604003906 -21.869516372680664 12.565854072570801 -8.036595344543457 -20.121524810791016 8.3653573989868164 -7.9443411827087402 -20.183734893798828 8.5367155075073242 -7.8293213844299316 -20.313570022583008 8.7238540649414063 -11.525722503662109 -20.933294296264648 10.290548324584961 -19.335121154785156 -21.895551681518555 14.525918006896973"></Coordinate>\n\t\t\t\t<Normal vector="-0.22465404868125916 0.97443860769271851 -1.5942340780839004E-7 0.0093279480934143066 0.99995648860931396 -3.3327154369544587E-7 0.44366163015365601 0.43978235125541687 0.78086864948272705 0.35544571280479431 0.69785338640213013 0.6218191385269165 0.24543334543704987 0.87221276760101318 0.42309266328811646 0.1370587944984436 0.96394091844558716 0.2281070202589035 0.22025571763515472 0.58457779884338379 0.78086888790130615 0.35335618257522583 0.51515358686447144 0.78086888790130615 -0.09477619081735611 0.95633465051651001 0.27648061513900757 -0.002523814095184207 0.89411187171936035 0.44783660769462585 0.11249613016843796 0.76428776979446411 0.6349872350692749 0.068640865385532379 0.88935685157775879 0.45203182101249695 0.20522738993167877 0.86463528871536255 0.45857119560241699"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 21 -1 13 21 22 -1 13 22 23 -1 13 23 12 -1 13 1 21 -1 14 2 1 -1 14 1 13 -1 15 2 14 -1 16 3 2 -1 16 2 15 -1 17 3 16 -1 18 4 3 -1 18 3 17 -1 19 4 18 -1 20 4 19 -1 10 5 4 -1 10 6 5 -1 10 4 20 -1 9 10 20 -1 11 7 6 -1 11 6 10 -1 8 7 11 -1" solid="false">\n\t\t\t\t<Coordinate point="-8.1664667129516602 -20.103404998779297 8.0888767242431641 -7.2865586280822754 -19.824314117431641 7.9134306907653809 -6.965336799621582 -19.645248413085938 7.7962980270385742 -6.8107333183288574 -19.486324310302734 7.6870861053466797 -6.8079338073730469 -19.279878616333008 7.5357670783996582 -6.9606285095214844 -19.140737533569336 7.4270954132080078 -7.2146563529968262 -19.025308609008789 7.3331966400146484 -7.5730428695678711 -18.923484802246094 7.2488174438476563 -8.2296123504638672 -18.807594299316406 7.1554827690124512 -6.4136748313903809 -18.943727493286133 7.3500003814697266 -6.8308720588684082 -18.846931457519531 7.3328690528869629 -7.3695645332336426 -18.804599761962891 7.2775592803955078 -7.7215452194213867 -20.493265151977539 8.8697471618652344 -7.0708613395690918 -20.270965576171875 8.5250349044799805 -6.6286096572875977 -20.000110626220703 8.2059612274169922 -6.4273085594177246 -19.790390014648438 7.9963421821594238 -6.3530426025390625 -19.669502258300781 7.8860306739807129 -6.3042898178100586 -19.544794082641602 7.7791070938110352 -6.2797889709472656 -19.38532829284668 7.6516904830932617 -6.2958784103393555 -19.22174072265625 7.5312414169311523 -6.3404817581176758 -19.083524703979492 7.437413215637207 -8.036595344543457 -20.121524810791016 8.3653573989868164 -7.9443411827087402 -20.183734893798828 8.5367155075073242 -7.8293213844299316 -20.313570022583008 8.7238540649414063"></Coordinate>\n\t\t\t\t<Normal vector="-0.22465437650680542 0.97443848848342896 -9.5564109869883396E-6 -0.29347473382949829 0.88728910684585571 0.35579580068588257 -0.31073012948036194 0.78272724151611328 0.53924471139907837 -0.3122374415397644 0.66184508800506592 0.68151956796646118 -0.29570287466049194 0.46036523580551147 0.83703267574310303 -0.27074059844017029 0.28926992416381836 0.91816252470016479 -0.23957100510597229 0.11894099414348602 0.9635656476020813 -0.2013176828622818 -0.060518275946378708 0.97765469551086426 -0.13828317821025848 -0.31601303815841675 0.93862318992614746 0.20032811164855957 0.59170562028884888 0.78086692094802856 -0.0049465261399745941 0.43214216828346252 0.90179193019866943 -0.11734440177679062 0.13474707305431366 0.98390728235244751 0.22025522589683533 0.58458495140075684 0.78086364269256592 0.20574311912059784 0.5898398756980896 0.78087049722671509 0.19652967154979706 0.59297573566436768 0.78086864948272705 0.19296179711818695 0.59414535760879517 0.78086942434310913 0.19200360774993896 0.59445673227310181 0.78086858987808228 0.1917681097984314 0.59453487396240234 0.78086698055267334 0.19251744449138641 0.594288170337677 0.78087043762207031 0.19444774091243744 0.59365904331207275 0.78087067604064941 0.19696690142154694 0.5928310751914978 0.7808682918548584 -0.094811536371707916 0.95632892847061157 0.27648824453353882 -0.0025586646515876055 0.8941076397895813 0.44784480333328247 0.11248687654733658 0.76429116725921631 0.63498479127883911"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 5 6 -1 23 10 11 -1 23 22 21 -1 24 2 3 -1 24 3 4 -1 24 6 7 -1 24 7 8 -1 24 4 6 -1 25 1 2 -1 25 2 24 -1 25 24 8 -1 26 8 9 -1 26 1 25 -1 26 25 8 -1 27 0 1 -1 27 1 26 -1 27 26 9 -1 28 9 10 -1 28 21 0 -1 28 0 27 -1 28 27 9 -1 29 23 21 -1 29 28 10 -1 29 21 28 -1 29 10 23 -1 30 22 23 -1 30 23 11 -1 31 20 22 -1 32 11 12 -1 33 12 13 -1 33 13 14 -1 33 32 12 -1 33 31 32 -1 34 31 33 -1 35 31 22 -1 35 32 31 -1 35 22 30 -1 36 14 15 -1 36 15 16 -1 36 16 17 -1 36 17 18 -1 36 18 19 -1 36 19 20 -1 36 33 14 -1 36 20 31 -1 36 34 33 -1 36 31 34 -1 37 30 11 -1 37 11 32 -1 37 35 30 -1 37 32 35 -1" solid="false">\n\t\t\t\t<Coordinate point="2.1114706993103027 -21.595829010009766 8.0888767242431641 2.5235002040863037 -21.209123611450195 7.9945282936096191 2.8221549987792969 -20.859085083007813 7.8857827186584473 2.9769752025604248 -20.59980583190918 7.7818074226379395 3.023526668548584 -20.438947677612305 7.6987338066101074 2.9354114532470703 -20.237607955932617 7.5386495590209961 2.7371971607208252 -20.183305740356445 7.4292864799499512 2.4575099945068359 -20.198282241821289 7.3343896865844727 2.0911097526550293 -20.274646759033203 7.2493219375610352 1.4533622264862061 -20.477788925170898 7.1554827690124512 -6.0403757095336914 -26.166152954101563 4.8310432434082031 -11.514734268188477 -29.346061706542969 3.1148240566253662 -17.48321533203125 -32.002811431884766 1.2983740568161011 -17.395572662353516 -32.216838836669922 1.2735530138015747 -17.32164192199707 -32.435634613037109 1.3008975982666016 -17.253063201904297 -32.704929351806641 1.4099915027618408 -17.219236373901367 -32.945598602294922 1.5999016761779785 -17.218294143676758 -33.059150695800781 1.7400529384613037 -17.231365203857422 -33.148170471191406 1.8963956832885742 -17.25804328918457 -33.209728240966797 2.0638728141784668 -17.297439575195313 -33.241847991943359 2.2369973659515381 -5.5900473594665527 -27.3516845703125 5.7657499313354492 -11.196146011352539 -30.56294059753418 4.0513272285461426 -5.6897530555725098 -26.959796905517578 4.9851803779602051 2.5351545810699463 -20.614295959472656 7.4332036972045898 2.4283089637756348 -20.823192596435547 7.4499273300170898 2.1370289325714111 -20.92988395690918 7.3087496757507324 1.990593433380127 -21.174047470092773 7.3110690116882324 -1.6039413213729858 -24.092761993408203 6.2442450523376465 -5.6225409507751465 -26.916280746459961 5.0059919357299805 -11.178772926330566 -30.128982543945313 3.2962539196014404 -14.123134613037109 -31.805412292480469 2.676891565322876 -12.711426734924316 -30.640447616577148 2.7223632335662842 -15.729825019836426 -31.982973098754883 1.8143613338470459 -15.703813552856445 -32.084453582763672 1.8653641939163208 -11.873298645019531 -30.718517303466797 3.3011009693145752 -16.435287475585938 -32.768943786621094 1.9882814884185791 -11.619663238525391 -30.072425842285156 3.0460071563720703"></Coordinate>\n\t\t\t\t<Normal vector="-0.65176838636398315 0.75841808319091797 1.7997106169787003E-6 -0.67588967084884644 0.7076190710067749 0.20603008568286896 -0.66701418161392212 0.62709653377532959 0.40229600667953491 -0.63281124830245972 0.53512328863143921 0.55963647365570068 -0.59093946218490601 0.45291844010353088 0.66757428646087646 -0.47810089588165283 0.27365899085998535 0.83458387851715088 -0.37643018364906311 0.13331152498722076 0.91680335998535156 -0.26890808343887329 -0.0041758213192224503 0.96315681934356689 -0.15101794898509979 -0.14620828628540039 0.97765880823135376 0.024424823001027107 -0.34408071637153625 0.93862235546112061 -0.077587209641933441 -0.33610722422599792 0.93862247467041016 -0.12599566578865051 -0.32111015915870667 0.93862313032150269 -0.16537658870220184 -0.30271387100219727 0.93862396478652954 -0.25299683213233948 -0.088704675436019897 0.96339195966720581 -0.32692486047744751 0.13007843494415283 0.93605542182922363 -0.39554819464683533 0.39943069219589233 0.82704097032546997 -0.42937114834785461 0.64009499549865723 0.63711756467819214 -0.43028363585472107 0.75361603498458862 0.49690932035446167 -0.41719537973403931 0.84259653091430664 0.34055700898170471 -0.39052784442901611 0.90417176485061646 0.17309381067752838 -0.35115081071853638 0.93631893396377563 2.6061795210807759E-7 -0.54043722152709961 0.84138435125350952 1.2781159739461145E-6 -0.45148435235023499 0.89227902889251709 2.8305335035838652E-6 -0.50132036209106445 0.41062694787979126 0.761618971824646 -0.48729211091995239 0.28790438175201416 0.82441341876983643 -0.53436261415481567 0.36196824908256531 0.76382952928543091 -0.47360023856163025 0.26821619272232056 0.83890575170516968 -0.52184456586837769 0.34440428018569946 0.78042548894882202 -0.51787823438644409 0.37363439798355103 0.76954495906829834 -0.5016750693321228 0.4100075364112854 0.76171910762786865 -0.46529129147529602 0.46012598276138306 0.75616669654846191 -0.47054710984230042 0.74299871921539307 0.47596040368080139 -0.39133739471435547 0.25787961483001709 0.88337600231170654 -0.37837037444114685 0.27961638569831848 0.88241177797317505 -0.40438500046730042 0.38110879063606262 0.8314017653465271 -0.49818629026412964 0.68767297267913818 0.52812528610229492 -0.43993964791297913 0.75959831476211548 0.47902345657348633 -0.38543674349784851 0.22235570847988129 0.89554256200790405"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1" solid="false">\n\t\t\t\t<Coordinate point="2.1114706993103027 -21.595829010009766 8.0888767242431641 -10.890826225280762 -30.407411575317383 16.461965560913086 -9.6104888916015625 -30.371000289916992 16.834228515625 -10.003381729125977 -30.28593635559082 16.80070686340332 -10.358000755310059 -30.274345397949219 16.71510124206543 -10.633265495300293 -30.314224243164063 16.607866287231445 2.6866061687469482 -21.73426628112793 8.8697471618652344 -3.1193053722381592 -26.335727691650391 12.565853118896484 2.234886646270752 -21.551519393920898 8.3653573989868164 2.3454833030700684 -21.563730239868164 8.5367155075073242 2.5076663494110107 -21.625242233276367 8.7238540649414063 -0.47733351588249207 -23.891782760620117 10.290547370910645 -6.9450311660766602 -28.373027801513672 14.525919914245605"></Coordinate>\n\t\t\t\t<Normal vector="-0.65176546573638916 0.75842058658599854 -1.4743370968517411E-7 -0.45644345879554749 0.88975244760513306 -3.5106998552691948E-7 0.18846581876277924 0.59558779001235962 0.78086864948272705 -0.0095727331936359406 0.78309905529022217 0.62182331085205078 -0.18801382184028625 0.88636332750320435 0.42309674620628357 -0.32660520076751709 0.91722166538238525 0.22810846567153931 -0.076640307903289795 0.61997586488723755 0.78086882829666138 0.073477551341056824 0.62035864591598511 0.78086888790130615 -0.5283510684967041 0.80274754762649536 0.27648058533668518 -0.41774934530258179 0.79052382707595825 0.44783657789230347 -0.25557202100753784 0.72902274131774902 0.6349872350692749 -0.35252624750137329 0.81938546895980835 0.45203176140785217 -0.22009620070457458 0.86097043752670288 0.45857119560241699"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 22 -1 1 22 23 -1 14 2 1 -1 14 23 24 -1 14 24 13 -1 14 1 23 -1 15 3 2 -1 15 2 14 -1 16 3 15 -1 17 4 3 -1 17 3 16 -1 18 4 17 -1 19 5 4 -1 19 4 18 -1 20 5 19 -1 21 5 20 -1 11 6 5 -1 11 7 6 -1 11 5 21 -1 10 11 21 -1 12 8 7 -1 12 7 11 -1 9 8 12 -1" solid="false">\n\t\t\t\t<Coordinate point="2.1114706993103027 -21.595829010009766 8.0888767242431641 2.5235002040863037 -21.209123611450195 7.9945282936096191 2.8221549987792969 -20.859085083007813 7.8857827186584473 2.9769752025604248 -20.59980583190918 7.7818074226379395 3.023526668548584 -20.438947677612305 7.6987338066101074 2.9354114532470703 -20.237607955932617 7.5386495590209961 2.7371971607208252 -20.183305740356445 7.4292864799499512 2.4575099945068359 -20.198282241821289 7.3343896865844727 2.0911097526550293 -20.274646759033203 7.2493219375610352 1.4533622264862061 -20.477788925170898 7.1554827690124512 3.1245567798614502 -19.754421234130859 7.3499999046325684 2.7101333141326904 -19.862625122070313 7.3328580856323242 2.2131624221801758 -20.075599670410156 7.2775206565856934 2.6866061687469482 -21.73426628112793 8.8697471618652344 3.1597530841827393 -21.234642028808594 8.524754524230957 3.4250648021697998 -20.789932250976563 8.206141471862793 3.5059607028961182 -20.51036262512207 7.996281623840332 3.5155260562896729 -20.368640899658203 7.885836124420166 3.5006637573242188 -20.235420227050781 7.7787914276123047 3.4481649398803711 -20.082878112792969 7.6513981819152832 3.3579041957855225 -19.945657730102539 7.5310707092285156 3.2542450428009033 -19.8441162109375 7.4373421669006348 2.234886646270752 -21.551519393920898 8.3653573989868164 2.3454833030700684 -21.563730239868164 8.5367155075073242 2.5076663494110107 -21.625242233276367 8.7238540649414063"></Coordinate>\n\t\t\t\t<Normal vector="-0.6517646312713623 0.75842130184173584 -7.7351696745608933E-6 -0.67586761713027954 0.70764851570129395 0.20600131154060364 -0.66699099540710449 0.62713867425918579 0.4022686779499054 -0.63280588388442993 0.53510057926177979 0.55966424942016602 -0.59089815616607666 0.45272552967071533 0.66774165630340576 -0.47821569442749023 0.27376988530158997 0.83448177576065063 -0.37581095099449158 0.13320012390613556 0.91707354784011841 -0.26906502246856689 -0.0041561108082532883 0.96311306953430176 -0.15079429745674133 -0.14632928371429443 0.97767519950866699 0.024420209228992462 -0.34407851099967957 0.93862324953079224 -0.097784772515296936 0.61683911085128784 0.78099143505096436 -0.20508335530757904 0.38027852773666382 0.90184760093688965 -0.16638867557048798 0.064584657549858093 0.98394292593002319 -0.076640352606773376 0.61997956037521362 0.78086590766906738 -0.092061959207057953 0.61794531345367432 0.78081250190734863 -0.10173536837100983 0.6164279580116272 0.78081142902374268 -0.10546661913394928 0.61577105522155762 0.78083467483520508 -0.10646481066942215 0.61557638645172119 0.78085273504257202 -0.10670348256826401 0.61550939083099365 0.78087294101715088 -0.10591747611761093 0.61560755968093872 0.78090256452560425 -0.1039138063788414 0.61591249704360962 0.78093129396438599 -0.10128959268331528 0.61630868911743164 0.78096354007720947 -0.52837783098220825 0.80272644758224487 0.276490718126297 -0.41777577996253967 0.79050362110137939 0.44784751534461975 -0.2555786669254303 0.72902017831802368 0.634987473487854"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1" solid="false">\n\t\t\t\t<Coordinate point="11.905696868896484 -18.140905380249023 8.0888757705688477 4.4876813888549805 -31.985645294189453 16.461965560913086 5.6044425964355469 -31.358402252197266 16.834228515625 5.2170138359069824 -31.465671539306641 16.800704956054688 4.8976302146911621 -31.620208740234375 16.715099334716797 4.6724328994750977 -31.783437728881836 16.607864379882813 12.479289054870605 -17.996208190917969 8.8697471618652344 9.4768152236938477 -24.768743515014648 12.565853118896484 11.994384765625 -18.044317245483398 8.3653564453125 12.097988128662109 -18.003732681274414 8.5367145538330078 12.270179748535156 -17.982828140258789 8.7238540649414063 10.680407524108887 -21.376949310302734 10.290547370910645 7.0360851287841797 -28.350582122802734 14.525918006896973"></Coordinate>\n\t\t\t\t<Normal vector="-0.92956531047821045 0.36865752935409546 -1.5933673580548202E-7 -0.81764918565750122 0.57571679353713989 -3.3334566751364036E-7 -0.10990525037050247 0.61495119333267212 0.78086864948272705 -0.37240588665008545 0.68895196914672852 0.6218191385269165 -0.57839500904083252 0.69746100902557373 0.42309266328811646 -0.71544957160949707 0.66037803888320923 0.2281070202589035 -0.35597863793373108 0.51334494352340698 0.78086888790130615 -0.2232338935136795 0.58344703912734985 0.78086888790130615 -0.84088701009750366 0.46526071429252625 0.27648061513900757 -0.73727333545684814 0.5058363676071167 0.44783660769462585 -0.56509143114089966 0.52674740552902222 0.6349872350692749 -0.69293391704559326 0.56170260906219482 0.45203182101249695 -0.59499841928482056 0.66006767749786377 0.45857119560241699"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="12 10 11 -1 9 12 13 -1 9 13 14 -1 9 10 12 -1 1 0 9 -1 1 14 15 -1 1 9 14 -1 2 1 15 -1 3 15 16 -1 3 2 15 -1 4 16 17 -1 4 3 16 -1 5 4 17 -1 6 17 18 -1 6 5 17 -1 20 18 19 -1 7 6 18 -1 21 18 20 -1 21 7 18 -1 22 7 21 -1 8 7 22 -1" solid="false">\n\t\t\t\t<Coordinate point="11.947005271911621 -16.03961181640625 7.350001335144043 12.215435981750488 -16.090126037597656 7.5113668441772461 12.426633834838867 -16.212141036987305 7.6914515495300293 12.582569122314453 -16.409040451049805 7.8923606872558594 12.673376083374023 -16.669445037841797 8.1020231246948242 12.698763847351074 -16.885984420776367 8.2524509429931641 12.692610740661621 -17.129852294921875 8.4058465957641602 12.614869117736816 -17.572805404663086 8.6555080413818359 12.479289054870605 -17.996208190917969 8.8697471618652344 11.626866340637207 -16.331153869628906 7.3326725959777832 11.289207458496094 -16.747512817382813 7.2775454521179199 10.803413391113281 -17.456762313842773 7.1554808616638184 11.495427131652832 -16.792850494384766 7.3122587203979492 11.757122039794922 -16.621435165405273 7.4088139533996582 11.900196075439453 -16.56561279296875 7.4771785736083984 12.147479057312012 -16.638925552368164 7.660675048828125 12.207712173461914 -16.838380813598633 7.7739300727844238 12.193063735961914 -17.155139923095703 7.8848733901977539 12.077393531799316 -17.652790069580078 8.0039072036743164 11.905696868896484 -18.140905380249023 8.0888757705688477 11.994384765625 -18.044317245483398 8.3653564453125 12.097988128662109 -18.003732681274414 8.5367145538330078 12.270179748535156 -17.982828140258789 8.7238540649414063"></Coordinate>\n\t\t\t\t<Normal vector="-0.37326812744140625 0.50068002939224243 0.78101885318756104 -0.37788078188896179 0.49729883670806885 0.78096091747283936 -0.38021939992904663 0.49560779333114624 0.78090083599090576 -0.38035604357719421 0.49558964371681213 0.78084582090377808 -0.37831562757492065 0.49720540642738342 0.78080987930297852 -0.37568902969360352 0.49921292066574097 0.78079718351364136 -0.37210342288017273 0.50190228223800659 0.78079009056091309 -0.36440718173980713 0.50747716426849365 0.78081643581390381 -0.35600486397743225 0.51335102319717407 0.78085291385650635 -0.35721451044082642 0.23904687166213989 0.90291440486907959 -0.17747518420219421 -0.02013285830616951 0.98391932249069214 0.18153126537799835 -0.29331499338150024 0.93862277269363403 -0.19520585238933563 -0.14650164544582367 0.96975868940353394 -0.36274823546409607 -0.071862772107124329 0.92911219596862793 -0.46681442856788635 -0.022315789014101028 0.88407367467880249 -0.69446814060211182 0.10129185765981674 0.71235799789428711 -0.80250436067581177 0.17481935024261475 0.57046031951904297 -0.88151997327804565 0.24468702077865601 0.40379548072814941 -0.92935913801193237 0.3181006908416748 0.18735933303833008 -0.92957073450088501 0.36864373087882996 -0.000016172218238352798 -0.84091168642044067 0.46521776914596558 0.27647769451141357 -0.73730218410491943 0.50579768419265747 0.44783273339271545 -0.56511604785919189 0.52673888206481934 0.63497245311737061"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1" solid="false">\n\t\t\t\t<Coordinate point="18.972471237182617 -10.530121803283691 8.0888767242431641 18.838115692138672 -26.236352920532227 16.461965560913086 19.535463333129883 -25.161972045898438 16.834228515625 19.24226188659668 -25.437000274658203 16.800704956054688 19.031280517578125 -25.722261428833008 16.715099334716797 18.907733917236328 -25.97144889831543 16.607864379882813 19.413116455078125 -10.135436058044434 8.8697471618652344 19.901912689208984 -17.527538299560547 12.565854072570801 19.006113052368164 -10.40338134765625 8.3653573989868164 19.078989028930664 -10.31929874420166 8.5367155075073242 19.22174072265625 -10.220767021179199 8.7238540649414063 19.391395568847656 -13.964917182922363 10.290548324584961 19.405317306518555 -21.833362579345703 14.525918006896973"></Coordinate>\n\t\t\t\t<Normal vector="-0.99441289901733398 -0.10556047409772873 -1.5935115982301795E-7 -0.99154132604598999 0.12979137897491455 -3.3320284842375258E-7 -0.38309833407402039 0.49343675374984741 0.78086864948272705 -0.6499210000038147 0.4369710385799408 0.6218191385269165 -0.83626961708068848 0.34877750277519226 0.42309266328811646 -0.94039207696914673 0.25224971771240234 0.2281070202589035 -0.55376666784286499 0.28911289572715759 0.78086888790130615 -0.46880513429641724 0.4128747284412384 0.78086888790130615 -0.96078586578369141 0.021188238635659218 0.27648061513900757 -0.88789695501327515 0.10526785999536514 0.44783660769462585 -0.74515533447265625 0.20380061864852905 0.6349872350692749 -0.87459874153137207 0.17534051835536957 0.45203182101249695 -0.83359366655349731 0.30795133113861084 0.45857119560241699"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 14 15 -1 13 16 17 -1 13 17 18 -1 13 14 16 -1 6 5 13 -1 6 18 19 -1 6 13 18 -1 7 6 19 -1 8 19 20 -1 8 7 19 -1 9 20 21 -1 9 8 20 -1 10 9 21 -1 11 21 22 -1 11 10 21 -1 1 22 0 -1 12 11 22 -1 2 22 1 -1 2 12 22 -1 3 12 2 -1 4 12 3 -1" solid="false">\n\t\t\t\t<Coordinate point="18.972471237182617 -10.530121803283691 8.0888767242431641 19.006113052368164 -10.40338134765625 8.3653573989868164 19.078989028930664 -10.31929874420166 8.5367155075073242 19.22174072265625 -10.220767021179199 8.7238540649414063 19.413116455078125 -10.135436058044434 8.8697471618652344 18.032522201538086 -8.6503257751464844 7.3499999046325684 18.293657302856445 -8.5703115463256836 7.5113492012023926 18.537334442138672 -8.5801858901977539 7.6914048194885254 18.766931533813477 -8.6820554733276367 7.8923249244689941 18.968364715576172 -8.8704299926757813 8.1019964218139648 19.091482162475586 -9.0503740310668945 8.2524299621582031 19.199369430541992 -9.2691764831542969 8.4058322906494141 19.336383819580078 -9.6975326538085938 8.6554975509643555 17.884523391723633 -9.057307243347168 7.332667350769043 17.779027938842773 -9.5829877853393555 7.2775259017944336 17.678495407104492 -10.436622619628906 7.1554813385009766 17.982715606689453 -9.5271415710449219 7.3122587203979492 18.134777069091797 -9.2537431716918945 7.4088149070739746 18.235519409179688 -9.1378269195556641 7.4771780967712402 18.488531112670898 -9.0878143310546875 7.6606626510620117 18.634563446044922 -9.2364282608032227 7.7739243507385254 18.768798828125 -9.5237159729003906 7.8848700523376465 18.89764404296875 -10.018123626708984 8.0039052963256836"></Coordinate>\n\t\t\t\t<Normal vector="-0.99441283941268921 -0.10556105524301529 -1.2186026765448332E-7 -0.96078360080718994 0.021154142916202545 0.27649113535881042 -0.88789528608322144 0.1052345484495163 0.44784784317016602 -0.74515682458877563 0.20379363000392914 0.63498777151107788 -0.55376499891281128 0.28911632299423218 0.78086882829666138 -0.56318998336791992 0.26986384391784668 0.78101891279220581 -0.56570285558700562 0.26472669839859009 0.78096097707748413 -0.56698775291442871 0.26214253902435303 0.78090089559555054 -0.56710058450698853 0.26206248998641968 0.78084582090377808 -0.56604486703872681 0.26444128155708313 0.78080981969833374 -0.56465202569961548 0.26743954420089722 0.78079712390899658 -0.56272685527801514 0.27148735523223877 0.78079003095626831 -0.55850279331207275 0.28000062704086304 0.78081643581390381 -0.42736202478408813 0.045637231320142746 0.90292799472808838 -0.14770504832267761 -0.10033303499221802 0.9839290976524353 0.29704746603965759 -0.17535993456840515 0.93862223625183105 -0.10476726293563843 -0.22043585777282715 0.96975862979888916 -0.28780490159988403 -0.23220501840114594 0.9291120171546936 -0.40297481417655945 -0.23669503629207611 0.88407397270202637 -0.66197997331619263 -0.2330411970615387 0.7123723030090332 -0.79182016849517822 -0.21814116835594177 0.57046931982040405 -0.89425808191299438 -0.19299381971359253 0.40380176901817322 -0.97073656320571899 -0.15021686255931854 0.18736453354358673"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1" solid="false">\n\t\t\t\t<Coordinate point="21.692880630493164 -0.50701320171356201 8.0888767242431641 28.872962951660156 -14.476628303527832 16.461965560913086 28.991146087646484 -13.201236724853516 16.834228515625 28.859340667724609 -13.581020355224609 16.800704956054688 28.805091857910156 -13.931654930114746 16.715099334716797 28.811500549316406 -14.209713935852051 16.607864379882813 21.899633407592773 0.047241829335689545 8.8697471618652344 25.767721176147461 -6.2709841728210449 12.565854072570801 21.663768768310547 -0.37915566563606262 8.3653573989868164 21.68922233581543 -0.27083715796470642 8.5367155075073242 21.769834518432617 -0.11725112795829773 8.7238540649414063 23.66004753112793 -3.3536891937255859 10.290548324584961 27.329023361206055 -10.314382553100586 14.525918006896973"></Coordinate>\n\t\t\t\t<Normal vector="-0.83145248889923096 -0.55559587478637695 -1.5938329056552902E-7 -0.93828332424163818 -0.34586766362190247 -3.3303953728136548E-7 -0.56852823495864868 0.25888186693191528 0.78086864948272705 -0.77854704856872559 0.084885291755199432 0.6218191385269165 -0.90256494283676147 -0.07980673760175705 0.42309266328811646 -0.94990211725234985 -0.21366596221923828 0.2281070202589035 -0.62469351291656494 -0.0013514718739315867 0.78086888790130615 -0.60697877407073975 0.14771780371665955 0.78086888790130615 -0.86058032512664795 -0.42773821949958801 0.27648061513900757 -0.83511412143707275 -0.31941622495651245 0.44783660769462585 -0.75451314449310303 -0.16583447158336639 0.6349872350692749 -0.8559035062789917 -0.25118997693061829 0.45203182101249695 -0.88122266530990601 -0.11471295356750488 0.45857119560241699"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 14 15 -1 13 16 17 -1 13 17 18 -1 13 14 16 -1 6 5 13 -1 6 18 19 -1 6 13 18 -1 7 6 19 -1 8 19 20 -1 8 7 19 -1 9 20 21 -1 9 8 20 -1 10 9 21 -1 11 21 22 -1 11 10 21 -1 1 22 0 -1 12 11 22 -1 2 22 1 -1 2 12 22 -1 3 12 2 -1 4 12 3 -1" solid="false">\n\t\t\t\t<Coordinate point="21.692880630493164 -0.50701320171356201 8.0888767242431641 21.663768768310547 -0.37915566563606262 8.3653573989868164 21.68922233581543 -0.27083715796470642 8.5367155075073242 21.769834518432617 -0.11725112795829773 8.7238540649414063 21.899633407592773 0.047241829335689545 8.8697471618652344 19.98701286315918 0.72064751386642456 7.3499999046325684 20.181051254272461 0.91285210847854614 7.5113492012023926 20.401405334472656 1.017351508140564 7.6914048194885254 20.652044296264648 1.0338495969772339 7.8923249244689941 20.917947769165039 0.96066248416900635 8.1019964218139648 21.110586166381836 0.85854619741439819 8.2524299621582031 21.307798385620117 0.71494400501251221 8.4058322906494141 21.628185272216797 0.3993268609046936 8.6554975509643555 20.045099258422852 0.29150575399398804 7.332667350769043 20.19598388671875 -0.22298739850521088 7.2775259017944336 20.503669738769531 -1.0255643129348755 7.1554813385009766 20.350387573242188 -0.078880533576011658 7.3122587203979492 20.357976913452148 0.23386856913566589 7.4088149070739746 20.393310546875 0.38332456350326538 7.4771780967712402 20.594099044799805 0.54518896341323853 7.6606626510620117 20.792469024658203 0.48146209120750427 7.7739243507385254 21.044837951660156 0.28946399688720703 7.8848700523376465 21.388687133789063 -0.088434427976608276 8.0039052963256836"></Coordinate>\n\t\t\t\t<Normal vector="-0.8314521312713623 -0.55559635162353516 -1.2187476272629283E-7 -0.86056244373321533 -0.42776733636856079 0.27649113535881042 -0.83509713411331177 -0.3194449245929718 0.44784784317016602 -0.75451123714447021 -0.16584135591983795 0.63498777151107788 -0.62469357252120972 -0.0013476385502144694 0.78086882829666138 -0.62409192323684692 -0.022774862125515938 0.78101891279220581 -0.62392961978912354 -0.028491351753473282 0.78096097707748413 -0.62386643886566162 -0.031376652419567108 0.78090089559555054 -0.62392914295196533 -0.031499948352575302 0.78084582090377808 -0.62409985065460205 -0.028903042897582054 0.78080981969833374 -0.62425988912582397 -0.025600936263799667 0.78079712390899658 -0.62443637847900391 -0.021122092381119728 0.78079003095626831 -0.6246524453163147 -0.011620937846601009 0.78081643581390381 -0.39961895346641541 -0.15819527208805084 0.90292799472808838 -0.084159240126609802 -0.15748244524002075 0.9839290976524353 0.34451630711555481 -0.017228664830327034 0.93862223625183105 0.0096748471260070801 -0.24387404322624207 0.96975862979888916 -0.14692753553390503 -0.339356929063797 0.9291120171546936 -0.24681881070137024 -0.39685478806495667 0.88407397270202637 -0.47785452008247375 -0.51398515701293945 0.7123723030090332 -0.5997467041015625 -0.56113159656524658 0.57046931982040405 -0.70213747024536133 -0.58647000789642334 0.40380176901817322 -0.78973525762557983 -0.58413416147232056 0.18736453354358673"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1" solid="false">\n\t\t\t\t<Coordinate point="19.44371223449707 9.6322460174560547 8.0888767242431641 32.293365478515625 0.59951770305633545 16.461965560913086 31.805305480957031 1.7837423086166382 16.834228515625 31.865091323852539 1.3862082958221436 16.800704956054688 31.980005264282227 1.0505262613296509 16.715099334716797 32.114898681640625 0.80729544162750244 16.607864379882813 19.369207382202148 10.219097137451172 8.8697471618652344 25.73045539855957 6.4221763610839844 12.565854072570801 19.358516693115234 9.7319297790527344 8.3653573989868164 19.330717086791992 9.8396701812744141 8.5367155075073242 19.330720901489258 10.013125419616699 8.7238540649414063 22.508468627929688 8.0258283615112305 10.290548324584961 28.991981506347656 3.5674989223480225 14.525918006896973"></Coordinate>\n\t\t\t\t<Normal vector="-0.47801634669303894 -0.87835091352462769 -1.595751797367484E-7 -0.67007589340209961 -0.74229258298873901 -3.3312215919067967E-7 -0.62371516227722168 -0.034979734569787979 0.78086864948272705 -0.72881734371185303 -0.28664666414260864 0.6218191385269165 -0.76209354400634766 -0.4901081919670105 0.42309266328811646 -0.74180102348327637 -0.63063335418701172 0.2281070202589035 -0.55251055955886841 -0.29150623083114624 0.78086888790130615 -0.60610091686248779 -0.15127947926521301 0.78086888790130615 -0.56322616338729858 -0.77867501974105835 0.27648061513900757 -0.59101670980453491 -0.67092591524124146 0.44783660769462585 -0.59102112054824829 -0.49747887253761292 0.6349872350692749 -0.64113110303878784 -0.62017583847045898 0.45203182101249695 -0.72697412967681885 -0.51109784841537476 0.45857119560241699"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 14 15 -1 13 16 17 -1 13 17 18 -1 13 14 16 -1 6 5 13 -1 6 18 19 -1 6 13 18 -1 7 6 19 -1 8 19 20 -1 8 7 19 -1 9 20 21 -1 9 8 20 -1 10 9 21 -1 11 21 22 -1 11 10 21 -1 1 22 0 -1 12 11 22 -1 2 22 1 -1 2 12 22 -1 3 12 2 -1 4 12 3 -1" solid="false">\n\t\t\t\t<Coordinate point="19.44371223449707 9.6322460174560547 8.0888767242431641 19.358516693115234 9.7319297790527344 8.3653573989868164 19.330717086791992 9.8396701812744141 8.5367155075073242 19.330720901489258 10.013125419616699 8.7238540649414063 19.369207382202148 10.219097137451172 8.8697471618652344 17.36271858215332 9.9265298843383789 7.3499999046325684 17.445209503173828 10.186892509460449 7.5113492012023926 17.591760635375977 10.381826400756836 7.6914048194885254 17.806024551391602 10.512911796569824 7.8923249244689941 18.075479507446289 10.57167911529541 8.1019964218139648 18.293510437011719 10.570783615112305 8.2524299621582031 18.534868240356445 10.535279273986816 8.4058322906494141 18.965230941772461 10.404705047607422 8.6554975509643555 17.613584518432617 9.5735378265380859 7.332667350769043 17.986284255981445 9.1880960464477539 7.2775259017944336 18.631702423095703 8.6204385757446289 7.1554813385009766 18.0560302734375 9.387451171875 7.3122587203979492 17.917409896850586 9.6679039001464844 7.4088149070739746 17.879240036010742 9.8166608810424805 7.4771780967712402 17.981807708740234 10.053296089172363 7.6606626510620117 18.187070846557617 10.089056015014648 7.7739243507385254 18.499757766723633 10.036331176757813 7.8848700523376465 18.979839324951172 9.8615140914916992 8.0039052963256836"></Coordinate>\n\t\t\t\t<Normal vector="-0.47801581025123596 -0.87835121154785156 -1.2169392960004188E-7 -0.56319683790206909 -0.77869248390197754 0.27649113535881042 -0.59098833799362183 -0.67094343900680542 0.44784784317016602 -0.59101617336273193 -0.49748408794403076 0.63498777151107788 -0.55251240730285645 -0.29150286316871643 0.78086882829666138 -0.5420219898223877 -0.31019613146781921 0.78101891279220581 -0.53922164440155029 -0.3151823878288269 0.78096097707748413 -0.53782480955123901 -0.31770783662796021 0.78090089559555054 -0.53782302141189575 -0.3178461492061615 0.78084582090377808 -0.53918105363845825 -0.31562602519989014 0.78080981969833374 -0.54085737466812134 -0.31277653574943542 0.78079712390899658 -0.54309505224227905 -0.30889272689819336 0.78079003095626831 -0.54770177602767944 -0.30058029294013977 0.78081643581390381 -0.28032800555229187 -0.32578715682029724 0.90292799472808838 -0.0013335604453459382 -0.17855453491210938 0.9839290976524353 0.31306061148643494 0.14484947919845581 0.93862223625183105 0.12190056592226028 -0.21144361793994904 0.96975862979888916 0.027609162032604218 -0.36876627802848816 0.9291120171546936 -0.034119583666324615 -0.46609988808631897 0.88407397270202637 -0.1842583566904068 -0.67718136310577393 0.7123723030090332 -0.2702784538269043 -0.77557355165481567 0.57046931982040405 -0.34916567802429199 -0.84559297561645508 0.40380176901817322 -0.42781513929367065 -0.88423341512680054 0.18736453354358673"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1" solid="false">\n\t\t\t\t<Coordinate point="12.740222930908203 17.564874649047852 8.0888757705688477 28.315744400024414 15.538321495056152 16.461965560913086 27.333251953125 16.360088348388672 16.834228515625 27.570934295654297 16.035873413085938 16.800704956054688 27.828683853149414 15.792044639587402 16.715099334716797 28.061162948608398 15.639363288879395 16.607864379882813 12.401529312133789 18.049880981445313 8.8697471618652344 19.798652648925781 17.644094467163086 12.565853118896484 12.618461608886719 17.613548278808594 8.3653564453125 12.543776512145996 17.696027755737305 8.5367145538330078 12.463170051574707 17.849617004394531 8.7238540649414063 16.200469970703125 17.56672477722168 10.290547370910645 24.013225555419922 16.632108688354492 14.525918006896973"></Coordinate>\n\t\t\t\t<Normal vector="-0.015072396025061607 -0.99988639354705811 -1.5959106747231999E-7 -0.24836215376853943 -0.96866726875305176 -3.3308324987046944E-7 -0.53601646423339844 -0.3208279013633728 0.78086864948272705 -0.51212435960769653 -0.59251129627227783 0.6218191385269165 -0.44703567028045654 -0.78813177347183228 0.42309266328811646 -0.36376228928565979 -0.90313023328781128 0.2281070202589035 -0.35375410318374634 -0.51488041877746582 0.78086888790130615 -0.46637260913848877 -0.41562047600746155 0.78086888790130615 -0.13684366643428802 -0.95122671127319336 0.27648061513900757 -0.21152447164058685 -0.86873459815979004 0.44783660769462585 -0.29213321208953857 -0.7151569128036499 0.6349872350692749 -0.27948331832885742 -0.84708696603775024 0.45203182101249695 -0.4061846137046814 -0.79039645195007324 0.45857119560241699"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="12 10 11 -1 9 12 13 -1 9 13 14 -1 9 10 12 -1 1 0 9 -1 1 14 15 -1 1 9 14 -1 2 1 15 -1 3 15 16 -1 3 2 15 -1 4 16 17 -1 4 3 16 -1 5 4 17 -1 6 17 18 -1 6 5 17 -1 20 18 19 -1 7 6 18 -1 21 18 20 -1 21 7 18 -1 22 7 21 -1 8 7 22 -1" solid="false">\n\t\t\t\t<Coordinate point="10.760829925537109 16.858367919921875 7.350001335144043 10.712875366210938 17.127267837524414 7.5113668441772461 10.752069473266602 17.368009567260742 7.6914515495300293 10.880879402160645 17.58363151550293 7.8923606872558594 11.092160224914551 17.76087760925293 8.1020231246948242 11.285626411437988 17.86140251159668 8.2524509429931641 11.515829086303711 17.942127227783203 8.4058465957641602 11.957564353942871 18.026510238647461 8.6555080413818359 12.401529312133789 18.049880981445313 8.8697471618652344 11.146950721740723 16.66241455078125 7.3326725959777832 11.655987739562988 16.494340896606445 7.2775454521179199 12.491414070129395 16.291620254516602 7.1554808616638184 11.625252723693848 16.703237533569336 7.3122587203979492 11.372179985046387 16.887142181396484 7.4088139533996582 11.26924991607666 17.001123428344727 7.4771785736083984 11.250110626220703 17.258335113525391 7.660675048828125 11.415245056152344 17.385381698608398 7.7739300727844238 11.716615676879883 17.4840087890625 7.8848733901977539 12.222943305969238 17.552324295043945 8.0039072036743164 12.740222930908203 17.564874649047852 8.0888757705688477 12.618461608886719 17.613548278808594 8.3653564453125 12.543776512145996 17.696027755737305 8.5367145538330078 12.463170051574707 17.849617004394531 8.7238540649414063"></Coordinate>\n\t\t\t\t<Normal vector="-0.3357812762260437 -0.52655535936355591 0.78101885318756104 -0.33098411560058594 -0.52966928482055664 0.78096091747283936 -0.32857367396354675 -0.53125625848770142 0.78090083599090576 -0.32850825786590576 -0.53137755393981934 0.78084582090377808 -0.33074256777763367 -0.53004270792007446 0.78080987930297852 -0.33355101943016052 -0.52829867601394653 0.78079718351364136 -0.33733710646629333 -0.52589976787567139 0.78079009056091309 -0.34527882933616638 -0.52068054676055908 0.78081643581390381 -0.35375049710273743 -0.5149071216583252 0.78085285425186157 -0.0968426913022995 -0.41876855492591858 0.90291440486907959 0.081758148968219757 -0.15880289673805237 0.98391932249069214 0.20988239347934723 0.27374562621116638 0.93862277269363403 0.20620237290859222 -0.13057044148445129 0.96975868940353394 0.19582515954971313 -0.3136925995349884 0.92911219596862793 0.18640030920505524 -0.42856577038764954 0.88407367467880249 0.15155227482318878 -0.68525761365890503 0.71235799789428711 0.12111303210258484 -0.81234639883041382 0.57046031951904297 0.083804957568645477 -0.91100269556045532 0.40379548072814941 0.03212597593665123 -0.9817659854888916 0.18735933303833008 -0.015057534910738468 -0.99988663196563721 -0.000016178431906155311 -0.13679477572441101 -0.95123457908630371 0.27647769451141357 -0.2114780992269516 -0.86874788999557495 0.44783273339271545 -0.29211646318435669 -0.71517688035964966 0.63497245311737061"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="7 5 4 -1 6 5 7 -1 3 7 8 -1 3 6 7 -1 9 3 8 -1 1 3 9 -1 2 1 0 -1 2 3 1 -1" solid="false">\n\t\t\t\t<Coordinate point="10.760184288024902 19.696386337280273 6.4518623352050781 5.6861953735351563 19.174650192260742 7.3499999046325684 13.307602882385254 24.359403610229492 4.4991583824157715 3.4895026683807373 20.230558395385742 7.1554827690124512 1.6937695741653442 19.928152084350586 7.3500018119812012 2.122002124786377 19.934026718139648 7.3328609466552734 2.6554305553436279 20.021856307983398 7.2775363922119141 2.7004246711730957 19.816854476928711 7.3499999046325684 3.7061624526977539 19.653610229492188 7.3499999046325684 4.7022809982299805 19.439355850219727 7.3499999046325684"></Coordinate>\n\t\t\t\t<Normal vector="0.16537497937679291 0.30271688103675842 0.93862324953079224 0.098070964217185974 0.3307090699672699 0.93862324953079224 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.058632455766201019 0.33992445468902588 0.93862324953079224 0.029212785884737968 0.34370481967926025 0.93862324953079224 0.036513429135084152 0.34300607442855835 0.93862324953079224 0.045351628214120865 0.34194973111152649 0.93862324953079224 0.046574771404266357 0.34178528189659119 0.93862324953079224 0.063920930027961731 0.33896976709365845 0.93862324953079224 0.081101194024085999 0.33527448773384094 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="19 2 3 -1 19 3 4 -1 19 4 5 -1 19 5 6 -1 19 6 7 -1 19 7 8 -1 20 1 2 -1 20 2 19 -1 20 19 8 -1 21 8 9 -1 21 1 20 -1 21 20 8 -1 22 0 1 -1 22 1 21 -1 22 21 9 -1 23 18 0 -1 24 9 10 -1 25 23 24 -1 25 24 10 -1 26 23 25 -1 27 24 23 -1 27 23 0 -1 28 16 17 -1 28 17 18 -1 28 18 23 -1 28 23 26 -1 28 26 25 -1 29 22 9 -1 29 9 24 -1 29 24 27 -1 30 10 11 -1 30 11 12 -1 30 12 13 -1 30 25 10 -1 30 28 25 -1 31 13 14 -1 31 14 15 -1 31 15 16 -1 31 30 13 -1 31 16 28 -1 31 28 30 -1 32 0 22 -1 32 27 0 -1 32 22 29 -1 32 29 27 -1" solid="false">\n\t\t\t\t<Coordinate point="3.1181035041809082 21.473600387573242 8.0888757705688477 2.6255114078521729 21.19676399230957 7.9945354461669922 2.2517790794372559 20.928379058837891 7.885796070098877 2.0394110679626465 20.713699340820313 7.7818303108215332 1.9557017087936401 20.568656921386719 7.6987624168395996 1.9930590391159058 20.352033615112305 7.5386490821838379 2.1725046634674072 20.25187873840332 7.4292926788330078 2.447648286819458 20.199483871459961 7.3343939781188965 2.8216776847839355 20.185945510864258 7.2493257522583008 3.4895026683807373 20.230558395385742 7.1554827690124512 13.307602882385254 24.359403610229492 4.4991583824157715 13.229673385620117 24.578571319580078 4.4713778495788574 13.165118217468262 24.802291870117188 4.4966726303100586 13.107362747192383 25.076900482177734 4.6046032905578613 13.082398414611816 25.321060180664063 4.7949943542480469 13.085211753845215 25.435440063476563 4.9361057281494141 13.100832939147949 25.524284362792969 5.0937972068786621 13.128767967224121 25.584627151489258 5.2628960609436035 13.168072700500488 25.614503860473633 5.4377813339233398 2.4718341827392578 20.62200927734375 7.4332084655761719 2.6255629062652588 20.799257278442383 7.4499311447143555 2.933906078338623 20.833139419555664 7.308753490447998 3.1345157623291016 21.035154342651367 7.311070442199707 7.8428840637207031 23.506526947021484 6.3799676895141602 5.5000953674316406 21.939022064208984 6.6099748611450195 10.477119445800781 24.037342071533203 5.2810330390930176 10.452873229980469 24.140909194946289 5.3316164016723633 4.2204194068908691 21.829425811767578 7.2628521919250488 11.736305236816406 24.995201110839844 5.3249197006225586 3.7805211544036865 21.070779800415039 7.0364680290222168 12.456109046936035 24.740743637084961 4.7352108955383301 12.435608863830566 24.844747543334961 4.7857041358947754 3.3642661571502686 21.395112991333008 7.4613933563232422"></Coordinate>\n\t\t\t\t<Normal vector="0.45131760835647583 -0.89236336946487427 1.1033641840185737E-6 0.4869016706943512 -0.84881293773651123 0.20601785182952881 0.4975612461566925 -0.76850968599319458 0.4022756814956665 0.48636871576309204 -0.67103427648544312 0.55960565805435181 0.46539098024368286 -0.5812065601348877 0.66754037141799927 0.39871987700462341 -0.38011834025382996 0.83458524942398071 0.33359390497207642 -0.2195274829864502 0.91680032014846802 0.26209813356399536 -0.060301236808300018 0.96315538883209229 0.18162517249584198 0.10581757128238678 0.97765785455703735 0.058639343827962875 0.33992525935173035 0.93862253427505493 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.24328270554542542 0.083569131791591644 0.96634864807128906 0.30783629417419434 -0.14013807475566864 0.94106221199035645 0.36563432216644287 -0.41480645537376404 0.83321493864059448 0.39059385657310486 -0.65896260738372803 0.64280998706817627 0.38775277137756348 -0.77330857515335083 0.50163894891738892 0.37211483716964722 -0.86211240291595459 0.34393715858459473 0.34419074654579163 -0.9224744439125061 0.17485310137271881 0.30490484833717346 -0.95238280296325684 0 0.4042389988899231 -0.39616379141807556 0.82440590858459473 0.43221402168273926 -0.47933700680732727 0.7638239860534668 0.39565360546112061 -0.37377059459686279 0.83890032768249512 0.42425844073295593 -0.45928719639778137 0.78042298555374146 0.44410237669944763 -0.75270307064056396 0.48601555824279785 0.35127437114715576 -0.254067063331604 0.90114164352416992 0.35138764977455139 -0.28613907098770142 0.89143210649490356 0.37564226984977722 -0.38971900939941406 0.84084004163742065 0.47301179170608521 -0.6920166015625 0.5453190803527832 0.40238311886787415 -0.77660161256790161 0.48474505543708801 0.33578431606292725 -0.21584329009056091 0.91687542200088501 0.34678465127944946 -0.29725223779678345 0.88959628343582153 0.36728841066360474 -0.40127012133598328 0.83909565210342407 0.477550208568573 -0.67683368921279907 0.56021600961685181"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1" solid="false">\n\t\t\t\t<Coordinate point="3.1181035041809082 21.473600387573242 8.0888757705688477 17.851327896118164 26.917482376098633 16.461965560913086 16.599481582641602 27.188533782958984 16.834228515625 16.960607528686523 27.011913299560547 16.800704956054688 17.302146911621094 26.915794372558594 16.715099334716797 17.578950881958008 26.888641357421875 16.607864379882813 2.5928108692169189 21.745655059814453 8.8697471618652344 9.3312168121337891 24.82396125793457 12.565853118896484 2.9876692295074463 21.460113525390625 8.3653564453125 2.8832085132598877 21.498437881469727 8.5367145538330078 2.7404589653015137 21.596973419189453 8.7238540649414063 6.1811399459838867 23.083297729492188 10.290547370910645 13.533328056335449 25.886503219604492 14.525918006896973"></Coordinate>\n\t\t\t\t<Normal vector="0.45132443308830261 -0.89235991239547729 -1.5911976447569032E-7 0.23024836182594299 -0.97313189506530762 -3.3328066706417303E-7 -0.32552284002304077 -0.53317826986312866 0.78086864948272705 -0.17810985445976257 -0.76263874769210815 0.6218191385269165 -0.029567327350378037 -0.90560388565063477 0.42309266328811646 0.097610041499137878 -0.9687308669090271 0.2281070202589035 -0.073956847190856934 -0.62030172348022461 0.78086888790130615 -0.21980397403240204 -0.5847477912902832 0.78086888790130615 0.32088804244995117 -0.90586388111114502 0.27648061513900757 0.21642546355724335 -0.8675265908241272 0.44783660769462585 0.073678858578205109 -0.7690010666847229 0.6349872350692749 0.14619076251983643 -0.87994062900543213 0.45203182101249695 0.0076569155789911747 -0.88862466812133789 0.45857119560241699"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 22 -1 1 22 23 -1 14 2 1 -1 14 23 24 -1 14 24 13 -1 14 1 23 -1 15 3 2 -1 15 2 14 -1 16 3 15 -1 17 4 3 -1 17 3 16 -1 18 4 17 -1 19 5 4 -1 19 4 18 -1 20 5 19 -1 21 5 20 -1 11 6 5 -1 11 7 6 -1 11 5 21 -1 10 11 21 -1 12 8 7 -1 12 7 11 -1 9 8 12 -1" solid="false">\n\t\t\t\t<Coordinate point="3.1181035041809082 21.473600387573242 8.0888757705688477 2.6255114078521729 21.19676399230957 7.9945354461669922 2.2517790794372559 20.928379058837891 7.885796070098877 2.0394110679626465 20.713699340820313 7.7818303108215332 1.9557017087936401 20.568656921386719 7.6987624168395996 1.9930590391159058 20.352033615112305 7.5386490821838379 2.1725046634674072 20.25187873840332 7.4292926788330078 2.447648286819458 20.199483871459961 7.3343939781188965 2.8216776847839355 20.185945510864258 7.2493257522583008 3.4895026683807373 20.230558395385742 7.1554827690124512 1.6937695741653442 19.928152084350586 7.3500018119812012 2.122002124786377 19.934026718139648 7.3328609466552734 2.6554305553436279 20.021856307983398 7.2775363922119141 2.5928108692169189 21.745655059814453 8.8697471618652344 2.0138473510742188 21.373805999755859 8.524775505065918 1.6498347520828247 21.005535125732422 8.206181526184082 1.5043817758560181 20.753471374511719 7.9963393211364746 1.461168646812439 20.618162155151367 7.8858985900878906 1.4437038898468018 20.485261917114258 7.7788577079772949 1.458155632019043 20.324573516845703 7.6514506340026855 1.5129529237747192 20.169708251953125 7.5310978889465332 1.5893042087554932 20.046291351318359 7.4373555183410645 2.9876692295074463 21.460113525390625 8.3653564453125 2.8832085132598877 21.498437881469727 8.5367145538330078 2.7404589653015137 21.596973419189453 8.7238540649414063"></Coordinate>\n\t\t\t\t<Normal vector="0.45133435726165771 -0.89235490560531616 -0.000017728300008457154 0.48688569664955139 -0.84882897138595581 0.20598959922790527 0.49753352999687195 -0.76854193210601807 0.40224829316139221 0.48637029528617859 -0.67101007699966431 0.55963331460952759 0.46539732813835144 -0.58100873231887817 0.66770809888839722 0.39880487322807312 -0.38025355339050293 0.83448302745819092 0.33301874995231628 -0.2192709892988205 0.91707074642181396 0.26224374771118164 -0.060357470065355301 0.9631122350692749 0.18143041431903839 0.10599035769701004 0.97767531871795654 0.058627787977457047 0.33992087841033936 0.93862485885620117 -0.052675504237413406 -0.62231630086898804 0.78099149465560913 0.10810624063014984 -0.41833442449569702 0.90183663368225098 0.1460970938205719 -0.10259920358657837 0.98393547534942627 -0.073941349983215332 -0.6203235387802124 0.78085297346115112 -0.058497123420238495 -0.6220209002494812 0.78081244230270386 -0.048742033541202545 -0.62286257743835449 0.78081142902374268 -0.044961892068386078 -0.62311768531799316 0.78083467483520508 -0.043945811688899994 -0.62316757440567017 0.78085267543792725 -0.043697640299797058 -0.62315970659255981 0.7808728814125061 -0.044483833014965057 -0.62306690216064453 0.78090256452560425 -0.046502266079187393 -0.62288343906402588 0.78093135356903076 -0.049145221710205078 -0.62264007329940796 0.78096359968185425 0.32093241810798645 -0.90584927797317505 0.27647680044174194 0.21647076308727264 -0.86751759052276611 0.44783219695091248 0.073701925575733185 -0.76901119947433472 0.63497227430343628"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-7.2183365821838379 20.462984085083008 8.0888757705688477 3.2973883152008057 32.130172729492188 16.461965560913086 2.0629689693450928 31.788414001464844 16.834228515625 2.4648110866546631 31.799848556518555 16.800704956054688 2.8118970394134521 31.873462677001953 16.715099334716797 3.0696141719818115 31.978055953979492 16.607864379882813 -7.8098893165588379 20.459758758544922 8.8697471618652344 -3.273888111114502 26.316959381103516 12.565853118896484 -7.3275623321533203 20.390424728393555 8.3653564453125 -7.4378676414489746 20.375814437866211 8.5367145538330078 -7.6100583076477051 20.396724700927734 8.7238540649414063 -5.2542157173156738 23.311763763427734 10.290547370910645 -0.046890780329704285 29.210611343383789 14.525918006896973"></Coordinate>\n\t\t\t\t<Normal vector="0.81432825326919556 -0.58040457963943481 -1.5943442122079432E-7 0.65611171722412109 -0.75466376543045044 -3.3324766945952433E-7 -0.040455859154462814 -0.62338387966156006 0.78086864948272705 0.19670745730400085 -0.75805485248565674 0.6218191385269165 0.39467453956604004 -0.8156130313873291 0.42309266328811646 0.53662109375 -0.81240689754486084 0.2281070202589035 0.22278304398059845 -0.58361935615539551 0.78086888790130615 0.077119104564189911 -0.61991649866104126 0.78086888790130615 0.7051081657409668 -0.65297847986221313 0.27648061513900757 0.59479492902755737 -0.66757869720458984 0.44783660769462585 0.42261201143264771 -0.64667636156082153 0.6349872350692749 0.53837430477142334 -0.71121048927307129 0.45203182101249695 0.4197443425655365 -0.78327971696853638 0.45857119560241699"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="12 10 11 -1 9 12 13 -1 9 13 14 -1 9 10 12 -1 1 0 9 -1 1 14 15 -1 1 9 14 -1 2 1 15 -1 3 15 16 -1 3 2 15 -1 4 16 17 -1 4 3 16 -1 5 4 17 -1 6 17 18 -1 6 5 17 -1 20 18 19 -1 7 6 18 -1 21 18 20 -1 21 7 18 -1 22 7 21 -1 8 7 22 -1" solid="false">\n\t\t\t\t<Coordinate point="-7.761317253112793 18.432634353637695 7.350001335144043 -8.0098581314086914 18.545921325683594 7.5113668441772461 -8.1857194900512695 18.714933395385742 7.6914515495300293 -8.2900018692016602 18.943429946899414 7.8923606872558594 -8.3158512115478516 19.217998504638672 8.1020231246948242 -8.2886800765991211 19.434322357177734 8.2524509429931641 -8.2243452072143555 19.669631958007813 8.4058465957641602 -8.0428562164306641 20.081108093261719 8.6555080413818359 -7.8098893165588379 20.459758758544922 8.8697471618652344 -7.3807096481323242 18.639091491699219 7.3326725959777832 -6.953221321105957 18.962543487548828 7.2775454521179199 -6.3118085861206055 19.534927368164063 7.1554808616638184 -7.1425986289978027 19.055915832519531 7.3122587203979492 -7.4377117156982422 18.952110290527344 7.4088139533996582 -7.5899872779846191 18.932149887084961 7.4771785736083984 -7.8125400543212891 19.062511444091797 7.660675048828125 -7.8232903480529785 19.270584106445313 7.7739300727844238 -7.7332611083984375 19.574634552001953 7.8848733901977539 -7.5018572807312012 20.030141830444336 8.0039072036743164 -7.2183365821838379 20.462984085083008 8.0888757705688477 -7.3275623321533203 20.390424728393555 8.3653564453125 -7.4378676414489746 20.375814437866211 8.5367145538330078 -7.6100583076477051 20.396724700927734 8.7238540649414063"></Coordinate>\n\t\t\t\t<Normal vector="0.24260105192661285 -0.57546007633209229 0.78101885318756104 0.24788884818553925 -0.57328104972839355 0.78096091747283936 0.25056418776512146 -0.57219880819320679 0.78090083599090576 0.25070121884346008 -0.57221388816833496 0.78084582090377808 0.24833342432975769 -0.57329440116882324 0.78080987930297852 0.2453027218580246 -0.57461494207382202 0.78079718351364136 0.24117769300937653 -0.57636809349060059 0.78079009056091309 0.23237092792987823 -0.57993918657302856 0.78081643581390381 0.22280707955360413 -0.58363157510757446 0.78085285425186157 0.2896268367767334 -0.31758761405944824 0.90291440486907959 0.17713616788387299 -0.022924739867448807 0.98391932249069214 -0.1060614287853241 0.32823505997657776 0.93862277269363403 0.22459365427494049 0.095528759062290192 0.96975868940353394 0.36940529942512512 -0.017036760225892067 0.92911219596862793 0.45859017968177795 -0.090048670768737793 0.88407367467880249 0.6500474214553833 -0.26454561948776245 0.71235799789428711 0.73734802007675171 -0.36179128289222717 0.57046031951904297 0.79734718799591064 -0.4485383927822113 0.40379548072814941 0.82622718811035156 -0.53126746416091919 0.18735933303833008 0.81433689594268799 -0.58039247989654541 -0.000016178199075511657 0.70514243841171265 -0.6529427170753479 0.27647769451141357 0.59483224153518677 -0.66754812002182007 0.44783273339271545 0.42263796925544739 -0.64667391777038574 0.63497245311737061"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-15.901142120361328 14.764545440673828 8.0888767242431641 -12.011943817138672 29.982227325439453 16.461965560913086 -12.946144104003906 29.105953216552734 16.834228515625 -12.595644950866699 29.302822113037109 16.800704956054688 -12.322525024414063 29.529302597045898 16.715099334716797 -12.142934799194336 29.741682052612305 16.607864379882813 -16.423437118530273 14.486782073974609 8.8697471618652344 -15.128984451293945 21.781059265136719 12.565854072570801 -15.964137077331543 14.649538040161133 8.3653573989868164 -16.055017471313477 14.585339546203613 8.5367155075073242 -16.217203140258789 14.523834228515625 8.7238540649414063 -15.485893249511719 18.199787139892578 10.290548324584961 -13.616367340087891 25.842920303344727 14.525918006896973"></Coordinate>\n\t\t\t\t<Normal vector="0.9907793402671814 -0.13548550009727478 -1.5948667453358212E-7 0.93166780471801758 -0.36331123113632202 -3.3326787729492935E-7 0.25387907028198242 -0.57077980041503906 0.78086864948272705 0.52646148204803467 -0.57980972528457642 0.6218191385269165 0.72850120067596436 -0.53877508640289307 0.42309266328811646 0.8526986837387085 -0.46997034549713135 0.2281070202589035 0.46848601102828979 -0.4132368266582489 0.78086888790130615 0.35637512803077698 -0.513069748878479 0.78086888790130615 0.92779654264450073 -0.25050365924835205 0.27648061513900757 0.83690404891967773 -0.31469663977622986 0.44783660769462585 0.67472982406616211 -0.37620589137077332 0.6349872350692749 0.80722272396087646 -0.37955060601234436 0.45203182101249695 0.73567342758178711 -0.49849483370780945 0.45857119560241699"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 14 15 -1 13 16 17 -1 13 17 18 -1 13 14 16 -1 6 5 13 -1 6 18 19 -1 6 13 18 -1 7 6 19 -1 8 19 20 -1 8 7 19 -1 9 20 21 -1 9 8 20 -1 10 9 21 -1 11 21 22 -1 11 10 21 -1 1 22 0 -1 12 11 22 -1 2 22 1 -1 2 12 22 -1 3 12 2 -1 4 12 3 -1" solid="false">\n\t\t\t\t<Coordinate point="-15.901142120361328 14.764545440673828 8.0888767242431641 -15.964137077331543 14.649538040161133 8.3653573989868164 -16.055017471313477 14.585339546203613 8.5367155075073242 -16.217203140258789 14.523834228515625 8.7238540649414063 -16.423437118530273 14.486782073974609 8.8697471618652344 -15.438371658325195 12.714427947998047 7.3499999046325684 -15.711067199707031 12.699233055114746 7.5113492012023926 -15.945300102233887 12.767135620117188 7.6914048194885254 -16.14384651184082 12.920990943908691 7.8923249244689941 -16.294345855712891 13.152098655700684 8.1019964218139648 -16.370822906494141 13.356277465820313 8.2524299621582031 -16.423212051391602 13.594541549682617 8.4058322906494141 -16.453731536865234 14.043239593505859 8.6554975509643555 -15.197277069091797 13.074165344238281 7.332667350769043 -14.969043731689453 13.559323310852051 7.2775259017944336 -14.667142868041992 14.364093780517578 7.1554813385009766 -15.18017578125 13.553845405578613 7.3122587203979492 -15.393247604370117 13.324782371520996 7.4088149070739746 -15.518802642822266 13.236343383789063 7.4771780967712402 -15.776431083679199 13.248333930969238 7.6606626510620117 -15.882655143737793 13.427577972412109 7.7739243507385254 -15.94423770904541 13.738641738891602 7.8848700523376465 -15.951019287109375 14.249517440795898 8.0039052963256836"></Coordinate>\n\t\t\t\t<Normal vector="0.99077939987182617 -0.13548491895198822 -1.2169152796559501E-7 0.9278024435043335 -0.25047001242637634 0.27649113535881042 0.83691036701202393 -0.31466385722160339 0.44784784317016602 0.67473292350769043 -0.37619945406913757 0.63498777151107788 0.46848350763320923 -0.4132397472858429 0.78086882829666138 0.48224204778671265 -0.39680227637290955 0.78101891279220581 0.48591127991676331 -0.39241579174995422 0.78096097707748413 0.48777729272842407 -0.39021420478820801 0.78090089559555054 0.48790597915649414 -0.39016348123550415 0.78084582090377808 0.48631170392036438 -0.39222049713134766 0.78080981969833374 0.48424181342124939 -0.39479830861091614 0.78079712390899658 0.4814038872718811 -0.39826780557632446 0.78079003095626831 0.47526517510414124 -0.40552279353141785 0.78081643581390381 0.40402194857597351 -0.14658552408218384 0.90292799472808838 0.167424276471138 0.062069408595561981 0.9839290976524353 -0.24644944071769714 0.24135240912437439 0.93862223625183105 0.15447667241096497 0.18895794451236725 0.96975862979888916 0.33501210808753967 0.1565813422203064 0.9291120171546936 0.44790992140769958 0.13337893784046173 0.88407397270202637 0.69851446151733398 0.067847251892089844 0.7123723030090332 0.82101589441299438 0.022307418286800385 0.57046931982040405 0.9144589900970459 -0.026624191552400589 0.40380176901817322 0.97847795486450195 -0.086460627615451813 0.18736453354358673"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-20.941188812255859 5.6837263107299805 8.0888767242431641 -24.569484710693359 20.965715408325195 16.461965560913086 -24.989452362060547 19.755668640136719 16.834228515625 -24.770589828491211 20.092872619628906 16.800704956054688 -24.634004592895508 20.42033576965332 16.715099334716797 -24.573684692382813 20.691848754882813 16.607864379882813 -21.274576187133789 5.1950559616088867 8.8697471618652344 -23.518213272094727 12.255380630493164 12.565854072570801 -20.943521499633789 5.5526175498962402 8.3653573989868164 -20.994157791137695 5.4535379409790039 8.5367155075073242 -21.109182357788086 5.3237061500549316 8.7238540649414063 -22.169940948486328 8.91845703125 10.290548324584961 -24.066499710083008 16.554927825927734 14.525918006896973"></Coordinate>\n\t\t\t\t<Normal vector="0.940254807472229 0.34047165513038635 -1.5940435105221695E-7 0.99379003047943115 0.11127150058746338 -3.3316973713226616E-7 0.49005335569381714 -0.38741692900657654 0.78086864948272705 0.73560947179794312 -0.26873716711997986 0.6218191385269165 0.89543706178665161 -0.13851022720336914 0.42309266328811646 0.97343331575393677 -0.019869245588779449 0.2281070202589035 0.60686451196670532 -0.14818674325942993 0.78086888790130615 0.55398988723754883 -0.28868493437767029 0.78086888790130615 0.93793785572052002 0.2093585729598999 0.27648061513900757 0.88728857040405273 0.11027868837118149 0.44783660769462585 0.77227514982223511 -0.019551198929548264 0.6349872350692749 0.89114618301391602 0.039059728384017944 0.45203182101249695 0.88306856155395508 -0.099510788917541504 0.45857119560241699"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 14 15 -1 13 16 17 -1 13 17 18 -1 13 14 16 -1 6 5 13 -1 6 18 19 -1 6 13 18 -1 7 6 19 -1 8 19 20 -1 8 7 19 -1 9 20 21 -1 9 8 20 -1 10 9 21 -1 11 21 22 -1 11 10 21 -1 1 22 0 -1 12 11 22 -1 2 22 1 -1 2 12 22 -1 3 12 2 -1 4 12 3 -1" solid="false">\n\t\t\t\t<Coordinate point="-20.941188812255859 5.6837263107299805 8.0888767242431641 -20.943521499633789 5.5526175498962402 8.3653573989868164 -20.994157791137695 5.4535379409790039 8.5367155075073242 -21.109182357788086 5.3237061500549316 8.7238540649414063 -21.274576187133789 5.1950559616088867 8.8697471618652344 -19.57868766784668 4.083503246307373 7.3499999046325684 -19.813301086425781 3.9432322978973389 7.5115046501159668 -20.053041458129883 3.894573450088501 7.6921844482421875 -20.300195693969727 3.938861608505249 7.8930368423461914 -20.541593551635742 4.0744380950927734 8.1034231185913086 -20.706493377685547 4.2225308418273926 8.2561149597167969 -20.860593795776367 4.4062857627868652 8.4067001342773438 -21.095495223999023 4.7886667251586914 8.6557435989379883 -19.533170700073242 4.5088891983032227 7.3327951431274414 -19.555856704711914 5.0500097274780273 7.2774629592895508 -19.662437438964844 5.9026107788085938 7.1554818153381348 -19.740007400512695 4.9475836753845215 7.3120465278625488 -19.822029113769531 4.6458039283752441 7.4084482192993164 -19.891977310180664 4.5089468955993652 7.4767427444458008 -20.126663208007813 4.3992753028869629 7.6610188484191895 -20.304800033569336 4.5097160339355469 7.7746992111206055 -20.503423690795898 4.7565798759460449 7.8853073120117188 -20.746335983276367 5.2052230834960938 8.0040559768676758"></Coordinate>\n\t\t\t\t<Normal vector="0.9402545690536499 0.34047222137451172 -1.2179324926364643E-7 0.9379274845123291 0.20939114689826965 0.27649113535881042 0.88727891445159912 0.1103106364607811 0.44784784317016602 0.77227497100830078 -0.019544044509530067 0.63498777151107788 0.60686361789703369 -0.14819048345088959 0.78086882829666138 0.61153715848922729 -0.1275472491979599 0.78086745738983154 0.61267632246017456 -0.12193672358989716 0.78087073564529419 0.61323684453964233 -0.11910089105367661 0.78086841106414795 0.61326426267623901 -0.11899402737617493 0.78086322546005249 0.61275619268417358 -0.12154284864664078 0.78086948394775391 0.61209630966186523 -0.12482390552759171 0.78086942434310913 0.61120647192001343 -0.12910385429859161 0.78087055683135986 0.60919463634490967 -0.13829508423805237 0.78086894750595093 0.42851343750953674 0.056978527456521988 0.9017370343208313 0.11918695271015167 0.13280940055847168 0.98394924402236938 -0.33037841320037842 0.099183268845081329 0.93862283229827881 0.048451617360115051 0.23873330652713776 0.96987569332122803 0.22348245978355408 0.29442954063415527 0.92917537689208984 0.33352985978126526 0.3260645866394043 0.88455623388290405 0.58775937557220459 0.38464796543121338 0.71174770593643188 0.71734702587127686 0.40139710903167725 0.56946784257888794 0.82247763872146606 0.40132531523704529 0.40307390689849854 0.90670096874237061 0.37807542085647583 0.18695530295372009"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="11 7 6 -1 11 8 0 -1 11 9 8 -1 11 10 9 -1 11 6 10 -1 12 0 1 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 1 5 -1 12 2 7 -1 12 7 11 -1 12 11 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-21.183860778808594 -4.6991658210754395 8.0888767242431641 -31.498451232910156 7.1462111473083496 16.461965560913086 -31.307977676391602 5.8795976638793945 16.834228515625 -31.270891189575195 6.2798881530761719 16.800704956054688 -31.302131652832031 6.6333165168762207 16.715099334716797 -31.374898910522461 6.9017620086669922 16.607864379882813 -21.251964569091797 -5.2867941856384277 8.8697471618652344 -26.519702911376953 -0.077858351171016693 12.565854072570801 -21.124998092651367 -4.8163414001464844 8.3653573989868164 -21.123788833618164 -4.9276037216186523 8.5367155075073242 -21.165302276611328 -5.0960183143615723 8.7238540649414063 -23.775121688842773 -2.4059832096099854 10.290548324584961 -29.003286361694336 3.4744014739990234 14.525918006896973"></Coordinate>\n\t\t\t\t<Normal vector="0.67432922124862671 0.73843085765838623 -1.5944772258080775E-7 0.82824695110321045 0.5603632926940918 -3.333055076382152E-7 0.61396229267120361 -0.11530151218175888 0.78086864948272705 0.77623826265335083 0.10389981418848038 0.6218191385269165 0.85723906755447388 0.2934856116771698 0.42309266328811646 0.87116611003875732 0.43478366732597351 0.2281070202589035 0.60621762275695801 0.15081115067005157 0.78086888790130615 0.62469226121902466 0.0018341344548389316 0.78086888790130615 0.73320895433425903 0.62125927209854126 0.27648061513900757 0.73440593481063843 0.50999045372009277 0.44783660769462585 0.692901611328125 0.34158244729042053 0.6349872350692749 0.77091878652572632 0.44872197508811951 0.45203182101249695 0.82816332578659058 0.32227000594139099 0.45857119560241699"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 14 15 -1 13 16 17 -1 13 17 18 -1 13 14 16 -1 6 5 13 -1 6 18 19 -1 6 13 18 -1 7 6 19 -1 8 19 20 -1 8 7 19 -1 9 20 21 -1 9 8 20 -1 10 9 21 -1 11 21 22 -1 11 10 21 -1 1 22 0 -1 12 11 22 -1 2 22 1 -1 2 12 22 -1 3 12 2 -1 4 12 3 -1" solid="false">\n\t\t\t\t<Coordinate point="-21.183860778808594 -4.6991658210754395 8.0888767242431641 -21.124998092651367 -4.8163414001464844 8.3653573989868164 -21.123788833618164 -4.9276037216186523 8.5367155075073242 -21.165302276611328 -5.0960183143615723 8.7238540649414063 -21.251964569091797 -5.2867941856384277 8.8697471618652344 -19.2337646484375 -5.4829120635986328 7.3499999046325684 -19.376167297363281 -5.715968132019043 7.5113492012023926 -19.565109252929688 -5.8701648712158203 7.6914048194885254 -19.80451774597168 -5.9461655616760254 7.8923249244689941 -20.080207824707031 -5.9387397766113281 8.1019964218139648 -20.291688919067383 -5.8856925964355469 8.2524299621582031 -20.517536163330078 -5.793459415435791 8.4058322906494141 -20.904144287109375 -5.5636868476867676 8.6554975509643555 -19.392864227294922 -5.080141544342041 7.332667350769043 -19.662490844726563 -4.6167078018188477 7.2775259017944336 -20.153305053710938 -3.9110863208770752 7.1554813385009766 -19.777919769287109 -4.7935781478881836 7.3122587203979492 -19.710443496704102 -5.099055290222168 7.4088149070739746 -19.708982467651367 -5.25262451171875 7.4771780967712402 -19.865200042724609 -5.4578371047973633 7.6606626510620117 -20.073057174682617 -5.4434351921081543 7.7739243507385254 -20.364040374755859 -5.3174118995666504 7.8848700523376465 -20.788333892822266 -5.032783031463623 8.0039052963256836"></Coordinate>\n\t\t\t\t<Normal vector="0.67432874441146851 0.73843127489089966 -1.2145754624270921E-7 0.73318463563919067 0.62128329277038574 0.27649113535881042 0.73438256978988647 0.51001429557800293 0.44784784317016602 0.69289809465408325 0.34158867597579956 0.63498777151107788 0.60621863603591919 0.15080744028091431 0.78086882829666138 0.60050660371780396 0.17146804928779602 0.78101891279220581 0.59898090362548828 0.17697957158088684 0.78096097707748413 0.5982290506362915 0.17976590991020203 0.78090089559555054 0.59826046228408813 0.1799006313085556 0.78084582090377808 0.59904766082763672 0.17742003500461578 0.78080981969833374 0.59999334812164307 0.17425219714641571 0.78079712390899658 0.60123652219772339 0.16994573175907135 0.78079003095626831 0.60372012853622437 0.16077236831188202 0.78081643581390381 0.35014814138412476 0.24923348426818848 0.90292799472808838 0.044025704264640808 0.17304691672325134 0.9839290976524353 -0.3386283814907074 -0.065720118582248688 0.93862223625183105 -0.067756593227386475 0.23447215557098389 0.96975862979888916 0.061444655060768127 0.36465790867805481 0.9291120171546936 0.14467313885688782 0.44439050555229187 0.88407397270202637 0.34096425771713257 0.61340779066085815 0.7123723030090332 0.44803154468536377 0.68835490942001343 0.57046931982040405 0.54138320684432983 0.73746073246002197 0.40380176901817322 0.6269945502281189 0.756156325340271 0.18736453354358673"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 3 0 -1 1 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-27.032913208007813 29.253707885742188 9.7596168518066406 -27.011983871459961 28.944223403930664 9.9641256332397461 -27.007938385009766 28.945278167724609 10.013345718383789 -27.028974533081055 29.257282257080078 9.8079347610473633"></Coordinate>\n\t\t\t\t<Normal vector="-0.99653184413909912 -0.013087541796267033 0.08217649906873703 -0.99653184413909912 -0.013087540864944458 0.08217649906873703 -0.99653184413909912 -0.013087541796267033 0.08217649906873703 -0.99653184413909912 -0.013087541796267033 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 3 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-25.477420806884766 18.788772583007813 16.674985885620117 -25.452817916870117 18.604717254638672 16.571977615356445 -27.007938385009766 28.945278167724609 10.013345718383789 -27.011983871459961 28.944223403930664 9.9641256332397461"></Coordinate>\n\t\t\t\t<Normal vector="-0.9807887077331543 -0.17692874372005463 0.082157023251056671 -0.98032456636428833 -0.17844517529010773 0.084386467933654785 -0.99653184413909912 -0.013087552040815353 0.08217649906873703 -0.99653184413909912 -0.013087552040815353 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-27.011983871459961 28.944223403930664 9.9641256332397461 -27.509418487548828 28.814418792724609 3.9111936092376709 -27.032913208007813 29.253707885742188 9.7596168518066406"></Coordinate>\n\t\t\t\t<Normal vector="-0.99653184413909912 -0.013087540864944458 0.08217649906873703 -0.99653184413909912 -0.013087579049170017 0.082176446914672852 -0.99653184413909912 -0.013087541796267033 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-27.011983871459961 28.944223403930664 9.9641256332397461 -27.509418487548828 28.814418792724609 3.9111936092376709 -25.452817916870117 18.604717254638672 16.571977615356445 -20.532814025878906 1.1363456249237061 7.801386833190918 -23.560461044311523 9.5472049713134766 11.687099456787109 -27.763504028320313 28.572774887084961 0.78858399391174316 -26.566066741943359 18.546857833862305 3.5125977993011475 -23.971401214599609 9.2430486679077148 5.9541029930114746"></Coordinate>\n\t\t\t\t<Normal vector="-0.99653184413909912 -0.01308753713965416 0.08217649906873703 -0.99653184413909912 -0.013087633065879345 0.08217649906873703 -0.98032283782958984 -0.17845264077186584 0.084390662610530853 -0.90000903606414795 -0.42786869406700134 0.083139099180698395 -0.94600409269332886 -0.3129594624042511 0.084454804658889771 -0.99648761749267578 -0.015824094414710999 0.0822315514087677 -0.98095011711120605 -0.17498277127742767 0.084367804229259491 -0.9451446533203125 -0.3155495822429657 0.084439717233181"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1" solid="false">\n\t\t\t\t<Coordinate point="-27.763504028320313 28.572774887084961 0.78858399391174316 -26.566066741943359 18.546857833862305 3.5125977993011475 -23.971401214599609 9.2430486679077148 5.9541029930114746 -20.532814025878906 1.1363456249237061 7.801386833190918 -20.243818283081055 0.28557881712913513 7.5466718673706055 -20.056760787963867 -0.58427882194519043 7.4022107124328613 -19.944961547851563 -1.4827402830123901 7.3499999046325684 -28.48185920715332 27.616819381713867 0.12036651372909546 -26.948957443237305 16.756486892700195 3.0378727912902832 -23.855558395385742 6.8710513114929199 5.5766782760620117 -27.800643920898438 28.546974182128906 0.58727371692657471 -27.875566482543945 28.464076995849609 0.41333633661270142 -27.968595504760742 28.347862243652344 0.29067134857177734 -28.088142395019531 28.18842887878418 0.19602087140083313 -28.227067947387695 27.993791580200195 0.13682740926742554 -27.980262756347656 28.070999145507813 0.3360569179058075 -27.537609100341797 22.987600326538086 1.71770179271698 -26.619794845581055 17.652721405029297 3.1598653793334961 -25.405540466308594 12.902887344360352 4.4233684539794922 -23.785472869873047 8.0746431350708008 5.6590628623962402 -22.082977294921875 3.9276752471923828 6.6417365074157715"></Coordinate>\n\t\t\t\t<Normal vector="-0.9964873194694519 -0.01582835428416729 0.082233995199203491 -0.98095124959945679 -0.17496764659881592 0.084386050701141357 -0.94514298439025879 -0.31554338335990906 0.084481336176395416 -0.90001916885375977 -0.42785012722015381 0.083125211298465729 -0.8154674768447876 -0.3241831362247467 0.47949779033660889 -0.62445861101150513 -0.1909940242767334 0.75734579563140869 -0.34399425983428955 -0.025574086233973503 0.93862342834472656 -0.24763819575309753 0.24012276530265808 0.93862473964691162 -0.29293105006217957 0.18214477598667145 0.93862384557723999 -0.33146774768829346 0.095474511384963989 0.93862330913543701 -0.96036452054977417 0.038103140890598297 0.27613064646720886 -0.88414990901947021 0.089577898383140564 0.45853540301322937 -0.78830528259277344 0.13066911697387695 0.60124897956848145 -0.66404378414154053 0.16847704350948334 0.72846502065658569 -0.51828229427337646 0.20079146325588226 0.83130395412445068 -0.76549190282821655 0.13573241233825684 0.62896651029586792 -0.77426296472549438 0.071354210376739502 0.62882858514785767 -0.7784721851348877 0.00047140230890363455 0.62767893075942993 -0.77746731042861938 -0.065462008118629456 0.62550723552703857 -0.77122324705123901 -0.13577242195606232 0.62191683053970337 -0.76043468713760376 -0.20034906268119812 0.6177372932434082"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1" solid="false">\n\t\t\t\t<Coordinate point="-19.57868766784668 4.083503246307373 7.3499999046325684 -19.813301086425781 3.9432322978973389 7.5115046501159668 -20.053041458129883 3.894573450088501 7.6921844482421875 -20.300195693969727 3.938861608505249 7.8930368423461914 -20.541593551635742 4.0744380950927734 8.1034231185913086 -20.706493377685547 4.2225308418273926 8.2561149597167969 -20.860593795776367 4.4062857627868652 8.4067001342773438 -21.095495223999023 4.7886667251586914 8.6557435989379883 -21.274576187133789 5.1950559616088867 8.8697471618652344 -19.809230804443359 2.7557837963104248 7.3499999046325684 -19.999948501586914 -0.044973406940698624 7.3499999046325684 -19.980131149291992 0.89124894142150879 7.3499999046325684 -19.916513442993164 1.8255174160003662 7.3499999046325684 -19.944961547851563 -1.4827402830123901 7.3499999046325684 -20.532814025878906 1.1363456249237061 7.801386833190918 -20.243818283081055 0.28557881712913513 7.5466718673706055 -20.056760787963867 -0.58427882194519043 7.4022107124328613 -23.560461044311523 9.5472049713134766 11.687099456787109 -25.452817916870117 18.604717254638672 16.571977615356445 -25.477420806884766 18.788772583007813 16.674985885620117 -25.306659698486328 19.347663879394531 16.834228515625 -25.449468612670898 19.071989059448242 16.792268753051758 -24.989452362060547 19.755668640136719 16.834228515625 -25.095922470092773 19.6202392578125 16.834228515625 -25.20166015625 19.484237670898438 16.834228515625 -23.518213272094727 12.255380630493164 12.565854072570801"></Coordinate>\n\t\t\t\t<Normal vector="0.61153548955917358 -0.12754717469215393 0.78086882829666138 0.612679123878479 -0.12193507701158524 0.78086882829666138 0.61323678493499756 -0.11909893900156021 0.78086882829666138 0.6132577657699585 -0.11899084597826004 0.78086882829666138 0.61275750398635864 -0.12154083698987961 0.78086882829666138 0.61209774017333984 -0.12482082098722458 0.78086882829666138 0.61120891571044922 -0.12910281121730804 0.78086882829666138 0.60919660329818726 -0.13828733563423157 0.78086882829666138 0.60686355829238892 -0.14819087088108063 0.78086882829666138 0.61873644590377808 -0.086076229810714722 0.78086882829666138 0.62469345331192017 0.0014047332806512713 0.78086882829666138 0.62407445907592773 -0.027837939560413361 0.78086882829666138 0.62208735942840576 -0.057019583880901337 0.78086882829666138 0.62297594547271729 0.046313017606735229 0.78086882829666138 0.623740553855896 -0.034519623965024948 0.78086882829666138 0.62463289499282837 -0.0088116759434342384 0.78086882829666138 0.62443011999130249 0.018190439790487289 0.78086882829666138 0.57896649837493896 -0.23460966348648071 0.78086882829666138 0.50432997941970825 -0.36863964796066284 0.78086882829666138 0.50276416540145874 -0.37077230215072632 0.78086882829666138 0.49627384543418884 -0.37941554188728333 0.78086882829666138 0.49989849328994751 -0.37462702393531799 0.78086882829666138 0.49005326628684998 -0.38741669058799744 0.78086882829666138 0.49214121699333191 -0.38476085662841797 0.78086882829666138 0.49421477317810059 -0.38209378719329834 0.78086882829666138 0.5539899468421936 -0.28868508338928223 0.78086882829666138"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-21.183860778808594 -4.6991658210754395 8.0888767242431641 -28.425025939941406 2.986685037612915 5.5192995071411133 -32.561798095703125 8.7724447250366211 3.6181886196136475 -36.095123291015625 15.199540138244629 1.6147215366363525 -36.095123291015625 15.199540138244629 10.700789451599121 -31.498451232910156 7.1462111473083496 16.461965560913086"></Coordinate>\n\t\t\t\t<Normal vector="0.67432940006256104 0.7384306788444519 0 0.77944487333297729 0.62647080421447754 0 0.84554564952850342 0.53390312194824219 0 0.903769850730896 0.42801877856254578 0 0.903769850730896 0.42801877856254578 0 0.82825887203216553 0.56034564971923828 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="22 9 10 -1 22 21 20 -1 22 23 9 -1 22 20 23 -1 24 10 11 -1 24 13 12 -1 24 14 13 -1 24 11 19 -1 24 12 21 -1 24 21 25 -1 24 25 10 -1 26 15 14 -1 26 16 15 -1 26 17 16 -1 26 18 17 -1 26 19 18 -1 26 14 24 -1 26 24 19 -1 27 2 1 -1 27 3 2 -1 27 4 3 -1 27 5 4 -1 27 6 5 -1 28 7 6 -1 28 6 27 -1 28 27 1 -1 29 1 0 -1 29 7 28 -1 29 28 1 -1 30 8 7 -1 30 7 29 -1 30 29 0 -1 31 0 9 -1 31 20 8 -1 31 9 23 -1 31 30 0 -1 31 23 20 -1 31 8 30 -1 32 21 22 -1 32 22 10 -1 32 25 21 -1 32 10 25 -1" solid="false">\n\t\t\t\t<Coordinate point="-20.153305053710938 -3.9110863208770752 7.1554813385009766 -19.777919769287109 -4.7935781478881836 7.3122587203979492 -19.710443496704102 -5.099055290222168 7.4088149070739746 -19.708982467651367 -5.25262451171875 7.4771780967712402 -19.865200042724609 -5.4578371047973633 7.6606626510620117 -20.073057174682617 -5.4434351921081543 7.7739243507385254 -20.364040374755859 -5.3174118995666504 7.8848700523376465 -20.788333892822266 -5.032783031463623 8.0039052963256836 -21.183860778808594 -4.6991658210754395 8.0888767242431641 -27.809762954711914 4.1980838775634766 4.3641195297241211 -32.115608215332031 10.383346557617188 2.2959811687469482 -35.704689025878906 17.293935775756836 0.12036652863025665 -36.095123291015625 15.199540138244629 1.6147215366363525 -36.098503112792969 15.287933349609375 1.3209164142608643 -36.091442108154297 15.373470306396484 1.1712050437927246 -36.078411102294922 15.485554695129395 1.0215109586715698 -36.041374206542969 15.738187789916992 0.76981985569000244 -35.973705291748047 16.11979866027832 0.50139480829238892 -35.876804351806641 16.588083267211914 0.27981856465339661 -35.796295166015625 16.934541702270508 0.17551484704017639 -28.425025939941406 2.986685037612915 5.5192995071411133 -32.561798095703125 8.7724447250366211 3.6181886196136475 -31.65397834777832 8.0624141693115234 3.1016309261322021 -28.301967620849609 3.4442517757415771 4.632077693939209 -34.629508972167969 13.108641624450684 1.4965643882751465 -33.195125579833984 10.535602569580078 2.305910587310791 -35.881591796875 15.631490707397461 0.72047072649002075 -20.105218887329102 -5.1254644393920898 7.4994673728942871 -20.346639633178711 -5.0305733680725098 7.5244588851928711 -20.542169570922852 -4.6352777481079102 7.3090238571166992 -20.779731750488281 -4.5283336639404297 7.3110666275024414 -24.416618347167969 -0.99383348226547241 6.1366710662841797 -32.502906799316406 9.3917121887207031 2.6717586517333984"></Coordinate>\n\t\t\t\t<Normal vector="-0.33863076567649841 -0.065733328461647034 0.93862044811248779 -0.067746438086032867 0.23412999510765076 0.96984201669692993 0.061512578278779984 0.36499032378196716 0.92897701263427734 0.14430521428585052 0.4441973865032196 0.88423115015029907 0.34133473038673401 0.61346322298049927 0.71214711666107178 0.44792968034744263 0.68837195634841919 0.57052874565124512 0.54139864444732666 0.7374531626701355 0.40379494428634644 0.62700527906417847 0.75615054368972778 0.18735197186470032 0.67431747913360596 0.73844152688980103 1.2601116168298176E-6 -0.34108573198318481 0.051481496542692184 0.9386214017868042 -0.32821914553642273 0.10611265897750854 0.93862253427505493 -0.31044414639472961 0.1503681093454361 0.93862336874008179 0.90376251935958862 0.4280342161655426 -4.6246104830061086E-6 0.84334170818328857 0.47450876235961914 0.25222253799438477 0.79119497537612915 0.48515048623085022 0.37234330177307129 0.72485983371734619 0.48732635378837585 0.48692011833190918 0.57846707105636597 0.47076722979545593 0.66614866256713867 0.36034378409385681 0.41839787364006042 0.83372390270233154 0.0935869961977005 0.32828187942504883 0.93993216753005981 -0.10431098937988281 0.24727091193199158 0.96331524848937988 0.7793537974357605 0.62658411264419556 5.0392509365337901E-6 0.84559941291809082 0.53381794691085815 2.8153963285149075E-6 0.40676367282867432 0.51313978433609009 0.75579816102981567 0.35838693380355835 0.54206830263137817 0.76007944345474243 0.45491868257522583 0.47368118166923523 0.75410550832748413 0.4311346709728241 0.49453043937683105 0.75469368696212769 0.47651171684265137 0.45228826999664307 0.75390446186065674 0.27106419205665588 0.55575644969940186 0.78591281175613403 0.34324225783348083 0.61200368404388428 0.7124859094619751 0.21564969420433044 0.50798416137695313 0.83393484354019165 0.27898365259170532 0.55955302715301514 0.78042840957641602 0.3116755485534668 0.55853831768035889 0.76869583129882813 0.42002943158149719 0.50334417819976807 0.75512903928756714"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 14 1 -1 15 14 0 -1 11 0 2 -1 11 15 0 -1 3 11 2 -1 4 11 3 -1 12 11 4 -1 7 12 4 -1 13 12 7 -1 6 13 7 -1 8 13 6 -1 9 8 6 -1 10 9 6 -1 5 10 6 -1" solid="false">\n\t\t\t\t<Coordinate point="-19.486667633056641 -4.5022015571594238 7.3499999046325684 -19.2337646484375 -5.4829120635986328 7.3499999046325684 -19.690668106079102 -3.5039370059967041 7.3499999046325684 -19.843564987182617 -2.4965784549713135 7.3499999046325684 -19.944961547851563 -1.4827402830123901 7.3499999046325684 -28.48185920715332 27.616819381713867 0.12036651372909546 -26.948957443237305 16.756486892700195 3.0378727912902832 -23.855558395385742 6.8710513114929199 5.5766782760620117 -35.704689025878906 17.293935775756836 0.12036652863025665 -33.668117523193359 20.984827041625977 0.12036652863025665 -31.251411437988281 24.438787460327148 0.12036652863025665 -20.153305053710938 -3.9110863208770752 7.1554813385009766 -27.809762954711914 4.1980838775634766 4.3641195297241211 -32.115608215332031 10.383346557617188 2.2959811687469482 -19.392864227294922 -5.080141544342041 7.332667350769043 -19.662490844726563 -4.6167078018188477 7.2775259017944336"></Coordinate>\n\t\t\t\t<Normal vector="-0.33609047532081604 -0.077650383114814758 0.93862324953079224 -0.33172860741615295 -0.094564877450466156 0.93862324953079224 -0.33960893750190735 -0.06043311208486557 0.93862324953079224 -0.34224599599838257 -0.04305899515748024 0.93862324953079224 -0.34399476647377014 -0.025573119521141052 0.93862324953079224 -0.24764394760131836 0.24012261629104614 0.93862324953079224 -0.29293429851531982 0.1821424812078476 0.93862324953079224 -0.33146867156028748 0.09547201544046402 0.93862324953079224 -0.31044498085975647 0.15036725997924805 0.93862324953079224 -0.29273739457130432 0.1824587881565094 0.93862324953079224 -0.2717246413230896 0.2124902755022049 0.93862324953079224 -0.33862632513046265 -0.065716102719306946 0.93862324953079224 -0.34107965230941772 0.051488429307937622 0.93862324953079224 -0.32821604609489441 0.10611604154109955 0.93862324953079224 -0.33368483185768127 -0.087411858141422272 0.93862324953079224 -0.33581158518791199 -0.078847788274288177 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-27.509418487548828 28.814418792724609 3.9111936092376709 -27.032913208007813 29.253707885742188 9.7596168518066406 -27.353067398071289 29.185779571533203 3.8700993061065674 -27.470043182373047 29.016643524169922 3.8925406932830811 -26.870525360107422 29.630641937255859 9.7185659408569336 -26.991861343383789 29.459688186645508 9.7410869598388672"></Coordinate>\n\t\t\t\t<Normal vector="-0.99653208255767822 -0.013075549155473709 0.082175552845001221 -0.99653184413909912 -0.0130875613540411 0.08217649906873703 -0.68382680416107178 0.72964435815811157 -1.7605873381398851E-6 -0.91892480850219727 0.39186444878578186 0.044937815517187119 -0.67176294326782227 0.74076616764068604 2.1135585939191515E-6 -0.9156678318977356 0.39939698576927185 0.045105002820491791"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-27.353067398071289 29.185779571533203 3.8700993061065674 -27.470043182373047 29.016643524169922 3.8925406932830811 -27.509418487548828 28.814418792724609 3.9111936092376709 -27.610389709472656 28.942466735839844 0.74746823310852051 -27.725296020507813 28.773712158203125 0.76989573240280151 -27.763504028320313 28.572774887084961 0.78858399391174316"></Coordinate>\n\t\t\t\t<Normal vector="-0.68382680416107178 0.72964435815811157 -1.4245879356167279E-6 -0.9189266562461853 0.39186003804206848 0.044938359409570694 -0.99653178453445435 -0.013093477115035057 0.082176700234413147 -0.69025975465774536 0.72356164455413818 0 -0.92118757963180542 0.38651859760284424 0.044909369200468063 -0.99648761749267578 -0.015823934227228165 0.082231543958187103"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1" solid="false">\n\t\t\t\t<Coordinate point="-27.610389709472656 28.942466735839844 0.74746823310852051 -27.670156478881836 28.885332107543945 0.43665421009063721 -27.745988845825195 28.812498092651367 0.24846003949642181 -27.903352737426758 28.660127639770508 0.012588707730174065 -28.098537445068359 28.468791961669922 -0.16213507950305939 -28.248252868652344 28.320243835449219 -0.24785777926445007 -28.411344528198242 28.156623840332031 -0.30803510546684265 -28.716999053955078 27.844818115234375 -0.34894537925720215 -28.652400970458984 27.782180786132813 -0.062796838581562042 -28.48185920715332 27.616819381713867 0.12036651372909546 -27.763504028320313 28.572774887084961 0.78858399391174316 -27.800643920898438 28.546974182128906 0.58727371692657471 -27.875566482543945 28.464076995849609 0.41333633661270142 -27.968595504760742 28.347862243652344 0.29067134857177734 -28.088142395019531 28.18842887878418 0.19602087140083313 -28.227067947387695 27.993791580200195 0.13682740926742554 -27.725296020507813 28.773712158203125 0.76989573240280151 -28.290119171142578 28.188299179077148 -0.030854778364300728 -28.358913421630859 28.112646102905273 -0.049504242837429047"></Coordinate>\n\t\t\t\t<Normal vector="-0.69026648998260498 0.72355526685714722 1.0572446171863703E-6 -0.69176727533340454 0.72212052345275879 -0.000048293106374330819 -0.69364774227142334 0.7203143835067749 -0.000038133552152430639 -0.69754838943481445 0.71653765439987183 0.000035219480196246877 -0.70242643356323242 0.71175634860992432 0.000031351719371741638 -0.7061801552772522 0.70803219079971313 0.000037121237255632877 -0.71033233404159546 0.70386642217636108 7.2398029260511976E-6 -0.71792435646057129 0.69612109661102295 0 -0.58877593278884888 0.57080209255218506 0.5723004937171936 -0.24764737486839294 0.24011898040771484 0.93862324953079224 -0.9964873194694519 -0.015830088406801224 0.082233957946300507 -0.96030598878860474 0.038215577602386475 0.27631860971450806 -0.8845285177230835 0.089242361485958099 0.45787018537521362 -0.78835457563400269 0.13068504631519318 0.60118091106414795 -0.66457867622375488 0.1679358184337616 0.72810214757919312 -0.51824605464935303 0.20110887289047241 0.83124983310699463 -0.92119020223617554 0.38651171326637268 0.044914864003658295 -0.71663892269134521 0.51740401983261108 0.46767693758010864 -0.69275021553039551 0.52806133031845093 0.49117034673690796"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="12 5 4 -1 12 4 8 -1 13 6 5 -1 13 5 12 -1 14 1 0 -1 14 7 6 -1 14 0 7 -1 14 6 13 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 14 13 -1 17 1 14 -1 17 13 16 -1 17 16 11 -1" solid="false">\n\t\t\t\t<Coordinate point="-35.999458312988281 17.436712265014648 -0.34894508123397827 -33.946071624755859 21.158073425292969 -0.34894508123397827 -31.509416580200195 24.640548706054688 -0.34894508123397827 -28.716999053955078 27.844818115234375 -0.34894537925720215 -35.704689025878906 17.293935775756836 0.12036652863025665 -35.824237823486328 17.351840972900391 0.047019768506288528 -35.918479919433594 17.397489547729492 -0.062794789671897888 -35.978736877441406 17.426675796508789 -0.19896338880062103 -33.668117523193359 20.984827041625977 0.12036652863025665 -31.251411437988281 24.438787460327148 0.12036652863025665 -28.48185920715332 27.616819381713867 0.12036651372909546 -28.652400970458984 27.782180786132813 -0.062796838581562042 -33.780845642089844 21.055089950561523 0.047019768506288528 -33.869712829589844 21.110479354858398 -0.062794789671897888 -33.926532745361328 21.145895004272461 -0.19896338880062103 -31.356048583984375 24.520614624023438 0.047019768506288528 -31.43853759765625 24.585121154785156 -0.062794789671897888 -31.491279602050781 24.626365661621094 -0.19896338880062103"></Coordinate>\n\t\t\t\t<Normal vector="-0.89998650550842285 0.43591779470443726 0 -0.84865182638168335 0.52895182371139526 0 -0.78773540258407593 0.61601370573043823 0 -0.71792501211166382 0.69612044095993042 -5.8216795650878339E-7 -0.31044498085975647 0.15036724507808685 0.93862324953079224 -0.54954278469085693 0.2661767303943634 0.79192972183227539 -0.73802846670150757 0.35747173428535461 0.57230061292648315 -0.85854274034500122 0.41584408283233643 0.29996341466903687 -0.29273739457130432 0.1824587881565094 0.93862324953079224 -0.2717246413230896 0.2124902755022049 0.93862324953079224 -0.2476440966129303 0.24012275040149689 0.93862318992614746 -0.58873021602630615 0.57084953784942627 0.5723002552986145 -0.51819717884063721 0.3229844868183136 0.79192972183227539 -0.69593179225921631 0.43376374244689941 0.57230061292648315 -0.80957204103469849 0.50459396839141846 0.29996341466903687 -0.4810008704662323 0.37614551186561584 0.79192972183227539 -0.64597761631011963 0.50515830516815186 0.57230061292648315 -0.7514607310295105 0.5876467227935791 0.29996341466903687"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1" solid="false">\n\t\t\t\t<Coordinate point="-36.095123291015625 15.199540138244629 1.6147215366363525 -36.098503112792969 15.287933349609375 1.3209164142608643 -36.091442108154297 15.373470306396484 1.1712050437927246 -36.078411102294922 15.485554695129395 1.0215109586715698 -36.041374206542969 15.738187789916992 0.76981985569000244 -35.973705291748047 16.11979866027832 0.50139480829238892 -35.876804351806641 16.588083267211914 0.27981856465339661 -35.796295166015625 16.934541702270508 0.17551484704017639 -35.704689025878906 17.293935775756836 0.12036652863025665 -37.009628295898438 15.17522144317627 1.6147216558456421 -36.856845855712891 15.378131866455078 1.6147216558456421 -36.707149505615234 15.45915699005127 1.6147216558456421 -36.528221130371094 15.485041618347168 1.6147215366363525 -36.35174560546875 15.445877075195313 1.6147215366363525 -36.200782775878906 15.346436500549316 1.6147215366363525 -36.994712829589844 15.211544990539551 1.3049592971801758 -36.942119598388672 15.33882999420166 0.95080912113189697 -36.856433868408203 15.543596267700195 0.62038642168045044 -36.752468109130859 15.787845611572266 0.3471149206161499 -36.634811401367188 16.05897331237793 0.12173808366060257 -36.460285186767578 16.451374053955078 -0.11174597591161728 -36.241657257080078 16.927556991577148 -0.28450471162796021 -35.999458312988281 17.436712265014648 -0.34894508123397827 -35.824237823486328 17.351840972900391 0.047019768506288528 -35.918479919433594 17.397489547729492 -0.062794789671897888 -35.978736877441406 17.426675796508789 -0.19896338880062103 -36.412723541259766 16.094484329223633 0.51481574773788452 -36.801845550537109 15.491345405578613 1.1369332075119019 -36.778491973876953 15.555587768554688 0.99582803249359131 -36.281284332275391 15.423052787780762 1.4814825057983398 -36.746364593505859 15.64115047454834 0.84721833467483521 -36.539073944091797 15.665160179138184 1.0256888866424561 -36.297164916992188 15.53846549987793 1.2039549350738525 -36.708992004394531 15.738192558288574 0.70900946855545044 -36.293827056884766 15.578044891357422 1.1343288421630859 -36.288425445556641 15.625918388366699 1.0596923828125 -36.229965209960938 15.954628944396973 0.68714219331741333 -36.234855651855469 16.600521087646484 0.17274940013885498 -36.155582427978516 16.809831619262695 0.078337050974369049 -36.086997985839844 16.985172271728516 0.01724923774600029 -36.558074951171875 15.526836395263672 1.3434135913848877 -36.557743072509766 15.579439163208008 1.1954032182693481"></Coordinate>\n\t\t\t\t<Normal vector="0.90376979112625122 0.42801886796951294 2.0960749225196196E-6 0.8434709906578064 0.47445347905158997 0.25189405679702759 0.79122370481491089 0.4850311279296875 0.37243771553039551 0.72484833002090454 0.48730632662773132 0.4869573712348938 0.57842212915420532 0.4709189236164093 0.66608047485351563 0.36036324501037598 0.41840466856956482 0.83371210098266602 0.093496866524219513 0.32827997207641602 0.93994182348251343 -0.10429341346025467 0.24736277759075165 0.96329361200332642 -0.31044438481330872 0.15036822855472565 0.93862330913543701 -0.92524075508117676 0.37938052415847778 0 -0.61962234973907471 0.78490006923675537 3.9818060031393543E-6 -0.32034397125244141 0.94730126857757568 4.8213432819466107E-6 0.037542819976806641 0.99929499626159668 5.522332685359288E-6 0.39058434963226318 0.92056715488433838 1.1320801149850013E-6 0.69238942861557007 0.72152400016784668 0.000011195617844350636 -0.92486768960952759 0.38028907775878906 -7.6872975114383735E-6 -0.9235539436340332 0.38346850872039795 4.3735535655287094E-6 -0.92141079902648926 0.38858991861343384 4.1657690417196136E-6 -0.91881042718887329 0.39469915628433228 -1.2445776746972115E-6 -0.91586995124816895 0.40147510170936584 -1.0393657703389181E-6 -0.91150981187820435 0.41127827763557434 3.5951893551100511E-6 -0.906036376953125 0.42319980263710022 -3.143027470287052E-6 -0.89998650550842285 0.43591779470443726 3.327858451029897E-7 -0.54954242706298828 0.26617744565010071 0.79192972183227539 -0.73802804946899414 0.35747224092483521 0.57230073213577271 -0.85854256153106689 0.41584420204162598 0.29996377229690552 -0.38266634941101074 0.67637163400650024 0.62935513257980347 -0.61345642805099487 0.75981074571609497 0.21531115472316742 -0.63172334432601929 0.73181033134460449 0.2556937038898468 0.51658546924591064 0.83888059854507446 0.17151902616024017 -0.65202593803405762 0.700736403465271 0.2895352840423584 -0.19094820320606232 0.85974621772766113 0.47368261218070984 0.37813442945480347 0.81109130382537842 0.44625687599182129 -0.67158055305480957 0.67111289501190186 0.31398579478263855 0.34494134783744812 0.79433220624923706 0.50005185604095459 0.30759170651435852 0.77466660737991333 0.55252057313919067 0.095171399414539337 0.65618419647216797 0.74857509136199951 -0.54076564311981201 0.5325624942779541 0.65111416578292847 -0.59675794839859009 0.48288139700889587 0.64086306095123291 -0.64100140333175659 0.44377511739730835 0.6262434720993042 -0.073496431112289429 0.95770204067230225 0.27821767330169678 -0.13401511311531067 0.9148220419883728 0.38097313046455383"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1" solid="false">\n\t\t\t\t<Coordinate point="-26.726715087890625 29.188859939575195 10.355278968811035 -26.92413330078125 29.085372924804688 10.217992782592773 -27.007938385009766 28.945278167724609 10.013345718383789 -27.028974533081055 29.257282257080078 9.8079347610473633 -26.978729248046875 29.472949981689453 9.9095926284790039 -26.848506927490234 29.650592803955078 9.9853754043579102 -26.761068344116211 29.729534149169922 10"></Coordinate>\n\t\t\t\t<Normal vector="-0.43408489227294922 0.4740740954875946 0.76604443788528442 -0.8289216160774231 0.26710328459739685 0.49147206544876099 -0.99653184413909912 -0.013087541796267033 0.08217649906873703 -0.99653184413909912 -0.013087541796267033 0.08217649906873703 -0.88204139471054077 0.21673284471035004 0.41836565732955933 -0.61092132329940796 0.40751162171363831 0.67875576019287109 -0.4300420880317688 0.4777446985244751 0.7660442590713501"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-26.726715087890625 29.188859939575195 10.355278968811035 -25.306659698486328 19.347663879394531 16.834228515625 -25.449468612670898 19.071989059448242 16.792268753051758 -25.477420806884766 18.788772583007813 16.674985885620117 -27.007938385009766 28.945278167724609 10.013345718383789 -26.92413330078125 29.085372924804688 10.217992782592773"></Coordinate>\n\t\t\t\t<Normal vector="-0.43408489227294922 0.47407406568527222 0.76604443788528442 -0.51064795255661011 0.39040544629096985 0.76604324579238892 -0.86177182197570801 0.12494248896837234 0.49166926741600037 -0.98078864812850952 -0.1769290417432785 0.082157067954540253 -0.99653184413909912 -0.013087566941976547 0.082176506519317627 -0.8289216160774231 0.26710274815559387 0.49147239327430725"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1" solid="false">\n\t\t\t\t<Coordinate point="-37.009628295898438 15.17522144317627 1.6147216558456421 -36.856845855712891 15.378131866455078 1.6147216558456421 -36.707149505615234 15.45915699005127 1.6147216558456421 -36.528221130371094 15.485041618347168 1.6147215366363525 -36.35174560546875 15.445877075195313 1.6147215366363525 -36.200782775878906 15.346436500549316 1.6147215366363525 -36.095123291015625 15.199540138244629 1.6147215366363525 -37.009628295898438 15.17522144317627 10 -36.819709777832031 15.40471363067627 10.073545455932617 -36.657741546630859 15.473114967346191 10.176597595214844 -36.433135986328125 15.472575187683105 10.350322723388672 -36.237705230712891 15.378578186035156 10.532092094421387 -36.095123291015625 15.199540138244629 10.700789451599121"></Coordinate>\n\t\t\t\t<Normal vector="-0.92524075508117676 0.37938052415847778 0 -0.61965197324752808 0.78487670421600342 0 -0.32030588388442993 0.94731414318084717 0 0.037576023489236832 0.9992937445640564 0 0.39054369926452637 0.92058438062667847 0 0.69243556261062622 0.72147971391677856 0 0.903769850730896 0.42801877856254578 0 -0.92524075508117676 0.37938052415847778 0 -0.54531306028366089 0.83823245763778687 0 -0.2214677482843399 0.97516769170761108 0 0.22766728699207306 0.97373896837234497 0 0.61841744184494019 0.78584980964660645 0 0.903769850730896 0.42801877856254578 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1" solid="false">\n\t\t\t\t<Coordinate point="-26.870525360107422 29.630641937255859 9.7185659408569336 -26.991861343383789 29.459688186645508 9.7410869598388672 -27.032913208007813 29.253707885742188 9.7596168518066406 -26.848506927490234 29.650592803955078 9.9853754043579102 -27.028974533081055 29.257282257080078 9.8079347610473633 -26.978729248046875 29.472949981689453 9.9095926284790039"></Coordinate>\n\t\t\t\t<Normal vector="-0.67176312208175659 0.74076604843139648 0 -0.91566723585128784 0.39939853549003601 0.045103665441274643 -0.99653184413909912 -0.013087540864944458 0.08217649906873703 -0.67121267318725586 0.74126482009887695 0 -0.99653184413909912 -0.013087539002299309 0.08217649906873703 -0.91526496410369873 0.40032768249511719 0.045030608773231506"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 3 0 -1 1 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-10.341579437255859 38.465690612792969 9.7596168518066406 -10.466872215270996 38.181930541992188 9.9641256332397461 -10.462800979614258 38.180984497070313 10.013345718383789 -10.336432456970215 38.467025756835938 9.8079347610473633"></Coordinate>\n\t\t\t\t<Normal vector="-0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.88846719264984131 0.45152300596237183 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 3 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-13.827557563781738 28.476579666137695 16.674985885620117 -13.891308784484863 28.302173614501953 16.571977615356445 -10.462800979614258 38.180984497070313 10.013345718383789 -10.466872215270996 38.181930541992188 9.9641256332397461"></Coordinate>\n\t\t\t\t<Normal vector="-0.95066815614700317 0.29913261532783508 0.082157023251056671 -0.9509618878364563 0.29757416248321533 0.084386467933654785 -0.88846725225448608 0.45152300596237183 0.08217649906873703 -0.88846725225448608 0.45152300596237183 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-10.466872215270996 38.181930541992188 9.9641256332397461 -10.967652320861816 38.298164367675781 3.9111936092376709 -10.341579437255859 38.465690612792969 9.7596168518066406"></Coordinate>\n\t\t\t\t<Normal vector="-0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.88846725225448608 0.45152297616004944 0.082176446914672852 -0.88846719264984131 0.45152300596237183 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-10.466872215270996 38.181930541992188 9.9641256332397461 -10.967652320861816 38.298164367675781 3.9111936092376709 -13.891308784484863 28.302173614501953 16.571977615356445 -17.652816772460938 10.548257827758789 7.801386833190918 -16.424945831298828 19.402721405029297 11.687099456787109 -11.304931640625 38.202278137207031 0.78858399391174316 -14.903928756713867 28.768293380737305 3.5125977993011475 -16.93016242980957 19.324378967285156 5.9541029930114746"></Coordinate>\n\t\t\t\t<Normal vector="-0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.88846725225448608 0.45152291655540466 0.08217649906873703 -0.95096385478973389 0.29756677150726318 0.084390662610530853 -0.99575895071029663 0.039396155625581741 0.083139099180698395 -0.98308455944061279 0.16251817345619202 0.084454804658889771 -0.88969981670379639 0.44907933473587036 0.0822315514087677 -0.94990670680999756 0.30093070864677429 0.084367804229259491 -0.98352724313735962 0.15982533991336823 0.084439717233181"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1" solid="false">\n\t\t\t\t<Coordinate point="-11.304931640625 38.202278137207031 0.78858399391174316 -14.903928756713867 28.768293380737305 3.5125977993011475 -16.93016242980957 19.324378967285156 5.9541029930114746 -17.652816772460938 10.548257827758789 7.801386833190918 -17.792295455932617 9.6606388092041016 7.5466718673706055 -18.030908584594727 8.8034887313842773 7.4022107124328613 -18.349449157714844 7.9559841156005859 7.3499999046325684 -12.385257720947266 37.689659118652344 0.12036651372909546 -16.074989318847656 27.360937118530273 3.0378727912902832 -17.929910659790039 17.170244216918945 5.5766782760620117 -11.349807739257813 38.196693420410156 0.58727371692657471 -11.454672813415527 38.158111572265625 0.41333633661270142 -11.591052055358887 38.098438262939453 0.29067134857177734 -11.770998001098633 38.012825012207031 0.19602087140083313 -11.984463691711426 37.905044555664063 0.13682740926742554 -11.730048179626465 37.858711242675781 0.3360569179058075 -13.700471878051758 33.151874542236328 1.71770179271698 -15.367029190063477 28.001544952392578 3.1598653793334961 -16.499217987060547 23.231483459472656 4.4233684539794922 -17.308515548706055 18.203401565551758 5.6590628623962402 -17.72822380065918 13.740255355834961 6.6417365074157715"></Coordinate>\n\t\t\t\t<Normal vector="-0.88970154523849487 0.44907546043395996 0.082233995199203491 -0.94990068674087524 0.30094462633132935 0.084386050701141357 -0.98352289199829102 0.15983004868030548 0.084481336176395416 -0.99575924873352051 0.039417266845703125 0.083125211298465729 -0.87271600961685181 0.091916725039482117 0.47949779033660889 -0.64169001579284668 0.1210835874080658 0.75734579563140869 -0.31647664308547974 0.13721737265586853 0.93862342834472656 -0.10768212378025055 0.32770135998725891 0.93862473964691162 -0.17473065853118896 0.29741305112838745 0.93862384557723999 -0.24913088977336884 0.23857921361923218 0.93862330913543701 -0.83265316486358643 0.48004230856895447 0.27613064646720886 -0.74124693870544434 0.49020224809646606 0.45853540301322937 -0.63728469610214233 0.4820455014705658 0.60124897956848145 -0.50968641042709351 0.45777556300163269 0.72846502065658569 -0.36560371518135071 0.41864979267120361 0.83130395412445068 -0.61473137140274048 0.47592690587043762 0.62896651029586792 -0.65241587162017822 0.42299896478652954 0.62882858514785767 -0.68908381462097168 0.36219146847724915 0.62767893075942993 -0.71883481740951538 0.30334335565567017 0.62550723552703857 -0.74598085880279541 0.23818480968475342 0.62191683053970337 -0.76643830537796021 0.17599134147167206 0.6177372932434082"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1" solid="false">\n\t\t\t\t<Coordinate point="-15.438371658325195 12.714427947998047 7.3499999046325684 -15.711067199707031 12.699233055114746 7.5113492012023926 -15.945300102233887 12.767135620117188 7.6914048194885254 -16.14384651184082 12.920990943908691 7.8923249244689941 -16.294345855712891 13.152098655700684 8.1019964218139648 -16.370822906494141 13.356277465820313 8.2524299621582031 -16.423212051391602 13.594541549682617 8.4058322906494141 -16.453731536865234 14.043239593505859 8.6554975509643555 -16.423437118530273 14.486782073974609 8.8697471618652344 -16.259527206420898 11.645934104919434 7.3499999046325684 -17.729976654052734 9.2546176910400391 7.3499999046325684 -17.27734375 10.074392318725586 7.3499999046325684 -16.786836624145508 10.87208080291748 7.3499999046325684 -18.349449157714844 7.9559841156005859 7.3499999046325684 -17.652816772460938 10.548257827758789 7.801386833190918 -17.792295455932617 9.6606388092041016 7.5466718673706055 -18.030908584594727 8.8034887313842773 7.4022107124328613 -16.424945831298828 19.402721405029297 11.687099456787109 -13.891308784484863 28.302173614501953 16.571977615356445 -13.827557563781738 28.476579666137695 16.674985885620117 -13.4166259765625 28.892097473144531 16.834228515625 -13.67119026184082 28.714366912841797 16.792268753051758 -12.946144104003906 29.105953216552734 16.834228515625 -13.10335636138916 29.035516738891602 16.834228515625 -13.260185241699219 28.964229583740234 16.834228515625 -15.128984451293945 21.781059265136719 12.565854072570801"></Coordinate>\n\t\t\t\t<Normal vector="0.48221373558044434 -0.39713197946548462 0.78086882829666138 0.48583197593688965 -0.39269730448722839 0.78086882829666138 0.48764228820800781 -0.39044705033302307 0.78086882829666138 0.48771771788597107 -0.39035284519195557 0.78086882829666138 0.4861031174659729 -0.39236164093017578 0.78086882829666138 0.48403793573379517 -0.39490655064582825 0.78086882829666138 0.48121953010559082 -0.39833611249923706 0.78086882829666138 0.47515836358070374 -0.40554708242416382 0.78086882829666138 0.46848323941230774 -0.41324004530906677 0.78086882829666138 0.50786226987838745 -0.36375787854194641 0.78086882829666138 0.55379140377044678 -0.28906568884849548 0.78086882829666138 0.53965359926223755 -0.31467112898826599 0.78086882829666138 0.52433264255523682 -0.33958673477172852 0.78086882829666138 0.57314050197601318 -0.24850320816040039 0.78086882829666138 0.53625279664993286 -0.32043230533599854 0.78086882829666138 0.54898995161056519 -0.29808372259140015 0.78086882829666138 0.56135892868041992 -0.27408033609390259 0.78086882829666138 0.40362083911895752 -0.47679567337036133 0.78086882829666138 0.27524662017822266 -0.56078803539276123 0.78086882829666138 0.27286908030509949 -0.56194871664047241 0.78086882829666138 0.26310548186302185 -0.5665857195854187 0.78086882829666138 0.26854026317596436 -0.56403017044067383 0.78086882829666138 0.25387910008430481 -0.57077956199645996 0.78086882829666138 0.2569621205329895 -0.56939822435379028 0.78086882829666138 0.26003760099411011 -0.56800031661987305 0.78086882829666138 0.3563750684261322 -0.51306986808776855 0.78086882829666138"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-20.941188812255859 5.6837263107299805 8.0888767242431641 -23.781129837036133 15.85434627532959 5.5192995071411133 -24.755281448364258 22.899835586547852 3.6181886196136475 -24.897066116333008 30.232765197753906 1.6147215366363525 -24.897066116333008 30.232765197753906 10.700789451599121 -24.569484710693359 20.965715408325195 16.461965560913086"></Coordinate>\n\t\t\t\t<Normal vector="0.94025486707687378 0.34047138690948486 0 0.98129963874816895 0.19248625636100769 0 0.9968106746673584 0.079803057014942169 0 0.99915868043899536 -0.041010972112417221 0 0.99915868043899536 -0.041010972112417221 0 0.99379241466522217 0.11125033348798752 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="22 9 10 -1 22 21 20 -1 22 23 9 -1 22 20 23 -1 24 10 11 -1 24 13 12 -1 24 14 13 -1 24 11 19 -1 24 12 21 -1 24 21 25 -1 24 25 10 -1 26 15 14 -1 26 16 15 -1 26 17 16 -1 26 18 17 -1 26 19 18 -1 26 14 24 -1 26 24 19 -1 27 2 1 -1 27 3 2 -1 27 4 3 -1 27 5 4 -1 27 6 5 -1 28 7 6 -1 28 6 27 -1 28 27 1 -1 29 1 0 -1 29 7 28 -1 29 28 1 -1 30 8 7 -1 30 7 29 -1 30 29 0 -1 31 0 9 -1 31 20 8 -1 31 9 23 -1 31 30 0 -1 31 23 20 -1 31 8 30 -1 32 21 22 -1 32 22 10 -1 32 25 21 -1 32 10 25 -1" solid="false">\n\t\t\t\t<Coordinate point="-19.662437438964844 5.9026107788085938 7.1554818153381348 -19.740007400512695 4.9475836753845215 7.3120465278625488 -19.822029113769531 4.6458039283752441 7.4084482192993164 -19.891977310180664 4.5089468955993652 7.4767427444458008 -20.126663208007813 4.3992753028869629 7.6610188484191895 -20.304800033569336 4.5097160339355469 7.7746992111206055 -20.503423690795898 4.7565798759460449 7.8853073120117188 -20.746335983276367 5.2052230834960938 8.0040559768676758 -20.941188812255859 5.6837263107299805 8.0888767242431641 -22.673376083374023 16.641059875488281 4.3641200065612793 -23.611577987670898 24.118864059448242 2.2959814071655273 -23.578039169311523 31.905817031860352 0.12036652863025665 -24.897066116333008 30.232765197753906 1.6147215366363525 -24.858982086181641 30.312604904174805 1.3209164142608643 -24.812978744506836 30.385061264038086 1.1712050437927246 -24.749349594116211 30.478250503540039 1.0215109586715698 -24.599153518676758 30.684736251831055 0.76981985569000244 -24.36189079284668 30.991188049316406 0.50139480829238892 -24.058465957641602 31.360799789428711 0.27981856465339661 -23.826171875 31.630161285400391 0.17551484704017639 -23.781129837036133 15.85434627532959 5.5192995071411133 -24.755281448364258 22.899835586547852 3.6181886196136475 -24.281415939331055 21.849250793457031 3.1016309261322021 -23.459524154663086 16.202314376831055 4.632077693939209 -24.571018218994141 27.700262069702148 1.4965643882751465 -24.496686935424805 24.75535774230957 2.305910587310791 -24.507257461547852 30.516006469726563 0.72047072649002075 -20.184717178344727 4.8059220314025879 7.4993548393249512 -20.354085922241211 5.0018892288208008 7.524261474609375 -20.343563079833984 5.4423890113830566 7.309028148651123 -20.503959655761719 5.647181510925293 7.3110666275024414 -22.081699371337891 10.466972351074219 6.1366710662841797 -24.415349960327148 23.420803070068359 2.6717586517333984"></Coordinate>\n\t\t\t\t<Normal vector="-0.3303905725479126 0.099165558815002441 0.93862038850784302 0.048402436077594757 0.23865549266338348 0.96989727020263672 0.22346735000610352 0.2944105863571167 0.92918497323989868 0.3335343599319458 0.32607185840606689 0.88455182313919067 0.58776915073394775 0.38464593887329102 0.71174073219299316 0.71733665466308594 0.40142005681991577 0.56946474313735962 0.82246643304824829 0.40134507417678833 0.40307703614234924 0.906669020652771 0.3781057596206665 0.18704891204833984 0.94024944305419922 0.34048646688461304 1.3238521887615207E-6 -0.27809184789657593 0.2040950208902359 0.9386214017868042 -0.24131064116954803 0.24648913741111755 0.93862253427505493 -0.20500509440898895 0.27741491794586182 0.93862336874008179 0.99915939569473267 -0.040993925184011459 -4.6245918383647222E-6 0.96725720167160034 0.028236223384737968 0.25222253799438477 0.9260290265083313 0.06189277395606041 0.37234330177307129 0.86830335855484009 0.094646885991096497 0.48692011833190918 0.73098361492156982 0.14801661670207977 0.66614866256713867 0.51350778341293335 0.20301282405853271 0.83372390270233154 0.2354273647069931 0.24718712270259857 0.93993216753005981 0.02254972793161869 0.26742324233055115 0.96331524848937988 0.98127168416976929 0.19262887537479401 5.0606481636350509E-6 0.9968186616897583 0.079702697694301605 2.8250260584172793E-6 0.59863930940628052 0.26533022522926331 0.75579816102981567 0.56924760341644287 0.31342694163322449 0.76007944345474243 0.62294107675552368 0.20801259577274323 0.75410550832748413 0.61157053709030151 0.23752668499946594 0.75469368696212769 0.63211899995803833 0.17903533577919006 0.75390446186065674 0.49843469262123108 0.36615681648254395 0.78580659627914429 0.58829343318939209 0.38237965106964111 0.71252834796905518 0.42715442180633545 0.34961006045341492 0.83385366201400757 0.50706493854522705 0.36580935120582581 0.78042846918106079 0.53554064035415649 0.34971830248832703 0.7686958909034729 0.60583329200744629 0.25049176812171936 0.75512903928756714"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 1 0 -1 2 1 4 -1 3 4 5 -1 3 2 4 -1 6 3 5 -1 7 3 6 -1 14 3 7 -1 10 14 7 -1 15 14 10 -1 9 15 10 -1 11 15 9 -1 12 11 9 -1 13 12 9 -1 8 13 9 -1" solid="false">\n\t\t\t\t<Coordinate point="-19.57868766784668 4.083503246307373 7.3499999046325684 -19.533170700073242 4.5088891983032227 7.3327951431274414 -19.555856704711914 5.0500097274780273 7.2774629592895508 -19.662437438964844 5.9026107788085938 7.1554818153381348 -19.346864700317383 5.069404125213623 7.3499999046325684 -19.063581466674805 6.0481276512145996 7.3499999046325684 -18.730823516845703 7.0111541748046875 7.3499999046325684 -18.349449157714844 7.9559841156005859 7.3499999046325684 -12.385257720947266 37.689659118652344 0.12036651372909546 -16.074989318847656 27.360937118530273 3.0378727912902832 -17.929910659790039 17.170244216918945 5.5766782760620117 -23.578039169311523 31.905817031860352 0.12036652863025665 -20.059501647949219 34.227497100830078 0.12036652863025665 -16.314479827880859 36.162727355957031 0.12036652863025665 -22.673376083374023 16.641059875488281 4.3641200065612793 -23.611577987670898 24.118864059448242 2.2959814071655273"></Coordinate>\n\t\t\t\t<Normal vector="-0.33767756819725037 0.070429004728794098 0.93862324953079224 -0.33610579371452332 0.077584117650985718 0.93862324953079224 -0.33398771286010742 0.086247362196445465 0.93862324953079224 -0.33037853240966797 0.099178746342658997 0.93862324953079224 -0.33367928862571716 0.087433032691478729 0.93862324953079224 -0.32879343628883362 0.10431328415870667 0.93862324953079224 -0.32305428385734558 0.12092279642820358 0.93862324953079224 -0.31647667288780212 0.13721847534179688 0.93862324953079224 -0.10768728703260422 0.32770389318466187 0.93862324953079224 -0.17473462224006653 0.29741251468658447 0.93862324953079224 -0.24913288652896881 0.2385774552822113 0.93862324953079224 -0.20500622689723969 0.27741456031799316 0.93862324953079224 -0.17441326379776001 0.29760107398033142 0.93862324953079224 -0.14185106754302979 0.31442752480506897 0.93862324953079224 -0.27808317542076111 0.20409835875034332 0.93862324953079224 -0.24130630493164063 0.24649068713188171 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-24.569484710693359 20.965715408325195 16.461965560913086 -24.897066116333008 30.232765197753906 10.700789451599121 -25.718122482299805 30.636222839355469 10 -25.443305969238281 30.751167297363281 10.073545455932617 -25.268104553222656 30.736465454101563 10.176597595214844 -25.069475173950195 30.631607055664063 10.350322723388672 -24.94011116027832 30.457555770874023 10.532092094421387 -26.761068344116211 29.729534149169922 10 -26.416908264160156 30.035760879516602 10 -26.069244384765625 30.338005065917969 10 -26.726715087890625 29.188859939575195 10.355278968811035 -25.306659698486328 19.347663879394531 16.834228515625 -24.989452362060547 19.755668640136719 16.834228515625 -25.095922470092773 19.6202392578125 16.834228515625 -25.20166015625 19.484237670898438 16.834228515625 -24.770589828491211 20.092872619628906 16.800704956054688 -24.634004592895508 20.42033576965332 16.715099334716797 -24.573684692382813 20.691848754882813 16.607864379882813"></Coordinate>\n\t\t\t\t<Normal vector="-0.488962322473526 0.41724306344985962 0.76604443788528442 -0.40861982107162476 0.49619126319885254 0.76604443788528442 -0.41328224539756775 0.49231460690498352 0.76604443788528442 -0.4097638726234436 0.49524688720703125 0.76604443788528442 -0.40819835662841797 0.49653804302215576 0.76604443788528442 -0.40710794925689697 0.49743244051933289 0.76604443788528442 -0.40723586082458496 0.49732771515846252 0.76604443788528442 -0.43004205822944641 0.47774443030357361 0.76604443788528442 -0.42451152205467224 0.48266538977622986 0.76604443788528442 -0.41892468929290771 0.48752233386039734 0.76604443788528442 -0.43408489227294922 0.47407406568527222 0.76604443788528442 -0.51064705848693848 0.39040428400039673 0.76604443788528442 -0.5042462944984436 0.39863714575767517 0.76604443788528442 -0.50639474391937256 0.39590439200401306 0.76604443788528442 -0.50852835178375244 0.39316007494926453 0.76604443788528442 -0.49920406937599182 0.40493357181549072 0.76604443788528442 -0.49486848711967468 0.41022077202796936 0.76604443788528442 -0.49169299006462097 0.41402164101600647 0.76604443788528442"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-10.967652320861816 38.298164367675781 3.9111936092376709 -10.341579437255859 38.465690612792969 9.7596168518066406 -10.656630516052246 38.554328918457031 3.8700993061065674 -10.838809013366699 38.458927154541016 3.8925406932830811 -10.022622108459473 38.723983764648438 9.7185659408569336 -10.209506034851074 38.629001617431641 9.7410869598388672"></Coordinate>\n\t\t\t\t<Normal vector="-0.88846182823181152 0.4515337347984314 0.082175552845001221 -0.88846725225448608 0.45152297616004944 0.08217649906873703 -0.26641592383384705 0.96385818719863892 -1.7610836948733777E-6 -0.63155907392501831 0.7740243673324585 0.044937815517187119 -0.25056535005569458 0.96809971332550049 2.113728669428383E-6 -0.62517458200454712 0.77918052673339844 0.045105002820491791"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-10.656630516052246 38.554328918457031 3.8700993061065674 -10.838809013366699 38.458927154541016 3.8925406932830811 -10.967652320861816 38.298164367675781 3.9111936092376709 -10.997550964355469 38.458469390869141 0.74746823310852051 -11.177720069885254 38.362442016601563 0.76989573240280151 -11.304931640625 38.202278137207031 0.78858399391174316"></Coordinate>\n\t\t\t\t<Normal vector="-0.26641589403152466 0.96385818719863892 -1.4253806739361607E-6 -0.63156270980834961 0.77402138710021973 0.044938359409570694 -0.8884698748588562 0.45151770114898682 0.082176700234413147 -0.27493876218795776 0.96146172285079956 0 -0.63604694604873657 0.77034240961074829 0.044909369200468063 -0.88969969749450684 0.4490794837474823 0.082231543958187103"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1" solid="false">\n\t\t\t\t<Coordinate point="-10.997550964355469 38.458469390869141 0.74746823310852051 -11.077024459838867 38.435653686523438 0.43665421009063721 -11.178016662597656 38.406406402587891 0.24846003949642181 -11.388165473937988 38.344615936279297 0.012588707730174065 -11.649911880493164 38.265907287597656 -0.16213507950305939 -11.85151195526123 38.203948974609375 -0.24785777926445007 -12.071961402893066 38.134860992431641 -0.30803510546684265 -12.487507820129395 38.000816345214844 -0.34894537925720215 -12.459417343139648 37.915332794189453 -0.062796838581562042 -12.385257720947266 37.689659118652344 0.12036651372909546 -11.304931640625 38.202278137207031 0.78858399391174316 -11.349807739257813 38.196693420410156 0.58727371692657471 -11.454672813415527 38.158111572265625 0.41333633661270142 -11.591052055358887 38.098438262939453 0.29067134857177734 -11.770998001098633 38.012825012207031 0.19602087140083313 -11.984463691711426 37.905044555664063 0.13682740926742554 -11.177720069885254 38.362442016601563 0.76989573240280151 -11.94990062713623 38.106575012207031 -0.030854778364300728 -12.04597282409668 38.071556091308594 -0.049504242837429047"></Coordinate>\n\t\t\t\t<Normal vector="-0.27494770288467407 0.96145915985107422 1.0572121027507819E-6 -0.2769433856010437 0.96088624000549316 -0.000048293113650288433 -0.27944779396057129 0.96016091108322144 -0.000038133515772642568 -0.28465676307678223 0.95862948894500732 0.000035219836718169972 -0.29119804501533508 0.95666277408599854 0.0000313523669319693 -0.29625251889228821 0.95510965585708618 0.000037121604691492394 -0.30186504125595093 0.95335066318511963 7.2398283919028472E-6 -0.3121868371963501 0.95002073049545288 0 -0.25607019662857056 0.77903801202774048 0.5723004937171936 -0.10769201070070267 0.32770228385925293 0.93862324953079224 -0.88970232009887695 0.4490739107131958 0.082233957946300507 -0.83254903554916382 0.48011466860771179 0.27631860971450806 -0.74173808097839355 0.4900810718536377 0.45787018537521362 -0.63732093572616577 0.48208248615264893 0.60118091106414795 -0.51041150093078613 0.45754489302635193 0.72810214757919312 -0.36542415618896484 0.41891402006149292 0.83124983310699463 -0.63605242967605591 0.77033758163452148 0.044914864003658295 -0.39410263299942017 0.79117721319198608 0.46767693758010864 -0.36799752712249756 0.78951221704483032 0.49117034673690796"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 7 -1 12 5 4 -1 12 4 8 -1 13 6 5 -1 13 5 12 -1 14 7 6 -1 14 6 13 -1 14 1 7 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 13 16 -1 17 16 11 -1 17 1 14 -1 17 14 13 -1" solid="false">\n\t\t\t\t<Coordinate point="-23.772693634033203 32.169223785400391 -0.34894508123397827 -20.225107192993164 34.51007080078125 -0.34894508123397827 -16.449169158935547 36.461277008056641 -0.34894508123397827 -12.487507820129395 38.000816345214844 -0.34894537925720215 -23.578039169311523 31.905817031860352 0.12036652863025665 -23.656984329223633 32.012645721435547 0.047019768506288528 -23.719219207763672 32.09686279296875 -0.062794789671897888 -23.759010314941406 32.150707244873047 -0.19896338880062103 -20.059501647949219 34.227497100830078 0.12036652863025665 -16.314479827880859 36.162727355957031 0.12036652863025665 -12.385257720947266 37.689659118652344 0.12036651372909546 -12.459417343139648 37.915332794189453 -0.062796838581562042 -20.126665115356445 34.342098236083984 0.047019768506288528 -20.17961311340332 34.432441711425781 -0.062794789671897888 -20.213466644287109 34.490207672119141 -0.19896338880062103 -16.369104385375977 36.283809661865234 0.047019768506288528 -16.412166595458984 36.379261016845703 -0.062794789671897888 -16.439699172973633 36.440292358398438 -0.19896338880062103"></Coordinate>\n\t\t\t\t<Normal vector="-0.59431737661361694 0.80423063039779663 0 -0.50562769174575806 0.86275178194046021 0 -0.41122922301292419 0.91153198480606079 0 -0.31218770146369934 0.950020432472229 -5.8216795650878339E-7 -0.20500622689723969 0.27741456031799316 0.93862324953079224 -0.36289745569229126 0.49107304215431213 0.79192972183227539 -0.48736631870269775 0.65950441360473633 0.57230061292648315 -0.56694948673248291 0.76719635725021362 0.29996341466903687 -0.17441326379776001 0.29760107398033142 0.93862324953079224 -0.14185106754302979 0.31442752480506897 0.93862324953079224 -0.10768735408782959 0.32770407199859619 0.93862318992614746 -0.25600770115852356 0.77905869483947754 0.5723002552986145 -0.3087424635887146 0.52680677175521851 0.79192972183227539 -0.41463690996170044 0.70749431848526001 0.57230061292648315 -0.48234391212463379 0.82302266359329224 0.29996341466903687 -0.25110158324241638 0.55659258365631104 0.79192972183227539 -0.33722600340843201 0.74749624729156494 0.57230061292648315 -0.39229241013526917 0.86955654621124268 0.29996341466903687"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1" solid="false">\n\t\t\t\t<Coordinate point="-24.897066116333008 30.232765197753906 1.6147215366363525 -24.858982086181641 30.312604904174805 1.3209164142608643 -24.812978744506836 30.385061264038086 1.1712050437927246 -24.749349594116211 30.478250503540039 1.0215109586715698 -24.599153518676758 30.684736251831055 0.76981985569000244 -24.36189079284668 30.991188049316406 0.50139480829238892 -24.058465957641602 31.360799789428711 0.27981856465339661 -23.826171875 31.630161285400391 0.17551484704017639 -23.578039169311523 31.905817031860352 0.12036652863025665 -25.718122482299805 30.636222839355469 1.6147216558456421 -25.488540649414063 30.744888305664063 1.6147216558456421 -25.318340301513672 30.747066497802734 1.6147216558456421 -25.14787483215332 30.686834335327148 1.6147215366363525 -25.009815216064453 30.57014274597168 1.6147215366363525 -24.922357559204102 30.411937713623047 1.6147215366363525 -25.68803596496582 30.661455154418945 1.3049592971801758 -25.582313537597656 30.749719619750977 0.95080912113189697 -25.411281585693359 30.891208648681641 0.62038642168045044 -25.205717086791992 31.059165954589844 0.3471149206161499 -24.975536346435547 31.244560241699219 0.12173808366060257 -24.638643264770508 31.510906219482422 -0.11174597591161728 -24.223766326904297 31.83094596862793 -0.28450471162796021 -23.772693634033203 32.169223785400391 -0.34894508123397827 -23.656984329223633 32.012645721435547 0.047019768506288528 -23.719219207763672 32.09686279296875 -0.062794789671897888 -23.759010314941406 32.150707244873047 -0.19896338880062103 -24.762384414672852 31.172794342041016 0.51481574773788452 -25.387228012084961 30.819576263427734 1.1369332075119019 -25.336694717407227 30.865606307983398 0.99582803249359131 -24.958032608032227 30.517189025878906 1.4814825057983398 -25.268486022949219 30.926437377929688 0.84721833467483521 -25.073781967163086 30.851364135742188 1.0256888866424561 -24.918460845947266 30.626762390136719 1.2039549350738525 -25.19029426574707 30.9949951171875 0.70900946855545044 -24.89710807800293 30.660255432128906 1.1343288421630859 -24.870079040527344 30.700136184692383 1.0596923828125 -24.665554046630859 30.964027404785156 0.68714219331741333 -24.369726181030273 31.5382080078125 0.17274940013885498 -24.202260971069336 31.686702728271484 0.078337050974369049 -24.060047149658203 31.810087203979492 0.01724923774600029 -25.154886245727539 30.737714767456055 1.3434135913848877 -25.130147933959961 30.784139633178711 1.1954032182693481"></Coordinate>\n\t\t\t\t<Normal vector="0.99915868043899536 -0.041010893881320953 2.0962049802619731E-6 0.9673459529876709 0.028127184137701988 0.25189405679702759 0.9259989857673645 0.061773732304573059 0.37243771553039551 0.86828380823135376 0.094634510576725006 0.4869573712348938 0.73101431131362915 0.14817182719707489 0.66608047485351563 0.51352810859680176 0.20300978422164917 0.83371210098266602 0.23534667491912842 0.24722732603549957 0.93994182348251343 0.022607982158660889 0.26749643683433533 0.96329361200332642 -0.20500524342060089 0.27741515636444092 0.93862330913543701 -0.64295309782028198 0.76590555906295776 0 -0.18388707935810089 0.98294734954833984 3.9819283301767427E-6 0.15658235549926758 0.98766487836837769 4.8211431931122206E-6 0.49763807654380798 0.86738479137420654 5.5221585171238985E-6 0.77365416288375854 0.63360810279846191 1.1322445061523467E-6 0.94838929176330566 0.31710836291313171 0.000011196070772712119 -0.6422005295753479 0.76653671264648438 -7.6873602665727958E-6 -0.63955968618392944 0.7687414288520813 4.3736317820730619E-6 -0.63528198003768921 0.77228021621704102 4.16582361140172E-6 -0.63014036417007446 0.77648121118545532 -1.2454050875021494E-6 -0.62438780069351196 0.78111451864242554 -1.0399794518889394E-6 -0.61597132682800293 0.78776854276657104 3.5952486996393418E-6 -0.60558462142944336 0.79578089714050293 -3.1422819120052736E-6 -0.59431737661361694 0.80423063039779663 3.3293599699391052E-7 -0.36289682984352112 0.49107351899147034 0.79192972183227539 -0.48736578226089478 0.65950471162796021 0.57230073213577271 -0.56694924831390381 0.76719635725021362 0.29996377229690552 -0.024508656933903694 0.77673125267028809 0.62935513257980347 -0.19008703529834747 0.957866370677948 0.21531115472316742 -0.21927399933338165 0.94156235456466675 0.2556937038898468 0.84726095199584961 0.50272268056869507 0.17151902616024017 -0.25169184803962708 0.92348283529281616 0.2895352840423584 0.23046775162220001 0.85000550746917725 0.47368261218070984 0.71175432205200195 0.54245787858963013 0.44625687599182129 -0.28277331590652466 0.90634000301361084 0.31398579478263855 0.67457497119903564 0.54304397106170654 0.50005185604095459 0.63236445188522339 0.54298818111419678 0.55252057313919067 0.38921409845352173 0.53679388761520386 0.74857509136199951 -0.23133005201816559 0.72286701202392578 0.65111416578292847 -0.30399677157402039 0.70489746332168579 0.64086306095123291 -0.36134597659111023 0.69083154201507568 0.6262434720993042 0.37998846173286438 0.88215851783752441 0.27821767330169678 0.30647450685501099 0.87231463193893433 0.38097313046455383"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1" solid="false">\n\t\t\t\t<Coordinate point="-10.100591659545898 38.265975952148438 10.355278968811035 -10.323488235473633 38.266086578369141 10.217992782592773 -10.462800979614258 38.180984497070313 10.013345718383789 -10.336432456970215 38.467025756835938 9.8079347610473633 -10.191715240478516 38.634639739990234 9.9095926284790039 -9.9938545227050781 38.731418609619141 9.9853754043579102 -9.8797454833984375 38.760684967041016 10"></Coordinate>\n\t\t\t\t<Normal vector="-0.16404986381530762 0.62150108814239502 0.76604443788528442 -0.60984456539154053 0.62172728776931763 0.49147206544876099 -0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.68028813600540161 0.60181248188018799 0.41836565732955933 -0.35156387090682983 0.64474290609359741 0.67875576019287109 -0.15876433253288269 0.62287241220474243 0.7660442590713501"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-10.100591659545898 38.265975952148438 10.355278968811035 -13.4166259765625 28.892097473144531 16.834228515625 -13.67119026184082 28.714366912841797 16.792268753051758 -13.827557563781738 28.476579666137695 16.674985885620117 -10.462800979614258 38.180984497070313 10.013345718383789 -10.323488235473633 38.266086578369141 10.217992782592773"></Coordinate>\n\t\t\t\t<Normal vector="-0.16404989361763 0.62150102853775024 0.76604443788528442 -0.27072584629058838 0.58299678564071655 0.76604324579238892 -0.70499742031097412 0.51111644506454468 0.49166926741600037 -0.95066821575164795 0.29913231730461121 0.082157067954540253 -0.88846725225448608 0.45152297616004944 0.08217649906873703 -0.60984480381011963 0.62172681093215942 0.49147239327430725"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1" solid="false">\n\t\t\t\t<Coordinate point="-25.718122482299805 30.636222839355469 1.6147216558456421 -25.488540649414063 30.744888305664063 1.6147216558456421 -25.318340301513672 30.747066497802734 1.6147216558456421 -25.14787483215332 30.686834335327148 1.6147215366363525 -25.009815216064453 30.57014274597168 1.6147215366363525 -24.922357559204102 30.411937713623047 1.6147215366363525 -24.897066116333008 30.232765197753906 1.6147215366363525 -25.718122482299805 30.636222839355469 10 -25.443305969238281 30.751167297363281 10.073545455932617 -25.268104553222656 30.736465454101563 10.176597595214844 -25.069475173950195 30.631607055664063 10.350322723388672 -24.94011116027832 30.457555770874023 10.532092094421387 -24.897066116333008 30.232765197753906 10.700789451599121"></Coordinate>\n\t\t\t\t<Normal vector="-0.64295303821563721 0.76590555906295776 0 -0.18392418324947357 0.9829404354095459 0 0.15662205219268799 0.98765861988067627 0 0.49766689538955688 0.86736822128295898 0 0.77362614870071411 0.63364231586456299 0 0.9484095573425293 0.31704774498939514 0 0.99915868043899536 -0.041010972112417221 0 -0.64295303821563721 0.76590555906295776 0 -0.093305803835391998 0.99563747644424438 0 0.25708302855491638 0.96638929843902588 0 0.65410763025283813 0.75640147924423218 0 0.91278469562530518 0.40844103693962097 0 0.99915868043899536 -0.041010972112417221 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1" solid="false">\n\t\t\t\t<Coordinate point="-10.022622108459473 38.723983764648438 9.7185659408569336 -10.209506034851074 38.629001617431641 9.7410869598388672 -10.341579437255859 38.465690612792969 9.7596168518066406 -9.9938545227050781 38.731418609619141 9.9853754043579102 -10.336432456970215 38.467025756835938 9.8079347610473633 -10.191715240478516 38.634639739990234 9.9095926284790039"></Coordinate>\n\t\t\t\t<Normal vector="-0.25056555867195129 0.96809965372085571 0 -0.62517327070236206 0.77918159961700439 0.045103665441274643 -0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.24984635412693024 0.96828550100326538 0 -0.88846719264984131 0.45152300596237183 0.08217649906873703 -0.62438535690307617 0.77981740236282349 0.045030608773231506"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 3 0 -1 1 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="8.7188844680786133 38.865650177001953 9.7596168518066406 8.4760723114013672 38.672618865966797 9.9641256332397461 8.4792394638061523 38.669891357421875 10.013345718383789 8.7240629196166992 38.86444091796875 9.8079347610473633"></Coordinate>\n\t\t\t\t<Normal vector="-0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.57686543464660645 0.81269508600234985 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 3 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="0.99003243446350098 31.6407470703125 16.674985885620117 0.85253310203552246 31.51594352722168 16.571977615356445 8.4792394638061523 38.669891357421875 10.013345718383789 8.4760723114013672 38.672618865966797 9.9641256332397461"></Coordinate>\n\t\t\t\t<Normal vector="-0.70276099443435669 0.70666629076004028 0.082157023251056671 -0.70374530553817749 0.70542287826538086 0.084386467933654785 -0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.57686543464660645 0.81269508600234985 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="8.4760723114013672 38.672618865966797 9.9641256332397461 8.0866708755493164 39.008262634277344 3.9111936092376709 8.7188844680786133 38.865650177001953 9.7596168518066406"></Coordinate>\n\t\t\t\t<Normal vector="-0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.57686549425125122 0.81269502639770508 0.082176446914672852 -0.57686543464660645 0.81269508600234985 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1" solid="false">\n\t\t\t\t<Coordinate point="8.4760723114013672 38.672618865966797 9.9641256332397461 8.0866708755493164 39.008262634277344 3.9111936092376709 0.85253310203552246 31.51594352722168 16.571977615356445 -10.72877311706543 17.543691635131836 7.801386833190918 -5.5266718864440918 24.813308715820313 11.687099456787109 7.743464469909668 39.080101013183594 0.78858399391174316 0.17251947522163391 32.399261474609375 3.5125977993011475 -6.0104274749755859 24.978727340698242 5.9541029930114746"></Coordinate>\n\t\t\t\t<Normal vector="-0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.576865553855896 0.81269502639770508 0.08217649906873703 -0.70375049114227295 0.7054172158241272 0.084390662610530853 -0.8633924126625061 0.49763581156730652 0.083139099180698395 -0.7949521541595459 0.60076487064361572 0.084454804658889771 -0.57909244298934937 0.81110411882400513 0.0822315514087677 -0.70125114917755127 0.70790457725524902 0.084367804229259491 -0.79659557342529297 0.59858620166778564 0.084439717233181"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1" solid="false">\n\t\t\t\t<Coordinate point="7.743464469909668 39.080101013183594 0.78858399391174316 0.17251947522163391 32.399261474609375 3.5125977993011475 -6.0104274749755859 24.978727340698242 5.9541029930114746 -10.72877311706543 17.543691635131836 7.801386833190918 -11.264358520507813 16.822597503662109 7.5466322898864746 -11.874804496765137 16.174448013305664 7.4022507667541504 -12.550300598144531 15.572089195251465 7.3499999046325684 6.5486569404602051 39.128253936767578 0.12036651372909546 -1.5184340476989746 31.69732666015625 3.0378727912902832 -7.8967370986938477 23.535942077636719 5.5766782760620117 7.7011327743530273 39.096012115478516 0.58727371692657471 7.5903491973876953 39.110580444335938 0.41333633661270142 7.4418606758117676 39.121124267578125 0.29067134857177734 7.242739200592041 39.128940582275391 0.19602087140083313 7.0036368370056152 39.132709503173828 0.13682740926742554 7.2073793411254883 38.97344970703125 0.3360569179058075 3.2752790451049805 35.721454620361328 1.71770179271698 -0.59386235475540161 31.935550689697266 3.1598653793334961 -3.8131232261657715 28.238025665283203 4.4233684539794922 -6.8663873672485352 24.161979675292969 5.6590628623962402 -9.3121480941772461 20.405107498168945 6.6417365074157715"></Coordinate>\n\t\t\t\t<Normal vector="-0.57909584045410156 0.81110149621963501 0.082233995199203491 -0.70123934745788574 0.70791411399841309 0.084386043250560761 -0.79658955335617065 0.59858834743499756 0.084481336176395416 -0.86338293552398682 0.49765464663505554 0.083125211298465729 -0.73011666536331177 0.48698049783706665 0.47935333847999573 -0.51172775030136108 0.40534716844558716 0.7575145959854126 -0.21645806729793549 0.26857399940490723 0.93862342834472656 0.05694262683391571 0.34020751714706421 0.93862473964691162 -0.016501586884260178 0.3445475697517395 0.93862384557723999 -0.10972114652395248 0.3270283043384552 0.93862330913543701 -0.51419097185134888 0.81200957298278809 0.27613064646720886 -0.42853322625160217 0.77852714061737061 0.45853540301322937 -0.34026986360549927 0.72299104928970337 0.60124897956848145 -0.23856598138809204 0.64220321178436279 0.72846502065658569 -0.129169762134552 0.5406004786491394 0.83130395412445068 -0.3231433629989624 0.70709228515625 0.62896651029586792 -0.38110813498497009 0.67773973941802979 0.62882858514785767 -0.44183465838432312 0.64093780517578125 0.62767893075942993 -0.49552595615386963 0.60265642404556274 0.62550723552703857 -0.54984325170516968 0.55757677555084229 0.62191683053970337 -0.59686017036437988 0.51201426982879639 0.6177372932434082"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1" solid="false">\n\t\t\t\t<Coordinate point="-7.761317253112793 18.432634353637695 7.350001335144043 -8.0098581314086914 18.545921325683594 7.5113668441772461 -8.1857194900512695 18.714933395385742 7.6914515495300293 -8.2900018692016602 18.943429946899414 7.8923606872558594 -8.3158512115478516 19.217998504638672 8.1020231246948242 -8.2886800765991211 19.434322357177734 8.2524509429931641 -8.2243452072143555 19.669631958007813 8.4058465957641602 -8.0428562164306641 20.081108093261719 8.6555080413818359 -7.8098893165588379 20.459758758544922 8.8697471618652344 -8.9849605560302734 17.868141174316406 7.3499999046325684 -11.39827823638916 16.434087753295898 7.3499999046325684 -10.616524696350098 16.949613571166992 7.3499999046325684 -9.811497688293457 17.427980422973633 7.3499999046325684 -12.550300598144531 15.572089195251465 7.3499999046325684 -10.72877311706543 17.543691635131836 7.801386833190918 -11.264358520507813 16.822597503662109 7.5466322898864746 -11.874804496765137 16.174448013305664 7.4022507667541504 -5.5266718864440918 24.813308715820313 11.687099456787109 0.85253310203552246 31.51594352722168 16.571977615356445 0.99003243446350098 31.6407470703125 16.674985885620117 1.546994686126709 31.817699432373047 16.834228515625 1.238993763923645 31.778627395629883 16.792268753051758 2.0629689693450928 31.788414001464844 16.834228515625 1.8910312652587891 31.799106597900391 16.834228515625 1.7190381288528442 31.808868408203125 16.834228515625 -3.273888111114502 26.316959381103516 12.565853118896484"></Coordinate>\n\t\t\t\t<Normal vector="0.24242283403873444 -0.57573872804641724 0.78086882829666138 0.24768790602684021 -0.5734933614730835 0.78086882829666138 0.25033655762672424 -0.57234209775924683 0.78086882829666138 0.250446617603302 -0.57229399681091309 0.78086882829666138 0.24808327853679657 -0.57332241535186768 0.78086882829666138 0.24507202208042145 -0.57461607456207275 0.78086882829666138 0.24098281562328339 -0.57634294033050537 0.78086882829666138 0.23226512968540192 -0.57991105318069458 0.78086882829666138 0.22277911007404327 -0.58362090587615967 0.78086882829666138 0.28064301609992981 -0.55810695886611938 0.78086882829666138 0.3560224175453186 -0.51331466436386108 0.78086882829666138 0.33160454034805298 -0.52941697835922241 0.78086882829666138 0.3064596951007843 -0.54435867071151733 0.78086882829666138 0.39200553297996521 -0.48639035224914551 0.78086882829666138 0.32591593265533447 -0.53293782472610474 0.78086882829666138 0.3475707471370697 -0.51907461881637573 0.78086882829666138 0.36969608068466187 -0.50355607271194458 0.78086882829666138 0.1358104944229126 -0.60975354909896851 0.78086882829666138 -0.016892395913600922 -0.62446659803390503 0.78086882829666138 -0.019537016749382019 -0.62438946962356567 0.78086882829666138 -0.030337192118167877 -0.62395799160003662 0.78086882829666138 -0.024337289854884148 -0.62422078847885132 0.78086882829666138 -0.04045569896697998 -0.62338370084762573 0.78086882829666138 -0.037083890289068222 -0.62359338998794556 0.78086882829666138 -0.033711034804582596 -0.62378478050231934 0.78086882829666138 0.077118992805480957 -0.61991655826568604 0.78086882829666138"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-15.901142120361328 14.764545440673828 8.0888767242431641 -13.689262390136719 25.089969635009766 5.5192995071411133 -11.277627944946289 31.781148910522461 3.6181886196136475 -7.9953908920288086 38.34002685546875 1.6147215366363525 -7.9953908920288086 38.34002685546875 10.700789451599121 -12.011943817138672 29.982227325439453 16.461965560913086"></Coordinate>\n\t\t\t\t<Normal vector="0.99077928066253662 -0.13548579812049866 0 0.9583505392074585 -0.28559458255767822 0 0.91971832513809204 -0.39257889986038208 0 0.86565232276916504 -0.50064563751220703 0 0.86565232276916504 -0.50064563751220703 0 0.93166011571884155 -0.36333107948303223 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="22 9 10 -1 22 21 20 -1 22 23 9 -1 22 20 23 -1 24 10 11 -1 24 13 12 -1 24 14 13 -1 24 11 19 -1 24 12 21 -1 24 21 25 -1 24 25 10 -1 26 15 14 -1 26 16 15 -1 26 17 16 -1 26 18 17 -1 26 19 18 -1 26 14 24 -1 26 24 19 -1 27 2 1 -1 27 3 2 -1 27 4 3 -1 27 5 4 -1 27 6 5 -1 28 7 6 -1 28 6 27 -1 28 27 1 -1 29 1 0 -1 29 7 28 -1 29 28 1 -1 30 8 7 -1 30 7 29 -1 30 29 0 -1 31 0 9 -1 31 20 8 -1 31 9 23 -1 31 23 20 -1 31 30 0 -1 31 8 30 -1 32 21 22 -1 32 22 10 -1 32 25 21 -1 32 10 25 -1" solid="false">\n\t\t\t\t<Coordinate point="-14.667142868041992 14.364093780517578 7.1554813385009766 -15.18017578125 13.553845405578613 7.3122587203979492 -15.393247604370117 13.324782371520996 7.4088149070739746 -15.518802642822266 13.236343383789063 7.4771780967712402 -15.776431083679199 13.248333930969238 7.6606626510620117 -15.882655143737793 13.427577972412109 7.7739243507385254 -15.94423770904541 13.738641738891602 7.8848700523376465 -15.951019287109375 14.249517440795898 8.0039052963256836 -15.901142120361328 14.764545440673828 8.0888767242431641 -12.342790603637695 25.271770477294922 4.3641195297241211 -9.6984176635742188 32.32904052734375 2.2959811687469482 -6.0499444007873535 39.208457946777344 0.12036652863025665 -7.9953908920288086 38.34002685546875 1.6147215366363525 -7.924565315246582 38.393024444580078 1.3209164142608643 -7.85015869140625 38.435802459716797 1.1712050437927246 -7.7505111694335938 38.488746643066406 1.0215109586715698 -7.5215606689453125 38.601779937744141 0.76981985569000244 -7.169060230255127 38.762866973876953 0.50139480829238892 -6.7286229133605957 38.949134826660156 0.27981856465339661 -6.397758960723877 39.079689025878906 0.17551484704017639 -13.689262390136719 25.089969635009766 5.5192995071411133 -11.277627944946289 31.781148910522461 3.6181886196136475 -11.346272468566895 30.630687713623047 3.1016309261322021 -13.242786407470703 25.248620986938477 4.632077693939209 -8.8836030960083008 35.946083068847656 1.4965643882751465 -10.18635082244873 33.303958892822266 2.305910587310791 -7.5186038017272949 38.409671783447266 0.72047072649002075 -15.639240264892578 13.634675025939941 7.4994673728942871 -15.698288917541504 13.887264251708984 7.5244588851928711 -15.484041213989258 14.272735595703125 7.3090238571166992 -15.530979156494141 14.528997421264648 7.3110666275024414 -14.688129425048828 19.52992057800293 6.1366710662841797 -10.734528541564941 32.084468841552734 2.6717586517333984"></Coordinate>\n\t\t\t\t<Normal vector="-0.24646167457103729 0.24134688079357147 0.93862044811248779 0.15420085191726685 0.18875522911548615 0.96984201669692993 0.33532428741455078 0.15671427547931671 0.92897701263427734 0.4475419819355011 0.13357199728488922 0.88423115015029907 0.69877058267593384 0.06757383793592453 0.71214711666107178 0.82097208499908447 0.022400954738259315 0.57052874565124512 0.91446155309677124 -0.026641227304935455 0.40379494428634644 0.97847926616668701 -0.086472764611244202 0.18735197186470032 0.99078148603439331 -0.13546982407569885 1.2600786476468784E-6 -0.15139034390449524 0.30995288491249084 0.9386214017868042 -0.099120721220970154 0.33039793372154236 0.93862253427505493 -0.052601844072341919 0.34090933203697205 0.93862336874008179 0.8656609058380127 -0.50063085556030273 -4.624568646249827E-6 0.86958575248718262 -0.42450490593910217 0.25222253799438477 0.8487209677696228 -0.37554380297660828 0.37234330177307129 0.81282907724380493 -0.31971505284309387 0.48692011833190918 0.71604061126708984 -0.20864282548427582 0.66614866256713867 0.54903328418731689 -0.058880031108856201 0.83372390270233154 0.32333415746688843 0.10946477949619293 0.93993216753005981 0.14424458146095276 0.22631214559078217 0.96331524848937988 0.95839202404022217 -0.28545528650283813 5.0391413424222264E-6 0.91967880725860596 -0.39267149567604065 2.8155452582723228E-6 0.65337389707565308 -0.043263304978609085 0.75579816102981567 0.64970046281814575 0.012983221560716629 0.76007944345474243 0.64825522899627686 -0.10530915111303329 0.75410550832748413 0.65190297365188599 -0.073891580104827881 0.75469368696212769 0.64291542768478394 -0.13523243367671967 0.75390446186065674 0.61136060953140259 0.092624172568321228 0.78591281175613403 0.69865298271179199 0.065174877643585205 0.7124859094619751 0.54056572914123535 0.11109168082475662 0.83393484354019165 0.61898386478424072 0.088263288140296936 0.78042840957641602 0.63671988248825073 0.060781989246606827 0.76869583129882813 0.65284806489944458 -0.059745345264673233 0.75512903928756714"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 14 1 -1 15 14 0 -1 11 0 2 -1 11 15 0 -1 3 11 2 -1 4 11 3 -1 12 11 4 -1 7 12 4 -1 13 12 7 -1 6 13 7 -1 8 13 6 -1 9 8 6 -1 10 9 6 -1 5 10 6 -1" solid="false">\n\t\t\t\t<Coordinate point="-14.774928092956543 13.479670524597168 7.3499999046325684 -15.438371658325195 12.714427947998047 7.3499999046325684 -14.069258689880371 14.214639663696289 7.3499999046325684 -13.32707405090332 14.912715911865234 7.3499999046325684 -12.550300598144531 15.572089195251465 7.3499999046325684 6.5486569404602051 39.128253936767578 0.12036651372909546 -1.5184340476989746 31.69732666015625 3.0378727912902832 -7.8967370986938477 23.535942077636719 5.5766782760620117 -6.0499444007873535 39.208457946777344 0.12036652863025665 -1.8554953336715698 39.629058837890625 0.12036652863025665 2.35990309715271 39.602222442626953 0.12036652863025665 -14.667142868041992 14.364093780517578 7.1554813385009766 -12.342790603637695 25.271770477294922 4.3641195297241211 -9.6984176635742188 32.32904052734375 2.2959811687469482 -15.197277069091797 13.074165344238281 7.332667350769043 -14.969043731689453 13.559323310852051 7.2775259017944336"></Coordinate>\n\t\t\t\t<Normal vector="-0.25482615828514099 0.23248660564422607 0.93862324953079224 -0.26626870036125183 0.21928833425045013 0.93862324953079224 -0.24265533685684204 0.24516275525093079 0.93862324953079224 -0.22985473275184631 0.2572026252746582 0.93862324953079224 -0.21645757555961609 0.26857495307922363 0.93862324953079224 0.05693923681974411 0.34021216630935669 0.93862324953079224 -0.016505328938364983 0.34454894065856934 0.93862324953079224 -0.10972373932600021 0.32702767848968506 0.93862324953079224 -0.052603021264076233 0.34090954065322876 0.93862324953079224 -0.016133153811097145 0.34456655383110046 0.93862324953079224 0.020518876612186432 0.3443332314491272 0.93862324953079224 -0.24644497036933899 0.24135300517082214 0.93862324953079224 -0.15138117969036102 0.30995181202888489 0.93862324953079224 -0.099116183817386627 0.33039730787277222 0.93862324953079224 -0.26149311661720276 0.22496163845062256 0.93862324953079224 -0.25565317273139954 0.23157685995101929 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-12.011943817138672 29.982227325439453 16.461965560913086 -7.9953908920288086 38.34002685546875 10.700789451599121 -8.5349035263061523 39.078834533691406 10 -8.2381486892700195 39.052902221679688 10.073545455932617 -8.0898475646972656 38.958461761474609 10.176597595214844 -7.9626998901367188 38.773307800292969 10.350322723388672 -7.9290399551391602 38.559074401855469 10.532092094421387 -9.8797454833984375 38.760684967041016 10 -9.4326963424682617 38.871894836425781 10 -8.9843959808349609 38.977951049804688 10 -10.100591659545898 38.265975952148438 10.355278968811035 -13.4166259765625 28.892097473144531 16.834228515625 -12.946144104003906 29.105953216552734 16.834228515625 -13.10335636138916 29.035516738891602 16.834228515625 -13.260185241699219 28.964229583740234 16.834228515625 -12.595644950866699 29.302822113037109 16.800704956054688 -12.322525024414063 29.529302597045898 16.715099334716797 -12.142934799194336 29.741682052612305 16.607864379882813"></Coordinate>\n\t\t\t\t<Normal vector="-0.23905211687088013 0.59668248891830444 0.76604443788528442 -0.13122329115867615 0.62925064563751221 0.76604443788528442 -0.1371532529592514 0.62798476219177246 0.76604443788528442 -0.13267520070075989 0.62894612550735474 0.76604443788528442 -0.13068896532058716 0.62936180830001831 0.76604443788528442 -0.12930779159069061 0.62964707612991333 0.76604443788528442 -0.12946973741054535 0.62961375713348389 0.76604443788528442 -0.15876443684101105 0.62287217378616333 0.76604443788528442 -0.15158049762248993 0.62465929985046387 0.76604443788528442 -0.14437645673751831 0.62636357545852661 0.76604443788528442 -0.16404986381530762 0.62150102853775024 0.76604443788528442 -0.27072560787200928 0.58299535512924194 0.76604443788528442 -0.26123201847076416 0.58731061220169067 0.76604443788528442 -0.26440432667732239 0.58588927984237671 0.76604443788528442 -0.26756888628005981 0.58445084095001221 0.76604443788528442 -0.25384122133255005 0.59054255485534668 0.76604443788528442 -0.24754518270492554 0.59320932626724243 0.76604443788528442 -0.24296706914901733 0.59509909152984619 0.76604443788528442"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1" solid="false">\n\t\t\t\t<Coordinate point="8.0866708755493164 39.008262634277344 3.9111936092376709 8.7188844680786133 38.865650177001953 9.7596168518066406 8.4811115264892578 39.090545654296875 3.8700993061065674 8.2754669189453125 39.090736389160156 3.8925406932830811 9.1213417053222656 38.946132659912109 9.7185659408569336 8.9117231369018555 38.948875427246094 9.7410869598388672"></Coordinate>\n\t\t\t\t<Normal vector="-0.57685571908950806 0.81270205974578857 0.082175552845001221 -0.57686549425125122 0.81269508600234985 0.08217649906873703 0.21202763915061951 0.9772636890411377 -1.761282874213066E-6 -0.19951069355010986 0.97886466979980469 0.044937815517187119 0.22803376615047455 0.97365319728851318 2.11313204090402E-6 -0.19146133959293365 0.98046320676803589 0.045105002820491791"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1" solid="false">\n\t\t\t\t<Coordinate point="8.4811115264892578 39.090545654296875 3.8700993061065674 8.2754669189453125 39.090736389160156 3.8925406932830811 8.0866708755493164 39.008262634277344 3.9111936092376709 8.1346940994262695 39.164100646972656 0.74746823310852051 7.9305367469787598 39.162803649902344 0.76989573240280151 7.743464469909668 39.080101013183594 0.78858399391174316"></Coordinate>\n\t\t\t\t<Normal vector="0.21202766895294189 0.9772636890411377 -1.4254725329010398E-6 -0.19951535761356354 0.97886371612548828 0.044938359409570694 -0.57687026262283325 0.81269162893295288 0.082176700234413147 0.20336735248565674 0.9791024923324585 0 -0.20519562065601349 0.97769010066986084 0.044909369200468063 -0.57909232378005981 0.81110423803329468 0.082231543958187103"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1" solid="false">\n\t\t\t\t<Coordinate point="8.1346940994262695 39.164100646972656 0.74746823310852051 8.0537214279174805 39.180831909179688 0.43665421009063721 7.9507036209106445 39.201866149902344 0.24846003949642181 7.7359127998352051 39.244815826416016 0.012588707730174065 7.4675683975219727 39.296760559082031 -0.16213507950305939 7.2602677345275879 39.335586547851563 -0.24785777926445007 7.0329632759094238 39.376865386962891 -0.30803510546684265 6.6027212142944336 39.451286315917969 -0.34894537925720215 6.5878682136535645 39.362541198730469 -0.062796838581562042 6.5486569404602051 39.128253936767578 0.12036651372909546 7.743464469909668 39.080101013183594 0.78858399391174316 7.7011327743530273 39.096012115478516 0.58727371692657471 7.5903491973876953 39.110580444335938 0.41333633661270142 7.4418606758117676 39.121124267578125 0.29067134857177734 7.242739200592041 39.128940582275391 0.19602087140083313 7.0036368370056152 39.132709503173828 0.13682740926742554 7.9305367469787598 39.162803649902344 0.76989573240280151 7.1278963088989258 39.295093536376953 -0.030854778364300728 7.026555061340332 39.308731079101563 -0.049504242837429047"></Coordinate>\n\t\t\t\t<Normal vector="0.20335826277732849 0.97910439968109131 1.0575521400824073E-6 0.20132492482662201 0.97952449321746826 -0.0000482928917335812 0.19877026975154877 0.98004609346389771 -0.000038133435737108812 0.19344627857208252 0.98111087083816528 0.000035219432902522385 0.18674030900001526 0.98240929841995239 0.000031351562938652933 0.1815430074930191 0.98338299989700317 0.000037121029890840873 0.17575593292713165 0.98443377017974854 7.2397328949591611E-6 0.16506890952587128 0.98628205060958862 0 0.13529808819293976 0.80880564451217651 0.5723004937171936 0.056934300810098648 0.34021291136741638 0.93862324953079224 -0.5790972113609314 0.81110048294067383 0.082233957946300507 -0.5140652060508728 0.81202524900436401 0.27631860971450806 -0.42902442812919617 0.77864813804626465 0.45787018537521362 -0.34028476476669312 0.72304064035415649 0.60118091106414795 -0.23931524157524109 0.64233595132827759 0.72810214757919312 -0.12888796627521515 0.54075098037719727 0.83124983310699463 -0.20520275831222534 0.97768831253051758 0.044914864003658295 0.018717849627137184 0.88370126485824585 0.46767693758010864 0.041058991104364395 0.87009531259536743 0.49117034673690796"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 7 -1 12 5 4 -1 12 6 5 -1 12 4 8 -1 13 7 6 -1 13 6 12 -1 14 7 13 -1 14 1 7 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 1 14 -1 17 13 16 -1 17 16 11 -1 17 14 13 -1" solid="false">\n\t\t\t\t<Coordinate point="-6.099891185760498 39.532154083251953 -0.34894508123397827 -1.8708139657974243 39.956226348876953 -0.34894508123397827 2.3793859481811523 39.929168701171875 -0.34894508123397827 6.6027212142944336 39.451286315917969 -0.34894537925720215 -6.0499444007873535 39.208457946777344 0.12036652863025665 -6.0702009201049805 39.339740753173828 0.047019768506288528 -6.0861697196960449 39.443229675292969 -0.062794789671897888 -6.0963802337646484 39.5093994140625 -0.19896338880062103 -1.8554953336715698 39.629058837890625 0.12036652863025665 2.35990309715271 39.602222442626953 0.12036652863025665 6.5486569404602051 39.128253936767578 0.12036651372909546 6.5878682136535645 39.362541198730469 -0.062796838581562042 -1.8617080450057983 39.761745452880859 0.047019768506288528 -1.8666056394577026 39.866348266601563 -0.062794789671897888 -1.8697371482849121 39.9332275390625 -0.19896338880062103 2.3678047657012939 39.734821319580078 0.047019768506288528 2.3740336894989014 39.839351654052734 -0.062794789671897888 2.3780162334442139 39.906185150146484 -0.19896338880062103"></Coordinate>\n\t\t\t\t<Normal vector="-0.15249727666378021 0.98830389976501465 0 -0.046770349144935608 0.99890565872192383 0 0.059484649449586868 0.99822920560836792 0 0.16506803035736084 0.98628216981887817 -5.8216994602844352E-7 -0.05260302871465683 0.34090954065322876 0.93862324953079224 -0.093116708099842072 0.60347044467926025 0.79192972183227539 -0.12505446374416351 0.81045258045196533 0.57230061292648315 -0.14547489583492279 0.94279319047927856 0.29996341466903687 -0.016133153811097145 0.34456655383110046 0.93862324953079224 0.020518876612186432 0.3443332314491272 0.93862324953079224 0.056939266622066498 0.3402123749256134 0.93862318992614746 0.13536307215690613 0.80879491567611694 0.5723002552986145 -0.028558548539876938 0.60994404554367065 0.79192972183227539 -0.03835374116897583 0.81914651393890381 0.57230061292648315 -0.044616609811782837 0.95290678739547729 0.29996341466903687 0.036322053521871567 0.6095309853553772 0.79192972183227539 0.04878002405166626 0.81859177350997925 0.57230061292648315 0.056745421141386032 0.95226144790649414 0.29996341466903687"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1" solid="false">\n\t\t\t\t<Coordinate point="-7.9953908920288086 38.34002685546875 1.6147215366363525 -7.924565315246582 38.393024444580078 1.3209164142608643 -7.85015869140625 38.435802459716797 1.1712050437927246 -7.7505111694335938 38.488746643066406 1.0215109586715698 -7.5215606689453125 38.601779937744141 0.76981985569000244 -7.169060230255127 38.762866973876953 0.50139480829238892 -6.7286229133605957 38.949134826660156 0.27981856465339661 -6.397758960723877 39.079689025878906 0.17551484704017639 -6.0499444007873535 39.208457946777344 0.12036652863025665 -8.5349035263061523 39.078834533691406 1.6147216558456421 -8.2811203002929688 39.068363189697266 1.6147216558456421 -8.1294021606445313 38.991195678710938 1.6147216558456421 -8.0064554214477539 38.858642578125 1.6147215366363525 -7.9384369850158691 38.691158294677734 1.6147215366363525 -7.9345192909240723 38.510429382324219 1.6147215366363525 -8.4965362548828125 39.087196350097656 1.3049592971801758 -8.3619070053100586 39.116218566894531 0.95080912113189697 -8.1447105407714844 39.162017822265625 0.62038642168045044 -7.8846392631530762 39.215206146240234 0.3471149206161499 -7.5946688652038574 39.272396087646484 0.12173808366060257 -7.1725864410400391 39.351669311523438 -0.11174597591161728 -6.6565017700195313 39.442249298095703 -0.28450471162796021 -6.099891185760498 39.532154083251953 -0.34894508123397827 -6.0702009201049805 39.339740753173828 0.047019768506288528 -6.0861697196960449 39.443229675292969 -0.062794789671897888 -6.0963802337646484 39.5093994140625 -0.19896338880062103 -7.4392824172973633 39.109790802001953 0.51481574773788452 -8.1567039489746094 39.087413787841797 1.1369332075119019 -8.0905666351318359 39.104686737060547 0.99582803249359131 -7.9171953201293945 38.620204925537109 1.4814825057983398 -8.0019006729125977 39.126853942871094 0.84721833467483521 -7.8643865585327148 38.969894409179688 1.0256888866424561 -7.8312344551086426 38.698837280273438 1.2039549350738525 -7.9008049964904785 39.151218414306641 0.70900946855545044 -7.7967634201049805 38.718570709228516 1.1343288421630859 -7.7542967796325684 38.741321563720703 1.0596923828125 -7.4505634307861328 38.879940032958984 0.68714219331741333 -6.9217844009399414 39.250873565673828 0.17274940013885498 -6.7044920921325684 39.304534912109375 0.078337050974369049 -6.5212287902832031 39.347694396972656 0.01724923774600029 -7.9890170097351074 38.906951904296875 1.3434135913848877 -7.9455385208129883 38.936565399169922 1.1954032182693481"></Coordinate>\n\t\t\t\t<Normal vector="0.86565238237380981 -0.50064551830291748 2.0963605038559763E-6 0.86961370706558228 -0.42464271187782288 0.25189405679702759 0.84863907098770142 -0.37563526630401611 0.37243771553039551 0.81280601024627686 -0.3197169303894043 0.4869573712348938 0.71613991260528564 -0.20851963758468628 0.66608047485351563 0.54904991388320923 -0.058892186731100082 0.83371210098266602 0.32328140735626221 0.10953786969184875 0.93994182348251343 0.14433015882968903 0.22634987533092499 0.96329361200332642 -0.052601877599954605 0.34090960025787354 0.93862330913543701 -0.213372603058815 0.97697091102600098 0 0.29397448897361755 0.95581328868865967 3.9818660297896713E-6 0.59763753414154053 0.80176639556884766 4.8211877583526075E-6 0.84373044967651367 0.53676712512969971 5.5220698413904756E-6 0.97948908805847168 0.20149710774421692 1.1321434385536122E-6 0.98712462186813354 -0.15995299816131592 0.00001119609169109026 -0.21241295337677002 0.97718000411987305 -7.6873438956681639E-6 -0.20905004441738129 0.97790491580963135 4.3735813051171135E-6 -0.20361775159835815 0.97905045747756958 4.1658418012957554E-6 -0.19711276888847351 0.9803808331489563 -1.2450569784050458E-6 -0.18986590206623077 0.98181003332138062 -1.0399190841781092E-6 -0.17932121455669403 0.98379057645797729 3.5948535241914215E-6 -0.16640070080757141 0.98605823516845703 -3.1421884614246665E-6 -0.15249729156494141 0.98830389976501465 3.3459210158071073E-7 -0.093115948140621185 0.6034705638885498 0.79192972183227539 -0.12505383789539337 0.81045258045196533 0.57230073213577271 -0.14547470211982727 0.94279313087463379 0.29996377229690552 0.3392636775970459 0.69915109872817993 0.62935513257980347 0.27682900428771973 0.93648642301559448 0.21531115472316742 0.24340835213661194 0.93561375141143799 0.2556937038898468 0.98383921384811401 0.051397021859884262 0.17151902616024017 0.20630182325839996 0.93467044830322266 0.2895352840423584 0.59908634424209595 0.6455388069152832 0.47368261218070984 0.88231992721557617 0.14955385029315948 0.44625687599182129 0.17081384360790253 0.93393552303314209 0.31398579478263855 0.84967160224914551 0.16735094785690308 0.50005185604095459 0.81227010488510132 0.18691776692867279 0.55252057313919067 0.59409254789352417 0.29443058371543884 0.74857509136199951 0.13110046088695526 0.74757140874862671 0.65111416578292847 0.058406434953212738 0.76543009281158447 0.64086306095123291 0.0010894639417529106 0.77962678670883179 0.6262434720993042 0.74642258882522583 0.60452312231063843 0.27821767330169678 0.67675453424453735 0.62997043132781982 0.38097313046455383"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1" solid="false">\n\t\t\t\t<Coordinate point="8.8394556045532227 38.576816558837891 10.355278968811035 8.6421422958374023 38.680500030517578 10.217992782592773 8.4792394638061523 38.669891357421875 10.013345718383789 8.7240629196166992 38.86444091796875 9.8079347610473633 8.9300966262817383 38.945602416992188 9.9095926284790039 9.1502695083618164 38.939346313476563 9.9853754043579102 9.2649078369140625 38.912227630615234 10"></Coordinate>\n\t\t\t\t<Normal vector="0.14356701076030731 0.62654966115951538 0.76604443788528442 -0.25105944275856018 0.83392107486724854 0.49147206544876099 -0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.3226889967918396 0.84902411699295044 0.41836565732955933 -0.011667375452816486 0.73427140712738037 0.67875576019287109 0.14888441562652588 0.62530761957168579 0.7660442590713501"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="8.8394556045532227 38.576816558837891 10.355278968811035 1.546994686126709 31.817699432373047 16.834228515625 1.238993763923645 31.778627395629883 16.792268753051758 0.99003243446350098 31.6407470703125 16.674985885620117 8.4792394638061523 38.669891357421875 10.013345718383789 8.6421422958374023 38.680500030517578 10.217992782592773"></Coordinate>\n\t\t\t\t<Normal vector="0.14356698095798492 0.62654966115951538 0.76604443788528442 0.031216280534863472 0.64203059673309326 0.76604324579238892 -0.38671654462814331 0.78019976615905762 0.49166926741600037 -0.70276117324829102 0.70666605234146118 0.082157067954540253 -0.57686549425125122 0.81269502639770508 0.082176506519317627 -0.25105985999107361 0.83392077684402466 0.49147239327430725"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1" solid="false">\n\t\t\t\t<Coordinate point="-8.5349035263061523 39.078834533691406 1.6147216558456421 -8.2811203002929688 39.068363189697266 1.6147216558456421 -8.1294021606445313 38.991195678710938 1.6147216558456421 -8.0064554214477539 38.858642578125 1.6147215366363525 -7.9384369850158691 38.691158294677734 1.6147215366363525 -7.9345192909240723 38.510429382324219 1.6147215366363525 -7.9953908920288086 38.34002685546875 1.6147215366363525 -8.5349035263061523 39.078834533691406 10 -8.2381486892700195 39.052902221679688 10.073545455932617 -8.0898475646972656 38.958461761474609 10.176597595214844 -7.9626998901367188 38.773307800292969 10.350322723388672 -7.9290399551391602 38.559074401855469 10.532092094421387 -7.9953908920288086 38.34002685546875 10.700789451599121"></Coordinate>\n\t\t\t\t<Normal vector="-0.21337258815765381 0.97697091102600098 0 0.29393842816352844 0.95582437515258789 0 0.59766978025436401 0.80174237489700317 0 0.84374827146530151 0.53673911094665527 0 0.97948020696640015 0.20154036581516266 0 0.98711442947387695 -0.16001607477664948 0 0.86565232276916504 -0.50064563751220703 0 -0.21337258815765381 0.97697091102600098 0 0.38007763028144836 0.92495459318161011 0 0.67673921585083008 0.73622280359268188 0 0.93070083856582642 0.36578130722045898 0 0.99804270267486572 -0.062535636126995087 0 0.86565232276916504 -0.50064563751220703 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1" solid="false">\n\t\t\t\t<Coordinate point="9.1213417053222656 38.946132659912109 9.7185659408569336 8.9117231369018555 38.948875427246094 9.7410869598388672 8.7188844680786133 38.865650177001953 9.7596168518066406 9.1502695083618164 38.939346313476563 9.9853754043579102 8.7240629196166992 38.86444091796875 9.8079347610473633 8.9300966262817383 38.945602416992188 9.9095926284790039"></Coordinate>\n\t\t\t\t<Normal vector="0.22803354263305664 0.97365325689315796 0 -0.19145970046520233 0.98046356439590454 0.045103661715984344 -0.57686543464660645 0.81269508600234985 0.08217649906873703 0.22875674068927765 0.9734836220741272 0 -0.57686543464660645 0.81269508600234985 0.08217649906873703 -0.19046653807163239 0.98066037893295288 0.045030608773231506"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 3 0 -1 1 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="25.781957626342773 30.361957550048828 9.7596168518066406 25.477252960205078 30.303876876831055 9.9641256332397461 25.478786468505859 30.29998779296875 10.013345718383789 25.785980224609375 30.358478546142578 9.8079347610473633"></Coordinate>\n\t\t\t\t<Normal vector="-0.13311076164245605 0.98768848180770874 0.08217649906873703 -0.13311076164245605 0.98768848180770874 0.08217649906873703 -0.13311076164245605 0.98768848180770874 0.08217649906873703 -0.13311076164245605 0.98768848180770874 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 3 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="15.580818176269531 27.556398391723633 16.674985885620117 15.401069641113281 27.509790420532227 16.571977615356445 25.478786468505859 30.29998779296875 10.013345718383789 25.477252960205078 30.303876876831055 9.9641256332397461"></Coordinate>\n\t\t\t\t<Normal vector="-0.29385975003242493 0.95231121778488159 0.082157023251056671 -0.29530918598175049 0.95166772603988647 0.084386467933654785 -0.13311077654361725 0.98768848180770874 0.08217649906873703 -0.13311077654361725 0.98768848180770874 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 4 3 0 -1 2 4 0 -1" solid="false">\n\t\t\t\t<Coordinate point="16.242044448852539 29.730863571166992 2.249783992767334 19.019996643066406 34.815868377685547 0.12036652863025665 23.982353210449219 31.603034973144531 0.12036652117967606 20.726699829101563 33.82763671875 0.12036652863025665 22.382181167602539 32.755809783935547 0.12036652863025665"></Coordinate>\n\t\t\t\t<Normal vector="0.16537497937679291 0.30271688103675842 0.93862324953079224 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.20852166414260864 0.27478194236755371 0.93862324953079224 0.18021441996097565 0.29412439465522766 0.93862324953079224 0.19460849463939667 0.2848050594329834 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="25.477252960205078 30.303876876831055 9.9641256332397461 25.288434982299805 30.782037734985352 3.9111936092376709 25.781957626342773 30.361957550048828 9.7596168518066406"></Coordinate>\n\t\t\t\t<Normal vector="-0.13311076164245605 0.98768848180770874 0.08217649906873703 -0.13311079144477844 0.98768848180770874 0.082176446914672852 -0.13311076164245605 0.98768848180770874 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 6 3 -1 5 6 4 -1 2 5 4 -1 1 7 5 -1 0 1 5 -1 0 5 2 -1" solid="false">\n\t\t\t\t<Coordinate point="25.477252960205078 30.303876876831055 9.9641256332397461 25.288434982299805 30.782037734985352 3.9111936092376709 15.401069641113281 27.509790420532227 16.571977615356445 -1.3468968868255615 20.520076751708984 7.801386833190918 6.6376948356628418 24.539466857910156 11.687099456787109 16.676168441772461 29.074056625366211 3.1042244434356689 6.9328999519348145 25.229576110839844 5.7826504707336426 25.017925262451172 31.005144119262695 0.78858500719070435"></Coordinate>\n\t\t\t\t<Normal vector="-0.13311076164245605 0.98768848180770874 0.08217649906873703 -0.13311085104942322 0.98768848180770874 0.08217649906873703 -0.29531636834144592 0.95166510343551636 0.084390662610530853 -0.5332331657409668 0.84187310934066772 0.083139099180698395 -0.42470583319664001 0.90138357877731323 0.084454804658889771 -0.26874160766601563 0.95952653884887695 0.084182709455490112 -0.41782444715499878 0.90459030866622925 0.084493458271026611 -0.13582202792167664 0.98731470108032227 0.0822315514087677"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="12 1 0 -1 12 3 2 -1 12 4 3 -1 12 5 4 -1 12 0 5 -1 12 2 6 -1 13 7 1 -1 13 8 7 -1 13 9 8 -1 13 10 9 -1 13 11 10 -1 13 6 11 -1 13 12 6 -1 13 1 12 -1" solid="false">\n\t\t\t\t<Coordinate point="16.242044448852539 29.730863571166992 2.249783992767334 23.982353210449219 31.603034973144531 0.12036652117967606 16.676168441772461 29.074056625366211 3.1042244434356689 16.584091186523438 29.120784759521484 2.8203392028808594 16.476055145263672 29.250503540039063 2.5702924728393555 16.356599807739258 29.462116241455078 2.3694250583648682 25.017925262451172 31.005144119262695 0.78858500719070435 24.419290542602539 31.378446578979492 0.14301891624927521 24.671590805053711 31.239009857177734 0.23002378642559052 24.813100814819336 31.155630111694336 0.32519415020942688 24.918741226196289 31.088596343994141 0.44482848048210144 24.993398666381836 31.034229278564453 0.60643565654754639 20.611492156982422 30.378660202026367 1.4094609022140503 24.493677139282227 31.159841537475586 0.33606123924255371"></Coordinate>\n\t\t\t\t<Normal vector="0.16537497937679291 0.30271688103675842 0.93862324953079224 0.20852158963680267 0.27478191256523132 0.93862324953079224 -0.26874849200248718 0.95952463150024414 0.084182776510715485 -0.17668187618255615 0.91284960508346558 0.36808845400810242 -0.0686359703540802 0.78308224678039551 0.61811912059783936 0.050822503864765167 0.57149630784988403 0.81902933120727539 -0.13582210242748261 0.98731470108032227 0.082231618463993073 0.12999334931373596 0.55997216701507568 0.81824994087219238 0.066336065530776978 0.730243980884552 0.6799582839012146 0.018763786181807518 0.82869076728820801 0.55939209461212158 -0.029457623139023781 0.90504056215286255 0.42430391907691956 -0.083879485726356506 0.96273988485336304 0.25709179043769836 -0.0077504855580627918 0.77743279933929443 0.62891823053359985 0.042473532259464264 0.77627408504486084 0.62896305322647095"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="10 3 2 -1 10 4 3 -1 10 5 4 -1 10 6 5 -1 10 7 6 -1 10 8 7 -1 10 9 8 -1 19 23 24 -1 19 24 25 -1 19 26 23 -1 19 18 26 -1 20 21 22 -1 20 25 21 -1 20 19 25 -1 15 1 0 -1 15 2 1 -1 15 12 13 -1 15 13 10 -1 15 10 2 -1 15 0 18 -1 16 12 15 -1 11 12 16 -1 17 11 16 -1 14 11 17 -1 26 18 0 -1" solid="false">\n\t\t\t\t<Coordinate point="2.5928108692169189 21.745655059814453 8.8697471618652344 2.0138473510742188 21.373805999755859 8.524775505065918 1.6498347520828247 21.005535125732422 8.206181526184082 1.5043817758560181 20.753471374511719 7.9963393211364746 1.461168646812439 20.618162155151367 7.8858985900878906 1.4437038898468018 20.485261917114258 7.7788577079772949 1.458155632019043 20.324573516845703 7.6514506340026855 1.5129529237747192 20.169708251953125 7.5310978889465332 1.5893042087554932 20.046291351318359 7.4373555183410645 1.6937695741653442 19.928152084350586 7.3500018119812012 0.34795209765434265 19.996973037719727 7.3499999046325684 -2.4553730487823486 19.84870719909668 7.3499999046325684 -1.5235880613327026 19.941883087158203 7.3499999046325684 -0.58846300840377808 19.991340637207031 7.3499999046325684 -3.8760290145874023 19.620815277099609 7.3499999046325684 -1.3468968868255615 20.520076751708984 7.801386833190918 -2.1566073894500732 20.130647659301758 7.5466761589050293 -2.9975965023040771 19.840097427368164 7.4022111892700195 6.6376948356628418 24.539466857910156 11.687099456787109 15.401069641113281 27.509790420532227 16.571977615356445 15.580818176269531 27.556398391723633 16.674985885620117 16.156217575073242 27.454248428344727 16.834228515625 15.865339279174805 27.562788009643555 16.792268753051758 16.599481582641602 27.188533782958984 16.834228515625 16.452205657958984 27.277904510498047 16.834228515625 16.304450988769531 27.366476058959961 16.834228515625 9.3312168121337891 24.82396125793457 12.565853118896484"></Coordinate>\n\t\t\t\t<Normal vector="-0.073961056768894196 -0.62030124664306641 0.78086882829666138 -0.058599453419446945 -0.6219404935836792 0.78086882829666138 -0.048914689570665359 -0.62277704477310181 0.78086882829666138 -0.04516451433300972 -0.62306022644042969 0.78086882829666138 -0.044160153716802597 -0.62313222885131836 0.78086882829666138 -0.043916609138250351 -0.62314945459365845 0.78086882829666138 -0.044702921062707901 -0.62309354543685913 0.78086882829666138 -0.04672781378030777 -0.62294495105743408 0.78086882829666138 -0.049371961504220963 -0.6227409839630127 0.78086882829666138 -0.052904468029737473 -0.62245082855224609 0.78086882829666138 -0.010868198238313198 -0.62460052967071533 0.78086882829666138 0.076692968606948853 -0.61996942758560181 0.78086882829666138 0.047588896006345749 -0.6228797435760498 0.78086882829666138 0.018380496650934219 -0.62442457675933838 0.78086882829666138 0.12106680124998093 -0.61285132169723511 0.78086882829666138 0.040915686637163162 -0.62335366010665894 0.78086882829666138 0.066543161869049072 -0.62114083766937256 0.78086882829666138 0.093324616551399231 -0.61768472194671631 0.78086882829666138 -0.16311238706111908 -0.60302424430847168 0.78086882829666138 -0.30516156554222107 -0.54508745670318604 0.78086882829666138 -0.30746743083000183 -0.54379010200500488 0.78086882829666138 -0.31682997941970825 -0.53838896751403809 0.78086882829666138 -0.3116394579410553 -0.54140996932983398 0.78086882829666138 -0.32552260160446167 -0.53317815065383911 0.78086882829666138 -0.32263442873954773 -0.5349307656288147 0.78086882829666138 -0.31973689794540405 -0.53666770458221436 0.78086882829666138 -0.21980412304401398 -0.58474785089492798 0.78086882829666138"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 15 1 -1 16 15 0 -1 12 0 2 -1 12 16 0 -1 3 12 2 -1 4 12 3 -1 13 4 7 -1 13 12 4 -1 6 13 7 -1 14 13 6 -1 5 14 6 -1 9 14 5 -1 10 9 5 -1 11 10 5 -1 8 11 5 -1" solid="false">\n\t\t\t\t<Coordinate point="-6.8182439804077148 18.801902770996094 7.3499999046325684 -7.761317253112793 18.432634353637695 7.350001335144043 -5.851844310760498 19.124746322631836 7.3499999046325684 -4.8702564239501953 19.397953033447266 7.3499999046325684 -3.8760290145874023 19.620815277099609 7.3499999046325684 16.242044448852539 29.730863571166992 2.249783992767334 6.3084664344787598 25.738435745239258 4.9611539840698242 0.87426173686981201 22.746143341064453 6.334620475769043 19.019996643066406 34.815868377685547 0.12036652863025665 12.864119529724121 37.528915405273438 0.12036652863025665 14.966187477111816 36.741233825683594 0.12036652863025665 17.02033805847168 35.835918426513672 0.12036652863025665 -6.3118085861206055 19.534927368164063 7.1554808616638184 0.81505465507507324 28.112693786621094 4.3642435073852539 6.4367618560791016 33.133205413818359 2.2958993911743164 -7.3807096481323242 18.639091491699219 7.3326725959777832 -6.953221321105957 18.962543487548828 7.2775454521179199"></Coordinate>\n\t\t\t\t<Normal vector="-0.11759562790393829 0.32428023219108582 0.93862324953079224 -0.13386097550392151 0.31791135668754578 0.93862324953079224 -0.10092794150114059 0.32984837889671326 0.93862324953079224 -0.083998300135135651 0.33456042408943176 0.93862324953079224 -0.066850654780864716 0.33840417861938477 0.93862324953079224 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.082114957273006439 0.33502766489982605 0.93862324953079224 0.013248350471258163 0.34468954801559448 0.93862324953079224 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.11185089498758316 0.32630625367164612 0.93862324953079224 0.13012795150279999 0.3194575309753418 0.93862324953079224 0.14798836410045624 0.31158599257469177 0.93862324953079224 -0.10605430603027344 0.32823601365089417 0.93862324953079224 0.0099965566769242287 0.34479916095733643 0.93862324953079224 0.065782174468040466 0.33861351013183594 0.93862324953079224 -0.12699681520462036 0.32071512937545776 0.93862324953079224 -0.11875293403863907 0.32385820150375366 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-7.2183365821838379 20.462984085083008 8.0888757705688477 -0.46209633350372314 28.576997756958008 5.5195808410644531 4.7832717895507813 33.381549835205078 3.6182982921600342 10.737932205200195 37.664051055908203 1.6147216558456421 10.737932205200195 37.664051055908203 10.700789451599121 3.2973883152008057 32.130172729492188 16.461965560913086"></Coordinate>\n\t\t\t\t<Normal vector="0.81432813405990601 -0.58040481805801392 0 0.71586662530899048 -0.69823706150054932 0 0.63193464279174805 -0.77502167224884033 0 0.53383547067642212 -0.84558838605880737 0 0.53383547067642212 -0.84558838605880737 0 0.65609568357467651 -0.75467771291732788 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="22 9 10 -1 22 21 20 -1 23 10 11 -1 23 12 21 -1 23 21 24 -1 23 24 10 -1 25 13 12 -1 25 14 13 -1 25 15 14 -1 25 16 15 -1 25 17 16 -1 25 18 17 -1 25 19 18 -1 25 11 19 -1 25 12 23 -1 25 23 11 -1 26 2 1 -1 26 3 2 -1 26 4 3 -1 26 5 4 -1 26 6 5 -1 27 7 6 -1 27 6 26 -1 27 26 1 -1 28 1 0 -1 28 27 1 -1 28 7 27 -1 29 8 7 -1 29 7 28 -1 29 28 0 -1 30 0 9 -1 30 20 8 -1 30 31 20 -1 30 9 31 -1 30 29 0 -1 30 8 29 -1 32 20 31 -1 32 31 9 -1 32 22 20 -1 32 9 22 -1 33 22 10 -1 33 21 22 -1 33 24 21 -1 33 10 24 -1" solid="false">\n\t\t\t\t<Coordinate point="-6.3118085861206055 19.534927368164063 7.1554808616638184 -7.1425986289978027 19.055915832519531 7.3122587203979492 -7.4377117156982422 18.952110290527344 7.4088139533996582 -7.5899872779846191 18.932149887084961 7.4771785736083984 -7.8125400543212891 19.062511444091797 7.660675048828125 -7.8232903480529785 19.270584106445313 7.7739300727844238 -7.7332611083984375 19.574634552001953 7.8848733901977539 -7.5018572807312012 20.030141830444336 8.0039072036743164 -7.2183365821838379 20.462984085083008 8.0888757705688477 0.81505465507507324 28.112693786621094 4.3642435073852539 6.4367618560791016 33.133205413818359 2.2958993911743164 12.864119529724121 37.528915405273438 0.12036652863025665 10.737932205200195 37.664051055908203 1.6147216558456421 10.82530403137207 37.678066253662109 1.3208498954772949 10.911098480224609 37.681365966796875 1.1711115837097168 11.023982048034668 37.681934356689453 1.0213860273361206 11.279141426086426 37.675621032714844 0.76980924606323242 11.665837287902832 37.654460906982422 0.50155544281005859 12.142401695251465 37.614719390869141 0.27992039918899536 12.49617862701416 37.576549530029297 0.17554545402526855 -0.46209633350372314 28.576997756958008 5.5195808410644531 4.7832717895507813 33.381549835205078 3.6182982921600342 3.966552734375 32.206592559814453 3.1806623935699463 8.6096353530883789 35.797786712646484 1.5734058618545532 6.2314882278442383 34.048915863037109 2.3840813636779785 10.16362476348877 36.847152709960938 1.056981086730957 -7.5115175247192383 19.340829849243164 7.4994678497314453 -7.4464206695556641 19.591926574707031 7.5244593620300293 -7.0775871276855469 19.833673477172852 7.309028148651123 -7.0000591278076172 20.082393646240234 7.3110699653625488 -3.9303174018859863 24.118061065673828 6.1369061470031738 -0.20104777812957764 28.297178268432617 4.7105965614318848 -0.043458133935928345 28.458597183227539 4.6513051986694336 5.4054279327392578 33.397960662841797 2.6717643737792969"></Coordinate>\n\t\t\t\t<Normal vector="-0.10607151687145233 0.32823574542999268 0.9386214017868042 0.2242552787065506 0.095476649701595306 0.96984213590621948 0.36974242329597473 -0.017064571380615234 0.92897754907608032 0.45835411548614502 -0.089707106351852417 0.88423079252243042 0.65014731884002686 -0.26490709185600281 0.71213245391845703 0.73735237121582031 -0.36168843507766724 0.57051992416381836 0.79734033346176147 -0.4485563337802887 0.40378907322883606 0.82621967792510986 -0.53128319978713989 0.18734772503376007 0.81434261798858643 -0.58038443326950073 1.0483875030331546E-6 0.009990910068154335 0.34480306506156921 0.9386218786239624 0.065779559314250946 0.33861503005027771 0.93862289190292358 0.11185135692358017 0.32630553841590881 0.93862342834472656 0.53380286693572998 -0.84560894966125488 0.000011508717761898879 0.57266139984130859 -0.78000545501708984 0.25229030847549438 0.57694327831268311 -0.72693657875061035 0.37242397665977478 0.57111376523971558 -0.66079354286193848 0.48701226711273193 0.53707146644592285 -0.51750385761260986 0.6661410927772522 0.45887386798858643 -0.30742684006690979 0.83362072706222534 0.33724629878997803 -0.053466089069843292 0.93989694118499756 0.23292769491672516 0.13329455256462097 0.96331578493118286 0.71596753597259521 -0.69813352823257446 3.402586116862949E-6 0.63185727596282959 -0.77508479356765747 1.4443728559854208E-6 0.55984973907470703 -0.33929228782653809 0.75594246387481689 0.52683073282241821 -0.39206880331039429 0.75414282083511353 0.54451274871826172 -0.36581218242645264 0.75477635860443115 0.51466971635818481 -0.40824797749519348 0.75395536422729492 0.58438098430633545 -0.20209482312202454 0.78591132164001465 0.64891809225082397 -0.26696541905403137 0.71248495578765869 0.5302777886390686 -0.1528439074754715 0.83393299579620361 0.58910369873046875 -0.20949846506118774 0.78042757511138916 0.59203273057937622 -0.2420744001865387 0.76869839429855347 0.58219599723815918 -0.28781780600547791 0.76040035486221313 0.58153253793716431 -0.28978851437568665 0.76015955209732056 0.55030447244644165 -0.35629561543464661 0.75512808561325073"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="3.2973883152008057 32.130172729492188 16.461965560913086 10.737932205200195 37.664051055908203 10.700789451599121 10.603558540344238 38.568958282470703 10 10.854269981384277 38.408084869384766 10.073545455932617 10.941696166992188 38.255542755126953 10.176597595214844 10.968233108520508 38.032508850097656 10.350322723388672 10.898478507995605 37.827171325683594 10.532092094421387 9.2649078369140625 38.912227630615234 10 9.712432861328125 38.802947998046875 10 10.158669471740723 38.688518524169922 10 8.8394556045532227 38.576816558837891 10.355278968811035 1.546994686126709 31.817699432373047 16.834228515625 2.0629689693450928 31.788414001464844 16.834228515625 1.8910312652587891 31.799106597900391 16.834228515625 1.7190381288528442 31.808868408203125 16.834228515625 2.4648110866546631 31.799848556518555 16.800704956054688 2.8118970394134521 31.873462677001953 16.715099334716797 3.0696141719818115 31.978055953979492 16.607864379882813"></Coordinate>\n\t\t\t\t<Normal vector="0.065622039139270782 0.63942915201187134 0.76604443788528442 0.1762348860502243 0.61815625429153442 0.76604443788528442 0.17039591073989868 0.61979120969772339 0.76604443788528442 0.17480777204036713 0.61856138706207275 0.76604443788528442 0.17675969004631042 0.61800640821456909 0.76604443788528442 0.17811521887779236 0.61761707067489624 0.76604443788528442 0.17795635759830475 0.61766290664672852 0.76604443788528442 0.14888420701026917 0.62530744075775146 0.76604443788528442 0.15607579052448273 0.62355130910873413 0.76604443788528442 0.16324667632579803 0.62171250581741333 0.76604443788528442 0.14356699585914612 0.62654960155487061 0.76604443788528442 0.03121582604944706 0.64202916622161865 0.76604443788528442 0.041627388447523117 0.64143830537796021 0.76604443788528442 0.03815792128443718 0.64165401458740234 0.76604443788528442 0.034687381237745285 0.64185100793838501 0.76604443788528442 0.049673572182655334 0.64086538553237915 0.76604443788528442 0.056487735360860825 0.64030075073242188 0.76604443788528442 0.06141967698931694 0.63984650373458862 0.76604443788528442"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1" solid="false">\n\t\t\t\t<Coordinate point="25.288434982299805 30.782037734985352 3.9111936092376709 25.781957626342773 30.361957550048828 9.7596168518066406 25.675933837890625 30.671588897705078 3.8700993061065674 25.493932723999023 30.767326354980469 3.8925406932830811 26.175716400146484 30.246187210083008 9.7185659408569336 25.991384506225586 30.346033096313477 9.7410869598388672"></Coordinate>\n\t\t\t\t<Normal vector="-0.13309888541698456 0.98769015073776245 0.082175552845001221 -0.13311077654361725 0.98768848180770874 0.08217649906873703 0.64189821481704712 0.76678985357284546 -1.7603895230422495E-6 0.27824315428733826 0.95945888757705688 0.044937815517187119 0.65439307689666748 0.75615453720092773 2.1134801500011235E-6 0.28611338138580322 0.95713359117507935 0.045105002820491791"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1" solid="false">\n\t\t\t\t<Coordinate point="25.675933837890625 30.671588897705078 3.8700993061065674 25.493932723999023 30.767326354980469 3.8925406932830811 25.288434982299805 30.782037734985352 3.9111936092376709 25.403379440307617 30.897706985473633 0.74746918678283691 25.222003936767578 30.991436004638672 0.76989668607711792 25.017925262451172 31.005144119262695 0.78858500719070435"></Coordinate>\n\t\t\t\t<Normal vector="0.64189827442169189 0.76678985357284546 -1.4246871842260589E-6 0.27823856472969055 0.95946019887924194 0.044938359409570694 -0.13311664760112762 0.98768770694732666 0.082176700234413147 0.63508445024490356 0.77244269847869873 0 0.27266353368759155 0.96106076240539551 0.044909369200468063 -0.1358218640089035 0.98731476068496704 0.082231543958187103"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 0 1 -1 13 6 5 -1 14 6 13 -1 15 7 6 -1 15 6 14 -1 10 9 8 -1 16 8 7 -1 16 7 15 -1 16 10 8 -1 11 10 16 -1 17 1 2 -1 17 4 3 -1 17 2 12 -1 17 3 1 -1 18 4 17 -1 18 17 12 -1 19 5 4 -1 19 12 13 -1 19 18 12 -1 19 4 18 -1 19 13 5 -1" solid="false">\n\t\t\t\t<Coordinate point="24.180347442626953 31.863943099975586 -0.34894546866416931 24.125953674316406 31.792264938354492 -0.062796905636787415 23.982353210449219 31.603034973144531 0.12036652117967606 24.404476165771484 31.692609786987305 -0.3323720395565033 24.614068984985352 31.530107498168945 -0.28305265307426453 24.903085708618164 31.302337646484375 -0.14347434043884277 25.106105804443359 31.139739990234375 0.032444510608911514 25.273809432983398 31.003782272338867 0.27877184748649597 25.360145568847656 30.933202743530273 0.50453144311904907 25.403379440307617 30.897706985473633 0.74746918678283691 25.222003936767578 30.991436004638672 0.76989668607711792 25.017925262451172 31.005144119262695 0.78858500719070435 24.419290542602539 31.378446578979492 0.14301891624927521 24.671590805053711 31.239009857177734 0.23002378642559052 24.813100814819336 31.155630111694336 0.32519415020942688 24.918741226196289 31.088596343994141 0.44482848048210144 24.993398666381836 31.034229278564453 0.60643565654754639 24.449951171875 31.568498611450195 -0.055577021092176437 24.546113967895508 31.500520706176758 -0.037088979035615921 24.678775787353516 31.40550422668457 0.0039869360625743866"></Coordinate>\n\t\t\t\t<Normal vector="0.60450953245162964 0.79659789800643921 0 0.4956703782081604 0.65328627824783325 0.57230055332183838 0.20851589739322662 0.27478596568107605 0.93862336874008179 0.61011052131652832 0.79231631755828857 3.821177472218551E-7 0.61535263061523438 0.78825199604034424 9.5575262548663886E-7 0.62257581949234009 0.78255945444107056 6.3898460211930797E-7 0.62765371799468994 0.77849268913269043 1.3073174613964511E-6 0.63184666633605957 0.7750934362411499 1.2810543239538674E-6 0.63400208950042725 0.77333134412765503 -6.141094218037324E-6 0.63508445024490356 0.77244269847869873 0 0.27266386151313782 0.96106046438217163 0.044913168996572495 -0.13582190871238708 0.98731476068496704 0.082231558859348297 0.13005651533603668 0.55979275703430176 0.81836259365081787 0.066510982811450958 0.73013949394226074 0.68005341291427612 0.018689040094614029 0.82878494262695313 0.55925512313842773 -0.02983921580016613 0.90529918670654297 0.42372512817382813 -0.083746835589408875 0.96259051561355591 0.25769361853599548 0.44649475812911987 0.74097919464111328 0.50158977508544922 0.4315636157989502 0.7665175199508667 0.47560879588127136 0.41033264994621277 0.80159550905227661 0.43482387065887451"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 7 -1 12 5 4 -1 12 4 8 -1 13 6 5 -1 13 5 12 -1 14 7 6 -1 14 6 13 -1 14 1 7 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 13 16 -1 17 16 11 -1 17 1 14 -1 17 14 13 -1" solid="false">\n\t\t\t\t<Coordinate point="19.177021026611328 35.103302001953125 -0.34894508123397827 20.89781379699707 34.106910705566406 -0.34894508123397827 22.566965103149414 33.026233673095703 -0.34894508123397827 24.180347442626953 31.863943099975586 -0.34894546866416931 19.019996643066406 34.815868377685547 0.12036652863025665 19.083681106567383 34.932441711425781 0.047019768506288528 19.133884429931641 35.024337768554688 -0.062794789671897888 19.165983200073242 35.083095550537109 -0.19896338880062103 20.726699829101563 33.82763671875 0.12036652863025665 22.382181167602539 32.755809783935547 0.12036652863025665 23.982353210449219 31.603034973144531 0.12036652117967606 24.125953674316406 31.792264938354492 -0.062796905636787415 20.796096801757813 33.940898895263672 0.047019768506288528 20.850805282592773 34.030189514160156 -0.062794789671897888 20.885786056518555 34.087276458740234 -0.19896338880062103 22.457122802734375 32.865482330322266 0.047019768506288528 22.516201019287109 32.951942443847656 -0.062794789671897888 22.553974151611328 33.007225036621094 -0.19896338880062103"></Coordinate>\n\t\t\t\t<Normal vector="0.47942554950714111 0.87758255004882813 0 0.52244538068771362 0.8526727557182312 0 0.5641741156578064 0.82565581798553467 0 0.60450869798660278 0.79659855365753174 -7.6452590747067006E-7 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.29274311661720276 0.53586262464523315 0.79192972183227539 0.39315000176429749 0.71965622901916504 0.57230061292648315 0.45734834671020508 0.83717048168182373 0.29996341466903687 0.18021441996097565 0.29412439465522766 0.93862324953079224 0.19460849463939667 0.2848050594329834 0.93862324953079224 0.20852175354957581 0.27478203177452087 0.93862318992614746 0.49572381377220154 0.65324598550796509 0.5723002552986145 0.31901153922080994 0.5206524133682251 0.79192972183227539 0.42842814326286316 0.69922912120819092 0.57230061292648315 0.49838712811470032 0.8134077787399292 0.29996341466903687 0.34449160099029541 0.50415557622909546 0.79192972183227539 0.46264755725860596 0.67707407474517822 0.57230061292648315 0.53819429874420166 0.78763496875762939 0.29996341466903687"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 3 4 -1 11 12 10 -1 14 3 5 -1 15 2 3 -1 15 3 14 -1 16 0 1 -1 16 1 2 -1 16 13 0 -1 16 2 15 -1 17 5 6 -1 17 6 7 -1 17 7 8 -1 17 14 5 -1 18 8 9 -1 18 15 14 -1 18 14 17 -1 18 17 8 -1 19 9 10 -1 19 12 13 -1 19 15 18 -1 19 13 16 -1 19 18 9 -1 19 16 15 -1 19 10 12 -1" solid="false">\n\t\t\t\t<Coordinate point="19.019996643066406 34.815868377685547 0.12036652863025665 19.083681106567383 34.932441711425781 0.047019768506288528 19.133884429931641 35.024337768554688 -0.062794789671897888 19.165983200073242 35.083095550537109 -0.19896338880062103 19.177021026611328 35.103302001953125 -0.34894508123397827 17.160854339599609 36.13177490234375 -0.34894508123397827 15.08974552154541 37.044563293457031 -0.34894508123397827 12.97032356262207 37.8387451171875 -0.34894508123397827 12.962857246398926 37.816967010498047 -0.19896338880062103 12.941146850585938 37.753631591796875 -0.062794789671897888 12.907192230224609 37.654571533203125 0.047019768506288528 12.864119529724121 37.528915405273438 0.12036652863025665 14.966187477111816 36.741233825683594 0.12036652863025665 17.02033805847168 35.835918426513672 0.12036652863025665 17.150978088378906 36.110977172851563 -0.19896338880062103 17.12225341796875 36.050495147705078 -0.062794789671897888 17.077327728271484 35.955905914306641 0.047019768506288528 15.081059455871582 37.023239135742188 -0.19896338880062103 15.055801391601563 36.961231231689453 -0.062794789671897888 15.016298294067383 36.864253997802734 0.047019768506288528"></Coordinate>\n\t\t\t\t<Normal vector="0.16537497937679291 0.30271688103675842 0.93862324953079224 0.29274311661720276 0.53586262464523315 0.79192972183227539 0.39315000176429749 0.71965622901916504 0.57230061292648315 0.45734834671020508 0.83717048168182373 0.29996341466903687 0.47942554950714111 0.87758255004882813 0 0.42902138829231262 0.90329432487487793 0 0.37724363803863525 0.92611408233642578 0 0.32425808906555176 0.9459686279296875 0 0.30932623147964478 0.90240746736526489 0.29996341466903687 0.26590585708618164 0.77573585510253906 0.57230061292648315 0.19799594581127167 0.57762002944946289 0.79192972183227539 0.11185089498758316 0.32630625367164612 0.93862324953079224 0.13012795150279999 0.3194575309753418 0.93862324953079224 0.14798836410045624 0.31158599257469177 0.93862324953079224 0.40926524996757507 0.86169826984405518 0.29996341466903687 0.35181638598442078 0.74074101448059082 0.57230061292648315 0.26196569204330444 0.55156254768371582 0.79192972183227539 0.35987183451652527 0.88346713781356812 0.29996341466903687 0.30935636162757874 0.75945419073104858 0.57230061292648315 0.2303495854139328 0.56549656391143799 0.79192972183227539"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 9 10 -1 23 22 21 -1 8 25 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 24 23 -1 39 25 24 -1 39 23 21 -1 39 21 38 -1 39 7 25 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1" solid="false">\n\t\t\t\t<Coordinate point="10.737932205200195 37.664051055908203 1.6147216558456421 10.82530403137207 37.678066253662109 1.3208498954772949 10.911098480224609 37.681365966796875 1.1711115837097168 11.023982048034668 37.681934356689453 1.0213860273361206 11.279141426086426 37.675621032714844 0.76980924606323242 11.665837287902832 37.654460906982422 0.50155544281005859 12.142401695251465 37.614719390869141 0.27992039918899536 12.49617862701416 37.576549530029297 0.17554545402526855 12.864119529724121 37.528915405273438 0.12036652863025665 10.603559494018555 38.568958282470703 1.6147216558456421 10.823406219482422 38.441745758056641 1.6147216558456421 10.921883583068848 38.302909851074219 1.6147216558456421 10.969147682189941 38.128402709960938 1.6147216558456421 10.951540946960449 37.948493957519531 1.6147216558456421 10.871021270751953 37.786647796630859 1.6147216558456421 10.641437530517578 38.558525085449219 1.3048691749572754 10.774195671081543 38.521640777587891 0.95064562559127808 10.98781681060791 38.461250305175781 0.6202552318572998 11.242648124694824 38.387535095214844 0.34717458486557007 11.525759696960449 38.303482055664063 0.1219356432557106 11.936298370361328 38.177543640136719 -0.11159642040729523 12.435514450073242 38.017864227294922 -0.28446367383003235 12.97032356262207 37.8387451171875 -0.34894508123397827 12.962857246398926 37.816967010498047 -0.19896338880062103 12.941146850585938 37.753631591796875 -0.062794789671897888 12.907192230224609 37.654571533203125 0.047019768506288528 11.588086128234863 38.087203979492188 0.51480108499526978 10.942500114440918 38.400775909423828 1.1367483139038086 11.009120941162109 38.385330200195313 0.99562472105026245 10.937383651733398 37.875801086425781 1.481448769569397 11.097951889038086 38.363742828369141 0.84702461957931519 11.146780967712402 38.160873413085938 1.0254596471786499 11.050112724304199 37.905479431152344 1.203804612159729 11.198770523071289 38.338344573974609 0.70887327194213867 11.089821815490723 37.906932830810547 1.1341707706451416 11.138017654418945 37.907337188720703 1.0595217943191528 11.471274375915527 37.888923645019531 0.68713033199310303 12.111580848693848 37.971698760986328 0.17288878560066223 12.328990936279297 37.918220520019531 0.07841809093952179 12.511387825012207 37.871253967285156 0.017290104180574417 11.00706958770752 38.163078308105469 1.3433113098144531 11.059369087219238 38.169086456298828 1.1952412128448486"></Coordinate>\n\t\t\t\t<Normal vector="0.53383541107177734 -0.84558838605880737 2.1249604742479278E-6 0.57266771793365479 -0.78011119365692139 0.25194886326789856 0.57686543464660645 -0.72695297002792358 0.37251263856887817 0.57111728191375732 -0.66076308488845825 0.48704949021339417 0.5372043251991272 -0.51743203401565552 0.66608977317810059 0.45884817838668823 -0.30745023488998413 0.83362621068954468 0.33722770214080811 -0.053381394594907761 0.93990844488143921 0.23303139209747314 0.1332855224609375 0.96329194307327271 0.11185151338577271 0.32630595564842224 0.93862324953079224 0.26508894562721252 0.96422398090362549 0 0.704490065574646 0.70971381664276123 4.0002519199333619E-6 0.90178120136260986 0.43219283223152161 4.8494775910512544E-6 0.99653434753417969 0.083182558417320251 5.5576983868377283E-6 0.96093487739562988 -0.27677452564239502 1.1703356221914873E-6 0.79972153902053833 -0.60037112236022949 0.000011231742973905057 0.26603639125823975 0.96396297216415405 -7.6813130363007076E-6 0.26935255527496338 0.96304166316986084 4.3727086449507624E-6 0.27469545602798462 0.96153128147125244 4.2196875256195199E-6 0.28106945753097534 0.95968741178512573 -1.2676168807956856E-6 0.28814491629600525 0.95758682489395142 -1.1313439927107538E-6 0.29840117692947388 0.95444053411483765 3.1144477361522149E-6 0.31089842319488525 0.95044314861297607 -3.0778896871197503E-6 0.32425808906555176 0.9459686279296875 2.3711889696187427E-7 0.30932626128196716 0.90240734815597534 0.29996368288993835 0.26590618491172791 0.77573567628860474 0.57230073213577271 0.19799633324146271 0.57761991024017334 0.79192972183227539 0.62530714273452759 0.46140900254249573 0.62935894727706909 0.68028867244720459 0.70058757066726685 0.21537040174007416 0.65028423070907593 0.71534937620162964 0.2557452917098999 0.89502894878387451 -0.41169267892837524 0.17155833542346954 0.61699080467224121 0.73175835609436035 0.28957223892211914 0.83037596940994263 0.29325699806213379 0.47378900647163391 0.85071372985839844 -0.2775457501411438 0.44637936353683472 0.5852389931678772 0.74759364128112793 0.31400492787361145 0.83007031679153442 -0.24660778045654297 0.50016790628433228 0.80603915452957153 -0.21189124882221222 0.55263280868530273 0.66286396980285645 -0.015375912189483643 0.74858194589614868 0.46357074379920959 0.60094976425170898 0.6511232852935791 0.40748581290245056 0.65056371688842773 0.64087605476379395 0.36331340670585632 0.68978780508041382 0.62625563144683838 0.94183069467544556 0.18842542171478271 0.27829983830451965 0.89194190502166748 0.24335378408432007 0.38107556104660034"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1" solid="false">\n\t\t\t\t<Coordinate point="25.754489898681641 30.050174713134766 10.355278968811035 25.627962112426758 30.233678817749023 10.217992782592773 25.478786468505859 30.29998779296875 10.013345718383789 25.785980224609375 30.358478546142578 9.8079347610473633 26.006132125854492 30.3345947265625 9.9095926284790039 26.198177337646484 30.226734161376953 9.9853754043579102 26.287082672119141 30.149448394775391 10"></Coordinate>\n\t\t\t\t<Normal vector="0.41829439997673035 0.48806324601173401 0.76604443788528442 0.16524034738540649 0.85507357120513916 0.49147206544876099 -0.13311076164245605 0.98768848180770874 0.08217649906873703 -0.13311076164245605 0.98768848180770874 0.08217649906873703 0.10883428156375885 0.90173459053039551 0.41836565732955933 0.33090198040008545 0.65558713674545288 0.67875576019287109 0.4224255383014679 0.48449236154556274 0.7660442590713501"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="25.754489898681641 30.050174713134766 10.355278968811035 16.156217575073242 27.454248428344727 16.834228515625 15.865339279174805 27.562788009643555 16.792268753051758 15.580818176269531 27.556398391723633 16.674985885620117 25.478786468505859 30.29998779296875 10.013345718383789 25.627962112426758 30.233678817749023 10.217992782592773"></Coordinate>\n\t\t\t\t<Normal vector="0.41829437017440796 0.48806324601173401 0.76604443788528442 0.32600712776184082 0.55398291349411011 0.76604324579238892 0.02015640027821064 0.87054872512817383 0.49166926741600037 -0.2938600480556488 0.95231115818023682 0.082157067954540253 -0.13311079144477844 0.98768848180770874 0.082176506519317627 0.16523982584476471 0.85507351160049438 0.49147239327430725"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="8 1 0 -1 8 0 2 -1 9 2 3 -1 9 8 2 -1 10 3 4 -1 10 9 3 -1 11 4 5 -1 11 10 4 -1 12 5 6 -1 12 11 5 -1 7 12 6 -1" solid="false">\n\t\t\t\t<Coordinate point="10.603558540344238 38.568958282470703 10 10.603559494018555 38.568958282470703 1.6147216558456421 10.854269981384277 38.408084869384766 10.073545455932617 10.941696166992188 38.255542755126953 10.176597595214844 10.968233108520508 38.032508850097656 10.350322723388672 10.898478507995605 37.827171325683594 10.532092094421387 10.737932205200195 37.664051055908203 10.700789451599121 10.737932205200195 37.664051055908203 1.6147216558456421 10.823406219482422 38.441745758056641 1.6147216558456421 10.921883583068848 38.302909851074219 1.6147216558456421 10.969147682189941 38.128402709960938 1.6147216558456421 10.951540946960449 37.948493957519531 1.6147216558456421 10.871021270751953 37.786647796630859 1.6147216558456421"></Coordinate>\n\t\t\t\t<Normal vector="0.26508897542953491 0.96422398090362549 0 0.26508909463882446 0.96422392129898071 0 0.76638984680175781 0.64237570762634277 0 0.94136261940002441 0.33739650249481201 0 0.99408173561096191 -0.10863497853279114 0 0.85466116666793823 -0.51918613910675049 0 0.53383547067642212 -0.84558838605880737 0 0.53383553028106689 -0.8455883264541626 0 0.70446324348449707 0.70974045991897583 0 0.90179860591888428 0.43215659260749817 0 0.99653708934783936 0.083149455487728119 0 0.96094709634780884 -0.27673208713531494 0 0.79968315362930298 -0.60042226314544678 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1" solid="false">\n\t\t\t\t<Coordinate point="26.175716400146484 30.246187210083008 9.7185659408569336 25.991384506225586 30.346033096313477 9.7410869598388672 25.781957626342773 30.361957550048828 9.7596168518066406 26.198177337646484 30.226734161376953 9.9853754043579102 25.785980224609375 30.358478546142578 9.8079347610473633 26.006132125854492 30.3345947265625 9.9095926284790039"></Coordinate>\n\t\t\t\t<Normal vector="0.65439289808273315 0.75615471601486206 0 0.28611499071121216 0.95713317394256592 0.045103665441274643 -0.13311076164245605 0.98768848180770874 0.08217649906873703 0.65495443344116211 0.75566840171813965 0 -0.13311076164245605 0.98768848180770874 0.08217649906873703 0.28708586096763611 0.95684581995010376 0.045030608773231506"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 3 0 -1 1 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="36.938694000244141 14.902705192565918 9.7596168518066406 36.641899108886719 14.992880821228027 9.9641256332397461 36.641452789306641 14.988723754882813 10.013345718383789 36.940639495849609 14.89775562286377 9.8079347610473633"></Coordinate>\n\t\t\t\t<Normal vector="0.34113800525665283 0.93641436100006104 0.08217649906873703 0.34113800525665283 0.93641436100006104 0.08217649906873703 0.34113800525665283 0.93641436100006104 0.08217649906873703 0.34113800525665283 0.93641436100006104 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 3 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="26.602226257324219 17.159212112426758 16.674985885620117 26.421405792236328 17.201475143432617 16.571977615356445 36.641452789306641 14.988723754882813 10.013345718383789 36.641899108886719 14.992880821228027 9.9641256332397461"></Coordinate>\n\t\t\t\t<Normal vector="0.18236121535301208 0.97979313135147095 0.082157023251056671 0.18077874183654785 0.9798969030380249 0.084386467933654785 0.34113800525665283 0.93641436100006104 0.08217649906873703 0.34113800525665283 0.93641436100006104 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="36.641899108886719 14.992880821228027 9.9641256332397461 36.696922302246094 15.504019737243652 3.9111936092376709 36.938694000244141 14.902705192565918 9.7596168518066406"></Coordinate>\n\t\t\t\t<Normal vector="0.34113800525665283 0.93641436100006104 0.08217649906873703 0.34113797545433044 0.93641442060470581 0.082176446914672852 0.34113800525665283 0.93641436100006104 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 5 3 -1 4 6 5 -1 2 7 6 -1 2 6 4 -1 1 8 7 -1 0 7 2 -1 0 1 7 -1" solid="false">\n\t\t\t\t<Coordinate point="36.641899108886719 14.992880821228027 9.9641256332397461 36.696922302246094 15.504019737243652 3.9111936092376709 26.421405792236328 17.201475143432617 16.571977615356445 8.3435373306274414 18.795560836791992 7.801386833190918 17.28144645690918 18.643928527832031 11.687099456787109 10.970795631408691 19.003635406494141 7.3068346977233887 21.957990646362305 18.873075485229492 4.7692060470581055 29.252706527709961 17.800380706787109 2.8387205600738525 36.561080932617188 15.82728099822998 0.78858500719070435"></Coordinate>\n\t\t\t\t<Normal vector="0.34113800525665283 0.93641436100006104 0.08217649906873703 0.34113791584968567 0.93641442060470581 0.08217649906873703 0.18077115714550018 0.97989797592163086 0.084390662610530853 -0.080916561186313629 0.993247389793396 0.083139099180698395 0.04283548891544342 0.9955061674118042 0.084454804658889771 -0.045246586203575134 0.99546736478805542 0.083650819957256317 0.11057288199663162 0.99025845527648926 0.084627427160739899 0.22329810261726379 0.97112095355987549 0.084036074578762054 0.33856359124183655 0.93734341859817505 0.0822315514087677"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 1 0 -1 16 5 4 -1 16 6 5 -1 16 7 6 -1 16 0 7 -1 16 4 8 -1 17 16 8 -1 17 1 16 -1 18 2 1 -1 18 8 9 -1 18 17 8 -1 18 1 17 -1 19 18 9 -1 19 2 18 -1 20 3 2 -1 20 9 10 -1 20 2 19 -1 20 19 9 -1 21 11 3 -1 21 12 11 -1 21 13 12 -1 21 14 13 -1 21 15 14 -1 21 10 15 -1 21 20 10 -1 21 3 20 -1" solid="false">\n\t\t\t\t<Coordinate point="10.760184288024902 19.696386337280273 6.4518623352050781 21.521055221557617 19.656494140625 3.9885659217834473 28.701080322265625 18.682159423828125 2.114666223526001 35.921981811523438 16.837942123413086 0.12036645412445068 10.970795631408691 19.003635406494141 7.3068346977233887 10.912590026855469 19.066493988037109 7.0299534797668457 10.855531692504883 19.207431793212891 6.7835731506347656 10.802238464355469 19.425510406494141 6.5807352066040039 21.957990646362305 18.873075485229492 4.7692060470581055 29.252706527709961 17.800380706787109 2.8387205600738525 36.561080932617188 15.82728099822998 0.78858500719070435 36.204502105712891 16.436023712158203 0.14301943778991699 36.363101959228516 16.195306777954102 0.23002481460571289 36.449653625488281 16.055717468261719 0.32519522309303284 36.512039184570313 15.947268486022949 0.44482943415641785 36.552879333496094 15.864433288574219 0.60643625259399414 20.705034255981445 19.205970764160156 4.5160932540893555 21.699542999267578 19.128942489624023 4.2647628784179688 25.245500564575195 18.731775283813477 3.3451645374298096 28.920089721679688 18.109567642211914 2.3596601486206055 32.507480621337891 17.284177780151367 1.3706164360046387 36.168777465820313 16.207889556884766 0.33606377243995667"></Coordinate>\n\t\t\t\t<Normal vector="0.16537497937679291 0.30271688103675842 0.93862324953079224 0.2546921968460083 0.23263297975063324 0.93862336874008179 0.28909569978713989 0.1881793737411499 0.93862247467041016 0.31233933568000793 0.14640961587429047 0.93862044811248779 -0.045236121863126755 0.99546784162521362 0.083650954067707062 0.012970326468348503 0.93265050649642944 0.36054793000221252 0.070026688277721405 0.7916749119758606 0.60691606998443604 0.12332511693239212 0.57361632585525513 0.80978715419769287 0.11056426912546158 0.99025917053222656 0.084630824625492096 0.22327075898647308 0.97112691402435303 0.084039509296417236 0.33856499195098877 0.93734294176101685 0.082231193780899048 0.3753412663936615 0.43542167544364929 0.81824624538421631 0.39810314774513245 0.61577153205871582 0.67995542287826538 0.40172874927520752 0.72504949569702148 0.55939006805419922 0.3945108950138092 0.8150634765625 0.42430254817008972 0.37313634157180786 0.89144456386566162 0.25709104537963867 0.20968882739543915 0.75170546770095825 0.62527549266815186 0.22258904576301575 0.74751603603363037 0.62583857774734497 0.26774737238883972 0.73119759559631348 0.62742441892623901 0.31311556696891785 0.7120404839515686 0.6284559965133667 0.35605967044830322 0.69113731384277344 0.62892824411392212 0.39836916327476501 0.66761839389801025 0.62895762920379639"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="7 5 4 -1 7 4 6 -1 8 5 7 -1 0 5 8 -1 1 0 8 -1 2 1 8 -1 3 2 8 -1" solid="false">\n\t\t\t\t<Coordinate point="28.831169128417969 27.251949310302734 0.12036652863025665 31.560033798217773 24.038913726806641 0.12036652863025665 33.932567596435547 20.554462432861328 0.12036652863025665 35.921981811523438 16.837942123413086 0.12036645412445068 13.307602882385254 24.359403610229492 4.4991583824157715 20.989507675170898 26.326723098754883 2.3263461589813232 10.760184288024902 19.696386337280273 6.4518623352050781 21.521055221557617 19.656494140625 3.9885659217834473 28.701080322265625 18.682159423828125 2.114666223526001"></Coordinate>\n\t\t\t\t<Normal vector="0.25068113207817078 0.23695012927055359 0.93862324953079224 0.27440804243087769 0.2090134471654892 0.93862324953079224 0.29503673315048218 0.17871686816215515 0.93862324953079224 0.31233429908752441 0.14640246331691742 0.93862324953079224 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.2150355726480484 0.2697148323059082 0.93862324953079224 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.25469589233398438 0.23262929916381836 0.93862324953079224 0.28909429907798767 0.18817779421806335 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="19 1 0 -1 19 3 2 -1 19 4 3 -1 19 5 4 -1 19 6 5 -1 19 7 6 -1 19 8 7 -1 19 9 8 -1 19 0 9 -1 19 2 10 -1 20 10 11 -1 20 12 1 -1 20 13 12 -1 20 14 13 -1 20 15 14 -1 20 16 15 -1 20 17 16 -1 20 18 17 -1 20 11 18 -1 20 1 19 -1 20 19 10 -1" solid="false">\n\t\t\t\t<Coordinate point="13.168072700500488 25.614503860473633 5.4377813339233398 27.011325836181641 28.359695434570313 1.614721417427063 13.307602882385254 24.359403610229492 4.4991583824157715 13.229673385620117 24.578571319580078 4.4713778495788574 13.165118217468262 24.802291870117188 4.4966726303100586 13.107362747192383 25.076900482177734 4.6046032905578613 13.082398414611816 25.321060180664063 4.7949943542480469 13.085211753845215 25.435440063476563 4.9361057281494141 13.100832939147949 25.524284362792969 5.0937972068786621 13.128767967224121 25.584627151489258 5.2628960609436035 20.989507675170898 26.326723098754883 2.3263461589813232 28.831169128417969 27.251949310302734 0.12036652863025665 27.095203399658203 28.33149528503418 1.3208878040313721 27.172714233398438 28.29454231262207 1.1711064577102661 27.27287483215332 28.242620468139648 1.0214446783065796 27.495960235595703 28.118404388427734 0.76977080106735229 27.828775405883789 27.919809341430664 0.50136101245880127 28.232263565063477 27.663148880004883 0.27979761362075806 28.527645111083984 27.46502685546875 0.17550593614578247 17.801027297973633 26.515802383422852 3.3695628643035889 22.719085693359375 27.480548858642578 2.0010149478912354"></Coordinate>\n\t\t\t\t<Normal vector="0.30490484833717346 -0.95238280296325684 0 0.079744741320610046 -0.99681532382965088 -4.8219480959232897E-6 0.16537497937679291 0.30271688103675842 0.93862324953079224 0.24328270554542542 0.083569131791591644 0.96634864807128906 0.30783629417419434 -0.14013807475566864 0.94106221199035645 0.36563432216644287 -0.41480645537376404 0.83321493864059448 0.39059385657310486 -0.65896260738372803 0.64280998706817627 0.38775277137756348 -0.77330857515335083 0.50163894891738892 0.37211483716964722 -0.86211240291595459 0.34393715858459473 0.34419074654579163 -0.9224744439125061 0.17485310137271881 0.21503522992134094 0.26971468329429626 0.93862336874008179 0.25068110227584839 0.23695001006126404 0.93862330913543701 0.14463137090206146 -0.95679432153701782 0.25224262475967407 0.1730869859457016 -0.91178178787231445 0.37241765856742859 0.19863890111446381 -0.85053330659866333 0.48696577548980713 0.23506131768226624 -0.70777899026870728 0.66617947816848755 0.26343026757240295 -0.48525941371917725 0.83374327421188354 0.27376371622085571 -0.20388205349445343 0.93993908166885376 0.26819020509719849 0.0098725073039531708 0.96331536769866943 0.34392112493515015 -0.55650991201400757 0.75631672143936157 0.29912731051445007 -0.58427262306213379 0.75441920757293701"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 12 9 4 -1 11 12 4 -1 10 11 4 -1 21 25 26 -1 21 26 27 -1 21 28 25 -1 21 20 28 -1 22 23 24 -1 22 27 23 -1 22 21 27 -1 17 4 5 -1 17 5 6 -1 17 6 7 -1 17 7 8 -1 17 14 15 -1 17 15 10 -1 17 8 20 -1 17 10 4 -1 18 14 17 -1 13 14 18 -1 19 13 18 -1 16 13 19 -1 28 20 8 -1" solid="false">\n\t\t\t\t<Coordinate point="10.760829925537109 16.858367919921875 7.350001335144043 10.712875366210938 17.127267837524414 7.5113668441772461 10.752069473266602 17.368009567260742 7.6914515495300293 10.880879402160645 17.58363151550293 7.8923606872558594 11.092160224914551 17.76087760925293 8.1020231246948242 11.285626411437988 17.86140251159668 8.2524509429931641 11.515829086303711 17.942127227783203 8.4058465957641602 11.957564353942871 18.026510238647461 8.6555080413818359 12.401529312133789 18.049880981445313 8.8697471618652344 9.6011533737182617 17.54473876953125 7.3499999046325684 9.5885105133056641 17.551651000976563 7.3499999046325684 9.5927257537841797 17.549348831176758 7.3499999046325684 9.5969400405883789 17.54704475402832 7.3499999046325684 7.0500288009643555 18.716224670410156 7.3499999046325684 7.9139742851257324 18.367607116699219 7.3499999046325684 8.760746955871582 17.979135513305664 7.3499999046325684 5.6861953735351563 19.174650192260742 7.3499999046325684 8.3435373306274414 18.795560836791992 7.801386833190918 7.4456796646118164 18.827018737792969 7.546694278717041 6.5659847259521484 18.960573196411133 7.4022173881530762 17.28144645690918 18.643928527832031 11.687099456787109 26.421405792236328 17.201475143432617 16.571977615356445 26.602226257324219 17.159212112426758 16.674985885620117 27.064245223999023 16.801361083984375 16.834228515625 26.857126235961914 17.032646179199219 16.792268753051758 27.333251953125 16.360088348388672 16.834228515625 27.244379043579102 16.507663726806641 16.834228515625 27.15471076965332 16.654756546020508 16.834228515625 19.798652648925781 17.644094467163086 12.565853118896484"></Coordinate>\n\t\t\t\t<Normal vector="-0.33611181378364563 -0.52656692266464233 0.78086882829666138 -0.33127298951148987 -0.52962452173233032 0.78086882829666138 -0.32882097363471985 -0.53115034103393555 0.78086882829666138 -0.32871881127357483 -0.53121358156204224 0.78086882829666138 -0.33090773224830627 -0.52985280752182007 0.78086882829666138 -0.33368295431137085 -0.52810943126678467 0.78086882829666138 -0.33742710947990417 -0.52572506666183472 0.78086882829666138 -0.34531578421592712 -0.52057749032974243 0.78086882829666138 -0.35375761985778809 -0.51487809419631958 0.78086882829666138 -0.29988965392112732 -0.54800558090209961 0.78086882829666138 -0.29949477314949036 -0.54822146892547607 0.78086882829666138 -0.29962641000747681 -0.54814952611923218 0.78086882829666138 -0.29975801706314087 -0.54807758331298828 0.78086882829666138 -0.22020590305328369 -0.58459669351577759 0.78086882829666138 -0.24719102680683136 -0.5737076997756958 0.78086882829666138 -0.27363976836204529 -0.56157386302947998 0.78086882829666138 -0.17760719358921051 -0.59891533851623535 0.78086882829666138 -0.25345787405967712 -0.57096672058105469 0.78086882829666138 -0.22973978519439697 -0.58091610670089722 0.78086882829666138 -0.20441968739032745 -0.59030205011367798 0.78086882829666138 -0.42466819286346436 -0.45814934372901917 0.78086882829666138 -0.52352190017700195 -0.34083530306816101 0.78086882829666138 -0.52496075630187988 -0.33861500024795532 0.78086882829666138 -0.53074085712432861 -0.32948151230812073 0.78086882829666138 -0.52754878997802734 -0.33456861972808838 0.78086882829666138 -0.53601616621017456 -0.32082793116569519 0.78086882829666138 -0.53427332639694214 -0.32372197508811951 0.78086882829666138 -0.53251487016677856 -0.32660651206970215 0.78086882829666138 -0.46637275815010071 -0.41562044620513916 0.78086882829666138"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 0 1 -1 4 1 2 -1 3 4 2 -1" solid="false">\n\t\t\t\t<Coordinate point="3.1181035041809082 21.473600387573242 8.0888757705688477 13.168072700500488 25.614503860473633 5.4377813339233398 27.011325836181641 28.359695434570313 1.614721417427063 27.011323928833008 28.359695434570313 10.700789451599121 17.851327896118164 26.917482376098633 16.461965560913086"></Coordinate>\n\t\t\t\t<Normal vector="0.45132416486740112 -0.89236009120941162 0 0.30475354194641113 -0.95243126153945923 0 0.079723313450813293 -0.99681705236434937 0 0.079723313450813293 -0.99681705236434937 0 0.23022763431072235 -0.9731367826461792 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="17.851327896118164 26.917482376098633 16.461965560913086 27.011323928833008 28.359695434570313 10.700789451599121 27.312873840332031 29.223396301269531 10 27.460105895996094 28.964439392089844 10.073545455932617 27.466629028320313 28.788742065429688 10.176597595214844 27.386476516723633 28.578922271728516 10.350322723388672 27.229286193847656 28.429521560668945 10.532092094421387 26.287082672119141 30.149448394775391 10 26.632560729980469 29.844709396362305 10 26.974506378173828 29.536012649536133 10 25.754489898681641 30.050174713134766 10.355278968811035 16.156217575073242 27.454248428344727 16.834228515625 16.599481582641602 27.188533782958984 16.834228515625 16.452205657958984 27.277904510498047 16.834228515625 16.304450988769531 27.366476058959961 16.834228515625 16.960607528686523 27.011913299560547 16.800704956054688 17.302146911621094 26.915794372558594 16.715099334716797 17.578950881958008 26.888641357421875 16.607864379882813"></Coordinate>\n\t\t\t\t<Normal vector="0.35526299476623535 0.5356903076171875 0.76604443788528442 0.44331979751586914 0.4654497504234314 0.76604443788528442 0.43890941143035889 0.46961092948913574 0.76604443788528442 0.44224438071250916 0.46647164225578308 0.76604443788528442 0.44371482729911804 0.46507316827774048 0.76604443788528442 0.44473415613174438 0.46409851312637329 0.76604443788528442 0.44461479783058167 0.46421289443969727 0.76604443788528442 0.42242527008056641 0.48449230194091797 0.76604443788528442 0.42797699570655823 0.47959524393081665 0.76604443788528442 0.43347194790840149 0.4746345579624176 0.76604443788528442 0.41829439997673035 0.48806321620941162 0.76604443788528442 0.32600608468055725 0.55398190021514893 0.76604443788528442 0.33495044708251953 0.54862016439437866 0.76604443788528442 0.33197864890098572 0.55042356252670288 0.76604443788528442 0.3289971649646759 0.55221080780029297 0.76604443788528442 0.34180876612663269 0.54437363147735596 0.76604443788528442 0.34758001565933228 0.54070699214935303 0.76604443788528442 0.351735919713974 0.5380128026008606 0.76604443788528442"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1" solid="false">\n\t\t\t\t<Coordinate point="36.696922302246094 15.504019737243652 3.9111936092376709 36.938694000244141 14.902705192565918 9.7596168518066406 36.98870849609375 15.226142883300781 3.8700993061065674 36.872043609619141 15.395493507385254 3.8925406932830811 37.233551025390625 14.617206573486328 9.7185659408569336 37.116733551025391 14.791279792785645 9.7410869598388672"></Coordinate>\n\t\t\t\t<Normal vector="0.34114930033683777 0.93641036748886108 0.082175552845001221 0.34113797545433044 0.93641436100006104 0.08217649906873703 0.92471766471862793 0.38065370917320251 -1.761234670993872E-6 0.69225484132766724 0.72025257349014282 0.044937815517187119 0.93083882331848145 0.36542996764183044 2.1137436760909623E-6 0.69814294576644897 0.71453619003295898 0.045105002820491791"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1" solid="false">\n\t\t\t\t<Coordinate point="36.98870849609375 15.226142883300781 3.8700993061065674 36.872043609619141 15.395493507385254 3.8925406932830811 36.696922302246094 15.504019737243652 3.9111936092376709 36.852455139160156 15.553022384643555 0.74746918678283691 36.73541259765625 15.720303535461426 0.76989668607711792 36.561080932617188 15.82728099822998 0.78858500719070435"></Coordinate>\n\t\t\t\t<Normal vector="0.92471766471862793 0.38065367937088013 -1.4257502698455937E-6 0.69225138425827026 0.72025591135025024 0.044938359409570694 0.34113240242004395 0.9364163875579834 0.082176700234413147 0.92131137847900391 0.38882556557655334 0 0.68805879354476929 0.72426396608352661 0.044909369200468063 0.33856374025344849 0.93734335899353027 0.082231543958187103"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 0 1 -1 13 6 5 -1 14 6 13 -1 15 7 6 -1 15 6 14 -1 10 9 8 -1 16 8 7 -1 16 7 15 -1 16 10 8 -1 11 10 16 -1 17 1 2 -1 17 4 3 -1 17 2 12 -1 17 3 1 -1 18 4 17 -1 18 17 12 -1 19 5 4 -1 19 12 13 -1 19 18 12 -1 19 4 18 -1 19 13 5 -1" solid="false">\n\t\t\t\t<Coordinate point="36.218547821044922 16.976951599121094 -0.34894558787345886 36.137073516845703 16.938762664794922 -0.062797054648399353 35.921981811523438 16.837942123413086 0.12036645412445068 36.337383270263672 16.721084594726563 -0.33237186074256897 36.44744873046875 16.479791641235352 -0.28305178880691528 36.597511291503906 16.143798828125 -0.14347270131111145 36.701713562011719 15.905479431152344 0.032446317374706268 36.787021636962891 15.707160949707031 0.27877342700958252 36.830669403076172 15.604543685913086 0.5045323371887207 36.852455139160156 15.553022384643555 0.74746918678283691 36.73541259765625 15.720303535461426 0.76989668607711792 36.561080932617188 15.82728099822998 0.78858500719070435 36.204502105712891 16.436023712158203 0.14301943778991699 36.363101959228516 16.195306777954102 0.23002481460571289 36.449653625488281 16.055717468261719 0.32519522309303284 36.512039184570313 15.947268486022949 0.44482943415641785 36.552879333496094 15.864433288574219 0.60643625259399414 36.319969177246094 16.590055465698242 -0.055576704442501068 36.373527526855469 16.485174179077148 -0.037088364362716675 36.44683837890625 16.339391708374023 0.0039879102259874344"></Coordinate>\n\t\t\t\t<Normal vector="0.90546411275863647 0.42442283034324646 0 0.74249160289764404 0.34810686111450195 0.5723004937171936 0.31233081221580505 0.14640875160694122 0.93862342834472656 0.90843379497528076 0.41802871227264404 3.8193510931705532E-7 0.91118669509887695 0.41199377179145813 9.5576035619160393E-7 0.91493707895278931 0.40359649062156677 6.393066769305733E-7 0.91754335165023804 0.39763575792312622 1.3067817690171069E-6 0.91967630386352539 0.39267730712890625 1.2811968872483703E-6 0.92076599597930908 0.39011538028717041 -6.1412979448505212E-6 0.92131137847900391 0.38882556557655334 0 0.68805891275405884 0.72426354885101318 0.044913168996572495 0.3385637104511261 0.93734335899353027 0.082231558859348297 0.37530803680419922 0.43523335456848145 0.81836163997650146 0.39820525050163269 0.61559873819351196 0.68005204200744629 0.40170380473136902 0.72516834735870361 0.55925387144088745 0.39429211616516113 0.81547021865844727 0.42372402548789978 0.37318399548530579 0.8912508487701416 0.25769299268722534 0.73970150947570801 0.44860875606536865 0.50158929824829102 0.73834896087646484 0.4781607985496521 0.47560814023017883 0.73585140705108643 0.51908731460571289 0.43482309579849243"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="12 5 4 -1 12 6 5 -1 12 4 8 -1 13 7 6 -1 13 6 12 -1 14 1 0 -1 14 0 7 -1 14 7 13 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 12 15 -1 16 13 12 -1 16 15 11 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 13 16 -1 17 1 14 -1 17 14 13 -1 17 16 11 -1" solid="false">\n\t\t\t\t<Coordinate point="29.069192886352539 27.476936340332031 -0.34894508123397827 31.820587158203125 24.237373352050781 -0.34894508123397827 34.21270751953125 20.724157333374023 -0.34894508123397827 36.218547821044922 16.976951599121094 -0.34894558787345886 28.831169128417969 27.251949310302734 0.12036652863025665 28.927703857421875 27.343196868896484 0.047019768506288528 29.003803253173828 27.415128707885742 -0.062794789671897888 29.052459716796875 27.46112060546875 -0.19896338880062103 31.560033798217773 24.038913726806641 0.12036652863025665 33.932567596435547 20.554462432861328 0.12036652863025665 35.921981811523438 16.837942123413086 0.12036645412445068 36.137073516845703 16.938762664794922 -0.062797054648399353 31.665704727172852 24.119401931762695 0.047019768506288528 31.749008178710938 24.182851791381836 -0.062794789671897888 31.802270889282227 24.223423004150391 -0.19896338880062103 34.046180725097656 20.623285293579102 0.047019768506288528 34.135746002197266 20.677539825439453 -0.062794789671897888 34.193012237548828 20.712226867675781 -0.19896338880062103"></Coordinate>\n\t\t\t\t<Normal vector="0.72672981023788452 0.68692338466644287 0 0.79551464319229126 0.60593432188034058 0 0.85531765222549438 0.51810389757156372 0 0.90546363592147827 0.42442378401756287 -9.6424787443538662E-7 0.25068113207817078 0.23695012927055359 0.93862324953079224 0.44375011324882507 0.41944384574890137 0.79192972183227539 0.59595036506652832 0.56330734491348267 0.57230061292648315 0.6932644248008728 0.65529108047485352 0.29996341466903687 0.27440804243087769 0.2090134471654892 0.93862324953079224 0.29503673315048218 0.17871686816215515 0.93862324953079224 0.31233468651771545 0.14640264213085175 0.93862307071685791 0.74252033233642578 0.34804633259773254 0.5723000168800354 0.48575100302696228 0.36999091506004333 0.79192972183227539 0.65235698223114014 0.4968927800655365 0.57230061292648315 0.75888174772262573 0.57803148031234741 0.29996341466903687 0.52226746082305908 0.31636059284210205 0.79192972183227539 0.70139807462692261 0.42486795783042908 0.57230061292648315 0.81593090295791626 0.49424561858177185 0.29996341466903687"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1" solid="false">\n\t\t\t\t<Coordinate point="27.011325836181641 28.359695434570313 1.614721417427063 27.095203399658203 28.33149528503418 1.3208878040313721 27.172714233398438 28.29454231262207 1.1711064577102661 27.27287483215332 28.242620468139648 1.0214446783065796 27.495960235595703 28.118404388427734 0.76977080106735229 27.828775405883789 27.919809341430664 0.50136101245880127 28.232263565063477 27.663148880004883 0.27979761362075806 28.527645111083984 27.46502685546875 0.17550593614578247 28.831169128417969 27.251949310302734 0.12036652863025665 27.312873840332031 29.223396301269531 1.6147215366363525 27.448419570922852 29.008586883544922 1.6147215366363525 27.471097946166992 28.839889526367188 1.614721417427063 27.431850433349609 28.663408279418945 1.614721417427063 27.332653045654297 28.512289047241211 1.614721417427063 27.186141967773438 28.406398773193359 1.614721417427063 27.341571807861328 29.196548461914063 1.3048350811004639 27.441951751708984 29.10222053527832 0.95070672035217285 27.603034973144531 28.949481964111328 0.62030595541000366 27.794546127319336 28.765659332275391 0.34705379605293274 28.006332397460938 28.559505462646484 0.12169367074966431 28.311328887939453 28.257186889648438 -0.11176599562168121 28.679037094116211 27.883916854858398 -0.28451341390609741 29.069192886352539 27.476936340332031 -0.34894508123397827 28.927703857421875 27.343196868896484 0.047019768506288528 29.003803253173828 27.415128707885742 -0.062794789671897888 29.052459716796875 27.46112060546875 -0.19896338880062103 27.96058464050293 28.339426040649414 0.51497656106948853 27.534749984741211 28.917036056518555 1.1369967460632324 27.586530685424805 28.872425079345703 0.99590164422988892 27.286346435546875 28.454498291015625 1.4814094305038452 27.655134201049805 28.812051773071289 0.84729206562042236 27.604013442993164 28.60975456237793 1.0258904695510864 27.399850845336914 28.428434371948242 1.2039905786514282 27.732610702514648 28.742700576782227 0.70909148454666138 27.435674667358398 28.411275863647461 1.1343652009963989 27.478504180908203 28.389259338378906 1.0597511529922485 27.765106201171875 28.218050003051758 0.68720000982284546 28.370855331420898 27.993518829345703 0.17271848022937775 28.538448333740234 27.845176696777344 0.078314781188964844 28.678066253662109 27.718877792358398 0.017235135659575462 27.481521606445313 28.676498413085938 1.3433785438537598 27.53056526184082 28.657552719116211 1.1954505443572998"></Coordinate>\n\t\t\t\t<Normal vector="0.079724006354808807 -0.99681699275970459 -1.9528903294485644E-7 0.1445530503988266 -0.95687282085418701 0.2519896924495697 0.172951340675354 -0.91174459457397461 0.37257158756256104 0.19861216843128204 -0.85051214694976807 0.48701366782188416 0.23523044586181641 -0.70780384540557861 0.66609334945678711 0.26343482732772827 -0.48528337478637695 0.83372783660888672 0.27379366755485535 -0.20379844307899475 0.93994849920272827 0.26826494932174683 0.0098277190700173378 0.96329504251480103 0.25068116188049316 0.23695008456707001 0.93862324953079224 0.68282186985015869 0.73058491945266724 0 0.95361542701721191 0.30102765560150146 2.2917863589100307E-6 0.99933761358261108 -0.036390636116266251 1.9376111595192924E-6 0.92104434967041016 -0.38945776224136353 1.7113975445681717E-6 0.72224241495132446 -0.69164001941680908 -2.8608371849259129E-6 0.42911243438720703 -0.903251051902771 7.8312577898032032E-6 0.68353933095932007 0.72991365194320679 -7.7482745837187395E-6 0.68604707717895508 0.72755718231201172 4.3637314774969127E-6 0.69007587432861328 0.72373700141906738 4.3466393435664941E-6 0.69486606121063232 0.71913915872573853 -1.248482817572949E-6 0.70015871524810791 0.71398723125457764 -8.6652562458766624E-7 0.7077786922454834 0.70643419027328491 4.0064246604742948E-6 0.71698480844497681 0.69708877801895142 -3.0067797069932567E-6 0.72672981023788452 0.68692338466644287 0 0.44375014305114746 0.41944396495819092 0.79192966222763062 0.59595036506652832 0.56330734491348267 0.57230061292648315 0.69326430559158325 0.65529114007949829 0.2999635636806488 0.76814776659011841 0.11787103861570358 0.6293293833732605 0.92797172069549561 0.30415505170822144 0.21530956029891968 0.90827769041061401 0.33115297555923462 0.25567430257797241 0.6011928915977478 -0.78046691417694092 0.17157667875289917 0.88641369342803955 0.3611626923084259 0.28953808546066284 0.87162673473358154 -0.12641993165016174 0.47358721494674683 0.62428438663482666 -0.6411857008934021 0.44626212120056152 0.86565631628036499 0.3899417519569397 0.31398186087608337 0.6203961968421936 -0.60421741008758545 0.50002992153167725 0.61525523662567139 -0.56233614683151245 0.55248439311981201 0.57981365919113159 -0.32172521948814392 0.74853789806365967 0.68970787525177002 0.3167935311794281 0.65111052989959717 0.663108229637146 0.38676458597183228 0.64085930585861206 0.64223164319992065 0.44199797511100769 0.62623977661132813 0.92153209447860718 -0.27087774872779846 0.27821540832519531 0.90289342403411865 -0.19910222291946411 0.38097476959228516"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1" solid="false">\n\t\t\t\t<Coordinate point="36.769481658935547 14.639400482177734 10.355278968811035 36.742725372314453 14.860685348510742 10.217992782592773 36.641452789306641 14.988723754882813 10.013345718383789 36.940639495849609 14.89775562286377 9.8079347610473633 37.124477386474609 14.774297714233398 9.9095926284790039 37.244396209716797 14.589544296264648 9.9853754043579102 37.287204742431641 14.479795455932617 10"></Coordinate>\n\t\t\t\t<Normal vector="0.59719562530517578 0.23776742815971375 0.76604443788528442 0.54368555545806885 0.68033903837203979 0.49147206544876099 0.34113800525665283 0.93641436100006104 0.08217649906873703 0.34113800525665283 0.93641436100006104 0.08217649906873703 0.51542490720748901 0.74786853790283203 0.41836565732955933 0.59766566753387451 0.42671576142311096 0.67875576019287109 0.59919404983520508 0.23268574476242065 0.7660442590713501"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="36.769481658935547 14.639400482177734 10.355278968811035 27.064245223999023 16.801361083984375 16.834228515625 26.857126235961914 17.032646179199219 16.792268753051758 26.602226257324219 17.159212112426758 16.674985885620117 36.641452789306641 14.988723754882813 10.013345718383789 36.742725372314453 14.860685348510742 10.217992782592773"></Coordinate>\n\t\t\t\t<Normal vector="0.59719556570053101 0.23776745796203613 0.76604443788528442 0.54611366987228394 0.33902445435523987 0.76604324579238892 0.42241176962852478 0.76146543025970459 0.49166926741600037 0.18236091732978821 0.97979319095611572 0.082157067954540253 0.34113797545433044 0.93641436100006104 0.082176506519317627 0.54368507862091064 0.68033921718597412 0.49147239327430725"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1" solid="false">\n\t\t\t\t<Coordinate point="27.312873840332031 29.223396301269531 1.6147215366363525 27.448419570922852 29.008586883544922 1.6147215366363525 27.471097946166992 28.839889526367188 1.614721417427063 27.431850433349609 28.663408279418945 1.614721417427063 27.332653045654297 28.512289047241211 1.614721417427063 27.186141967773438 28.406398773193359 1.614721417427063 27.011325836181641 28.359695434570313 1.614721417427063 27.312873840332031 29.223396301269531 10 27.460105895996094 28.964439392089844 10.073545455932617 27.466629028320313 28.788742065429688 10.176597595214844 27.386476516723633 28.578922271728516 10.350322723388672 27.229286193847656 28.429521560668945 10.532092094421387 27.011323928833008 28.359695434570313 10.700789451599121"></Coordinate>\n\t\t\t\t<Normal vector="0.68282186985015869 0.73058491945266724 0 0.95360416173934937 0.30106335878372192 0 0.99933618307113647 -0.036430984735488892 0 0.92103135585784912 -0.38948839902877808 0 0.72227299213409424 -0.69160807132720947 0 0.42905488610267639 -0.9032784104347229 0 0.079723313450813293 -0.99681705236434937 0 0.68282186985015869 0.73058491945266724 0 0.9771314263343811 0.21263633668422699 0 0.99033117294311523 -0.13872325420379639 0 0.82973045110702515 -0.55816429853439331 0 0.51548707485198975 -0.85689735412597656 0 0.079723313450813293 -0.99681705236434937 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1" solid="false">\n\t\t\t\t<Coordinate point="37.233551025390625 14.617206573486328 9.7185659408569336 37.116733551025391 14.791279792785645 9.7410869598388672 36.938694000244141 14.902705192565918 9.7596168518066406 37.244396209716797 14.589544296264648 9.9853754043579102 36.940639495849609 14.89775562286377 9.8079347610473633 37.124477386474609 14.774297714233398 9.9095926284790039"></Coordinate>\n\t\t\t\t<Normal vector="0.93083876371383667 0.36543017625808716 0 0.69814419746398926 0.71453505754470825 0.045103665441274643 0.34113800525665283 0.93641436100006104 0.08217649906873703 0.9311099648475647 0.36473861336708069 0 0.34113800525665283 0.93641436100006104 0.08217649906873703 0.69887030124664307 0.71382945775985718 0.045030608773231506"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 3 0 -1 1 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="39.633220672607422 -3.9705774784088135 9.7596168518066406 39.412330627441406 -3.7528035640716553 9.9641256332397461 39.410003662109375 -3.7562758922576904 10.013345718383789 39.632644653320313 -3.9758639335632324 9.8079347610473633"></Coordinate>\n\t\t\t\t<Normal vector="0.7372361421585083 0.67061901092529297 0.08217649906873703 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.7372361421585083 0.67061901092529297 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 3 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="31.529384613037109 2.8310565948486328 16.674985885620117 31.388917922973633 2.952509880065918 16.571977615356445 39.410003662109375 -3.7562758922576904 10.013345718383789 39.412330627441406 -3.7528035640716553 9.9641256332397461"></Coordinate>\n\t\t\t\t<Normal vector="0.61680543422698975 0.78281629085540771 0.082157023251056671 0.61545240879058838 0.78364354372024536 0.084386467933654785 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.7372361421585083 0.67061901092529297 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="39.412330627441406 -3.7528035640716553 9.9641256332397461 39.698589324951172 -3.3257830142974854 3.9111936092376709 39.633220672607422 -3.9705774784088135 9.7596168518066406"></Coordinate>\n\t\t\t\t<Normal vector="0.7372361421585083 0.67061901092529297 0.08217649906873703 0.7372361421585083 0.67061907052993774 0.082176446914672852 0.7372361421585083 0.67061901092529297 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1" solid="false">\n\t\t\t\t<Coordinate point="39.412330627441406 -3.7528035640716553 9.9641256332397461 39.698589324951172 -3.3257830142974854 3.9111936092376709 31.388917922973633 2.952509880065918 16.571977615356445 16.122568130493164 12.765207290649414 7.801386833190918 23.966226577758789 8.477290153503418 11.687099456787109 39.728534698486328 -2.9764201641082764 0.78858399391174316 32.183826446533203 3.7340376377105713 3.5125977993011475 24.072126388549805 8.9774580001831055 5.9541034698486328"></Coordinate>\n\t\t\t\t<Normal vector="0.7372361421585083 0.67061901092529297 0.08217649906873703 0.73723608255386353 0.67061907052993774 0.08217649906873703 0.61544620990753174 0.78364801406860352 0.084390662610530853 0.38993701338768005 0.91708070039749146 0.083139099180698395 0.50056374073028564 0.86157029867172241 0.084454804658889771 0.73538839817047119 0.67263799905776978 0.0822315514087677 0.61821663379669189 0.78146672248840332 0.084367804229259491 0.4982028603553772 0.86293905973434448 0.084439717233181"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1" solid="false">\n\t\t\t\t<Coordinate point="39.728534698486328 -2.9764201641082764 0.78858399391174316 32.183826446533203 3.7340376377105713 3.5125977993011475 24.072126388549805 8.9774580001831055 5.9541034698486328 16.122568130493164 12.765207290649414 7.801386833190918 15.34217643737793 13.209966659545898 7.5466327667236328 14.625170707702637 13.737835884094238 7.4022507667541504 13.945778846740723 14.335803031921387 7.3499999046325684 39.632316589355469 -1.7845202684402466 0.12036651372909546 31.28318977355957 5.3280539512634277 3.0378730297088623 22.41248893737793 10.676106452941895 5.5766787528991699 39.739227294921875 -2.9324796199798584 0.58727371692657471 39.740337371826172 -2.8207476139068604 0.41333633661270142 39.732902526855469 -2.6720707416534424 0.29067134857177734 39.716663360595703 -2.4734587669372559 0.19602087140083313 39.691581726074219 -2.2356457710266113 0.13682740926742554 39.55804443359375 -2.4570989608764648 0.3360569179058075 35.855796813964844 1.0543467998504639 1.7177025079727173 31.631122589111328 4.4389376640319824 3.1598660945892334 27.572515487670898 7.1890387535095215 4.4233698844909668 23.158159255981445 9.7287282943725586 5.659064769744873 19.133874893188477 11.703814506530762 6.6417384147644043"></Coordinate>\n\t\t\t\t<Normal vector="0.73538535833358765 0.67264103889465332 0.082233995199203491 0.61822730302810669 0.78145653009414673 0.084384426474571228 0.49820518493652344 0.86293399333953857 0.084478124976158142 0.38995763659477234 0.91707324981689453 0.083124712109565735 0.3954225480556488 0.7834937572479248 0.47935223579406738 0.34070983529090881 0.55685669183731079 0.75751399993896484 0.24052442610263824 0.2472529411315918 0.93862342834472656 0.3445906937122345 -0.015519965440034866 0.93862473964691162 0.34004637598991394 0.05791189894080162 0.93862384557723999 0.31141847372055054 0.14834007620811462 0.93862330913543701 0.74411022663116455 0.60831886529922485 0.27613064646720886 0.72119683027267456 0.51924979686737061 0.45853540301322937 0.67670464515686035 0.42493587732315063 0.60124897956848145 0.6087648868560791 0.3142356276512146 0.72846502065658569 0.52108919620513916 0.1933901458978653 0.83130395412445068 0.662986159324646 0.40601783990859985 0.62896651029586792 0.62686097621917725 0.4600224494934082 0.62882798910140991 0.5830075740814209 0.51587021350860596 0.62767833471298218 0.53853362798690796 0.5645563006401062 0.62550598382949829 0.48723533749580383 0.61304378509521484 0.62191557884216309 0.43633782863616943 0.65422648191452026 0.61773538589477539"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1" solid="false">\n\t\t\t\t<Coordinate point="17.36271858215332 9.9265298843383789 7.3499999046325684 17.445209503173828 10.186892509460449 7.5113492012023926 17.591760635375977 10.381826400756836 7.6914048194885254 17.806024551391602 10.512911796569824 7.8923249244689941 18.075479507446289 10.57167911529541 8.1019964218139648 18.293510437011719 10.570783615112305 8.2524299621582031 18.534868240356445 10.535279273986816 8.4058322906494141 18.965230941772461 10.404705047607422 8.6554975509643555 19.369207382202148 10.219097137451172 8.8697471618652344 16.65484619140625 11.073216438293457 7.3499999046325684 14.940354347229004 13.296082496643066 7.3499999046325684 15.546350479125977 12.582168579101563 7.3499999046325684 16.118265151977539 11.840671539306641 7.3499999046325684 13.945778846740723 14.335803031921387 7.3499999046325684 16.122568130493164 12.765207290649414 7.801386833190918 15.34217643737793 13.209966659545898 7.5466327667236328 14.625170707702637 13.737835884094238 7.4022507667541504 23.966226577758789 8.477290153503418 11.687099456787109 31.388917922973633 2.952509880065918 16.571977615356445 31.529384613037109 2.8310565948486328 16.674985885620117 31.772182464599609 2.2994844913482666 16.834228515625 31.696269989013672 2.6005301475524902 16.792268753051758 31.805305480957031 1.7837423086166382 16.834228515625 31.795192718505859 1.9557151794433594 16.834228515625 31.784152984619141 2.1276309490203857 16.834228515625 25.73045539855957 6.4221763610839844 12.565854072570801"></Coordinate>\n\t\t\t\t<Normal vector="-0.54232019186019897 -0.31005272269248962 0.78086882829666138 -0.53945678472518921 -0.31500840187072754 0.78086882829666138 -0.53799468278884888 -0.31749904155731201 0.78086882829666138 -0.537933349609375 -0.31760296225547791 0.78086882829666138 -0.53923904895782471 -0.31538096070289612 0.78086882829666138 -0.54088622331619263 -0.31254753470420837 0.78086882829666138 -0.54309356212615967 -0.30869615077972412 0.78086882829666138 -0.54768657684326172 -0.30047181248664856 0.78086882829666138 -0.55251264572143555 -0.29150250554084778 0.78086882829666138 -0.52020996809005737 -0.34586918354034424 0.78086882829666138 -0.46665826439857483 -0.41529986262321472 0.78086882829666138 -0.48558643460273743 -0.39300093054771423 0.78086882829666138 -0.50345003604888916 -0.36984044313430786 0.78086882829666138 -0.43559297919273376 -0.44777524471282959 0.78086882829666138 -0.48976725339889526 -0.38777819275856018 0.78086882829666138 -0.47339504957199097 -0.40760403871536255 0.78086882829666138 -0.45532271265983582 -0.42769747972488403 0.78086882829666138 -0.58893764019012451 -0.20831795036792755 0.78086882829666138 -0.62194967269897461 -0.058501899242401123 0.78086882829666138 -0.6221919059753418 -0.055867262184619904 0.78086882829666138 -0.62306535243988037 -0.045093823224306107 0.78086882829666138 -0.62260305881500244 -0.051081661134958267 0.78086882829666138 -0.62371492385864258 -0.034979868680238724 0.78086882829666138 -0.62351661920547485 -0.038352366536855698 0.78086882829666138 -0.62330013513565063 -0.04172370582818985 0.78086882829666138 -0.60610103607177734 -0.15127938985824585 0.78086882829666138"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1" solid="false">\n\t\t\t\t<Coordinate point="12.740222930908203 17.564874649047852 8.0888757705688477 23.25590705871582 16.613882064819336 5.5195808410644531 30.18968391418457 15.026326179504395 3.6182982921600342 37.096748352050781 12.558475494384766 1.6147216558456421 37.096748352050781 12.558475494384766 10.700789451599121 28.315744400024414 15.538321495056152 16.461965560913086"></Coordinate>\n\t\t\t\t<Normal vector="-0.015072694048285484 -0.99988639354705811 0 -0.16797927021980286 -0.98579055070877075 0 -0.27885052561759949 -0.96033453941345215 0 -0.3926524817943573 -0.91968691349029541 0 -0.3926524817943573 -0.91968691349029541 0 -0.24838277697563171 -0.96866196393966675 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="22 9 10 -1 22 21 20 -1 23 10 11 -1 23 12 21 -1 23 21 24 -1 23 24 10 -1 25 13 12 -1 25 14 13 -1 25 15 14 -1 25 16 15 -1 25 17 16 -1 25 18 17 -1 25 19 18 -1 25 11 19 -1 25 12 23 -1 25 23 11 -1 26 2 1 -1 26 3 2 -1 26 4 3 -1 26 5 4 -1 26 6 5 -1 27 7 6 -1 27 6 26 -1 27 26 1 -1 28 1 0 -1 28 27 1 -1 28 7 27 -1 29 8 7 -1 29 7 28 -1 29 28 0 -1 30 0 9 -1 30 20 8 -1 30 31 20 -1 30 9 31 -1 30 29 0 -1 30 8 29 -1 32 20 31 -1 32 31 9 -1 32 22 20 -1 32 9 22 -1 33 22 10 -1 33 21 22 -1 33 24 21 -1 33 10 24 -1" solid="false">\n\t\t\t\t<Coordinate point="12.491414070129395 16.291620254516602 7.1554808616638184 11.625252723693848 16.703237533569336 7.3122587203979492 11.372179985046387 16.887142181396484 7.4088139533996582 11.26924991607666 17.001123428344727 7.4771785736083984 11.250110626220703 17.258335113525391 7.660675048828125 11.415245056152344 17.385381698608398 7.7739300727844238 11.716615676879883 17.4840087890625 7.8848733901977539 12.222943305969238 17.552324295043945 8.0039072036743164 12.740222930908203 17.564874649047852 8.0888757705688477 23.599283218383789 15.299056053161621 4.3642477989196777 30.924585342407227 13.524457931518555 2.2959015369415283 38.193344116210938 10.731890678405762 0.12036652863025665 37.096748352050781 12.558475494384766 1.6147216558456421 37.157913208007813 12.494529724121094 1.3208498954772949 37.209365844726563 12.425796508789063 1.1711115837097168 37.273960113525391 12.333219528198242 1.0213860273361206 37.413711547851563 12.119641304016113 0.7698093056678772 37.615966796875 11.789377212524414 0.50155550241470337 37.853977203369141 11.374595642089844 0.27992039918899536 38.023532867431641 11.061758995056152 0.17554545402526855 23.25590705871582 16.613882064819336 5.5195808410644531 30.18968391418457 15.026326179504395 3.6182982921600342 28.758733749389648 15.031028747558594 3.180671215057373 34.351802825927734 13.249879837036133 1.5734143257141113 31.561567306518555 14.213584899902344 2.3840899467468262 36.098182678222656 12.567081451416016 1.0569896697998047 11.650163650512695 17.168701171875 7.4994678497314453 11.893791198730469 17.257766723632813 7.5244593620300293 12.302266120910645 17.091550827026367 7.309028148651123 12.550999641418457 17.169036865234375 7.311070442199707 17.616100311279297 16.935209274291992 6.136906623840332 23.173879623413086 16.240095138549805 4.7106056213378906 23.396278381347656 16.202091217041016 4.6513051986694336 30.556615829467773 14.523624420166016 2.6717643737792969"></Coordinate>\n\t\t\t\t<Normal vector="0.20987731218338013 0.27375271916389465 0.93862181901931763 0.2059672474861145 -0.13032154738903046 0.96984213590621948 0.19599376618862152 -0.31398582458496094 0.92897754907608032 0.18654730916023254 -0.42817750573158264 0.88423079252243042 0.15131151676177979 -0.68554514646530151 0.71213245391845703 0.12120011448860168 -0.81229156255722046 0.57051992416381836 0.083786308765411377 -0.91100728511810303 0.40378907322883606 0.032108768820762634 -0.98176872730255127 0.18734772503376007 -0.015047685243189335 -0.99988675117492676 1.0484338872629451E-6 0.28944280743598938 0.18764771521091461 0.93862199783325195 0.31604182720184326 0.13822005689144135 0.93862283229827881 0.33208301663398743 0.093310818076133728 0.93862342834472656 -0.39268791675567627 -0.91967177391052246 0.00001150889784184983 -0.31662312150001526 -0.91438472270965576 0.25229030847549438 -0.27051594853401184 -0.88776206970214844 0.37242397665977478 -0.2193928062915802 -0.8453909158706665 0.48701229691505432 -0.12080598622560501 -0.7359769344329834 0.66614103317260742 0.0076627167873084545 -0.55228418111801147 0.83362066745758057 0.1475759893655777 -0.30792048573493958 0.93989694118499756 0.24201726913452148 -0.11597581952810287 0.96331578493118286 -0.16783671081066132 -0.98581480979919434 3.4027459605567856E-6 -0.27894642949104309 -0.96030664443969727 1.4443440932154772E-6 0.038799133151769638 -0.65348720550537109 0.75594252347946167 -0.023391984403133392 -0.65629369020462036 0.75414282083511353 0.0082613043487071991 -0.65593016147613525 0.75477635860443115 -0.043615441769361496 -0.65547621250152588 0.75395536422729492 0.16564545035362244 -0.59573906660079956 0.78591132164001465 0.1489192396402359 -0.68570274114608765 0.71248495578765869 0.17544394731521606 -0.5232359766960144 0.83393257856369019 0.16223506629467011 -0.6038321852684021 0.78042709827423096 0.13708941638469696 -0.62474793195724487 0.76869791746139526 0.093855924904346466 -0.64263701438903809 0.76040041446685791 0.091856785118579865 -0.64321070909500122 0.76015943288803101 0.019383085891604424 -0.65529054403305054 0.75512820482254028"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 14 1 -1 15 14 0 -1 11 0 2 -1 11 15 0 -1 3 11 2 -1 4 11 3 -1 12 11 4 -1 7 12 4 -1 13 12 7 -1 6 13 7 -1 8 13 6 -1 9 8 6 -1 10 9 6 -1 5 10 6 -1" solid="false">\n\t\t\t\t<Coordinate point="11.600459098815918 16.292003631591797 7.3499999046325684 10.760829925537109 16.858367919921875 7.350001335144043 12.415131568908691 15.68006706237793 7.3499999046325684 13.19758129119873 15.027436256408691 7.3499999046325684 13.945778846740723 14.335803031921387 7.3499999046325684 39.632316589355469 -1.7845202684402466 0.12036651372909546 31.28318977355957 5.3280539512634277 3.0378730297088623 22.41248893737793 10.676106452941895 5.5766787528991699 38.193344116210938 10.731890678405762 0.12036652863025665 39.116462707519531 6.6187214851379395 0.12036652863025665 39.597930908203125 2.4308233261108398 0.12036652863025665 12.491414070129395 16.291620254516602 7.1554808616638184 23.599283218383789 15.299056053161621 4.3642477989196777 30.924585342407227 13.524457931518555 2.2959015369415283 11.146950721740723 16.66241455078125 7.3326725959777832 11.655987739562988 16.494340896606445 7.2775454521179199"></Coordinate>\n\t\t\t\t<Normal vector="0.20007546246051788 0.28099146485328674 0.93862324953079224 0.18559421598911285 0.29075965285301208 0.93862324953079224 0.21412627398967743 0.27043730020523071 0.93862324953079224 0.22762136161327362 0.25918123126029968 0.93862324953079224 0.24052567780017853 0.24725249409675598 0.93862324953079224 0.34459489583969116 -0.015516039915382862 0.93862324953079224 0.34004729986190796 0.057915780693292618 0.93862324953079224 0.31141752004623413 0.14834257960319519 0.93862324953079224 0.33208334445953369 0.093311592936515808 0.93862324953079224 0.34010964632034302 0.057548433542251587 0.93862324953079224 0.3442959189414978 0.021135512739419937 0.93862324953079224 0.20988722145557404 0.27374029159545898 0.93862324953079224 0.28944277763366699 0.18764135241508484 0.93862324953079224 0.31604194641113281 0.1382167637348175 0.93862324953079224 0.19180096685886383 0.28670328855514526 0.93862324953079224 0.19907072186470032 0.28170418739318848 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="28.315744400024414 15.538321495056152 16.461965560913086 37.096748352050781 12.558475494384766 10.700789451599121 37.76513671875 13.183107376098633 10 37.775161743164063 12.885390281677246 10.073545455932617 37.699287414550781 12.726786613464355 10.176597595214844 37.530807495117188 12.578248977661133 10.350322723388672 37.322193145751953 12.519011497497559 10.532092094421387 37.287204742431641 14.479795455932617 10 37.451488494873047 14.049409866333008 10 37.610809326171875 13.617161750793457 10 36.769481658935547 14.639400482177734 10.355278968811035 27.064245223999023 16.801361083984375 16.834228515625 27.333251953125 16.360088348388672 16.834228515625 27.244379043579102 16.507663726806641 16.834228515625 27.15471076965332 16.654756546020508 16.834228515625 27.570934295654297 16.035873413085938 16.800704956054688 27.828683853149414 15.792044639587402 16.715099334716797 28.061162948608398 15.639363288879395 16.607864379882813"></Coordinate>\n\t\t\t\t<Normal vector="0.56351745128631592 0.30923128128051758 0.76604443788528442 0.60884547233581543 0.20611430704593658 0.76604443788528442 0.60687404870986938 0.21184845268726349 0.76604443788528442 0.6083681583404541 0.20751892030239105 0.76604443788528442 0.60902023315429688 0.20559728145599365 0.76604443788528442 0.60946989059448242 0.20426055788993835 0.76604443788528442 0.60941731929779053 0.20441730320453644 0.76604443788528442 0.59919381141662598 0.23268581926822662 0.76604443788528442 0.60183382034301758 0.22576966881752014 0.76604443788528442 0.60439401865005493 0.21882358193397522 0.76604443788528442 0.59719556570053101 0.23776742815971375 0.76604443788528442 0.5461122989654541 0.33902403712272644 0.76604443788528442 0.55154043436050415 0.33011981844902039 0.76604443788528442 0.5497470498085022 0.3330976665019989 0.76604443788528442 0.54793769121170044 0.33606576919555664 0.76604443788528442 0.55563968420028687 0.32317247986793518 0.76604443788528442 0.55904585123062134 0.3172437846660614 0.76604443788528442 0.56147366762161255 0.31292682886123657 0.76604443788528442"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1" solid="false">\n\t\t\t\t<Coordinate point="39.698589324951172 -3.3257830142974854 3.9111936092376709 39.633220672607422 -3.9705774784088135 9.7596168518066406 39.827816009521484 -3.707430362701416 3.8700993061065674 39.803215026855469 -3.5032615661621094 3.8925406932830811 39.761627197265625 -4.3603997230529785 9.7185659408569336 39.739086151123047 -4.1519784927368164 9.7410869598388672"></Coordinate>\n\t\t\t\t<Normal vector="0.73724430799484253 0.67061018943786621 0.082175552845001221 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.99569541215896606 -0.092685595154762268 -1.7608603002372547E-6 0.94767928123474121 0.3160451352596283 0.044937815517187119 0.99404060840606689 -0.10901021212339401 2.1130542791070184E-6 0.95023638010025024 0.3082471489906311 0.045105002820491791"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1" solid="false">\n\t\t\t\t<Coordinate point="39.827816009521484 -3.707430362701416 3.8700993061065674 39.803215026855469 -3.5032615661621094 3.8925406932830811 39.698589324951172 -3.3257830142974854 3.9111936092376709 39.859077453613281 -3.3546726703643799 0.74746823310852051 39.833183288574219 -3.1521601676940918 0.76989573240280151 39.728534698486328 -2.9764201641082764 0.78858399391174316"></Coordinate>\n\t\t\t\t<Normal vector="0.99569541215896606 -0.092685632407665253 -1.425423874934495E-6 0.94767779111862183 0.31604966521263123 0.044938359409570694 0.73723214864730835 0.67062342166900635 0.082176700234413147 0.99647694826126099 -0.083866812288761139 0 0.94582802057266235 0.32154703140258789 0.044909369200468063 0.73538845777511597 0.67263787984848022 0.082231543958187103"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1" solid="false">\n\t\t\t\t<Coordinate point="39.859077453613281 -3.3546726703643799 0.74746823310852051 39.865928649902344 -3.2722735404968262 0.43665421009063721 39.8743896484375 -3.1674714088439941 0.24846003949642181 39.891139984130859 -2.9490690231323242 0.012588707730174065 39.910358428955078 -2.6764202117919922 -0.16213507950305939 39.923915863037109 -2.4659509658813477 -0.24785777926445007 39.937492370605469 -2.2353284358978271 -0.30803510546684265 39.959514617919922 -1.7992527484893799 -0.34894537925720215 39.869625091552734 -1.7952053546905518 -0.062796838581562042 39.632316589355469 -1.7845202684402466 0.12036651372909546 39.728534698486328 -2.9764201641082764 0.78858399391174316 39.739227294921875 -2.9324796199798584 0.58727371692657471 39.740337371826172 -2.8207476139068604 0.41333633661270142 39.732902526855469 -2.6720707416534424 0.29067134857177734 39.716663360595703 -2.4734587669372559 0.19602087140083313 39.691581726074219 -2.2356457710266113 0.13682740926742554 39.833183288574219 -3.1521601676940918 0.76989573240280151 39.867759704589844 -2.339425802230835 -0.030854778364300728 39.869083404541016 -2.2371797561645508 -0.049504242837429047"></Coordinate>\n\t\t\t\t<Normal vector="0.99647772312164307 -0.08385755866765976 1.0571870916464832E-6 0.99664974212646484 -0.081788405776023865 -0.000048293211875716224 0.99685955047607422 -0.079189509153366089 -0.000038133657653816044 0.99727481603622437 -0.073775999248027802 0.000035219658457208425 0.99775552749633789 -0.066962406039237976 0.000031352010410046205 0.99809563159942627 -0.061685625463724136 0.000037121422792552039 0.99844115972518921 -0.055814094841480255 7.2399111559207086E-6 0.99898779392242432 -0.044982213526964188 0 0.81921690702438354 -0.036820869892835617 0.5723004937171936 0.34459507465362549 -0.015511050820350647 0.93862324953079224 0.73538416624069214 0.6726422905921936 0.082233957946300507 0.74414098262786865 0.60819590091705322 0.27631860971450806 0.72125774621963501 0.51975202560424805 0.45787018537521362 0.67675209045410156 0.42495661973953247 0.60118091106414795 0.608806312084198 0.3149954080581665 0.72810214757919312 0.52127259969711304 0.1931285560131073 0.83124983310699463 0.94582545757293701 0.32155388593673706 0.044914864003658295 0.87951427698135376 0.087937042117118835 0.46767693758010864 0.86870044469833374 0.064118772745132446 0.49117034673690796"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 7 -1 12 5 4 -1 12 6 5 -1 12 4 8 -1 13 7 6 -1 13 6 12 -1 14 7 13 -1 14 1 7 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 1 14 -1 17 13 16 -1 17 16 11 -1 17 14 13 -1" solid="false">\n\t\t\t\t<Coordinate point="38.508659362792969 10.820490837097168 -0.34894508123397827 39.439399719238281 6.6733646392822266 -0.34894508123397827 39.924842834472656 2.4508919715881348 -0.34894508123397827 39.959514617919922 -1.7992527484893799 -0.34894537925720215 38.193344116210938 10.731890678405762 0.12036652863025665 38.321224212646484 10.767824172973633 0.047019768506288528 38.422039031982422 10.796151161193848 -0.062794789671897888 38.486495971679688 10.814262390136719 -0.19896338880062103 39.116462707519531 6.6187214851379395 0.12036652863025665 39.597930908203125 2.4308233261108398 0.12036652863025665 39.632316589355469 -1.7845202684402466 0.12036651372909546 39.869625091552734 -1.7952053546905518 -0.062796838581562042 39.247432708740234 6.6408829689025879 0.047019768506288528 39.350681304931641 6.658353328704834 -0.062794789671897888 39.416698455810547 6.6695232391357422 -0.19896338880062103 39.730514526367188 2.438962459564209 0.047019768506288528 39.835033416748047 2.4453787803649902 -0.062794789671897888 39.901863098144531 2.4494810104370117 -0.19896338880062103"></Coordinate>\n\t\t\t\t<Normal vector="0.96271651983261108 0.27051228284835815 0 0.98598498106002808 0.16683411598205566 0 0.99812108278274536 0.06127229705452919 0 0.99898785352706909 -0.044981319457292557 -5.8216795650878339E-7 0.33208334445953369 0.093311600387096405 0.93862324953079224 0.58784651756286621 0.16517810523509979 0.79192972183227539 0.78946983814239502 0.22183194756507874 0.57230061292648315 0.9183841347694397 0.25805538892745972 0.29996341466903687 0.34010964632034302 0.057548433542251587 0.93862324953079224 0.3442959189414978 0.021135512739419937 0.93862324953079224 0.34459510445594788 -0.015516047365963459 0.93862318992614746 0.8192141056060791 -0.036886665970087051 0.5723002552986145 0.60205447673797607 0.10187095403671265 0.79192972183227539 0.80855095386505127 0.13681130111217499 0.57230061292648315 0.94058108329772949 0.15915152430534363 0.29996341466903687 0.60946494340896606 0.037413615733385086 0.79192972183227539 0.81850314140319824 0.050245974212884903 0.57230061292648315 0.95215833187103271 0.058450751006603241 0.29996341466903687"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1" solid="false">\n\t\t\t\t<Coordinate point="37.096748352050781 12.558475494384766 1.6147216558456421 37.157913208007813 12.494529724121094 1.3208498954772949 37.209365844726563 12.425796508789063 1.1711115837097168 37.273960113525391 12.333219528198242 1.0213860273361206 37.413711547851563 12.119641304016113 0.7698093056678772 37.615966796875 11.789377212524414 0.50155550241470337 37.853977203369141 11.374595642089844 0.27992039918899536 38.023532867431641 11.061758995056152 0.17554545402526855 38.193344116210938 10.731890678405762 0.12036652863025665 37.76513671875 13.183107376098633 1.6147216558456421 37.785331726074219 12.929911613464355 1.6147216558456421 37.727012634277344 12.769998550415039 1.6147216558456421 37.610248565673828 12.631970405578613 1.6147216558456421 37.452182769775391 12.54426097869873 1.6147216558456421 37.273246765136719 12.518587112426758 1.6147216558456421 37.778068542480469 13.14600658416748 1.3048691749572754 37.823127746582031 13.015796661376953 0.95064562559127808 37.894779205322266 12.805685043334961 0.6202552318572998 37.978874206542969 12.55408763885498 0.34717467427253723 38.070526123046875 12.273344993591309 0.12193574011325836 38.200092315673828 11.863935470581055 -0.11159638315439224 38.352264404296875 11.362380981445313 -0.28446364402770996 38.508659362792969 10.820490837097168 -0.34894508123397827 38.321224212646484 10.767824172973633 0.047019768506288528 38.422039031982422 10.796151161193848 -0.062794789671897888 38.486495971679688 10.814262390136719 -0.19896338880062103 37.927936553955078 12.099190711975098 0.51480108499526978 37.819267272949219 12.808627128601074 1.1367483139038086 37.844398498535156 12.745022773742676 0.99562466144561768 37.384315490722656 12.514616966247559 1.481448769569397 37.877098083496094 12.659655570983887 0.84702455997467041 37.737876892089844 12.504226684570313 1.0254595279693604 37.4727783203125 12.438701629638672 1.2038044929504395 37.913463592529297 12.562253952026367 0.7088732123374939 37.496528625488281 12.40684700012207 1.1341707706451416 37.524242401123047 12.367413520812988 1.0595216751098633 37.698398590087891 12.082688331604004 0.6871303915977478 38.130260467529297 11.602748870849609 0.17288883030414581 38.209747314453125 11.39344310760498 0.078418105840682983 38.274711608886719 11.216653823852539 0.017290117219090462 37.660324096679688 12.620458602905273 1.3433113098144531 37.694980621337891 12.580830574035645 1.1952410936355591"></Coordinate>\n\t\t\t\t<Normal vector="-0.39265251159667969 -0.91968691349029541 2.1247599306661868E-6 -0.31670656800270081 -0.91444993019104004 0.25194886326789856 -0.27057364583015442 -0.88770729303359985 0.37251263856887817 -0.21936573088169098 -0.84537649154663086 0.48704952001571655 -0.12067137658596039 -0.73604542016983032 0.66608977317810059 0.0076288497075438499 -0.55227631330490112 0.83362621068954468 0.14763511717319489 -0.30785706639289856 0.93990844488143921 0.24206875264644623 -0.11606629192829132 0.96329194307327271 0.33208343386650085 0.093310922384262085 0.93862324953079224 0.94412845373153687 0.32957771420478821 0 0.98427903652191162 -0.17662055790424347 4.0001850720727816E-6 0.86795783042907715 -0.49663788080215454 4.8495244300283957E-6 0.63455390930175781 -0.77287858724594116 5.5579375839442946E-6 0.31809225678443909 -0.94805973768234253 1.1708469855875592E-6 -0.039802119135856628 -0.99920755624771118 0.00001123201673181029 0.94445186853408813 0.32864972949028015 -7.6814421845483594E-6 0.94557744264602661 0.32539719343185425 4.3725394789362326E-6 0.94736951589584351 0.32014209032058716 4.2197025322820991E-6 0.94947290420532227 0.31384897232055664 -1.2673301625909517E-6 0.95176345109939575 0.3068327009677887 -1.1313765071463422E-6 0.95500034093856812 0.29660466313362122 3.1147146728471853E-6 0.95880979299545288 0.28404885530471802 -3.0779867756791646E-6 0.96271651983261108 0.27051228284835815 2.3763965373291285E-7 0.58784663677215576 0.16517773270606995 0.79192972183227539 0.78946983814239502 0.2218315601348877 0.57230073213577271 0.91838401556015015 0.25805529952049255 0.29996368288993835 0.7349470853805542 -0.2525075376033783 0.62935894727706909 0.96302026510238647 -0.16188746690750122 0.21537043154239655 0.95812457799911499 -0.1288086324930191 0.2557452917098999 0.16961796581745148 -0.97046250104904175 0.17155835032463074 0.95271605253219604 -0.092087313532829285 0.28957226872444153 0.71305310726165771 -0.51679700613021851 0.47378909587860107 0.25484481453895569 -0.85778754949569702 0.44637942314147949 0.94771111011505127 -0.056960668414831162 0.31400495767593384 0.26857945322990417 -0.82322359085083008 0.50016796588897705 0.28349936008453369 -0.7837250828742981 0.55263286828994751 0.36389553546905518 -0.55426090955734253 0.74858194589614868 0.75791019201278687 -0.040132869035005569 0.6511232852935791 0.76688176393508911 0.034208063036203384 0.64087605476379395 0.77406978607177734 0.092843063175678253 0.62625563144683838 0.69009190797805786 -0.66807359457015991 0.27829989790916443 0.70695698261260986 -0.59581303596496582 0.38107562065124512"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1" solid="false">\n\t\t\t\t<Coordinate point="39.361026763916016 -4.1250848770141602 10.355278968811035 39.440174102783203 -3.9167120456695557 10.217992782592773 39.410003662109375 -3.7562758922576904 10.013345718383789 39.632644653320313 -3.9758639335632324 9.8079347610473633 39.738048553466797 -4.1706128120422363 9.9095926284790039 39.758377075195313 -4.3899345397949219 9.9853754043579102 39.745273590087891 -4.5070056915283203 10"></Coordinate>\n\t\t\t\t<Normal vector="0.63928645849227905 -0.066998034715652466 0.76604443788528442 0.79757899045944214 0.34974703192710876 0.49147206544876099 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.80393797159194946 0.42267477512359619 0.41836565732955933 0.72751140594482422 0.1000889465212822 0.67875576019287109 0.63869446516036987 -0.072426378726959229 0.7660442590713501"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="39.361026763916016 -4.1250848770141602 10.355278968811035 31.772182464599609 2.2994844913482666 16.834228515625 31.696269989013672 2.6005301475524902 16.792268753051758 31.529384613037109 2.8310565948486328 16.674985885620117 39.410003662109375 -3.7562758922576904 10.013345718383789 39.440174102783203 -3.9167120456695557 10.217992782592773"></Coordinate>\n\t\t\t\t<Normal vector="0.63928645849227905 -0.066997997462749481 0.76604443788528442 0.64111214876174927 0.0463995561003685 0.76604324579238892 0.72789770364761353 0.47793963551521301 0.49166926741600037 0.61680519580841064 0.78281646966934204 0.082157067954540253 0.7372361421585083 0.67061901092529297 0.082176506519317627 0.79757863283157349 0.34974738955497742 0.49147239327430725"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="8 1 0 -1 8 0 2 -1 9 2 3 -1 9 8 2 -1 10 3 4 -1 10 9 3 -1 11 4 5 -1 11 10 4 -1 12 5 6 -1 12 11 5 -1 7 12 6 -1" solid="false">\n\t\t\t\t<Coordinate point="37.76513671875 13.183107376098633 10 37.76513671875 13.183107376098633 1.6147216558456421 37.775161743164063 12.885390281677246 10.073545455932617 37.699287414550781 12.726786613464355 10.176597595214844 37.530807495117188 12.578248977661133 10.350322723388672 37.322193145751953 12.519011497497559 10.532092094421387 37.096748352050781 12.558475494384766 10.700789451599121 37.096748352050781 12.558475494384766 1.6147216558456421 37.785331726074219 12.929911613464355 1.6147216558456421 37.727012634277344 12.769998550415039 1.6147216558456421 37.610248565673828 12.631970405578613 1.6147216558456421 37.452182769775391 12.54426097869873 1.6147216558456421 37.273246765136719 12.518587112426758 1.6147216558456421"></Coordinate>\n\t\t\t\t<Normal vector="0.94412845373153687 0.32957768440246582 0 0.94412851333618164 0.32957756519317627 0 0.96402394771575928 -0.26581546664237976 0 0.81242680549621582 -0.58306318521499634 0 0.47529792785644531 -0.8798249363899231 0 0.058221075683832169 -0.99830371141433716 0 -0.3926524817943573 -0.91968691349029541 0 -0.39265242218971252 -0.91968697309494019 0 0.98428571224212646 -0.17658336460590363 0 0.86793786287307739 -0.49667274951934814 0 0.63452821969985962 -0.77289968729019165 0 0.3181341290473938 -0.94804573059082031 0 -0.03986600786447525 -0.99920505285263062 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1" solid="false">\n\t\t\t\t<Coordinate point="39.761627197265625 -4.3603997230529785 9.7185659408569336 39.739086151123047 -4.1519784927368164 9.7410869598388672 39.633220672607422 -3.9705774784088135 9.7596168518066406 39.758377075195313 -4.3899345397949219 9.9853754043579102 39.632644653320313 -3.9758639335632324 9.8079347610473633 39.738048553466797 -4.1706128120422363 9.9095926284790039"></Coordinate>\n\t\t\t\t<Normal vector="0.99404066801071167 -0.10900998115539551 0 0.950236976146698 0.30824556946754456 0.045103665441274643 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.99395942687988281 -0.10974836349487305 0 0.7372361421585083 0.67061901092529297 0.08217649906873703 0.95055204629898071 0.30728337168693542 0.045030608773231506"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 3 0 -1 1 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="33.248256683349609 -21.934247970581055 9.7596168518066406 33.15386962890625 -21.638765335083008 9.9641256332397461 33.150196075439453 -21.640758514404297 10.013345718383789 33.245288848876953 -21.938661575317383 9.8079347610473633"></Coordinate>\n\t\t\t\t<Normal vector="0.96444237232208252 0.25119292736053467 0.08217649906873703 0.96444237232208252 0.25119292736053467 0.08217649906873703 0.96444237232208252 0.25119292736053467 0.08217649906873703 0.96444237232208252 0.25119292736053467 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 3 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="29.233541488647461 -12.145659446716309 16.674985885620117 29.165605545043945 -11.97283935546875 16.571977615356445 33.150196075439453 -21.640758514404297 10.013345718383789 33.15386962890625 -21.638765335083008 9.9641256332397461"></Coordinate>\n\t\t\t\t<Normal vector="0.90994691848754883 0.40650561451911926 0.082157023251056671 0.90913337469100952 0.40786692500114441 0.084386467933654785 0.96444237232208252 0.25119292736053467 0.08217649906873703 0.96444237232208252 0.25119292736053467 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="33.15386962890625 -21.638765335083008 9.9641256332397461 33.605785369873047 -21.393688201904297 3.9111936092376709 33.248256683349609 -21.934247970581055 9.7596168518066406"></Coordinate>\n\t\t\t\t<Normal vector="0.96444237232208252 0.25119292736053467 0.08217649906873703 0.96444237232208252 0.25119295716285706 0.082176446914672852 0.96444237232208252 0.25119292736053467 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1" solid="false">\n\t\t\t\t<Coordinate point="33.15386962890625 -21.638765335083008 9.9641256332397461 33.605785369873047 -21.393688201904297 3.9111936092376709 29.165605545043945 -11.97283935546875 16.571977615356445 20.208112716674805 3.8104982376098633 7.801386833190918 25.160633087158203 -3.6313929557800293 11.687099456787109 33.794658660888672 -21.098258972167969 0.78858399391174316 30.232658386230469 -11.65024471282959 3.5125977993011475 25.486843109130859 -3.2377309799194336 5.9541029930114746"></Coordinate>\n\t\t\t\t<Normal vector="0.96444237232208252 0.25119292736053467 0.08217649906873703 0.96444237232208252 0.25119301676750183 0.08217649906873703 0.90912991762161255 0.40787374973297119 0.084390662610530853 0.77146071195602417 0.63082188367843628 0.083139099180698395 0.84361881017684937 0.53025901317596436 0.084454804658889771 0.96374452114105225 0.25383937358856201 0.0822315514087677 0.91056936979293823 0.40465480089187622 0.084367804229259491 0.84216451644897461 0.53256821632385254 0.084439717233181"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1" solid="false">\n\t\t\t\t<Coordinate point="33.794658660888672 -21.098258972167969 0.78858399391174316 30.232658386230469 -11.65024471282959 3.5125977993011475 25.486843109130859 -3.2377309799194336 5.9541029930114746 20.208112716674805 3.8104982376098633 7.801386833190918 19.723913192749023 4.5673823356628418 7.5466718673706055 19.334121704101563 5.3671979904174805 7.4022107124328613 19.010553359985352 6.2127962112426758 7.3499999046325684 34.26336669921875 -19.998170852661133 0.12036651372909546 30.175960540771484 -9.8202667236328125 3.0378727912902832 24.806709289550781 -0.96238213777542114 5.5766782760620117 33.824546813964844 -21.064321517944336 0.58727371692657471 33.877452850341797 -20.965902328491211 0.41333633661270142 33.939964294433594 -20.830802917480469 0.29067134857177734 34.01788330078125 -20.647392272949219 0.19602087140083313 34.106193542480469 -20.425163269042969 0.13682740926742554 33.885036468505859 -20.559192657470703 0.3360569179058075 32.23870849609375 -15.72944164276123 1.71770179271698 30.070844650268555 -10.769231796264648 3.1598653793334961 27.755165100097656 -6.4480094909667969 4.4233684539794922 25.026699066162109 -2.1477723121643066 5.6590628623962402 22.381240844726563 1.4712584018707275 6.6417365074157715"></Coordinate>\n\t\t\t\t<Normal vector="0.96374326944351196 0.25384345650672913 0.082233995199203491 0.91057407855987549 0.40464040637016296 0.084386050701141357 0.84216439723968506 0.5325617790222168 0.084481336176395416 0.77147495746612549 0.63080626726150513 0.083125211298465729 0.71418935060501099 0.50991708040237427 0.47949779033660889 0.56060516834259033 0.3348868191242218 0.75734579563140869 0.32787811756134033 0.10715416073799133 0.93862342834472656 0.29790741205215454 -0.17388153076171875 0.93862473964691162 0.32800909876823425 -0.10674899816513062 0.93862384557723999 0.3446844220161438 -0.013374777510762215 0.93862330913543701 0.94157677888870239 0.19283434748649597 0.27613064646720886 0.87989550828933716 0.12461599707603455 0.45853540301322937 0.79666972160339355 0.061781696975231171 0.60124897956848145 0.68506711721420288 -0.0046653212048113346 0.72846502065658569 0.55127447843551636 -0.070923753082752228 0.83130395412445068 0.77573096752166748 0.051405914127826691 0.62896651029586792 0.768840491771698 0.11601246893405914 0.62882858514785767 0.75596398115158081 0.18584288656711578 0.62767893075942993 0.73920947313308716 0.24961990118026733 0.62550723552703857 0.7163204550743103 0.3163929283618927 0.62191683053970337 0.6903911828994751 0.37651121616363525 0.6177372932434082"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1" solid="false">\n\t\t\t\t<Coordinate point="19.98701286315918 0.72064751386642456 7.3499999046325684 20.181051254272461 0.91285210847854614 7.5113492012023926 20.401405334472656 1.017351508140564 7.6914048194885254 20.652044296264648 1.0338495969772339 7.8923249244689941 20.917947769165039 0.96066248416900635 8.1019964218139648 21.110586166381836 0.85854619741439819 8.2524299621582031 21.307798385620117 0.71494400501251221 8.4058322906494141 21.628185272216797 0.3993268609046936 8.6554975509643555 21.899633407592773 0.047241829335689545 8.8697471618652344 19.89311408996582 2.0649535655975342 7.3499999046325684 19.408023834228516 4.8299679756164551 7.3499999046325684 19.612834930419922 3.9162077903747559 7.3499999046325684 19.774650573730469 2.9938623905181885 7.3499999046325684 19.010553359985352 6.2127962112426758 7.3499999046325684 20.208112716674805 3.8104982376098633 7.801386833190918 19.723913192749023 4.5673823356628418 7.5466718673706055 19.334121704101563 5.3671979904174805 7.4022107124328613 25.160633087158203 -3.6313929557800293 11.687099456787109 29.165605545043945 -11.97283935546875 16.571977615356445 29.233541488647461 -12.145659446716309 16.674985885620117 29.201494216918945 -12.72917652130127 16.834228515625 29.274179458618164 -12.427335739135742 16.792268753051758 28.991146087646484 -13.201236724853516 16.834228515625 29.062112808227539 -13.04426383972168 16.834228515625 29.132228851318359 -12.886908531188965 16.834228515625 25.767721176147461 -6.2709841728210449 12.565854072570801"></Coordinate>\n\t\t\t\t<Normal vector="-0.62428939342498779 -0.022509289905428886 0.78086882829666138 -0.62405693531036377 -0.028228040784597397 0.78086882829666138 -0.6239197850227356 -0.031112838536500931 0.78086882829666138 -0.62391376495361328 -0.031233368441462517 0.78086882829666138 -0.62403732538223267 -0.028659086674451828 0.78086882829666138 -0.62417906522750854 -0.025384731590747833 0.78086882829666138 -0.62434369325637817 -0.020948704332113266 0.78086882829666138 -0.62458860874176025 -0.011531943455338478 0.78086882829666138 -0.62469357252120972 -0.0013472356367856264 0.78086882829666138 -0.62135648727416992 -0.064498312771320343 0.78086882829666138 -0.6062048077583313 -0.15086284279823303 0.78086882829666138 -0.61260205507278442 -0.12232177704572678 0.78086882829666138 -0.61765629053115845 -0.093512549996376038 0.78086882829666138 -0.59378993511199951 -0.19405514001846313 0.78086882829666138 -0.61387687921524048 -0.11575434356927872 0.78086882829666138 -0.60859096050262451 -0.14092880487442017 0.78086882829666138 -0.6019321084022522 -0.1670977771282196 0.78086882829666138 -0.61828857660293579 0.08923657238483429 0.78086882829666138 -0.57789629697799683 0.23723357915878296 0.78086882829666138 -0.57688635587692261 0.23967897891998291 0.78086882829666138 -0.57265311479568481 0.24962431192398071 0.78086882829666138 -0.57502645254135132 0.24410749971866608 0.78086882829666138 -0.56852811574935913 0.25888162851333618 0.78086882829666138 -0.56991982460021973 0.25580328702926636 0.78086882829666138 -0.57129484415054321 0.25271749496459961 0.78086882829666138 -0.60697883367538452 0.14771793782711029 0.78086882829666138"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1" solid="false">\n\t\t\t\t<Coordinate point="19.44371223449707 9.6322460174560547 8.0888767242431641 28.313806533813477 3.9026567935943604 5.5192995071411133 33.714992523193359 -0.72498536109924316 3.6181886196136475 38.683753967285156 -6.1197409629821777 1.6147215366363525 38.683753967285156 -6.1197409629821777 10.700789451599121 32.293365478515625 0.59951770305633545 16.461965560913086"></Coordinate>\n\t\t\t\t<Normal vector="-0.47801661491394043 -0.87835079431533813 0 -0.60687136650085449 -0.79480010271072388 0 -0.69320428371429443 -0.7207411527633667 0 -0.77507632970809937 -0.63186758756637573 0 -0.77507632970809937 -0.63186758756637573 0 -0.67009168863296509 -0.7422783374786377 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="22 9 10 -1 22 21 20 -1 22 23 9 -1 22 20 23 -1 24 10 11 -1 24 13 12 -1 24 14 13 -1 24 11 19 -1 24 12 21 -1 24 21 25 -1 24 25 10 -1 26 15 14 -1 26 16 15 -1 26 17 16 -1 26 18 17 -1 26 19 18 -1 26 14 24 -1 26 24 19 -1 27 2 1 -1 27 3 2 -1 27 4 3 -1 27 5 4 -1 27 6 5 -1 28 7 6 -1 28 6 27 -1 28 27 1 -1 29 1 0 -1 29 7 28 -1 29 28 1 -1 30 8 7 -1 30 7 29 -1 30 29 0 -1 31 0 9 -1 31 20 8 -1 31 9 23 -1 31 23 20 -1 31 30 0 -1 31 8 30 -1 32 21 22 -1 32 22 10 -1 32 25 21 -1 32 10 25 -1" solid="false">\n\t\t\t\t<Coordinate point="18.631702423095703 8.6204385757446289 7.1554813385009766 18.0560302734375 9.387451171875 7.3122587203979492 17.917409896850586 9.6679039001464844 7.4088149070739746 17.879240036010742 9.8166608810424805 7.4771780967712402 17.981807708740234 10.053296089172363 7.6606626510620117 18.187070846557617 10.089056015014648 7.7739243507385254 18.499757766723633 10.036331176757813 7.8848700523376465 18.979839324951172 9.8615140914916992 8.0039052963256836 19.44371223449707 9.6322460174560547 8.0888767242431641 28.006330490112305 2.5792167186737061 4.3641195297241211 33.667285919189453 -2.395857572555542 2.2959811687469482 38.805885314941406 -8.2467145919799805 0.12036652863025665 38.683753967285156 -6.1197409629821777 1.6147215366363525 38.70819091796875 -6.2047567367553711 1.3209164142608643 38.7218017578125 -6.2894973754882813 1.1712050437927246 38.735973358154297 -6.4014444351196289 1.0215109586715698 38.760475158691406 -6.6555986404418945 0.76981985569000244 38.786094665527344 -7.0423150062561035 0.50139480829238892 38.8040771484375 -7.5201821327209473 0.27981856465339661 38.808822631835938 -7.8758406639099121 0.17551484704017639 28.313806533813477 3.9026567935943604 5.5192995071411133 33.714992523193359 -0.72498536109924316 3.6181886196136475 32.66363525390625 -0.2528420090675354 3.1016309261322021 28.303827285766602 3.428936243057251 4.632077693939209 36.760341644287109 -4.4403443336486816 1.4965643882751465 34.751873016357422 -2.2853431701660156 2.305910587310791 38.579799652099609 -6.590240478515625 0.72047072649002075 18.294393539428711 9.7880210876464844 7.4994673728942871 18.551507949829102 9.7536630630493164 7.5244588851928711 18.835956573486328 9.4166479110717773 7.3090238571166992 19.092208862304688 9.369664192199707 7.3110666275024414 23.469276428222656 6.8082337379455566 6.1366710662841797 33.806015014648438 -1.3403511047363281 2.6717586517333984"></Coordinate>\n\t\t\t\t<Normal vector="0.31305977702140808 0.14486289024353027 0.93862044811248779 0.12180882692337036 -0.2111138254404068 0.96984201669692993 0.02762276865541935 -0.36910527944564819 0.92897701263427734 -0.033808581531047821 -0.46582430601119995 0.88423115015029907 -0.18460482358932495 -0.67732381820678711 0.71214711666107178 -0.27017545700073242 -0.7755657434463501 0.57052874565124512 -0.34918251633644104 -0.845589280128479 0.40379494428634644 -0.42782697081565857 -0.88423037528991699 0.18735197186470032 -0.47800242900848389 -0.87835848331451416 1.2599422234416124E-6 0.34349474310874939 0.031641621142625809 0.9386214017868042 0.34407612681388855 -0.024481235072016716 0.93862253427505493 0.3374086320400238 -0.07170453667640686 0.93862336874008179 -0.77506554126739502 -0.63188081979751587 -4.6246491365309339E-6 -0.70527833700180054 -0.66254526376724243 0.25222253799438477 -0.65210020542144775 -0.66039824485778809 0.37234330177307129 -0.58717191219329834 -0.64663583040237427 0.48692011833190918 -0.4489959180355072 -0.59552383422851563 0.66614866256713867 -0.24974367022514343 -0.49247589707374573 0.83372390270233154 -0.012304529547691345 -0.34113943576812744 0.93993216753005981 0.16045570373535156 -0.21512241661548615 0.96331524848937988 -0.60675579309463501 -0.79488825798034668 5.0394082791171968E-6 -0.69327682256698608 -0.72067135572433472 2.8153995117463637E-6 -0.27214145660400391 -0.5955737829208374 0.75579816102981567 -0.2182474285364151 -0.61208438873291016 0.76007944345474243 -0.32834023237228394 -0.56878602504730225 0.75410550832748413 -0.30025780200958252 -0.58333754539489746 0.75469368696212769 -0.35442548990249634 -0.55318230390548706 0.75390446186065674 -0.13018634915351868 -0.60447704792022705 0.78591281175613403 -0.18680620193481445 -0.67636322975158691 0.7124859094619751 -0.087814733386039734 -0.54483139514923096 0.83393484354019165 -0.13696709275245667 -0.61005860567092896 0.78042840957641602 -0.16895183920860291 -0.61689704656600952 0.76869583129882813 -0.28736597299575806 -0.58923757076263428 0.75512903928756714"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 14 1 -1 15 14 0 -1 11 0 2 -1 11 15 0 -1 3 11 2 -1 4 11 3 -1 12 11 4 -1 7 12 4 -1 13 12 7 -1 6 13 7 -1 8 13 6 -1 9 8 6 -1 10 9 6 -1 5 10 6 -1" solid="false">\n\t\t\t\t<Coordinate point="17.842971801757813 9.0348405838012695 7.3499999046325684 17.36271858215332 9.9265298843383789 7.3499999046325684 18.279947280883789 8.1144046783447266 7.3499999046325684 18.669477462768555 7.1729083061218262 7.3499999046325684 19.010553359985352 6.2127962112426758 7.3499999046325684 34.26336669921875 -19.998170852661133 0.12036651372909546 30.175960540771484 -9.8202667236328125 3.0378727912902832 24.806709289550781 -0.96238213777542114 5.5766782760620117 38.805885314941406 -8.2467145919799805 0.12036652863025665 37.711780548095703 -12.317739486694336 0.12036652863025665 36.191886901855469 -16.249689102172852 0.12036652863025665 18.631702423095703 8.6204385757446289 7.1554813385009766 28.006330490112305 2.5792167186737061 4.3641195297241211 33.667285919189453 -2.395857572555542 2.2959811687469482 17.613584518432617 9.5735378265380859 7.332667350769043 17.986284255981445 9.1880960464477539 7.2775259017944336"></Coordinate>\n\t\t\t\t<Normal vector="0.30774134397506714 0.15582571923732758 0.93862324953079224 0.29945832490921021 0.17120485007762909 0.93862324953079224 0.31527793407440186 0.13995076715946198 0.93862324953079224 0.32199624180793762 0.12371260672807693 0.93862324953079224 0.32787886261940002 0.10715334862470627 0.93862324953079224 0.29791295528411865 -0.17388001084327698 0.93862324953079224 0.32801172137260437 -0.10674598813056946 0.93862324953079224 0.34468474984169006 -0.013372126966714859 0.93862324953079224 0.33740925788879395 -0.071703508496284485 0.93862324953079224 0.32789623737335205 -0.1071002259850502 0.93862324953079224 0.31468105316162109 -0.14128772914409637 0.93862324953079224 0.31305956840515137 0.14484509825706482 0.93862324953079224 0.34349048137664795 0.031633436679840088 0.93862324953079224 0.34407392144203186 -0.024485256522893906 0.93862324953079224 0.30306953191757202 0.1647278368473053 0.93862324953079224 0.30718401074409485 0.15692159533500671 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="32.293365478515625 0.59951770305633545 16.461965560913086 38.683753967285156 -6.1197409629821777 10.700789451599121 39.565864562988281 -5.8772730827331543 10 39.436386108398438 -6.1455469131469727 10.073545455932617 39.295494079589844 -6.2507224082946777 10.176597595214844 39.077285766601563 -6.303950309753418 10.350322723388672 38.865036010742188 -6.2594542503356934 10.532092094421387 39.745273590087891 -4.5070056915283203 10 39.69073486328125 -4.964439868927002 10 39.630928039550781 -5.4212160110473633 10 39.361026763916016 -4.1250848770141602 10.355278968811035 31.772182464599609 2.2994844913482666 16.834228515625 31.805305480957031 1.7837423086166382 16.834228515625 31.795192718505859 1.9557151794433594 16.834228515625 31.784152984619141 2.1276309490203857 16.834228515625 31.865091323852539 1.3862082958221436 16.800704956054688 31.980005264282227 1.0505262613296509 16.715099334716797 32.114898681640625 0.80729544162750244 16.607864379882813"></Coordinate>\n\t\t\t\t<Normal vector="0.64267688989639282 0.011931085959076881 0.76604443788528442 0.63489198684692383 -0.10043943673372269 0.76604443788528442 0.6358112096786499 -0.094445958733558655 0.76604443788528442 0.63512212038040161 -0.098973900079727173 0.76604443788528442 0.63480645418167114 -0.10097847878932953 0.76604443788528442 0.63458341360092163 -0.10237103700637817 0.76604443788528442 0.63460969924926758 -0.10220781713724136 0.76604443788528442 0.63869428634643555 -0.072426192462444305 0.76604443788528442 0.63781780004501343 -0.07977701723575592 0.76604443788528442 0.63685673475265503 -0.087117262184619904 0.76604443788528442 0.63928645849227905 -0.066998019814491272 0.76604443788528442 0.64111071825027466 0.046399839222431183 0.76604443788528442 0.64177912473678589 0.03599296510219574 0.76604443788528442 0.64157509803771973 0.039463140070438385 0.76604443788528442 0.64135229587554932 0.042932115495204926 0.76604443788528442 0.64218026399612427 0.027936389669775963 0.76604443788528442 0.64244109392166138 0.02110384963452816 0.76604443788528442 0.64258462190628052 0.016153112053871155 0.76604443788528442"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1" solid="false">\n\t\t\t\t<Coordinate point="33.605785369873047 -21.393688201904297 3.9111936092376709 33.248256683349609 -21.934247970581055 9.7596168518066406 33.542850494384766 -21.791675567626953 3.8700993061065674 33.615951538085938 -21.599460601806641 3.8925406932830811 33.180793762207031 -22.339092254638672 9.7185659408569336 33.2576904296875 -22.144067764282227 9.7410869598388672"></Coordinate>\n\t\t\t\t<Normal vector="0.96444547176361084 0.25118133425712585 0.082175552845001221 0.96444237232208252 0.25119295716285706 0.08217649906873703 0.83857136964797974 -0.54479175806045532 -1.7612211422601831E-6 0.98600184917449951 -0.16056446731090546 0.044937815517187119 0.82951968908309937 -0.55847746133804321 2.1138450847502099E-6 0.9846421480178833 -0.1686575710773468 0.045105002820491791"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1" solid="false">\n\t\t\t\t<Coordinate point="33.542850494384766 -21.791675567626953 3.8700993061065674 33.615951538085938 -21.599460601806641 3.8925406932830811 33.605785369873047 -21.393688201904297 3.9111936092376709 33.734466552734375 -21.493852615356445 0.74746823310852051 33.805648803710938 -21.302501678466797 0.76989573240280151 33.794658660888672 -21.098258972167969 0.78858399391174316"></Coordinate>\n\t\t\t\t<Normal vector="0.83857136964797974 -0.54479175806045532 -1.4254464986152016E-6 0.98600256443023682 -0.1605597585439682 0.044938359409570694 0.96444088220596313 0.25119867920875549 0.082176700234413147 0.84336167573928833 -0.53734630346298218 0 0.98691946268081665 -0.15483245253562927 0.044909369200468063 0.96374458074569702 0.25383922457695007 0.082231543958187103"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1" solid="false">\n\t\t\t\t<Coordinate point="33.734466552734375 -21.493852615356445 0.74746823310852051 33.778823852539063 -21.424074172973633 0.43665421009063721 33.83502197265625 -21.335210800170898 0.24846003949642181 33.951347351074219 -21.149608612060547 0.012588707730174065 34.095073699951172 -20.917121887207031 -0.16213507950305939 34.204887390136719 -20.737060546875 -0.24785777926445007 34.324085235595703 -20.539163589477539 -0.30803510546684265 34.546237945556641 -20.163270950317383 -0.34894537925720215 34.468524932861328 -20.117914199829102 -0.062796838581562042 34.26336669921875 -19.998170852661133 0.12036651372909546 33.794658660888672 -21.098258972167969 0.78858399391174316 33.824546813964844 -21.064321517944336 0.58727371692657471 33.877452850341797 -20.965902328491211 0.41333633661270142 33.939964294433594 -20.830802917480469 0.29067134857177734 34.01788330078125 -20.647392272949219 0.19602087140083313 34.106193542480469 -20.425163269042969 0.13682740926742554 33.805648803710938 -21.302501678466797 0.76989573240280151 34.213962554931641 -20.598930358886719 -0.030854778364300728 34.262649536132813 -20.509010314941406 -0.049504242837429047"></Coordinate>\n\t\t\t\t<Normal vector="0.84336668252944946 -0.5373384952545166 1.057308850249683E-6 0.84448051452636719 -0.53558623790740967 -0.000048293120926246047 0.8458741307258606 -0.5333825945854187 -0.000038133628549985588 0.84875762462615967 -0.52878212928771973 0.000035219669371144846 0.85234963893890381 -0.52297234535217285 0.000031352203222922981 0.85510307550430298 -0.51845806837081909 0.000037121488276170567 0.85813766717910767 -0.51341968774795532 7.2397147050651256E-6 0.86365550756454468 -0.50408256053924561 0 0.70826905965805054 -0.41331234574317932 0.5723004937171936 0.29791542887687683 -0.17387565970420837 0.93862324953079224 0.96374285221099854 0.25384512543678284 0.082233957946300507 0.94154685735702515 0.19271115958690643 0.27631860971450806 0.88018280267715454 0.12503238022327423 0.45787018537521362 0.79672139883041382 0.061778023838996887 0.60118091106414795 0.68545687198638916 -0.0040118247270584106 0.72810214757919312 0.55131524801254272 -0.071240603923797607 0.83124983310699463 0.98692035675048828 -0.15482515096664429 0.044914864003658295 0.81963759660720825 -0.33086627721786499 0.46767693758010864 0.79899352788925171 -0.3469308614730835 0.49117034673690796"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="12 5 4 -1 12 4 8 -1 13 6 5 -1 13 5 12 -1 14 1 0 -1 14 7 6 -1 14 0 7 -1 14 6 13 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 14 13 -1 17 1 14 -1 17 13 16 -1 17 16 11 -1" solid="false">\n\t\t\t\t<Coordinate point="39.126258850097656 -8.3147983551025391 -0.34894508123397827 38.023120880126953 -12.419431686401367 -0.34894508123397827 36.490680694580078 -16.383842468261719 -0.34894508123397827 34.546237945556641 -20.163270950317383 -0.34894537925720215 38.805885314941406 -8.2467145919799805 0.12036652863025665 38.935817718505859 -8.274327278137207 0.047019768506288528 39.038246154785156 -8.2960939407348633 -0.062794789671897888 39.103736877441406 -8.3100118637084961 -0.19896338880062103 37.711780548095703 -12.317739486694336 0.12036652863025665 36.191886901855469 -16.249689102172852 0.12036652863025665 34.26336669921875 -19.998170852661133 0.12036651372909546 34.468524932861328 -20.117914199829102 -0.062796838581562042 37.838050842285156 -12.358982086181641 0.047019768506288528 37.937587738037109 -12.391494750976563 -0.062794789671897888 38.001235961914063 -12.412282943725586 -0.19896338880062103 36.313068389892578 -16.304096221923828 0.047019768506288528 36.408596038818359 -16.346988677978516 -0.062794789671897888 36.469673156738281 -16.374412536621094 -0.19896338880062103"></Coordinate>\n\t\t\t\t<Normal vector="0.9781564474105835 -0.20786994695663452 0 0.95057803392410278 -0.31048578023910522 0 0.91226696968078613 -0.40959608554840088 0 0.86365592479705811 -0.50408178567886353 -5.8216795650878339E-7 0.33740925788879395 -0.071703501045703888 0.93862324953079224 0.5972743034362793 -0.1269279420375824 0.79192972183227539 0.80213123559951782 -0.17046248912811279 0.57230061292648315 0.93311303853988647 -0.19829769432544708 0.29996341466903687 0.32789623737335205 -0.1071002259850502 0.93862324953079224 0.31468105316162109 -0.14128772914409637 0.93862324953079224 0.29791313409805298 -0.17388010025024414 0.93862318992614746 0.7082359790802002 -0.41336929798126221 0.5723002552986145 0.58043456077575684 -0.18958643078804016 0.79192972183227539 0.77951574325561523 -0.25461199879646301 0.57230061292648315 0.90680456161499023 -0.29618814587593079 0.29996341466903687 0.55704140663146973 -0.25010436773300171 0.79192972183227539 0.74809896945953369 -0.33588677644729614 0.57230061292648315 0.87025773525238037 -0.39073446393013 0.29996341466903687"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1" solid="false">\n\t\t\t\t<Coordinate point="38.683753967285156 -6.1197409629821777 1.6147215366363525 38.70819091796875 -6.2047567367553711 1.3209164142608643 38.7218017578125 -6.2894973754882813 1.1712050437927246 38.735973358154297 -6.4014444351196289 1.0215109586715698 38.760475158691406 -6.6555986404418945 0.76981985569000244 38.786094665527344 -7.0423150062561035 0.50139480829238892 38.8040771484375 -7.5201821327209473 0.27981856465339661 38.808822631835938 -7.8758406639099121 0.17551484704017639 38.805885314941406 -8.2467145919799805 0.12036652863025665 39.565864562988281 -5.8772730827331543 1.6147216558456421 39.466079711914063 -6.1108508110046387 1.6147216558456421 39.340126037597656 -6.2253451347351074 1.6147216558456421 39.172588348388672 -6.2932991981506348 1.6147215366363525 38.991870880126953 -6.2975063323974609 1.6147215366363525 38.821498870849609 -6.2370824813842773 1.6147215366363525 39.560077667236328 -5.9161105155944824 1.3049592971801758 39.539470672607422 -6.052283763885498 0.95080912113189697 39.505275726318359 -6.2716059684753418 0.62038642168045044 39.462787628173828 -6.5336384773254395 0.3471149206161499 39.413433074951172 -6.8250446319580078 0.12173808366060257 39.337886810302734 -7.247809886932373 -0.11174597591161728 39.239570617675781 -7.762476921081543 -0.28450471162796021 39.126258850097656 -8.3147983551025391 -0.34894508123397827 38.935817718505859 -8.274327278137207 0.047019768506288528 39.038246154785156 -8.2960939407348633 -0.062794789671897888 39.103736877441406 -8.3100118637084961 -0.19896338880062103 39.206298828125 -6.9126739501953125 0.51481574773788452 39.439773559570313 -6.2339372634887695 1.1369332075119019 39.432472229003906 -6.3019013404846191 0.99582803249359131 38.917995452880859 -6.2922072410583496 1.4814825057983398 39.421756744384766 -6.3926658630371094 0.84721833467483521 39.226234436035156 -6.4655857086181641 1.0256888866424561 38.961036682128906 -6.4004650115966797 1.2039549350738525 39.40869140625 -6.4958329200744629 0.70900946855545044 38.967262268066406 -6.4396944046020508 1.1343288421630859 38.973476409912109 -6.4874687194824219 1.0596922636032104 38.995380401611328 -6.8206186294555664 0.68714219331741333 39.154701232910156 -7.4465703964233398 0.17274940013885498 39.127822875976563 -7.6687707901000977 0.078337050974369049 39.103191375732422 -7.8554296493530273 0.01724923774600029 39.211578369140625 -6.3267350196838379 1.3434135913848877 39.223846435546875 -6.3778886795043945 1.1954032182693481"></Coordinate>\n\t\t\t\t<Normal vector="-0.77507627010345459 -0.63186770677566528 2.0967609088984318E-6 -0.70541709661483765 -0.66252255439758301 0.25189405679702759 -0.65215665102005005 -0.6602892279624939 0.37243771553039551 -0.5871654748916626 -0.64661365747451782 0.4869573712348938 -0.44891595840454102 -0.59566032886505127 0.66608047485351563 -0.2497609406709671 -0.49248716235160828 0.83371210098266602 -0.012217476963996887 -0.34111601114273071 0.93994182348251343 0.16046062111854553 -0.21521581709384918 0.96329361200332642 0.33740890026092529 -0.071704603731632233 0.93862330913543701 0.9891466498374939 -0.14693179726600647 0 0.78945612907409668 -0.61380696296691895 3.982103407906834E-6 0.53773939609527588 -0.84311109781265259 4.8212064029939938E-6 0.20269505679607391 -0.97924190759658813 5.5219693422259297E-6 -0.15892854332923889 -0.98729008436203003 1.1320931889713393E-6 -0.49959787726402283 -0.8662574291229248 0.000011196203558938578 0.9890018105506897 -0.14790324866771698 -7.6872829595231451E-6 0.98848718404769897 -0.15130467712879181 4.3736326915677637E-6 0.98763191699981689 -0.15679016709327698 4.165727204963332E-6 0.98656916618347168 -0.16334418952465057 -1.2452984492483665E-6 0.98533570766448975 -0.1706269234418869 -1.0401726058262284E-6 0.983448326587677 -0.18118870258331299 3.5948030472354731E-6 0.98098695278167725 -0.19407370686531067 -3.1424699500348652E-6 0.9781564474105835 -0.20786994695663452 3.3331701843053452E-7 0.59727412462234497 -0.12692868709564209 0.79192972183227539 0.8021310567855835 -0.17046308517456055 0.57230073213577271 0.93311291933059692 -0.19829784333705902 0.29996377229690552 0.53341305255889893 -0.56513941287994385 0.62935513257980347 0.7774651050567627 -0.59092229604721069 0.21531115472316742 0.78850024938583374 -0.5593639612197876 0.2556937038898468 -0.30081713199615479 -0.93813127279281616 0.17151902616024017 0.80077642202377319 -0.52433425188064575 0.2895352840423584 0.39115032553672791 -0.78906667232513428 0.47368261218070984 -0.17303967475891113 -0.87801599502563477 0.44625687599182129 0.81267344951629639 -0.49089181423187256 0.31398579478263855 -0.14482185244560242 -0.85380017757415771 0.50005185604095459 -0.1132638156414032 -0.82576769590377808 0.55252057313919067 0.064629271626472473 -0.65989267826080322 0.74857509136199951 0.65250253677368164 -0.38767352700233459 0.65111416578292847 0.69497835636138916 -0.32603621482849121 0.64086306095123291 0.7285773754119873 -0.27747812867164612 0.6262434720993042 0.30055385828018188 -0.91228413581848145 0.27821767330169678 0.34905213117599487 -0.85616707801818848 0.38097313046455383"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1" solid="false">\n\t\t\t\t<Coordinate point="32.935436248779297 -21.944562911987305 10.355278968811035 33.102352142333984 -21.796838760375977 10.217992782592773 33.150196075439453 -21.640758514404297 10.013345718383789 33.245288848876953 -21.938661575317383 9.8079347610473633 33.248115539550781 -22.160085678100586 9.9095926284790039 33.164188385009766 -22.363733291625977 9.9853754043579102 33.098182678222656 -22.461305618286133 10"></Coordinate>\n\t\t\t\t<Normal vector="0.53492450714111328 -0.35641506314277649 0.76604443788528442 0.86875665187835693 -0.060967829078435898 0.49147206544876099 0.96444237232208252 0.25119292736053467 0.08217649906873703 0.96444237232208252 0.25119292736053467 0.08217649906873703 0.90827846527099609 0.00065133866155520082 0.41836565732955933 0.69069302082061768 -0.24946704506874084 0.67875576019287109 0.53187763690948486 -0.36094647645950317 0.7660442590713501"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="32.935436248779297 -21.944562911987305 10.355278968811035 29.201494216918945 -12.72917652130127 16.834228515625 29.274179458618164 -12.427335739135742 16.792268753051758 29.233541488647461 -12.145659446716309 16.674985885620117 33.150196075439453 -21.640758514404297 10.013345718383789 33.102352142333984 -21.796838760375977 10.217992782592773"></Coordinate>\n\t\t\t\t<Normal vector="0.53492450714111328 -0.35641500353813171 0.76604443788528442 0.58923959732055664 -0.25685492157936096 0.76604324579238892 0.86663103103637695 0.084923617541790009 0.49166926741600037 0.90994679927825928 0.40650588274002075 0.082157067954540253 0.96444237232208252 0.25119295716285706 0.082176506519317627 0.86875653266906738 -0.060967318713665009 0.49147239327430725"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1" solid="false">\n\t\t\t\t<Coordinate point="39.565864562988281 -5.8772730827331543 1.6147216558456421 39.466079711914063 -6.1108508110046387 1.6147216558456421 39.340126037597656 -6.2253451347351074 1.6147216558456421 39.172588348388672 -6.2932991981506348 1.6147215366363525 38.991870880126953 -6.2975063323974609 1.6147215366363525 38.821498870849609 -6.2370824813842773 1.6147215366363525 38.683753967285156 -6.1197409629821777 1.6147215366363525 39.565864562988281 -5.8772730827331543 10 39.436386108398438 -6.1455469131469727 10.073545455932617 39.295494079589844 -6.2507224082946777 10.176597595214844 39.077285766601563 -6.303950309753418 10.350322723388672 38.865036010742188 -6.2594542503356934 10.532092094421387 38.683753967285156 -6.1197409629821777 10.700789451599121"></Coordinate>\n\t\t\t\t<Normal vector="0.9891466498374939 -0.14693182706832886 0 0.78947931528091431 -0.61377716064453125 0 0.53770548105239868 -0.84313273429870605 0 0.20266252756118774 -0.97924864292144775 0 -0.15888494253158569 -0.98729711771011353 0 -0.49965322017669678 -0.86622554063796997 0 -0.77507632970809937 -0.63186758756637573 0 0.9891466498374939 -0.14693182706832886 0 0.73007017374038696 -0.68337219953536987 0 0.44840523600578308 -0.89383035898208618 0 0.011980405077338219 -0.99992823600769043 0 -0.41238266229629517 -0.9110107421875 0 -0.77507632970809937 -0.63186758756637573 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1" solid="false">\n\t\t\t\t<Coordinate point="33.180793762207031 -22.339092254638672 9.7185659408569336 33.2576904296875 -22.144067764282227 9.7410869598388672 33.248256683349609 -21.934247970581055 9.7596168518066406 33.164188385009766 -22.363733291625977 9.9853754043579102 33.245288848876953 -21.938661575317383 9.8079347610473633 33.248115539550781 -22.160085678100586 9.9095926284790039"></Coordinate>\n\t\t\t\t<Normal vector="0.82951980829238892 -0.55847728252410889 0 0.9846419095993042 -0.16865924000740051 0.045103665441274643 0.96444237232208252 0.25119292736053467 0.08217649906873703 0.8291047215461731 -0.55909329652786255 0 0.96444237232208252 0.25119292736053467 0.08217649906873703 0.98447370529174805 -0.16965764760971069 0.045030608773231506"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 3 0 -1 1 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="19.246515274047852 -34.873046875 9.7596168518066406 19.300258636474609 -34.567546844482422 9.9641256332397461 19.296077728271484 -34.567604064941406 10.013345718383789 19.241836547851563 -34.875576019287109 9.8079347610473633"></Coordinate>\n\t\t\t\t<Normal vector="0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.9707065224647522 -0.22577844560146332 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 3 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="20.240646362304688 -24.33995246887207 16.674985885620117 20.260805130004883 -24.155355453491211 16.571977615356445 19.296077728271484 -34.567604064941406 10.013345718383789 19.300258636474609 -34.567546844482422 9.9641256332397461"></Coordinate>\n\t\t\t\t<Normal vector="0.99463057518005371 -0.062930583953857422 0.082157023251056671 0.99454283714294434 -0.061347134411334991 0.084386467933654785 0.9707065224647522 -0.22577843070030212 0.08217649906873703 0.9707065224647522 -0.22577843070030212 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="19.300258636474609 -34.567546844482422 9.9641256332397461 19.814302444458008 -34.560558319091797 3.9111936092376709 19.246515274047852 -34.873046875 9.7596168518066406"></Coordinate>\n\t\t\t\t<Normal vector="0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.9707065224647522 -0.22577840089797974 0.082176446914672852 0.9707065224647522 -0.22577844560146332 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1" solid="false">\n\t\t\t\t<Coordinate point="19.300258636474609 -34.567546844482422 9.9641256332397461 19.814302444458008 -34.560558319091797 3.9111936092376709 20.260805130004883 -24.155355453491211 16.571977615356445 19.664222717285156 -6.0171494483947754 7.801386833190918 20.591041564941406 -14.908167839050293 11.687099456787109 20.118833541870117 -34.386741638183594 0.78858399391174316 21.355550765991211 -24.365596771240234 3.5125977993011475 21.062829971313477 -14.71119499206543 5.9541029930114746"></Coordinate>\n\t\t\t\t<Normal vector="0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.9707065224647522 -0.22577835619449615 0.08217649906873703 0.99454295635223389 -0.061339482665061951 0.084390662610530853 0.97625207901000977 0.20004932582378387 0.083139099180698395 0.99341106414794922 0.077471837401390076 0.084454804658889771 0.97131842374801636 -0.22311082482337952 0.0822315514087677 0.99432158470153809 -0.064858637750148773 0.084367804229259491 0.99319642782211304 0.080192357301712036 0.084439717233181"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1" solid="false">\n\t\t\t\t<Coordinate point="20.118833541870117 -34.386741638183594 0.78858399391174316 21.355550765991211 -24.365596771240234 3.5125977993011475 21.062829971313477 -14.71119499206543 5.9541029930114746 19.664222717285156 -6.0171494483947754 7.801386833190918 19.587224960327148 -5.1219429969787598 7.5466718673706055 19.613775253295898 -4.2325963973999023 7.4022107124328613 19.720239639282227 -3.3334870338439941 7.3499999046325684 21.045089721679688 -33.630481719970703 0.12036651372909546 22.155780792236328 -22.718881607055664 3.0378727912902832 21.518009185791016 -12.380399703979492 5.5766782760620117 20.161069869995117 -34.370578765869141 0.58727371692657471 20.253654479980469 -34.308021545410156 0.41333633661270142 20.371791839599609 -34.217449188232422 0.29067134857177734 20.526018142700195 -34.091255187988281 0.19602087140083313 20.707487106323242 -33.935523986816406 0.13682740926742554 20.449377059936523 -33.951423645019531 0.3360569179058075 21.236124038696289 -28.90980339050293 1.71770179271698 21.621700286865234 -23.510299682617188 3.1598653793334961 21.579437255859375 -18.60789680480957 4.4233684539794922 21.161920547485352 -13.532244682312012 5.6590628623962402 20.501333236694336 -9.0983467102050781 6.6417365074157715"></Coordinate>\n\t\t\t\t<Normal vector="0.97131919860839844 -0.22310662269592285 0.082233995199203491 0.99431908130645752 -0.064873598515987396 0.084386043250560761 0.99319332838058472 0.080186754465103149 0.084481336176395416 0.97625744342803955 0.2000289112329483 0.083125211298465729 0.8693535327911377 0.11960881948471069 0.47949779033660889 0.65202087163925171 0.036001354455947876 0.75734579563140869 0.34011867642402649 -0.057492263615131378 0.93862342834472656 0.18297713994979858 -0.29240891337394714 0.93862473964691162 0.24082891643047333 -0.24695497751235962 0.93862384557723999 0.29898732900619507 -0.17202562093734741 0.93862330913543701 0.92333942651748657 -0.26682621240615845 0.27613064646720886 0.83702075481414795 -0.29856583476066589 0.45853540301322937 0.73412740230560303 -0.31552591919898987 0.60124897956848145 0.60442870855331421 -0.32249748706817627 0.72846502065658569 0.45516937971115112 -0.31898987293243408 0.83130395412445068 0.71076518297195435 -0.31498247385025024 0.62896651029586792 0.73468810319900513 -0.25457406044006348 0.62882858514785767 0.75573837757110596 -0.18675829470157623 0.62767893075942993 0.77054160833358765 -0.12250031530857086 0.62550723552703857 0.78130537271499634 -0.052738677710294724 0.62191683053970337 0.78628450632095337 0.012543349526822567 0.6177372932434082"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1" solid="false">\n\t\t\t\t<Coordinate point="18.032522201538086 -8.6503257751464844 7.3499999046325684 18.293657302856445 -8.5703115463256836 7.5113492012023926 18.537334442138672 -8.5801858901977539 7.6914048194885254 18.766931533813477 -8.6820554733276367 7.8923249244689941 18.968364715576172 -8.8704299926757813 8.1019964218139648 19.091482162475586 -9.0503740310668945 8.2524299621582031 19.199369430541992 -9.2691764831542969 8.4058322906494141 19.336383819580078 -9.6975326538085938 8.6554975509643555 19.413116455078125 -10.135436058044434 8.8697471618652344 18.574108123779297 -7.4163651466369629 7.3499999046325684 19.429550170898438 -4.7426347732543945 7.3499999046325684 19.186256408691406 -5.646909236907959 7.3499999046325684 18.900899887084961 -6.5388045310974121 7.3499999046325684 19.720239639282227 -3.3334870338439941 7.3499999046325684 19.664222717285156 -6.0171494483947754 7.801386833190918 19.587224960327148 -5.1219429969787598 7.5466718673706055 19.613775253295898 -4.2325963973999023 7.4022107124328613 20.591041564941406 -14.908167839050293 11.687099456787109 20.260805130004883 -24.155355453491211 16.571977615356445 20.240646362304688 -24.33995246887207 16.674985885620117 19.941095352172852 -24.841737747192383 16.834228515625 20.145727157592773 -24.608249664306641 16.792268753051758 19.535463333129883 -25.161972045898438 16.834228515625 19.67125129699707 -25.055957794189453 16.834228515625 19.806463241577148 -24.949213027954102 16.834228515625 19.901912689208984 -17.527538299560547 12.565854072570801"></Coordinate>\n\t\t\t\t<Normal vector="-0.56324136257171631 0.27019074559211731 0.78086882829666138 -0.565693199634552 0.26501902937889099 0.78086882829666138 -0.56691241264343262 0.26240092515945435 0.78086882829666138 -0.5669630765914917 0.26229140162467957 0.78086882829666138 -0.56587612628936768 0.26462823152542114 0.78086882829666138 -0.5644800066947937 0.26759341359138489 0.78086882829666138 -0.56256425380706787 0.27159783244132996 0.78086882829666138 -0.55840492248535156 0.28004977107048035 0.78086882829666138 -0.55376482009887695 0.28911668062210083 0.78086882829666138 -0.58015769720077515 0.23164832592010498 0.78086882829666138 -0.60687720775604248 0.14813502132892609 0.78086882829666138 -0.59927797317504883 0.17637981474399567 0.78086882829666138 -0.59036493301391602 0.20423795282840729 0.78086882829666138 -0.61595678329467773 0.1041206568479538 0.78086882829666138 -0.5973547101020813 0.18278743326663971 0.78086882829666138 -0.60437345504760742 0.15804006159305573 0.78086882829666138 -0.61063861846923828 0.13177405297756195 0.78086882829666138 -0.50599700212478638 0.36634808778762817 0.78086882829666138 -0.40145382285118103 0.47862169146537781 0.78086882829666138 -0.39942312240600586 0.48031765222549438 0.78086882829666138 -0.3910529613494873 0.48715654015541077 0.78086882829666138 -0.39571821689605713 0.48337459564208984 0.78086882829666138 -0.38309833407402039 0.49343648552894592 0.78086882829666138 -0.38576120138168335 0.49135750532150269 0.78086882829666138 -0.38841277360916138 0.48926416039466858 0.78086882829666138 -0.46880510449409485 0.41287487745285034 0.78086882829666138"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1" solid="false">\n\t\t\t\t<Coordinate point="21.692880630493164 -0.50701320171356201 8.0888767242431641 26.884286880493164 -9.7024517059326172 5.5192995071411133 29.516225814819336 -16.310081481933594 3.6181886196136475 31.408777236938477 -23.395998001098633 1.6147215366363525 31.408777236938477 -23.395998001098633 10.700789451599121 28.872962951660156 -14.476628303527832 16.461965560913086"></Coordinate>\n\t\t\t\t<Normal vector="-0.83145266771316528 -0.55559563636779785 0 -0.90671992301940918 -0.42173334956169128 0 -0.94874703884124756 -0.31603652238845825 0 -0.97993952035903931 -0.19929505884647369 0 -0.97993952035903931 -0.19929505884647369 0 -0.93829065561294556 -0.34584769606590271 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="22 9 10 -1 22 21 20 -1 22 23 9 -1 22 20 23 -1 24 10 11 -1 24 13 12 -1 24 14 13 -1 24 11 19 -1 24 12 21 -1 24 21 25 -1 24 25 10 -1 26 15 14 -1 26 16 15 -1 26 17 16 -1 26 18 17 -1 26 19 18 -1 26 14 24 -1 26 24 19 -1 27 2 1 -1 27 3 2 -1 27 4 3 -1 27 5 4 -1 27 6 5 -1 28 7 6 -1 28 6 27 -1 28 27 1 -1 29 1 0 -1 29 7 28 -1 29 28 1 -1 30 8 7 -1 30 7 29 -1 30 29 0 -1 31 0 9 -1 31 20 8 -1 31 9 23 -1 31 30 0 -1 31 23 20 -1 31 8 30 -1 32 21 22 -1 32 22 10 -1 32 25 21 -1 32 10 25 -1" solid="false">\n\t\t\t\t<Coordinate point="20.503669738769531 -1.0255643129348755 7.1554813385009766 20.350387573242188 -0.078880533576011658 7.3122587203979492 20.357976913452148 0.23386856913566589 7.4088149070739746 20.393310546875 0.38332456350326538 7.4771780967712402 20.594099044799805 0.54518896341323853 7.6606626510620117 20.792469024658203 0.48146209120750427 7.7739243507385254 21.044837951660156 0.28946399688720703 7.8848700523376465 21.388687133789063 -0.088434427976608276 8.0039052963256836 21.692880630493164 -0.50701320171356201 8.0888767242431641 25.99699592590332 -10.731407165527344 4.3641195297241211 28.697490692138672 -17.767393112182617 2.2959811687469482 30.528465270996094 -25.336097717285156 0.12036652863025665 31.408777236938477 -23.395998001098633 1.6147215366363525 31.390905380249023 -23.482631683349609 1.3209164142608643 31.363578796386719 -23.563993453979492 1.1712050437927246 31.324100494384766 -23.669702529907227 1.0215109586715698 31.227684020996094 -23.906129837036133 0.76981985569000244 31.070655822753906 -24.260457992553711 0.50139480829238892 30.864500045776367 -24.691944122314453 0.27981856465339661 30.703420639038086 -25.009069442749023 0.17551484704017639 26.884286880493164 -9.7024517059326172 5.5192995071411133 29.516225814819336 -16.310081481933594 3.6181886196136475 28.804710388183594 -15.403428077697754 3.1016309261322021 26.655300140380859 -10.11727237701416 4.632077693939209 30.486135482788086 -21.015111923217773 1.4965643882751465 29.709201812744141 -18.17357063293457 2.305910587310791 31.098079681396484 -23.76429557800293 0.72047072649002075 20.747600555419922 0.1650339812040329 7.4994673728942871 20.959297180175781 0.015124579891562462 7.5244588851928711 21.054544448852539 -0.41547763347625732 7.3090238571166992 21.259611129760742 -0.57616692781448364 7.3110666275024414 23.944955825805664 -4.8783249855041504 6.1366710662841797 29.310848236083984 -16.897260665893555 2.6717586517333984"></Coordinate>\n\t\t\t\t<Normal vector="0.34452179074287415 -0.017216414213180542 0.93862044811248779 0.009746873751282692 -0.24353939294815063 0.96984201669692993 -0.14707303047180176 -0.33966344594955444 0.92897701263427734 -0.24641536176204681 -0.39675530791282654 0.88423115015029907 -0.47822752594947815 -0.51395034790039063 0.71214711666107178 -0.59965187311172485 -0.56117254495620728 0.57052874565124512 -0.70215070247650146 -0.58645892143249512 0.40379494428634644 -0.78974431753158569 -0.58412599563598633 0.18735197186470032 -0.8314436674118042 -0.55560904741287231 1.2599678029800998E-6 0.31885409355163574 -0.13161270320415497 0.9386214017868042 0.29328727722167969 -0.18157720565795898 0.93862253427505493 0.26543775200843811 -0.2202928215265274 0.93862336874008179 -0.97993612289428711 -0.19931177794933319 -4.6245395424193703E-6 -0.93239313364028931 -0.25889554619789124 0.25222253799438477 -0.88430839776992798 -0.2817075252532959 0.37234330177307129 -0.82042157649993896 -0.29969522356987 0.48692011833190918 -0.67431986331939697 -0.31865134835243225 0.66614866256713867 -0.45000201463699341 -0.32000407576560974 0.83372390270233154 -0.16943052411079407 -0.29634577035903931 0.93993216753005981 0.042104098945856094 -0.26504892110824585 0.96331524848937988 -0.9066585898399353 -0.42186513543128967 5.0393573474138975E-6 -0.94877880811691284 -0.31594100594520569 2.8154561277915491E-6 -0.51774626970291138 -0.40088397264480591 0.75579816102981567 -0.47769829630851746 -0.44054916501045227 0.76007944345474243 -0.55505889654159546 -0.35104769468307495 0.75410550832748413 -0.53695559501647949 -0.37698298692703247 0.75469368696212769 -0.57090479135513306 -0.32510888576507568 0.75390446186065674 -0.39618879556655884 -0.4747372567653656 0.78591281175613403 -0.47973033785820007 -0.512076735496521 0.7124859094619751 -0.33095186948776245 -0.44161471724510193 0.83393484354019165 -0.40478670597076416 -0.47652825713157654 0.78042840957641602 -0.43628576397895813 -0.46771937608718872 0.76869583129882813 -0.5282822847366333 -0.38819831609725952 0.75512903928756714"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 14 1 -1 15 14 0 -1 11 0 2 -1 11 15 0 -1 3 11 2 -1 4 11 3 -1 12 11 4 -1 7 12 4 -1 13 12 7 -1 6 13 7 -1 8 13 6 -1 9 8 6 -1 10 9 6 -1 5 10 6 -1" solid="false">\n\t\t\t\t<Coordinate point="19.997867584228516 -0.29208871722221375 7.3499999046325684 19.98701286315918 0.72064751386642456 7.3499999046325684 19.957040786743164 -1.3101663589477539 7.3499999046325684 19.864418029785156 -2.3248436450958252 7.3499999046325684 19.720239639282227 -3.3334870338439941 7.3499999046325684 21.045089721679688 -33.630481719970703 0.12036651372909546 22.155780792236328 -22.718881607055664 3.0378727912902832 21.518009185791016 -12.380399703979492 5.5766782760620117 30.528465270996094 -25.336097717285156 0.12036652863025665 27.667783737182617 -28.432353973388672 0.12036652863025665 24.494716644287109 -31.20759391784668 0.12036652863025665 20.503669738769531 -1.0255643129348755 7.1554813385009766 25.99699592590332 -10.731407165527344 4.3641195297241211 28.697490692138672 -17.767393112182617 2.2959811687469482 20.045099258422852 0.29150575399398804 7.332667350769043 20.19598388671875 -0.22298739850521088 7.2775259017944336"></Coordinate>\n\t\t\t\t<Normal vector="0.3449072539806366 -0.0050377128645777702 0.93862324953079224 0.34472003579139709 0.012429136782884598 0.93862324953079224 0.34420311450958252 -0.022596703842282295 0.93862324953079224 0.34260562062263489 -0.04009704664349556 0.93862324953079224 0.34011897444725037 -0.057493329048156738 0.93862324953079224 0.18298277258872986 -0.29241016507148743 0.93862324953079224 0.2408326268196106 -0.24695351719856262 0.93862324953079224 0.29898884892463684 -0.17202341556549072 0.93862324953079224 0.26543876528739929 -0.22029219567775726 0.93862324953079224 0.24056573212146759 -0.24721351265907288 0.93862324953079224 0.21297655999660492 -0.2713436484336853 0.93862324953079224 0.34451335668563843 -0.017232069745659828 0.93862324953079224 0.31884652376174927 -0.13161797821521759 0.93862324953079224 0.29328346252441406 -0.18157973885536194 0.93862324953079224 0.34490758180618286 0.0050158207304775715 0.93862324953079224 0.34492301940917969 -0.0038083554245531559 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="28.872962951660156 -14.476628303527832 16.461965560913086 31.408777236938477 -23.395998001098633 10.700789451599121 32.302528381347656 -23.591241836547852 10 32.063205718994141 -23.768613815307617 10.073545455932617 31.889575958251953 -23.796266555786133 10.176597595214844 31.671625137329102 -23.741989135742188 10.350322723388672 31.504365921020508 -23.603954315185547 10.532092094421387 33.098182678222656 -22.461305618286133 10 32.837310791015625 -22.840997695922852 10 32.572078704833984 -23.217658996582031 10 32.935436248779297 -21.944562911987305 10.355278968811035 29.201494216918945 -12.72917652130127 16.834228515625 28.991146087646484 -13.201236724853516 16.834228515625 29.062112808227539 -13.04426383972168 16.834228515625 29.132228851318359 -12.886908531188965 16.834228515625 28.859340667724609 -13.581020355224609 16.800704956054688 28.805091857910156 -13.931654930114746 16.715099334716797 28.811500549316406 -14.209713935852051 16.607864379882813"></Coordinate>\n\t\t\t\t<Normal vector="0.57460677623748779 -0.28810238838195801 0.76604443788528442 0.51549237966537476 -0.38398373126983643 0.76604443788528442 0.51909160614013672 -0.37910392880439758 0.76604443788528442 0.51637721061706543 -0.38279297947883606 0.76604443788528442 0.51516616344451904 -0.38442128896713257 0.76604443788528442 0.51432150602340698 -0.38555064797401428 0.76604443788528442 0.51442062854766846 -0.3854183554649353 0.76604443788528442 0.53187757730484009 -0.36094623804092407 0.76604443788528442 0.52768540382385254 -0.3670477569103241 0.76604443788528442 0.52342319488525391 -0.37310057878494263 0.76604443788528442 0.53492450714111328 -0.3564150333404541 0.76604443788528442 0.58923846483230591 -0.25685399770736694 0.76604443788528442 0.58499395847320557 -0.26637944579124451 0.76604443788528442 0.58642596006393433 -0.2632119357585907 0.76604443788528442 0.58784079551696777 -0.26003676652908325 0.76604443788528442 0.58160507678985596 -0.27369961142539978 0.76604443788528442 0.57866078615188599 -0.27987071871757507 0.76604443788528442 0.57648712396621704 -0.28432109951972961 0.76604443788528442"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1" solid="false">\n\t\t\t\t<Coordinate point="19.814302444458008 -34.560558319091797 3.9111936092376709 19.246515274047852 -34.873046875 9.7596168518066406 19.573623657226563 -34.883708953857422 3.8700993061065674 19.727676391601563 -34.747486114501953 3.8925406932830811 18.998640060424805 -35.200164794921875 9.7185659408569336 19.15736198425293 -35.063220977783203 9.7410869598388672"></Coordinate>\n\t\t\t\t<Normal vector="0.9707038402557373 -0.22579014301300049 0.082175552845001221 0.9707065224647522 -0.22577841579914093 0.08217649906873703 0.48934072256088257 -0.87209266424179077 -1.7611263274375233E-6 0.7984432578086853 -0.60039067268371582 0.044937815517187119 0.47496578097343445 -0.88000428676605225 2.1133046175236814E-6 0.79347825050354004 -0.60692489147186279 0.045105002820491791"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1" solid="false">\n\t\t\t\t<Coordinate point="19.573623657226563 -34.883708953857422 3.8700993061065674 19.727676391601563 -34.747486114501953 3.8925406932830811 19.814302444458008 -34.560558319091797 3.9111936092376709 19.881696701049805 -34.709049224853516 0.74746823310852051 20.033649444580078 -34.572696685791016 0.76989573240280151 20.118833541870117 -34.386741638183594 0.78858399391174316"></Coordinate>\n\t\t\t\t<Normal vector="0.48934069275856018 -0.87209272384643555 -1.4254191000873107E-6 0.79844611883163452 -0.6003868579864502 0.044938359409570694 0.97070783376693726 -0.22577264904975891 0.082176700234413147 0.49704241752624512 -0.86772626638412476 0 0.80191957950592041 -0.59574168920516968 0.044909369200468063 0.97131842374801636 -0.22311097383499146 0.082231543958187103"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1" solid="false">\n\t\t\t\t<Coordinate point="19.881696701049805 -34.709049224853516 0.74746823310852051 19.953399658203125 -34.667877197265625 0.43665421009063721 20.044458389282227 -34.615310668945313 0.24846003949642181 20.233713150024414 -34.505027770996094 0.012588707730174065 20.469017028808594 -34.365962982177734 -0.16213507950305939 20.649930953979492 -34.257556915283203 -0.24785777926445007 20.847442626953125 -34.137722015380859 -0.30803510546684265 21.218833923339844 -33.908126831054688 -0.34894537925720215 21.171102523803711 -33.83184814453125 -0.062796838581562042 21.045089721679688 -33.630481719970703 0.12036651372909546 20.118833541870117 -34.386741638183594 0.78858399391174316 20.161069869995117 -34.370578765869141 0.58727371692657471 20.253654479980469 -34.308021545410156 0.41333633661270142 20.371791839599609 -34.217449188232422 0.29067134857177734 20.526018142700195 -34.091255187988281 0.19602087140083313 20.707487106323242 -33.935523986816406 0.13682740926742554 20.033649444580078 -34.572696685791016 0.76989573240280151 20.722158432006836 -34.139469146728516 -0.030854778364300728 20.807058334350586 -34.082473754882813 -0.049504242837429047"></Coordinate>\n\t\t\t\t<Normal vector="0.49705046415328979 -0.86772161722183228 1.0573705822025659E-6 0.49885103106498718 -0.86668777465820313 -0.000048293084546457976 0.50110912322998047 -0.86538410186767578 -0.000038133464840939268 0.50580024719238281 -0.86265063285827637 0.000035219884011894464 0.5116807222366333 -0.85917568206787109 0.00003135214137728326 0.51621663570404053 -0.85645800828933716 0.000037121415516594425 0.52124512195587158 -0.85340702533721924 7.2398165684717242E-6 0.53047013282775879 -0.84770363569259644 0 0.43506526947021484 -0.69511896371841431 0.5723004937171936 0.18298695981502533 -0.29240745306015015 0.93862324953079224 0.97131961584091187 -0.22310493886470795 0.082233957946300507 0.92325568199157715 -0.26692137122154236 0.27631860971450806 0.83746862411499023 -0.29833066463470459 0.45787018537521362 0.73417145013809204 -0.31555315852165222 0.60118091106414795 0.60507756471633911 -0.32209998369216919 0.72810214757919312 0.45505827665328979 -0.31928941607475281 0.83124983310699463 0.80192375183105469 -0.59573560953140259 0.044914864003658295 0.57199180126190186 -0.67387211322784424 0.46767693758010864 0.54624682664871216 -0.67850285768508911 0.49117034673690796"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="12 5 4 -1 12 6 5 -1 12 4 8 -1 13 7 6 -1 13 6 12 -1 14 1 0 -1 14 0 7 -1 14 7 13 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 1 14 -1 17 13 16 -1 17 14 13 -1 17 16 11 -1" solid="false">\n\t\t\t\t<Coordinate point="30.780502319335938 -25.545267105102539 -0.34894508123397827 27.896203994750977 -28.667085647583008 -0.34894508123397827 24.696941375732422 -31.465236663818359 -0.34894508123397827 21.218833923339844 -33.908126831054688 -0.34894537925720215 30.528465270996094 -25.336097717285156 0.12036652863025665 30.630683898925781 -25.420928955078125 0.047019768506288528 30.711263656616211 -25.487804412841797 -0.062794789671897888 30.762784957885742 -25.530563354492188 -0.19896338880062103 27.667783737182617 -28.432353973388672 0.12036652863025665 24.494716644287109 -31.20759391784668 0.12036652863025665 21.045089721679688 -33.630481719970703 0.12036651372909546 21.171102523803711 -33.83184814453125 -0.062796838581562042 27.76042366027832 -28.527553558349609 0.047019768506288528 27.833452224731445 -28.60260009765625 -0.062794789671897888 27.880146026611328 -28.650585174560547 -0.19896338880062103 24.576732635498047 -31.312084197998047 0.047019768506288528 24.641386032104492 -31.39445686340332 -0.062794789671897888 24.682723999023438 -31.447124481201172 -0.19896338880062103"></Coordinate>\n\t\t\t\t<Normal vector="0.76951253414154053 -0.63863170146942139 0 0.69740509986877441 -0.71667712926864624 0 0.61742353439331055 -0.78663092851638794 0 0.53047084808349609 -0.84770315885543823 -5.8216994602844352E-7 0.26543876528739929 -0.22029219567775726 0.93862324953079224 0.46987378597259521 -0.38995632529258728 0.79192972183227539 0.63103407621383667 -0.52370601892471313 0.57230061292648315 0.73407703638076782 -0.6092231273651123 0.29996341466903687 0.24056573212146759 -0.24721351265907288 0.93862324953079224 0.21297655999660492 -0.2713436484336853 0.93862324953079224 0.18298287689685822 -0.29241031408309937 0.93862318992614746 0.43500953912734985 -0.69515401124954224 0.5723002552986145 0.42584407329559326 -0.43761184811592102 0.79192972183227539 0.5719028115272522 -0.58770674467086792 0.57230061292648315 0.66529005765914917 -0.68367469310760498 0.29996341466903687 0.37700635194778442 -0.48032647371292114 0.79192972183227539 0.50631439685821533 -0.64507192373275757 0.57230061292648315 0.58899158239364624 -0.75040709972381592 0.29996341466903687"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1" solid="false">\n\t\t\t\t<Coordinate point="31.408777236938477 -23.395998001098633 1.6147215366363525 31.390905380249023 -23.482631683349609 1.3209164142608643 31.363578796386719 -23.563993453979492 1.1712050437927246 31.324100494384766 -23.669702529907227 1.0215109586715698 31.227684020996094 -23.906129837036133 0.76981985569000244 31.070655822753906 -24.260457992553711 0.50139480829238892 30.864500045776367 -24.691944122314453 0.27981856465339661 30.703420639038086 -25.009069442749023 0.17551484704017639 30.528465270996094 -25.336097717285156 0.12036652863025665 32.302528381347656 -23.591241836547852 1.6147216558456421 32.105625152587891 -23.751691818237305 1.6147216558456421 31.940889358520508 -23.794538497924805 1.6147216558456421 31.760963439941406 -23.776849746704102 1.6147215366363525 31.598989486694336 -23.696590423583984 1.6147215366363525 31.476211547851563 -23.563911437988281 1.6147215366363525 32.279354095458984 -23.622940063476563 1.3049592971801758 32.197826385498047 -23.733940124511719 0.95080912113189697 32.065624237060547 -23.912248611450195 0.62038642168045044 31.906229019165039 -24.124521255493164 0.3471149206161499 31.727106094360352 -24.359613418579102 0.12173808366060257 31.463743209838867 -24.698844909667969 -0.11174597591161728 31.13751220703125 -25.108869552612305 -0.28450471162796021 30.780502319335938 -25.545267105102539 -0.34894508123397827 30.630683898925781 -25.420928955078125 0.047019768506288528 30.711263656616211 -25.487804412841797 -0.062794789671897888 30.762784957885742 -25.530563354492188 -0.19896338880062103 31.502971649169922 -24.340944290161133 0.51481574773788452 32.025131225585938 -23.848453521728516 1.1369332075119019 31.987079620361328 -23.905239105224609 0.99582803249359131 31.536039352416992 -23.657567977905273 1.4814825057983398 31.93541145324707 -23.980627059936523 0.84721833467483521 31.728397369384766 -23.95433235168457 1.0256888866424561 31.523838043212891 -23.773426055908203 1.2039549350738525 31.875898361206055 -24.065906524658203 0.70900946855545044 31.511123657226563 -23.811056137084961 1.1343288421630859 31.494422912597656 -23.856245040893555 1.0596923828125 31.35899543762207 -24.161415100097656 0.68714219331741333 31.209173202514648 -24.789709091186523 0.17274940013885498 31.082111358642578 -24.973964691162109 0.078337050974369049 30.973556518554688 -25.127798080444336 0.01724923774600029 31.779947280883789 -23.824573516845703 1.3434135913848877 31.767038345336914 -23.875570297241211 1.1954032182693481"></Coordinate>\n\t\t\t\t<Normal vector="-0.97993952035903931 -0.19929513335227966 2.0962977487215539E-6 -0.93250536918640137 -0.25881090760231018 0.25189405679702759 -0.88430774211883545 -0.28158476948738098 0.37243771553039551 -0.82040554285049438 -0.29967853426933289 0.4869573712348938 -0.6743125319480896 -0.3188093900680542 0.66608047485351563 -0.45002251863479614 -0.32000601291656494 0.83371210098266602 -0.16934256255626678 -0.29636549949645996 0.93994182348251343 0.042065050452947617 -0.26513391733169556 0.96329361200332642 0.26543796062469482 -0.22029301524162292 0.93862330913543701 0.80756324529647827 -0.58978098630905151 0 0.41377836465835571 -0.9103776216506958 3.9819069570512511E-6 0.084331333637237549 -0.99643778800964355 4.8209776650764979E-6 -0.27559885382652283 -0.9612727165222168 5.5217883527802769E-6 -0.5995408296585083 -0.80034416913986206 1.1321296824462479E-6 -0.84494185447692871 -0.53485816717147827 0.000011195893421245273 0.8069835901260376 -0.59057390689849854 -7.687219294894021E-6 0.8049471378326416 -0.59334653615951538 4.3737904888985213E-6 0.80164062976837158 -0.59780627489089966 4.1658386180642992E-6 0.79765373468399048 -0.60311561822891235 -1.2446764685591916E-6 0.79317712783813477 -0.60899096727371216 -1.039557332660479E-6 0.78659766912460327 -0.61746585369110107 3.5952441521658329E-6 0.7784302830696106 -0.6277310848236084 -3.1422896427102387E-6 0.76951253414154053 -0.63863170146942139 3.3406666943847085E-7 0.46987327933311462 -0.38995692133903503 0.79192972183227539 0.63103359937667847 -0.52370643615722656 0.57230073213577271 0.7340768575668335 -0.60922318696975708 0.29996377229690552 0.20968043804168701 -0.74829554557800293 0.62935513257980347 0.41379588842391968 -0.88454174995422363 0.21531115472316742 0.43823292851448059 -0.86172652244567871 0.2556937038898468 -0.70233166217803955 -0.69087725877761841 0.17151902616024017 0.46538203954696655 -0.83641427755355835 0.2895352840423584 -0.020351147279143333 -0.88046044111251831 0.47368261218070984 -0.56125336885452271 -0.6970289945602417 0.44625687599182129 0.49145781993865967 -0.81233131885528564 0.31398579478263855 -0.52501410245895386 -0.68870049715042114 0.50005185604095459 -0.48404350876808167 -0.67854470014572144 0.55252057313919067 -0.24944104254245758 -0.61434066295623779 0.74857509136199951 0.3976014256477356 -0.64650088548660278 0.65111416578292847 0.46385619044303894 -0.61166328191757202 0.64086306095123291 0.51617270708084106 -0.58428150415420532 0.6262434720993042 -0.15783233940601349 -0.94746178388595581 0.27821767330169678 -0.088810369372367859 -0.92031091451644897 0.38097313046455383"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1" solid="false">\n\t\t\t\t<Coordinate point="18.964733123779297 -34.736804962158203 10.355278968811035 19.181180953979492 -34.683570861816406 10.217992782592773 19.296077728271484 -34.567604064941406 10.013345718383789 19.241836547851563 -34.875576019287109 9.8079347610473633 19.141437530517578 -35.072952270507813 9.9095926284790039 18.97248649597168 -35.214267730712891 9.9853754043579102 18.868696212768555 -35.269992828369141 10"></Coordinate>\n\t\t\t\t<Normal vector="0.30801782011985779 -0.56418168544769287 0.76604443788528442 0.74091267585754395 -0.45771569013595581 0.49147206544876099 0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.80454331636428833 -0.42152130603790283 0.41836565732955933 0.49564516544342041 -0.54187315702438354 0.67875576019287109 0.30321407318115234 -0.56677812337875366 0.7660442590713501"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="18.964733123779297 -34.736804962158203 10.355278968811035 19.941095352172852 -24.841737747192383 16.834228515625 20.145727157592773 -24.608249664306641 16.792268753051758 20.240646362304688 -24.33995246887207 16.674985885620117 19.296077728271484 -34.567604064941406 10.013345718383789 19.181180953979492 -34.683570861816406 10.217992782592773"></Coordinate>\n\t\t\t\t<Normal vector="0.30801782011985779 -0.5641816258430481 0.76604443788528442 0.40237930417060852 -0.50126701593399048 0.76604324579238892 0.80682963132858276 -0.32754740118980408 0.49166926741600037 0.99463057518005371 -0.062930278480052948 0.082157067954540253 0.9707065224647522 -0.22577841579914093 0.082176506519317627 0.74091273546218872 -0.45771515369415283 0.49147239327430725"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1" solid="false">\n\t\t\t\t<Coordinate point="32.302528381347656 -23.591241836547852 1.6147216558456421 32.105625152587891 -23.751691818237305 1.6147216558456421 31.940889358520508 -23.794538497924805 1.6147216558456421 31.760963439941406 -23.776849746704102 1.6147215366363525 31.598989486694336 -23.696590423583984 1.6147215366363525 31.476211547851563 -23.563911437988281 1.6147215366363525 31.408777236938477 -23.395998001098633 1.6147215366363525 32.302528381347656 -23.591241836547852 10 32.063205718994141 -23.768613815307617 10.073545455932617 31.889575958251953 -23.796266555786133 10.176597595214844 31.671625137329102 -23.741989135742188 10.350322723388672 31.504365921020508 -23.603954315185547 10.532092094421387 31.408777236938477 -23.395998001098633 10.700789451599121"></Coordinate>\n\t\t\t\t<Normal vector="0.8075631856918335 -0.58978104591369629 0 0.41381272673606873 -0.91036200523376465 0 0.084291271865367889 -0.99644118547439575 0 -0.27563077211380005 -0.96126359701156616 0 -0.59950548410415649 -0.80037063360214233 0 -0.84497600793838501 -0.53480416536331177 0 -0.97993952035903931 -0.19929505884647369 0 0.8075631856918335 -0.58978104591369629 0 0.32886615395545959 -0.94437652826309204 0 -0.018340565264225006 -0.99983179569244385 0 -0.45408168435096741 -0.89096003770828247 0 -0.78851449489593506 -0.61501616239547729 0 -0.97993952035903931 -0.19929505884647369 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1" solid="false">\n\t\t\t\t<Coordinate point="18.998640060424805 -35.200164794921875 9.7185659408569336 19.15736198425293 -35.063220977783203 9.7410869598388672 19.246515274047852 -34.873046875 9.7596168518066406 18.97248649597168 -35.214267730712891 9.9853754043579102 19.241836547851563 -34.875576019287109 9.8079347610473633 19.141437530517578 -35.072952270507813 9.9095926284790039"></Coordinate>\n\t\t\t\t<Normal vector="0.47496598958969116 -0.8800041675567627 0 0.79347723722457886 -0.60692626237869263 0.045103665441274643 0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.47431215643882751 -0.88035672903060913 0 0.9707065224647522 -0.22577844560146332 0.08217649906873703 0.79286438226699829 -0.60773211717605591 0.045030608773231506"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 3 0 -1 1 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="0.83562952280044556 -39.822849273681641 9.7596168518066406 1.0251901149749756 -39.577320098876953 9.9641256332397461 1.0214624404907227 -39.575428009033203 10.013345718383789 0.83031189441680908 -39.822914123535156 9.8079347610473633"></Coordinate>\n\t\t\t\t<Normal vector="0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.75459343194961548 -0.65102666616439819 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 3 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="6.6108622550964355 -30.958253860473633 16.674985885620117 6.7144985198974609 -30.804170608520508 16.571977615356445 1.0214624404907227 -39.575428009033203 10.013345718383789 1.0251901149749756 -39.577320098876953 9.9641256332397461"></Coordinate>\n\t\t\t\t<Normal vector="0.85145634412765503 -0.51795011758804321 0.082157023251056671 0.85211449861526489 -0.51650726795196533 0.084386467933654785 0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.75459343194961548 -0.65102666616439819 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="1.0251901149749756 -39.577320098876953 9.9641256332397461 1.4836018085479736 -39.810020446777344 3.9111936092376709 0.83562952280044556 -39.822849273681641 9.7596168518066406"></Coordinate>\n\t\t\t\t<Normal vector="0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.75459349155426025 -0.65102666616439819 0.082176446914672852 0.75459343194961548 -0.65102666616439819 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1" solid="false">\n\t\t\t\t<Coordinate point="1.0251901149749756 -39.577320098876953 9.9641256332397461 1.4836018085479736 -39.810020446777344 3.9111936092376709 6.7144985198974609 -30.804170608520508 16.571977615356445 14.615494728088379 -14.466341018676758 7.801386833190918 11.304290771484375 -22.769660949707031 11.687099456787109 1.8340269327163696 -39.797637939453125 0.78858399391174316 7.586143970489502 -31.499082565307617 3.5125977993011475 11.813575744628906 -22.81450080871582 5.9541029930114746"></Coordinate>\n\t\t\t\t<Normal vector="0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.75459349155426025 -0.65102660655975342 0.08217649906873703 0.85211819410324097 -0.51650059223175049 0.084390662610530853 0.95739585161209106 -0.27655208110809326 0.083139099180698395 0.91562473773956299 -0.39306321740150452 0.084454804658889771 0.7563750147819519 -0.6489490270614624 0.0822315514087677 0.85028672218322754 -0.51951378583908081 0.084367804229259491 0.91669899225234985 -0.39055457711219788 0.084439717233181"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1" solid="false">\n\t\t\t\t<Coordinate point="1.8340269327163696 -39.797637939453125 0.78858399391174316 7.586143970489502 -31.499082565307617 3.5125977993011475 11.813575744628906 -22.81450080871582 5.9541029930114746 14.615494728088379 -14.466341018676758 7.801386833190918 14.963340759277344 -13.637892723083496 7.5466718673706055 15.400149345397949 -12.862753868103027 7.4022107124328613 15.912256240844727 -12.116108894348145 7.3499999046325684 3.0056388378143311 -39.558452606201172 0.12036651372909546 9.0599784851074219 -30.412876129150391 3.0378727912902832 13.299792289733887 -20.962217330932617 5.5766782760620117 1.8789359331130981 -39.802955627441406 0.58727371692657471 1.9899870157241821 -39.79058837890625 0.41333633661270142 2.1366839408874512 -39.765289306640625 0.29067134857177734 2.3318901062011719 -39.725223541259766 0.19602087140083313 2.564946174621582 -39.671661376953125 0.13682740926742554 2.3290112018585205 -39.565792083740234 0.3360569179058075 5.368598461151123 -35.467277526855469 1.71770179271698 8.2192831039428711 -30.865440368652344 3.1598653793334961 10.460123062133789 -26.504940032958984 4.4233684539794922 12.449203491210938 -21.816642761230469 5.6590628623962402 13.924816131591797 -17.583629608154297 6.6417365074157715"></Coordinate>\n\t\t\t\t<Normal vector="0.75637763738632202 -0.64894562959671021 0.082233995199203491 0.85027754306793213 -0.51952582597732544 0.084386043250560761 0.91669368743896484 -0.39055812358856201 0.084481336176395416 0.95739114284515381 -0.27657264471054077 0.083125211298465729 0.82535934448242188 -0.29810038208961487 0.47949779033660889 0.59406644105911255 -0.27113160490989685 0.75734579563140869 0.2744421660900116 -0.2089679092168808 0.93862342834472656 0.026129011064767838 -0.34394896030426025 0.93862473964691162 0.09847770631313324 -0.33058655261993408 0.93862384557723999 0.18479584157466888 -0.29126745462417603 0.93862330913543701 0.69357609748840332 -0.66536009311676025 0.27613064646720886 0.60239458084106445 -0.65334987640380859 0.45853540301322937 0.50340533256530762 -0.62055033445358276 0.60124897956848145 0.38532298803329468 -0.56644934415817261 0.72846502065658569 0.25479048490524292 -0.49397927522659302 0.83130395412445068 0.4829716682434082 -0.60921216011047363 0.62896651029586792 0.53222757577896118 -0.56684070825576782 0.62882858514785767 0.5823822021484375 -0.5165753960609436 0.62767893075942993 0.62535196542739868 -0.46655717492103577 0.62550723552703857 0.66730266809463501 -0.40978848934173584 0.62191683053970337 0.70204955339431763 -0.35429805517196655 0.6177372932434082"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1" solid="false">\n\t\t\t\t<Coordinate point="11.947005271911621 -16.03961181640625 7.350001335144043 12.215435981750488 -16.090126037597656 7.5113668441772461 12.426633834838867 -16.212141036987305 7.6914515495300293 12.582569122314453 -16.409040451049805 7.8923606872558594 12.673376083374023 -16.669445037841797 8.1020231246948242 12.698763847351074 -16.885984420776367 8.2524509429931641 12.692610740661621 -17.129852294921875 8.4058465957641602 12.614869117736816 -17.572805404663086 8.6555080413818359 12.479289054870605 -17.996208190917969 8.8697471618652344 13 -15.198683738708496 7.3499999046325684 15 -13.228756904602051 7.3499999046325684 14.364336013793945 -13.916387557983398 7.3499999046325684 13.697181701660156 -14.57351016998291 7.3499999046325684 15.912256240844727 -12.116108894348145 7.3499999046325684 14.615494728088379 -14.466341018676758 7.801386833190918 14.963340759277344 -13.637892723083496 7.5466718673706055 15.400149345397949 -12.862753868103027 7.4022107124328613 11.304290771484375 -22.769660949707031 11.687099456787109 6.7144985198974609 -30.804170608520508 16.571977615356445 6.6108622550964355 -30.958253860473633 16.674985885620117 6.1124320030212402 -31.263355255126953 16.834228515625 6.402132511138916 -31.151708602905273 16.792268753051758 5.6044425964355469 -31.358402252197266 16.834228515625 5.7739429473876953 -31.327634811401367 16.834228515625 5.9432744979858398 -31.295951843261719 16.834228515625 9.4768152236938477 -24.768743515014648 12.565853118896484"></Coordinate>\n\t\t\t\t<Normal vector="-0.37316176295280457 0.50099319219589233 0.78086882829666138 -0.37773647904396057 0.49755308032035828 0.78086882829666138 -0.38003265857696533 0.49580144882202148 0.78086882829666138 -0.38012802600860596 0.49572834372520447 0.78086882829666138 -0.37807947397232056 0.49729248881340027 0.78086882829666138 -0.37546530365943909 0.49926918745040894 0.78086882829666138 -0.37190818786621094 0.50192451477050781 0.78086882829666138 -0.36429771780967712 0.50747519731521606 0.78086882829666138 -0.35597518086433411 0.51334744691848755 0.78086882829666138 -0.40605178475379944 0.47472712397575378 0.78086882829666138 -0.46852129697799683 0.41319692134857178 0.78086882829666138 -0.44866648316383362 0.43467491865158081 0.78086882829666138 -0.42782807350158691 0.45519998669624329 0.78086882829666138 -0.49701538681983948 0.37844365835189819 0.78086882829666138 -0.44398576021194458 0.4394548237323761 0.78086882829666138 -0.46170121431350708 0.42080387473106384 0.78086882829666138 -0.47945517301559448 0.40045803785324097 0.78086882829666138 -0.27778765559196472 0.55953365564346313 0.78086882829666138 -0.13304311037063599 0.61036336421966553 0.78086882829666138 -0.13045687973499298 0.61092138290405273 0.78086882829666138 -0.11986726522445679 0.61308705806732178 0.78086882829666138 -0.12575572729110718 0.61190634965896606 0.78086882829666138 -0.10990535467863083 0.61495101451873779 0.78086882829666138 -0.11322936415672302 0.61434763669967651 0.78086882829666138 -0.1165500208735466 0.61372631788253784 0.78086882829666138 -0.22323380410671234 0.5834471583366394 0.78086882829666138"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1" solid="false">\n\t\t\t\t<Coordinate point="18.972471237182617 -10.530121803283691 8.0888767242431641 19.295900344848633 -21.084844589233398 5.5192995071411133 18.555648803710938 -28.158733367919922 3.6181886196136475 16.93842887878418 -35.312515258789063 1.6147215366363525 16.93842887878418 -35.312515258789063 10.700789451599121 18.838115692138672 -26.236352920532227 16.461965560913086"></Coordinate>\n\t\t\t\t<Normal vector="-0.99441289901733398 -0.10556017607450485 0 -0.99884986877441406 0.047947417944669724 0 -0.98694324493408203 0.16106827557086945 0 -0.96031039953231812 0.27893358469009399 0 -0.96031039953231812 0.27893358469009399 0 -0.99153858423233032 0.12981249392032623 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="22 9 10 -1 22 21 20 -1 22 23 9 -1 22 20 23 -1 24 10 11 -1 24 13 12 -1 24 14 13 -1 24 11 19 -1 24 12 21 -1 24 21 25 -1 24 25 10 -1 26 15 14 -1 26 16 15 -1 26 17 16 -1 26 18 17 -1 26 19 18 -1 26 14 24 -1 26 24 19 -1 27 2 1 -1 27 3 2 -1 27 4 3 -1 27 5 4 -1 27 6 5 -1 28 7 6 -1 28 6 27 -1 28 27 1 -1 29 1 0 -1 29 7 28 -1 29 28 1 -1 30 8 7 -1 30 7 29 -1 30 29 0 -1 31 0 9 -1 31 20 8 -1 31 9 23 -1 31 23 20 -1 31 30 0 -1 31 8 30 -1 32 21 22 -1 32 22 10 -1 32 25 21 -1 32 10 25 -1" solid="false">\n\t\t\t\t<Coordinate point="17.678495407104492 -10.436622619628906 7.1554813385009766 17.982715606689453 -9.5271415710449219 7.3122587203979492 18.134777069091797 -9.2537431716918945 7.4088149070739746 18.235519409179688 -9.1378269195556641 7.4771780967712402 18.488531112670898 -9.0878143310546875 7.6606626510620117 18.634563446044922 -9.2364282608032227 7.7739243507385254 18.768798828125 -9.5237159729003906 7.8848700523376465 18.89764404296875 -10.018123626708984 8.0039052963256836 18.972471237182617 -10.530121803283691 8.0888767242431641 18.032062530517578 -21.583595275878906 4.3641195297241211 17.153446197509766 -29.068634033203125 2.2959811687469482 15.257342338562012 -36.621284484863281 0.12036652863025665 16.93842887878418 -35.312515258789063 1.6147215366363525 16.882343292236328 -35.38092041015625 1.3209164142608643 16.820337295532227 -35.440261840820313 1.1712050437927246 16.736255645751953 -35.515514373779297 1.0215109586715698 16.541007995605469 -35.6800537109375 0.76981985569000244 16.237302780151367 -35.920822143554688 0.50139480829238892 15.854239463806152 -36.207080841064453 0.27981856465339661 15.564233779907227 -36.413021087646484 0.17551484704017639 19.295900344848633 -21.084844589233398 5.5192995071411133 18.555648803710938 -28.158733367919922 3.6181886196136475 18.346973419189453 -27.025274276733398 3.1016309261322021 18.900365829467773 -21.345735549926758 4.632077693939209 17.227922439575195 -32.775569915771484 1.4965643882751465 17.860511779785156 -29.898452758789063 2.305910587310791 16.492162704467773 -35.494235992431641 0.72047072649002075 18.447784423828125 -9.4957609176635742 7.4994673728942871 18.56556510925293 -9.7268791198730469 7.5244588851928711 18.449790954589844 -10.152421951293945 7.3090238571166992 18.556694030761719 -10.390005111694336 7.3110666275024414 18.935134887695313 -15.447318077087402 6.1366710662841797 18.100919723510742 -28.583211898803711 2.6717586517333984"></Coordinate>\n\t\t\t\t<Normal vector="0.29705804586410522 -0.17535163462162018 0.93862044811248779 -0.10454796999692917 -0.22017301619052887 0.96984201669692993 -0.28807619214057922 -0.2324087917804718 0.92897701263427734 -0.40257135033607483 -0.23679444193840027 0.88423115015029907 -0.66229408979415894 -0.2328370064496994 0.71214711666107178 -0.79175519943237305 -0.21822150051593781 0.57052874565124512 -0.8942645788192749 -0.19297789037227631 0.40379494428634644 -0.97074073553085327 -0.15020540356636047 0.18735197186470032 -0.99441123008728027 -0.10557621717453003 1.2597969316630042E-6 0.22116778790950775 -0.26471614837646484 0.9386214017868042 0.17530985176563263 -0.297076016664505 0.93862253427505493 0.13265827298164368 -0.31841468811035156 0.93862336874008179 -0.96031516790390015 0.27891722321510315 -4.6245331759564579E-6 -0.9459078311920166 0.20406407117843628 0.25222253799438477 -0.913932204246521 0.16151897609233856 0.37234330177307129 -0.86572253704071045 0.11590197682380676 0.48692011833190918 -0.74516522884368896 0.031220311298966408 0.66614866256713867 -0.54717028141021729 -0.07422318309545517 0.83372390270233154 -0.287742018699646 -0.18366286158561707 0.93993216753005981 -0.085893049836158752 -0.25425592064857483 0.96331524848937988 -0.99885684251785278 0.047802239656448364 5.0392477533023339E-6 -0.98692703247070313 0.16116763651371002 2.8154333904240048E-6 -0.64474159479141235 -0.11435645073652267 0.75579816102981567 -0.62771427631378174 -0.16808944940567017 0.76007944345474243 -0.65462023019790649 -0.052888572216033936 0.75410550832748413 -0.65064328908920288 -0.084266170859336853 0.75469368696212769 -0.65659672021865845 -0.022556917741894722 0.75390446186065674 -0.57142913341522217 -0.23624084889888763 0.78591281175613403 -0.66275405883789063 -0.23047962784767151 0.7124859094619751 -0.49827191233634949 -0.23722940683364868 0.83393484354019165 -0.57987457513809204 -0.23383106291294098 0.78042840957641602 -0.60367190837860107 -0.21139281988143921 0.76869583129882813 -0.64817547798156738 -0.098227515816688538 0.75512903928756714"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 14 1 -1 15 14 0 -1 11 0 2 -1 11 15 0 -1 3 11 2 -1 4 11 3 -1 12 11 4 -1 7 12 4 -1 13 12 7 -1 6 13 7 -1 8 13 6 -1 9 8 6 -1 10 9 6 -1 5 10 6 -1" solid="false">\n\t\t\t\t<Coordinate point="17.571491241455078 -9.5521039962768555 7.3499999046325684 18.032522201538086 -8.6503257751464844 7.3499999046325684 17.062217712402344 -10.43459415435791 7.3499999046325684 16.508659362792969 -11.29000186920166 7.3499999046325684 15.912256240844727 -12.116108894348145 7.3499999046325684 3.0056388378143311 -39.558452606201172 0.12036651372909546 9.0599784851074219 -30.412876129150391 3.0378727912902832 13.299792289733887 -20.962217330932617 5.5766782760620117 15.257342338562012 -36.621284484863281 0.12036652863025665 11.285431861877441 -38.033458709716797 0.12036652863025665 7.186103343963623 -39.016212463378906 0.12036652863025665 17.678495407104492 -10.436622619628906 7.1554813385009766 18.032062530517578 -21.583595275878906 4.3641195297241211 17.153446197509766 -29.068634033203125 2.2959811687469482 17.884523391723633 -9.057307243347168 7.332667350769043 17.779027938842773 -9.5829877853393555 7.2775259017944336"></Coordinate>\n\t\t\t\t<Normal vector="0.30305907130241394 -0.16474707424640656 0.93862324953079224 0.31101053953170776 -0.14919394254684448 0.93862324953079224 0.29427552223205566 -0.17996755242347717 0.93862324953079224 0.28472819924354553 -0.19472095370292664 0.93862324953079224 0.27444189786911011 -0.20896898210048676 0.93862324953079224 0.026133416220545769 -0.34395265579223633 0.93862324953079224 0.098481670022010803 -0.33058696985244751 0.93862324953079224 0.18479821085929871 -0.29126623272895813 0.93862324953079224 0.13265946507453918 -0.3184145987033844 0.93862324953079224 0.09812452644109726 -0.33069315552711487 0.93862324953079224 0.062481697648763657 -0.33923801779747009 0.93862324953079224 0.29704329371452332 -0.17536157369613647 0.93862324953079224 0.22115865349769592 -0.26471728086471558 0.93862324953079224 0.17530529201030731 -0.29707649350166321 0.93862324953079224 0.30773144960403442 -0.15584525465965271 0.93862324953079224 0.3036443293094635 -0.16366584599018097 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="18.838115692138672 -26.236352920532227 16.461965560913086 16.93842887878418 -35.312515258789063 10.700789451599121 17.639072418212891 -35.900741577148438 10 17.344734191894531 -35.946575164794922 10.073545455932617 17.178140640258789 -35.890373229980469 10.176597595214844 17.010377883911133 -35.74102783203125 10.350322723388672 16.926425933837891 -35.541072845458984 10.532092094421387 18.868696212768555 -35.269992828369141 10 18.461252212524414 -35.484958648681641 10 18.051359176635742 -35.695217132568359 10 18.964733123779297 -34.736804962158203 10.355278968811035 19.941095352172852 -24.841737747192383 16.834228515625 19.535463333129883 -25.161972045898438 16.834228515625 19.67125129699707 -25.055957794189453 16.834228515625 19.806463241577148 -24.949213027954102 16.834228515625 19.24226188659668 -25.437000274658203 16.800704956054688 19.031280517578125 -25.722261428833008 16.715099334716797 18.907733917236328 -25.97144889831543 16.607864379882813"></Coordinate>\n\t\t\t\t<Normal vector="0.3749011754989624 -0.52213507890701294 0.76604443788528442 0.27799972891807556 -0.57956194877624512 0.76604443788528442 0.28345441818237305 -0.57691377401351929 0.76604443788528442 0.27933654189109802 -0.57891881465911865 0.76604443788528442 0.27750751376152039 -0.57979780435562134 0.76604443788528442 0.27623474597930908 -0.58040529489517212 0.76604443788528442 0.27638402581214905 -0.58033418655395508 0.76604443788528442 0.30321410298347473 -0.56677782535552979 0.76604443788528442 0.29666662216186523 -0.57023227214813232 0.76604443788528442 0.2900797426700592 -0.57361108064651489 0.76604443788528442 0.30801782011985779 -0.5641816258430481 0.76604443788528442 0.40237873792648315 -0.50126564502716064 0.76604443788528442 0.39419370889663696 -0.50772750377655029 0.76604443788528442 0.39693370461463928 -0.50558829307556152 0.76604443788528442 0.39966204762458801 -0.50343436002731323 0.76604443788528442 0.38779115676879883 -0.51263427734375 0.76604443788528442 0.38231626152992249 -0.51673030853271484 0.76604443788528442 0.37832340598106384 -0.51966077089309692 0.76604443788528442"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1" solid="false">\n\t\t\t\t<Coordinate point="1.4836018085479736 -39.810020446777344 3.9111936092376709 0.83562952280044556 -39.822849273681641 9.7596168518066406 1.1203137636184692 -39.984306335449219 3.8700993061065674 1.3200287818908691 -39.935279846191406 3.8925406932830811 0.46412673592567444 -39.997306823730469 9.7185659408569336 0.66831141710281372 -39.949810028076172 9.7410869598388672"></Coordinate>\n\t\t\t\t<Normal vector="0.75458568334579468 -0.6510358452796936 0.082175552845001221 0.75459349155426025 -0.65102666616439819 0.08217649906873703 0.028008008375763893 -0.99960768222808838 -1.760993313837389E-6 0.42797091603279114 -0.90267461538314819 0.044937815517187119 0.011602954939007759 -0.99993270635604858 2.1134819689905271E-6 0.4205380380153656 -0.90615302324295044 0.045105002820491791"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1" solid="false">\n\t\t\t\t<Coordinate point="1.1203137636184692 -39.984306335449219 3.8700993061065674 1.3200287818908691 -39.935279846191406 3.8925406932830811 1.4836018085479736 -39.810020446777344 3.9111936092376709 1.474267840385437 -39.972824096679688 0.74746823310852051 1.6721822023391724 -39.922702789306641 0.76989573240280151 1.8340269327163696 -39.797637939453125 0.78858399391174316"></Coordinate>\n\t\t\t\t<Normal vector="0.028007972985506058 -0.99960768222808838 -1.4253864719648845E-6 0.42797523736953735 -0.90267258882522583 0.044938359409570694 0.75459730625152588 -0.65102219581604004 0.082176700234413147 0.036856696009635925 -0.99932056665420532 0 0.43320956826210022 -0.90017366409301758 0.044909369200468063 0.75637489557266235 -0.64894914627075195 0.082231543958187103"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1" solid="false">\n\t\t\t\t<Coordinate point="1.474267840385437 -39.972824096679688 0.74746823310852051 1.5568916797637939 -39.969688415527344 0.43665421009063721 1.6619497537612915 -39.965457916259766 0.24846003949642181 1.880778431892395 -39.955757141113281 0.012588707730174065 2.1537561416625977 -39.941974639892578 -0.16213507950305939 2.3643250465393066 -39.930065155029297 -0.24785777926445007 2.594902515411377 -39.915740966796875 -0.30803510546684265 3.0304529666900635 -39.885040283203125 -0.34894537925720215 3.0236358642578125 -39.795318603515625 -0.062796838581562042 3.0056388378143311 -39.558452606201172 0.12036651372909546 1.8340269327163696 -39.797637939453125 0.78858399391174316 1.8789359331130981 -39.802955627441406 0.58727371692657471 1.9899870157241821 -39.79058837890625 0.41333633661270142 2.1366839408874512 -39.765289306640625 0.29067134857177734 2.3318901062011719 -39.725223541259766 0.19602087140083313 2.564946174621582 -39.671661376953125 0.13682740926742554 1.6721822023391724 -39.922702789306641 0.76989573240280151 2.4831585884094238 -39.859066009521484 -0.030854778364300728 2.5848188400268555 -39.848056793212891 -0.049504242837429047"></Coordinate>\n\t\t\t\t<Normal vector="0.036865979433059692 -0.99932020902633667 1.0572192650215584E-6 0.038940772414207458 -0.99924153089523315 -0.000048293153668055311 0.041546016931533813 -0.99913656711578369 -0.00003813356306636706 0.046970110386610031 -0.99889630079269409 0.000035219884011894464 0.053791958838701248 -0.99855214357376099 0.000031352337828138843 0.059071265161037445 -0.99825376272201538 0.000037121644709259272 0.064941637217998505 -0.99788904190063477 7.2400289354845881E-6 0.075760424137115479 -0.99712604284286499 0 0.062193281948566437 -0.81768214702606201 0.5723004937171936 0.026138387620449066 -0.3439522385597229 0.93862324953079224 0.75637876987457275 -0.64894431829452515 0.082233957946300507 0.69345772266387939 -0.66540545225143433 0.27631860971450806 0.60290044546127319 -0.65334975719451904 0.45787018537521362 0.50343167781829834 -0.62059491872787476 0.60118091106414795 0.3860822319984436 -0.56639891862869263 0.72810214757919312 0.25455290079116821 -0.49419286847114563 0.83124983310699463 0.43321606516838074 -0.90017026662826538 0.044914864003658295 0.19330960512161255 -0.86250197887420654 0.46767693758010864 0.16836154460906982 -0.85463798046112061 0.49117034673690796"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 7 -1 12 5 4 -1 12 6 5 -1 12 4 8 -1 13 7 6 -1 13 6 12 -1 14 7 13 -1 14 1 7 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 1 14 -1 17 13 16 -1 17 16 11 -1 17 14 13 -1" solid="false">\n\t\t\t\t<Coordinate point="15.383303642272949 -36.923622131347656 -0.34894508123397827 11.378602027893066 -38.347457885742188 -0.34894508123397827 7.2454304695129395 -39.338325500488281 -0.34894508123397827 3.0304529666900635 -39.885040283203125 -0.34894537925720215 15.257342338562012 -36.621284484863281 0.12036652863025665 15.308427810668945 -36.743904113769531 0.047019768506288528 15.348699569702148 -36.840564727783203 -0.062794789671897888 15.374448776245117 -36.902370452880859 -0.19896338880062103 11.285431861877441 -38.033458709716797 0.12036652863025665 7.186103343963623 -39.016212463378906 0.12036652863025665 3.0056388378143311 -39.558452606201172 0.12036651372909546 3.0236358642578125 -39.795318603515625 -0.062796838581562042 11.323219299316406 -38.160804748535156 0.047019768506288528 11.353007316589355 -38.261196136474609 -0.062794789671897888 11.372053146362305 -38.325382232666016 -0.19896338880062103 7.2101640701293945 -39.1468505859375 0.047019768506288528 7.2291321754455566 -39.249835968017578 -0.062794789671897888 7.2412595748901367 -39.315681457519531 -0.19896338880062103"></Coordinate>\n\t\t\t\t<Normal vector="0.38458257913589478 -0.92309057712554932 0 0.28446507453918457 -0.95868641138076782 0 0.18113575875759125 -0.98345810174942017 0 0.075761318206787109 -0.99712598323822021 -5.8216795650878339E-7 0.13265947997570038 -0.3184145987033844 0.93862324953079224 0.23483084142208099 -0.56365042924880981 0.79192972183227539 0.31537461280822754 -0.75697481632232666 0.57230061292648315 0.36687284708023071 -0.88058292865753174 0.29996341466903687 0.09812452644109726 -0.33069315552711487 0.93862324953079224 0.062481697648763657 -0.33923801779747009 0.93862324953079224 0.026133431121706963 -0.34395286440849304 0.93862318992614746 0.062127627432346344 -0.81768733263015747 0.5723002552986145 0.17369784414768219 -0.58538568019866943 0.79192972183227539 0.23327384889125824 -0.78616493940353394 0.57230061292648315 0.27136564254760742 -0.91453957557678223 0.29996341466903687 0.11060371249914169 -0.60051155090332031 0.79192972183227539 0.14853927493095398 -0.80647885799407959 0.57230061292648315 0.17279458045959473 -0.93817055225372314 0.29996341466903687"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1" solid="false">\n\t\t\t\t<Coordinate point="16.93842887878418 -35.312515258789063 1.6147215366363525 16.882343292236328 -35.38092041015625 1.3209164142608643 16.820337295532227 -35.440261840820313 1.1712050437927246 16.736255645751953 -35.515514373779297 1.0215109586715698 16.541007995605469 -35.6800537109375 0.76981985569000244 16.237302780151367 -35.920822143554688 0.50139480829238892 15.854239463806152 -36.207080841064453 0.27981856465339661 15.564233779907227 -36.413021087646484 0.17551484704017639 15.257342338562012 -36.621284484863281 0.12036652863025665 17.639072418212891 -35.900741577148438 1.6147216558456421 17.390157699584961 -35.951305389404297 1.6147216558456421 17.224380493164063 -35.912689208984375 1.6147216558456421 17.073284149169922 -35.813411712646484 1.6147215366363525 16.967161178588867 -35.667072296142578 1.6147215366363525 16.92010498046875 -35.492530822753906 1.6147215366363525 17.60382080078125 -35.918037414550781 1.3049592971801758 17.480049133300781 -35.978435516357422 0.95080912113189697 17.280124664306641 -36.074886322021484 0.62038642168045044 17.040338516235352 -36.188766479492188 0.3471149206161499 16.772480010986328 -36.313686370849609 0.12173808366060257 16.381635665893555 -36.491668701171875 -0.11174597591161728 15.902223587036133 -36.703125 -0.28450471162796021 15.383303642272949 -36.923622131347656 -0.34894508123397827 15.308427810668945 -36.743904113769531 0.047019768506288528 15.348699569702148 -36.840564727783203 -0.062794789671897888 15.374448776245117 -36.902370452880859 -0.19896338880062103 16.582696914672852 -36.192996978759766 0.51481574773788452 17.273914337158203 -35.999576568603516 1.1369332075119019 17.213832855224609 -36.032176971435547 0.99582803249359131 16.929555892944336 -35.603263854980469 1.4814825057983398 17.133049011230469 -36.074916839599609 0.84721833467483521 16.961967468261719 -35.955429077148438 1.0256888866424561 16.864910125732422 -35.700183868408203 1.2039549350738525 17.040721893310547 -36.122768402099609 0.70900946855545044 16.836164474487305 -35.727592468261719 1.1343288421630859 16.800376892089844 -35.759845733642578 1.0596923828125 16.538640975952148 -35.967121124267578 0.68714219331741333 16.113998413085938 -36.453823089599609 0.17274940013885498 15.915862083435059 -36.557926177978516 0.078337050974369049 15.748252868652344 -36.643688201904297 0.01724923774600029 17.067913055419922 -35.864490509033203 1.3434135913848877 17.032785415649414 -35.903648376464844 1.1954032182693481"></Coordinate>\n\t\t\t\t<Normal vector="-0.96031039953231812 0.27893352508544922 2.0963698261766694E-6 -0.9459679126739502 0.20419119298458099 0.25189405679702759 -0.91387456655502319 0.16162736713886261 0.37243771553039551 -0.86570060253143311 0.11590931564569473 0.4869573712348938 -0.7452322244644165 0.03107694536447525 0.66608047485351563 -0.54718935489654541 -0.0742153599858284 0.83371210098266602 -0.28767329454421997 -0.18372119963169098 0.93994182348251343 -0.085967123508453369 -0.25431302189826965 0.96329361200332642 0.13265837728977203 -0.31841495633125305 0.93862330913543701 0.4409768283367157 -0.89751851558685303 0 -0.056691043078899384 -0.99839174747467041 3.9820029087422881E-6 -0.38839602470397949 -0.92149257659912109 4.820961294171866E-6 -0.69075638055801392 -0.72308754920959473 5.5218924899236299E-6 -0.90280550718307495 -0.43004906177520752 1.1321258170937654E-6 -0.9967198371887207 -0.080929338932037354 0.000011196126251888927 0.44009509682655334 -0.89795118570327759 -7.6873111538589001E-6 0.43700340390205383 -0.8994598388671875 4.3738123167713638E-6 0.43200311064720154 -0.90187209844589233 4.1660332499304786E-6 0.42600551247596741 -0.90472054481506348 -1.2448705319911824E-6 0.41931125521659851 -0.90784251689910889 -1.0397449159427197E-6 0.40954697132110596 -0.91228902339935303 3.5953310089098522E-6 0.39754459261894226 -0.91758286952972412 -3.1422614483744837E-6 0.38458257913589478 -0.92309057712554932 3.3410873356842785E-7 0.23483012616634369 -0.56365072727203369 0.79192972183227539 0.3153739869594574 -0.75697493553161621 0.57230073213577271 0.366872638463974 -0.88058286905288696 0.29996377229690552 -0.16208747029304504 -0.76002615690231323 0.62935513257980347 -0.044668983668088913 -0.97552335262298584 0.21531115472316742 -0.012428318150341511 -0.9666779637336731 0.2556937038898468 -0.94295048713684082 -0.28535166382789612 0.17151902616024017 0.023374220356345177 -0.95688188076019287 0.2895352840423584 -0.42719042301177979 -0.77015137672424316 0.47368261218070984 -0.82089072465896606 -0.35636106133460999 0.44625687599182129 0.057655096054077148 -0.94767546653747559 0.31398579478263855 -0.78493195772171021 -0.36582773923873901 0.50005185604095459 -0.74393469095230103 -0.37587523460388184 0.55252057313919067 -0.50636744499206543 -0.42805063724517822 0.74857509136199951 0.051614627242088318 -0.75722271203994751 0.65111416578292847 0.12647014856338501 -0.75716561079025269 0.64086306095123291 0.18551909923553467 -0.75723296403884888 0.6262434720993042 -0.58006107807159424 -0.7655874490737915 0.27821767330169678 -0.50632750988006592 -0.77362263202667236 0.38097313046455383"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1" solid="false">\n\t\t\t\t<Coordinate point="0.64943927526473999 -39.571266174316406 10.355278968811035 0.86583256721496582 -39.624717712402344 10.217992782592773 1.0214624404907227 -39.575428009033203 10.013345718383789 0.83031189441680908 -39.822914123535156 9.8079347610473633 0.64968812465667725 -39.951026916503906 9.9095926284790039 0.43441566824913025 -39.997642517089844 9.9853754043579102 0.31661909818649292 -39.998748779296875 10"></Coordinate>\n\t\t\t\t<Normal vector="0.010547925718128681 -0.64270108938217163 0.76604443788528442 0.44333449006080627 -0.74960637092590332 0.49147206544876099 0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.51649701595306396 -0.74712854623794556 0.41836565732955933 0.18705098330974579 -0.71014261245727539 0.67875576019287109 0.0050878017209470272 -0.64276766777038574 0.7660442590713501"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="0.64943927526473999 -39.571266174316406 10.355278968811035 6.1124320030212402 -31.263355255126953 16.834228515625 6.402132511138916 -31.151708602905273 16.792268753051758 6.6108622550964355 -30.958253860473633 16.674985885620117 1.0214624404907227 -39.575428009033203 10.013345718383789 0.86583256721496582 -39.624717712402344 10.217992782592773"></Coordinate>\n\t\t\t\t<Normal vector="0.010547959245741367 -0.64270108938217163 0.76604443788528442 0.12333878129720688 -0.63084489107131958 0.76604324579238892 0.56219327449798584 -0.66498124599456787 0.49166926741600037 0.85145646333694458 -0.51794987916946411 0.082157067954540253 0.75459349155426025 -0.65102666616439819 0.082176506519317627 0.44333481788635254 -0.74960595369338989 0.49147239327430725"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1" solid="false">\n\t\t\t\t<Coordinate point="17.639072418212891 -35.900741577148438 1.6147216558456421 17.390157699584961 -35.951305389404297 1.6147216558456421 17.224380493164063 -35.912689208984375 1.6147216558456421 17.073284149169922 -35.813411712646484 1.6147215366363525 16.967161178588867 -35.667072296142578 1.6147215366363525 16.92010498046875 -35.492530822753906 1.6147215366363525 16.93842887878418 -35.312515258789063 1.6147215366363525 17.639072418212891 -35.900741577148438 10 17.344734191894531 -35.946575164794922 10.073545455932617 17.178140640258789 -35.890373229980469 10.176597595214844 17.010377883911133 -35.74102783203125 10.350322723388672 16.926425933837891 -35.541072845458984 10.532092094421387 16.93842887878418 -35.312515258789063 10.700789451599121"></Coordinate>\n\t\t\t\t<Normal vector="0.44097679853439331 -0.89751851558685303 0 -0.05665336549282074 -0.99839389324188232 0 -0.3884330689907074 -0.92147696018218994 0 -0.6907804012298584 -0.7230646014213562 0 -0.90278655290603638 -0.43008893728256226 0 -0.99672502279281616 -0.080865636467933655 0 -0.96031039953231812 0.27893358469009399 0 0.44097679853439331 -0.89751851558685303 0 -0.14767713844776154 -0.98903560638427734 0 -0.48088476061820984 -0.87678378820419312 0 -0.81611913442611694 -0.57788366079330444 0 -0.98400717973709106 -0.17812879383563995 0 -0.96031039953231812 0.27893358469009399 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1" solid="false">\n\t\t\t\t<Coordinate point="0.46412673592567444 -39.997306823730469 9.7185659408569336 0.66831141710281372 -39.949810028076172 9.7410869598388672 0.83562952280044556 -39.822849273681641 9.7596168518066406 0.43441566824913025 -39.997642517089844 9.9853754043579102 0.83031189441680908 -39.822914123535156 9.8079347610473633 0.64968812465667725 -39.951026916503906 9.9095926284790039"></Coordinate>\n\t\t\t\t<Normal vector="0.011603186838328838 -0.99993270635604858 0 0.42053651809692383 -0.90615379810333252 0.045103661715984344 0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.010860390029847622 -0.99994105100631714 0 0.75459343194961548 -0.65102666616439819 0.08217649906873703 0.41961932182312012 -0.9065825343132019 0.045030608773231506"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 3 0 -1 1 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-17.766689300537109 -35.64971923828125 9.7596168518066406 -17.484737396240234 -35.520404815673828 9.9641256332397461 -17.487157821655273 -35.516998291015625 10.013345718383789 -17.771427154541016 -35.647304534912109 9.8079347610473633"></Coordinate>\n\t\t\t\t<Normal vector="0.36561211943626404 -0.92713254690170288 0.08217649906873703 0.36561211943626404 -0.92713254690170288 0.08217649906873703 0.36561211943626404 -0.92713254690170288 0.08217649906873703 0.36561211943626404 -0.92713254690170288 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 3 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-8.5333900451660156 -30.484394073486328 16.674985885620117 -8.3700189590454102 -30.396121978759766 16.571977615356445 -17.487157821655273 -35.516998291015625 10.013345718383789 -17.484737396240234 -35.520404815673828 9.9641256332397461"></Coordinate>\n\t\t\t\t<Normal vector="0.51322370767593384 -0.85431355237960815 0.082157023251056671 0.51447701454162598 -0.85334187746047974 0.084386467933654785 0.36561214923858643 -0.92713254690170288 0.08217649906873703 0.36561214923858643 -0.92713254690170288 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-17.484737396240234 -35.520404815673828 9.9641256332397461 -17.186975479125977 -35.939487457275391 3.9111936092376709 -17.766689300537109 -35.64971923828125 9.7596168518066406"></Coordinate>\n\t\t\t\t<Normal vector="0.36561211943626404 -0.92713254690170288 0.08217649906873703 0.36561217904090881 -0.92713254690170288 0.082176446914672852 0.36561211943626404 -0.92713254690170288 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-17.484737396240234 -35.520404815673828 9.9641256332397461 -17.186975479125977 -35.939487457275391 3.9111936092376709 -8.3700189590454102 -30.396121978759766 16.571977615356445 6.2185344696044922 -19.601467132568359 7.801386833190918 -0.57213681936264038 -25.414899826049805 11.687099456787109 -16.870933532714844 -36.091373443603516 0.78858399391174316 -7.9211568832397461 -31.416509628295898 3.5125977993011475 -0.14202503859996796 -25.691280364990234 5.9541029930114746"></Coordinate>\n\t\t\t\t<Normal vector="0.36561211943626404 -0.92713254690170288 0.08217649906873703 0.3656122088432312 -0.92713254690170288 0.08217649906873703 0.51448339223861694 -0.85333758592605591 0.084390662610530853 0.71921175718307495 -0.68979877233505249 0.083139099180698395 0.62807989120483398 -0.77355223894119263 0.084454804658889771 0.36815515160560608 -0.9261208176612854 0.0822315514087677 0.51146143674850464 -0.85515451431274414 0.084367804229259491 0.63019686937332153 -0.77183020114898682 0.084439717233181"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 10 11 -1 15 0 14 -1 15 14 10 -1 16 11 12 -1 16 12 13 -1 16 13 7 -1 16 0 15 -1 16 15 11 -1 17 1 0 -1 17 7 8 -1 17 0 16 -1 17 16 7 -1 18 1 17 -1 18 17 8 -1 19 2 1 -1 19 8 9 -1 19 18 8 -1 19 1 18 -1 20 2 19 -1 20 19 9 -1 21 3 2 -1 21 4 3 -1 21 5 4 -1 21 6 5 -1 21 9 6 -1 21 2 20 -1 21 20 9 -1" solid="false">\n\t\t\t\t<Coordinate point="-16.870933532714844 -36.091373443603516 0.78858399391174316 -7.9211568832397461 -31.416509628295898 3.5125977993011475 -0.14202503859996796 -25.691280364990234 5.9541029930114746 6.2185344696044922 -19.601467132568359 7.801386833190918 6.911125659942627 -19.029500961303711 7.5466322898864746 7.6589460372924805 -18.546274185180664 7.4022507667541504 8.4589672088623047 -18.123075485229492 7.3499999046325684 -15.722368240356445 -36.424060821533203 0.12036652863025665 -6.1113557815551758 -31.139646530151367 3.0378727912902832 2.0347530841827393 -24.741842269897461 5.5766782760620117 -16.597028732299805 -36.200592041015625 0.29682314395904541 -16.425210952758789 -36.250659942626953 0.20675227046012878 -16.21942138671875 -36.305679321289063 0.14667889475822449 -15.98227596282959 -36.364376068115234 0.11750564724206924 -16.797737121582031 -36.132354736328125 0.51033037900924683 -16.452705383300781 -36.114654541015625 0.37264877557754517 -16.32490348815918 -36.116115570068359 0.3360569179058075 -11.728808403015137 -33.899627685546875 1.71770179271698 -7.0660719871520996 -31.149682998657227 3.1598653793334961 -3.05548095703125 -28.330018997192383 4.4233684539794922 0.88452255725860596 -25.103111267089844 5.6590628623962402 4.1582918167114258 -22.040716171264648 6.6417365074157715"></Coordinate>\n\t\t\t\t<Normal vector="0.36815905570983887 -0.92611902952194214 0.082233995199203491 0.51144766807556152 -0.85516095161437988 0.084386043250560761 0.63019055128097534 -0.77183079719543457 0.084481336176395416 0.71919798851013184 -0.68981474637985229 0.083125211298465729 0.59235876798629761 -0.64755809307098389 0.47935333847999573 0.39985191822052002 -0.51603299379348755 0.7575145959854126 0.14589422941207886 -0.31257152557373047 0.93862342834472656 -0.13670496642589569 -0.31669443845748901 0.93862473964691162 -0.066433548927307129 -0.33848473429679871 0.93862384557723999 0.028269857168197632 -0.34378343820571899 0.93862330913543701 0.16156964004039764 -0.78830397129058838 0.59369361400604248 0.088972277939319611 -0.69604188203811646 0.71246731281280518 0.01423861738294363 -0.58507728576660156 0.8108525276184082 -0.061890486627817154 -0.4569661021232605 0.88732832670211792 0.27457690238952637 -0.89372789859771729 0.3547646701335907 0.17945586144924164 -0.80511635541915894 0.56531691551208496 0.14453513920307159 -0.76387870311737061 0.62896651029586792 0.20784008502960205 -0.74925100803375244 0.62882858514785767 0.27560928463935852 -0.72805130481719971 0.62767893075942993 0.33690175414085388 -0.70373141765594482 0.62550723552703857 0.40042895078659058 -0.67296069860458374 0.62191683053970337 0.45698347687721252 -0.63997405767440796 0.6177372932434082"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="10 3 2 -1 10 4 3 -1 10 5 4 -1 10 6 5 -1 10 7 6 -1 10 8 7 -1 10 9 8 -1 19 23 24 -1 19 24 25 -1 19 26 23 -1 19 18 26 -1 20 21 22 -1 20 25 21 -1 20 19 25 -1 15 1 0 -1 15 2 1 -1 15 12 13 -1 15 13 10 -1 15 10 2 -1 15 0 18 -1 16 12 15 -1 11 12 16 -1 17 11 16 -1 14 11 17 -1 26 18 0 -1" solid="false">\n\t\t\t\t<Coordinate point="2.6866061687469482 -21.73426628112793 8.8697471618652344 3.1597530841827393 -21.234642028808594 8.524754524230957 3.4250648021697998 -20.789932250976563 8.206141471862793 3.5059607028961182 -20.51036262512207 7.996281623840332 3.5155260562896729 -20.368640899658203 7.885836124420166 3.5006637573242188 -20.235420227050781 7.7787914276123047 3.4481649398803711 -20.082878112792969 7.6513981819152832 3.3579041957855225 -19.945657730102539 7.5310707092285156 3.2542450428009033 -19.8441162109375 7.4373421669006348 3.1245567798614502 -19.754421234130859 7.3499999046325684 4.4477477073669434 -19.499168395996094 7.3499999046325684 7.1341304779052734 -18.684329986572266 7.3499999046325684 6.2517204284667969 -18.99778938293457 7.3499999046325684 5.3556041717529297 -19.269599914550781 7.3499999046325684 8.4589672088623047 -18.123075485229492 7.3499999046325684 6.2185344696044922 -19.601467132568359 7.801386833190918 6.911125659942627 -19.029500961303711 7.5466322898864746 7.6589460372924805 -18.546274185180664 7.4022507667541504 -0.57213681936264038 -25.414899826049805 11.687099456787109 -8.3700189590454102 -30.396121978759766 16.571977615356445 -8.5333900451660156 -30.484394073486328 16.674985885620117 -9.1165151596069336 -30.522914886474609 16.834228515625 -8.8081140518188477 -30.558687210083008 16.792268753051758 -9.6104888916015625 -30.371000289916992 16.834228515625 -9.44610595703125 -30.422529220581055 16.834228515625 -9.2814464569091797 -30.473167419433594 16.834228515625 -3.1193053722381592 -26.335727691650391 12.565853118896484"></Coordinate>\n\t\t\t\t<Normal vector="-0.076635874807834625 0.6199764609336853 0.78086882829666138 -0.091943420469760895 0.61789184808731079 0.78086882829666138 -0.10154736787080765 0.6163862943649292 0.78086882829666138 -0.10525624454021454 0.61576378345489502 0.78086882829666138 -0.10624835640192032 0.61559337377548218 0.78086882829666138 -0.10648853331804276 0.61555188894271851 0.78086882829666138 -0.10571122914552689 0.61568582057952881 0.78086882829666138 -0.1037096306681633 0.61602616310119629 0.78086882829666138 -0.10109368711709976 0.61646085977554321 0.78086882829666138 -0.097594805061817169 0.61702442169189453 0.78086882829666138 -0.13892430067062378 0.60905170440673828 0.78086882829666138 -0.22283279895782471 0.58360040187835693 0.78086882829666138 -0.19527094066143036 0.59339123964309692 0.78086882829666138 -0.16728097200393677 0.60188120603561401 0.78086882829666138 -0.26421374082565308 0.56606978178024292 0.78086882829666138 -0.18890504539012909 0.59544837474822998 0.78086882829666138 -0.21324828267097473 0.58717042207717896 0.78086882829666138 -0.23844453692436218 0.57739770412445068 0.78086882829666138 0.014059489592909813 0.62453681230545044 0.78086882829666138 0.16584616899490356 0.60227811336517334 0.78086882829666138 0.16839548945426941 0.60157030820846558 0.78086882829666138 0.17877857387065887 0.59856671094894409 0.78086882829666138 0.17301590740680695 0.6002577543258667 0.78086882829666138 0.18846561014652252 0.59558761119842529 0.78086882829666138 0.18524196743965149 0.59659814834594727 0.78086882829666138 0.18201293051242828 0.59759116172790527 0.78086882829666138 0.073477685451507568 0.62035870552062988 0.78086882829666138"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1" solid="false">\n\t\t\t\t<Coordinate point="11.905696868896484 -18.140905380249023 8.0888757705688477 7.2875919342041016 -27.636014938354492 5.5195808410644531 3.3444490432739258 -33.556255340576172 3.6182982921600342 -1.4123098850250244 -39.139358520507813 1.6147216558456421 -1.4123098850250244 -39.139358520507813 10.700789451599121 4.4876813888549805 -31.985645294189453 16.461965560913086"></Coordinate>\n\t\t\t\t<Normal vector="-0.9295651912689209 0.36865782737731934 0 -0.86216390132904053 0.50662946701049805 0 -0.79904663562774658 0.60126906633377075 0 -0.72068572044372559 0.69326192140579224 0 -0.72068572044372559 0.69326192140579224 0 -0.81763690710067749 0.57573419809341431 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="22 9 10 -1 22 21 20 -1 23 10 11 -1 23 12 21 -1 23 21 24 -1 23 24 10 -1 25 13 12 -1 25 14 13 -1 25 15 14 -1 25 16 15 -1 25 17 16 -1 25 18 17 -1 25 19 18 -1 25 11 19 -1 25 12 23 -1 25 23 11 -1 26 2 1 -1 26 3 2 -1 26 4 3 -1 26 5 4 -1 26 6 5 -1 27 7 6 -1 27 6 26 -1 27 26 1 -1 28 1 0 -1 28 27 1 -1 28 7 27 -1 29 8 7 -1 29 7 28 -1 29 28 0 -1 30 0 9 -1 30 20 8 -1 30 31 20 -1 30 9 31 -1 30 29 0 -1 30 8 29 -1 32 20 31 -1 32 31 9 -1 32 22 20 -1 32 9 22 -1 33 22 10 -1 33 21 22 -1 33 24 21 -1 33 10 24 -1" solid="false">\n\t\t\t\t<Coordinate point="10.803413391113281 -17.456762313842773 7.1554808616638184 11.495427131652832 -16.792850494384766 7.3122587203979492 11.757122039794922 -16.621435165405273 7.4088139533996582 11.900196075439453 -16.56561279296875 7.4771785736083984 12.147479057312012 -16.638925552368164 7.660675048828125 12.207712173461914 -16.838380813598633 7.7739300727844238 12.193063735961914 -17.155139923095703 7.8848733901977539 12.077393531799316 -17.652790069580078 8.0039072036743164 11.905696868896484 -18.140905380249023 8.0888757705688477 5.9364476203918457 -27.490829467773438 4.3642487525939941 1.6795834302902222 -33.710823059082031 2.2959034442901611 -3.50905442237854 -39.516979217529297 0.12036652863025665 -1.4123098850250244 -39.139358520507813 1.6147216558456421 -1.4937894344329834 -39.173873901367188 1.320850133895874 -1.576301097869873 -39.197608947753906 1.1711118221282959 -1.6857677698135376 -39.225177764892578 1.0213863849639893 -1.9350249767303467 -39.280113220214844 0.76980793476104736 -2.315549373626709 -39.35211181640625 0.50155347585678101 -2.7877757549285889 -39.427570343017578 0.27991983294487 -3.1404068470001221 -39.475173950195313 0.17554531991481781 7.2875919342041016 -27.636014938354492 5.5195808410644531 3.3444490432739258 -33.556255340576172 3.6182982921600342 3.8557405471801758 -32.220695495605469 3.1804249286651611 0.2069631963968277 -36.818618774414063 1.5731750726699829 2.0974938869476318 -34.551483154296875 2.3838465213775635 -1.0507580041885376 -38.209369659423828 1.0567504167556763 11.921810150146484 -16.981197357177734 7.4994678497314453 11.918696403503418 -17.240575790405273 7.5244593620300293 11.618434906005859 -17.563566207885742 7.309028148651123 11.602682113647461 -17.823612213134766 7.311070442199707 9.5879402160644531 -22.476648330688477 6.136906623840332 6.9667096138000488 -27.427576065063477 4.7103610038757324 6.8527846336364746 -27.621238708496094 4.65130615234375 2.7443017959594727 -33.721076965332031 2.6717653274536133"></Coordinate>\n\t\t\t\t<Normal vector="0.18153974413871765 -0.29331275820732117 0.93862181901931763 -0.19488976895809174 -0.14637006819248199 0.96984213590621948 -0.36308220028877258 -0.071916446089744568 0.92897754907608032 -0.46650350093841553 -0.022590935230255127 0.88423079252243042 -0.69465166330337524 0.1016189381480217 0.71213245391845703 -0.80248391628265381 0.1747184693813324 0.57051992416381836 -0.88151764869689941 0.24470606446266174 0.40378907322883606 -0.92935562133789063 0.31811776757240295 0.18734772503376007 -0.92957437038421631 0.36863455176353455 1.0441466429256252E-6 0.072815865278244019 -0.33717450499534607 0.93862199783325195 0.017168063670396805 -0.34451773762702942 0.93862283229827881 -0.030511129647493362 -0.34359148144721985 0.93862342834472656 -0.72065901756286621 0.69328969717025757 0.000011503497262310702 -0.74268841743469238 0.62029314041137695 0.25229009985923767 -0.73414570093154907 0.56774169206619263 0.37242376804351807 -0.71265655755996704 0.50491577386856079 0.48701202869415283 -0.64531147480010986 0.37393578886985779 0.66614198684692383 -0.51911073923110962 0.18867629766464233 0.8336217999458313 -0.34024110436439514 -0.028796661645174026 0.93989717960357666 -0.19425942003726959 -0.18516485393047333 0.96331578493118286 -0.86223715543746948 0.50650483369827271 3.4017982670775382E-6 -0.79898655414581299 0.601348876953125 1.4407037269847933E-6 -0.62477725744247437 0.19546103477478027 0.75594204664230347 -0.60534679889678955 0.25460553169250488 0.75414270162582397 -0.61623191833496094 0.22488057613372803 0.75477606058120728 -0.59741079807281494 0.27322477102279663 0.75395530462265015 -0.61576437950134277 0.05637078732252121 0.78591132164001465 -0.69395071268081665 0.1039116308093071 0.71248495578765869 -0.55144745111465454 0.021499091759324074 0.83393257856369019 -0.62212222814559937 0.062429409474134445 0.78042709827423096 -0.63276201486587524 0.093357846140861511 0.76869791746139526 -0.63415712118148804 0.14013394713401794 0.76039940118789673 -0.63398528099060059 0.14219804108142853 0.76015943288803101 -0.61958068609237671 0.21424570679664612 0.75512820482254028"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 14 1 -1 15 14 0 -1 11 0 2 -1 11 15 0 -1 3 11 2 -1 4 11 3 -1 12 11 4 -1 7 12 4 -1 13 12 7 -1 6 13 7 -1 8 13 6 -1 9 8 6 -1 10 9 6 -1 5 10 6 -1" solid="false">\n\t\t\t\t<Coordinate point="11.119708061218262 -16.62384033203125 7.3499999046325684 11.947005271911621 -16.03961181640625 7.350001335144043 10.258651733398438 -17.168577194213867 7.3499999046325684 9.3709697723388672 -17.668756484985352 7.3499999046325684 8.4589672088623047 -18.123075485229492 7.3499999046325684 -15.722368240356445 -36.424060821533203 0.12036652863025665 -6.1113557815551758 -31.139646530151367 3.0378727912902832 2.0347530841827393 -24.741842269897461 5.5766782760620117 -3.50905442237854 -39.516979217529297 0.12036652863025665 -7.6822762489318848 -38.921558380126953 0.12036652863025665 -11.768760681152344 -37.886692047119141 0.12036652863025665 10.803413391113281 -17.456762313842773 7.1554808616638184 5.9364476203918457 -27.490829467773438 4.3642487525939941 1.6795834302902222 -33.710823059082031 2.2959034442901611 11.626866340637207 -16.331153869628906 7.3326725959777832 11.289207458496094 -16.747512817382813 7.2775454521179199"></Coordinate>\n\t\t\t\t<Normal vector="0.1917838454246521 -0.28671476244926453 0.93862324953079224 0.20605239272117615 -0.27663838863372803 0.93862324953079224 0.17693303525447845 -0.29610994458198547 0.93862324953079224 0.16162301599979401 -0.30473661422729492 0.93862324953079224 0.14589351415634155 -0.31257236003875732 0.93862324953079224 -0.13670279085636139 -0.31669977307319641 0.93862324953079224 -0.066430240869522095 -0.3384869396686554 0.93862324953079224 0.028272528201341629 -0.34378343820571899 0.93862324953079224 -0.030510518699884415 -0.34359204769134521 0.93862324953079224 -0.066795825958251953 -0.3384149968624115 0.93862324953079224 -0.10232696682214737 -0.32941704988479614 0.93862324953079224 0.18152457475662231 -0.29331761598587036 0.93862324953079224 0.072809919714927673 -0.33717221021652222 0.93862324953079224 0.017164949327707291 -0.34451669454574585 0.93862324953079224 0.20005868375301361 -0.28100341558456421 0.93862324953079224 0.19280652701854706 -0.28602802753448486 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="4.4876813888549805 -31.985645294189453 16.461965560913086 -1.4123098850250244 -39.139358520507813 10.700789451599121 -1.0652830600738525 -39.985813140869141 10 -1.3472082614898682 -39.889614105224609 10.073545455932617 -1.4685993194580078 -39.762428283691406 10.176597595214844 -1.547741174697876 -39.552223205566406 10.350322723388672 -1.5291534662246704 -39.336158752441406 10.532092094421387 0.31661909818649292 -39.998748779296875 10 -0.14405441284179688 -39.999740600585938 10 -0.60470879077911377 -39.995429992675781 10 0.64943927526473999 -39.571266174316406 10.355278968811035 6.1124320030212402 -31.263355255126953 16.834228515625 5.6044425964355469 -31.358402252197266 16.834228515625 5.7739429473876953 -31.327634811401367 16.834228515625 5.9432744979858398 -31.295951843261719 16.834228515625 5.2170138359069824 -31.465671539306641 16.800704956054688 4.8976302146911621 -31.620208740234375 16.715099334716797 4.6724328994750977 -31.783437728881836 16.607864379882813"></Coordinate>\n\t\t\t\t<Normal vector="0.089310228824615479 -0.63655287027359009 0.76604443788528442 -0.023179348558187485 -0.64236956834793091 0.76604443788528442 -0.017118768766522408 -0.64255958795547485 0.76604443788528442 -0.021696757525205612 -0.64242130517959595 0.76604443788528442 -0.023724762722849846 -0.64234960079193115 0.76604443788528442 -0.025134062394499779 -0.64229601621627808 0.76604443788528442 -0.024968860670924187 -0.64230245351791382 0.76604443788528442 0.0050879642367362976 -0.64276748895645142 0.76604443788528442 -0.0023149095941334963 -0.64278346300125122 0.76604443788528442 -0.0097174830734729767 -0.64271414279937744 0.76604443788528442 0.010547938756644726 -0.64270108938217163 0.76604443788528442 0.12333889305591583 -0.6308434009552002 0.76604443788528442 0.113088458776474 -0.63276135921478271 0.76604443788528442 0.11650873720645905 -0.63214051723480225 0.76604443788528442 0.11992556601762772 -0.63150119781494141 0.76604443788528442 0.10513897985219955 -0.63413065671920776 0.76604443788528442 0.098387695848941803 -0.63521319627761841 0.76604443788528442 0.093490354716777802 -0.6359524130821228 0.76604443788528442"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="81 82 83 -1 84 81 83 -1 85 81 84 -1 86 81 85 -1 80 81 86 -1 70 56 69 -1 71 56 70 -1 87 79 80 -1 88 79 87 -1 89 79 88 -1 89 78 79 -1 107 108 109 -1 90 78 89 -1 110 107 109 -1 111 107 110 -1 112 107 111 -1 57 56 71 -1 57 78 90 -1 57 71 72 -1 57 72 73 -1 57 73 74 -1 57 74 75 -1 57 75 76 -1 57 76 77 -1 57 77 78 -1 57 90 91 -1 92 57 91 -1 93 57 92 -1 94 57 93 -1 95 57 94 -1 106 107 112 -1 58 57 95 -1 58 95 96 -1 98 58 97 -1 113 105 106 -1 114 105 113 -1 115 104 105 -1 115 105 114 -1 133 134 135 -1 116 104 115 -1 136 133 135 -1 137 133 136 -1 138 133 137 -1 59 100 101 -1 59 101 102 -1 59 102 103 -1 59 103 104 -1 59 116 117 -1 59 58 98 -1 59 104 116 -1 59 98 99 -1 59 99 100 -1 118 59 117 -1 119 59 118 -1 120 59 119 -1 121 59 120 -1 132 133 138 -1 60 59 121 -1 60 121 122 -1 124 60 123 -1 139 125 132 -1 140 125 139 -1 141 125 140 -1 159 160 161 -1 142 126 125 -1 142 125 141 -1 162 159 161 -1 163 159 162 -1 164 159 163 -1 61 126 142 -1 61 60 124 -1 61 127 126 -1 61 128 127 -1 61 129 128 -1 61 130 129 -1 61 131 130 -1 61 124 131 -1 61 142 143 -1 144 61 143 -1 145 61 144 -1 146 61 145 -1 147 61 146 -1 158 159 164 -1 62 147 148 -1 62 61 147 -1 150 62 149 -1 165 151 158 -1 166 151 165 -1 167 151 166 -1 2 3 4 -1 168 152 151 -1 168 151 167 -1 5 2 4 -1 6 2 5 -1 7 2 6 -1 63 153 152 -1 63 154 153 -1 63 155 154 -1 63 156 155 -1 63 157 156 -1 63 150 157 -1 63 168 169 -1 63 62 150 -1 63 152 168 -1 170 63 169 -1 171 63 170 -1 172 63 171 -1 173 63 172 -1 0 2 7 -1 64 63 173 -1 64 173 174 -1 176 64 175 -1 8 1 0 -1 9 1 8 -1 10 1 9 -1 28 29 30 -1 11 1 10 -1 11 177 1 -1 31 28 30 -1 32 28 31 -1 33 28 32 -1 65 11 12 -1 65 64 176 -1 65 177 11 -1 65 178 177 -1 65 179 178 -1 65 180 179 -1 65 181 180 -1 65 182 181 -1 65 176 182 -1 13 65 12 -1 14 65 13 -1 15 65 14 -1 16 65 15 -1 27 28 33 -1 66 16 17 -1 66 65 16 -1 19 66 18 -1 34 20 27 -1 35 20 34 -1 36 20 35 -1 37 20 36 -1 37 21 20 -1 67 66 19 -1 67 21 37 -1 67 22 21 -1 67 23 22 -1 67 24 23 -1 67 25 24 -1 67 26 25 -1 67 19 26 -1 67 37 38 -1 39 67 38 -1 40 67 39 -1 41 67 40 -1 42 67 41 -1 68 67 42 -1 68 42 43 -1 44 68 43 -1 45 68 44 -1 47 46 49 -1 50 47 49 -1 51 47 50 -1 52 47 51 -1 55 68 45 -1 55 47 52 -1 55 48 47 -1 55 45 48 -1 55 52 53 -1 55 53 54 -1 7 8 0 -1 17 18 66 -1 33 34 27 -1 86 87 80 -1 96 97 58 -1 112 113 106 -1 122 123 60 -1 138 139 132 -1 148 149 62 -1 164 165 158 -1 174 175 64 -1" solid="false">\n\t\t\t\t<Coordinate point="19.573623657226563 -34.883708953857422 3.8700993061065674 19.881696701049805 -34.709049224853516 0.74746823310852051 18.998640060424805 -35.200164794921875 9.7185659408569336 18.97248649597168 -35.214267730712891 9.9853754043579102 18.868696212768555 -35.269992828369141 10 18.461252212524414 -35.484958648681641 10 18.051359176635742 -35.695217132568359 10 17.639072418212891 -35.900741577148438 10 17.639072418212891 -35.900741577148438 1.6147216558456421 17.60382080078125 -35.918037414550781 1.3049592971801758 17.480049133300781 -35.978435516357422 0.95080912113189697 17.280124664306641 -36.074886322021484 0.62038642168045044 17.040338516235352 -36.188766479492188 0.3471149206161499 16.772480010986328 -36.313686370849609 0.12173808366060257 16.381635665893555 -36.491668701171875 -0.11174597591161728 15.902223587036133 -36.703125 -0.28450471162796021 15.383303642272949 -36.923622131347656 -0.34894508123397827 11.378602027893066 -38.347457885742188 -0.34894508123397827 7.2454304695129395 -39.338325500488281 -0.34894508123397827 3.0304529666900635 -39.885040283203125 -0.34894537925720215 1.474267840385437 -39.972824096679688 0.74746823310852051 1.5568916797637939 -39.969688415527344 0.43665421009063721 1.6619497537612915 -39.965457916259766 0.24846003949642181 1.880778431892395 -39.955757141113281 0.012588707730174065 2.1537561416625977 -39.941974639892578 -0.16213507950305939 2.3643250465393066 -39.930065155029297 -0.24785777926445007 2.594902515411377 -39.915740966796875 -0.30803510546684265 1.1203137636184692 -39.984306335449219 3.8700993061065674 0.46412673592567444 -39.997306823730469 9.7185659408569336 0.43441566824913025 -39.997642517089844 9.9853754043579102 0.31661909818649292 -39.998748779296875 10 -0.14405441284179688 -39.999740600585938 10 -0.60470879077911377 -39.995429992675781 10 -1.0652830600738525 -39.985813140869141 10 -1.0652830600738525 -39.985813140869141 1.6147216558456421 -1.1044512987136841 -39.984745025634766 1.3045835494995117 -1.2422523498535156 -39.980705261230469 0.95054668188095093 -1.464165210723877 -39.973194122314453 0.62024718523025513 -1.7292300462722778 -39.962604522705078 0.34717193245887756 -2.0242249965667725 -39.948749542236328 0.12193650007247925 -2.4529929161071777 -39.924724578857422 -0.11143756657838821 -2.9758388996124268 -39.88916015625 -0.28429079055786133 -3.5380244255065918 -39.843223571777344 -0.34894508123397827 -7.745699405670166 -39.242885589599609 -0.34894508123397827 -11.865921020507813 -38.199474334716797 -0.34894508123397827 -15.852169036865234 -36.724769592285156 -0.34894508123397827 -16.888936996459961 -36.259674072265625 0 -16.615821838378906 -36.385616302490234 -0.18272596597671509 -16.231578826904297 -36.558681488037109 -0.31218165159225464 -16.924163818359375 -36.243244171142578 4.4408920985006262E-16 -16.959375381469727 -36.226779937744141 4.4408920985006262E-16 -16.994571685791016 -36.210281372070313 4.4408920985006262E-16 -17.729530334472656 -35.856151580810547 4.4408920985006262E-16 -18.457115173339844 -35.487110137939453 4.4408920985006262E-16 -19.177021026611328 -35.103302001953125 4.4408920985006262E-16 -19.177021026611328 -35.103302001953125 -0.44999998807907104 19.177021026611328 35.103302001953125 -0.44999998807907104 27.020542144775391 29.493902206420898 -0.44999998807907104 33.293727874755859 22.17042350769043 -0.44999998807907104 37.632003784179688 13.55848217010498 -0.44999998807907104 39.783241271972656 4.1585693359375 -0.44999998807907104 39.622425079345703 -5.4830241203308105 -0.44999998807907104 37.158893585205078 -14.805963516235352 -0.44999998807907104 32.535823822021484 -23.268434524536133 -0.44999998807907104 26.021892547607422 -30.378629684448242 -0.44999998807907104 17.995660781860352 -35.72332763671875 -0.44999998807907104 8.923588752746582 -38.991916656494141 -0.44999998807907104 -0.66709119081497192 -39.994438171386719 -0.44999998807907104 -10.219001770019531 -38.672626495361328 -0.44999998807907104 19.177021026611328 35.103302001953125 -0.34894508123397827 20.89781379699707 34.106910705566406 -0.34894508123397827 22.566965103149414 33.026233673095703 -0.34894508123397827 24.180347442626953 31.863943099975586 -0.34894546866416931 24.404476165771484 31.692609786987305 -0.3323720395565033 24.614068984985352 31.530107498168945 -0.28305265307426453 24.903085708618164 31.302337646484375 -0.14347434043884277 25.106105804443359 31.139739990234375 0.032444510608911514 25.273809432983398 31.003782272338867 0.27877184748649597 25.360145568847656 30.933202743530273 0.50453144311904907 25.403379440307617 30.897706985473633 0.74746918678283691 25.675933837890625 30.671588897705078 3.8700993061065674 26.175716400146484 30.246187210083008 9.7185659408569336 26.198177337646484 30.226734161376953 9.9853754043579102 26.287082672119141 30.149448394775391 10 26.632560729980469 29.844709396362305 10 26.974506378173828 29.536012649536133 10 27.312873840332031 29.223396301269531 10 27.312873840332031 29.223396301269531 1.6147215366363525 27.341571807861328 29.196548461914063 1.3048350811004639 27.441951751708984 29.10222053527832 0.95070672035217285 27.603034973144531 28.949481964111328 0.62030595541000366 27.794546127319336 28.765659332275391 0.34705379605293274 28.006332397460938 28.559505462646484 0.12169367074966431 28.311328887939453 28.257186889648438 -0.11176599562168121 28.679037094116211 27.883916854858398 -0.28451341390609741 29.069192886352539 27.476936340332031 -0.34894508123397827 31.820587158203125 24.237373352050781 -0.34894508123397827 34.21270751953125 20.724157333374023 -0.34894508123397827 36.218547821044922 16.976951599121094 -0.34894558787345886 36.337383270263672 16.721084594726563 -0.33237186074256897 36.44744873046875 16.479791641235352 -0.28305178880691528 36.597511291503906 16.143798828125 -0.14347270131111145 36.701713562011719 15.905479431152344 0.032446317374706268 36.787021636962891 15.707160949707031 0.27877342700958252 36.830669403076172 15.604543685913086 0.5045323371887207 36.852455139160156 15.553022384643555 0.74746918678283691 36.98870849609375 15.226142883300781 3.8700993061065674 37.233551025390625 14.617206573486328 9.7185659408569336 37.244396209716797 14.589544296264648 9.9853754043579102 37.287204742431641 14.479795455932617 10 37.451488494873047 14.049409866333008 10 37.610809326171875 13.617161750793457 10 37.76513671875 13.183107376098633 10 37.76513671875 13.183107376098633 1.6147216558456421 37.778068542480469 13.14600658416748 1.3048691749572754 37.823127746582031 13.015796661376953 0.95064562559127808 37.894779205322266 12.805685043334961 0.6202552318572998 37.978874206542969 12.55408763885498 0.34717467427253723 38.070526123046875 12.273344993591309 0.12193574011325836 38.200092315673828 11.863935470581055 -0.11159638315439224 38.352264404296875 11.362380981445313 -0.28446364402770996 38.508659362792969 10.820490837097168 -0.34894508123397827 39.439399719238281 6.6733646392822266 -0.34894508123397827 39.924842834472656 2.4508919715881348 -0.34894508123397827 39.959514617919922 -1.7992527484893799 -0.34894537925720215 39.859077453613281 -3.3546726703643799 0.74746823310852051 39.865928649902344 -3.2722735404968262 0.43665421009063721 39.8743896484375 -3.1674714088439941 0.24846003949642181 39.891139984130859 -2.9490690231323242 0.012588707730174065 39.910358428955078 -2.6764202117919922 -0.16213507950305939 39.923915863037109 -2.4659509658813477 -0.24785777926445007 39.937492370605469 -2.2353284358978271 -0.30803510546684265 39.827816009521484 -3.707430362701416 3.8700993061065674 39.761627197265625 -4.3603997230529785 9.7185659408569336 39.758377075195313 -4.3899345397949219 9.9853754043579102 39.745273590087891 -4.5070056915283203 10 39.69073486328125 -4.964439868927002 10 39.630928039550781 -5.4212160110473633 10 39.565864562988281 -5.8772730827331543 10 39.565864562988281 -5.8772730827331543 1.6147216558456421 39.560077667236328 -5.9161105155944824 1.3049592971801758 39.539470672607422 -6.052283763885498 0.95080912113189697 39.505275726318359 -6.2716059684753418 0.62038642168045044 39.462787628173828 -6.5336384773254395 0.3471149206161499 39.413433074951172 -6.8250446319580078 0.12173808366060257 39.337886810302734 -7.247809886932373 -0.11174597591161728 39.239570617675781 -7.762476921081543 -0.28450471162796021 39.126258850097656 -8.3147983551025391 -0.34894508123397827 38.023120880126953 -12.419431686401367 -0.34894508123397827 36.490680694580078 -16.383842468261719 -0.34894508123397827 34.546237945556641 -20.163270950317383 -0.34894537925720215 33.734466552734375 -21.493852615356445 0.74746823310852051 33.778823852539063 -21.424074172973633 0.43665421009063721 33.83502197265625 -21.335210800170898 0.24846003949642181 33.951347351074219 -21.149608612060547 0.012588707730174065 34.095073699951172 -20.917121887207031 -0.16213507950305939 34.204887390136719 -20.737060546875 -0.24785777926445007 34.324085235595703 -20.539163589477539 -0.30803510546684265 33.542850494384766 -21.791675567626953 3.8700993061065674 33.180793762207031 -22.339092254638672 9.7185659408569336 33.164188385009766 -22.363733291625977 9.9853754043579102 33.098182678222656 -22.461305618286133 10 32.837310791015625 -22.840997695922852 10 32.572078704833984 -23.217658996582031 10 32.302528381347656 -23.591241836547852 10 32.302528381347656 -23.591241836547852 1.6147216558456421 32.279354095458984 -23.622940063476563 1.3049592971801758 32.197826385498047 -23.733940124511719 0.95080912113189697 32.065624237060547 -23.912248611450195 0.62038642168045044 31.906229019165039 -24.124521255493164 0.3471149206161499 31.727106094360352 -24.359613418579102 0.12173808366060257 31.463743209838867 -24.698844909667969 -0.11174597591161728 31.13751220703125 -25.108869552612305 -0.28450471162796021 30.780502319335938 -25.545267105102539 -0.34894508123397827 27.896203994750977 -28.667085647583008 -0.34894508123397827 24.696941375732422 -31.465236663818359 -0.34894508123397827 21.218833923339844 -33.908126831054688 -0.34894537925720215 19.953399658203125 -34.667877197265625 0.43665421009063721 20.044458389282227 -34.615310668945313 0.24846003949642181 20.233713150024414 -34.505027770996094 0.012588707730174065 20.469017028808594 -34.365962982177734 -0.16213507950305939 20.649930953979492 -34.257556915283203 -0.24785777926445007 20.847442626953125 -34.137722015380859 -0.30803510546684265"></Coordinate>\n\t\t\t\t<Normal vector="0.48934057354927063 -0.87209278345108032 0 0.49704229831695557 -0.86772632598876953 0 0.47496598958969116 -0.8800041675567627 0 0.47431215643882751 -0.88035672903060913 0 0.47171741724014282 -0.88174980878829956 0 0.46153131127357483 -0.88712394237518311 0 0.45128399133682251 -0.89238041639328003 0 0.44097679853439331 -0.89751851558685303 0 0.44097679853439331 -0.89751851558685303 0 0.44009551405906677 -0.89795094728469849 0 0.43700122833251953 -0.89946091175079346 0 0.43200311064720154 -0.90187209844589233 0 0.42600849270820618 -0.90471917390823364 0 0.41931203007698059 -0.90784215927124023 0 0.40954089164733887 -0.9122917652130127 0 0.39755558967590332 -0.91757810115814209 0 0.38458257913589478 -0.92309057712554932 0 0.28446507453918457 -0.95868641138076782 0 0.18113575875759125 -0.98345810174942017 0 0.075761318206787109 -0.99712598323822021 0 0.036856696009635925 -0.99932056665420532 0 0.038922294974327087 -0.99924224615097046 0 0.041548743844032288 -0.99913650751113892 0 0.047019459307193756 -0.99889397621154785 0 0.053843900561332703 -0.99854934215545654 0 0.059108123183250427 -0.99825155735015869 0 0.064872562885284424 -0.9978935718536377 0 0.028007844462990761 -0.99960768222808838 0 0.011603186838328838 -0.99993270635604858 0 0.010860391892492771 -0.99994105100631714 0 0.0079154772683978081 -0.99996864795684814 0 -0.003601360134780407 -0.99999350309371948 0 -0.015117720700800419 -0.99988573789596558 0 -0.026632076129317284 -0.99964529275894165 0 -0.026632076129317284 -0.99964529275894165 0 -0.027610776945948601 -0.9996187686920166 0 -0.031056275591254234 -0.99951761960983276 0 -0.036604110151529312 -0.99932986497879028 0 -0.043230742216110229 -0.999065101146698 0 -0.050605621188879013 -0.9987187385559082 0 -0.061324805021286011 -0.99811786413192749 0 -0.074395954608917236 -0.99722880125045776 0 -0.088450610637664795 -0.99608057737350464 0 -0.19364248216152191 -0.98107218742370605 0 -0.29664802551269531 -0.95498687028884888 0 -0.39630421996116638 -0.91811925172805786 0 -0.42222341895103455 -0.90649181604385376 0 -0.41539570689201355 -0.90964078903198242 0 -0.40578928589820862 -0.91396665573120117 0 -0.42310410737991333 -0.90608108043670654 0 -0.42398437857627869 -0.90566951036453247 0 -0.42486429214477539 -0.90525704622268677 0 -0.44323825836181641 -0.89640384912490845 0 -0.46142786741256714 -0.88717770576477051 0 -0.47942554950714111 -0.87758255004882813 0 -0.47942554950714111 -0.87758255004882813 0 0.47942554950714111 0.87758255004882813 0 0.67551356554031372 0.73734754323959351 0 0.83234316110610962 0.55426061153411865 0 0.94080007076263428 0.33896204829216003 0 0.99458104372024536 0.10396423190832138 0 0.99056059122085571 -0.13707560300827026 0 0.92897236347198486 -0.37014910578727722 0 0.81339561939239502 -0.58171087503433228 0 0.6505473256111145 -0.75946575403213501 0 0.44989153742790222 -0.89308321475982666 0 0.22308970987796783 -0.97479790449142456 0 -0.016677280887961388 -0.99986094236373901 0 -0.25547504425048828 -0.96681565046310425 0 0.47942554950714111 0.87758255004882813 0 0.52244538068771362 0.8526727557182312 0 0.5641741156578064 0.82565581798553467 0 0.60450869798660278 0.79659855365753174 0 0.61011189222335815 0.79231524467468262 0 0.61535173654556274 0.78825265169143677 0 0.62257713079452515 0.78255844116210938 0 0.62765264511108398 0.77849352359771729 0 0.63184523582458496 0.77509456872940063 0 0.63400363922119141 0.77333009243011475 0 0.63508445024490356 0.77244269847869873 0 0.64189833402633667 0.76678973436355591 0 0.65439289808273315 0.75615471601486206 0 0.65495443344116211 0.75566840171813965 0 0.65717709064483643 0.75373625755310059 0 0.66581404209136963 0.74611777067184448 0 0.6743626594543457 0.73840028047561646 0 0.68282186985015869 0.73058491945266724 0 0.68282186985015869 0.73058491945266724 0 0.68353927135467529 0.72991371154785156 0 0.68604880571365356 0.72755551338195801 0 0.69007587432861328 0.72373706102371216 0 0.69486367702484131 0.71914148330688477 0 0.70015829801559448 0.71398764848709106 0 0.70778322219848633 0.70642971992492676 0 0.71697592735290527 0.69709789752960205 0 0.72672981023788452 0.68692338466644287 0 0.79551464319229126 0.60593432188034058 0 0.85531765222549438 0.51810389757156372 0 0.90546363592147827 0.42442378401756287 0 0.90843456983566284 0.4180271327495575 0 0.91118621826171875 0.41199478507041931 0 0.91493773460388184 0.40359500050544739 0 0.91754281520843506 0.3976370096206665 0 0.91967558860778809 0.39267903566360474 0 0.92076671123504639 0.39011359214782715 0 0.92131137847900391 0.38882556557655334 0 0.92471772432327271 0.38065356016159058 0 0.93083876371383667 0.36543017625808716 0 0.9311099648475647 0.36473861336708069 0 0.93218010663986206 0.36199489235877991 0 0.93628722429275513 0.35123527050018311 0 0.94027018547058105 0.34042903780937195 0 0.94412845373153687 0.32957768440246582 0 0.94412845373153687 0.32957768440246582 0 0.94445174932479858 0.32865017652511597 0 0.94557821750640869 0.3253948986530304 0 0.94736951589584351 0.32014212012290955 0 0.94947183132171631 0.31385219097137451 0 0.95176315307617188 0.30683362483978271 0 0.9550023078918457 0.29659837484359741 0 0.95880663394927979 0.28405952453613281 0 0.96271651983261108 0.27051228284835815 0 0.98598498106002808 0.16683411598205566 0 0.99812108278274536 0.06127229705452919 0 0.99898785352706909 -0.044981319457292557 0 0.99647694826126099 -0.083866812288761139 0 0.99664819240570068 -0.081806838512420654 0 0.99685978889465332 -0.079186789691448212 0 0.99727845191955566 -0.073726728558540344 0 0.99775898456573486 -0.066910505294799805 0 0.99809789657592773 -0.061648774892091751 0 0.99843728542327881 -0.055883210152387619 0 0.99569541215896606 -0.0926857590675354 0 0.99404066801071167 -0.10900998115539551 0 0.99395942687988281 -0.10974836349487305 0 0.99363189935684204 -0.11267513781785965 0 0.99226832389831543 -0.12411100417375565 0 0.99077320098876953 -0.13553039729595184 0 0.9891466498374939 -0.14693182706832886 0 0.9891466498374939 -0.14693182706832886 0 0.98900192975997925 -0.14790277183055878 0 0.98848682641983032 -0.15130709111690521 0 0.98763191699981689 -0.15679015219211578 0 0.98656970262527466 -0.16334095597267151 0 0.9853358268737793 -0.17062611877918243 0 0.98344713449478149 -0.18119524419307709 0 0.98098927736282349 -0.19406192004680634 0 0.9781564474105835 -0.20786994695663452 0 0.95057803392410278 -0.31048578023910522 0 0.91226696968078613 -0.40959608554840088 0 0.86365592479705811 -0.50408178567886353 0 0.84336167573928833 -0.53734630346298218 0 0.84447062015533447 -0.53560185432434082 0 0.84587556123733521 -0.53338027000427246 0 0.84878373146057129 -0.52874016761779785 0 0.85237681865692139 -0.52292805910110474 0 0.85512220859527588 -0.51842647790908813 0 0.85810208320617676 -0.51347905397415161 0 0.83857131004333496 -0.54479187726974487 0 0.82951980829238892 -0.55847728252410889 0 0.8291047215461731 -0.55909329652786255 0 0.82745456695556641 -0.56153261661529541 0 0.82093274593353271 -0.57102489471435547 0 0.81430196762084961 -0.58044147491455078 0 0.8075631856918335 -0.58978104591369629 0 0.8075631856918335 -0.58978104591369629 0 0.8069838285446167 -0.59057348966598511 0 0.80494570732116699 -0.59334850311279297 0 0.80164062976837158 -0.59780621528625488 0 0.79765576124191284 -0.60311305522918701 0 0.79317766427993774 -0.60899031162261963 0 0.78659355640411377 -0.61747109889984131 0 0.77843779325485229 -0.62772172689437866 0 0.76951253414154053 -0.63863170146942139 0 0.69740509986877441 -0.71667712926864624 0 0.61742353439331055 -0.78663092851638794 0 0.53047084808349609 -0.84770315885543823 0 0.4988349974155426 -0.86669695377349854 0 0.50111144781112671 -0.86538273096084595 0 0.50584286451339722 -0.86262565851211548 0 0.51172542572021484 -0.85914903879165649 0 0.51624828577041626 -0.85643899440765381 0 0.52118605375289917 -0.85344308614730835 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-17.186975479125977 -35.939487457275391 3.9111936092376709 -17.766689300537109 -35.64971923828125 9.7596168518066406 -17.589645385742188 -35.924983978271484 3.8700993061065674 -17.390022277832031 -35.974380493164063 3.8925406932830811 -18.176712036132813 -35.631546020507813 9.7185659408569336 -17.973840713500977 -35.684379577636719 9.7410869598388672"></Coordinate>\n\t\t\t\t<Normal vector="0.36560100317001343 -0.92713701725006104 0.082175552845001221 0.36561214923858643 -0.92713254690170288 0.08217649906873703 -0.43974098563194275 -0.89812463521957397 -1.7609601172807743E-6 -0.040544379502534866 -0.99816668033599854 0.044937815517187119 -0.45441797375679016 -0.89078855514526367 2.1131349967618007E-6 -0.048742376267910004 -0.99779242277145386 0.045105002820491791"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-17.589645385742188 -35.924983978271484 3.8700993061065674 -17.390022277832031 -35.974380493164063 3.8925406932830811 -17.186975479125977 -35.939487457275391 3.9111936092376709 -17.270896911621094 -36.079303741455078 0.74746823310852051 -17.072362899780273 -36.126899719238281 0.76989573240280151 -16.870933532714844 -36.091373443603516 0.78858399391174316"></Coordinate>\n\t\t\t\t<Normal vector="-0.43974104523658752 -0.89812463521957397 -1.4252952951210318E-6 -0.040539611130952835 -0.99816685914993286 0.044938359409570694 0.36561766266822815 -0.92713034152984619 0.082176700234413147 -0.43177244067192078 -0.90198254585266113 0 -0.034743547439575195 -0.99838674068450928 0.044909369200468063 0.36815500259399414 -0.92612087726593018 0.082231543958187103"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 8 0 -1 7 1 2 -1 7 6 8 -1 7 8 1 -1 4 2 3 -1 4 7 2 -1 5 7 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-17.270896911621094 -36.079303741455078 0.74746823310852051 -17.196168899536133 -36.114978790283203 0.43636453151702881 -17.0628662109375 -36.178150177001953 0.19141361117362976 -16.888936996459961 -36.259674072265625 0 -16.749534606933594 -36.272743225097656 0.16333606839179993 -16.597028732299805 -36.200592041015625 0.29682314395904541 -16.870933532714844 -36.091373443603516 0.78858399391174316 -16.797737121582031 -36.132354736328125 0.51033037900924683 -17.072362899780273 -36.126899719238281 0.76989573240280151"></Coordinate>\n\t\t\t\t<Normal vector="-0.43176406621932983 -0.90198659896850586 1.0566882338025607E-6 -0.42989605665206909 -0.90287840366363525 -0.00002651186878210865 -0.42658981680870056 -0.90444523096084595 0.000013484627743309829 -0.42222324013710022 -0.90649187564849854 0 -0.14362505078315735 -0.93399554491043091 0.32714542746543884 0.16159074008464813 -0.78833401203155518 0.59364795684814453 0.3681606650352478 -0.92611843347549438 0.0822339728474617 0.27531367540359497 -0.89357256889343262 0.35458487272262573 -0.034736201167106628 -0.99838674068450928 0.044914867728948593"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 10 0 -1 7 6 10 -1 5 9 4 -1 11 8 7 -1 11 10 1 -1 11 7 10 -1 12 1 2 -1 12 9 8 -1 12 11 1 -1 12 8 11 -1 13 2 3 -1 13 3 4 -1 13 9 12 -1 13 12 2 -1 13 4 9 -1" solid="false">\n\t\t\t\t<Coordinate point="-16.888936996459961 -36.259674072265625 0 -16.615821838378906 -36.385616302490234 -0.18272596597671509 -16.231578826904297 -36.558681488037109 -0.31218165159225464 -15.852169036865234 -36.724769592285156 -0.34894508123397827 -15.816509246826172 -36.642158508300781 -0.062796622514724731 -15.722368240356445 -36.424060821533203 0.12036652863025665 -16.597028732299805 -36.200592041015625 0.29682314395904541 -16.425210952758789 -36.250659942626953 0.20675227046012878 -16.21942138671875 -36.305679321289063 0.14667889475822449 -15.98227596282959 -36.364376068115234 0.11750564724206924 -16.749534606933594 -36.272743225097656 0.16333606839179993 -16.422454833984375 -36.408370971679688 -0.0038029595743864775 -16.249322891235352 -36.477176666259766 -0.045887291431427002 -16.12391471862793 -36.525985717773438 -0.062402591109275818"></Coordinate>\n\t\t\t\t<Normal vector="-0.42222326993942261 -0.90649187564849854 1.7106901850638678E-7 -0.41542944312095642 -0.90962541103363037 0.000037257261283230036 -0.40573716163635254 -0.91398978233337402 4.1035377762455028E-6 -0.39630424976348877 -0.91811925172805786 0 -0.32492867112159729 -0.75292325019836426 0.57230061292648315 -0.13670280575752258 -0.31669977307319641 0.93862324953079224 0.16159258782863617 -0.78833472728729248 0.59364652633666992 0.08893420547246933 -0.69591134786605835 0.71259951591491699 0.014027057215571404 -0.58495563268661499 0.81094396114349365 -0.062258508056402206 -0.45695260167121887 0.88730955123901367 -0.14362421631813049 -0.93399584293365479 0.32714492082595825 -0.21096803247928619 -0.8721393346786499 0.44143566489219666 -0.24413615465164185 -0.83884644508361816 0.48655334115028381 -0.26773619651794434 -0.81436973810195923 0.51489740610122681"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="12 7 6 -1 12 6 10 -1 13 8 7 -1 13 7 12 -1 14 4 3 -1 14 9 8 -1 14 3 9 -1 14 8 13 -1 15 2 1 -1 15 10 11 -1 15 11 2 -1 15 12 10 -1 16 13 12 -1 16 15 1 -1 16 12 15 -1 17 1 0 -1 17 5 4 -1 17 0 5 -1 17 13 16 -1 17 14 13 -1 17 4 14 -1 17 16 1 -1" solid="false">\n\t\t\t\t<Coordinate point="-15.852169036865234 -36.724769592285156 -0.34894508123397827 -15.816509246826172 -36.642158508300781 -0.062796622514724731 -15.722368240356445 -36.424060821533203 0.12036652863025665 -3.5380244255065918 -39.843223571777344 -0.34894508123397827 -7.745699405670166 -39.242885589599609 -0.34894508123397827 -11.865921020507813 -38.199474334716797 -0.34894508123397827 -3.50905442237854 -39.516979217529297 0.12036652863025665 -3.520803689956665 -39.6492919921875 0.047019768506288528 -3.5300660133361816 -39.753597259521484 -0.062794789671897888 -3.5359878540039063 -39.820289611816406 -0.19896338880062103 -7.6822762489318848 -38.921558380126953 0.12036652863025665 -11.768760681152344 -37.886692047119141 0.12036652863025665 -7.7079982757568359 -39.051876068115234 0.047019768506288528 -7.7282757759094238 -39.154609680175781 -0.062794789671897888 -7.7412409782409668 -39.220298767089844 -0.19896338880062103 -11.808165550231934 -38.013545989990234 0.047019768506288528 -11.839229583740234 -38.113548278808594 -0.062794789671897888 -11.859090805053711 -38.177486419677734 -0.19896338880062103"></Coordinate>\n\t\t\t\t<Normal vector="-0.39630421996116638 -0.91811925172805786 0 -0.32498687505722046 -0.75289809703826904 0.57230061292648315 -0.13670279085636139 -0.31669977307319641 0.93862324953079224 -0.088450610637664795 -0.99608057737350464 0 -0.19364248216152191 -0.98107218742370605 0 -0.29664802551269531 -0.95498687028884888 0 -0.030510511249303818 -0.34359204769134521 0.93862324953079224 -0.054009027779102325 -0.6082189679145813 0.79192972183227539 -0.072533383965492249 -0.81682980060577393 0.57230061292648315 -0.084377527236938477 -0.95021176338195801 0.29996341466903687 -0.066795825958251953 -0.3384149968624115 0.93862324953079224 -0.10232696682214737 -0.32941704988479614 0.93862324953079224 -0.11824047565460205 -0.59905469417572021 0.79192972183227539 -0.15879534184932709 -0.80452227592468262 0.57230061292648315 -0.18472538888454437 -0.93589448928833008 0.29996341466903687 -0.18113692104816437 -0.58312666416168213 0.79192972183227539 -0.24326440691947937 -0.7831311821937561 0.57230061292648315 -0.28298759460449219 -0.91101044416427612 0.29996341466903687"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1" solid="false">\n\t\t\t\t<Coordinate point="-1.4123098850250244 -39.139358520507813 1.6147216558456421 -1.4937894344329834 -39.173873901367188 1.320850133895874 -1.576301097869873 -39.197608947753906 1.1711118221282959 -1.6857677698135376 -39.225177764892578 1.0213863849639893 -1.9350249767303467 -39.280113220214844 0.76980793476104736 -2.315549373626709 -39.35211181640625 0.50155347585678101 -2.7877757549285889 -39.427570343017578 0.27991983294487 -3.1404068470001221 -39.475173950195313 0.17554531991481781 -3.50905442237854 -39.516979217529297 0.12036652863025665 -1.0652830600738525 -39.985813140869141 1.6147216558456421 -1.3091855049133301 -39.914909362792969 1.6147216558456421 -1.4380272626876831 -39.803676605224609 1.6147216558456421 -1.5256798267364502 -39.645549774169922 1.6147216558456421 -1.5516396760940552 -39.466655731201172 1.6147216558456421 -1.5121927261352539 -39.290241241455078 1.6147216558456421 -1.1044512987136841 -39.984745025634766 1.3045835494995117 -1.2422523498535156 -39.980705261230469 0.95054668188095093 -1.464165210723877 -39.973194122314453 0.62024718523025513 -1.7292300462722778 -39.962604522705078 0.34717193245887756 -2.0242249965667725 -39.948749542236328 0.12193650007247925 -2.4529929161071777 -39.924724578857422 -0.11143756657838821 -2.9758388996124268 -39.88916015625 -0.28429079055786133 -3.5380244255065918 -39.843223571777344 -0.34894508123397827 -3.520803689956665 -39.6492919921875 0.047019768506288528 -3.5300660133361816 -39.753597259521484 -0.062794789671897888 -3.5359878540039063 -39.820289611816406 -0.19896338880062103 -2.136493444442749 -39.753669738769531 0.51480066776275635 -1.434622049331665 -39.903633117675781 1.1367512941360474 -1.5030039548873901 -39.904575347900391 0.99562740325927734 -1.5552909374237061 -39.392684936523438 1.4814490079879761 -1.5944188833236694 -39.904876708984375 0.84702664613723755 -1.690377950668335 -39.719589233398438 1.0254635810852051 -1.6576404571533203 -39.448478698730469 1.2038067579269409 -1.6983873844146729 -39.904342651367188 0.70887434482574463 -1.6958483457565308 -39.459392547607422 1.1341729164123535 -1.7425459623336792 -39.471321105957031 1.0595238208770752 -2.0705280303955078 -39.533195495605469 0.68712931871414185 -2.672419548034668 -39.766803741455078 0.17288783192634583 -2.8963103294372559 -39.76690673828125 0.078417547047138214 -3.084646463394165 -39.764957427978516 0.017289774492383003 -1.5542010068893433 -39.68829345703125 1.3433127403259277 -1.6035424470901489 -39.706642150878906 1.1952437162399292"></Coordinate>\n\t\t\t\t<Normal vector="-0.72068572044372559 0.69326192140579224 2.1248931716399966E-6 -0.74271988868713379 0.62039428949356079 0.25194865465164185 -0.73407399654388428 0.56777620315551758 0.37251240015029907 -0.71265262365341187 0.50488537549972534 0.48704925179481506 -0.64542335271835327 0.37383422255516052 0.66609060764312744 -0.51909142732620239 0.18870517611503601 0.83362728357315063 -0.34020283818244934 -0.028874428942799568 0.93990868330001831 -0.19436231255531311 -0.18518096208572388 0.96329188346862793 -0.030511189252138138 -0.34359192848205566 0.93862324953079224 -0.026632053777575493 -0.99964529275894165 0 -0.51417320966720581 -0.85768634080886841 4.0000927583605517E-6 -0.77214658260345459 -0.63544446229934692 4.8494321163161658E-6 -0.94766998291015625 -0.31925168633460999 5.5577406783413608E-6 -0.99924832582473755 0.038765184581279755 1.1706696341207135E-6 -0.92016130685806274 0.39153951406478882 0.000011232003998884466 -0.027614407241344452 -0.99961864948272705 -7.6808264566352591E-6 -0.031054690480232239 -0.99951767921447754 4.3721579459088389E-6 -0.036603823304176331 -0.99932986497879028 4.22100083596888E-6 -0.043233916163444519 -0.99906498193740845 -1.2687971775449114E-6 -0.050606526434421539 -0.99871867895126343 -1.1281039178356878E-6 -0.06131768599152565 -0.99811828136444092 3.1116492209548596E-6 -0.074408367276191711 -0.99722784757614136 -3.0739079193153884E-6 -0.088450610637664795 -0.99608057737350464 2.3993081299522601E-7 -0.054009426385164261 -0.6082189679145813 0.79192972183227539 -0.072533749043941498 -0.81682968139648438 0.57230073213577271 -0.084377571940422058 -0.95021164417266846 0.29996371269226074 -0.49671429395675659 -0.59764719009399414 0.62935900688171387 -0.49285978078842163 -0.84303337335586548 0.21536947786808014 -0.46019446849822998 -0.85018569231033325 0.25574460625648499 -0.96754556894302368 0.18553523719310761 0.17155815660953522 -0.42394140362739563 -0.85815024375915527 0.28957188129425049 -0.73606747388839722 -0.48345664143562317 0.47378718852996826 -0.89241540431976318 0.065892450511455536 0.44637757539749146 -0.389322429895401 -0.86592668294906616 0.3140048086643219 -0.86496788263320923 0.040793765336275101 0.50016635656356812 -0.83332687616348267 0.012837073765695095 0.55263149738311768 -0.64728152751922607 -0.1437050998210907 0.74858230352401733 -0.30628284811973572 -0.69442731142044067 0.65112322568893433 -0.23995460569858551 -0.72917747497558594 0.64087593555450439 -0.18767893314361572 -0.75669056177139282 0.62625551223754883 -0.86937016248703003 -0.40834468603134155 0.27829867601394653 -0.80778634548187256 -0.449737548828125 0.38107401132583618"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1" solid="false">\n\t\t\t\t<Coordinate point="-17.814634323120117 -35.340423583984375 10.355278968811035 -17.647867202758789 -35.488315582275391 10.217992782592773 -17.487157821655273 -35.516998291015625 10.013345718383789 -17.771427154541016 -35.647304534912109 9.8079347610473633 -17.990898132324219 -35.676803588867188 9.9095926284790039 -18.203174591064453 -35.618034362792969 9.9853754043579102 -18.307992935180664 -35.56427001953125 10"></Coordinate>\n\t\t\t\t<Normal vector="-0.28933835029602051 -0.57398539781570435 0.76604443788528442 0.04419374093413353 -0.86977130174636841 0.49147206544876099 0.36561211943626404 -0.92713254690170288 0.08217649906873703 0.36561211943626404 -0.92713254690170288 0.08217649906873703 0.11012745648622513 -0.90157759189605713 0.41836565732955933 -0.16439430415630341 -0.71572697162628174 0.67875576019287109 -0.29420402646064758 -0.57150691747665405 0.7660442590713501"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-17.814634323120117 -35.340423583984375 10.355278968811035 -9.1165151596069336 -30.522914886474609 16.834228515625 -8.8081140518188477 -30.558687210083008 16.792268753051758 -8.5333900451660156 -30.484394073486328 16.674985885620117 -17.487157821655273 -35.516998291015625 10.013345718383789 -17.647867202758789 -35.488315582275391 10.217992782592773"></Coordinate>\n\t\t\t\t<Normal vector="-0.28933832049369812 -0.57398539781570435 0.76604443788528442 -0.18395717442035675 -0.61590379476547241 0.76604324579238892 0.1887652575969696 -0.85007590055465698 0.49166926741600037 0.51322394609451294 -0.85431337356567383 0.082157067954540253 0.36561214923858643 -0.92713254690170288 0.082176506519317627 0.04419422522187233 -0.86977112293243408 0.49147239327430725"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="8 1 0 -1 8 0 2 -1 9 2 3 -1 9 8 2 -1 10 3 4 -1 10 9 3 -1 11 4 5 -1 11 10 4 -1 12 5 6 -1 12 11 5 -1 7 12 6 -1" solid="false">\n\t\t\t\t<Coordinate point="-1.0652830600738525 -39.985813140869141 10 -1.0652830600738525 -39.985813140869141 1.6147216558456421 -1.3472082614898682 -39.889614105224609 10.073545455932617 -1.4685993194580078 -39.762428283691406 10.176597595214844 -1.547741174697876 -39.552223205566406 10.350322723388672 -1.5291534662246704 -39.336158752441406 10.532092094421387 -1.4123098850250244 -39.139358520507813 10.700789451599121 -1.4123098850250244 -39.139358520507813 1.6147216558456421 -1.3091855049133301 -39.914909362792969 1.6147216558456421 -1.4380272626876831 -39.803676605224609 1.6147216558456421 -1.5256798267364502 -39.645549774169922 1.6147216558456421 -1.5516396760940552 -39.466655731201172 1.6147216558456421 -1.5121927261352539 -39.290241241455078 1.6147216558456421"></Coordinate>\n\t\t\t\t<Normal vector="-0.026632076129317284 -0.99964529275894165 0 -0.026632202789187431 -0.99964529275894165 0 -0.59038937091827393 -0.80711853504180908 0 -0.8332640528678894 -0.55287522077560425 0 -0.99119353294372559 -0.1324210911989212 0 -0.95407569408416748 0.29956573247909546 0 -0.72068572044372559 0.69326192140579224 0 -0.72068578004837036 0.69326186180114746 0 -0.51414084434509277 -0.85770577192306519 0 -0.77217209339141846 -0.63541346788406372 0 -0.94768059253692627 -0.31922021508216858 0 -0.99925005435943604 0.03872106596827507 0 -0.92013627290725708 0.39159834384918213 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1" solid="false">\n\t\t\t\t<Coordinate point="-18.176712036132813 -35.631546020507813 9.7185659408569336 -17.973840713500977 -35.684379577636719 9.7410869598388672 -17.766689300537109 -35.64971923828125 9.7596168518066406 -18.203174591064453 -35.618034362792969 9.9853754043579102 -17.771427154541016 -35.647304534912109 9.8079347610473633 -17.990898132324219 -35.676803588867188 9.9095926284790039"></Coordinate>\n\t\t\t\t<Normal vector="-0.45441776514053345 -0.89078867435455322 0 -0.048744060099124908 -0.99779242277145386 0.045103665441274643 0.36561211943626404 -0.92713254690170288 0.08217649906873703 -0.45507937669754028 -0.89045089483261108 0 0.36561211943626404 -0.92713254690170288 0.08217649906873703 -0.049755461513996124 -0.99774575233459473 0.045030608773231506"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 3 0 -1 1 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-32.298873901367188 -23.309667587280273 9.7596168518066406 -31.98912239074707 -23.326194763183594 9.9641256332397461 -31.989681243896484 -23.322052001953125 10.013345718383789 -32.301944732666016 -23.305328369140625 9.8079347610473633"></Coordinate>\n\t\t\t\t<Normal vector="-0.10712651908397675 -0.99084353446960449 0.08217649906873703 -0.10712652653455734 -0.99084353446960449 0.08217649906873703 -0.10712651908397675 -0.99084353446960449 0.08217649906873703 -0.10712651908397675 -0.99084353446960449 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 3 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-21.722745895385742 -23.026926040649414 16.674985885620117 -21.537065505981445 -23.024688720703125 16.571977615356445 -31.989681243896484 -23.322052001953125 10.013345718383789 -31.98912239074707 -23.326194763183594 9.9641256332397461"></Coordinate>\n\t\t\t\t<Normal vector="0.057417713105678558 -0.99496406316757202 0.082157023251056671 0.058979049324989319 -0.9946860671043396 0.084386467933654785 -0.10712651163339615 -0.99084353446960449 0.08217649906873703 -0.10712651163339615 -0.99084353446960449 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-31.98912239074707 -23.326194763183594 9.9641256332397461 -31.920223236083984 -23.835649490356445 3.9111936092376709 -32.298873901367188 -23.309667587280273 9.7596168518066406"></Coordinate>\n\t\t\t\t<Normal vector="-0.10712652653455734 -0.99084353446960449 0.08217649906873703 -0.10712648928165436 -0.99084353446960449 0.082176446914672852 -0.10712651908397675 -0.99084353446960449 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 5 3 -1 6 5 4 -1 2 6 4 -1 1 7 6 -1 0 1 6 -1 0 6 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-31.98912239074707 -23.326194763183594 9.9641256332397461 -31.920223236083984 -23.835649490356445 3.9111936092376709 -21.537065505981445 -23.024688720703125 16.571977615356445 -3.6030170917510986 -20.246133804321289 7.801386833190918 -12.31749439239502 -22.237890243530273 11.687099456787109 -13.248764038085938 -22.938444137573242 5.6648449897766113 -22.522220611572266 -24.20128059387207 3.2713642120361328 -31.710966110229492 -24.117008209228516 0.78858482837677002"></Coordinate>\n\t\t\t\t<Normal vector="-0.10712652653455734 -0.99084353446960449 0.08217649906873703 -0.10712642967700958 -0.99084353446960449 0.08217649906873703 0.058986656367778778 -0.99468529224395752 0.084390662610530853 0.31626492738723755 -0.94502085447311401 0.083139099180698395 0.19664944708347321 -0.97682976722717285 0.084454804658889771 0.18225923180580139 -0.97961068153381348 0.084525063633918762 0.041193623095750809 -0.99559158086776733 0.084264412522315979 -0.10440459102392197 -0.99112945795059204 0.0822315514087677"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="14 1 2 -1 14 3 10 -1 15 0 1 -1 15 10 9 -1 15 11 0 -1 15 12 11 -1 15 13 12 -1 15 9 13 -1 16 15 1 -1 16 10 15 -1 16 14 10 -1 16 1 14 -1 17 4 3 -1 17 5 4 -1 17 6 5 -1 17 7 6 -1 17 8 7 -1 17 2 8 -1 17 3 14 -1 17 14 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-13.248764038085938 -22.938444137573242 5.6648449897766113 -22.522220611572266 -24.20128059387207 3.2713642120361328 -31.710966110229492 -24.117008209228516 0.78858482837677002 -30.848569869995117 -24.945354461669922 0.12036652863025665 -31.219064712524414 -24.62272834777832 0.14301876723766327 -31.4306640625 -24.426961898803711 0.23002356290817261 -31.548107147216797 -24.312141418457031 0.32519379258155823 -31.634635925292969 -24.221773147583008 0.44482824206352234 -31.694112777709961 -24.151119232177734 0.60643541812896729 -12.901118278503418 -23.615339279174805 4.8107457160949707 -21.905841827392578 -24.914888381958008 2.5079829692840576 -13.169347763061523 -22.992895126342773 5.3841471672058105 -13.080946922302246 -23.128513336181641 5.1358575820922852 -12.987309455871582 -23.344247817993164 4.9342818260192871 -23.896238327026367 -24.510959625244141 2.3194501399993896 -17.463180541992188 -23.912662506103516 4.014397144317627 -22.193775177001953 -24.415929794311523 2.773094654083252 -31.238975524902344 -24.392671585083008 0.33606049418449402"></Coordinate>\n\t\t\t\t<Normal vector="0.18227139115333557 -0.97960835695266724 0.084525734186172485 0.041202317923307419 -0.99559110403060913 0.084265559911727905 -0.1044049933552742 -0.99112939834594727 0.082231774926185608 -0.26822194457054138 -0.21689467132091522 0.93862330913543701 -0.26022636890411377 -0.51259028911590576 0.81825023889541626 -0.23916767537593842 -0.69314897060394287 0.67995834350585938 -0.21653763949871063 -0.80011981725692749 0.55939227342605591 -0.18798911571502686 -0.88579130172729492 0.42430397868156433 -0.1489570140838623 -0.95483797788619995 0.25709187984466553 -0.16537521779537201 -0.30271351337432861 0.93862432241439819 -0.22776581346988678 -0.25905337929725647 0.93862348794937134 0.10281200706958771 -0.92522209882736206 0.36523109674453735 0.014406400732696056 -0.78955775499343872 0.61350715160369873 -0.079235292971134186 -0.57384592294692993 0.81512123346328735 -0.13556049764156342 -0.76591783761978149 0.62848484516143799 -0.050502359867095947 -0.77791440486907959 0.62633746862411499 -0.11348103731870651 -0.76981180906295776 0.62810170650482178 -0.22701427340507507 -0.74355226755142212 0.62896311283111572"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 15 14 -1 2 16 15 -1 2 17 16 -1 2 10 17 -1 1 9 0 -1 18 3 2 -1 18 4 3 -1 18 5 4 -1 18 6 5 -1 18 7 6 -1 18 8 7 -1 18 9 8 -1 18 11 0 -1 18 12 11 -1 18 13 12 -1 18 14 13 -1 18 2 14 -1 18 0 9 -1" solid="false">\n\t\t\t\t<Coordinate point="-17.48321533203125 -32.002811431884766 1.2983740568161011 -21.471569061279297 -33.359806060791016 0.12036652863025665 -19.439504623413086 -33.999847412109375 1.6147216558456421 -19.527713775634766 -33.992534637451172 1.3208473920822144 -19.611835479736328 -33.975200653076172 1.1710448265075684 -19.721538543701172 -33.948749542236328 1.0213649272918701 -19.967861175537109 -33.88153076171875 0.76971983909606934 -20.338375091552734 -33.768402099609375 0.50142312049865723 -20.791498184204102 -33.615787506103516 0.2798735499382019 -21.12579345703125 -33.494083404541016 0.1755310446023941 -17.297439575195313 -33.241847991943359 2.2369973659515381 -17.395572662353516 -32.216838836669922 1.2735530138015747 -17.32164192199707 -32.435634613037109 1.3008975982666016 -17.253063201904297 -32.704929351806641 1.4099915027618408 -17.219236373901367 -32.945598602294922 1.5999016761779785 -17.218294143676758 -33.059150695800781 1.7400529384613037 -17.231365203857422 -33.148170471191406 1.8963956832885742 -17.25804328918457 -33.209728240966797 2.0638728141784668 -19.547224044799805 -33.638221740722656 0.80622988939285278"></Coordinate>\n\t\t\t\t<Normal vector="-0.16537711024284363 -0.30270999670028687 0.93862509727478027 -0.18669101595878601 -0.29005646705627441 0.93862330913543701 -0.31596517562866211 0.94877082109451294 -1.3456327678795788E-6 -0.36939263343811035 0.89437276124954224 0.25228247046470642 -0.38624879717826843 0.84384578466415405 0.3724730908870697 -0.39639940857887268 0.77824634313583374 0.4870319664478302 -0.39760243892669678 0.63092541694641113 0.66621720790863037 -0.37191754579544067 0.40817701816558838 0.83370792865753174 -0.31462684273719788 0.1325434148311615 0.93991607427597046 -0.25804942846298218 -0.073718845844268799 0.96331512928009033 -0.35115686058998108 0.93631666898727417 -1.0546782505116425E-6 -0.25299832224845886 -0.088701613247394562 0.96339184045791626 -0.32692733407020569 0.13008049130439758 0.93605422973632813 -0.39555186033248901 0.39943131804466248 0.82703888416290283 -0.42937585711479187 0.64009428024291992 0.63711512088775635 -0.43028885126113892 0.75361460447311401 0.49690696597099304 -0.41720098257064819 0.84259462356567383 0.34055489301681519 -0.39053374528884888 0.90416949987411499 0.17309205234050751 -0.39423534274101257 0.52554178237915039 0.75391268730163574"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="10 3 2 -1 10 4 3 -1 10 5 4 -1 10 6 5 -1 10 7 6 -1 10 8 7 -1 10 9 8 -1 19 23 24 -1 19 24 25 -1 19 26 23 -1 19 18 26 -1 20 21 22 -1 20 25 21 -1 20 19 25 -1 15 1 0 -1 15 2 1 -1 15 12 13 -1 15 13 10 -1 15 10 2 -1 15 0 18 -1 16 12 15 -1 11 12 16 -1 17 11 16 -1 14 11 17 -1 26 18 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-7.7215452194213867 -20.493265151977539 8.8697471618652344 -7.0708613395690918 -20.270965576171875 8.5250349044799805 -6.6286096572875977 -20.000110626220703 8.2059612274169922 -6.4273085594177246 -19.790390014648438 7.9963421821594238 -6.3530426025390625 -19.669502258300781 7.8860306739807129 -6.3042898178100586 -19.544794082641602 7.7791070938110352 -6.2797889709472656 -19.38532829284668 7.6516904830932617 -6.2958784103393555 -19.22174072265625 7.5312414169311523 -6.3404817581176758 -19.083524703979492 7.437413215637207 -6.4136748313903809 -18.943727493286133 7.3500003814697266 -5.1234302520751953 -19.332626342773438 7.3499999046325684 -2.3660819530487061 -19.859548568725586 7.3499999046325684 -3.2930893898010254 -19.727025985717773 7.3499999046325684 -4.2128777503967285 -19.551258087158203 7.3499999046325684 -0.93216991424560547 -19.978263854980469 7.3499999046325684 -3.6030170917510986 -20.246133804321289 7.801386833190918 -2.7235767841339111 -20.061786651611328 7.5466623306274414 -1.8375024795532227 -19.980951309204102 7.4022049903869629 -12.31749439239502 -22.237890243530273 11.687099456787109 -21.537065505981445 -23.024688720703125 16.571977615356445 -21.722745895385742 -23.026926040649414 16.674985885620117 -22.256978988647461 -22.790042877197266 16.834228515625 -22.000528335571289 -22.96504020690918 16.792268753051758 -22.623773574829102 -22.425968170166016 16.834228515625 -22.502164840698242 -22.54798698425293 16.834228515625 -22.379899978637695 -22.669345855712891 16.834228515625 -15.000831604003906 -21.869516372680664 12.565854072570801"></Coordinate>\n\t\t\t\t<Normal vector="0.22025971114635468 0.58457636833190918 0.78086882829666138 0.20574663579463959 0.58984082937240601 0.78086882829666138 0.19652915000915527 0.59297573566436768 0.78086882829666138 0.19296048581600189 0.59414654970169067 0.78086882829666138 0.19200323522090912 0.59445661306381226 0.78086882829666138 0.19176982343196869 0.59453195333480835 0.78086882829666138 0.19251762330532074 0.59429019689559937 0.78086882829666138 0.1944475919008255 0.59366154670715332 0.78086882829666138 0.19696725904941559 0.59283030033111572 0.78086882829666138 0.20032954216003418 0.59170258045196533 0.78086882829666138 0.16002906858921051 0.60384982824325562 0.78086882829666138 0.073903985321521759 0.6203080415725708 0.78086882829666138 0.10285883396863937 0.6161687970161438 0.78086882829666138 0.13158819079399109 0.61067867279052734 0.78086882829666138 0.029116097837686539 0.6240161657333374 0.78086882829666138 0.1094515398144722 0.615031898021698 0.78086882829666138 0.084037348628044128 0.61901664733886719 0.78086882829666138 0.057207252830266953 0.62207013368606567 0.78086882829666138 0.30268579721450806 0.54646611213684082 0.78086882829666138 0.42674210667610168 0.45621824264526367 0.78086882829666138 0.42867046594619751 0.45440679788589478 0.78086882829666138 0.43646839261054993 0.44692197442054749 0.78086882829666138 0.4321516752243042 0.45109736919403076 0.78086882829666138 0.4436613917350769 0.43978232145309448 0.78086882829666138 0.44127658009529114 0.44217517971992493 0.78086882829666138 0.43887889385223389 0.44455507397651672 0.78086882829666138 0.35335633158683777 0.51515358686447144 0.78086882829666138"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="6 0 1 -1 6 1 2 -1 5 2 3 -1 5 3 4 -1 5 6 2 -1" solid="false">\n\t\t\t\t<Coordinate point="2.1114706993103027 -21.595829010009766 8.0888767242431641 -5.5900473594665527 -27.3516845703125 5.7657499313354492 -11.196146011352539 -30.56294059753418 4.0513272285461426 -17.297439575195313 -33.241847991943359 2.2369973659515381 -19.439504623413086 -33.999847412109375 1.6147216558456421 -19.439504623413086 -33.999847412109375 10.700789451599121 -10.890826225280762 -30.407411575317383 16.461965560913086"></Coordinate>\n\t\t\t\t<Normal vector="-0.65176522731781006 0.75842076539993286 0 -0.54035574197769165 0.84143668413162231 0 -0.45148208737373352 0.89228016138076782 0 -0.35123416781425476 0.93628764152526855 0 -0.31596061587333679 0.94877231121063232 0 -0.31596061587333679 0.94877231121063232 0 -0.45642450451850891 0.88976216316223145 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="7 5 4 -1 6 5 7 -1 0 7 8 -1 0 6 7 -1 9 0 8 -1 1 9 10 -1 1 10 12 -1 1 0 9 -1 11 1 12 -1 2 1 11 -1 13 3 2 -1 13 2 11 -1 16 15 3 -1 16 3 13 -1 17 16 13 -1 14 17 13 -1" solid="false">\n\t\t\t\t<Coordinate point="1.4533622264862061 -20.477788925170898 7.1554827690124512 -6.0403757095336914 -26.166152954101563 4.8310432434082031 -11.514734268188477 -29.346061706542969 3.1148240566253662 -17.48321533203125 -32.002811431884766 1.2983740568161011 3.1245567798614502 -19.754421234130859 7.3499999046325684 2.7101333141326904 -19.862625122070313 7.3328580856323242 2.2131624221801758 -20.075599670410156 7.2775206565856934 2.1205174922943115 -19.88726806640625 7.3499999046325684 1.104941725730896 -19.969453811645508 7.3499999046325684 0.086498133838176727 -19.999813079833984 7.3499999046325684 -0.93216991424560547 -19.978263854980469 7.3499999046325684 -12.901118278503418 -23.615339279174805 4.8107457160949707 -6.5697522163391113 -21.962068557739258 6.2755594253540039 -21.905841827392578 -24.914888381958008 2.5079829692840576 -30.848569869995117 -24.945354461669922 0.12036652863025665 -21.471569061279297 -33.359806060791016 0.12036652863025665 -24.890068054199219 -30.893196105957031 0.12036652863025665 -28.027542114257813 -28.077783584594727 0.12036652863025665"></Coordinate>\n\t\t\t\t<Normal vector="0.024420153349637985 -0.34407854080200195 0.93862324953079224 -0.077588744461536407 -0.33610472083091736 0.93862324953079224 -0.1259961724281311 -0.32110956311225891 0.93862324953079224 -0.16537503898143768 -0.30271685123443604 0.93862324953079224 0.053889863193035126 -0.34070849418640137 0.93862324953079224 0.046633418649435043 -0.34177729487419128 0.93862324953079224 0.037798129022121429 -0.34286686778068542 0.93862324953079224 0.03657299280166626 -0.34299972653388977 0.93862324953079224 0.019057152792811394 -0.34441721439361572 0.93862324953079224 0.0014918508240953088 -0.34494081139564514 0.93862324953079224 -0.016077322885394096 -0.34456917643547058 0.93862324953079224 -0.16537502408027649 -0.30271685123443604 0.93862324953079224 -0.098858438432216644 -0.33047452569007874 0.93862324953079224 -0.22776676714420319 -0.25905343890190125 0.93862324953079224 -0.26822203397750854 -0.21689476072788239 0.93862324953079224 -0.18669091165065765 -0.29005670547485352 0.93862324953079224 -0.21641404926776886 -0.26861003041267395 0.93862324953079224 -0.2436937689781189 -0.24413058161735535 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-10.890826225280762 -30.407411575317383 16.461965560913086 -19.439504623413086 -33.999847412109375 10.700789451599121 -19.525594711303711 -34.910617828369141 10 -19.730520248413086 -34.694419860839844 10.073545455932617 -19.778902053833008 -34.525386810302734 10.176597595214844 -19.751291275024414 -34.302482604980469 10.350322723388672 -19.634422302246094 -34.119808197021484 10.532092094421387 -18.307992935180664 -35.56427001953125 10 -18.716360092163086 -35.351066589355469 10 -19.122245788574219 -35.133171081542969 10 -17.814634323120117 -35.340423583984375 10.355278968811035 -9.1165151596069336 -30.522914886474609 16.834228515625 -9.6104888916015625 -30.371000289916992 16.834228515625 -9.44610595703125 -30.422529220581055 16.834228515625 -9.2814464569091797 -30.473167419433594 16.834228515625 -10.003381729125977 -30.28593635559082 16.80070686340332 -10.358000755310059 -30.274345397949219 16.71510124206543 -10.633265495300293 -30.314224243164063 16.607866287231445"></Coordinate>\n\t\t\t\t<Normal vector="-0.21674059331417084 -0.60514414310455322 0.76604443788528442 -0.31904831528663635 -0.5580180287361145 0.76604443788528442 -0.31377026438713074 -0.56100279092788696 0.76604443788528442 -0.31775960326194763 -0.55875283479690552 0.76604443788528442 -0.31952199339866638 -0.55774688720703125 0.76604443788528442 -0.32074496150016785 -0.55704450607299805 0.76604443788528442 -0.32060167193412781 -0.55712699890136719 0.76604443788528442 -0.29420375823974609 -0.5715067982673645 0.76604443788528442 -0.30076611042022705 -0.56808066368103027 0.76604443788528442 -0.30728855729103088 -0.56457918882369995 0.76604443788528442 -0.28933835029602051 -0.57398539781570435 0.76604443788528442 -0.18395639955997467 -0.61590254306793213 0.76604443788528442 -0.19392399489879608 -0.61283719539642334 0.76604443788528442 -0.1906069815158844 -0.61387693881988525 0.76604443788528442 -0.18728442490100861 -0.61489874124526978 0.76604443788528442 -0.20159910619258881 -0.61035537719726563 0.76604443788528442 -0.20808018743991852 -0.60817641019821167 0.76604443788528442 -0.21276021003723145 -0.60655504465103149 0.76604443788528442"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-31.920223236083984 -23.835649490356445 3.9111936092376709 -32.298873901367188 -23.309667587280273 9.7596168518066406 -32.270030975341797 -23.635675430297852 3.8700993061065674 -32.116226196289063 -23.772186279296875 3.8925406932830811 -32.653484344482422 -23.103029251098633 9.7185659408569336 -32.498405456542969 -23.244087219238281 9.7410869598388672"></Coordinate>\n\t\t\t\t<Normal vector="-0.10713846236467361 -0.99084234237670898 0.082175552845001221 -0.10712650418281555 -0.99084353446960449 0.08217649906873703 -0.80675065517425537 -0.59089201688766479 -1.761414750944823E-6 -0.49977144598960876 -0.86499077081680298 0.044937815517187119 -0.8163372278213501 -0.57757556438446045 2.1136186205694685E-6 -0.50685650110244751 -0.86084961891174316 0.045105002820491791"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-32.270030975341797 -23.635675430297852 3.8700993061065674 -32.116226196289063 -23.772186279296875 3.8925406932830811 -31.920223236083984 -23.835649490356445 3.9111936092376709 -32.05950927734375 -23.920450210571289 0.74746906757354736 -31.905834197998047 -24.054859161376953 0.76989656686782837 -31.710966110229492 -24.117008209228516 0.78858482837677002"></Coordinate>\n\t\t\t\t<Normal vector="-0.80675065517425537 -0.59089201688766479 -1.4256916074373294E-6 -0.49976730346679688 -0.86499315500259399 0.044938359409570694 -0.10712061077356339 -0.99084419012069702 0.082176700234413147 -0.80148768424987793 -0.59801125526428223 0 -0.49473732709884644 -0.8678814172744751 0.044909369200468063 -0.1044047549366951 -0.99112945795059204 0.082231543958187103"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="9 7 8 -1 2 12 11 -1 3 12 2 -1 4 13 12 -1 4 12 3 -1 16 15 14 -1 5 14 13 -1 5 13 4 -1 5 16 14 -1 6 16 5 -1 17 0 1 -1 17 8 0 -1 17 10 9 -1 17 9 8 -1 18 17 1 -1 18 10 17 -1 19 1 2 -1 19 11 10 -1 19 18 1 -1 19 10 18 -1 19 2 11 -1" solid="false">\n\t\t\t\t<Coordinate point="-30.848569869995117 -24.945354461669922 0.12036652863025665 -31.219064712524414 -24.62272834777832 0.14301876723766327 -31.4306640625 -24.426961898803711 0.23002356290817261 -31.548107147216797 -24.312141418457031 0.32519379258155823 -31.634635925292969 -24.221773147583008 0.44482824206352234 -31.694112777709961 -24.151119232177734 0.60643541812896729 -31.710966110229492 -24.117008209228516 0.78858482837677002 -31.103250503540039 -25.151298522949219 -0.34894546866416931 -31.033283233642578 -25.094720840454102 -0.062796890735626221 -31.279865264892578 -24.931306838989258 -0.33237200975418091 -31.444477081298828 -24.723367691040039 -0.28305253386497498 -31.670585632324219 -24.433050155639648 -0.14347457885742188 -31.82879638671875 -24.226591110229492 0.032444573938846588 -31.959089279174805 -24.054450988769531 0.27877166867256165 -32.026023864746094 -23.965261459350586 0.50453120470046997 -32.05950927734375 -23.920450210571289 0.74746906757354736 -31.905834197998047 -24.054859161376953 0.76989656686782837 -31.294315338134766 -24.799919128417969 -0.055577069520950317 -31.371417999267578 -24.710903167724609 -0.037089083343744278 -31.477483749389648 -24.58690071105957 0.003986649215221405"></Coordinate>\n\t\t\t\t<Normal vector="-0.26821750402450562 -0.21690011024475098 0.93862330913543701 -0.2602444589138031 -0.51240140199661255 0.8183627724647522 -0.23931290209293365 -0.69300597906112671 0.6800529956817627 -0.21648804843425751 -0.80022913217544556 0.55925512313842773 -0.18768058717250824 -0.88613379001617432 0.42372506856918335 -0.14905011653900146 -0.95466119050979614 0.25769379734992981 -0.10440424829721451 -0.99112951755523682 0.082231581211090088 -0.77758193016052246 -0.62878161668777466 0 -0.63760870695114136 -0.51568126678466797 0.57230061292648315 -0.78199553489685059 -0.62328404188156128 3.8695606008332106E-7 -0.78611260652542114 -0.61808329820632935 9.5765790320001543E-7 -0.79176366329193115 -0.61082756519317627 6.3739656752659357E-7 -0.79572069644927979 -0.6056637167930603 1.3086064427625388E-6 -0.79897832870483398 -0.6013597846031189 1.281789991480764E-6 -0.80064946413040161 -0.59913307428359985 -6.1432351685652975E-6 -0.8014872670173645 -0.59801185131072998 0 -0.49473702907562256 -0.86788135766983032 0.044913224875926971 -0.61084836721420288 -0.61259442567825317 0.50158977508544922 -0.60246282815933228 -0.64096391201019287 0.47560885548591614 -0.59024375677108765 -0.68010318279266357 0.43482407927513123"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="8 5 4 -1 12 6 5 -1 12 8 9 -1 12 5 8 -1 13 7 6 -1 13 6 12 -1 14 1 0 -1 14 0 7 -1 14 7 13 -1 15 9 10 -1 15 10 11 -1 15 12 9 -1 16 13 12 -1 16 12 15 -1 16 15 11 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 16 11 -1 17 1 14 -1 17 13 16 -1 17 14 13 -1" solid="false">\n\t\t\t\t<Coordinate point="-21.648834228515625 -33.635219573974609 -0.34894508123397827 -25.095554351806641 -31.148244857788086 -0.34894508123397827 -28.258932113647461 -28.309587478637695 -0.34894508123397827 -31.103250503540039 -25.151298522949219 -0.34894546866416931 -21.471569061279297 -33.359806060791016 0.12036652863025665 -21.543460845947266 -33.471504211425781 0.047019768506288528 -21.600135803222656 -33.559558868408203 -0.062794789671897888 -21.636371612548828 -33.615859985351563 -0.19896338880062103 -24.890068054199219 -30.893196105957031 0.12036652863025665 -28.027542114257813 -28.077783584594727 0.12036652863025665 -30.848569869995117 -24.945354461669922 0.12036652863025665 -31.033283233642578 -25.094720840454102 -0.062796890735626221 -24.973405838012695 -30.996635437011719 0.047019768506288528 -25.039104461669922 -31.078178405761719 -0.062794789671897888 -25.081110000610352 -31.130315780639648 -0.19896338880062103 -28.121387481689453 -28.171794891357422 0.047019768506288528 -28.195365905761719 -28.245906829833984 -0.062794789671897888 -28.242666244506836 -28.293291091918945 -0.19896338880062103"></Coordinate>\n\t\t\t\t<Normal vector="-0.54122084379196167 -0.84088051319122314 0 -0.62738889455795288 -0.7787061333656311 0 -0.70647329092025757 -0.70773965120315552 0 -0.77758127450942993 -0.62878245115280151 -7.596099180773308E-7 -0.18669091165065765 -0.29005670547485352 0.93862324953079224 -0.3304760754108429 -0.51345193386077881 0.79192972183227539 -0.44382485747337341 -0.68955892324447632 0.57230061292648315 -0.51629799604415894 -0.80215853452682495 0.29996341466903687 -0.21641404926776886 -0.26861003041267395 0.93862324953079224 -0.2436937689781189 -0.24413058161735535 0.93862324953079224 -0.26822209358215332 -0.21689482033252716 0.93862318992614746 -0.63765096664428711 -0.51562941074371338 0.5723002552986145 -0.38309133052825928 -0.47548747062683105 0.79192972183227539 -0.51448643207550049 -0.63857322931289673 0.57230061292648315 -0.59849804639816284 -0.7428472638130188 0.29996341466903687 -0.43138125538825989 -0.43215450644493103 0.79192972183227539 -0.57933914661407471 -0.58037763833999634 0.57230061292648315 -0.67394071817398071 -0.67514878511428833 0.29996341466903687"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1" solid="false">\n\t\t\t\t<Coordinate point="-19.439504623413086 -33.999847412109375 1.6147216558456421 -19.527713775634766 -33.992534637451172 1.3208473920822144 -19.611835479736328 -33.975200653076172 1.1710448265075684 -19.721538543701172 -33.948749542236328 1.0213649272918701 -19.967861175537109 -33.88153076171875 0.76971983909606934 -20.338375091552734 -33.768402099609375 0.50142312049865723 -20.791498184204102 -33.615787506103516 0.2798735499382019 -21.12579345703125 -33.494083404541016 0.1755310446023941 -21.471569061279297 -33.359806060791016 0.12036652863025665 -19.525594711303711 -34.910617828369141 1.6147216558456421 -19.708608627319336 -34.734489440917969 1.6147216558456421 -19.770999908447266 -34.576118469238281 1.6147216558456421 -19.775129318237305 -34.395374298095703 1.6147216558456421 -19.714977264404297 -34.224906921386719 1.6147216558456421 -19.598066329956055 -34.087032318115234 1.6147216558456421 -19.559892654418945 -34.891410827636719 1.3047875165939331 -19.679965972900391 -34.823825836181641 0.95060992240905762 -19.872951507568359 -34.714057922363281 0.62020200490951538 -20.102851867675781 -34.581428527832031 0.34701845049858093 -20.357700347900391 -34.432018280029297 0.12175720185041428 -20.726137161254883 -34.211505889892578 -0.11170019209384918 -21.172536849975586 -33.937053680419922 -0.28449192643165588 -21.648834228515625 -33.635219573974609 -0.34894508123397827 -21.543460845947266 -33.471504211425781 0.047019768506288528 -21.600135803222656 -33.559558868408203 -0.062794789671897888 -21.636371612548828 -33.615859985351563 -0.19896338880062103 -20.366235733032227 -34.207241058349609 0.51479113101959229 -19.814395904541016 -34.666229248046875 1.1368509531021118 -19.875370025634766 -34.635295867919922 0.99574267864227295 -19.68385124206543 -34.157711029052734 1.4813913106918335 -19.956449508666992 -34.593082427978516 0.84713196754455566 -19.955244064331055 -34.384437561035156 1.025687575340271 -19.800355911254883 -34.159557342529297 1.2038706541061401 -20.048280715942383 -34.544281005859375 0.70894688367843628 -19.839254379272461 -34.151466369628906 1.1342380046844482 -19.886123657226563 -34.140331268310547 1.0596166849136353 -20.205419540405273 -34.042659759521484 0.68707424402236938 -20.847024917602539 -33.969738006591797 0.17280465364456177 -21.045278549194336 -33.865798950195313 0.078368827700614929 -21.211101531982422 -33.776565551757813 0.01726202480494976 -19.820243835449219 -34.419963836669922 1.3433037996292114 -19.872428894042969 -34.413291931152344 1.1953221559524536"></Coordinate>\n\t\t\t\t<Normal vector="-0.31596073508262634 0.94877225160598755 0 -0.36935198307037354 0.89446288347244263 0.25202241539955139 -0.3861251175403595 0.84383797645568848 0.37261888384819031 -0.39638209342956543 0.77822864055633545 0.48707437515258789 -0.39777854084968567 0.63090765476226807 0.66612899303436279 -0.37191909551620483 0.40819022059440613 0.83370071649551392 -0.31463325023651123 0.13244186341762543 0.93992823362350464 -0.25814783573150635 -0.073691055178642273 0.96329087018966675 -0.18669109046459198 -0.29005655646324158 0.93862324953079224 -0.48813986778259277 -0.87276542186737061 0 -0.85386449098587036 -0.52049535512924194 2.4039525214902824E-6 -0.97900760173797607 -0.2038237452507019 2.1098726392665412E-6 -0.98748373985290527 0.15772078931331635 1.925837295857491E-6 -0.86677545309066772 0.4986986517906189 -2.6324560167267919E-6 -0.63280493021011353 0.77431124448776245 8.0439431258128025E-6 -0.48899742960929871 -0.87228524684906006 -7.7513850555988029E-6 -0.49199706315994263 -0.87059688568115234 4.3666054807545152E-6 -0.49682390689849854 -0.8678513765335083 4.1732710087671876E-6 -0.50257414579391479 -0.86453408002853394 -1.146147724284674E-6 -0.50894337892532349 -0.86080002784729004 -1.1147271834488492E-6 -0.51814788579940796 -0.85529106855392456 2.8476181341829943E-6 -0.52932250499725342 -0.84842073917388916 -3.0151838927849894E-6 -0.54122084379196167 -0.84088051319122314 0 -0.33047613501548767 -0.51345193386077881 0.79192966222763062 -0.44382494688034058 -0.68955880403518677 0.57230061292648315 -0.51629793643951416 -0.80215853452682495 0.29996359348297119 -0.71755778789520264 -0.29835966229438782 0.62935864925384521 -0.82819199562072754 -0.51741635799407959 0.21535614132881165 -0.8026050329208374 -0.53891998529434204 0.25571542978286743 -0.77050065994262695 0.61390745639801025 0.17159952223300934 -0.77419137954711914 -0.56282734870910645 0.28957384824752808 -0.87649232149124146 -0.08592512458562851 0.47368559241294861 -0.75956863164901733 0.4730948805809021 0.44635936617851257 -0.74715185165405273 -0.5858008861541748 0.31400871276855469 -0.74694210290908813 0.43812471628189087 0.50012427568435669 -0.7319222092628479 0.3986833393573761 0.55257713794708252 -0.63992559909820557 0.1735360324382782 0.74858564138412476 -0.59388023614883423 -0.47259929776191711 0.6511191725730896 -0.55131387710571289 -0.53417551517486572 0.64086621999740601 -0.51781994104385376 -0.58281999826431274 0.62624543905258179 -0.95956242084503174 0.042445298284292221 0.27827745676040649 -0.92427080869674683 -0.022805463522672653 0.38105559349060059"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1" solid="false">\n\t\t\t\t<Coordinate point="-32.197589874267578 -23.013519287109375 10.355278968811035 -32.11865234375 -23.22197151184082 10.217992782592773 -31.989681243896484 -23.322052001953125 10.013345718383789 -32.301944732666016 -23.305328369140625 9.8079347610473633 -32.509983062744141 -23.229452133178711 9.9095926284790039 -32.670635223388672 -23.078767776489258 9.9853754043579102 -32.73846435546875 -22.982450485229492 10"></Coordinate>\n\t\t\t\t<Normal vector="-0.52294069528579712 -0.37377658486366272 0.76604443788528442 -0.36507126688957214 -0.79068207740783691 0.49147206544876099 -0.10712651908397675 -0.99084353446960449 0.08217649906873703 -0.10712651908397675 -0.99084353446960449 0.08217649906873703 -0.32147097587585449 -0.84948605298995972 0.41836565732955933 -0.47817885875701904 -0.55734694004058838 0.67875576019287109 -0.52609723806381226 -0.36932083964347839 0.7660442590713501"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-32.197589874267578 -23.013519287109375 10.355278968811035 -22.256978988647461 -22.790042877197266 16.834228515625 -22.000528335571289 -22.96504020690918 16.792268753051758 -21.722745895385742 -23.026926040649414 16.674985885620117 -31.989681243896484 -23.322052001953125 10.013345718383789 -32.11865234375 -23.22197151184082 10.217992782592773"></Coordinate>\n\t\t\t\t<Normal vector="-0.52294069528579712 -0.37377661466598511 0.76604443788528442 -0.44911074638366699 -0.45986655354499817 0.76604324579238892 -0.22790662944316864 -0.84042841196060181 0.49166926741600037 0.057418026030063629 -0.99496400356292725 0.082157067954540253 -0.10712649673223495 -0.99084353446960449 0.082176506519317627 -0.36507073044776917 -0.79068213701248169 0.49147239327430725"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 2 8 -1 3 8 9 -1 4 9 10 -1 4 3 9 -1 5 10 11 -1 5 4 10 -1 6 11 12 -1 6 5 11 -1 7 12 1 -1 7 6 12 -1 0 7 1 -1" solid="false">\n\t\t\t\t<Coordinate point="-19.439504623413086 -33.999847412109375 1.6147216558456421 -19.439504623413086 -33.999847412109375 10.700789451599121 -19.525594711303711 -34.910617828369141 1.6147216558456421 -19.708608627319336 -34.734489440917969 1.6147216558456421 -19.770999908447266 -34.576118469238281 1.6147216558456421 -19.775129318237305 -34.395374298095703 1.6147216558456421 -19.714977264404297 -34.224906921386719 1.6147216558456421 -19.598066329956055 -34.087032318115234 1.6147216558456421 -19.525594711303711 -34.910617828369141 10 -19.730520248413086 -34.694419860839844 10.073545455932617 -19.778902053833008 -34.525386810302734 10.176597595214844 -19.751291275024414 -34.302482604980469 10.350322723388672 -19.634422302246094 -34.119808197021484 10.532092094421387"></Coordinate>\n\t\t\t\t<Normal vector="-0.31596073508262634 0.94877225160598755 0 -0.31596052646636963 0.94877231121063232 0 -0.48813986778259277 -0.87276542186737061 0 -0.85384482145309448 -0.52052766084671021 0 -0.9790157675743103 -0.20378446578979492 0 -0.98747849464416504 0.157753586769104 0 -0.86679744720458984 0.49866041541099548 0 -0.63275539875030518 0.77435171604156494 0 -0.48813986778259277 -0.87276542186737061 0 -0.89785051345825195 -0.44030037522315979 0 -0.99475258588790894 -0.10230956226587296 0 -0.93919742107391357 0.34337756037712097 0 -0.70557689666748047 0.70863336324691772 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1" solid="false">\n\t\t\t\t<Coordinate point="-32.653484344482422 -23.103029251098633 9.7185659408569336 -32.498405456542969 -23.244087219238281 9.7410869598388672 -32.298873901367188 -23.309667587280273 9.7596168518066406 -32.670635223388672 -23.078767776489258 9.9853754043579102 -32.301944732666016 -23.305328369140625 9.8079347610473633 -32.509983062744141 -23.229452133178711 9.9095926284790039"></Coordinate>\n\t\t\t\t<Normal vector="-0.81633710861206055 -0.57757574319839478 0 -0.50685799121856689 -0.86084878444671631 0.045103665441274643 -0.10712651908397675 -0.99084353446960449 0.08217649906873703 -0.81676590442657471 -0.57696914672851563 0 -0.10712652653455734 -0.99084353446960449 0.08217649906873703 -0.5077318549156189 -0.86033749580383301 0.045030608773231506"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 3 0 -1 1 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-39.431774139404297 -5.6296510696411133 9.7596168518066406 -39.165184020996094 -5.7882342338562012 9.9641256332397461 -39.163753509521484 -5.7843055725097656 10.013345718383789 -39.432479858398438 -5.6243801116943359 9.8079347610473633"></Coordinate>\n\t\t\t\t<Normal vector="-0.55532377958297729 -0.82756423950195313 0.08217649906873703 -0.55532377958297729 -0.82756417989730835 0.08217649906873703 -0.55532377958297729 -0.82756423950195313 0.08217649906873703 -0.55532377958297729 -0.82756423950195313 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 3 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-29.93568229675293 -10.294266700744629 16.674985885620117 -29.770231246948242 -10.378575325012207 16.571977615356445 -39.163753509521484 -5.7843055725097656 10.013345718383789 -39.165184020996094 -5.7882342338562012 9.9641256332397461"></Coordinate>\n\t\t\t\t<Normal vector="-0.41154196858406067 -0.9076802134513855 0.082157023251056671 -0.4100303053855896 -0.90815973281860352 0.084386467933654785 -0.55532377958297729 -0.82756423950195313 0.08217649906873703 -0.55532377958297729 -0.82756423950195313 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-39.165184020996094 -5.7882342338562012 9.9641256332397461 -39.340930938720703 -6.2713522911071777 3.9111936092376709 -39.431774139404297 -5.6296510696411133 9.7596168518066406"></Coordinate>\n\t\t\t\t<Normal vector="-0.55532377958297729 -0.82756417989730835 0.08217649906873703 -0.55532377958297729 -0.82756423950195313 0.082176446914672852 -0.55532377958297729 -0.82756423950195313 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 5 3 -1 6 5 4 -1 2 6 4 -1 1 7 6 -1 0 1 6 -1 0 6 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-39.165184020996094 -5.7882342338562012 9.9641256332397461 -39.340930938720703 -6.2713522911071777 3.9111936092376709 -29.770231246948242 -10.378575325012207 16.571977615356445 -12.599161148071289 -16.252656936645508 7.801386833190918 -21.241062164306641 -13.966448783874512 11.687099456787109 -24.247211456298828 -13.594618797302246 5.1897010803222656 -31.874765396118164 -10.652112007141113 3.0711467266082764 -39.286399841308594 -6.617729663848877 0.78858554363250732"></Coordinate>\n\t\t\t\t<Normal vector="-0.55532377958297729 -0.82756417989730835 0.08217649906873703 -0.55532371997833252 -0.82756423950195313 0.08217649906873703 -0.41002321243286133 -0.90816253423690796 0.084390662610530853 -0.1591343879699707 -0.98375004529953003 0.083139099180698395 -0.27983099222183228 -0.95632737874984741 0.084454804658889771 -0.32081723213195801 -0.94335442781448364 0.08460940420627594 -0.43688943982124329 -0.89556896686553955 0.084165565669536591 -0.55304652452468872 -0.82908236980438232 0.0822315514087677"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 11 10 -1 15 12 11 -1 15 7 12 -1 16 8 7 -1 16 15 10 -1 16 7 15 -1 17 10 13 -1 17 8 16 -1 17 16 10 -1 18 17 13 -1 18 8 17 -1 19 13 14 -1 20 9 8 -1 20 8 18 -1 20 18 13 -1 20 13 19 -1 20 19 9 -1 21 19 14 -1 21 9 19 -1 22 0 9 -1 22 14 6 -1 22 9 21 -1 22 21 14 -1 23 1 0 -1 23 2 1 -1 23 3 2 -1 23 4 3 -1 23 5 4 -1 23 6 5 -1 23 0 22 -1 23 22 6 -1" solid="false">\n\t\t\t\t<Coordinate point="-38.907737731933594 -7.7519683837890625 0.12036637216806412 -39.085865020751953 -7.2941045761108398 0.14302957057952881 -39.182193756103516 -7.022606372833252 0.22994577884674072 -39.232318878173828 -6.8680133819580078 0.32378581166267395 -39.267459869384766 -6.7460989952087402 0.44471427798271179 -39.287319183349609 -6.6558051109313965 0.60636419057846069 -39.286399841308594 -6.617729663848877 0.78858554363250732 -10.109758377075195 -17.256673812866211 7.3499999046325684 -19.207281112670898 -15.729296684265137 5.5764446258544922 -29.098903656005859 -12.65986156463623 3.0379197597503662 -12.599161148071289 -16.252656936645508 7.801386833190918 -11.735133171081543 -16.497995376586914 7.5467410087585449 -10.912457466125488 -16.838403701782227 7.4021811485290527 -24.247211456298828 -13.594618797302246 5.1897010803222656 -31.874765396118164 -10.652112007141113 3.0711467266082764 -13.112739562988281 -16.393678665161133 7.1660041809082031 -14.688454627990723 -16.138490676879883 6.8634920120239258 -17.947980880737305 -15.50371265411377 6.1715149879455566 -21.470758438110352 -14.647032737731934 5.3399806022644043 -29.087120056152344 -12.108800888061523 3.3191177845001221 -26.582561492919922 -13.05562686920166 4.0125246047973633 -30.41502571105957 -11.55820369720459 2.9412362575531006 -35.311012268066406 -9.2112064361572266 1.4896161556243896 -38.996597290039063 -7.0811529159545898 0.33605587482452393"></Coordinate>\n\t\t\t\t<Normal vector="-0.33829519152641296 -0.067402951419353485 0.93862301111221313 -0.46863791346549988 -0.33295658230781555 0.81824105978012085 -0.53386121988296509 -0.50249958038330078 0.68006348609924316 -0.5632789134979248 -0.60656338930130005 0.56106835603713989 -0.57809907197952271 -0.6968846321105957 0.42444464564323425 -0.5756382942199707 -0.77621251344680786 0.25716662406921387 -0.55304920673370361 -0.82908070087432861 0.082230128347873688 -0.17436537146568298 -0.29762929677963257 0.93862318992614746 -0.26687514781951904 -0.21854951977729797 0.93862330913543701 -0.31630656123161316 -0.13761135935783386 0.93862307071685791 -0.15910281240940094 -0.98375493288040161 0.083141401410102844 -0.19650167226791382 -0.85532647371292114 0.47937843203544617 -0.1975361555814743 -0.62234306335449219 0.75740909576416016 -0.32080778479576111 -0.9433588981628418 0.084595367312431335 -0.43688568472862244 -0.89557152986526489 0.084157764911651611 -0.22788944840431213 -0.75497418642044067 0.61488240957260132 -0.25143080949783325 -0.74607235193252563 0.61656999588012695 -0.29713055491447449 -0.72626268863677979 0.61988383531570435 -0.34324401617050171 -0.7028997540473938 0.62298917770385742 -0.43602541089057922 -0.64511221647262573 0.62746477127075195 -0.40630757808685303 -0.66529279947280884 0.62633824348449707 -0.45150202512741089 -0.63392335176467896 0.62792283296585083 -0.50685238838195801 -0.58957064151763916 0.62889355421066284 -0.54655802249908447 -0.55288434028625488 0.62896203994750977"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="22 15 0 -1 23 1 2 -1 23 14 13 -1 24 5 4 -1 24 6 5 -1 24 7 6 -1 24 8 7 -1 24 9 8 -1 24 10 9 -1 24 11 10 -1 24 3 11 -1 25 0 1 -1 25 16 15 -1 25 17 16 -1 25 18 17 -1 25 22 0 -1 25 15 22 -1 26 25 13 -1 26 18 25 -1 27 19 18 -1 27 18 26 -1 27 26 13 -1 28 13 12 -1 28 20 19 -1 28 21 20 -1 28 12 21 -1 28 19 27 -1 28 27 13 -1 29 25 1 -1 29 13 25 -1 29 23 13 -1 29 1 23 -1 30 23 2 -1 30 14 23 -1 31 2 3 -1 31 4 14 -1 31 3 24 -1 31 24 4 -1 31 14 30 -1 31 30 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-10.556084632873535 -19.322782516479492 6.608314037322998 -20.740388870239258 -20.582778930664063 3.9616093635559082 -27.559698104858398 -20.481479644775391 2.0811610221862793 -34.515205383300781 -19.560306549072266 0.12036652863025665 -33.013343811035156 -21.071382522583008 1.6147216558456421 -33.088054656982422 -21.023910522460938 1.3208339214324951 -33.154491424560547 -20.969465255737305 1.1710255146026611 -33.239341735839844 -20.895053863525391 1.0213394165039063 -33.426204681396484 -20.721067428588867 0.76970899105072021 -33.701675415039063 -20.448745727539063 0.50144243240356445 -34.031959533691406 -20.103044509887695 0.27989250421524048 -34.271419525146484 -19.839912414550781 0.17553773522377014 -10.529485702514648 -20.606899261474609 7.5469374656677246 -20.100412368774414 -21.788724899291992 5.125370979309082 -26.491893768310547 -21.777521133422852 3.4076559543609619 -10.50296688079834 -19.552116394042969 6.573798656463623 -10.462234497070313 -19.785564422607422 6.5944123268127441 -10.431675910949707 -20.070541381835938 6.6996726989746094 -10.428457260131836 -20.321208953857422 6.8911466598510742 -10.440126419067383 -20.43684196472168 7.0344462394714355 -10.461381912231445 -20.524837493896484 7.1952176094055176 -10.491517066955566 -20.582164764404297 7.3680238723754883 -10.556098937988281 -19.322807312011719 6.6083102226257324 -23.289976119995117 -21.486484527587891 3.4614241123199463 -32.934307098388672 -20.702154159545898 0.8080064058303833 -15.035823822021484 -20.947587966918945 5.6381864547729492 -15.043832778930664 -21.038034439086914 5.7134771347045898 -15.055509567260742 -21.119102478027344 5.7983722686767578 -15.075630187988281 -21.207742691040039 5.9197163581848145 -20.336315155029297 -21.418491363525391 4.2544221878051758 -26.968914031982422 -21.371322631835938 2.4592607021331787 -30.205957412719727 -21.083078384399414 1.5669711828231812"></Coordinate>\n\t\t\t\t<Normal vector="-0.16537182033061981 -0.30273586511611938 0.93861770629882813 -0.24484153091907501 -0.24298033118247986 0.93862301111221313 -0.27686002850532532 -0.20575384795665741 0.93862336874008179 -0.30010265111923218 -0.17007255554199219 0.93862330913543701 0.16114282608032227 0.98693108558654785 -1.2525315469247289E-6 0.08855167031288147 0.96359044313430786 0.25229361653327942 0.050143305212259293 0.9266812801361084 0.37248820066452026 0.010667708702385426 0.87330842018127441 0.48705092072486877 -0.058857355266809464 0.74342501163482666 0.66622447967529297 -0.13962118327617645 0.53427970409393311 0.83369725942611694 -0.21698543429374695 0.26360291242599487 0.93990999460220337 -0.26274725794792175 0.054662212729454041 0.96331506967544556 -0.19196681678295136 0.98140144348144531 2.2457568320533028E-6 -0.049539301544427872 0.99877220392227173 3.883805220539216E-6 0.053750872611999512 0.99855434894561768 -2.2401686692319345E-6 -0.21847128868103027 -0.073425844311714172 0.97307705879211426 -0.25920313596725464 0.16001090407371521 0.95247584581375122 -0.28979715704917908 0.44506159424781799 0.84731209278106689 -0.29301044344902039 0.69573026895523071 0.65582334995269775 -0.28131729364395142 0.81132513284683228 0.51245695352554321 -0.26004922389984131 0.89927816390991211 0.35167205333709717 -0.22992239892482758 0.95662802457809448 0.17888112366199493 -0.16537661850452423 -0.30271813273429871 0.93862253427505493 -0.20396232604980469 0.62135875225067139 0.75651347637176514 -0.10491517186164856 0.64854311943054199 0.75391286611557007 -0.27084928750991821 0.5840529203414917 0.76519465446472168 -0.26283213496208191 0.67449551820755005 0.68990945816040039 -0.25115466117858887 0.75557655096054077 0.60500037670135498 -0.23103588819503784 0.84421390295028687 0.48365828394889832 -0.23062694072723389 0.60925555229187012 0.75869554281234741 -0.16779111325740814 0.63405901193618774 0.75486111640930176 -0.1340952068567276 0.64287692308425903 0.75414043664932251"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1" solid="false">\n\t\t\t\t<Coordinate point="-14.482619285583496 -13.793249130249023 7.3499999046325684 -14.500453948974609 -14.066015243530273 7.5115046501159668 -14.596597671508789 -14.290960311889648 7.6921844482421875 -14.773444175720215 -14.469204902648926 7.8930368423461914 -15.022151947021484 -14.590854644775391 8.1034231185913086 -15.237703323364258 -14.642438888549805 8.2561149597167969 -15.476469993591309 -14.664876937866211 8.4067001342773438 -15.924602508544922 -14.640978813171387 8.6557435989379883 -16.360784530639648 -14.557503700256348 8.8697471618652344 -13.520892143249512 -14.737214088439941 7.3499999046325684 -11.324254035949707 -16.485183715820313 7.3499999046325684 -12.083492279052734 -15.937039375305176 7.3499999046325684 -12.816240310668945 -15.35395622253418 7.3499999046325684 -10.109758377075195 -17.256673812866211 7.3499999046325684 -12.599161148071289 -16.252656936645508 7.801386833190918 -11.735133171081543 -16.497995376586914 7.5467410087585449 -10.912457466125488 -16.838403701782227 7.4021811485290527 -21.241062164306641 -13.966448783874512 11.687099456787109 -29.770231246948242 -10.378575325012207 16.571977615356445 -29.93568229675293 -10.294266700744629 16.674985885620117 -30.298637390136719 -9.8362464904785156 16.834228515625 -30.152885437011719 -10.110377311706543 16.792268753051758 -30.4542236328125 -9.3434171676635742 16.834228515625 -30.403249740600586 -9.5079736709594727 16.834228515625 -30.351387023925781 -9.6722517013549805 16.834228515625 -23.44584846496582 -12.393260955810547 12.565854072570801"></Coordinate>\n\t\t\t\t<Normal vector="0.45236101746559143 0.43082877993583679 0.78086882829666138 0.44839203357696533 0.43495804071426392 0.78086882829666138 0.44637471437454224 0.43702805042266846 0.78086882829666138 0.44629767537117004 0.43710672855377197 0.78086882829666138 0.44811207056045532 0.43524646759033203 0.78086882829666138 0.45043668150901794 0.4328402578830719 0.78086882829666138 0.45345577597618103 0.42967632412910461 0.78086882829666138 0.45987135171890259 0.42280283570289612 0.78086882829666138 0.46669650077819824 0.41525688767433167 0.78086882829666138 0.42232170701026917 0.46031323075294495 0.78086882829666138 0.35371026396751404 0.51491063833236694 0.78086882829666138 0.37742489576339722 0.49778947234153748 0.78086882829666138 0.40031209588050842 0.47957703471183777 0.78086882829666138 0.31577578186988831 0.53900796175003052 0.78086882829666138 0.38273411989212036 0.49371904134750366 0.78086882829666138 0.36209172010421753 0.50905156135559082 0.78086882829666138 0.33973976969718933 0.52423352003097534 0.78086882829666138 0.52197045087814331 0.34320661425590515 0.78086882829666138 0.58987653255462646 0.20564424991607666 0.78086882829666138 0.59074223041534424 0.2031441330909729 0.78086882829666138 0.59416854381561279 0.19289277493953705 0.78086882829666138 0.59228670597076416 0.19859598577022552 0.78086882829666138 0.59721964597702026 0.18322816491127014 0.78086882829666138 0.59622007608413696 0.18645521998405457 0.78086882829666138 0.5952029824256897 0.18967677652835846 0.78086882829666138 0.55228531360626221 0.29193294048309326 0.78086882829666138"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="6 0 1 -1 6 1 2 -1 6 2 3 -1 5 3 4 -1 5 6 3 -1" solid="false">\n\t\t\t\t<Coordinate point="-8.1664667129516602 -20.103404998779297 8.0888767242431641 -10.529485702514648 -20.606899261474609 7.5469374656677246 -20.100412368774414 -21.788724899291992 5.125370979309082 -26.491893768310547 -21.777521133422852 3.4076559543609619 -33.013343811035156 -21.071382522583008 1.6147216558456421 -33.013343811035156 -21.071382522583008 10.700789451599121 -23.774375915527344 -21.86320686340332 16.461965560913086"></Coordinate>\n\t\t\t\t<Normal vector="-0.22465375065803528 0.97443866729736328 0 -0.19197623431682587 0.98139959573745728 0 -0.049369636923074722 0.99878054857254028 0 0.053620163351297379 0.99856138229370117 0 0.16114722192287445 0.98693037033081055 0 0.16114722192287445 0.98693037033081055 0 0.0093492427840828896 0.99995630979537964 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 3 2 -1 4 3 5 -1 0 5 6 -1 0 4 5 -1 7 0 6 -1 1 7 8 -1 1 0 7 -1 9 1 8 -1 15 1 9 -1 16 15 9 -1 10 16 9 -1 12 16 10 -1 13 12 10 -1 14 13 10 -1 11 14 10 -1" solid="false">\n\t\t\t\t<Coordinate point="-8.2296123504638672 -18.807594299316406 7.1554827690124512 -10.556084632873535 -19.322782516479492 6.608314037322998 -6.4136748313903809 -18.943727493286133 7.3500003814697266 -6.8308720588684082 -18.846931457519531 7.3328690528869629 -7.3695645332336426 -18.804599761962891 7.2775592803955078 -7.3644495010375977 -18.594755172729492 7.3499999046325684 -8.3018913269042969 -18.195566177368164 7.3499999046325684 -9.2177867889404297 -17.749153137207031 7.3499999046325684 -10.109758377075195 -17.256673812866211 7.3499999046325684 -19.207281112670898 -15.729296684265137 5.5764446258544922 -29.098903656005859 -12.65986156463623 3.0379197597503662 -38.907737731933594 -7.7519683837890625 0.12036637216806412 -34.515205383300781 -19.560306549072266 0.12036652863025665 -36.395843505859375 -15.787575721740723 0.12036652863025665 -37.865554809570313 -11.836592674255371 0.12036652863025665 -20.740388870239258 -20.582778930664063 3.9616093635559082 -27.559698104858398 -20.481479644775391 2.0811610221862793"></Coordinate>\n\t\t\t\t<Normal vector="-0.13827824592590332 -0.31601506471633911 0.93862324953079224 -0.1653750091791153 -0.30271688103675842 0.93862324953079224 -0.11061795055866241 -0.3267262876033783 0.93862324953079224 -0.11753934621810913 -0.324300616979599 0.93862324953079224 -0.12586387991905212 -0.32116144895553589 0.93862324953079224 -0.12701614201068878 -0.32070749998092651 0.93862324953079224 -0.14318439364433289 -0.31382259726524353 0.93862324953079224 -0.15898102521896362 -0.30612322688102722 0.93862324953079224 -0.17436504364013672 -0.29762935638427734 0.93862324953079224 -0.26687490940093994 -0.2185501754283905 0.93862324953079224 -0.31630539894104004 -0.13761283457279205 0.93862324953079224 -0.33829483389854431 -0.067401781678199768 0.93862324953079224 -0.30010268092155457 -0.17007286846637726 0.93862324953079224 -0.3164544403553009 -0.1372697502374649 0.93862324953079224 -0.32923325896263123 -0.10291676223278046 0.93862324953079224 -0.24484080076217651 -0.24298019707202911 0.93862324953079224 -0.27686053514480591 -0.20575381815433502 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-23.774375915527344 -21.86320686340332 16.461965560913086 -33.013343811035156 -21.071382522583008 10.700789451599121 -33.512828826904297 -21.837820053100586 10 -33.593807220458984 -21.551151275634766 10.073545455932617 -33.558094024658203 -21.378999710083008 10.176597595214844 -33.430057525634766 -21.1944580078125 10.350322723388672 -33.241683959960938 -21.087017059326172 10.532092094421387 -32.73846435546875 -22.982450485229492 10 -33.000972747802734 -22.603887557983398 10 -33.259105682373047 -22.222328186035156 10 -32.197589874267578 -23.013519287109375 10.355278968811035 -22.256978988647461 -22.790042877197266 16.834228515625 -22.623773574829102 -22.425968170166016 16.834228515625 -22.502164840698242 -22.54798698425293 16.834228515625 -22.379899978637695 -22.669345855712891 16.834228515625 -22.932138442993164 -22.168056488037109 16.800704956054688 -23.240749359130859 -21.992996215820313 16.715099334716797 -23.503011703491211 -21.900386810302734 16.607864379882813"></Coordinate>\n\t\t\t\t<Normal vector="-0.47313877940177917 -0.4351041316986084 0.76604443788528442 -0.54182714223861694 -0.34583127498626709 0.76604443788528442 -0.53854078054428101 -0.35092699527740479 0.76604443788528442 -0.54102754592895508 -0.34708082675933838 0.76604443788528442 -0.54212057590484619 -0.3453710675239563 0.76604443788528442 -0.54287701845169067 -0.34418079257011414 0.76604443788528442 -0.54278850555419922 -0.34432041645050049 0.76604443788528442 -0.52609694004058838 -0.36932083964347839 0.76604443788528442 -0.53031539916992188 -0.36323747038841248 0.76604443788528442 -0.53446352481842041 -0.35710591077804565 0.76604443788528442 -0.52294069528579712 -0.37377658486366272 0.76604443788528442 -0.44910949468612671 -0.45986583828926086 0.76604443788528442 -0.45651081204414368 -0.45251938700675964 0.76604443788528442 -0.45405694842338562 -0.45498153567314148 0.76604443788528442 -0.45158982276916504 -0.4574303925037384 0.76604443788528442 -0.46215355396270752 -0.44675496220588684 0.76604443788528442 -0.46687960624694824 -0.44181370735168457 0.76604443788528442 -0.47027000784873962 -0.43820318579673767 0.76604443788528442"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-39.340930938720703 -6.2713522911071777 3.9111936092376709 -39.431774139404297 -5.6296510696411133 9.7596168518066406 -39.5577392578125 -5.9317212104797363 3.8700993061065674 -39.484992980957031 -6.1240701675415039 3.8925406932830811 -39.649738311767578 -5.2818851470947266 9.7185659408569336 -39.577972412109375 -5.478856086730957 9.7410869598388672"></Coordinate>\n\t\t\t\t<Normal vector="-0.55533379316329956 -0.82755756378173828 0.082175552845001221 -0.55532377958297729 -0.82756423950195313 0.08217649906873703 -0.98894345760345459 -0.14829319715499878 -1.7611315570320585E-6 -0.84450691938400269 -0.53365594148635864 0.044937815517187119 -0.99124348163604736 -0.13204692304134369 2.1136493160156533E-6 -0.84885591268539429 -0.52669650316238403 0.045105002820491791"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-39.5577392578125 -5.9317212104797363 3.8700993061065674 -39.484992980957031 -6.1240701675415039 3.8925406932830811 -39.340930938720703 -6.2713522911071777 3.9111936092376709 -39.503673553466797 -6.2817096710205078 0.74746978282928467 -39.430065155029297 -6.4721403121948242 0.76989728212356567 -39.286399841308594 -6.617729663848877 0.78858554363250732"></Coordinate>\n\t\t\t\t<Normal vector="-0.98894345760345459 -0.1482931524515152 -1.4253261042540544E-6 -0.84450435638427734 -0.53365993499755859 0.044938359409570694 -0.55531883239746094 -0.82756751775741577 0.082176700234413147 -0.98759180307388306 -0.1570427417755127 0 -0.84139275550842285 -0.53855490684509277 0.044909369200468063 -0.55304664373397827 -0.82908225059509277 0.082231543958187103"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="9 7 8 -1 2 12 11 -1 3 12 2 -1 4 13 12 -1 4 12 3 -1 16 15 14 -1 5 14 13 -1 5 13 4 -1 5 16 14 -1 6 16 5 -1 17 0 1 -1 17 8 0 -1 17 10 9 -1 17 9 8 -1 18 17 1 -1 18 10 17 -1 19 1 2 -1 19 11 10 -1 19 18 1 -1 19 10 18 -1 19 2 11 -1" solid="false">\n\t\t\t\t<Coordinate point="-38.907737731933594 -7.7519683837890625 0.12036637216806412 -39.085865020751953 -7.2941045761108398 0.14302957057952881 -39.182193756103516 -7.022606372833252 0.22994577884674072 -39.232318878173828 -6.8680133819580078 0.32378581166267395 -39.267459869384766 -6.7460989952087402 0.44471427798271179 -39.287319183349609 -6.6558051109313965 0.60636419057846069 -39.286399841308594 -6.617729663848877 0.78858554363250732 -39.228950500488281 -7.8159675598144531 -0.34894537925720215 -39.140705108642578 -7.7983856201171875 -0.062796995043754578 -39.282676696777344 -7.5413060188293457 -0.33264139294624329 -39.332237243652344 -7.2784056663513184 -0.28303298354148865 -39.397491455078125 -6.9164695739746094 -0.14354608952999115 -39.441608428955078 -6.660304069519043 0.032181140035390854 -39.477008819580078 -6.4471592903137207 0.27857005596160889 -39.494842529296875 -6.3369855880737305 0.50442731380462646 -39.503673553466797 -6.2817096710205078 0.74746978282928467 -39.430065155029297 -6.4721403121948242 0.76989728212356567 -39.234611511230469 -7.4169998168945313 -0.055694274604320526 -39.261749267578125 -7.3013482093811035 -0.037077639251947403 -39.29803466796875 -7.1422805786132813 0.0039962306618690491"></Coordinate>\n\t\t\t\t<Normal vector="-0.33829563856124878 -0.067401424050331116 0.93862301111221313 -0.46857333183288574 -0.33277761936187744 0.81835085153579712 -0.53389835357666016 -0.50222820043563843 0.68023478984832764 -0.56329929828643799 -0.60660344362258911 0.561004638671875 -0.57797139883041382 -0.69734281301498413 0.4238656759262085 -0.57564336061477661 -0.7759966254234314 0.25780606269836426 -0.55304723978042603 -0.82908201217651367 0.082229882478713989 -0.9807237982749939 -0.19539925456047058 0 -0.80422449111938477 -0.16029787063598633 0.5723002552986145 -0.98206585645675659 -0.18853819370269775 -1.6909758926431095E-7 -0.9833064079284668 -0.18195730447769165 1.913020241772756E-6 -0.98493731021881104 -0.1729118824005127 0 -0.98604029417037964 -0.16650670766830444 8.1840852317327517E-7 -0.98692560195922852 -0.16117644309997559 3.9272919138966245E-7 -0.98737078905105591 -0.15842644870281219 -7.3266728577436879E-6 -0.98759198188781738 -0.15704162418842316 -1.2985563557776914E-7 -0.84139335155487061 -0.53855377435684204 0.044912323355674744 -0.82551473379135132 -0.25831586122512817 0.50179511308670044 -0.83132791519165039 -0.2875727117061615 0.47560045123100281 -0.83868694305419922 -0.32795581221580505 0.43479794263839722"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 3 9 -1 12 7 6 -1 12 8 7 -1 12 6 10 -1 13 9 8 -1 13 8 12 -1 14 9 13 -1 14 4 9 -1 15 2 1 -1 15 10 11 -1 15 11 2 -1 15 12 10 -1 16 13 12 -1 16 12 15 -1 16 15 1 -1 17 1 0 -1 17 5 4 -1 17 0 5 -1 17 4 14 -1 17 13 16 -1 17 16 1 -1 17 14 13 -1" solid="false">\n\t\t\t\t<Coordinate point="-39.228950500488281 -7.8159675598144531 -0.34894537925720215 -39.140705108642578 -7.7983856201171875 -0.062796995043754578 -38.907737731933594 -7.7519683837890625 0.12036637216806412 -34.800155639648438 -19.721792221069336 -0.34894508123397827 -36.696319580078125 -15.917914390563965 -0.34894508123397827 -38.17816162109375 -11.934313774108887 -0.34894508123397827 -34.515205383300781 -19.560306549072266 0.12036652863025665 -34.630771636962891 -19.625801086425781 0.047019768506288528 -34.721874237060547 -19.67742919921875 -0.062794789671897888 -34.780124664306641 -19.710441589355469 -0.19896338880062103 -36.395843505859375 -15.787575721740723 0.12036652863025665 -37.865554809570313 -11.836592674255371 0.12036652863025665 -36.517707824707031 -15.840436935424805 0.047019768506288528 -36.613773345947266 -15.882107734680176 -0.062794789671897888 -36.675197601318359 -15.90875244140625 -0.19896338880062103 -37.992336273193359 -11.876225471496582 0.047019768506288528 -38.09228515625 -11.907467842102051 -0.062794789671897888 -38.15618896484375 -11.927444458007813 -0.19896338880062103"></Coordinate>\n\t\t\t\t<Normal vector="-0.9807237982749939 -0.19539919495582581 0 -0.8042370080947876 -0.16023600101470947 0.57229995727539063 -0.33829483389854431 -0.067401781678199768 0.93862324953079224 -0.87000387907028198 -0.49304482340812683 0 -0.9174080491065979 -0.39794787764549255 0 -0.95445406436920166 -0.29835784435272217 0 -0.30010268092155457 -0.17007288336753845 0.93862324953079224 -0.53123503923416138 -0.30105921626091003 0.79192972183227539 -0.71344143152236938 -0.4043184220790863 0.57230061292648315 -0.82994085550308228 -0.47034046053886414 0.29996341466903687 -0.3164544403553009 -0.1372697502374649 0.93862324953079224 -0.32923325896263123 -0.10291676223278046 0.93862324953079224 -0.56018054485321045 -0.24299183487892151 0.79192972183227539 -0.75231486558914185 -0.32633471488952637 0.57230061292648315 -0.87516206502914429 -0.37962263822555542 0.29996341466903687 -0.58280134201049805 -0.18218095600605011 0.79192972183227539 -0.78269428014755249 -0.24466653168201447 0.57230061292648315 -0.91050213575363159 -0.28461867570877075 0.29996341466903687"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1" solid="false">\n\t\t\t\t<Coordinate point="-33.013343811035156 -21.071382522583008 1.6147216558456421 -33.088054656982422 -21.023910522460938 1.3208339214324951 -33.154491424560547 -20.969465255737305 1.1710255146026611 -33.239341735839844 -20.895053863525391 1.0213394165039063 -33.426204681396484 -20.721067428588867 0.76970899105072021 -33.701675415039063 -20.448745727539063 0.50144243240356445 -34.031959533691406 -20.103044509887695 0.27989250421524048 -34.271419525146484 -19.839912414550781 0.17553773522377014 -34.515205383300781 -19.560306549072266 0.12036652863025665 -33.512828826904297 -21.837820053100586 1.6147216558456421 -33.593029022216797 -21.596813201904297 1.6147216558456421 -33.574676513671875 -21.427591323852539 1.6147216558456421 -33.494335174560547 -21.265630722045898 1.6147216558456421 -33.361854553222656 -21.142641067504883 1.6147216558456421 -33.194259643554688 -21.074892044067383 1.6147216558456421 -33.534275054931641 -21.80487060546875 1.3047688007354736 -33.60919189453125 -21.689216613769531 0.95057660341262817 -33.72906494140625 -21.502330780029297 0.62017190456390381 -33.870986938476563 -21.278070449829102 0.34701445698738098 -34.027191162109375 -21.027372360229492 0.12177885323762894 -34.250934600830078 -20.660915374755859 -0.1116766482591629 -34.518669128417969 -20.210432052612305 -0.28448399901390076 -34.800155639648438 -19.721792221069336 -0.34894508123397827 -34.630771636962891 -19.625801086425781 0.047019768506288528 -34.721874237060547 -19.67742919921875 -0.062794789671897888 -34.780124664306641 -19.710441589355469 -0.19896338880062103 -33.930343627929688 -20.824296951293945 0.51473790407180786 -33.654991149902344 -21.487194061279297 1.1367955207824707 -33.694606781005859 -21.431459426879883 0.99568468332290649 -33.303066253662109 -21.09760856628418 1.4813845157623291 -33.746788024902344 -21.356395721435547 0.8470759391784668 -33.648765563964844 -21.172208786010742 1.0256117582321167 -33.407100677490234 -21.045085906982422 1.203825831413269 -33.805419921875 -21.2705078125 0.70889914035797119 -33.437786102294922 -21.019840240478516 1.1341919898986816 -33.474117279052734 -20.988199234008789 1.0595684051513672 -33.711448669433594 -20.753326416015625 0.68704134225845337 -34.245620727539063 -20.390649795532227 0.17282775044441223 -34.372871398925781 -20.206478118896484 0.07838333398103714 -34.478237152099609 -20.050395965576172 0.017269574105739594 -33.54571533203125 -21.266433715820313 1.3432748317718506 -33.588832855224609 -21.236265182495117 1.195273756980896"></Coordinate>\n\t\t\t\t<Normal vector="0.16114717721939087 0.98693037033081055 0 0.088629201054573059 0.96365141868591309 0.25203341245651245 0.050249282270669937 0.92661678791046143 0.37263432145118713 0.0106747942045331 0.87328475713729858 0.48709315061569214 -0.059021566063165665 0.74349063634872437 0.66613674163818359 -0.13961575925350189 0.53429114818572998 0.8336908221244812 -0.21703913807868958 0.26351466774940491 0.93992233276367188 -0.26282307505607605 0.054732460528612137 0.96329039335250854 -0.30010277032852173 -0.17007261514663696 0.93862324953079224 -0.83782070875167847 -0.54594546556472778 0 -0.99794572591781616 -0.064065098762512207 2.4130936253641266E-6 -0.96158981323242188 0.27449056506156921 2.1236025986581808E-6 -0.80107688903808594 0.59856140613555908 1.9425810933171306E-6 -0.53573465347290039 0.84438639879226685 -2.6143143259105273E-6 -0.20048055052757263 0.97969770431518555 8.060763320827391E-6 -0.83835691213607788 -0.54512166976928711 -7.7525282904389314E-6 -0.84022855758666992 -0.5422324538230896 4.3685081436706241E-6 -0.84322667121887207 -0.53755813837051392 4.1911939661076758E-6 -0.84677642583847046 -0.53194892406463623 -1.1538752460182877E-6 -0.85068029165267944 -0.52568346261978149 -1.1270302593402448E-6 -0.85627007484436035 -0.51652836799621582 2.7252656309428858E-6 -0.86297202110290527 -0.50525176525115967 -2.9775987968605477E-6 -0.87000387907028198 -0.49304482340812683 1.0038613140750385E-7 -0.53123515844345093 -0.30105918645858765 0.79192966222763062 -0.71344143152236938 -0.40431827306747437 0.57230067253112793 -0.82994073629379272 -0.47034049034118652 0.29996359348297119 -0.77401608228683472 0.069251701235771179 0.6293674111366272 -0.97377818822860718 -0.073281243443489075 0.21537387371063232 -0.96111470460891724 -0.10421397536993027 0.25573033094406128 -0.39694839715957642 0.90165561437606812 0.17160744965076447 -0.94706612825393677 -0.13858731091022491 0.28958475589752197 -0.81602084636688232 0.331207275390625 0.4737212061882019 -0.45270982384681702 0.77187085151672363 0.44639575481414795 -0.93380087614059448 -0.17149357497692108 0.31401577591896057 -0.45778089761734009 0.73503625392913818 0.50015836954116821 -0.46281090378761292 0.6931300163269043 0.5526091456413269 -0.48598161339759827 0.4510224461555481 0.74859911203384399 -0.74548429250717163 -0.14245988428592682 0.65112084150314331 -0.73641026020050049 -0.21676664054393768 0.64086830615997314 -0.72935867309570313 -0.27540874481201172 0.62624752521514893 -0.82992374897003174 0.48350310325622559 0.27830079197883606 -0.82899594306945801 0.40931537747383118 0.38108611106872559"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1" solid="false">\n\t\t\t\t<Coordinate point="-39.204463958740234 -5.4144930839538574 10.355278968811035 -39.231441497802734 -5.6357512474060059 10.217992782592773 -39.163753509521484 -5.7843055725097656 10.013345718383789 -39.432479858398438 -5.6243801116943359 9.8079347610473633 -39.581428527832031 -5.460515022277832 9.9095926284790039 -39.653648376464844 -5.2524309158325195 9.9853754043579102 -39.6689453125 -5.1356267929077148 10"></Coordinate>\n\t\t\t\t<Normal vector="-0.63674366474151611 -0.087940074503421783 0.76604443788528442 -0.69070285558700562 -0.53045713901519775 0.49147206544876099 -0.55532377958297729 -0.82756423950195313 0.08217649906873703 -0.55532377958297729 -0.82756423950195313 0.08217649906873703 -0.67942428588867188 -0.6027875542640686 0.41836565732955933 -0.6824183464050293 -0.27128541469573975 0.67875576019287109 -0.63746792078018188 -0.082527786493301392 0.7660442590713501"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-39.204463958740234 -5.4144930839538574 10.355278968811035 -30.298637390136719 -9.8362464904785156 16.834228515625 -30.152885437011719 -10.110377311706543 16.792268753051758 -29.93568229675293 -10.294266700744629 16.674985885620117 -39.163753509521484 -5.7843055725097656 10.013345718383789 -39.231441497802734 -5.6357512474060059 10.217992782592773"></Coordinate>\n\t\t\t\t<Normal vector="-0.63674366474151611 -0.087940104305744171 0.76604443788528442 -0.61137849092483521 -0.19847945868968964 0.76604324579238892 -0.59236788749694824 -0.63824892044067383 0.49166926741600037 -0.41154170036315918 -0.90768039226531982 0.082157067954540253 -0.55532377958297729 -0.82756423950195313 0.082176506519317627 -0.69070237874984741 -0.53045743703842163 0.49147239327430725"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 2 8 -1 3 8 9 -1 4 9 10 -1 4 3 9 -1 5 10 11 -1 5 4 10 -1 6 11 12 -1 6 5 11 -1 7 12 1 -1 7 6 12 -1 0 7 1 -1" solid="false">\n\t\t\t\t<Coordinate point="-33.013343811035156 -21.071382522583008 1.6147216558456421 -33.013343811035156 -21.071382522583008 10.700789451599121 -33.512828826904297 -21.837820053100586 1.6147216558456421 -33.593029022216797 -21.596813201904297 1.6147216558456421 -33.574676513671875 -21.427591323852539 1.6147216558456421 -33.494335174560547 -21.265630722045898 1.6147216558456421 -33.361854553222656 -21.142641067504883 1.6147216558456421 -33.194259643554688 -21.074892044067383 1.6147216558456421 -33.512828826904297 -21.837820053100586 10 -33.593807220458984 -21.551151275634766 10.073545455932617 -33.558094024658203 -21.378999710083008 10.176597595214844 -33.430057525634766 -21.1944580078125 10.350322723388672 -33.241683959960938 -21.087017059326172 10.532092094421387"></Coordinate>\n\t\t\t\t<Normal vector="0.16114717721939087 0.98693037033081055 0 0.161147341132164 0.98693037033081055 0 -0.83782070875167847 -0.54594546556472778 0 -0.99794328212738037 -0.064102895557880402 0 -0.96157878637313843 0.27452915906906128 0 -0.80105704069137573 0.59858804941177368 0 -0.53577196598052979 0.84436273574829102 0 -0.20041784644126892 0.97971051931381226 0 -0.83782070875167847 -0.54594546556472778 0 -0.99962496757507324 0.02738533727824688 0 -0.92835533618927002 0.37169396877288818 0 -0.67204254865646362 0.74051254987716675 0 -0.29543900489807129 0.95536160469055176 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1" solid="false">\n\t\t\t\t<Coordinate point="-39.649738311767578 -5.2818851470947266 9.7185659408569336 -39.577972412109375 -5.478856086730957 9.7410869598388672 -39.431774139404297 -5.6296510696411133 9.7596168518066406 -39.653648376464844 -5.2524309158325195 9.9853754043579102 -39.432479858398438 -5.6243801116943359 9.8079347610473633 -39.581428527832031 -5.460515022277832 9.9095926284790039"></Coordinate>\n\t\t\t\t<Normal vector="-0.99124342203140259 -0.1320471465587616 0 -0.84885680675506592 -0.5266951322555542 0.045103665441274643 -0.55532377958297729 -0.82756423950195313 0.08217649906873703 -0.991341233253479 -0.13131077587604523 0 -0.55532377958297729 -0.82756417989730835 0.08217649906873703 -0.84939301013946533 -0.5258362889289856 0.045030608773231506"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="2 3 0 -1 1 2 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-37.531330108642578 13.34005069732666 9.7596168518066406 -37.368972778320313 13.075741767883301 9.9641256332397461 -37.365882873535156 13.078556060791016 10.013345718383789 -37.529506683349609 13.34504508972168 9.8079347610473633"></Coordinate>\n\t\t\t\t<Normal vector="-0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.87630307674407959 -0.47469988465309143 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 3 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-31.290714263916016 4.7966842651367188 16.674985885620117 -31.183395385742188 4.6451444625854492 16.571977615356445 -37.365882873535156 13.078556060791016 10.013345718383789 -37.368972778320313 13.075741767883301 9.9641256332397461"></Coordinate>\n\t\t\t\t<Normal vector="-0.78622233867645264 -0.61245787143707275 0.082157023251056671 -0.78510665893554688 -0.61358487606048584 0.084386467933654785 -0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.87630307674407959 -0.47469988465309143 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-37.368972778320313 13.075741767883301 9.9641256332397461 -37.749107360839844 12.729636192321777 3.9111936092376709 -37.531330108642578 13.34005069732666 9.7596168518066406"></Coordinate>\n\t\t\t\t<Normal vector="-0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.87630301713943481 -0.47469991445541382 0.082176446914672852 -0.87630307674407959 -0.47469988465309143 0.08217649906873703"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 7 3 -1 6 7 4 -1 2 6 4 -1 1 5 6 -1 0 1 6 -1 0 6 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-37.368972778320313 13.075741767883301 9.9641256332397461 -37.749107360839844 12.729636192321777 3.9111936092376709 -31.183395385742188 4.6451444625854492 16.571977615356445 -18.708990097045898 -8.5358896255493164 7.801386833190918 -25.298559188842773 -2.49546217918396 11.687099456787109 -37.861793518066406 12.397591590881348 0.78858399391174316 -32.142238616943359 4.0765609741210938 3.5125977993011475 -25.521080017089844 -2.9557521343231201 5.9541029930114746"></Coordinate>\n\t\t\t\t<Normal vector="-0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.87630301713943481 -0.47469997406005859 0.08217649906873703 -0.78510171175003052 -0.61359071731567383 0.084390662610530853 -0.59807795286178589 -0.79711395502090454 0.083139099180698395 -0.69220548868179321 -0.71674185991287231 0.084454804658889771 -0.87499213218688965 -0.47710242867469788 0.0822315514087677 -0.78726965188980103 -0.6108098030090332 0.084367804229259491 -0.69024080038070679 -0.7186359167098999 0.084439717233181"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 0 10 -1 15 10 11 -1 15 11 12 -1 15 12 13 -1 15 13 14 -1 15 14 7 -1 16 1 0 -1 16 7 8 -1 16 15 7 -1 16 0 15 -1 17 1 16 -1 17 16 8 -1 18 2 1 -1 18 8 9 -1 18 1 17 -1 18 17 8 -1 19 2 18 -1 19 18 9 -1 20 3 2 -1 20 4 3 -1 20 5 4 -1 20 6 5 -1 20 9 6 -1 20 19 9 -1 20 2 19 -1" solid="false">\n\t\t\t\t<Coordinate point="-37.861793518066406 12.397591590881348 0.78858399391174316 -32.142238616943359 4.0765609741210938 3.5125977993011475 -25.521080017089844 -2.9557521343231201 5.9541029930114746 -18.708990097045898 -8.5358896255493164 7.801386833190918 -18.057710647583008 -9.1544885635375977 7.5466322898864746 -17.48786735534668 -9.8386096954345703 7.4022507667541504 -16.971323013305664 -10.581787109375 7.3499999046325684 -38.053611755371094 11.217299461364746 0.12036649137735367 -31.64924430847168 2.3133277893066406 3.0378727912902832 -24.316184997558594 -5.0022168159484863 5.5766782760620117 -37.882587432861328 12.357510566711426 0.58849835395812988 -37.910488128662109 12.249066352844238 0.41387608647346497 -37.938873291015625 12.103083610534668 0.29069593548774719 -37.970657348632813 11.906269073486328 0.19594497978687286 -38.003238677978516 11.669258117675781 0.13669675588607788 -37.820537567138672 11.852560043334961 0.33605688810348511 -35.066211700439453 7.5571432113647461 1.7177020311355591 -31.774286270141602 3.2598726749420166 3.1598653793334961 -28.491758346557617 -0.38160356879234314 4.4233684539794922 -24.81346321105957 -3.903918981552124 5.6590628623962402 -21.378787994384766 -6.7846879959106445 6.6417365074157715"></Coordinate>\n\t\t\t\t<Normal vector="-0.87498992681503296 -0.4771060049533844 0.082233980298042297 -0.78727763891220093 -0.61079692840576172 0.084386050701141357 -0.6902422308921814 -0.71862965822219849 0.084481336176395416 -0.59809547662734985 -0.79710221290588379 0.083125211298465729 -0.57143568992614746 -0.66609430313110352 0.47935333847999573 -0.46407368779182434 -0.4591374397277832 0.7575145959854126 -0.29270690679550171 -0.18250682950019836 0.93862342834472656 -0.330863356590271 0.097534917294979095 0.93862473964691162 -0.34402447938919067 0.025149330496788025 0.93862384557723999 -0.3378693163394928 -0.069502264261245728 0.93862330913543701 -0.86820876598358154 -0.41298279166221619 0.27506139874458313 -0.82461506128311157 -0.33173483610153198 0.45821613073348999 -0.75873082876205444 -0.25063836574554443 0.60125529766082764 -0.66620028018951416 -0.15934774279594421 0.7285502552986145 -0.55207306146621704 -0.062941551208496094 0.83141666650772095 -0.74088740348815918 -0.2355567067861557 0.62896651029586792 -0.71873575448989868 -0.29663693904876709 0.62882858514785767 -0.68952196836471558 -0.36135667562484741 0.62767893075942993 -0.65799140930175781 -0.41927081346511841 0.62550723552703857 -0.61978769302368164 -0.4786258339881897 0.62191683053970337 -0.58022463321685791 -0.53079193830490112 0.6177372932434082"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 1 2 -1 4 2 3 -1 4 5 2 -1" solid="false">\n\t\t\t\t<Coordinate point="-16.573566436767578 -14.005535125732422 8.0888767242431641 -26.557092666625977 -10.565190315246582 5.5192995071411133 -32.908798217773438 -7.3646073341369629 3.6181886196136475 -39.024223327636719 -3.3157157897949219 1.6147215366363525 -39.024223327636719 -3.3157157897949219 10.700789451599121 -31.211503982543945 -8.3104047775268555 16.461965560913086"></Coordinate>\n\t\t\t\t<Normal vector="0.2539232075214386 0.9672243595123291 0 0.39902865886688232 0.91693848371505737 0 0.50057637691497803 0.8656923770904541 0 0.60133820772171021 0.79899460077285767 0 0.60133820772171021 0.79899460077285767 0 0.47298121452331543 0.8810725212097168 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="22 9 10 -1 22 21 20 -1 22 23 9 -1 22 20 23 -1 24 10 11 -1 24 13 12 -1 24 14 13 -1 24 11 19 -1 24 12 21 -1 24 21 25 -1 24 25 10 -1 26 15 14 -1 26 16 15 -1 26 17 16 -1 26 18 17 -1 26 19 18 -1 26 14 24 -1 26 24 19 -1 27 2 1 -1 27 3 2 -1 27 4 3 -1 27 5 4 -1 27 6 5 -1 28 7 6 -1 28 6 27 -1 28 27 1 -1 29 1 0 -1 29 7 28 -1 29 28 1 -1 30 8 7 -1 30 7 29 -1 30 29 0 -1 31 0 9 -1 31 20 8 -1 31 9 23 -1 31 30 0 -1 31 23 20 -1 31 8 30 -1 32 21 22 -1 32 22 10 -1 32 25 21 -1 32 10 25 -1" solid="false">\n\t\t\t\t<Coordinate point="-16.027290344238281 -12.828803062438965 7.1554818153381348 -15.285384178161621 -13.435159683227539 7.3120465278625488 -15.0836181640625 -13.674093246459961 7.4084482192993164 -15.010721206665039 -13.809402465820313 7.4767427444458008 -15.053779602050781 -14.064845085144043 7.6610188484191895 -15.245864868164063 -14.148712158203125 7.7746992111206055 -15.561860084533691 -14.171940803527832 7.8853073120117188 -16.069076538085938 -14.116995811462402 8.0040559768676758 -16.573566436767578 -14.005535125732422 8.0888767242431641 -26.575267791748047 -9.2066230773925781 4.3641200065612793 -33.262340545654297 -5.7308707237243652 2.2959814071655273 -39.651824951171875 -1.279775857925415 0.12036652863025665 -39.024223327636719 -3.3157157897949219 1.6147215366363525 -39.068294525146484 -3.2390186786651611 1.3209164142608643 -39.101795196533203 -3.1599981784820557 1.1712050437927246 -39.142341613769531 -3.0546951293945313 1.0215109586715698 -39.226955413818359 -2.8137896060943604 0.76981985569000244 -39.344379425048828 -2.4444420337677002 0.50139480829238892 -39.476200103759766 -1.9847642183303833 0.27981856465339661 -39.565921783447266 -1.6405758857727051 0.17551484704017639 -26.557092666625977 -10.565190315246582 5.5192995071411133 -32.908798217773438 -7.3646073341369629 3.6181886196136475 -31.774997711181641 -7.5714244842529297 3.1016309261322021 -26.660772323608398 -10.102847099304199 4.632077693939209 -36.754798889160156 -4.4860095977783203 1.4965643882751465 -34.288963317871094 -6.0977320671081543 2.305910587310791 -39.035888671875 -2.8340103626251221 0.72047072649002075 -15.421422958374023 -13.881622314453125 7.4993548393249512 -15.678912162780762 -13.909687042236328 7.524261474609375 -16.035459518432617 -13.650794982910156 7.309028148651123 -16.295116424560547 -13.666463851928711 7.3110666275024414 -21.157983779907227 -12.226963996887207 6.1366710662841797 -33.144443511962891 -6.7889065742492676 2.6717586517333984"></Coordinate>\n\t\t\t\t<Normal vector="-0.26929488778114319 -0.21557365357875824 0.93862038850784302 -0.16891390085220337 0.17540620267391205 0.96989727020263672 -0.11535124480724335 0.35115429759025574 0.92918497323989868 -0.078882783651351929 0.45972332358360291 0.88455182313919067 0.017333537340164185 0.7022283673286438 0.71174073219299316 0.077131427824497223 0.81838905811309814 0.56946474313735962 0.13691367208957672 0.90486657619476318 0.40307703614234924 0.20387175679206848 0.96096253395080566 0.18704891204833984 0.25390768051147461 0.9672284722328186 1.3239199461168027E-6 -0.32594108581542969 -0.11292590945959091 0.9386214017868042 -0.33993664383888245 -0.058572981506586075 0.93862253427505493 -0.34476417303085327 -0.011126239784061909 0.93862336874008179 0.60132455825805664 0.79900485277175903 -4.6243781071098056E-6 0.52622675895690918 0.8120771050453186 0.25222253799438477 0.47510769963264465 0.79726606607437134 0.37234330177307129 0.41535967588424683 0.76836520433425903 0.48692011833190918 0.29343074560165405 0.68567073345184326 0.66614866256713867 0.12462937831878662 0.53793305158615112 0.83372390270233154 -0.069693028926849365 0.33417120575904846 0.93993216753005981 -0.20727531611919403 0.17047178745269775 0.96331524848937988 0.39889538288116455 0.91699641942977905 5.0603316594788339E-6 0.50066351890563965 0.8656420111656189 2.824913053700584E-6 0.1217033863067627 0.64339524507522583 0.75579816102981567 0.065424174070358276 0.64652836322784424 0.76007944345474243 0.18267986178398132 0.63083511590957642 0.75410550832748413 0.1519310474395752 0.63824325799942017 0.75469368696212769 0.21174132823944092 0.62192738056182861 0.75390446186065674 -0.018197968602180481 0.61820447444915771 0.78580659627914429 0.019496457651257515 0.70137238502502441 0.71252834796905518 -0.045072071254253387 0.55014234781265259 0.83385366201400757 -0.013009472750127316 0.62510967254638672 0.78042846918106079 0.016409220173954964 0.63940393924713135 0.7686958909034729 0.13800185918807983 0.64088654518127441 0.75512903928756714"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 1 0 -1 2 1 4 -1 3 4 5 -1 3 2 4 -1 6 3 5 -1 7 3 6 -1 14 3 7 -1 10 14 7 -1 15 14 10 -1 9 15 10 -1 11 15 9 -1 12 11 9 -1 13 12 9 -1 8 13 9 -1" solid="false">\n\t\t\t\t<Coordinate point="-14.482619285583496 -13.793249130249023 7.3499999046325684 -14.806848526000977 -13.514142990112305 7.3327951431274414 -15.265069007873535 -13.225421905517578 7.2774629592895508 -16.027290344238281 -12.828803062438965 7.1554818153381348 -15.162308692932129 -13.042407035827637 7.3499999046325684 -15.806859970092773 -12.253292083740234 7.3499999046325684 -16.41038703918457 -11.432374954223633 7.3499999046325684 -16.971323013305664 -10.581787109375 7.3499999046325684 -38.053611755371094 11.217299461364746 0.12036649137735367 -31.64924430847168 2.3133277893066406 3.0378727912902832 -24.316184997558594 -5.0022168159484863 5.5766782760620117 -39.651824951171875 -1.279775857925415 0.12036652863025665 -39.563770294189453 2.9347882270812988 0.12036652863025665 -39.029022216796875 7.1162171363830566 0.12036652863025665 -26.575267791748047 -9.2066230773925781 4.3641200065612793 -33.262340545654297 -5.7308707237243652 2.2959814071655273"></Coordinate>\n\t\t\t\t<Normal vector="-0.24978466331958771 -0.23789496719837189 0.93862324953079224 -0.25478032231330872 -0.23253683745861053 0.93862324953079224 -0.26070684194564819 -0.22587239742279053 0.93862324953079224 -0.26929891109466553 -0.21555624902248383 0.93862324953079224 -0.26150742173194885 -0.22494503855705261 0.93862324953079224 -0.27262410521507263 -0.21133500337600708 0.93862324953079224 -0.28303325176239014 -0.1971764862537384 0.93862324953079224 -0.29270783066749573 -0.18250621855258942 0.93862324953079224 -0.33086836338043213 0.097532130777835846 0.93862324953079224 -0.34402626752853394 0.025145798921585083 0.93862324953079224 -0.33786898851394653 -0.069504901766777039 0.93862324953079224 -0.34476453065872192 -0.011127381585538387 0.93862324953079224 -0.34399890899658203 0.025517385452985764 0.93862324953079224 -0.33934935927391052 0.061874054372310638 0.93862324953079224 -0.32593891024589539 -0.11291689425706863 0.93862324953079224 -0.33993548154830933 -0.058568526059389114 0.93862324953079224"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="9 0 1 -1 9 1 2 -1 9 2 3 -1 9 3 4 -1 18 22 23 -1 18 23 24 -1 18 25 22 -1 18 17 25 -1 19 20 21 -1 19 24 20 -1 19 18 24 -1 14 4 5 -1 14 5 6 -1 14 6 7 -1 14 7 8 -1 14 11 12 -1 14 12 9 -1 14 8 17 -1 14 9 4 -1 15 11 14 -1 10 11 15 -1 16 10 15 -1 13 10 16 -1 25 17 8 -1" solid="false">\n\t\t\t\t<Coordinate point="-19.2337646484375 -5.4829120635986328 7.3499999046325684 -19.376167297363281 -5.715968132019043 7.5113492012023926 -19.565109252929688 -5.8701648712158203 7.6914048194885254 -19.80451774597168 -5.9461655616760254 7.8923249244689941 -20.080207824707031 -5.9387397766113281 8.1019964218139648 -20.291688919067383 -5.8856925964355469 8.2524299621582031 -20.517536163330078 -5.793459415435791 8.4058322906494141 -20.904144287109375 -5.5636868476867676 8.6554975509643555 -21.251964569091797 -5.2867941856384277 8.8697471618652344 -18.820880889892578 -6.765683650970459 7.3499999046325684 -17.688175201416016 -9.3342618942260742 7.3499999046325684 -18.105712890625 -8.4960689544677734 7.3499999046325684 -18.483556747436523 -7.6392498016357422 7.3499999046325684 -16.971323013305664 -10.581787109375 7.3499999046325684 -18.708990097045898 -8.5358896255493164 7.801386833190918 -18.057710647583008 -9.1544885635375977 7.5466322898864746 -17.48786735534668 -9.8386096954345703 7.4022507667541504 -25.298559188842773 -2.49546217918396 11.687099456787109 -31.183395385742188 4.6451444625854492 16.571977615356445 -31.290714263916016 4.7966842651367188 16.674985885620117 -31.399242401123047 5.3709149360656738 16.834228515625 -31.397581100463867 5.060450553894043 16.792268753051758 -31.307977676391602 5.8795976638793945 16.834228515625 -31.339315414428711 5.7102022171020508 16.834228515625 -31.36973762512207 5.5406398773193359 16.834228515625 -26.519702911376953 -0.077858351171016693 12.565854072570801"></Coordinate>\n\t\t\t\t<Normal vector="0.60076183080673218 0.17125743627548218 0.78086882829666138 0.5991675853729248 0.17675438523292542 0.78086882829666138 0.59834402799606323 0.17952252924442291 0.78086882829666138 0.59830933809280396 0.17963811755180359 0.78086882829666138 0.59904533624649048 0.17716820538043976 0.78086882829666138 0.59996658563613892 0.17402292788028717 0.78086882829666138 0.601188063621521 0.16975520551204681 0.78086882829666138 0.60367941856384277 0.1606706827878952 0.78086882829666138 0.60621869564056396 0.15080705285072327 0.78086882829666138 0.58786553144454956 0.21132445335388184 0.78086882829666138 0.55248576402664185 0.29155334830284119 0.78086882829666138 0.56552743911743164 0.26537260413169861 0.78086882829666138 0.57732933759689331 0.23861007392406464 0.78086882829666138 0.53009504079818726 0.33051949739456177 0.78086882829666138 0.56833690404891968 0.25930109620094299 0.78086882829666138 0.55718505382537842 0.28246903419494629 0.78086882829666138 0.54444652795791626 0.30630362033843994 0.78086882829666138 0.6216779351234436 0.061322614550590515 0.78086882829666138 0.61787736415863037 -0.092040367424488068 0.78086882829666138 0.61748206615447998 -0.094656407833099365 0.78086882829666138 0.61575186252593994 -0.10532582551240921 0.78086882829666138 0.61673599481582642 -0.09940134733915329 0.78086882829666138 0.61396211385726929 -0.11530133336782455 0.78086882829666138 0.61457669734954834 -0.11197938024997711 0.78086882829666138 0.61517328023910522 -0.1086541935801506 0.78086882829666138 0.62469238042831421 0.0018340143142268062 0.78086882829666138"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-31.498451232910156 7.1462111473083496 16.461965560913086 -36.095123291015625 15.199540138244629 10.700789451599121 -37.009628295898438 15.17522144317627 10 -36.819709777832031 15.40471363067627 10.073545455932617 -36.657741546630859 15.473114967346191 10.176597595214844 -36.433135986328125 15.472575187683105 10.350322723388672 -36.237705230712891 15.378578186035156 10.532092094421387 -37.511753082275391 13.887706756591797 10 -37.349323272705078 14.31879711151123 10 -37.181941986083984 14.747986793518066 10 -37.230072021484375 13.424927711486816 10.355278968811035 -31.399242401123047 5.3709149360656738 16.834228515625 -31.307977676391602 5.8795976638793945 16.834228515625 -31.339315414428711 5.7102022171020508 16.834228515625 -31.36973762512207 5.5406398773193359 16.834228515625 -31.270891189575195 6.2798881530761719 16.800704956054688 -31.302131652832031 6.6333165168762207 16.715099334716797 -31.374898910522461 6.9017620086669922 16.607864379882813"></Coordinate>\n\t\t\t\t<Normal vector="-0.62685716152191162 0.14221824705600739 0.76604443788528442 -0.59240645170211792 0.24946044385433197 0.76604443788528442 -0.59473329782485962 0.24386110901832581 0.76604443788528442 -0.59298062324523926 0.24809256196022034 0.76604443788528442 -0.59219443798065186 0.24996335804462433 0.76604443788528442 -0.59164458513259888 0.25126206874847412 0.76604443788528442 -0.59170913696289063 0.25110989809036255 0.76604443788528442 -0.60280221700668335 0.22317114472389221 0.76604443788528442 -0.60019207000732422 0.23009863495826721 0.76604443788528442 -0.59750229120254517 0.23699557781219482 0.76604443788528442 -0.60467630624771118 0.21804244816303253 0.76604443788528442 -0.63358545303344727 0.10837629437446594 0.76604443788528442 -0.63174384832382202 0.1186407208442688 0.76604443788528442 -0.63237619400024414 0.11522255092859268 0.76604443788528442 -0.63299006223678589 0.11180105805397034 0.76604443788528442 -0.63020527362823486 0.12655918300151825 0.76604443788528442 -0.62882339954376221 0.13325560092926025 0.76604443788528442 -0.62777799367904663 0.13809682428836823 0.76604443788528442"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 13 12 -1 0 14 13 -1 0 11 14 -1 0 12 15 -1 0 15 16 -1 0 16 17 -1 10 11 0 -1 8 7 10 -1 1 10 0 -1 1 8 10 -1 9 8 1 -1 6 9 1 -1 5 9 6 -1 2 9 5 -1 4 2 5 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-31.211503982543945 -8.3104047775268555 16.461965560913086 -39.024223327636719 -3.3157157897949219 10.700789451599121 -39.822677612304688 -3.7622411251068115 10 -39.761161804199219 -3.470775842666626 10.073545455932617 -39.6495361328125 -3.3349392414093018 10.176597595214844 -39.450401306152344 -3.2310373783111572 10.350322723388672 -39.233673095703125 -3.2234458923339844 10.532092094421387 -39.6689453125 -5.1356267929077148 10 -39.725460052490234 -4.6784319877624512 10 -39.776706695556641 -4.220616340637207 10 -39.204463958740234 -5.4144930839538574 10.355278968811035 -30.298637390136719 -9.8362464904785156 16.834228515625 -30.4542236328125 -9.3434171676635742 16.834228515625 -30.403249740600586 -9.5079736709594727 16.834228515625 -30.351387023925781 -9.6722517013549805 16.834228515625 -30.60740852355957 -8.9717435836791992 16.800704956054688 -30.79931640625 -8.6733160018920898 16.715099334716797 -30.988500595092773 -8.4694356918334961 16.607864379882813"></Coordinate>\n\t\t\t\t<Normal vector="-0.621146559715271 -0.16538703441619873 0.76604443788528442 -0.6404799222946167 -0.054418746381998062 0.76604443788528442 -0.63993805646896362 -0.060458049178123474 0.76604443788528442 -0.64035260677337646 -0.05589677020907402 0.76604443788528442 -0.64052587747573853 -0.0538749098777771 0.76604443788528442 -0.64064252376556396 -0.052469424903392792 0.76604443788528442 -0.64062905311584473 -0.052634198218584061 0.76604443788528442 -0.63746768236160278 -0.082527928054332733 0.76604443788528442 -0.63837587833404541 -0.075180947780609131 0.76604443788528442 -0.63919937610626221 -0.067823998630046844 0.76604443788528442 -0.63674360513687134 -0.08794008195400238 0.76604443788528442 -0.61137700080871582 -0.19847938418388367 0.76604443788528442 -0.6145164966583252 -0.18853487074375153 0.76604443788528442 -0.61348789930343628 -0.19185537099838257 0.76604443788528442 -0.61244142055511475 -0.19517023861408234 0.76604443788528442 -0.61683404445648193 -0.18080839514732361 0.76604443788528442 -0.61872243881225586 -0.17423681914806366 0.76604443788528442 -0.62004655599594116 -0.16946429014205933 0.76604443788528442"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="130 131 132 -1 133 130 132 -1 134 130 133 -1 135 130 134 -1 129 130 135 -1 136 126 129 -1 124 123 128 -1 125 124 128 -1 120 125 128 -1 137 126 136 -1 121 128 127 -1 121 120 128 -1 138 126 137 -1 122 126 138 -1 122 127 126 -1 122 121 127 -1 156 157 158 -1 159 156 158 -1 119 122 138 -1 119 138 139 -1 160 156 159 -1 140 119 139 -1 161 156 160 -1 141 106 119 -1 141 119 140 -1 142 106 141 -1 143 106 142 -1 144 106 143 -1 155 156 161 -1 107 144 145 -1 107 106 144 -1 147 107 146 -1 162 154 155 -1 163 154 162 -1 164 153 154 -1 164 154 163 -1 182 183 184 -1 165 153 164 -1 185 182 184 -1 186 182 185 -1 187 182 186 -1 108 153 165 -1 108 147 148 -1 108 148 149 -1 108 149 150 -1 108 150 151 -1 108 151 152 -1 108 152 153 -1 108 165 166 -1 108 107 147 -1 167 108 166 -1 168 108 167 -1 169 108 168 -1 170 108 169 -1 181 182 187 -1 109 170 171 -1 109 108 170 -1 173 109 172 -1 188 180 181 -1 189 180 188 -1 190 180 189 -1 190 179 180 -1 9 10 11 -1 191 179 190 -1 12 9 11 -1 13 9 12 -1 14 9 13 -1 110 109 173 -1 110 179 191 -1 110 173 174 -1 110 174 175 -1 110 175 176 -1 110 176 177 -1 110 177 178 -1 110 178 179 -1 110 191 192 -1 193 110 192 -1 194 110 193 -1 195 110 194 -1 196 110 195 -1 8 9 14 -1 111 110 196 -1 111 196 197 -1 7 111 198 -1 15 0 8 -1 16 0 15 -1 17 0 16 -1 35 36 37 -1 18 1 0 -1 18 0 17 -1 38 35 37 -1 39 35 38 -1 40 35 39 -1 112 2 1 -1 112 3 2 -1 112 4 3 -1 112 5 4 -1 112 6 5 -1 112 7 6 -1 112 1 18 -1 112 18 19 -1 112 111 7 -1 20 112 19 -1 21 112 20 -1 22 112 21 -1 23 112 22 -1 34 35 40 -1 113 23 24 -1 113 112 23 -1 26 113 25 -1 41 27 34 -1 42 27 41 -1 43 27 42 -1 61 62 63 -1 44 28 27 -1 44 27 43 -1 64 61 63 -1 65 61 64 -1 66 61 65 -1 114 29 28 -1 114 30 29 -1 114 31 30 -1 114 32 31 -1 114 33 32 -1 114 26 33 -1 114 44 45 -1 114 113 26 -1 114 28 44 -1 46 114 45 -1 47 114 46 -1 48 114 47 -1 49 114 48 -1 60 61 66 -1 115 49 50 -1 115 114 49 -1 52 115 51 -1 67 53 60 -1 68 53 67 -1 69 53 68 -1 87 88 89 -1 70 53 69 -1 70 54 53 -1 90 87 89 -1 91 87 90 -1 92 87 91 -1 116 115 52 -1 116 55 54 -1 116 56 55 -1 116 57 56 -1 116 58 57 -1 116 59 58 -1 116 52 59 -1 116 70 71 -1 116 54 70 -1 72 116 71 -1 73 116 72 -1 74 116 73 -1 75 116 74 -1 86 87 92 -1 117 116 75 -1 117 75 76 -1 78 117 77 -1 93 79 86 -1 94 79 93 -1 95 79 94 -1 96 80 79 -1 96 79 95 -1 118 117 78 -1 118 80 96 -1 118 81 80 -1 118 82 81 -1 118 83 82 -1 118 84 83 -1 118 85 84 -1 118 78 85 -1 118 96 97 -1 98 118 97 -1 99 118 98 -1 100 118 99 -1 101 118 100 -1 104 118 101 -1 105 118 104 -1 105 103 102 -1 105 104 103 -1 14 15 8 -1 24 25 113 -1 40 41 34 -1 50 51 115 -1 66 67 60 -1 76 77 117 -1 92 93 86 -1 135 136 129 -1 145 146 107 -1 161 162 155 -1 171 172 109 -1 187 188 181 -1 197 198 111 -1" solid="false">\n\t\t\t\t<Coordinate point="-37.898021697998047 12.796093940734863 0.74746823310852051 -37.924404144287109 12.717689514160156 0.43656125664710999 -37.957679748535156 12.618016242980957 0.2484545111656189 -38.026210784912109 12.409968376159668 0.012604113668203354 -38.110172271728516 12.149704933166504 -0.16222916543483734 -38.173789978027344 11.94835090637207 -0.24808748066425323 -38.242164611816406 11.727669715881348 -0.30821776390075684 -38.367771148681641 11.309906959533691 -0.34894576668739319 -37.783245086669922 13.131119728088379 3.8700993061065674 -37.562713623046875 13.749274253845215 9.7185659408569336 -37.552490234375 13.777173042297363 9.9853754043579102 -37.511753082275391 13.887706756591797 10 -37.349323272705078 14.31879711151123 10 -37.181941986083984 14.747986793518066 10 -37.009628295898438 15.17522144317627 10 -37.009628295898438 15.17522144317627 1.6147216558456421 -36.994712829589844 15.211544990539551 1.3049592971801758 -36.942119598388672 15.33882999420166 0.95080912113189697 -36.856433868408203 15.543596267700195 0.62038642168045044 -36.752468109130859 15.787845611572266 0.3471149206161499 -36.634811401367188 16.05897331237793 0.12173808366060257 -36.460285186767578 16.451374053955078 -0.11174597591161728 -36.241657257080078 16.927556991577148 -0.28450471162796021 -35.999458312988281 17.436712265014648 -0.34894508123397827 -33.946071624755859 21.158073425292969 -0.34894508123397827 -31.509416580200195 24.640548706054688 -0.34894508123397827 -28.716999053955078 27.844818115234375 -0.34894537925720215 -27.610389709472656 28.942466735839844 0.74746823310852051 -27.670156478881836 28.885332107543945 0.43665421009063721 -27.745988845825195 28.812498092651367 0.24846003949642181 -27.903352737426758 28.660127639770508 0.012588707730174065 -28.098537445068359 28.468791961669922 -0.16213507950305939 -28.248252868652344 28.320243835449219 -0.24785777926445007 -28.411344528198242 28.156623840332031 -0.30803510546684265 -27.353067398071289 29.185779571533203 3.8700993061065674 -26.870525360107422 29.630641937255859 9.7185659408569336 -26.848506927490234 29.650592803955078 9.9853754043579102 -26.761068344116211 29.729534149169922 10 -26.416908264160156 30.035760879516602 10 -26.069244384765625 30.338005065917969 10 -25.718122482299805 30.636222839355469 10 -25.718122482299805 30.636222839355469 1.6147216558456421 -25.68803596496582 30.661455154418945 1.3049592971801758 -25.582313537597656 30.749719619750977 0.95080912113189697 -25.411281585693359 30.891208648681641 0.62038642168045044 -25.205717086791992 31.059165954589844 0.3471149206161499 -24.975536346435547 31.244560241699219 0.12173808366060257 -24.638643264770508 31.510906219482422 -0.11174597591161728 -24.223766326904297 31.83094596862793 -0.28450471162796021 -23.772693634033203 32.169223785400391 -0.34894508123397827 -20.225107192993164 34.51007080078125 -0.34894508123397827 -16.449169158935547 36.461277008056641 -0.34894508123397827 -12.487507820129395 38.000816345214844 -0.34894537925720215 -10.997550964355469 38.458469390869141 0.74746823310852051 -11.077024459838867 38.435653686523438 0.43665421009063721 -11.178016662597656 38.406406402587891 0.24846003949642181 -11.388165473937988 38.344615936279297 0.012588707730174065 -11.649911880493164 38.265907287597656 -0.16213507950305939 -11.85151195526123 38.203948974609375 -0.24785777926445007 -12.071961402893066 38.134860992431641 -0.30803510546684265 -10.656630516052246 38.554328918457031 3.8700993061065674 -10.022622108459473 38.723983764648438 9.7185659408569336 -9.9938545227050781 38.731418609619141 9.9853754043579102 -9.8797454833984375 38.760684967041016 10 -9.4326963424682617 38.871894836425781 10 -8.9843959808349609 38.977951049804688 10 -8.5349035263061523 39.078834533691406 10 -8.5349035263061523 39.078834533691406 1.6147216558456421 -8.4965362548828125 39.087196350097656 1.3049592971801758 -8.3619070053100586 39.116218566894531 0.95080912113189697 -8.1447105407714844 39.162017822265625 0.62038642168045044 -7.8846392631530762 39.215206146240234 0.3471149206161499 -7.5946688652038574 39.272396087646484 0.12173808366060257 -7.1725864410400391 39.351669311523438 -0.11174597591161728 -6.6565017700195313 39.442249298095703 -0.28450471162796021 -6.099891185760498 39.532154083251953 -0.34894508123397827 -1.8708139657974243 39.956226348876953 -0.34894508123397827 2.3793859481811523 39.929168701171875 -0.34894508123397827 6.6027212142944336 39.451286315917969 -0.34894537925720215 8.1346940994262695 39.164100646972656 0.74746823310852051 8.0537214279174805 39.180831909179688 0.43665421009063721 7.9507036209106445 39.201866149902344 0.24846003949642181 7.7359127998352051 39.244815826416016 0.012588707730174065 7.4675683975219727 39.296760559082031 -0.16213507950305939 7.2602677345275879 39.335586547851563 -0.24785777926445007 7.0329632759094238 39.376865386962891 -0.30803510546684265 8.4811115264892578 39.090545654296875 3.8700993061065674 9.1213417053222656 38.946132659912109 9.7185659408569336 9.1502695083618164 38.939346313476563 9.9853754043579102 9.2649078369140625 38.912227630615234 10 9.712432861328125 38.802947998046875 10 10.158669471740723 38.688518524169922 10 10.603558540344238 38.568958282470703 10 10.603559494018555 38.568958282470703 1.6147216558456421 10.641437530517578 38.558525085449219 1.3048691749572754 10.774195671081543 38.521640777587891 0.95064562559127808 10.98781681060791 38.461250305175781 0.6202552318572998 11.242648124694824 38.387535095214844 0.34717458486557007 11.525759696960449 38.303482055664063 0.1219356432557106 11.936298370361328 38.177543640136719 -0.11159642040729523 12.435514450073242 38.017864227294922 -0.28446367383003235 12.97032356262207 37.8387451171875 -0.34894508123397827 19.177021026611328 35.103302001953125 -0.34894508123397827 17.160854339599609 36.13177490234375 -0.34894508123397827 15.08974552154541 37.044563293457031 -0.34894508123397827 19.177021026611328 35.103302001953125 -0.44999998807907104 -19.177021026611328 -35.103302001953125 -0.44999998807907104 -27.020542144775391 -29.493902206420898 -0.44999998807907104 -33.293727874755859 -22.17042350769043 -0.44999998807907104 -37.632003784179688 -13.55848217010498 -0.44999998807907104 -39.783241271972656 -4.1585693359375 -0.44999998807907104 -39.622425079345703 5.4830241203308105 -0.44999998807907104 -37.158893585205078 14.805963516235352 -0.44999998807907104 -32.535823822021484 23.268434524536133 -0.44999998807907104 -26.021892547607422 30.378629684448242 -0.44999998807907104 -17.995660781860352 35.72332763671875 -0.44999998807907104 -8.923588752746582 38.991916656494141 -0.44999998807907104 0.66709119081497192 39.994438171386719 -0.44999998807907104 10.219001770019531 38.672626495361328 -0.44999998807907104 -19.177021026611328 -35.103302001953125 4.4408920985006262E-16 -16.994571685791016 -36.210281372070313 4.4408920985006262E-16 -17.729530334472656 -35.856151580810547 4.4408920985006262E-16 -18.457115173339844 -35.487110137939453 4.4408920985006262E-16 -16.888936996459961 -36.259674072265625 0 -16.924163818359375 -36.243244171142578 4.4408920985006262E-16 -16.959375381469727 -36.226779937744141 4.4408920985006262E-16 -17.270896911621094 -36.079303741455078 0.74746823310852051 -17.196168899536133 -36.114978790283203 0.43636453151702881 -17.0628662109375 -36.178150177001953 0.19141361117362976 -17.589645385742188 -35.924983978271484 3.8700993061065674 -18.176712036132813 -35.631546020507813 9.7185659408569336 -18.203174591064453 -35.618034362792969 9.9853754043579102 -18.307992935180664 -35.56427001953125 10 -18.716360092163086 -35.351066589355469 10 -19.122245788574219 -35.133171081542969 10 -19.525594711303711 -34.910617828369141 10 -19.525594711303711 -34.910617828369141 1.6147216558456421 -19.559892654418945 -34.891410827636719 1.3047875165939331 -19.679965972900391 -34.823825836181641 0.95060992240905762 -19.872951507568359 -34.714057922363281 0.62020200490951538 -20.102851867675781 -34.581428527832031 0.34701845049858093 -20.357700347900391 -34.432018280029297 0.12175720185041428 -20.726137161254883 -34.211505889892578 -0.11170019209384918 -21.172536849975586 -33.937053680419922 -0.28449192643165588 -21.648834228515625 -33.635219573974609 -0.34894508123397827 -25.095554351806641 -31.148244857788086 -0.34894508123397827 -28.258932113647461 -28.309587478637695 -0.34894508123397827 -31.103250503540039 -25.151298522949219 -0.34894546866416931 -31.279865264892578 -24.931306838989258 -0.33237200975418091 -31.444477081298828 -24.723367691040039 -0.28305253386497498 -31.670585632324219 -24.433050155639648 -0.14347457885742188 -31.82879638671875 -24.226591110229492 0.032444573938846588 -31.959089279174805 -24.054450988769531 0.27877166867256165 -32.026023864746094 -23.965261459350586 0.50453120470046997 -32.05950927734375 -23.920450210571289 0.74746906757354736 -32.270030975341797 -23.635675430297852 3.8700993061065674 -32.653484344482422 -23.103029251098633 9.7185659408569336 -32.670635223388672 -23.078767776489258 9.9853754043579102 -32.73846435546875 -22.982450485229492 10 -33.000972747802734 -22.603887557983398 10 -33.259105682373047 -22.222328186035156 10 -33.512828826904297 -21.837820053100586 10 -33.512828826904297 -21.837820053100586 1.6147216558456421 -33.534275054931641 -21.80487060546875 1.3047688007354736 -33.60919189453125 -21.689216613769531 0.95057660341262817 -33.72906494140625 -21.502330780029297 0.62017190456390381 -33.870986938476563 -21.278070449829102 0.34701445698738098 -34.027191162109375 -21.027372360229492 0.12177885323762894 -34.250934600830078 -20.660915374755859 -0.1116766482591629 -34.518669128417969 -20.210432052612305 -0.28448399901390076 -34.800155639648438 -19.721792221069336 -0.34894508123397827 -36.696319580078125 -15.917914390563965 -0.34894508123397827 -38.17816162109375 -11.934313774108887 -0.34894508123397827 -39.228950500488281 -7.8159675598144531 -0.34894537925720215 -39.282676696777344 -7.5413060188293457 -0.33264139294624329 -39.332237243652344 -7.2784056663513184 -0.28303298354148865 -39.397491455078125 -6.9164695739746094 -0.14354608952999115 -39.441608428955078 -6.660304069519043 0.032181140035390854 -39.477008819580078 -6.4471592903137207 0.27857005596160889 -39.494842529296875 -6.3369855880737305 0.50442731380462646 -39.503673553466797 -6.2817096710205078 0.74746978282928467 -39.5577392578125 -5.9317212104797363 3.8700993061065674 -39.649738311767578 -5.2818851470947266 9.7185659408569336 -39.653648376464844 -5.2524309158325195 9.9853754043579102 -39.6689453125 -5.1356267929077148 10 -39.725460052490234 -4.6784319877624512 10 -39.776706695556641 -4.220616340637207 10 -39.822677612304688 -3.7622411251068115 10 -39.822677612304688 -3.7622411251068115 1.6147216558456421 -39.826335906982422 -3.7232508659362793 1.3046715259552002 -39.83892822265625 -3.5860307216644287 0.95070761442184448 -39.858219146728516 -3.3648526668548584 0.62037843465805054 -39.879673004150391 -3.1002709865570068 0.34711489081382751 -39.901493072509766 -2.805527925491333 0.12174103409051895 -39.929328918457031 -2.376920223236084 -0.11160503327846527 -39.95703125 -1.8537706136703491 -0.28434023261070251 -39.979183197021484 -1.2903414964675903 -0.34894508123397827 -39.890403747558594 2.959017276763916 -0.34894508123397827 -39.351238250732422 7.1749668121337891 -0.34894508123397827"></Coordinate>\n\t\t\t\t<Normal vector="-0.94745051860809326 0.31990236043930054 0 -0.94811010360717773 0.31794223189353943 0 -0.94894206523895264 0.31545042991638184 0 -0.95065528154373169 0.3102492094039917 0 -0.95275413990020752 0.30374258756637573 0 -0.95434433221817017 0.29870864748954773 0 -0.95605367422103882 0.29319161176681519 0 -0.95919430255889893 0.28274768590927124 0 -0.94458115100860596 0.32827797532081604 0 -0.93906784057617188 0.34373185038566589 0 -0.938812255859375 0.34442934393882751 0 -0.9377937912940979 0.3471926748752594 0 -0.93373310565948486 0.35796990990638733 0 -0.92954856157302856 0.36869966983795166 0 -0.92524075508117676 0.37938052415847778 0 -0.92524075508117676 0.37938052415847778 0 -0.92486786842346191 0.38028863072395325 0 -0.9235529899597168 0.38347074389457703 0 -0.92141079902648926 0.38858991861343384 0 -0.91881167888641357 0.39469614624977112 0 -0.91587024927139282 0.40147432684898376 0 -0.91150707006454468 0.41128435730934143 0 -0.90604144334793091 0.42318892478942871 0 -0.89998650550842285 0.43591779470443726 0 -0.84865182638168335 0.52895182371139526 0 -0.78773540258407593 0.61601370573043823 0 -0.71792501211166382 0.69612044095993042 0 -0.69025975465774536 0.72356164455413818 0 -0.69175392389297485 0.72213327884674072 0 -0.69364970922470093 0.72031247615814209 0 -0.69758379459381104 0.71650320291519165 0 -0.70246344804763794 0.711719810962677 0 -0.70620632171630859 0.70800608396530151 0 -0.71028363704681396 0.70391559600830078 0 -0.68382668495178223 0.72964447736740112 0 -0.67176312208175659 0.74076604843139648 0 -0.67121267318725586 0.74126482009887695 0 -0.66902673244476318 0.74323838949203491 0 -0.660422682762146 0.75089401006698608 0 -0.65173107385635376 0.75845009088516235 0 -0.64295303821563721 0.76590555906295776 0 -0.64295303821563721 0.76590555906295776 0 -0.64220088720321655 0.7665364146232605 0 -0.63955783843994141 0.76874297857284546 0 -0.63528203964233398 0.77228021621704102 0 -0.6301429271697998 0.77647918462753296 0 -0.62438845634460449 0.78111398220062256 0 -0.6159660816192627 0.78777265548706055 0 -0.60559415817260742 0.79577362537384033 0 -0.59431737661361694 0.80423063039779663 0 -0.50562769174575806 0.86275178194046021 0 -0.41122922301292419 0.91153198480606079 0 -0.31218770146369934 0.950020432472229 0 -0.27493876218795776 0.96146172285079956 0 -0.27692559361457825 0.96089136600494385 0 -0.27945041656494141 0.96016013622283936 0 -0.28470414876937866 0.95861542224884033 0 -0.29124778509140015 0.95664763450622559 0 -0.29628780484199524 0.95509868860244751 0 -0.30179902911186218 0.95337158441543579 0 -0.26641577482223511 0.96385818719863892 0 -0.25056555867195129 0.96809965372085571 0 -0.24984635412693024 0.96828550100326538 0 -0.24699363112449646 0.96901708841323853 0 -0.23581740260124207 0.9717974066734314 0 -0.22460988163948059 0.97444874048233032 0 -0.21337258815765381 0.97697091102600098 0 -0.21337258815765381 0.97697091102600098 0 -0.21241341531276703 0.9771798849105835 0 -0.20904766023159027 0.97790545225143433 0 -0.20361776649951935 0.97905045747756958 0 -0.19711598753929138 0.98038017749786377 0 -0.18986672163009644 0.98180985450744629 0 -0.17931465804576874 0.9837917685508728 0 -0.16641254723072052 0.98605620861053467 0 -0.15249727666378021 0.98830389976501465 0 -0.046770349144935608 0.99890565872192383 0 0.059484649449586868 0.99822920560836792 0 0.16506803035736084 0.98628216981887817 0 0.20336735248565674 0.9791024923324585 0 0.20134304463863373 0.97952079772949219 0 0.19876760244369507 0.98004662990570068 0 0.19339781999588013 0.98112040758132935 0 0.18668921291828156 0.98241901397705078 0 0.1815066933631897 0.98338973522186279 0 0.17582407593727112 0.98442161083221436 0 0.21202778816223145 0.97726362943649292 0 0.22803352773189545 0.97365325689315796 0 0.22875674068927765 0.9734836220741272 0 0.23162269592285156 0.9728056788444519 0 0.24281083047389984 0.9700736403465271 0 0.25396674871444702 0.967212975025177 0 0.26508897542953491 0.96422398090362549 0 0.26508897542953491 0.96422398090362549 0 0.26603594422340393 0.9639630913734436 0 0.26935487985610962 0.96304100751876831 0 0.27469542622566223 0.96153128147125244 0 0.2810661792755127 0.95968836545944214 0 0.28814399242401123 0.95758706331253052 0 0.29840746521949768 0.95443856716156006 0 0.31088784337043762 0.95044660568237305 0 0.32425808906555176 0.9459686279296875 0 0.47942554950714111 0.87758255004882813 0 0.42902138829231262 0.90329432487487793 0 0.37724363803863525 0.92611408233642578 0 0.47942554950714111 0.87758255004882813 0 -0.47942554950714111 -0.87758255004882813 0 -0.67551356554031372 -0.73734754323959351 0 -0.83234316110610962 -0.55426061153411865 0 -0.94080007076263428 -0.33896204829216003 0 -0.99458104372024536 -0.10396423190832138 0 -0.99056059122085571 0.13707560300827026 0 -0.92897236347198486 0.37014910578727722 0 -0.81339561939239502 0.58171087503433228 0 -0.6505473256111145 0.75946575403213501 0 -0.44989153742790222 0.89308321475982666 0 -0.22308970987796783 0.97479790449142456 0 0.016677280887961388 0.99986094236373901 0 0.25547504425048828 0.96681565046310425 0 -0.47942554950714111 -0.87758255004882813 0 -0.42486429214477539 -0.90525704622268677 0 -0.44323825836181641 -0.89640384912490845 0 -0.46142786741256714 -0.88717770576477051 0 -0.42222341895103455 -0.90649181604385376 0 -0.42310410737991333 -0.90608108043670654 0 -0.42398437857627869 -0.90566951036453247 0 -0.43177244067192078 -0.90198254585266113 0 -0.42990419268608093 -0.90287452936172485 0 -0.42657166719436646 -0.90445375442504883 0 -0.43974113464355469 -0.8981245756149292 0 -0.45441776514053345 -0.89078867435455322 0 -0.45507937669754028 -0.89045089483261108 0 -0.45769980549812317 -0.88910681009292603 0 -0.46790900826454163 -0.88377666473388672 0 -0.47805613279342651 -0.87832927703857422 0 -0.48813986778259277 -0.87276542186737061 0 -0.48813986778259277 -0.87276542186737061 0 -0.48899734020233154 -0.87228530645370483 0 -0.49199914932250977 -0.87059569358825684 0 -0.4968237578868866 -0.86785143613815308 0 -0.50257128477096558 -0.86453574895858765 0 -0.50894254446029663 -0.86080050468444824 0 -0.51815342903137207 -0.85528767108917236 0 -0.52931344509124756 -0.84842634201049805 0 -0.54122084379196167 -0.84088051319122314 0 -0.62738889455795288 -0.7787061333656311 0 -0.70647329092025757 -0.70773965120315552 0 -0.77758127450942993 -0.62878245115280151 0 -0.78199660778045654 -0.62328267097473145 0 -0.78611195087432861 -0.61808419227600098 0 -0.79176467657089233 -0.61082625389099121 0 -0.79571992158889771 -0.60566478967666626 0 -0.79897725582122803 -0.60136127471923828 0 -0.80065065622329712 -0.59913152456283569 0 -0.80148768424987793 -0.59801125526428223 0 -0.80675071477890015 -0.59089189767837524 0 -0.81633710861206055 -0.57757574319839478 0 -0.81676590442657471 -0.57696914672851563 0 -0.81846159696578979 -0.57456123828887939 0 -0.8250243067741394 -0.56509721279144287 0 -0.83147764205932617 -0.55555820465087891 0 -0.83782070875167847 -0.54594546556472778 0 -0.83782070875167847 -0.54594546556472778 0 -0.83835685253143311 -0.54512178897857666 0 -0.84022980928421021 -0.54223042726516724 0 -0.84322661161422729 -0.53755825757980347 0 -0.8467746376991272 -0.53195178508758545 0 -0.85067975521087646 -0.52568429708480835 0 -0.85627341270446777 -0.51652288436889648 0 -0.86296671628952026 -0.50526076555252075 0 -0.87000387907028198 -0.49304482340812683 0 -0.9174080491065979 -0.39794787764549255 0 -0.95445406436920166 -0.29835784435272217 0 -0.9807237982749939 -0.19539919495582581 0 -0.98206692934036255 -0.18853265047073364 0 -0.98330593109130859 -0.18196013569831848 0 -0.98493731021881104 -0.17291174829006195 0 -0.98604017496109009 -0.16650760173797607 0 -0.98692518472671509 -0.16117897629737854 0 -0.98737108707427979 -0.15842463076114655 0 -0.98759180307388306 -0.1570427417755127 0 -0.98894345760345459 -0.14829303324222565 0 -0.99124342203140259 -0.1320471465587616 0 -0.991341233253479 -0.13131077587604523 0 -0.99172365665435791 -0.12839066982269287 0 -0.99313652515411377 -0.1169607937335968 0 -0.99441766738891602 -0.10551541298627853 0 -0.99556690454483032 -0.094056032598018646 0 -0.99556690454483032 -0.094056025147438049 0 -0.99565845727920532 -0.09308178722858429 0 -0.99597328901290894 -0.089650802314281464 0 -0.99645549058914185 -0.084121339023113251 0 -0.99699181318283081 -0.077506780624389648 0 -0.99753725528717041 -0.070138201117515564 0 -0.99823290109634399 -0.059422992169857025 0 -0.99892550706863403 -0.046344250440597534 0 -0.99947953224182129 -0.032258536666631699 0 -0.99726009368896484 0.073975428938865662 0 -0.98378092050552368 0.17937417328357697 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="4 2 3 -1 5 3 0 -1 5 4 3 -1 1 5 0 -1" solid="false">\n\t\t\t\t<Coordinate point="-37.749107360839844 12.729636192321777 3.9111936092376709 -37.531330108642578 13.34005069732666 9.7596168518066406 -37.783245086669922 13.131119728088379 3.8700993061065674 -37.808223724365234 12.926996231079102 3.8925406932830811 -37.562713623046875 13.749274253845215 9.7185659408569336 -37.590705871582031 13.541515350341797 9.7410869598388672"></Coordinate>\n\t\t\t\t<Normal vector="-0.8763088583946228 -0.47468936443328857 0.082175552845001221 -0.87630301713943481 -0.47469991445541382 0.08217649906873703 -0.94458121061325073 0.3282778263092041 -1.760905092851317E-6 -0.99577599763870239 -0.08006693422794342 0.044937815517187119 -0.9390677809715271 0.34373205900192261 2.1135958832019242E-6 -0.99639260768890381 -0.071883596479892731 0.045105002820491791"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="3 1 0 -1 4 1 3 -1 5 2 1 -1 5 1 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-37.783245086669922 13.131119728088379 3.8700993061065674 -37.808223724365234 12.926996231079102 3.8925406932830811 -37.749107360839844 12.729636192321777 3.9111936092376709 -37.898021697998047 12.796093940734863 0.74746823310852051 -37.921340942382813 12.593268394470215 0.76989573240280151 -37.861793518066406 12.397591590881348 0.78858399391174316"></Coordinate>\n\t\t\t\t<Normal vector="-0.94458121061325073 0.32827785611152649 -1.4240533801057609E-6 -0.99577564001083374 -0.080071687698364258 0.044938359409570694 -0.87630021572113037 -0.47470510005950928 0.082176700234413147 -0.94745051860809326 0.31990233063697815 0 -0.99529522657394409 -0.085851989686489105 0.044909369200468063 -0.87499219179153442 -0.47710227966308594 0.082231543958187103"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="16 0 1 -1 11 1 2 -1 11 10 16 -1 11 16 1 -1 12 2 3 -1 12 11 2 -1 13 3 4 -1 13 12 3 -1 14 13 4 -1 8 6 7 -1 17 4 5 -1 17 15 14 -1 17 14 4 -1 18 5 6 -1 18 8 9 -1 18 9 15 -1 18 17 5 -1 18 15 17 -1 18 6 8 -1" solid="false">\n\t\t\t\t<Coordinate point="-37.898021697998047 12.796093940734863 0.74746823310852051 -37.924404144287109 12.717689514160156 0.43656125664710999 -37.957679748535156 12.618016242980957 0.2484545111656189 -38.026210784912109 12.409968376159668 0.012604113668203354 -38.110172271728516 12.149704933166504 -0.16222916543483734 -38.173789978027344 11.94835090637207 -0.24808748066425323 -38.242164611816406 11.727669715881348 -0.30821776390075684 -38.367771148681641 11.309906959533691 -0.34894576668739319 -38.281463623046875 11.284464836120605 -0.062797129154205322 -38.053611755371094 11.217299461364746 0.12036649137735367 -37.861793518066406 12.397591590881348 0.78858399391174316 -37.882587432861328 12.357510566711426 0.58849835395812988 -37.910488128662109 12.249066352844238 0.41387608647346497 -37.938873291015625 12.103083610534668 0.29069593548774719 -37.970657348632813 11.906269073486328 0.19594497978687286 -38.003238677978516 11.669258117675781 0.13669675588607788 -37.921340942382813 12.593268394470215 0.76989573240280151 -38.149368286132813 11.812586784362793 -0.030963337048888206 -38.175113677978516 11.713645935058594 -0.049519855529069901"></Coordinate>\n\t\t\t\t<Normal vector="-0.94745349884033203 0.31989353895187378 1.0570863651082618E-6 -0.94811254739761353 0.31793493032455444 -0.000027581203539739363 -0.94893908500671387 0.31545937061309814 -3.1980955554899992E-6 -0.95065444707870483 0.31025174260139465 2.3991788111743517E-6 -0.95274055004119873 0.30378511548042297 0.000032950643799267709 -0.95433986186981201 0.29872304201126099 0.000024312081222888082 -0.95607012510299683 0.29313802719116211 1.5946395137689251E-7 -0.95919400453567505 0.28274884819984436 -1.3253243480448873E-7 -0.78660047054290771 0.23180152475833893 0.57230043411254883 -0.33087018132209778 0.097525440156459808 0.93862330913543701 -0.8749890923500061 -0.47710758447647095 0.082233943045139313 -0.86808562278747559 -0.41266363859176636 0.27592760324478149 -0.82465517520904541 -0.33213925361633301 0.45785081386566162 -0.75871515274047852 -0.25053495168685913 0.60131818056106567 -0.66671198606491089 -0.16027151048183441 0.72787922620773315 -0.55225765705108643 -0.062166128307580948 0.83135241270065308 -0.99529433250427246 -0.085859283804893494 0.044914860278367996 -0.87492763996124268 0.12549220025539398 0.46771076321601868 -0.8587302565574646 0.14596764743328094 0.49119836091995239"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="12 5 4 -1 12 4 8 -1 13 6 5 -1 13 5 12 -1 14 1 0 -1 14 7 6 -1 14 0 7 -1 14 6 13 -1 15 8 9 -1 15 9 10 -1 15 10 11 -1 15 12 8 -1 16 13 12 -1 16 15 11 -1 16 12 15 -1 17 2 1 -1 17 3 2 -1 17 11 3 -1 17 14 13 -1 17 1 14 -1 17 13 16 -1 17 16 11 -1" solid="false">\n\t\t\t\t<Coordinate point="-39.979183197021484 -1.2903414964675903 -0.34894508123397827 -39.890403747558594 2.959017276763916 -0.34894508123397827 -39.351238250732422 7.1749668121337891 -0.34894508123397827 -38.367771148681641 11.309906959533691 -0.34894576668739319 -39.651824951171875 -1.279775857925415 0.12036652863025665 -39.784587860107422 -1.2840609550476074 0.047019768506288528 -39.889251708984375 -1.2874389886856079 -0.062794789671897888 -39.956169128417969 -1.2895987033843994 -0.19896338880062103 -39.563770294189453 2.9347882270812988 0.12036652863025665 -39.029022216796875 7.1162171363830566 0.12036652863025665 -38.053611755371094 11.217299461364746 0.12036649137735367 -38.281463623046875 11.284464836120605 -0.062797129154205322 -39.696243286132813 2.9446146488189697 0.047019768506288528 -39.800670623779297 2.9523611068725586 -0.062794789671897888 -39.867439270019531 2.9573140144348145 -0.19896338880062103 -39.159702301025391 7.1400437355041504 0.047019768506288528 -39.262718200683594 7.1588273048400879 -0.062794789671897888 -39.328586578369141 7.1708369255065918 -0.19896338880062103"></Coordinate>\n\t\t\t\t<Normal vector="-0.99947953224182129 -0.032258536666631699 0 -0.99726009368896484 0.073975428938865662 0 -0.98378092050552368 0.17937417328357697 0 -0.95919430255889893 0.28274768590927124 -1.3483657994584064E-6 -0.34476453065872192 -0.011127389967441559 0.93862324953079224 -0.61029446125030518 -0.019697457551956177 0.79192972183227539 -0.81961715221405029 -0.026453416794538498 0.57230061292648315 -0.95345425605773926 -0.03077305480837822 0.29996341466903687 -0.34399890899658203 0.025517385452985764 0.93862324953079224 -0.33934935927391052 0.061874054372310638 0.93862324953079224 -0.33086878061294556 0.097532249987125397 0.93862307071685791 -0.78658199310302734 0.23186565935611725 0.57229983806610107 -0.60893923044204712 0.04517030343413353 0.79192972183227539 -0.81779706478118896 0.060663100332021713 0.57230061292648315 -0.95133692026138306 0.070568911731243134 0.29996341466903687 -0.60070866346359253 0.1095280647277832 0.79192972183227539 -0.8067435622215271 0.14709469676017761 0.57230061292648315 -0.93847852945327759 0.17111411690711975 0.29996341466903687"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="15 9 10 -1 25 22 21 -1 8 23 7 -1 26 19 18 -1 27 16 15 -1 27 15 10 -1 28 16 27 -1 29 0 1 -1 29 12 13 -1 29 13 14 -1 29 14 0 -1 30 17 16 -1 30 16 28 -1 30 28 31 -1 32 1 2 -1 32 29 1 -1 33 18 17 -1 33 26 18 -1 33 17 30 -1 33 30 31 -1 34 2 3 -1 34 32 2 -1 35 3 4 -1 35 34 3 -1 35 31 34 -1 36 4 5 -1 36 5 26 -1 36 33 31 -1 36 31 35 -1 36 35 4 -1 36 26 33 -1 37 5 6 -1 37 20 19 -1 37 19 26 -1 37 26 5 -1 38 6 7 -1 38 21 20 -1 38 37 6 -1 38 20 37 -1 39 23 24 -1 39 24 25 -1 39 25 21 -1 39 21 38 -1 39 7 23 -1 39 38 7 -1 40 10 11 -1 40 11 12 -1 40 29 32 -1 40 12 29 -1 40 27 10 -1 41 32 34 -1 41 34 31 -1 41 31 28 -1 41 28 27 -1 41 40 32 -1 41 27 40 -1" solid="false">\n\t\t\t\t<Coordinate point="-39.024223327636719 -3.3157157897949219 1.6147215366363525 -39.068294525146484 -3.2390186786651611 1.3209164142608643 -39.101795196533203 -3.1599981784820557 1.1712050437927246 -39.142341613769531 -3.0546951293945313 1.0215109586715698 -39.226955413818359 -2.8137896060943604 0.76981985569000244 -39.344379425048828 -2.4444420337677002 0.50139480829238892 -39.476200103759766 -1.9847642183303833 0.27981856465339661 -39.565921783447266 -1.6405758857727051 0.17551484704017639 -39.651824951171875 -1.279775857925415 0.12036652863025665 -39.822677612304688 -3.7622411251068115 1.6147216558456421 -39.781688690185547 -3.5115704536437988 1.6147216558456421 -39.686798095703125 -3.37026047706604 1.6147216558456421 -39.540390014648438 -3.2641870975494385 1.6147215366363525 -39.365928649902344 -3.216853141784668 1.6147215366363525 -39.186046600341797 -3.2347481250762939 1.6147215366363525 -39.826335906982422 -3.7232508659362793 1.3046715259552002 -39.83892822265625 -3.5860307216644287 0.95070761442184448 -39.858219146728516 -3.3648526668548584 0.62037843465805054 -39.879673004150391 -3.1002709865570068 0.34711489081382751 -39.901493072509766 -2.805527925491333 0.12174103409051895 -39.929328918457031 -2.376920223236084 -0.11160503327846527 -39.95703125 -1.8537706136703491 -0.28434023261070251 -39.979183197021484 -1.2903414964675903 -0.34894508123397827 -39.784587860107422 -1.2840609550476074 0.047019768506288528 -39.889251708984375 -1.2874389886856079 -0.062794789671897888 -39.956169128417969 -1.2895987033843994 -0.19896338880062103 -39.721343994140625 -2.6708769798278809 0.51481574773788452 -39.785602569580078 -3.3857653141021729 1.1369332075119019 -39.794780731201172 -3.318028450012207 0.99582803249359131 -39.292934417724609 -3.2043187618255615 1.4814825057983398 -39.806095123291016 -3.227337121963501 0.84721833467483521 -39.633705139160156 -3.1097445487976074 1.0256888866424561 -39.360630035400391 -3.1095066070556641 1.2039549350738525 -39.818099975585938 -3.1240410804748535 0.70900946855545044 -39.376064300537109 -3.0729081630706787 1.1343288421630859 -39.393531799316406 -3.0280089378356934 1.0596923828125 -39.494525909423828 -2.7097814083099365 0.68714219331741333 -39.799018859863281 -2.1401467323303223 0.17274940013885498 -39.826095581054688 -1.9179707765579224 0.078337050974369049 -39.846851348876953 -1.7308412790298462 0.01724923774600029 -39.586246490478516 -3.2410531044006348 1.3434135913848877 -39.610401153564453 -3.1943223476409912 1.1954032182693481"></Coordinate>\n\t\t\t\t<Normal vector="0.60133814811706543 0.79899466037750244 2.0963004772056593E-6 0.5263669490814209 0.81208819150924683 0.25189405679702759 0.47518861293792725 0.79717373847961426 0.37243771553039551 0.41535875201225281 0.76834213733673096 0.4869573712348938 0.2933204174041748 0.68578416109085083 0.66608047485351563 0.12464345246553421 0.53794807195663452 0.83371210098266602 -0.069771945476531982 0.33412763476371765 0.93994182348251343 -0.20730245113372803 0.1705612987279892 0.96329361200332642 -0.34476444125175476 -0.011126237921416759 0.93862330913543701 -0.99556690454483032 -0.09405604749917984 0 -0.91340959072113037 0.40704163908958435 3.981943336839322E-6 -0.72388339042663574 0.68992239236831665 4.8209972192125861E-6 -0.43115302920341492 0.9022788405418396 5.5217924455064349E-6 -0.081963606178760529 0.9966353178024292 1.132107172452379E-6 0.2777714729309082 0.96064716577529907 0.000011196160812687594 -0.99565881490707397 -0.093078181147575378 -7.6871347118867561E-6 -0.99597311019897461 -0.089652426540851593 4.3738332351495046E-6 -0.99645549058914185 -0.084121659398078918 4.1660782699182164E-6 -0.99699205160140991 -0.0775037482380867 -1.2445990478227031E-6 -0.99753731489181519 -0.070137448608875275 -1.0391912610430154E-6 -0.99823242425918579 -0.059430912137031555 3.5951675272372086E-6 -0.99892610311508179 -0.046331271529197693 -3.142893092444865E-6 -0.99947953224182129 -0.032258536666631699 3.3305221336377144E-7 -0.61029446125030518 -0.019696688279509544 0.79192972183227539 -0.81961703300476074 -0.026452787220478058 0.57230073213577271 -0.95345413684844971 -0.030772872269153595 0.29996377229690552 -0.65315979719161987 0.42106339335441589 0.62935513257980347 -0.89629030227661133 0.38769155740737915 0.21531115472316742 -0.89945244789123535 0.35440939664840698 0.2556937038898468 0.067566432058811188 0.98286110162734985 0.17151902616024017 -0.9029887318611145 0.31745973229408264 0.2895352840423584 -0.56862020492553711 0.67252939939498901 0.47368261218070984 -0.04211151972413063 0.89391356706619263 0.44625687599182129 -0.9065367579460144 0.28214189410209656 0.31398579478263855 -0.063714176416397095 0.86364847421646118 0.50005185604095459 -0.087646573781967163 0.82887822389602661 0.55252057313919067 -0.22067391872406006 0.62525063753128052 0.74857509136199951 -0.726318359375 0.22025436162948608 0.65111416578292847 -0.75280910730361938 0.15024298429489136 0.64086306095123291 -0.77381110191345215 0.095055148005485535 0.6262434720993042 -0.51014417409896851 0.81384754180908203 0.27821767330169678 -0.54380351305007935 0.74775475263595581 0.38097313046455383"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="0 5 4 -1 0 6 5 -1 1 4 3 -1 1 0 4 -1 2 1 3 -1" solid="false">\n\t\t\t\t<Coordinate point="-37.230072021484375 13.424927711486816 10.355278968811035 -37.356781005859375 13.241550445556641 10.217992782592773 -37.365882873535156 13.078556060791016 10.013345718383789 -37.529506683349609 13.34504508972168 9.8079347610473633 -37.585239410400391 13.559360504150391 9.9095926284790039 -37.552490234375 13.777173042297363 9.9853754043579102 -37.511753082275391 13.887706756591797 10"></Coordinate>\n\t\t\t\t<Normal vector="-0.60467630624771118 0.21804244816303253 0.76604443788528442 -0.85810273885726929 -0.14871086180210114 0.49147206544876099 -0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.88172966241836548 -0.21799767017364502 0.41836565732955933 -0.73032408952713013 0.076924331486225128 0.67875576019287109 -0.60280305147171021 0.22317072749137878 0.76604396104812622"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 5 -1 1 5 4 -1 2 1 4 -1 3 2 4 -1" solid="false">\n\t\t\t\t<Coordinate point="-37.230072021484375 13.424927711486816 10.355278968811035 -31.399242401123047 5.3709149360656738 16.834228515625 -31.397581100463867 5.060450553894043 16.792268753051758 -31.290714263916016 4.7966842651367188 16.674985885620117 -37.365882873535156 13.078556060791016 10.013345718383789 -37.356781005859375 13.241550445556641 10.217992782592773"></Coordinate>\n\t\t\t\t<Normal vector="-0.60467630624771118 0.21804241836071014 0.76604443788528442 -0.63358676433563232 0.10837691277265549 0.76604324579238892 -0.82112473249435425 -0.2898542582988739 0.49166926741600037 -0.78622215986251831 -0.61245810985565186 0.082157067954540253 -0.87630301713943481 -0.47469991445541382 0.082176506519317627 -0.85810244083404541 -0.14871132373809814 0.49147239327430725"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="1 0 7 -1 1 7 8 -1 2 8 9 -1 2 1 8 -1 3 9 10 -1 3 2 9 -1 4 10 11 -1 4 3 10 -1 5 11 12 -1 5 4 11 -1 6 5 12 -1" solid="false">\n\t\t\t\t<Coordinate point="-39.822677612304688 -3.7622411251068115 1.6147216558456421 -39.781688690185547 -3.5115704536437988 1.6147216558456421 -39.686798095703125 -3.37026047706604 1.6147216558456421 -39.540390014648438 -3.2641870975494385 1.6147215366363525 -39.365928649902344 -3.216853141784668 1.6147215366363525 -39.186046600341797 -3.2347481250762939 1.6147215366363525 -39.024223327636719 -3.3157157897949219 1.6147215366363525 -39.822677612304688 -3.7622411251068115 10 -39.761161804199219 -3.470775842666626 10.073545455932617 -39.6495361328125 -3.3349392414093018 10.176597595214844 -39.450401306152344 -3.2310373783111572 10.350322723388672 -39.233673095703125 -3.2234458923339844 10.532092094421387 -39.024223327636719 -3.3157157897949219 10.700789451599121"></Coordinate>\n\t\t\t\t<Normal vector="-0.99556690454483032 -0.094056032598018646 0 -0.91342496871948242 0.40700718760490417 0 -0.72385561466217041 0.68995147943496704 0 -0.4311230480670929 0.90229314565658569 0 -0.082007624208927155 0.9966316819190979 0 0.27783286571502686 0.96062940359115601 0 0.60133820772171021 0.79899460077285767 0 -0.99556690454483032 -0.094056032598018646 0 -0.87239736318588257 0.4887973964214325 0 -0.64928299188613892 0.76054686307907104 0 -0.25093075633049011 0.96800506114959717 0 0.18238043785095215 0.98322802782058716 0 0.60133820772171021 0.79899460077285767 0"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialFace"></Appearance>\n\t\t\t<IndexedFaceSet convex="false" coordIndex="5 0 1 -1 5 3 0 -1 4 1 2 -1 4 5 1 -1" solid="false">\n\t\t\t\t<Coordinate point="-37.562713623046875 13.749274253845215 9.7185659408569336 -37.590705871582031 13.541515350341797 9.7410869598388672 -37.531330108642578 13.34005069732666 9.7596168518066406 -37.552490234375 13.777173042297363 9.9853754043579102 -37.529506683349609 13.34504508972168 9.8079347610473633 -37.585239410400391 13.559360504150391 9.9095926284790039"></Coordinate>\n\t\t\t\t<Normal vector="-0.93906784057617188 0.34373185038566589 0 -0.99639284610748291 -0.071881920099258423 0.045103661715984344 -0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.938812255859375 0.34442934393882751 0 -0.87630307674407959 -0.47469988465309143 0.08217649906873703 -0.99646842479705811 -0.070872277021408081 0.045030608773231506"></Normal>\n\t\t\t</IndexedFaceSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance DEF="__defaultMaterialEdge">\n\t\t\t\t<Material diffuseColor="0.20000000298023224 0.69999998807907104 0.20000000298023224" emissiveColor="0.20000000298023224 0.69999998807907104 0.20000000298023224" specularColor="0.20000000298023224 0.69999998807907104 0.20000000298023224" transparency="0.20000000298023224"></Material>\n\t\t\t</Appearance>\n\t\t\t<IndexedLineSet DEF="_5" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="5.6989855766296387 10.431922912597656 1.4210854715202004E-14 8.0299053192138672 8.7649335861206055 1.4210854715202004E-14 9.8941574096679688 6.5885581970214844 1.4210854715202004E-14 11.183396339416504 4.0292801856994629 1.4210854715202004E-14 11.822696685791016 1.2358344793319702 1.4210854715202004E-14 11.774905204772949 -1.6294331550598145 1.4210854715202004E-14 11.04279899597168 -4.4000039100646973 1.4210854715202004E-14 9.6689252853393555 -6.9148626327514648 1.4210854715202004E-14 7.7331290245056152 -9.0278549194335938 1.4210854715202004E-14 5.3479113578796387 -10.616180419921875 1.4210854715202004E-14 2.6518924236297607 -11.587532997131348 1.4210854715202004E-14 -0.19824470579624176 -11.885458946228027 1.4210854715202004E-14 -3.0368607044219971 -11.492646217346191 1.4210854715202004E-14 -5.6989855766296387 -10.431922912597656 1.4210854715202004E-14"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_2" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="5.6989855766296387 10.431922912597656 0 6.6923503875732422 12.250265121459961 -0.042949862778186798 7.6840085983276367 14.065483093261719 -0.17172566056251526 8.6722564697265625 15.874458312988281 -0.38610616326332092"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_3" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="8.6722564697265625 15.874458312988281 -0.38610616326332092 12.219263076782227 13.3377685546875 -0.38610616326332092 15.056130409240723 10.025937080383301 -0.38610616326332092 17.017990112304688 6.1314334869384766 -0.38610616326332092 17.990825653076172 1.8805932998657227 -0.38610616326332092 17.918100357055664 -2.4795398712158203 -0.38610616326332092 16.804040908813477 -6.6955714225769043 -0.38610616326332092 14.713391304016113 -10.522480010986328 -0.38610616326332092 11.76765251159668 -13.737861633300781 -0.38610616326332092 8.1380205154418945 -16.154848098754883 -0.38610616326332092 4.0354361534118652 -17.632972717285156 -0.38610616326332092 -0.30167281627655029 -18.086334228515625 -0.38610616326332092 -4.6212496757507324 -17.488582611083984 -0.38610616326332092 -8.6722564697265625 -15.874458312988281 -0.38610616326332092"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_1" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-5.6989855766296387 -10.431922912597656 0 -6.6923503875732422 -12.250265121459961 -0.042949862778186798 -7.6840085983276367 -14.065483093261719 -0.17172566056251526 -8.6722564697265625 -15.874458312988281 -0.38610616326332092"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_4" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="-5.6989855766296387 -10.431922912597656 1.4210854715202004E-14 -8.0299053192138672 -8.7649335861206055 1.4210854715202004E-14 -9.8941574096679688 -6.5885581970214844 1.4210854715202004E-14 -11.183396339416504 -4.0292801856994629 1.4210854715202004E-14 -11.822696685791016 -1.2358344793319702 1.4210854715202004E-14 -11.774905204772949 1.6294331550598145 1.4210854715202004E-14 -11.04279899597168 4.4000039100646973 1.4210854715202004E-14 -9.6689252853393555 6.9148626327514648 1.4210854715202004E-14 -7.7331290245056152 9.0278549194335938 1.4210854715202004E-14 -5.3479113578796387 10.616180419921875 1.4210854715202004E-14 -2.6518924236297607 11.587532997131348 1.4210854715202004E-14 0.19824470579624176 11.885458946228027 1.4210854715202004E-14 3.0368607044219971 11.492646217346191 1.4210854715202004E-14 5.6989855766296387 10.431922912597656 1.4210854715202004E-14"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_1"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_8" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="-8.6722564697265625 -15.874458312988281 -0.38610616326332092 -12.219263076782227 -13.3377685546875 -0.38610616326332092 -15.056130409240723 -10.025937080383301 -0.38610616326332092 -17.017990112304688 -6.1314334869384766 -0.38610616326332092 -17.990825653076172 -1.8805932998657227 -0.38610616326332092 -17.918100357055664 2.4795398712158203 -0.38610616326332092 -16.804040908813477 6.6955714225769043 -0.38610616326332092 -14.713391304016113 10.522480010986328 -0.38610616326332092 -11.76765251159668 13.737861633300781 -0.38610616326332092 -8.1380205154418945 16.154848098754883 -0.38610616326332092 -4.0354361534118652 17.632972717285156 -0.38610616326332092 0.30167281627655029 18.086334228515625 -0.38610616326332092 4.6212496757507324 17.488582611083984 -0.38610616326332092 8.6722564697265625 15.874458312988281 -0.38610616326332092"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_2"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_7" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-8.6722564697265625 -15.874458312988281 -0.38610616326332092 -10.504765510559082 -19.228843688964844 -0.86389380693435669"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_9" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="10.504765510559082 19.228843688964844 -0.86389380693435669 14.801279067993164 16.156133651733398 -0.86389380693435669 18.23759651184082 12.144487380981445 -0.86389380693435669 20.614011764526367 7.4270482063293457 -0.86389380693435669 21.792415618896484 2.2779760360717773 -0.86389380693435669 21.704322814941406 -3.0034842491149902 -0.86389380693435669 20.354852676391602 -8.1103925704956055 -0.86389380693435669 17.822433471679688 -12.745954513549805 -0.86389380693435669 14.254240036010742 -16.640768051147461 -0.86389380693435669 9.8576412200927734 -19.5684814453125 -0.86389380693435669 4.8881521224975586 -21.358943939208984 -0.86389380693435669 -0.36541840434074402 -21.908103942871094 -0.86389380693435669 -5.5977520942687988 -21.184043884277344 -0.86389380693435669 -10.504765510559082 -19.228843688964844 -0.86389380693435669"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_6" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="8.6722564697265625 15.874458312988281 -0.38610616326332092 10.504765510559082 19.228843688964844 -0.86389380693435669"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_3"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_4"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_5"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_10" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="3.5717203617095947 6.5379900932312012 0 5.0325760841369629 5.4932394027709961 0 6.2009568214416504 4.1292414665222168 0 7.0089602470397949 2.5252671241760254 0 7.4096288681030273 0.77453351020812988 0 7.379676342010498 -1.021213173866272 0 6.9208440780639648 -2.7576107978820801 0 6.0597972869873047 -4.3337459564208984 0 4.8465776443481445 -5.6580195426940918 0 3.3516919612884521 -6.6534700393676758 0 1.6620184183120728 -7.262244701385498 0 -0.12424574047327042 -7.4489641189575195 0 -1.9032890796661377 -7.2027764320373535 0 -3.5717203617095947 -6.5379900932312012 0"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_12" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="-3.5717203617095947 -6.5379900932312012 0 -5.0325760841369629 -5.4932394027709961 0 -6.2009568214416504 -4.1292414665222168 0 -7.0089602470397949 -2.5252671241760254 0 -7.4096288681030273 -0.77453351020812988 0 -7.379676342010498 1.021213173866272 0 -6.9208440780639648 2.7576107978820801 0 -6.0597972869873047 4.3337459564208984 0 -4.8465776443481445 5.6580195426940918 0 -3.3516919612884521 6.6534700393676758 0 -1.6620184183120728 7.262244701385498 0 0.12424574047327042 7.4489641189575195 0 1.9032890796661377 7.2027764320373535 0 3.5717203617095947 6.5379900932312012 0"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_6"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_16" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="-10.504765510559082 -19.228843688964844 -0.86389380693435669 -14.801279067993164 -16.156133651733398 -0.86389380693435669 -18.23759651184082 -12.144487380981445 -0.86389380693435669 -20.614011764526367 -7.4270482063293457 -0.86389380693435669 -21.792415618896484 -2.2779760360717773 -0.86389380693435669 -21.704322814941406 3.0034842491149902 -0.86389380693435669 -20.354852676391602 8.1103925704956055 -0.86389380693435669 -17.822433471679688 12.745954513549805 -0.86389380693435669 -14.254240036010742 16.640768051147461 -0.86389380693435669 -9.8576412200927734 19.5684814453125 -0.86389380693435669 -4.8881521224975586 21.358943939208984 -0.86389380693435669 0.36541840434074402 21.908103942871094 -0.86389380693435669 5.5977520942687988 21.184043884277344 -0.86389380693435669 10.504765510559082 19.228843688964844 -0.86389380693435669"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_7"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_8"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_15" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-13.478035926818848 -24.671379089355469 -1.25 -12.484671592712402 -22.853036880493164 -1.207050085067749 -11.493013381958008 -21.037818908691406 -1.0782743692398071 -10.504765510559082 -19.228843688964844 -0.86389380693435669"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_17" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="13.478035926818848 24.671379089355469 -1.25 18.990636825561523 20.728969573974609 -1.25 23.399570465087891 15.581866264343262 -1.25 26.448606491088867 9.5292015075683594 -1.25 27.960544586181641 2.9227347373962402 -1.25 27.847518920898438 -3.8535909652709961 -1.25 26.116094589233398 -10.405960083007813 -1.25 22.866899490356445 -16.353572845458984 -1.25 18.288763046264648 -21.350774765014648 -1.25 12.647749900817871 -25.107147216796875 -1.25 6.2716960906982422 -27.404384613037109 -1.25 -0.46884649991989136 -28.108978271484375 -1.25 -7.1821413040161133 -27.17997932434082 -1.25 -13.478035926818848 -24.671379089355469 -1.25"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_14" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="13.478035926818848 24.671379089355469 -1.25 12.484671592712402 22.853036880493164 -1.207050085067749 11.493013381958008 21.037818908691406 -1.0782743692398071 10.504765510559082 19.228843688964844 -0.86389380693435669"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_9"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_13" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-3.5717203617095947 -6.5379900932312012 2.2000000476837158 -3.5717203617095947 -6.5379900932312012 8.8817841970012523E-16"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_10"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_11" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="3.5717203617095947 6.5379900932312012 2.2000000476837158 3.5717203617095947 6.5379900932312012 8.8817841970012523E-16"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_20" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="3.5717203617095947 6.5379900932312012 2.2000000476837158 5.0325760841369629 5.4932394027709961 2.2000000476837158 6.2009568214416504 4.1292414665222168 2.2000000476837158 7.0089602470397949 2.5252671241760254 2.2000000476837158 7.4096288681030273 0.77453351020812988 2.2000000476837158 7.379676342010498 -1.021213173866272 2.2000000476837158 6.9208440780639648 -2.7576107978820801 2.2000000476837158 6.0597972869873047 -4.3337459564208984 2.2000000476837158 4.8465776443481445 -5.6580195426940918 2.2000000476837158 3.3516919612884521 -6.6534700393676758 2.2000000476837158 1.6620184183120728 -7.262244701385498 2.2000000476837158 -0.12424574047327042 -7.4489641189575195 2.2000000476837158 -1.9032890796661377 -7.2027764320373535 2.2000000476837158 -3.5717203617095947 -6.5379900932312012 2.2000000476837158"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_11"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_12"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_13"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_19" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="-3.5717203617095947 -6.5379900932312012 2.2000000476837158 -5.0325760841369629 -5.4932394027709961 2.2000000476837158 -6.2009568214416504 -4.1292414665222168 2.2000000476837158 -7.0089602470397949 -2.5252671241760254 2.2000000476837158 -7.4096288681030273 -0.77453351020812988 2.2000000476837158 -7.379676342010498 1.021213173866272 2.2000000476837158 -6.9208440780639648 2.7576107978820801 2.2000000476837158 -6.0597972869873047 4.3337459564208984 2.2000000476837158 -4.8465776443481445 5.6580195426940918 2.2000000476837158 -3.3516919612884521 6.6534700393676758 2.2000000476837158 -1.6620184183120728 7.262244701385498 2.2000000476837158 0.12424574047327042 7.4489641189575195 2.2000000476837158 1.9032890796661377 7.2027764320373535 2.2000000476837158 3.5717203617095947 6.5379900932312012 2.2000000476837158"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_14"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_18" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="-13.478035926818848 -24.671379089355469 -1.25 -18.990636825561523 -20.728969573974609 -1.25 -23.399570465087891 -15.581866264343262 -1.25 -26.448606491088867 -9.5292015075683594 -1.25 -27.960544586181641 -2.9227347373962402 -1.25 -27.847518920898438 3.8535909652709961 -1.25 -26.116094589233398 10.405960083007813 -1.25 -22.866899490356445 16.353572845458984 -1.25 -18.288763046264648 21.350774765014648 -1.25 -12.647749900817871 25.107147216796875 -1.25 -6.2716960906982422 27.404384613037109 -1.25 0.46884649991989136 28.108978271484375 -1.25 7.1821413040161133 27.17997932434082 -1.25 13.478035926818848 24.671379089355469 -1.25"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_15"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_16"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_21" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="-18.793481826782227 -34.401237487792969 -1.25 -26.480131149291992 -28.904024124145508 -1.25 -32.627853393554688 -21.727016448974609 -1.25 -36.879360198974609 -13.287312507629395 -1.25 -38.987575531005859 -4.0753979682922363 -1.25 -38.829975128173828 5.3733634948730469 -1.25 -36.415718078613281 14.509844779968262 -1.25 -31.885108947753906 22.803066253662109 -1.25 -25.501455307006836 29.77105712890625 -1.25 -17.635747909545898 35.008861541748047 -1.25 -8.7451171875 38.212078094482422 -1.25 0.65374940633773804 39.194549560546875 -1.25 10.014621734619141 37.899173736572266 -1.25 18.793481826782227 34.401237487792969 -1.25"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_22" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="18.793481826782227 34.401237487792969 -1.25 26.480131149291992 28.904024124145508 -1.25 32.627853393554688 21.727016448974609 -1.25 36.879360198974609 13.287312507629395 -1.25 38.987575531005859 4.0753979682922363 -1.25 38.829975128173828 -5.3733634948730469 -1.25 36.415718078613281 -14.509844779968262 -1.25 31.885108947753906 -22.803066253662109 -1.25 25.501455307006836 -29.77105712890625 -1.25 17.635747909545898 -35.008861541748047 -1.25 8.7451171875 -38.212078094482422 -1.25 -0.65374940633773804 -39.194549560546875 -1.25 -10.014621734619141 -37.899173736572266 -1.25 -18.793481826782227 -34.401237487792969 -1.25"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_17"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_18"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_41" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-4.9811196327209473 -8.2791576385498047 2.2000000476837158 4.6916189193725586 -8.4465799331665039 2.2000000476837158"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_37" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="9.6607627868652344 -0.1602289229631424 2.2000000476837158 4.6918606758117676 -8.4326114654541016 2.2000000476837158"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_33" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="9.6487865447998047 -0.15303532779216766 2.2000000476837158 4.9691433906555176 8.286351203918457 2.2000000476837158"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_30" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="4.9569258689880371 8.279576301574707 2.2000000476837158 -4.6916189193725586 8.4465799331665039 2.2000000476837158"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_25" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-9.6607627868652344 0.1602289229631424 2.2000000476837158 -4.6918606758117676 8.4326114654541016 2.2000000476837158"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_28" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-9.6487865447998047 0.15303532779216766 2.2000000476837158 -4.9808778762817383 -8.2651891708374023 2.2000000476837158"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_19"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_20"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_21"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_24" coordIndex="0 1 2 3 4 5 6 7 -1">\n\t\t\t\t<Coordinate point="-19.177021026611328 -35.103302001953125 -0.44999998807907104 -19.16740608215332 -35.085700988769531 -0.62801676988601685 -19.139039993286133 -35.033775329589844 -0.79710698127746582 -19.093345642089844 -34.95013427734375 -0.94879186153411865 -19.032613754272461 -34.838966369628906 -1.075465202331543 -18.959892272949219 -34.705852508544922 -1.1707750558853149 -18.878826141357422 -34.557460784912109 -1.2299423217773438 -18.793481826782227 -34.401237487792969 -1.25"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_734" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="-19.177021026611328 -35.103302001953125 -0.44999998807907104 -27.020542144775391 -29.493902206420898 -0.44999998807907104 -33.293727874755859 -22.17042350769043 -0.44999998807907104 -37.632003784179688 -13.55848217010498 -0.44999998807907104 -39.783241271972656 -4.1585693359375 -0.44999998807907104 -39.622425079345703 5.4830241203308105 -0.44999998807907104 -37.158893585205078 14.805963516235352 -0.44999998807907104 -32.535823822021484 23.268434524536133 -0.44999998807907104 -26.021892547607422 30.378629684448242 -0.44999998807907104 -17.995660781860352 35.72332763671875 -0.44999998807907104 -8.923588752746582 38.991916656494141 -0.44999998807907104 0.66709119081497192 39.994438171386719 -0.44999998807907104 10.219001770019531 38.672626495361328 -0.44999998807907104 19.177021026611328 35.103302001953125 -0.44999998807907104"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_23" coordIndex="0 1 2 3 4 5 6 7 -1">\n\t\t\t\t<Coordinate point="19.177021026611328 35.103302001953125 -0.44999998807907104 19.16740608215332 35.085700988769531 -0.62801676988601685 19.139039993286133 35.033775329589844 -0.79710698127746582 19.093345642089844 34.95013427734375 -0.94879186153411865 19.032613754272461 34.838966369628906 -1.075465202331543 18.959892272949219 34.705852508544922 -1.1707750558853149 18.878826141357422 34.557460784912109 -1.2299423217773438 18.793481826782227 34.401237487792969 -1.25"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_22"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_23"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_497" coordIndex="0 1 2 3 4 5 6 7 8 9 10 11 12 13 -1">\n\t\t\t\t<Coordinate point="19.177021026611328 35.103302001953125 -0.44999998807907104 27.020542144775391 29.493902206420898 -0.44999998807907104 33.293727874755859 22.17042350769043 -0.44999998807907104 37.632003784179688 13.55848217010498 -0.44999998807907104 39.783241271972656 4.1585693359375 -0.44999998807907104 39.622425079345703 -5.4830241203308105 -0.44999998807907104 37.158893585205078 -14.805963516235352 -0.44999998807907104 32.535823822021484 -23.268434524536133 -0.44999998807907104 26.021892547607422 -30.378629684448242 -0.44999998807907104 17.995660781860352 -35.72332763671875 -0.44999998807907104 8.923588752746582 -38.991916656494141 -0.44999998807907104 -0.66709119081497192 -39.994438171386719 -0.44999998807907104 -10.219001770019531 -38.672626495361328 -0.44999998807907104 -19.177021026611328 -35.103302001953125 -0.44999998807907104"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_24"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_646" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-7.3644495010375977 -18.594755172729492 7.3499999046325684 -8.3018913269042969 -18.195566177368164 7.3499999046325684 -9.2177867889404297 -17.749153137207031 7.3499999046325684 -10.109758377075195 -17.256673812866211 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_645" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-7.3644495010375977 -18.594755172729492 7.3499999046325684 -6.4136748313903809 -18.9437255859375 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_585" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-5.1234302520751953 -19.332626342773438 7.3499999046325684 -6.4136748313903809 -18.943727493286133 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_586" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-2.3660819530487061 -19.859548568725586 7.3499999046325684 -3.2930893898010254 -19.727025985717773 7.3499999046325684 -4.2128777503967285 -19.551258087158203 7.3499999046325684 -5.1234302520751953 -19.332626342773438 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_587" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-2.3660819530487061 -19.859548568725586 7.3499999046325684 -0.93216991424560547 -19.978263854980469 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_598" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="2.1205174922943115 -19.88726806640625 7.3499999046325684 1.104941725730896 -19.969453811645508 7.3499999046325684 0.086498133838176727 -19.999813079833984 7.3499999046325684 -0.93216991424560547 -19.978263854980469 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_597" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="2.1205174922943115 -19.88726806640625 7.3499999046325684 3.1245567798614502 -19.754421234130859 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_478" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="4.4477477073669434 -19.499168395996094 7.3499999046325684 3.1245582103729248 -19.754421234130859 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_479" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="7.1341304779052734 -18.684329986572266 7.3499999046325684 6.2517204284667969 -18.99778938293457 7.3499999046325684 5.3556041717529297 -19.269599914550781 7.3499999046325684 4.4477477073669434 -19.499168395996094 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_480" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="7.1341304779052734 -18.684329986572266 7.3499999046325684 8.4589672088623047 -18.123075485229492 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_490" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="11.119708061218262 -16.62384033203125 7.3499999046325684 10.258651733398438 -17.168577194213867 7.3499999046325684 9.3709697723388672 -17.668756484985352 7.3499999046325684 8.4589672088623047 -18.123075485229492 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_489" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="11.119708061218262 -16.62384033203125 7.3499999046325684 11.947004318237305 -16.039609909057617 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_433" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="13 -15.198683738708496 7.3499999046325684 11.947006225585938 -16.039609909057617 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_434" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="15 -13.228756904602051 7.3499999046325684 14.364336013793945 -13.916387557983398 7.3499999046325684 13.697181701660156 -14.57351016998291 7.3499999046325684 13 -15.198683738708496 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_435" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="15 -13.228756904602051 7.3499999046325684 15.912256240844727 -12.116108894348145 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_445" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="17.571491241455078 -9.5521039962768555 7.3499999046325684 17.062217712402344 -10.43459415435791 7.3499999046325684 16.508659362792969 -11.29000186920166 7.3499999046325684 15.912256240844727 -12.116108894348145 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_444" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="17.571491241455078 -9.5521039962768555 7.3499999046325684 18.032522201538086 -8.6503257751464844 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_388" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="18.574108123779297 -7.4163651466369629 7.3499999046325684 18.032522201538086 -8.650324821472168 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_389" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="19.429550170898438 -4.7426347732543945 7.3499999046325684 19.186256408691406 -5.646909236907959 7.3499999046325684 18.900899887084961 -6.5388045310974121 7.3499999046325684 18.574108123779297 -7.4163651466369629 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_390" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.429550170898438 -4.7426347732543945 7.3499999046325684 19.720239639282227 -3.3334870338439941 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_400" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="19.997867584228516 -0.29208871722221375 7.3499999046325684 19.957040786743164 -1.3101663589477539 7.3499999046325684 19.864418029785156 -2.3248436450958252 7.3499999046325684 19.720239639282227 -3.3334870338439941 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_399" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.997867584228516 -0.29208871722221375 7.3499999046325684 19.98701286315918 0.72064751386642456 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_343" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.89311408996582 2.0649535655975342 7.3499999046325684 19.98701286315918 0.72064888477325439 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_344" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="19.408023834228516 4.8299679756164551 7.3499999046325684 19.612834930419922 3.9162077903747559 7.3499999046325684 19.774650573730469 2.9938623905181885 7.3499999046325684 19.89311408996582 2.0649535655975342 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_345" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.408023834228516 4.8299679756164551 7.3499999046325684 19.010553359985352 6.2127962112426758 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_355" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="17.842971801757813 9.0348405838012695 7.3499999046325684 18.279947280883789 8.1144046783447266 7.3499999046325684 18.669477462768555 7.1729083061218262 7.3499999046325684 19.010553359985352 6.2127962112426758 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_354" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="17.842971801757813 9.0348405838012695 7.3499999046325684 17.36271858215332 9.9265289306640625 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_298" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="16.65484619140625 11.073216438293457 7.3499999046325684 17.36271858215332 9.9265308380126953 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_299" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="14.940354347229004 13.296082496643066 7.3499999046325684 15.546350479125977 12.582168579101563 7.3499999046325684 16.118265151977539 11.840671539306641 7.3499999046325684 16.65484619140625 11.073216438293457 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_300" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="14.940354347229004 13.296082496643066 7.3499999046325684 13.945778846740723 14.335803031921387 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_310" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="11.600459098815918 16.292003631591797 7.3499999046325684 12.415131568908691 15.68006706237793 7.3499999046325684 13.19758129119873 15.027436256408691 7.3499999046325684 13.945778846740723 14.335803031921387 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_309" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="11.600459098815918 16.292003631591797 7.3499999046325684 10.760828971862793 16.858367919921875 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_257" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="9.6011533737182617 17.54473876953125 7.3499999046325684 10.760828971862793 16.858367919921875 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_258" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="9.5885105133056641 17.551651000976563 7.3499999046325684 9.5927257537841797 17.549348831176758 7.3499999046325684 9.5969400405883789 17.54704475402832 7.3499999046325684 9.6011533737182617 17.54473876953125 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_259" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="7.0500288009643555 18.716224670410156 7.3499999046325684 7.9139742851257324 18.367607116699219 7.3499999046325684 8.760746955871582 17.979135513305664 7.3499999046325684 9.5885105133056641 17.551651000976563 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_260" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="7.0500288009643555 18.716224670410156 7.3499999046325684 5.6861953735351563 19.174650192260742 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_54" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="2.7004246711730957 19.816854476928711 7.3499999046325684 3.7061624526977539 19.653610229492188 7.3499999046325684 4.7022809982299805 19.439355850219727 7.3499999046325684 5.6861953735351563 19.174650192260742 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_53" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="2.7004246711730957 19.816854476928711 7.3499999046325684 1.6937695741653442 19.928150177001953 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_203" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="0.34795209765434265 19.996973037719727 7.3499999046325684 1.6937695741653442 19.928152084350586 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_204" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-2.4553730487823486 19.84870719909668 7.3499999046325684 -1.5235880613327026 19.941883087158203 7.3499999046325684 -0.58846300840377808 19.991340637207031 7.3499999046325684 0.34795209765434265 19.996973037719727 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_205" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-2.4553730487823486 19.84870719909668 7.3499999046325684 -3.8760290145874023 19.620815277099609 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_211" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-6.8182439804077148 18.801902770996094 7.3499999046325684 -5.851844310760498 19.124746322631836 7.3499999046325684 -4.8702564239501953 19.397953033447266 7.3499999046325684 -3.8760290145874023 19.620815277099609 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_210" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-6.8182439804077148 18.801902770996094 7.3499999046325684 -7.7613162994384766 18.432632446289063 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_155" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-8.9849605560302734 17.868141174316406 7.3499999046325684 -7.7613177299499512 18.432634353637695 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_156" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-11.39827823638916 16.434087753295898 7.3499999046325684 -10.616524696350098 16.949613571166992 7.3499999046325684 -9.811497688293457 17.427980422973633 7.3499999046325684 -8.9849605560302734 17.868141174316406 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_157" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-11.39827823638916 16.434087753295898 7.3499999046325684 -12.550300598144531 15.572089195251465 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_167" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-14.774928092956543 13.479670524597168 7.3499999046325684 -14.069258689880371 14.214639663696289 7.3499999046325684 -13.32707405090332 14.912715911865234 7.3499999046325684 -12.550300598144531 15.572089195251465 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_166" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-14.774928092956543 13.479670524597168 7.3499999046325684 -15.438370704650879 12.714427947998047 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_110" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-16.259527206420898 11.645934104919434 7.3499999046325684 -15.438371658325195 12.71442699432373 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_111" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-17.729976654052734 9.2546176910400391 7.3499999046325684 -17.27734375 10.074392318725586 7.3499999046325684 -16.786836624145508 10.87208080291748 7.3499999046325684 -16.259527206420898 11.645934104919434 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_112" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.729976654052734 9.2546176910400391 7.3499999046325684 -18.349449157714844 7.9559841156005859 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_122" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-19.346864700317383 5.069404125213623 7.3499999046325684 -19.063581466674805 6.0481276512145996 7.3499999046325684 -18.730823516845703 7.0111541748046875 7.3499999046325684 -18.349449157714844 7.9559841156005859 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_121" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-19.346864700317383 5.069404125213623 7.3499999046325684 -19.57868766784668 4.083503246307373 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_71" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-19.809230804443359 2.7557837963104248 7.3499999046325684 -19.57868766784668 4.0835018157958984 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_72" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-19.999948501586914 -0.044973406940698624 7.3499999046325684 -19.980131149291992 0.89124894142150879 7.3499999046325684 -19.916513442993164 1.8255174160003662 7.3499999046325684 -19.809230804443359 2.7557837963104248 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_73" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-19.999948501586914 -0.044973406940698624 7.3499999046325684 -19.944961547851563 -1.4827402830123901 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_83" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-19.486667633056641 -4.5022015571594238 7.3499999046325684 -19.690668106079102 -3.5039370059967041 7.3499999046325684 -19.843564987182617 -2.4965784549713135 7.3499999046325684 -19.944961547851563 -1.4827402830123901 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_82" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-19.486667633056641 -4.5022015571594238 7.3499999046325684 -19.2337646484375 -5.4829120635986328 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_687" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-18.820880889892578 -6.765683650970459 7.3499999046325684 -19.233762741088867 -5.4829134941101074 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_688" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-17.688175201416016 -9.3342618942260742 7.3499999046325684 -18.105712890625 -8.4960689544677734 7.3499999046325684 -18.483556747436523 -7.6392498016357422 7.3499999046325684 -18.820880889892578 -6.765683650970459 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_689" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.688175201416016 -9.3342618942260742 7.3499999046325684 -16.971323013305664 -10.581787109375 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_683" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-15.162308692932129 -13.042407035827637 7.3499999046325684 -15.806859970092773 -12.253292083740234 7.3499999046325684 -16.41038703918457 -11.432374954223633 7.3499999046325684 -16.971323013305664 -10.581787109375 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_682" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-15.162308692932129 -13.042407035827637 7.3499999046325684 -14.482619285583496 -13.793249130249023 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_633" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-13.520892143249512 -14.737214088439941 7.3499999046325684 -14.48261833190918 -13.79325008392334 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_634" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-11.324254035949707 -16.485183715820313 7.3499999046325684 -12.083492279052734 -15.937039375305176 7.3499999046325684 -12.816240310668945 -15.35395622253418 7.3499999046325684 -13.520892143249512 -14.737214088439941 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_635" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-11.324254035949707 -16.485183715820313 7.3499999046325684 -10.109758377075195 -17.256673812866211 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_35" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="9.6605205535888672 -0.17419734597206116 7.3499999046325684 4.9808778762817383 8.2651891708374023 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_38" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="9.6483030319213867 -0.18097217381000519 7.3499999046325684 4.6918606758117676 -8.4326114654541016 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_39" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-4.9811196327209473 -8.2791576385498047 7.3499999046325684 4.6916189193725586 -8.4465799331665039 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_27" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-9.6605205535888672 0.17419734597206116 7.3499999046325684 -4.9808778762817383 -8.2651891708374023 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_26" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-9.6483030319213867 0.18097217381000519 7.3499999046325684 -4.6794009208679199 8.4533548355102539 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_32" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="4.9811196327209473 8.2791576385498047 7.3499999046325684 -4.6674251556396484 8.4461612701416016 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_29" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-9.6483030319213867 0.18097217381000519 2.2000000476837158 -9.6483030319213867 0.18097217381000519 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_25"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_31" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-4.6918606758117676 8.4326114654541016 2.2000000476837158 -4.6918606758117676 8.4326114654541016 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_26"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_27"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_42" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-4.9808778762817383 -8.2651891708374023 2.2000000476837158 -4.9808778762817383 -8.2651891708374023 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_28"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_29"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_34" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="4.9569258689880371 8.279576301574707 2.2000000476837158 4.9569258689880371 8.279576301574707 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_30"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_31"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_32"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_36" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="9.6487865447998047 -0.15303532779216766 2.2000000476837158 9.6487865447998047 -0.15303532779216766 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_33"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_34"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_35"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_36"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_37"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_40" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="4.6918606758117676 -8.4326114654541016 2.2000000476837158 4.6918606758117676 -8.4326114654541016 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_38"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_39"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_40"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_41"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_42"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_599" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-12.901115417480469 -23.615341186523438 4.8107471466064453 -6.5697522163391113 -21.962068557739258 6.2755594253540039 -0.93216991424560547 -19.978263854980469 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_580" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-13.248811721801758 -22.938459396362305 5.664832592010498 -13.169347763061523 -22.992895126342773 5.3841471672058105 -13.080946922302246 -23.128513336181641 5.1358575820922852 -12.987309455871582 -23.344247817993164 4.9342818260192871 -12.901167869567871 -23.615348815917969 4.8107352256774902"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_579" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-13.248761177062988 -22.938449859619141 5.6648449897766113 -3.6030166149139404 -20.246135711669922 7.801386833190918"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_588" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-3.6030166149139404 -20.246135711669922 7.801386833190918 -2.7235767841339111 -20.061786651611328 7.5466623306274414 -1.8375024795532227 -19.980951309204102 7.4022049903869629 -0.93216991424560547 -19.978263854980469 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_55" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="10.760184288024902 19.696386337280273 6.4518623352050781 5.6861963272094727 19.174644470214844 7.3500003814697266"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_249" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="10.970795631408691 19.003635406494141 7.3068346977233887 10.912590026855469 19.066493988037109 7.0299534797668457 10.855531692504883 19.207431793212891 6.7835731506347656 10.802238464355469 19.425510406494141 6.5807352066040039 10.760184288024902 19.696386337280273 6.4518623352050781"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_248" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="10.970795631408691 19.003635406494141 7.3068346977233887 8.3435373306274414 18.795557022094727 7.8013854026794434"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_261" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="8.3435373306274414 18.795557022094727 7.8013854026794434 7.4456796646118164 18.827018737792969 7.546694278717041 6.5659847259521484 18.960573196411133 7.4022173881530762 5.6862039566040039 19.174646377563477 7.349998950958252"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_212" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="16.242044448852539 29.730863571166992 2.249783992767334 6.3084664344787598 25.738435745239258 4.9611539840698242 0.87426173686981201 22.746143341064453 6.334620475769043 -3.8760290145874023 19.620815277099609 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_199" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="16.676168441772461 29.074056625366211 3.1042244434356689 16.584091186523438 29.120784759521484 2.8203392028808594 16.476055145263672 29.250503540039063 2.5702924728393555 16.356599807739258 29.462116241455078 2.3694250583648682 16.242044448852539 29.730863571166992 2.249783992767334"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_197" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="16.676168441772461 29.074056625366211 3.1042244434356689 6.9328999519348145 25.229576110839844 5.7826504707336426 -1.3468972444534302 20.520076751708984 7.801386833190918"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_206" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-1.3468972444534302 20.520076751708984 7.801386833190918 -2.1566073894500732 20.130647659301758 7.5466761589050293 -2.9975965023040771 19.840097427368164 7.4022111892700195 -3.8760290145874023 19.620815277099609 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_631" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-16.360795974731445 -14.557498931884766 8.8697471618652344 -23.44584846496582 -12.393260955810547 12.565854072570801 -30.454221725463867 -9.3434152603149414 16.834226608276367"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_43" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-16.573575973510742 -14.005532264709473 8.0888814926147461 -16.466991424560547 -14.081933975219727 8.3653573989868164 -16.414215087890625 -14.179890632629395 8.5367155075073242 -16.372707366943359 -14.348306655883789 8.7238540649414063 -16.360795974731445 -14.557498931884766 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_677" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-16.573577880859375 -14.005532264709473 8.0888786315917969 -31.211502075195313 -8.3104019165039063 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_700" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-30.454221725463867 -9.3434152603149414 16.834226608276367 -30.60740852355957 -8.9717435836791992 16.800704956054688 -30.79931640625 -8.6733160018920898 16.715099334716797 -30.988500595092773 -8.4694356918334961 16.607864379882813 -31.211502075195313 -8.3104019165039063 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_679" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-16.027290344238281 -12.828802108764648 7.1554813385009766 -15.285384178161621 -13.435159683227539 7.3120465278625488 -15.0836181640625 -13.674093246459961 7.4084482192993164 -15.010721206665039 -13.809402465820313 7.4767427444458008 -15.053779602050781 -14.064845085144043 7.6610188484191895 -15.245864868164063 -14.148712158203125 7.7746992111206055 -15.561860084533691 -14.171940803527832 7.8853073120117188 -16.069076538085938 -14.116995811462402 8.0040559768676758 -16.573556900024414 -14.005537986755371 8.0888786315917969"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_43"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_632" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-14.482619285583496 -13.793249130249023 7.3499999046325684 -14.500453948974609 -14.066015243530273 7.5115046501159668 -14.596597671508789 -14.290960311889648 7.6921844482421875 -14.773444175720215 -14.469204902648926 7.8930368423461914 -15.022151947021484 -14.590854644775391 8.1034231185913086 -15.237703323364258 -14.642438888549805 8.2561149597167969 -15.476469993591309 -14.664876937866211 8.4067001342773438 -15.924602508544922 -14.640978813171387 8.6557435989379883 -16.360782623291016 -14.55750560760498 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_681" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-14.482619285583496 -13.793249130249023 7.3499999046325684 -14.806848526000977 -13.514142990112305 7.3327951431274414 -15.265069007873535 -13.225421905517578 7.2774629592895508 -16.027290344238281 -12.828802108764648 7.1554813385009766"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_643" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-8.2296123504638672 -18.807596206665039 7.1554837226867676 -10.556084632873535 -19.322782516479492 6.608314037322998"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_630" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-10.556085586547852 -19.322784423828125 6.608314037322998 -10.50296688079834 -19.552116394042969 6.573798656463623 -10.462234497070313 -19.785564422607422 6.5944123268127441 -10.431675910949707 -20.070541381835938 6.6996726989746094 -10.428457260131836 -20.321208953857422 6.8911466598510742 -10.440126419067383 -20.43684196472168 7.0344462394714355 -10.461381912231445 -20.524837493896484 7.1952176094055176 -10.491517066955566 -20.582164764404297 7.3680238723754883 -10.529487609863281 -20.606901168823242 7.5469369888305664"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_640" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-8.1664657592773438 -20.103410720825195 8.0888767242431641 -10.529485702514648 -20.606901168823242 7.5469374656677246"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_45" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-8.1664533615112305 -20.10340690612793 8.0888795852661133 -7.2865586280822754 -19.824314117431641 7.9134306907653809 -6.965336799621582 -19.645248413085938 7.7962980270385742 -6.8107333183288574 -19.486324310302734 7.6870861053466797 -6.8079338073730469 -19.279878616333008 7.5357670783996582 -6.9606285095214844 -19.140737533569336 7.4270954132080078 -7.2146563529968262 -19.025308609008789 7.3331966400146484 -7.5730428695678711 -18.923484802246094 7.2488174438476563 -8.2296123504638672 -18.807596206665039 7.1554837226867676"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_583" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-7.7215585708618164 -20.493267059326172 8.8697471618652344 -15.000831604003906 -21.869516372680664 12.565854072570801 -22.623773574829102 -22.425966262817383 16.834226608276367"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_44" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-8.1664772033691406 -20.10340690612793 8.0888814926147461 -8.036595344543457 -20.121524810791016 8.3653573989868164 -7.9443411827087402 -20.183734893798828 8.5367155075073242 -7.8293213844299316 -20.313570022583008 8.7238540649414063 -7.7215585708618164 -20.493267059326172 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_639" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-8.166478157043457 -20.10340690612793 8.0888786315917969 -23.774375915527344 -21.863204956054688 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_651" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-22.623773574829102 -22.425966262817383 16.834226608276367 -22.932138442993164 -22.168056488037109 16.800704956054688 -23.240749359130859 -21.992996215820313 16.715099334716797 -23.503011703491211 -21.900386810302734 16.607864379882813 -23.774375915527344 -21.863204956054688 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_584" coordIndex="0 1 2 3 4 5 6 7 8 9 -1">\n\t\t\t\t<Coordinate point="-7.7215380668640137 -20.493268966674805 8.8697481155395508 -7.0708613395690918 -20.270965576171875 8.5250349044799805 -6.6286096572875977 -20.000110626220703 8.2059612274169922 -6.4273085594177246 -19.790390014648438 7.9963421821594238 -6.3530426025390625 -19.669502258300781 7.8860306739807129 -6.3042898178100586 -19.544794082641602 7.7791070938110352 -6.2797889709472656 -19.38532829284668 7.6516904830932617 -6.2958784103393555 -19.22174072265625 7.5312414169311523 -6.3404817581176758 -19.083524703979492 7.437413215637207 -6.4136757850646973 -18.943727493286133 7.3500008583068848"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_44"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_45"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_644" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-6.4136757850646973 -18.943727493286133 7.3500008583068848 -6.8308720588684082 -18.846931457519531 7.3328690528869629 -7.3695645332336426 -18.804599761962891 7.2775592803955078 -8.2296123504638672 -18.807596206665039 7.1554837226867676"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_595" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="1.4533622264862061 -20.477788925170898 7.1554827690124512 -6.0403757095336914 -26.166152954101563 4.8310432434082031 -11.514734268188477 -29.346061706542969 3.1148240566253662 -17.483217239379883 -32.0028076171875 1.2983742952346802"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_582" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-17.48321533203125 -32.002811431884766 1.2983733415603638 -17.395572662353516 -32.216838836669922 1.2735530138015747 -17.32164192199707 -32.435634613037109 1.3008975982666016 -17.253063201904297 -32.704929351806641 1.4099915027618408 -17.219236373901367 -32.945598602294922 1.5999016761779785 -17.218294143676758 -33.059150695800781 1.7400529384613037 -17.231365203857422 -33.148170471191406 1.8963956832885742 -17.25804328918457 -33.209728240966797 2.0638728141784668 -17.297441482543945 -33.241844177246094 2.2369973659515381"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_592" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="2.1114706993103027 -21.595829010009766 8.0888767242431641 -5.5900473594665527 -27.3516845703125 5.7657499313354492 -11.196146011352539 -30.56294059753418 4.0513272285461426 -17.297441482543945 -33.241844177246094 2.2369973659515381"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_47" coordIndex="0 1 2 3 4 5 6 7 8 9 -1">\n\t\t\t\t<Coordinate point="2.1114785671234131 -21.595821380615234 8.0888786315917969 2.5235002040863037 -21.209123611450195 7.9945282936096191 2.8221549987792969 -20.859085083007813 7.8857827186584473 2.9769752025604248 -20.59980583190918 7.7818074226379395 3.023526668548584 -20.438947677612305 7.6987338066101074 2.9354114532470703 -20.237607955932617 7.5386495590209961 2.7371971607208252 -20.183305740356445 7.4292864799499512 2.4575099945068359 -20.198282241821289 7.3343896865844727 2.0911097526550293 -20.274646759033203 7.2493219375610352 1.4533622264862061 -20.477788925170898 7.1554827690124512"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_476" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="2.6865940093994141 -21.734273910522461 8.8697471618652344 -3.1193053722381592 -26.335727691650391 12.565853118896484 -9.6104898452758789 -30.370998382568359 16.834226608276367"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_46" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="2.1114616394042969 -21.595834732055664 8.0888814926147461 2.234886646270752 -21.551519393920898 8.3653573989868164 2.3454833030700684 -21.563730239868164 8.5367155075073242 2.5076663494110107 -21.625242233276367 8.7238540649414063 2.6865940093994141 -21.734273910522461 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_591" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="2.1114606857299805 -21.595836639404297 8.0888786315917969 -10.890827178955078 -30.40740966796875 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_604" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-9.6104898452758789 -30.370998382568359 16.834226608276367 -10.003381729125977 -30.28593635559082 16.80070686340332 -10.358000755310059 -30.274345397949219 16.71510124206543 -10.633265495300293 -30.314224243164063 16.607866287231445 -10.890827178955078 -30.40740966796875 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_477" coordIndex="0 1 2 3 4 5 6 7 8 9 -1">\n\t\t\t\t<Coordinate point="2.6866083145141602 -21.73426628112793 8.8697471618652344 3.1597530841827393 -21.234642028808594 8.524754524230957 3.4250648021697998 -20.789932250976563 8.206141471862793 3.5059607028961182 -20.51036262512207 7.996281623840332 3.5155260562896729 -20.368640899658203 7.885836124420166 3.5006637573242188 -20.235420227050781 7.7787914276123047 3.4481649398803711 -20.082878112792969 7.6513981819152832 3.3579041957855225 -19.945657730102539 7.5310707092285156 3.2542450428009033 -19.8441162109375 7.4373421669006348 3.1245567798614502 -19.754421234130859 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_46"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_47"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_596" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="3.1245565414428711 -19.754421234130859 7.3499999046325684 2.7101333141326904 -19.862625122070313 7.3328580856323242 2.2131624221801758 -20.075599670410156 7.2775206565856934 1.4533622264862061 -20.477788925170898 7.1554827690124512"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_431" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="12.479282379150391 -17.996219635009766 8.8697471618652344 9.4768152236938477 -24.768743515014648 12.565853118896484 5.6044402122497559 -31.358400344848633 16.834226608276367"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_48" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="11.905693054199219 -18.140914916992188 8.0888805389404297 11.994384765625 -18.044317245483398 8.3653564453125 12.097988128662109 -18.003732681274414 8.5367145538330078 12.270179748535156 -17.982828140258789 8.7238540649414063 12.479282379150391 -17.996219635009766 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_484" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="11.905692100524902 -18.14091682434082 8.0888776779174805 4.4876790046691895 -31.98564338684082 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_495" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="5.6044402122497559 -31.358400344848633 16.834226608276367 5.2170138359069824 -31.465671539306641 16.800704956054688 4.8976302146911621 -31.620208740234375 16.715099334716797 4.6724328994750977 -31.783437728881836 16.607864379882813 4.4876794815063477 -31.98564338684082 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_486" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="10.803415298461914 -17.456766128540039 7.1554889678955078 11.495427131652832 -16.792850494384766 7.3122587203979492 11.757122039794922 -16.621435165405273 7.4088139533996582 11.900196075439453 -16.56561279296875 7.4771785736083984 12.147479057312012 -16.638925552368164 7.660675048828125 12.207712173461914 -16.838380813598633 7.7739300727844238 12.193063735961914 -17.155139923095703 7.8848733901977539 12.077393531799316 -17.652790069580078 8.0039072036743164 11.905728340148926 -18.140893936157227 8.0888805389404297"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_48"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_432" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="11.947005271911621 -16.03961181640625 7.350001335144043 12.215435981750488 -16.090126037597656 7.5113668441772461 12.426633834838867 -16.212141036987305 7.6914515495300293 12.582569122314453 -16.409040451049805 7.8923606872558594 12.673376083374023 -16.669445037841797 8.1020231246948242 12.698763847351074 -16.885984420776367 8.2524509429931641 12.692610740661621 -17.129852294921875 8.4058465957641602 12.614869117736816 -17.572805404663086 8.6555080413818359 12.47932243347168 -17.996189117431641 8.8697500228881836"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_488" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="11.947005271911621 -16.03961181640625 7.350001335144043 11.626866340637207 -16.331153869628906 7.3326725959777832 11.289207458496094 -16.747512817382813 7.2775454521179199 10.803415298461914 -17.456766128540039 7.1554889678955078"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_386" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="19.413116455078125 -10.13545036315918 8.8697471618652344 19.901912689208984 -17.527538299560547 12.565854072570801 19.53546142578125 -25.161972045898438 16.834226608276367"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_49" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="18.972471237182617 -10.530132293701172 8.0888814926147461 19.006113052368164 -10.40338134765625 8.3653573989868164 19.078989028930664 -10.31929874420166 8.5367155075073242 19.22174072265625 -10.220767021179199 8.7238540649414063 19.413116455078125 -10.13545036315918 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_439" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="18.972471237182617 -10.530133247375488 8.0888786315917969 18.838111877441406 -26.236352920532227 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_450" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="19.53546142578125 -25.161972045898438 16.834226608276367 19.24226188659668 -25.437000274658203 16.800704956054688 19.031280517578125 -25.722261428833008 16.715099334716797 18.907733917236328 -25.97144889831543 16.607864379882813 18.838111877441406 -26.236352920532227 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_441" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="17.678495407104492 -10.436623573303223 7.1554841995239258 17.982715606689453 -9.5271415710449219 7.3122587203979492 18.134777069091797 -9.2537431716918945 7.4088149070739746 18.235519409179688 -9.1378269195556641 7.4771780967712402 18.488531112670898 -9.0878143310546875 7.6606626510620117 18.634563446044922 -9.2364282608032227 7.7739243507385254 18.768798828125 -9.5237159729003906 7.8848700523376465 18.89764404296875 -10.018123626708984 8.0039052963256836 18.972469329833984 -10.530112266540527 8.0888786315917969"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_49"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_387" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="18.032522201538086 -8.6503276824951172 7.3499999046325684 18.293657302856445 -8.5703115463256836 7.5113492012023926 18.537334442138672 -8.5801858901977539 7.6914048194885254 18.766931533813477 -8.6820554733276367 7.8923249244689941 18.968364715576172 -8.8704299926757813 8.1019964218139648 19.091482162475586 -9.0503740310668945 8.2524299621582031 19.199369430541992 -9.2691764831542969 8.4058322906494141 19.336383819580078 -9.6975326538085938 8.6554975509643555 19.413118362426758 -10.135435104370117 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_443" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="18.032522201538086 -8.6503276824951172 7.3499999046325684 17.884523391723633 -9.057307243347168 7.332667350769043 17.779027938842773 -9.5829877853393555 7.2775259017944336 17.678495407104492 -10.436623573303223 7.1554841995239258"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_341" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="21.899639129638672 0.04722951352596283 8.8697471618652344 25.767721176147461 -6.2709841728210449 12.565854072570801 28.991142272949219 -13.201237678527832 16.834226608276367"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_50" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="21.69288444519043 -0.50702238082885742 8.0888814926147461 21.663768768310547 -0.37915566563606262 8.3653573989868164 21.68922233581543 -0.27083715796470642 8.5367155075073242 21.769834518432617 -0.11725112795829773 8.7238540649414063 21.899639129638672 0.04722951352596283 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_394" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="21.692886352539063 -0.50702333450317383 8.0888786315917969 28.872961044311523 -14.476629257202148 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_405" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="28.991142272949219 -13.201237678527832 16.834226608276367 28.859340667724609 -13.581020355224609 16.800704956054688 28.805091857910156 -13.931654930114746 16.715099334716797 28.811500549316406 -14.209713935852051 16.607864379882813 28.872961044311523 -14.476629257202148 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_396" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="20.503671646118164 -1.025564432144165 7.1554841995239258 20.350387573242188 -0.078880533576011658 7.3122587203979492 20.357976913452148 0.23386856913566589 7.4088149070739746 20.393310546875 0.38332456350326538 7.4771780967712402 20.594099044799805 0.54518896341323853 7.6606626510620117 20.792469024658203 0.48146209120750427 7.7739243507385254 21.044837951660156 0.28946399688720703 7.8848700523376465 21.388687133789063 -0.088434427976608276 8.0039052963256836 21.692874908447266 -0.50700509548187256 8.0888786315917969"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_50"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_342" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="19.98701286315918 0.72064661979675293 7.3499999046325684 20.181051254272461 0.91285210847854614 7.5113492012023926 20.401405334472656 1.017351508140564 7.6914048194885254 20.652044296264648 1.0338495969772339 7.8923249244689941 20.917947769165039 0.96066248416900635 8.1019964218139648 21.110586166381836 0.85854619741439819 8.2524299621582031 21.307798385620117 0.71494400501251221 8.4058322906494141 21.628185272216797 0.3993268609046936 8.6554975509643555 21.899633407592773 0.047243624925613403 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_398" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="19.98701286315918 0.72064661979675293 7.3499999046325684 20.045099258422852 0.29150575399398804 7.332667350769043 20.19598388671875 -0.22298739850521088 7.2775259017944336 20.503671646118164 -1.0255645513534546 7.1554841995239258"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_296" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="19.369218826293945 10.219089508056641 8.8697471618652344 25.73045539855957 6.4221763610839844 12.565854072570801 31.805303573608398 1.7837401628494263 16.834226608276367"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_51" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="19.443721771240234 9.6322402954101563 8.0888814926147461 19.358516693115234 9.7319297790527344 8.3653573989868164 19.330717086791992 9.8396701812744141 8.5367155075073242 19.330720901489258 10.013125419616699 8.7238540649414063 19.369218826293945 10.219089508056641 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_349" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.443721771240234 9.6322402954101563 8.0888786315917969 32.293361663818359 0.59951549768447876 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_360" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="31.805303573608398 1.7837401628494263 16.834226608276367 31.865091323852539 1.3862082958221436 16.800704956054688 31.980005264282227 1.0505262613296509 16.715099334716797 32.114898681640625 0.80729544162750244 16.607864379882813 32.293361663818359 0.59951573610305786 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_351" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="18.631702423095703 8.6204385757446289 7.1554841995239258 18.0560302734375 9.387451171875 7.3122587203979492 17.917409896850586 9.6679039001464844 7.4088149070739746 17.879240036010742 9.8166608810424805 7.4771780967712402 17.981807708740234 10.053296089172363 7.6606626510620117 18.187070846557617 10.089056015014648 7.7739243507385254 18.499757766723633 10.036331176757813 7.8848700523376465 18.979839324951172 9.8615140914916992 8.0039052963256836 19.443704605102539 9.6322507858276367 8.0888786315917969"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_51"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_297" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="17.362720489501953 9.9265289306640625 7.3499999046325684 17.445209503173828 10.186892509460449 7.5113492012023926 17.591760635375977 10.381826400756836 7.6914048194885254 17.806024551391602 10.512911796569824 7.8923249244689941 18.075479507446289 10.57167911529541 8.1019964218139648 18.293510437011719 10.570783615112305 8.2524299621582031 18.534868240356445 10.535279273986816 8.4058322906494141 18.965230941772461 10.404705047607422 8.6554975509643555 19.369207382202148 10.219099044799805 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_353" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="17.362720489501953 9.9265289306640625 7.3499999046325684 17.613584518432617 9.5735378265380859 7.332667350769043 17.986284255981445 9.1880960464477539 7.2775259017944336 18.631702423095703 8.6204385757446289 7.1554841995239258"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_255" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="12.401542663574219 18.04987907409668 8.8697471618652344 19.798652648925781 17.644094467163086 12.565853118896484 27.333251953125 16.360084533691406 16.834226608276367"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_52" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="12.740233421325684 17.564872741699219 8.0888805389404297 12.618461608886719 17.613548278808594 8.3653564453125 12.543776512145996 17.696027755737305 8.5367145538330078 12.463170051574707 17.849617004394531 8.7238540649414063 12.401542663574219 18.04987907409668 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_304" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="12.740234375 17.564872741699219 8.0888776779174805 28.315744400024414 15.538318634033203 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_315" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="27.333251953125 16.360084533691406 16.834226608276367 27.570934295654297 16.035873413085938 16.800704956054688 27.828683853149414 15.792044639587402 16.715099334716797 28.061162948608398 15.639363288879395 16.607864379882813 28.315742492675781 15.538318634033203 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_306" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="12.491415977478027 16.291624069213867 7.1554889678955078 11.625252723693848 16.703237533569336 7.3122587203979492 11.372179985046387 16.887142181396484 7.4088139533996582 11.26924991607666 17.001123428344727 7.4771785736083984 11.250110626220703 17.258335113525391 7.660675048828125 11.415245056152344 17.385381698608398 7.7739300727844238 11.716615676879883 17.4840087890625 7.8848733901977539 12.222943305969238 17.552324295043945 8.0039072036743164 12.740200042724609 17.564897537231445 8.0888805389404297"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_52"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_256" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="10.760831832885742 16.858369827270508 7.350001335144043 10.712875366210938 17.127267837524414 7.5113668441772461 10.752069473266602 17.368009567260742 7.6914515495300293 10.880879402160645 17.58363151550293 7.8923606872558594 11.092160224914551 17.76087760925293 8.1020231246948242 11.285626411437988 17.86140251159668 8.2524509429931641 11.515829086303711 17.942127227783203 8.4058465957641602 11.957564353942871 18.026510238647461 8.6555080413818359 12.401500701904297 18.049905776977539 8.8697500228881836"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_308" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="10.760831832885742 16.858369827270508 7.350001335144043 11.146950721740723 16.66241455078125 7.3326725959777832 11.655987739562988 16.494340896606445 7.2775454521179199 12.491415977478027 16.291624069213867 7.1554889678955078"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_59" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="1.6937694549560547 19.928150177001953 7.3499999046325684 2.122002124786377 19.934026718139648 7.3328609466552734 2.6554305553436279 20.021856307983398 7.2775363922119141 3.4895026683807373 20.230558395385742 7.1554827690124512"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_53"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_54"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_55"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_251" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="10.760184288024902 19.696386337280273 6.4518623352050781 13.307602882385254 24.359403610229492 4.4991583824157715"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_56" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="3.4895026683807373 20.230558395385742 7.1554827690124512 13.307602882385254 24.359403610229492 4.4991583824157715"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_56"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_253" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="13.307602882385254 24.359403610229492 4.4991583824157715 13.229673385620117 24.578571319580078 4.4713778495788574 13.165118217468262 24.802291870117188 4.4966726303100586 13.107362747192383 25.076900482177734 4.6046032905578613 13.082398414611816 25.321060180664063 4.7949943542480469 13.085211753845215 25.435440063476563 4.9361057281494141 13.100832939147949 25.524284362792969 5.0937972068786621 13.128767967224121 25.584627151489258 5.2628960609436035 13.168072700500488 25.614503860473633 5.4377813339233398"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_265" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="3.1180927753448486 21.473621368408203 8.0888767242431641 13.168072700500488 25.614503860473633 5.4377813339233398"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_58" coordIndex="0 1 2 3 4 5 6 7 8 9 -1">\n\t\t\t\t<Coordinate point="3.1180698871612549 21.473609924316406 8.0888824462890625 2.6255114078521729 21.19676399230957 7.9945354461669922 2.2517790794372559 20.928379058837891 7.885796070098877 2.0394110679626465 20.713699340820313 7.7818303108215332 1.9557017087936401 20.568656921386719 7.6987624168395996 1.9930590391159058 20.352033615112305 7.5386490821838379 2.1725046634674072 20.25187873840332 7.4292926788330078 2.447648286819458 20.199483871459961 7.3343939781188965 2.8216776847839355 20.185945510864258 7.2493257522583008 3.4895007610321045 20.230564117431641 7.1554884910583496"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_201" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="2.5928239822387695 21.745658874511719 8.8697471618652344 9.3312168121337891 24.82396125793457 12.565853118896484 16.599481582641602 27.188531875610352 16.834226608276367"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_57" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="3.1181132793426514 21.473604202270508 8.0888805389404297 2.9876692295074463 21.460113525390625 8.3653564453125 2.8832085132598877 21.498437881469727 8.5367145538330078 2.7404589653015137 21.596973419189453 8.7238540649414063 2.5928239822387695 21.745658874511719 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_264" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="3.1181142330169678 21.473604202270508 8.0888776779174805 17.851329803466797 26.91748046875 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_270" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="16.599481582641602 27.188531875610352 16.834226608276367 16.960607528686523 27.011913299560547 16.800704956054688 17.302146911621094 26.915794372558594 16.715099334716797 17.578950881958008 26.888641357421875 16.607864379882813 17.851327896118164 26.91748046875 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_202" coordIndex="0 1 2 3 4 5 6 7 8 9 -1">\n\t\t\t\t<Coordinate point="2.5927755832672119 21.745664596557617 8.8697509765625 2.0138473510742188 21.373805999755859 8.524775505065918 1.6498347520828247 21.005535125732422 8.206181526184082 1.5043817758560181 20.753471374511719 7.9963393211364746 1.461168646812439 20.618162155151367 7.8858985900878906 1.4437038898468018 20.485261917114258 7.7788577079772949 1.458155632019043 20.324573516845703 7.6514506340026855 1.5129529237747192 20.169708251953125 7.5310978889465332 1.5893042087554932 20.046291351318359 7.4373555183410645 1.6937696933746338 19.928152084350586 7.3500018119812012"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_57"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_58"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_59"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_153" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-7.809880256652832 20.459770202636719 8.8697471618652344 -3.273888111114502 26.316959381103516 12.565853118896484 2.0629708766937256 31.788412094116211 16.834226608276367"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_60" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-7.2183294296264648 20.462991714477539 8.0888805389404297 -7.3275623321533203 20.390424728393555 8.3653564453125 -7.4378676414489746 20.375814437866211 8.5367145538330078 -7.6100583076477051 20.396724700927734 8.7238540649414063 -7.809880256652832 20.459770202636719 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_214" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-7.2183289527893066 20.462993621826172 8.0888776779174805 3.2973904609680176 32.130172729492188 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_221" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="2.0629708766937256 31.788412094116211 16.834226608276367 2.4648110866546631 31.799848556518555 16.800704956054688 2.8118970394134521 31.873462677001953 16.715099334716797 3.0696141719818115 31.978055953979492 16.607864379882813 3.2973899841308594 32.130168914794922 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_216" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-6.3118104934692383 19.534931182861328 7.1554889678955078 -7.1425986289978027 19.055915832519531 7.3122587203979492 -7.4377117156982422 18.952110290527344 7.4088139533996582 -7.5899872779846191 18.932149887084961 7.4771785736083984 -7.8125400543212891 19.062511444091797 7.660675048828125 -7.8232903480529785 19.270584106445313 7.7739300727844238 -7.7332611083984375 19.574634552001953 7.8848733901977539 -7.5018572807312012 20.030141830444336 8.0039072036743164 -7.2183694839477539 20.462978363037109 8.0888805389404297"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_60"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_154" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-7.7613167762756348 18.432636260986328 7.350001335144043 -8.0098581314086914 18.545921325683594 7.5113668441772461 -8.1857194900512695 18.714933395385742 7.6914515495300293 -8.2900018692016602 18.943429946899414 7.8923606872558594 -8.3158512115478516 19.217998504638672 8.1020231246948242 -8.2886800765991211 19.434322357177734 8.2524509429931641 -8.2243452072143555 19.669631958007813 8.4058465957641602 -8.0428562164306641 20.081108093261719 8.6555080413818359 -7.8099265098571777 20.459749221801758 8.8697500228881836"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_209" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-7.7613167762756348 18.432636260986328 7.350001335144043 -7.3807096481323242 18.639091491699219 7.3326725959777832 -6.953221321105957 18.962543487548828 7.2775454521179199 -6.3118104934692383 19.534931182861328 7.1554889678955078"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_108" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-16.423435211181641 14.486795425415039 8.8697471618652344 -15.128984451293945 21.781059265136719 12.565854072570801 -12.946142196655273 29.105951309204102 16.834226608276367"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_61" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-15.901140213012695 14.764555931091309 8.0888814926147461 -15.964137077331543 14.649538040161133 8.3653573989868164 -16.055017471313477 14.585339546203613 8.5367155075073242 -16.217203140258789 14.523834228515625 8.7238540649414063 -16.423435211181641 14.486795425415039 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_161" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-15.901139259338379 14.764556884765625 8.0888786315917969 -12.011940956115723 29.982227325439453 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_172" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-12.946142196655273 29.105951309204102 16.834226608276367 -12.595644950866699 29.302822113037109 16.800704956054688 -12.322525024414063 29.529302597045898 16.715099334716797 -12.142934799194336 29.741682052612305 16.607864379882813 -12.011940956115723 29.982227325439453 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_163" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-14.667142868041992 14.364094734191895 7.1554841995239258 -15.18017578125 13.553845405578613 7.3122587203979492 -15.393247604370117 13.324782371520996 7.4088149070739746 -15.518802642822266 13.236343383789063 7.4771780967712402 -15.776431083679199 13.248333930969238 7.6606626510620117 -15.882655143737793 13.427577972412109 7.7739243507385254 -15.94423770904541 13.738641738891602 7.8848700523376465 -15.951019287109375 14.249517440795898 8.0039052963256836 -15.901143074035645 14.764535903930664 8.0888786315917969"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_61"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_109" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-15.438371658325195 12.71442985534668 7.3499999046325684 -15.711067199707031 12.699233055114746 7.5113492012023926 -15.945300102233887 12.767135620117188 7.6914048194885254 -16.14384651184082 12.920990943908691 7.8923249244689941 -16.294345855712891 13.152098655700684 8.1019964218139648 -16.370822906494141 13.356277465820313 8.2524299621582031 -16.423212051391602 13.594541549682617 8.4058322906494141 -16.453731536865234 14.043239593505859 8.6554975509643555 -16.423439025878906 14.486781120300293 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_165" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-15.438371658325195 12.71442985534668 7.3499999046325684 -15.197277069091797 13.074165344238281 7.332667350769043 -14.969043731689453 13.559323310852051 7.2775259017944336 -14.667142868041992 14.364094734191895 7.1554841995239258"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_69" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-21.274578094482422 5.1950697898864746 8.8697471618652344 -23.518213272094727 12.255380630493164 12.565854072570801 -24.989450454711914 19.755668640136719 16.834226608276367"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_62" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-20.941190719604492 5.6837363243103027 8.0888814926147461 -20.943521499633789 5.5526175498962402 8.3653573989868164 -20.994157791137695 5.4535379409790039 8.5367155075073242 -21.109182357788086 5.3237061500549316 8.7238540649414063 -21.274578094482422 5.1950697898864746 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_116" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-20.941190719604492 5.6837377548217773 8.0888786315917969 -24.569480895996094 20.965717315673828 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_127" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-24.989450454711914 19.755668640136719 16.834226608276367 -24.770589828491211 20.092872619628906 16.800704956054688 -24.634004592895508 20.42033576965332 16.715099334716797 -24.573684692382813 20.691848754882813 16.607864379882813 -24.569480895996094 20.965715408325195 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_118" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-19.662435531616211 5.9026107788085938 7.1554813385009766 -19.740007400512695 4.9475836753845215 7.3120465278625488 -19.822029113769531 4.6458039283752441 7.4084482192993164 -19.891977310180664 4.5089468955993652 7.4767427444458008 -20.126663208007813 4.3992753028869629 7.6610188484191895 -20.304800033569336 4.5097160339355469 7.7746992111206055 -20.503423690795898 4.7565798759460449 7.8853073120117188 -20.746335983276367 5.2052230834960938 8.0040559768676758 -20.941184997558594 5.6837172508239746 8.0888786315917969"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_62"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_70" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-19.57868766784668 4.083503246307373 7.3499999046325684 -19.813301086425781 3.9432322978973389 7.5115046501159668 -20.053041458129883 3.894573450088501 7.6921844482421875 -20.300195693969727 3.938861608505249 7.8930368423461914 -20.541593551635742 4.0744380950927734 8.1034231185913086 -20.706493377685547 4.2225308418273926 8.2561149597167969 -20.860593795776367 4.4062857627868652 8.4067001342773438 -21.095495223999023 4.7886667251586914 8.6557435989379883 -21.274576187133789 5.1950545310974121 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_120" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-19.57868766784668 4.083503246307373 7.3499999046325684 -19.533170700073242 4.5088891983032227 7.3327951431274414 -19.555856704711914 5.0500097274780273 7.2774629592895508 -19.662435531616211 5.9026107788085938 7.1554813385009766"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_685" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-21.251972198486328 -5.2867836952209473 8.8697471618652344 -26.519702911376953 -0.077858351171016693 12.565854072570801 -31.307975769042969 5.8795995712280273 16.834226608276367"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_63" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-21.183868408203125 -4.6991581916809082 8.0888814926147461 -21.124998092651367 -4.8163414001464844 8.3653573989868164 -21.123788833618164 -4.9276037216186523 8.5367155075073242 -21.165302276611328 -5.0960183143615723 8.7238540649414063 -21.251972198486328 -5.2867836952209473 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_77" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-21.183868408203125 -4.6991572380065918 8.0888786315917969 -31.498449325561523 7.1462125778198242 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_694" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-31.307975769042969 5.8795995712280273 16.834226608276367 -31.270891189575195 6.2798881530761719 16.800704956054688 -31.302131652832031 6.6333165168762207 16.715099334716797 -31.374898910522461 6.9017620086669922 16.607864379882813 -31.498449325561523 7.1462125778198242 16.461965560913086"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_79" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-20.153305053710938 -3.9110860824584961 7.1554841995239258 -19.777919769287109 -4.7935781478881836 7.3122587203979492 -19.710443496704102 -5.099055290222168 7.4088149070739746 -19.708982467651367 -5.25262451171875 7.4771780967712402 -19.865200042724609 -5.4578371047973633 7.6606626510620117 -20.073057174682617 -5.4434351921081543 7.7739243507385254 -20.364040374755859 -5.3174118995666504 7.8848700523376465 -20.788333892822266 -5.032783031463623 8.0039052963256836 -21.183853149414063 -4.6991724967956543 8.0888786315917969"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_63"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_686" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-19.2337646484375 -5.4829111099243164 7.3499999046325684 -19.376167297363281 -5.715968132019043 7.5113492012023926 -19.565109252929688 -5.8701648712158203 7.6914048194885254 -19.80451774597168 -5.9461655616760254 7.8923249244689941 -20.080207824707031 -5.9387397766113281 8.1019964218139648 -20.291688919067383 -5.8856925964355469 8.2524299621582031 -20.517536163330078 -5.793459415435791 8.4058322906494141 -20.904144287109375 -5.5636868476867676 8.6554975509643555 -21.251964569091797 -5.2867960929870605 8.8697471618652344"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_81" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-19.2337646484375 -5.4829111099243164 7.3499999046325684 -19.392864227294922 -5.080141544342041 7.332667350769043 -19.662490844726563 -4.6167078018188477 7.2775259017944336 -20.153305053710938 -3.9110860824584961 7.1554841995239258"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_65" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-27.032913208007813 29.253707885742188 9.7596168518066406 -27.011983871459961 28.944223403930664 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_64" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-27.007938385009766 28.945278167724609 10.013345718383789 -27.011983871459961 28.944223403930664 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_94" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-27.028974533081055 29.257282257080078 9.8079347610473633 -27.007938385009766 28.945278167724609 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_100" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-27.032913208007813 29.253711700439453 9.7596158981323242 -27.028974533081055 29.257282257080078 9.8079347610473633"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_64"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_67" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-25.452816009521484 18.604717254638672 16.571975708007813 -27.011983871459961 28.944223403930664 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_76" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-25.477420806884766 18.788772583007813 16.674985885620117 -25.452816009521484 18.604717254638672 16.571975708007813"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_95" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-27.007938385009766 28.945278167724609 10.013345718383789 -25.477420806884766 18.788772583007813 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_66" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-27.011983871459961 28.944223403930664 9.9641256332397461 -27.509418487548828 28.814418792724609 3.9111936092376709"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_65"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_85" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-27.509418487548828 28.814418792724609 3.9111936092376709 -27.032913208007813 29.253707885742188 9.7596168518066406"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_66"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_67"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_75" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-20.532812118530273 1.1363458633422852 7.801386833190918 -23.560461044311523 9.5472049713134766 11.687099456787109 -25.452817916870117 18.604717254638672 16.571977615356445"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_68" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-27.763504028320313 28.572774887084961 0.78858399391174316 -26.566066741943359 18.546857833862305 3.5125977993011475 -23.971401214599609 9.2430486679077148 5.9541029930114746 -20.532812118530273 1.1363458633422852 7.801386833190918"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_87" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-27.509418487548828 28.814413070678711 3.9111940860748291 -27.763504028320313 28.572774887084961 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_68"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_74" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-20.532812118530273 1.1363461017608643 7.8013863563537598 -20.243818283081055 0.28557881712913513 7.5466718673706055 -20.056760787963867 -0.58427882194519043 7.4022107124328613 -19.944961547851563 -1.482740044593811 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_84" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-28.48185920715332 27.616819381713867 0.12036651372909546 -26.948957443237305 16.756486892700195 3.0378727912902832 -23.855558395385742 6.8710513114929199 5.5766782760620117 -19.944961547851563 -1.4827401638031006 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_89" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="-27.763500213623047 28.572774887084961 0.78858375549316406 -27.800643920898438 28.546974182128906 0.58727371692657471 -27.875566482543945 28.464076995849609 0.41333633661270142 -27.968595504760742 28.347862243652344 0.29067134857177734 -28.088142395019531 28.18842887878418 0.19602087140083313 -28.227067947387695 27.993791580200195 0.13682740926742554 -28.48185920715332 27.616819381713867 0.12036651372909546"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_126" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-24.989452362060547 19.755668640136719 16.834228515625 -25.095922470092773 19.6202392578125 16.834228515625 -25.20166015625 19.484237670898438 16.834228515625 -25.306659698486328 19.347663879394531 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_69"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_70"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_71"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_72"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_73"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_74"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_75"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_76"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_97" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-25.306659698486328 19.347663879394531 16.834228515625 -25.449468612670898 19.071989059448242 16.792268753051758 -25.477420806884766 18.788772583007813 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_695" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-31.498451232910156 7.1462111473083496 16.461965560913086 -36.095123291015625 15.199540138244629 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_77"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_78" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-21.183860778808594 -4.6991658210754395 8.0888767242431641 -28.425025939941406 2.986685037612915 5.5192995071411133 -32.561798095703125 8.7724447250366211 3.6181886196136475 -36.095123291015625 15.199540138244629 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_98" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-36.095123291015625 15.199540138244629 1.6147215366363525 -36.095123291015625 15.199540138244629 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_78"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_79"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_80" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-20.153305053710938 -3.9110860824584961 7.1554813385009766 -27.809762954711914 4.1980838775634766 4.3641195297241211 -32.115608215332031 10.383346557617188 2.2959811687469482 -35.704689025878906 17.293937683105469 0.1203666627407074"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_92" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-36.095123291015625 15.199540138244629 1.6147215366363525 -36.098503112792969 15.287933349609375 1.3209164142608643 -36.091442108154297 15.373470306396484 1.1712050437927246 -36.078411102294922 15.485554695129395 1.0215109586715698 -36.041374206542969 15.738187789916992 0.76981985569000244 -35.973705291748047 16.11979866027832 0.50139480829238892 -35.876804351806641 16.588083267211914 0.27981856465339661 -35.796295166015625 16.934541702270508 0.17551484704017639 -35.704689025878906 17.293935775756836 0.12036643177270889"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_80"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_81"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_82"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_83"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_84"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_91" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-35.704689025878906 17.293935775756836 0.12036652863025665 -33.668117523193359 20.984827041625977 0.12036652863025665 -31.251411437988281 24.438787460327148 0.12036652863025665 -28.48185920715332 27.616819381713867 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_85"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_86" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-27.353067398071289 29.18577766418457 3.8700993061065674 -27.470043182373047 29.016643524169922 3.8925406932830811 -27.509418487548828 28.814418792724609 3.9111871719360352"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_708" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-27.353067398071289 29.18577766418457 3.8700993061065674 -26.870525360107422 29.630641937255859 9.7185659408569336"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_101" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-26.870525360107422 29.630641937255859 9.7185659408569336 -26.991861343383789 29.459688186645508 9.7410869598388672 -27.032909393310547 29.253715515136719 9.7596540451049805"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_86"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_707" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-27.353067398071289 29.185781478881836 3.8700990676879883 -27.610389709472656 28.942466735839844 0.74746823310852051"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_88" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-27.610389709472656 28.942466735839844 0.74746823310852051 -27.725296020507813 28.773712158203125 0.76989573240280151 -27.763504028320313 28.572774887084961 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_87"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_88"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_706" coordIndex="0 1 2 3 4 5 6 7 -1">\n\t\t\t\t<Coordinate point="-27.610385894775391 28.942470550537109 0.74746769666671753 -27.670156478881836 28.885332107543945 0.43665421009063721 -27.745988845825195 28.812498092651367 0.24846003949642181 -27.903352737426758 28.660127639770508 0.012588707730174065 -28.098537445068359 28.468791961669922 -0.16213507950305939 -28.248252868652344 28.320243835449219 -0.24785777926445007 -28.411344528198242 28.156623840332031 -0.30803510546684265 -28.716999053955078 27.844818115234375 -0.34894537925720215"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_90" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-28.716999053955078 27.844818115234375 -0.34894537925720215 -28.652400970458984 27.782180786132813 -0.062796838581562042 -28.48185920715332 27.616819381713867 0.12036634236574173"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_89"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_90"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_705" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-35.999458312988281 17.436712265014648 -0.34894508123397827 -33.946071624755859 21.158073425292969 -0.34894508123397827 -31.509416580200195 24.640548706054688 -0.34894508123397827 -28.716999053955078 27.844818115234375 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_93" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-35.704689025878906 17.293935775756836 0.12036652863025665 -35.824237823486328 17.351840972900391 0.047019768506288528 -35.918479919433594 17.397489547729492 -0.062794789671897888 -35.978736877441406 17.426675796508789 -0.19896338880062103 -35.999458312988281 17.436712265014648 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_91"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_92"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_99" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="-37.009628295898438 15.17522144317627 1.6147216558456421 -36.856845855712891 15.378131866455078 1.6147216558456421 -36.707149505615234 15.45915699005127 1.6147216558456421 -36.528221130371094 15.485041618347168 1.6147215366363525 -36.35174560546875 15.445877075195313 1.6147215366363525 -36.200782775878906 15.346436500549316 1.6147215366363525 -36.095123291015625 15.199540138244629 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_704" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-37.009628295898438 15.17522144317627 1.6147216558456421 -36.994712829589844 15.211544990539551 1.3049592971801758 -36.942119598388672 15.33882999420166 0.95080912113189697 -36.856433868408203 15.543596267700195 0.62038642168045044 -36.752468109130859 15.787845611572266 0.3471149206161499 -36.634811401367188 16.05897331237793 0.12173808366060257 -36.460285186767578 16.451374053955078 -0.11174597591161728 -36.241657257080078 16.927556991577148 -0.28450471162796021 -35.999458312988281 17.436712265014648 -0.3489452600479126"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_93"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_124" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-26.761068344116211 29.729534149169922 10 -26.726715087890625 29.188859939575195 10.355278968811035"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_96" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-26.726715087890625 29.188859939575195 10.355279922485352 -26.92413330078125 29.085372924804688 10.217992782592773 -27.007938385009766 28.945278167724609 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_94"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_102" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-27.028974533081055 29.257282257080078 9.8079347610473633 -26.978729248046875 29.472949981689453 9.9095926284790039 -26.848506927490234 29.650592803955078 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_710" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-26.761068344116211 29.729534149169922 10 -26.848506927490234 29.650592803955078 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_95"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_96"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_125" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-26.726715087890625 29.188859939575195 10.355278968811035 -25.306659698486328 19.347663879394531 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_97"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_98"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_99"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_703" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.009628295898438 15.17522144317627 10 -37.009628295898438 15.17522144317627 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_696" coordIndex="0 1 2 3 4 5 -1">\n\t\t\t\t<Coordinate point="-37.009628295898438 15.17522144317627 10 -36.819709777832031 15.40471363067627 10.073545455932617 -36.657741546630859 15.473114967346191 10.176597595214844 -36.433135986328125 15.472575187683105 10.350322723388672 -36.237705230712891 15.378578186035156 10.532092094421387 -36.095123291015625 15.199540138244629 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_100"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_101"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_709" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-26.870525360107422 29.630640029907227 9.7185659408569336 -26.848506927490234 29.650592803955078 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_102"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_104" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-10.341579437255859 38.465690612792969 9.7596168518066406 -10.466872215270996 38.181930541992188 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_103" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-10.462800979614258 38.180984497070313 10.013345718383789 -10.466872215270996 38.181930541992188 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_138" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-10.336432456970215 38.467025756835938 9.8079347610473633 -10.462800025939941 38.180984497070313 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_145" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-10.341577529907227 38.465694427490234 9.7596158981323242 -10.336432456970215 38.467025756835938 9.8079347610473633"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_103"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_106" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-13.89130687713623 28.30217170715332 16.571975708007813 -10.466872215270996 38.181930541992188 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_115" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-13.827557563781738 28.476579666137695 16.674985885620117 -13.891305923461914 28.302173614501953 16.571975708007813"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_139" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-10.462800979614258 38.180984497070313 10.013345718383789 -13.827557563781738 28.476579666137695 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_105" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-10.466872215270996 38.181930541992188 9.9641256332397461 -10.967652320861816 38.298164367675781 3.9111936092376709"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_104"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_129" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-10.967652320861816 38.298164367675781 3.9111936092376709 -10.341579437255859 38.465690612792969 9.7596168518066406"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_105"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_106"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_114" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-17.652816772460938 10.548257827758789 7.801386833190918 -16.424945831298828 19.402721405029297 11.687099456787109 -13.891308784484863 28.302173614501953 16.571977615356445"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_107" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-11.304931640625 38.202278137207031 0.78858399391174316 -14.903928756713867 28.768293380737305 3.5125977993011475 -16.93016242980957 19.324378967285156 5.9541029930114746 -17.652816772460938 10.548257827758789 7.801386833190918"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_131" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-10.967655181884766 38.298160552978516 3.9111940860748291 -11.304931640625 38.202278137207031 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_107"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_113" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-17.652816772460938 10.548257827758789 7.8013863563537598 -17.792295455932617 9.6606388092041016 7.5466718673706055 -18.030908584594727 8.8034887313842773 7.4022107124328613 -18.349449157714844 7.9559845924377441 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_123" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-12.385257720947266 37.689659118652344 0.12036651372909546 -16.074989318847656 27.360937118530273 3.0378727912902832 -17.929910659790039 17.170244216918945 5.5766782760620117 -18.349449157714844 7.9559845924377441 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_133" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="-11.304927825927734 38.202278137207031 0.78858375549316406 -11.349807739257813 38.196693420410156 0.58727371692657471 -11.454672813415527 38.158111572265625 0.41333633661270142 -11.591052055358887 38.098438262939453 0.29067134857177734 -11.770998001098633 38.012825012207031 0.19602087140083313 -11.984463691711426 37.905044555664063 0.13682740926742554 -12.385257720947266 37.689659118652344 0.12036651372909546"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_171" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-12.946144104003906 29.105953216552734 16.834228515625 -13.10335636138916 29.035516738891602 16.834228515625 -13.260185241699219 28.964229583740234 16.834228515625 -13.4166259765625 28.892097473144531 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_108"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_109"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_110"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_111"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_112"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_113"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_114"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_115"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_141" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-13.4166259765625 28.892097473144531 16.834228515625 -13.67119026184082 28.714366912841797 16.792268753051758 -13.827557563781738 28.476579666137695 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_128" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-24.569484710693359 20.965715408325195 16.461965560913086 -24.897066116333008 30.232765197753906 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_116"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_117" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-20.941188812255859 5.6837263107299805 8.0888767242431641 -23.781129837036133 15.85434627532959 5.5192995071411133 -24.755281448364258 22.899835586547852 3.6181886196136475 -24.897066116333008 30.232765197753906 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_142" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-24.897066116333008 30.232765197753906 1.6147215366363525 -24.897066116333008 30.232765197753906 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_117"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_118"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_119" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-19.662437438964844 5.9026107788085938 7.1554818153381348 -22.673376083374023 16.641059875488281 4.3641200065612793 -23.611577987670898 24.118864059448242 2.2959814071655273 -23.578037261962891 31.905817031860352 0.1203666627407074"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_136" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-24.897066116333008 30.232765197753906 1.6147215366363525 -24.858982086181641 30.312604904174805 1.3209164142608643 -24.812978744506836 30.385061264038086 1.1712050437927246 -24.749349594116211 30.478250503540039 1.0215109586715698 -24.599153518676758 30.684736251831055 0.76981985569000244 -24.36189079284668 30.991188049316406 0.50139480829238892 -24.058465957641602 31.360799789428711 0.27981856465339661 -23.826171875 31.630161285400391 0.17551484704017639 -23.578039169311523 31.905817031860352 0.12036643177270889"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_119"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_120"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_121"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_122"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_123"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_135" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-23.578039169311523 31.905817031860352 0.12036652863025665 -20.059501647949219 34.227497100830078 0.12036652863025665 -16.314479827880859 36.162727355957031 0.12036652863025665 -12.385257720947266 37.689659118652344 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_711" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-26.761068344116211 29.729534149169922 10 -26.416908264160156 30.035760879516602 10 -26.069244384765625 30.338005065917969 10 -25.718122482299805 30.636222839355469 10"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_124"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_125"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_126"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_127"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_128"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_144" coordIndex="0 1 2 3 4 5 -1">\n\t\t\t\t<Coordinate point="-25.718122482299805 30.636222839355469 10 -25.443305969238281 30.751167297363281 10.073545455932617 -25.268104553222656 30.736465454101563 10.176597595214844 -25.069475173950195 30.631607055664063 10.350322723388672 -24.94011116027832 30.457555770874023 10.532092094421387 -24.897066116333008 30.232765197753906 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_129"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_130" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-10.656630516052246 38.554325103759766 3.8700993061065674 -10.838809013366699 38.458927154541016 3.8925406932830811 -10.967653274536133 38.298164367675781 3.9111871719360352"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_717" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-10.656630516052246 38.554325103759766 3.8700993061065674 -10.022622108459473 38.723987579345703 9.7185659408569336"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_146" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-10.022622108459473 38.723987579345703 9.7185659408569336 -10.209506034851074 38.629001617431641 9.7410869598388672 -10.341573715209961 38.4656982421875 9.7596540451049805"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_130"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_716" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-10.65662956237793 38.554328918457031 3.8700990676879883 -10.997550964355469 38.458469390869141 0.74746823310852051"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_132" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-10.997550964355469 38.458469390869141 0.74746823310852051 -11.177720069885254 38.362442016601563 0.76989573240280151 -11.304931640625 38.202278137207031 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_131"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_132"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_715" coordIndex="0 1 2 3 4 5 6 7 -1">\n\t\t\t\t<Coordinate point="-10.997546195983887 38.458469390869141 0.74746769666671753 -11.077024459838867 38.435653686523438 0.43665421009063721 -11.178016662597656 38.406406402587891 0.24846003949642181 -11.388165473937988 38.344615936279297 0.012588707730174065 -11.649911880493164 38.265907287597656 -0.16213507950305939 -11.85151195526123 38.203948974609375 -0.24785777926445007 -12.071961402893066 38.134860992431641 -0.30803510546684265 -12.487507820129395 38.000816345214844 -0.34894537925720215"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_134" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-12.487507820129395 38.000816345214844 -0.34894537925720215 -12.459417343139648 37.915332794189453 -0.062796838581562042 -12.385257720947266 37.689659118652344 0.12036634236574173"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_133"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_134"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_714" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-23.772693634033203 32.169223785400391 -0.34894508123397827 -20.225107192993164 34.51007080078125 -0.34894508123397827 -16.449169158935547 36.461277008056641 -0.34894508123397827 -12.487507820129395 38.000816345214844 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_137" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-23.578039169311523 31.905817031860352 0.12036652863025665 -23.656984329223633 32.012645721435547 0.047019768506288528 -23.719219207763672 32.09686279296875 -0.062794789671897888 -23.759010314941406 32.150707244873047 -0.19896338880062103 -23.772693634033203 32.169223785400391 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_135"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_136"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_143" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="-25.718122482299805 30.636222839355469 1.6147216558456421 -25.488540649414063 30.744888305664063 1.6147216558456421 -25.318340301513672 30.747066497802734 1.6147216558456421 -25.14787483215332 30.686834335327148 1.6147215366363525 -25.009815216064453 30.57014274597168 1.6147215366363525 -24.922357559204102 30.411937713623047 1.6147215366363525 -24.897066116333008 30.232765197753906 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_713" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-25.718122482299805 30.636222839355469 1.6147216558456421 -25.68803596496582 30.661455154418945 1.3049592971801758 -25.582313537597656 30.749719619750977 0.95080912113189697 -25.411281585693359 30.891208648681641 0.62038642168045044 -25.205717086791992 31.059165954589844 0.3471149206161499 -24.975536346435547 31.244560241699219 0.12173808366060257 -24.638643264770508 31.510906219482422 -0.11174597591161728 -24.223766326904297 31.83094596862793 -0.28450471162796021 -23.772693634033203 32.169223785400391 -0.3489452600479126"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_137"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_169" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-9.8797445297241211 38.760684967041016 10 -10.100591659545898 38.265975952148438 10.355278968811035"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_140" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-10.100591659545898 38.265975952148438 10.355279922485352 -10.323488235473633 38.266086578369141 10.217992782592773 -10.462800025939941 38.180984497070313 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_138"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_147" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-10.336432456970215 38.467025756835938 9.8079347610473633 -10.191715240478516 38.634639739990234 9.9095926284790039 -9.9938545227050781 38.731418609619141 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_719" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-9.8797454833984375 38.760684967041016 10 -9.9938545227050781 38.731418609619141 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_139"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_140"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_170" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-10.100591659545898 38.265975952148438 10.355278968811035 -13.4166259765625 28.892097473144531 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_141"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_142"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_143"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_712" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-25.718122482299805 30.636222839355469 10 -25.718122482299805 30.636222839355469 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_144"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_145"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_146"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_718" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-10.022623062133789 38.723983764648438 9.7185659408569336 -9.9938545227050781 38.731418609619141 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_147"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_149" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="8.7188844680786133 38.865650177001953 9.7596168518066406 8.4760723114013672 38.672618865966797 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_148" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="8.4792394638061523 38.669891357421875 10.013345718383789 8.4760723114013672 38.672618865966797 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_183" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="8.7240629196166992 38.86444091796875 9.8079347610473633 8.4792394638061523 38.669891357421875 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_190" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="8.7188882827758789 38.865653991699219 9.7596158981323242 8.7240629196166992 38.86444091796875 9.8079347610473633"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_148"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_151" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="0.85253393650054932 31.515939712524414 16.571975708007813 8.4760723114013672 38.672618865966797 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_160" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="0.99003243446350098 31.6407470703125 16.674985885620117 0.8525351881980896 31.515941619873047 16.571975708007813"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_184" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="8.4792394638061523 38.669891357421875 10.013345718383789 0.99003243446350098 31.6407470703125 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_150" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="8.4760723114013672 38.672618865966797 9.9641256332397461 8.0866708755493164 39.008262634277344 3.9111936092376709"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_149"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_174" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="8.0866708755493164 39.008262634277344 3.9111936092376709 8.7188844680786133 38.865650177001953 9.7596168518066406"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_150"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_151"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_159" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-10.72877311706543 17.543691635131836 7.801386833190918 -5.5266718864440918 24.813308715820313 11.687099456787109 0.85253310203552246 31.51594352722168 16.571977615356445"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_152" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="7.743464469909668 39.080101013183594 0.78858399391174316 0.17251947522163391 32.399261474609375 3.5125977993011475 -6.0104274749755859 24.978727340698242 5.9541029930114746 -10.72877311706543 17.543691635131836 7.801386833190918"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_176" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="8.086665153503418 39.008258819580078 3.9111940860748291 7.743464469909668 39.080101013183594 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_152"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_158" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-10.728772163391113 17.543691635131836 7.8013863563537598 -11.264358520507813 16.822597503662109 7.5466322898864746 -11.874804496765137 16.174448013305664 7.4022507667541504 -12.550300598144531 15.572089195251465 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_168" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="6.5486569404602051 39.128253936767578 0.12036651372909546 -1.5184340476989746 31.69732666015625 3.0378727912902832 -7.8967370986938477 23.535942077636719 5.5766782760620117 -12.550300598144531 15.572089195251465 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_178" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="7.7434678077697754 39.080101013183594 0.78858375549316406 7.7011327743530273 39.096012115478516 0.58727371692657471 7.5903491973876953 39.110580444335938 0.41333633661270142 7.4418606758117676 39.121124267578125 0.29067134857177734 7.242739200592041 39.128940582275391 0.19602087140083313 7.0036368370056152 39.132709503173828 0.13682740926742554 6.5486569404602051 39.128253936767578 0.12036651372909546"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_220" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="2.0629689693450928 31.788414001464844 16.834228515625 1.8910312652587891 31.799106597900391 16.834228515625 1.7190381288528442 31.808868408203125 16.834228515625 1.546994686126709 31.817699432373047 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_153"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_154"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_155"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_156"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_157"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_158"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_159"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_160"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_186" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="1.546994686126709 31.817699432373047 16.834228515625 1.238993763923645 31.778627395629883 16.792268753051758 0.99003243446350098 31.6407470703125 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_173" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-12.011943817138672 29.982227325439453 16.461965560913086 -7.9953908920288086 38.34002685546875 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_161"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_162" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-15.901142120361328 14.764545440673828 8.0888767242431641 -13.689262390136719 25.089969635009766 5.5192995071411133 -11.277627944946289 31.781148910522461 3.6181886196136475 -7.9953908920288086 38.34002685546875 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_187" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-7.9953908920288086 38.34002685546875 1.6147215366363525 -7.9953908920288086 38.34002685546875 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_162"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_163"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_164" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-14.667142868041992 14.364094734191895 7.1554813385009766 -12.342790603637695 25.271770477294922 4.3641195297241211 -9.6984176635742188 32.32904052734375 2.2959811687469482 -6.0499429702758789 39.208457946777344 0.1203666627407074"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_181" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-7.9953908920288086 38.34002685546875 1.6147215366363525 -7.924565315246582 38.393024444580078 1.3209164142608643 -7.85015869140625 38.435802459716797 1.1712050437927246 -7.7505111694335938 38.488746643066406 1.0215109586715698 -7.5215606689453125 38.601779937744141 0.76981985569000244 -7.169060230255127 38.762866973876953 0.50139480829238892 -6.7286229133605957 38.949134826660156 0.27981856465339661 -6.397758960723877 39.079689025878906 0.17551484704017639 -6.0499444007873535 39.208457946777344 0.12036643177270889"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_164"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_165"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_166"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_167"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_168"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_180" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-6.0499444007873535 39.208457946777344 0.12036652863025665 -1.8554953336715698 39.629058837890625 0.12036652863025665 2.35990309715271 39.602222442626953 0.12036652863025665 6.5486569404602051 39.128253936767578 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_720" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-9.8797454833984375 38.760684967041016 10 -9.4326963424682617 38.871894836425781 10 -8.9843959808349609 38.977951049804688 10 -8.5349035263061523 39.078834533691406 10"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_169"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_170"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_171"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_172"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_173"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_189" coordIndex="0 1 2 3 4 5 -1">\n\t\t\t\t<Coordinate point="-8.5349035263061523 39.078834533691406 10 -8.2381486892700195 39.052902221679688 10.073545455932617 -8.0898475646972656 38.958461761474609 10.176597595214844 -7.9626998901367188 38.773307800292969 10.350322723388672 -7.9290399551391602 38.559074401855469 10.532092094421387 -7.9953908920288086 38.34002685546875 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_174"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_175" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="8.4811115264892578 39.090545654296875 3.8700993061065674 8.2754669189453125 39.090736389160156 3.8925406932830811 8.086669921875 39.008262634277344 3.9111871719360352"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_726" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="8.4811115264892578 39.090545654296875 3.8700993061065674 9.121342658996582 38.946132659912109 9.7185659408569336"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_191" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="9.121342658996582 38.946132659912109 9.7185659408569336 8.9117231369018555 38.948875427246094 9.7410869598388672 8.7188930511474609 38.865653991699219 9.7596540451049805"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_175"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_725" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="8.4811134338378906 39.090545654296875 3.8700990676879883 8.1346940994262695 39.164100646972656 0.74746823310852051"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_177" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="8.1346940994262695 39.164100646972656 0.74746823310852051 7.9305367469787598 39.162803649902344 0.76989573240280151 7.743464469909668 39.080101013183594 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_176"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_177"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_724" coordIndex="0 1 2 3 4 5 6 7 -1">\n\t\t\t\t<Coordinate point="8.1346988677978516 39.164100646972656 0.74746769666671753 8.0537214279174805 39.180831909179688 0.43665421009063721 7.9507036209106445 39.201866149902344 0.24846003949642181 7.7359127998352051 39.244815826416016 0.012588707730174065 7.4675683975219727 39.296760559082031 -0.16213507950305939 7.2602677345275879 39.335586547851563 -0.24785777926445007 7.0329632759094238 39.376865386962891 -0.30803510546684265 6.6027212142944336 39.451286315917969 -0.34894537925720215"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_179" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="6.6027212142944336 39.451286315917969 -0.34894537925720215 6.5878682136535645 39.362541198730469 -0.062796838581562042 6.5486569404602051 39.128253936767578 0.12036634236574173"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_178"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_179"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_723" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-6.099891185760498 39.532154083251953 -0.34894508123397827 -1.8708139657974243 39.956226348876953 -0.34894508123397827 2.3793859481811523 39.929168701171875 -0.34894508123397827 6.6027212142944336 39.451286315917969 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_182" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-6.0499444007873535 39.208457946777344 0.12036652863025665 -6.0702009201049805 39.339740753173828 0.047019768506288528 -6.0861697196960449 39.443229675292969 -0.062794789671897888 -6.0963802337646484 39.5093994140625 -0.19896338880062103 -6.099891185760498 39.532154083251953 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_180"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_181"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_188" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="-8.5349035263061523 39.078834533691406 1.6147216558456421 -8.2811203002929688 39.068363189697266 1.6147216558456421 -8.1294021606445313 38.991195678710938 1.6147216558456421 -8.0064554214477539 38.858642578125 1.6147215366363525 -7.9384369850158691 38.691158294677734 1.6147215366363525 -7.9345192909240723 38.510429382324219 1.6147215366363525 -7.9953908920288086 38.34002685546875 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_722" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-8.5349035263061523 39.078834533691406 1.6147216558456421 -8.4965362548828125 39.087196350097656 1.3049592971801758 -8.3619070053100586 39.116218566894531 0.95080912113189697 -8.1447105407714844 39.162017822265625 0.62038642168045044 -7.8846392631530762 39.215206146240234 0.3471149206161499 -7.5946688652038574 39.272396087646484 0.12173808366060257 -7.1725864410400391 39.351669311523438 -0.11174597591161728 -6.6565017700195313 39.442249298095703 -0.28450471162796021 -6.099891185760498 39.532154083251953 -0.3489452600479126"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_182"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_218" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="9.2649078369140625 38.912227630615234 10 8.8394556045532227 38.576816558837891 10.355278968811035"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_185" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="8.8394556045532227 38.576816558837891 10.355279922485352 8.6421422958374023 38.680500030517578 10.217992782592773 8.4792394638061523 38.669891357421875 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_183"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_192" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="8.7240629196166992 38.86444091796875 9.8079347610473633 8.9300966262817383 38.945602416992188 9.9095926284790039 9.1502695083618164 38.939346313476563 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_728" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="9.2649078369140625 38.912227630615234 10 9.1502695083618164 38.939346313476563 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_184"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_185"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_219" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="8.8394556045532227 38.576816558837891 10.355278968811035 1.5469945669174194 31.817699432373047 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_186"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_187"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_188"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_721" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-8.5349035263061523 39.078834533691406 10 -8.5349035263061523 39.078834533691406 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_189"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_190"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_191"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_727" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="9.1213417053222656 38.946132659912109 9.7185659408569336 9.1502695083618164 38.939346313476563 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_192"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_194" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="25.781957626342773 30.361957550048828 9.7596168518066406 25.477252960205078 30.303876876831055 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_193" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="25.478786468505859 30.29998779296875 10.013345718383789 25.477252960205078 30.303876876831055 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_234" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="25.785980224609375 30.358478546142578 9.8079347610473633 25.478788375854492 30.29998779296875 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_241" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="25.781961441040039 30.361957550048828 9.7596158981323242 25.785980224609375 30.358478546142578 9.8079347610473633"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_193"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_196" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="15.401068687438965 27.509786605834961 16.571975708007813 25.477252960205078 30.303876876831055 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_208" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="15.580818176269531 27.556398391723633 16.674985885620117 15.401070594787598 27.509786605834961 16.571975708007813"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_235" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="25.478786468505859 30.29998779296875 10.013345718383789 15.580818176269531 27.556398391723633 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_213" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="16.242044448852539 29.730863571166992 2.249783992767334 19.019996643066406 34.815868377685547 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_198" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="16.242044448852539 29.730863571166992 2.249783992767334 23.982353210449219 31.603034973144531 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_229" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="19.019996643066406 34.815868377685547 0.12036652863025665 20.726699829101563 33.82763671875 0.12036652863025665 22.382181167602539 32.755809783935547 0.12036652863025665 23.982353210449219 31.603034973144531 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_195" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="25.477252960205078 30.303876876831055 9.9641256332397461 25.288434982299805 30.782037734985352 3.9111936092376709"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_194"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_223" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="25.288434982299805 30.782037734985352 3.9111936092376709 25.781957626342773 30.361957550048828 9.7596168518066406"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_195"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_196"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_207" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-1.346896767616272 20.520076751708984 7.801386833190918 6.6376948356628418 24.539466857910156 11.687099456787109 15.401069641113281 27.509790420532227 16.571977615356445"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_197"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_200" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="16.676168441772461 29.074056625366211 3.1042244434356689 25.017925262451172 31.005144119262695 0.78858500719070435"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_225" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="25.288429260253906 30.782037734985352 3.9111940860748291 25.017925262451172 31.005144119262695 0.78858500719070435"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_198"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_199"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_200"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_226" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="23.982353210449219 31.603033065795898 0.12036651372909546 24.419290542602539 31.378446578979492 0.14301891624927521 24.671590805053711 31.239009857177734 0.23002378642559052 24.813100814819336 31.155630111694336 0.32519415020942688 24.918741226196289 31.088596343994141 0.44482848048210144 24.993398666381836 31.034229278564453 0.60643565654754639 25.017925262451172 31.005144119262695 0.78858500719070435"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_269" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="16.599481582641602 27.188533782958984 16.834228515625 16.452205657958984 27.277904510498047 16.834228515625 16.304450988769531 27.366476058959961 16.834228515625 16.156217575073242 27.454248428344727 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_201"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_202"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_203"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_204"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_205"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_206"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_207"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_208"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_237" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="16.156217575073242 27.454248428344727 16.834228515625 15.865339279174805 27.562788009643555 16.792268753051758 15.580818176269531 27.556398391723633 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_217" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-6.3118085861206055 19.534927368164063 7.1554808616638184 0.81505465507507324 28.112693786621094 4.3642435073852539 6.4367618560791016 33.133205413818359 2.2958993911743164 12.864119529724121 37.528915405273438 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_209"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_210"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_211"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_212"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_213"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_231" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="12.864119529724121 37.528915405273438 0.12036652863025665 14.966187477111816 36.741233825683594 0.12036652863025665 17.02033805847168 35.835918426513672 0.12036652863025665 19.019996643066406 34.815868377685547 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_222" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="3.2973883152008057 32.130172729492188 16.461965560913086 10.737932205200195 37.664051055908203 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_214"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_215" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-7.2183365821838379 20.462984085083008 8.0888757705688477 -0.46209633350372314 28.576997756958008 5.5195808410644531 4.7832717895507813 33.381549835205078 3.6182982921600342 10.737932205200195 37.664051055908203 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_238" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="10.737932205200195 37.664051055908203 1.6147216558456421 10.737932205200195 37.664051055908203 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_215"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_216"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_217"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_232" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="10.737932205200195 37.664051055908203 1.6147216558456421 10.82530403137207 37.678066253662109 1.3208498954772949 10.911098480224609 37.681365966796875 1.1711115837097168 11.023982048034668 37.681934356689453 1.0213860273361206 11.279141426086426 37.675621032714844 0.76980924606323242 11.665837287902832 37.654460906982422 0.50155544281005859 12.142401695251465 37.614719390869141 0.27992039918899536 12.49617862701416 37.576549530029297 0.17554545402526855 12.864119529724121 37.528915405273438 0.12036650627851486"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_729" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="9.2649078369140625 38.912227630615234 10 9.712432861328125 38.802947998046875 10 10.158669471740723 38.688518524169922 10 10.603558540344238 38.568958282470703 10"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_218"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_219"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_220"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_221"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_222"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_240" coordIndex="0 1 2 3 4 5 -1">\n\t\t\t\t<Coordinate point="10.603558540344238 38.568958282470703 10 10.854269981384277 38.408084869384766 10.073545455932617 10.941696166992188 38.255542755126953 10.176597595214844 10.968233108520508 38.032508850097656 10.350322723388672 10.898478507995605 37.827171325683594 10.532092094421387 10.737932205200195 37.664051055908203 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_223"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_224" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="25.675933837890625 30.671588897705078 3.8700993061065674 25.493932723999023 30.767326354980469 3.8925406932830811 25.288434982299805 30.782039642333984 3.9111871719360352"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_501" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="25.675933837890625 30.671588897705078 3.8700993061065674 26.175718307495117 30.246187210083008 9.7185659408569336"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_242" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="26.175718307495117 30.246187210083008 9.7185659408569336 25.991384506225586 30.346033096313477 9.7410869598388672 25.781965255737305 30.361955642700195 9.7596540451049805"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_224"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_500" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="25.675935745239258 30.671588897705078 3.8700990676879883 25.403379440307617 30.897706985473633 0.74746918678283691"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_227" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="25.403379440307617 30.897706985473633 0.74746918678283691 25.222003936767578 30.991436004638672 0.76989668607711792 25.017925262451172 31.005144119262695 0.78858500719070435"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_225"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_226"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_228" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="24.180347442626953 31.863943099975586 -0.34894546866416931 24.125953674316406 31.792264938354492 -0.062796905636787415 23.982353210449219 31.603034973144531 0.12036627531051636"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_499" coordIndex="0 1 2 3 4 5 6 7 -1">\n\t\t\t\t<Coordinate point="24.180347442626953 31.863943099975586 -0.34894546866416931 24.404476165771484 31.692609786987305 -0.3323720395565033 24.614068984985352 31.530107498168945 -0.28305265307426453 24.903085708618164 31.302337646484375 -0.14347434043884277 25.106105804443359 31.139739990234375 0.032444510608911514 25.273809432983398 31.003782272338867 0.27877184748649597 25.360145568847656 30.933202743530273 0.50453144311904907 25.403379440307617 30.897706985473633 0.74746918678283691"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_227"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_228"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_498" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="19.177021026611328 35.103302001953125 -0.34894508123397827 20.89781379699707 34.106910705566406 -0.34894508123397827 22.566965103149414 33.026233673095703 -0.34894508123397827 24.180347442626953 31.863943099975586 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_230" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="19.019996643066406 34.815868377685547 0.12036652863025665 19.083681106567383 34.932441711425781 0.047019768506288528 19.133884429931641 35.024337768554688 -0.062794789671897888 19.165983200073242 35.083095550537109 -0.19896338880062103 19.177021026611328 35.103302001953125 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_229"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_230"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_732" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="19.177021026611328 35.103302001953125 -0.34894508123397827 17.160854339599609 36.13177490234375 -0.34894508123397827 15.08974552154541 37.044563293457031 -0.34894508123397827 12.97032356262207 37.8387451171875 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_233" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="12.97032356262207 37.8387451171875 -0.34894508123397827 12.962857246398926 37.816967010498047 -0.19896338880062103 12.941146850585938 37.753631591796875 -0.062794789671897888 12.907192230224609 37.654571533203125 0.047019768506288528 12.864119529724121 37.528915405273438 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_231"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_232"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_239" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="10.603559494018555 38.568958282470703 1.6147216558456421 10.823406219482422 38.441745758056641 1.6147216558456421 10.921883583068848 38.302909851074219 1.6147216558456421 10.969147682189941 38.128402709960938 1.6147216558456421 10.951540946960449 37.948493957519531 1.6147216558456421 10.871021270751953 37.786647796630859 1.6147216558456421 10.737932205200195 37.664051055908203 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_731" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="10.603559494018555 38.568958282470703 1.6147216558456421 10.641437530517578 38.558525085449219 1.3048691749572754 10.774195671081543 38.521640777587891 0.95064562559127808 10.98781681060791 38.461250305175781 0.6202552318572998 11.242648124694824 38.387535095214844 0.34717458486557007 11.525759696960449 38.303482055664063 0.1219356432557106 11.936298370361328 38.177543640136719 -0.11159642040729523 12.435514450073242 38.017864227294922 -0.28446367383003235 12.97032356262207 37.8387451171875 -0.34894520044326782"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_233"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_267" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="26.287082672119141 30.149448394775391 10 25.754489898681641 30.050174713134766 10.355278968811035"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_236" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="25.754489898681641 30.050174713134766 10.355279922485352 25.627962112426758 30.233678817749023 10.217992782592773 25.478786468505859 30.29998779296875 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_234"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_243" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="25.785980224609375 30.358478546142578 9.8079347610473633 26.006132125854492 30.3345947265625 9.9095926284790039 26.198177337646484 30.226734161376953 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_503" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="26.287082672119141 30.149448394775391 10 26.198177337646484 30.226734161376953 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_235"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_236"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_268" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="25.754489898681641 30.050174713134766 10.355278968811035 16.156217575073242 27.454248428344727 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_237"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_238"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_239"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_730" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="10.603558540344238 38.568958282470703 10 10.603558540344238 38.568958282470703 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_240"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_241"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_242"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_502" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="26.175716400146484 30.246187210083008 9.7185659408569336 26.198177337646484 30.226734161376953 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_243"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_245" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="36.938694000244141 14.902705192565918 9.7596168518066406 36.641899108886719 14.992880821228027 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_244" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="36.641452789306641 14.988723754882813 10.013345718383789 36.641899108886719 14.992880821228027 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_281" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="36.940639495849609 14.89775562286377 9.8079347610473633 36.641452789306641 14.988723754882813 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_288" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="36.938697814941406 14.902703285217285 9.7596158981323242 36.940639495849609 14.89775562286377 9.8079347610473633"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_244"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_247" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="26.421405792236328 17.201473236083984 16.571975708007813 36.641899108886719 14.992880821228027 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_263" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="26.602226257324219 17.159212112426758 16.674985885620117 26.421405792236328 17.201473236083984 16.571975708007813"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_282" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="36.641452789306641 14.988723754882813 10.013345718383789 26.602226257324219 17.159212112426758 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_246" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="36.641899108886719 14.992880821228027 9.9641256332397461 36.696922302246094 15.504019737243652 3.9111936092376709"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_245"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_272" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="36.696922302246094 15.504019737243652 3.9111936092376709 36.938694000244141 14.902705192565918 9.7596168518066406"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_246"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_247"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_262" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="8.3435373306274414 18.795558929443359 7.801386833190918 17.28144645690918 18.643928527832031 11.687099456787109 26.421405792236328 17.201475143432617 16.571977615356445"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_248"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_250" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="10.970795631408691 19.003635406494141 7.3068346977233887 21.957990646362305 18.873075485229492 4.7692060470581055 29.252706527709961 17.800380706787109 2.8387205600738525 36.561080932617188 15.82728099822998 0.78858500719070435"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_274" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="36.696918487548828 15.504021644592285 3.9111940860748291 36.561080932617188 15.82728099822998 0.78858500719070435"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_252" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="10.760184288024902 19.696386337280273 6.4518623352050781 21.521055221557617 19.656494140625 3.9885659217834473 28.701080322265625 18.682159423828125 2.114666223526001 35.921981811523438 16.837942123413086 0.12036649882793427"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_249"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_250"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_275" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="35.921981811523438 16.837942123413086 0.12036645412445068 36.204502105712891 16.436023712158203 0.14301943778991699 36.363101959228516 16.195306777954102 0.23002481460571289 36.449653625488281 16.055717468261719 0.32519522309303284 36.512039184570313 15.947268486022949 0.44482943415641785 36.552879333496094 15.864433288574219 0.60643625259399414 36.561080932617188 15.82728099822998 0.78858500719070435"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_254" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="13.307602882385254 24.359403610229492 4.4991583824157715 20.989507675170898 26.326723098754883 2.3263461589813232 28.831169128417969 27.251949310302734 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_251"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_252"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_278" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="28.831169128417969 27.251949310302734 0.12036652863025665 31.560033798217773 24.038913726806641 0.12036652863025665 33.932567596435547 20.554462432861328 0.12036652863025665 35.921981811523438 16.837942123413086 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_266" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="13.168072700500488 25.614503860473633 5.4377813339233398 27.011325836181641 28.359695434570313 1.614721417427063"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_253"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_254"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_279" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="27.011325836181641 28.359695434570313 1.614721417427063 27.095203399658203 28.33149528503418 1.3208878040313721 27.172714233398438 28.29454231262207 1.1711064577102661 27.27287483215332 28.242620468139648 1.0214446783065796 27.495960235595703 28.118404388427734 0.76977080106735229 27.828775405883789 27.919809341430664 0.50136101245880127 28.232263565063477 27.663148880004883 0.27979761362075806 28.527645111083984 27.46502685546875 0.17550593614578247 28.831169128417969 27.251949310302734 0.12036653608083725"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_314" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="27.333251953125 16.360088348388672 16.834228515625 27.244379043579102 16.507663726806641 16.834228515625 27.15471076965332 16.654756546020508 16.834228515625 27.064245223999023 16.801361083984375 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_255"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_256"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_257"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_258"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_259"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_260"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_261"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_262"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_263"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_284" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="27.064245223999023 16.801361083984375 16.834228515625 26.857126235961914 17.032646179199219 16.792268753051758 26.602226257324219 17.159212112426758 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_271" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="17.851327896118164 26.917482376098633 16.461965560913086 27.011323928833008 28.359695434570313 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_264"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_265"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_266"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_285" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="27.011323928833008 28.359695434570313 1.614721417427063 27.011323928833008 28.359695434570313 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_504" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="26.287082672119141 30.149448394775391 10 26.632560729980469 29.844709396362305 10 26.974506378173828 29.536012649536133 10 27.312873840332031 29.223396301269531 10"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_267"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_268"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_269"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_270"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_271"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_287" coordIndex="0 1 2 3 4 5 -1">\n\t\t\t\t<Coordinate point="27.312873840332031 29.223396301269531 10 27.460105895996094 28.964439392089844 10.073545455932617 27.466629028320313 28.788742065429688 10.176597595214844 27.386476516723633 28.578922271728516 10.350322723388672 27.229286193847656 28.429521560668945 10.532092094421387 27.011323928833008 28.359695434570313 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_272"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_273" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="36.98870849609375 15.226141929626465 3.8700993061065674 36.872043609619141 15.395493507385254 3.8925406932830811 36.696922302246094 15.504020690917969 3.9111871719360352"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_510" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="36.98870849609375 15.226141929626465 3.8700993061065674 37.233551025390625 14.617206573486328 9.7185659408569336"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_289" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="37.233551025390625 14.617206573486328 9.7185659408569336 37.116733551025391 14.791279792785645 9.7410869598388672 36.938701629638672 14.90269947052002 9.7596540451049805"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_273"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_509" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="36.98870849609375 15.226140975952148 3.8700990676879883 36.852455139160156 15.553022384643555 0.74746918678283691"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_276" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="36.852455139160156 15.553022384643555 0.74746918678283691 36.73541259765625 15.720303535461426 0.76989668607711792 36.561080932617188 15.82728099822998 0.78858500719070435"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_274"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_275"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_277" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="36.218547821044922 16.976951599121094 -0.34894558787345886 36.137073516845703 16.938762664794922 -0.062797054648399353 35.921981811523438 16.837942123413086 0.12036613374948502"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_508" coordIndex="0 1 2 3 4 5 6 7 -1">\n\t\t\t\t<Coordinate point="36.218547821044922 16.976951599121094 -0.34894558787345886 36.337383270263672 16.721084594726563 -0.33237186074256897 36.44744873046875 16.479791641235352 -0.28305178880691528 36.597511291503906 16.143798828125 -0.14347270131111145 36.701713562011719 15.905479431152344 0.032446317374706268 36.787021636962891 15.707160949707031 0.27877342700958252 36.830669403076172 15.604543685913086 0.5045323371887207 36.852455139160156 15.553022384643555 0.74746918678283691"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_276"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_277"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_507" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="29.069192886352539 27.476936340332031 -0.34894508123397827 31.820587158203125 24.237373352050781 -0.34894508123397827 34.21270751953125 20.724157333374023 -0.34894508123397827 36.218547821044922 16.976951599121094 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_280" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="28.831169128417969 27.251949310302734 0.12036652863025665 28.927703857421875 27.343196868896484 0.047019768506288528 29.003803253173828 27.415128707885742 -0.062794789671897888 29.052459716796875 27.46112060546875 -0.19896338880062103 29.069192886352539 27.476936340332031 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_278"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_279"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_286" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="27.312873840332031 29.223396301269531 1.6147215366363525 27.448419570922852 29.008586883544922 1.6147215366363525 27.471097946166992 28.839889526367188 1.614721417427063 27.431850433349609 28.663408279418945 1.614721417427063 27.332653045654297 28.512289047241211 1.614721417427063 27.186141967773438 28.406398773193359 1.614721417427063 27.011325836181641 28.359695434570313 1.614721417427063"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_506" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="27.312873840332031 29.223396301269531 1.6147215366363525 27.341571807861328 29.196548461914063 1.3048350811004639 27.441951751708984 29.10222053527832 0.95070672035217285 27.603034973144531 28.949481964111328 0.62030595541000366 27.794546127319336 28.765659332275391 0.34705379605293274 28.006332397460938 28.559505462646484 0.12169367074966431 28.311328887939453 28.257186889648438 -0.11176599562168121 28.679037094116211 27.883916854858398 -0.28451341390609741 29.069192886352539 27.476936340332031 -0.34894511103630066"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_280"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_312" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="37.287204742431641 14.479794502258301 10 36.769481658935547 14.639400482177734 10.355278968811035"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_283" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="36.769481658935547 14.639400482177734 10.355279922485352 36.742725372314453 14.860685348510742 10.217992782592773 36.641452789306641 14.988723754882813 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_281"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_290" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="36.940639495849609 14.89775562286377 9.8079347610473633 37.124477386474609 14.774297714233398 9.9095926284790039 37.244396209716797 14.589544296264648 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_512" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="37.287204742431641 14.479795455932617 10 37.244396209716797 14.589544296264648 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_282"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_283"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_313" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="36.769481658935547 14.639400482177734 10.355278968811035 27.064245223999023 16.801361083984375 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_284"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_285"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_286"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_505" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="27.312873840332031 29.223396301269531 10 27.312873840332031 29.223396301269531 1.6147215366363525"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_287"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_288"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_289"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_511" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="37.233551025390625 14.617207527160645 9.7185659408569336 37.244396209716797 14.589544296264648 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_290"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_292" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.633220672607422 -3.9705774784088135 9.7596168518066406 39.412330627441406 -3.7528035640716553 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_291" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.410003662109375 -3.7562758922576904 10.013345718383789 39.412330627441406 -3.7528035640716553 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_326" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.632644653320313 -3.9758639335632324 9.8079347610473633 39.410003662109375 -3.7562758922576904 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_333" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.633224487304688 -3.9705805778503418 9.7596158981323242 39.632644653320313 -3.9758639335632324 9.8079347610473633"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_291"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_294" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="31.388916015625 2.9525089263916016 16.571975708007813 39.412330627441406 -3.7528035640716553 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_303" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="31.529384613037109 2.8310565948486328 16.674985885620117 31.388916015625 2.9525077342987061 16.571975708007813"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_327" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.410003662109375 -3.7562758922576904 10.013345718383789 31.529384613037109 2.8310565948486328 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_293" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.412330627441406 -3.7528035640716553 9.9641256332397461 39.698589324951172 -3.3257830142974854 3.9111936092376709"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_292"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_317" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.698589324951172 -3.3257830142974854 3.9111936092376709 39.633220672607422 -3.9705774784088135 9.7596168518066406"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_293"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_294"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_302" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="16.122568130493164 12.765206336975098 7.801386833190918 23.966226577758789 8.477290153503418 11.687099456787109 31.388917922973633 2.952509880065918 16.571977615356445"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_295" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="39.728534698486328 -2.9764201641082764 0.78858399391174316 32.183826446533203 3.7340376377105713 3.5125977993011475 24.072126388549805 8.9774580001831055 5.9541034698486328 16.122568130493164 12.765206336975098 7.801386833190918"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_319" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.698585510253906 -3.3257784843444824 3.9111940860748291 39.728534698486328 -2.9764201641082764 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_295"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_301" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="16.122568130493164 12.765205383300781 7.8013863563537598 15.34217643737793 13.209966659545898 7.5466327667236328 14.625170707702637 13.737835884094238 7.4022507667541504 13.945779800415039 14.33580207824707 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_311" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="39.632316589355469 -1.7845202684402466 0.12036651372909546 31.28318977355957 5.3280539512634277 3.0378730297088623 22.41248893737793 10.676106452941895 5.5766787528991699 13.945778846740723 14.335803031921387 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_321" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="39.728534698486328 -2.9764237403869629 0.78858375549316406 39.739227294921875 -2.9324796199798584 0.58727371692657471 39.740337371826172 -2.8207476139068604 0.41333633661270142 39.732902526855469 -2.6720707416534424 0.29067134857177734 39.716663360595703 -2.4734587669372559 0.19602087140083313 39.691581726074219 -2.2356457710266113 0.13682740926742554 39.632316589355469 -1.7845202684402466 0.12036651372909546"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_359" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="31.805305480957031 1.7837423086166382 16.834228515625 31.795192718505859 1.9557151794433594 16.834228515625 31.784152984619141 2.1276309490203857 16.834228515625 31.772182464599609 2.2994844913482666 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_296"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_297"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_298"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_299"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_300"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_301"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_302"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_303"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_329" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="31.772182464599609 2.2994844913482666 16.834228515625 31.696269989013672 2.6005301475524902 16.792268753051758 31.529384613037109 2.8310565948486328 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_316" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="28.315744400024414 15.538321495056152 16.461965560913086 37.096748352050781 12.558475494384766 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_304"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_305" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="12.740222930908203 17.564874649047852 8.0888757705688477 23.25590705871582 16.613882064819336 5.5195808410644531 30.18968391418457 15.026326179504395 3.6182982921600342 37.096748352050781 12.558475494384766 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_330" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="37.096748352050781 12.558475494384766 1.6147216558456421 37.096748352050781 12.558475494384766 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_305"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_306"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_307" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="12.491415023803711 16.291624069213867 7.1554861068725586 23.599283218383789 15.299056053161621 4.3642477989196777 30.924585342407227 13.524457931518555 2.2959015369415283 38.193344116210938 10.731889724731445 0.1203666552901268"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_324" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="37.096748352050781 12.558475494384766 1.6147216558456421 37.157913208007813 12.494529724121094 1.3208498954772949 37.209365844726563 12.425796508789063 1.1711115837097168 37.273960113525391 12.333219528198242 1.0213860273361206 37.413711547851563 12.119641304016113 0.7698093056678772 37.615966796875 11.789377212524414 0.50155550241470337 37.853977203369141 11.374595642089844 0.27992039918899536 38.023532867431641 11.061758995056152 0.17554545402526855 38.193344116210938 10.731890678405762 0.12036650627851486"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_307"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_308"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_309"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_310"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_311"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_323" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="38.193344116210938 10.731890678405762 0.12036652863025665 39.116462707519531 6.6187214851379395 0.12036652863025665 39.597930908203125 2.4308233261108398 0.12036652863025665 39.632316589355469 -1.7845202684402466 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_513" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="37.287204742431641 14.479795455932617 10 37.451488494873047 14.049409866333008 10 37.610809326171875 13.617161750793457 10 37.76513671875 13.183107376098633 10"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_312"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_313"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_314"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_315"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_316"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_332" coordIndex="0 1 2 3 4 5 -1">\n\t\t\t\t<Coordinate point="37.76513671875 13.183107376098633 10 37.775161743164063 12.885390281677246 10.073545455932617 37.699287414550781 12.726786613464355 10.176597595214844 37.530807495117188 12.578248977661133 10.350322723388672 37.322193145751953 12.519011497497559 10.532092094421387 37.096748352050781 12.558475494384766 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_317"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_318" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="39.827816009521484 -3.7074301242828369 3.8700993061065674 39.803215026855469 -3.5032615661621094 3.8925406932830811 39.698589324951172 -3.325782299041748 3.9111871719360352"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_519" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.827816009521484 -3.7074301242828369 3.8700993061065674 39.761627197265625 -4.3604001998901367 9.7185659408569336"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_334" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="39.761627197265625 -4.3604001998901367 9.7185659408569336 39.739086151123047 -4.1519784927368164 9.7410869598388672 39.633224487304688 -3.9705855846405029 9.7596540451049805"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_318"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_518" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.827816009521484 -3.7074322700500488 3.8700990676879883 39.859077453613281 -3.3546726703643799 0.74746823310852051"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_320" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="39.859077453613281 -3.3546726703643799 0.74746823310852051 39.833183288574219 -3.1521601676940918 0.76989573240280151 39.728534698486328 -2.9764201641082764 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_319"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_320"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_517" coordIndex="0 1 2 3 4 5 6 7 -1">\n\t\t\t\t<Coordinate point="39.859077453613281 -3.3546772003173828 0.74746769666671753 39.865928649902344 -3.2722735404968262 0.43665421009063721 39.8743896484375 -3.1674714088439941 0.24846003949642181 39.891139984130859 -2.9490690231323242 0.012588707730174065 39.910358428955078 -2.6764202117919922 -0.16213507950305939 39.923915863037109 -2.4659509658813477 -0.24785777926445007 39.937492370605469 -2.2353284358978271 -0.30803510546684265 39.959514617919922 -1.7992527484893799 -0.34894537925720215"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_322" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="39.959514617919922 -1.7992527484893799 -0.34894537925720215 39.869625091552734 -1.7952053546905518 -0.062796838581562042 39.632316589355469 -1.784520149230957 0.12036634236574173"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_321"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_322"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_516" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="38.508659362792969 10.820490837097168 -0.34894508123397827 39.439399719238281 6.6733646392822266 -0.34894508123397827 39.924842834472656 2.4508919715881348 -0.34894508123397827 39.959514617919922 -1.7992527484893799 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_325" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="38.193344116210938 10.731890678405762 0.12036652863025665 38.321224212646484 10.767824172973633 0.047019768506288528 38.422039031982422 10.796151161193848 -0.062794789671897888 38.486495971679688 10.814262390136719 -0.19896338880062103 38.508659362792969 10.820490837097168 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_323"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_324"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_331" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="37.76513671875 13.183107376098633 1.6147216558456421 37.785331726074219 12.929911613464355 1.6147216558456421 37.727012634277344 12.769998550415039 1.6147216558456421 37.610248565673828 12.631970405578613 1.6147216558456421 37.452182769775391 12.54426097869873 1.6147216558456421 37.273246765136719 12.518587112426758 1.6147216558456421 37.096748352050781 12.558475494384766 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_515" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="37.76513671875 13.183107376098633 1.6147216558456421 37.778068542480469 13.14600658416748 1.3048691749572754 37.823127746582031 13.015796661376953 0.95064562559127808 37.894779205322266 12.805685043334961 0.6202552318572998 37.978874206542969 12.55408763885498 0.34717467427253723 38.070526123046875 12.273344993591309 0.12193574011325836 38.200092315673828 11.863935470581055 -0.11159638315439224 38.352264404296875 11.362380981445313 -0.28446364402770996 38.508659362792969 10.820490837097168 -0.34894520044326782"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_325"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_357" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.745273590087891 -4.5070061683654785 10 39.361026763916016 -4.1250848770141602 10.355278968811035"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_328" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="39.361026763916016 -4.125084400177002 10.355279922485352 39.440174102783203 -3.9167120456695557 10.217992782592773 39.410003662109375 -3.7562758922576904 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_326"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_335" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="39.632644653320313 -3.9758639335632324 9.8079347610473633 39.738048553466797 -4.1706128120422363 9.9095926284790039 39.758377075195313 -4.3899345397949219 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_521" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.745273590087891 -4.5070056915283203 10 39.758377075195313 -4.3899345397949219 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_327"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_328"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_358" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.361026763916016 -4.1250848770141602 10.355278968811035 31.772182464599609 2.2994844913482666 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_329"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_330"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_331"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_514" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="37.76513671875 13.183107376098633 10 37.76513671875 13.183107376098633 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_332"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_333"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_334"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_520" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.761627197265625 -4.3603992462158203 9.7185659408569336 39.758377075195313 -4.3899345397949219 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_335"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_337" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="33.248256683349609 -21.934247970581055 9.7596168518066406 33.15386962890625 -21.638765335083008 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_336" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="33.150196075439453 -21.640758514404297 10.013345718383789 33.15386962890625 -21.638765335083008 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_371" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="33.245288848876953 -21.938661575317383 9.8079347610473633 33.150196075439453 -21.640758514404297 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_378" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="33.248256683349609 -21.93425178527832 9.7596158981323242 33.245288848876953 -21.938661575317383 9.8079347610473633"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_336"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_339" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="29.165603637695313 -11.97283935546875 16.571975708007813 33.15386962890625 -21.638765335083008 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_348" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="29.233541488647461 -12.145659446716309 16.674985885620117 29.165603637695313 -11.972841262817383 16.571975708007813"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_372" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="33.150196075439453 -21.640758514404297 10.013345718383789 29.233541488647461 -12.145659446716309 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_338" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="33.15386962890625 -21.638765335083008 9.9641256332397461 33.605785369873047 -21.393688201904297 3.9111936092376709"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_337"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_362" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="33.605785369873047 -21.393688201904297 3.9111936092376709 33.248256683349609 -21.934247970581055 9.7596168518066406"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_338"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_339"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_347" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="20.208112716674805 3.8104979991912842 7.801386833190918 25.160633087158203 -3.6313929557800293 11.687099456787109 29.165605545043945 -11.97283935546875 16.571977615356445"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_340" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="33.794658660888672 -21.098258972167969 0.78858399391174316 30.232658386230469 -11.65024471282959 3.5125977993011475 25.486843109130859 -3.2377309799194336 5.9541029930114746 20.208112716674805 3.8104979991912842 7.801386833190918"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_364" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="33.605785369873047 -21.393682479858398 3.9111940860748291 33.794658660888672 -21.098258972167969 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_340"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_346" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="20.208110809326172 3.810497522354126 7.8013863563537598 19.723913192749023 4.5673823356628418 7.5466718673706055 19.334121704101563 5.3671979904174805 7.4022107124328613 19.010553359985352 6.2127957344055176 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_356" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="34.26336669921875 -19.998170852661133 0.12036651372909546 30.175960540771484 -9.8202667236328125 3.0378727912902832 24.806709289550781 -0.96238213777542114 5.5766782760620117 19.010553359985352 6.2127962112426758 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_366" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="33.794654846191406 -21.098262786865234 0.78858375549316406 33.824546813964844 -21.064321517944336 0.58727371692657471 33.877452850341797 -20.965902328491211 0.41333633661270142 33.939964294433594 -20.830802917480469 0.29067134857177734 34.01788330078125 -20.647392272949219 0.19602087140083313 34.106193542480469 -20.425163269042969 0.13682740926742554 34.26336669921875 -19.998170852661133 0.12036651372909546"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_404" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="28.991146087646484 -13.201236724853516 16.834228515625 29.062112808227539 -13.04426383972168 16.834228515625 29.132228851318359 -12.886908531188965 16.834228515625 29.201494216918945 -12.72917652130127 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_341"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_342"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_343"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_344"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_345"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_346"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_347"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_348"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_374" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="29.201494216918945 -12.72917652130127 16.834228515625 29.274179458618164 -12.427335739135742 16.792268753051758 29.233541488647461 -12.145659446716309 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_361" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="32.293365478515625 0.59951770305633545 16.461965560913086 38.683753967285156 -6.1197409629821777 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_349"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_350" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="19.44371223449707 9.6322460174560547 8.0888767242431641 28.313806533813477 3.9026567935943604 5.5192995071411133 33.714992523193359 -0.72498536109924316 3.6181886196136475 38.683753967285156 -6.1197409629821777 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_375" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="38.683753967285156 -6.1197409629821777 1.6147215366363525 38.683753967285156 -6.1197409629821777 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_350"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_351"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_352" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="18.631702423095703 8.6204385757446289 7.1554813385009766 28.006330490112305 2.5792167186737061 4.3641195297241211 33.667285919189453 -2.395857572555542 2.2959811687469482 38.805885314941406 -8.2467155456542969 0.1203666627407074"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_369" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="38.683753967285156 -6.1197409629821777 1.6147215366363525 38.70819091796875 -6.2047567367553711 1.3209164142608643 38.7218017578125 -6.2894973754882813 1.1712050437927246 38.735973358154297 -6.4014444351196289 1.0215109586715698 38.760475158691406 -6.6555986404418945 0.76981985569000244 38.786094665527344 -7.0423150062561035 0.50139480829238892 38.8040771484375 -7.5201821327209473 0.27981856465339661 38.808822631835938 -7.8758406639099121 0.17551484704017639 38.805885314941406 -8.2467145919799805 0.12036643177270889"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_352"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_353"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_354"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_355"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_356"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_368" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="38.805885314941406 -8.2467145919799805 0.12036652863025665 37.711780548095703 -12.317739486694336 0.12036652863025665 36.191886901855469 -16.249689102172852 0.12036652863025665 34.26336669921875 -19.998170852661133 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_522" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="39.745273590087891 -4.5070056915283203 10 39.69073486328125 -4.964439868927002 10 39.630928039550781 -5.4212160110473633 10 39.565864562988281 -5.8772730827331543 10"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_357"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_358"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_359"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_360"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_361"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_377" coordIndex="0 1 2 3 4 5 -1">\n\t\t\t\t<Coordinate point="39.565864562988281 -5.8772730827331543 10 39.436386108398438 -6.1455469131469727 10.073545455932617 39.295494079589844 -6.2507224082946777 10.176597595214844 39.077285766601563 -6.303950309753418 10.350322723388672 38.865036010742188 -6.2594542503356934 10.532092094421387 38.683753967285156 -6.1197409629821777 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_362"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_363" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="33.542850494384766 -21.791675567626953 3.8700993061065674 33.615951538085938 -21.599460601806641 3.8925406932830811 33.605785369873047 -21.393688201904297 3.9111871719360352"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_528" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="33.542850494384766 -21.791675567626953 3.8700993061065674 33.180793762207031 -22.339092254638672 9.7185659408569336"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_379" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="33.180793762207031 -22.339092254638672 9.7185659408569336 33.2576904296875 -22.144067764282227 9.7410869598388672 33.248252868652344 -21.934257507324219 9.7596540451049805"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_363"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_527" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="33.542850494384766 -21.791677474975586 3.8700990676879883 33.734466552734375 -21.493852615356445 0.74746823310852051"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_365" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="33.734466552734375 -21.493852615356445 0.74746823310852051 33.805648803710938 -21.302501678466797 0.76989573240280151 33.794658660888672 -21.098258972167969 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_364"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_365"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_526" coordIndex="0 1 2 3 4 5 6 7 -1">\n\t\t\t\t<Coordinate point="33.734466552734375 -21.493856430053711 0.74746769666671753 33.778823852539063 -21.424074172973633 0.43665421009063721 33.83502197265625 -21.335210800170898 0.24846003949642181 33.951347351074219 -21.149608612060547 0.012588707730174065 34.095073699951172 -20.917121887207031 -0.16213507950305939 34.204887390136719 -20.737060546875 -0.24785777926445007 34.324085235595703 -20.539163589477539 -0.30803510546684265 34.546237945556641 -20.163270950317383 -0.34894537925720215"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_367" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="34.546237945556641 -20.163270950317383 -0.34894537925720215 34.468524932861328 -20.117914199829102 -0.062796838581562042 34.26336669921875 -19.998170852661133 0.12036634236574173"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_366"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_367"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_525" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="39.126258850097656 -8.3147983551025391 -0.34894508123397827 38.023120880126953 -12.419431686401367 -0.34894508123397827 36.490680694580078 -16.383842468261719 -0.34894508123397827 34.546237945556641 -20.163270950317383 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_370" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="38.805885314941406 -8.2467145919799805 0.12036652863025665 38.935817718505859 -8.274327278137207 0.047019768506288528 39.038246154785156 -8.2960939407348633 -0.062794789671897888 39.103736877441406 -8.3100118637084961 -0.19896338880062103 39.126258850097656 -8.3147983551025391 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_368"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_369"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_376" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="39.565864562988281 -5.8772730827331543 1.6147216558456421 39.466079711914063 -6.1108508110046387 1.6147216558456421 39.340126037597656 -6.2253451347351074 1.6147216558456421 39.172588348388672 -6.2932991981506348 1.6147215366363525 38.991870880126953 -6.2975063323974609 1.6147215366363525 38.821498870849609 -6.2370824813842773 1.6147215366363525 38.683753967285156 -6.1197409629821777 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_524" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="39.565864562988281 -5.8772730827331543 1.6147216558456421 39.560077667236328 -5.9161105155944824 1.3049592971801758 39.539470672607422 -6.052283763885498 0.95080912113189697 39.505275726318359 -6.2716059684753418 0.62038642168045044 39.462787628173828 -6.5336384773254395 0.3471149206161499 39.413433074951172 -6.8250446319580078 0.12173808366060257 39.337886810302734 -7.247809886932373 -0.11174597591161728 39.239570617675781 -7.762476921081543 -0.28450471162796021 39.126258850097656 -8.3147983551025391 -0.3489452600479126"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_370"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_402" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="33.098182678222656 -22.461305618286133 10 32.935436248779297 -21.944562911987305 10.355278968811035"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_373" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="32.935436248779297 -21.944562911987305 10.355279922485352 33.102352142333984 -21.796838760375977 10.217992782592773 33.150196075439453 -21.640758514404297 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_371"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_380" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="33.245288848876953 -21.938661575317383 9.8079347610473633 33.248115539550781 -22.160085678100586 9.9095926284790039 33.164188385009766 -22.363733291625977 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_530" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="33.098182678222656 -22.461305618286133 10 33.164188385009766 -22.363733291625977 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_372"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_373"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_403" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="32.935436248779297 -21.944562911987305 10.355278968811035 29.201494216918945 -12.72917652130127 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_374"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_375"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_376"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_523" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="39.565864562988281 -5.8772730827331543 10 39.565864562988281 -5.8772730827331543 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_377"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_378"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_379"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_529" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="33.180793762207031 -22.339090347290039 9.7185659408569336 33.164188385009766 -22.363733291625977 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_380"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_382" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.246515274047852 -34.873046875 9.7596168518066406 19.300258636474609 -34.567546844482422 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_381" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.296077728271484 -34.567604064941406 10.013345718383789 19.300258636474609 -34.567546844482422 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_416" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.241836547851563 -34.875576019287109 9.8079347610473633 19.296077728271484 -34.567604064941406 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_423" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.246513366699219 -34.873050689697266 9.7596158981323242 19.241836547851563 -34.875576019287109 9.8079347610473633"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_381"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_384" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="20.26080322265625 -24.155355453491211 16.571975708007813 19.300258636474609 -34.567546844482422 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_393" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="20.240646362304688 -24.33995246887207 16.674985885620117 20.26080322265625 -24.155355453491211 16.571975708007813"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_417" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.296077728271484 -34.567604064941406 10.013345718383789 20.240646362304688 -24.33995246887207 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_383" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.300258636474609 -34.567546844482422 9.9641256332397461 19.814304351806641 -34.560558319091797 3.9111936092376709"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_382"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_407" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.814304351806641 -34.560558319091797 3.9111936092376709 19.246515274047852 -34.873046875 9.7596168518066406"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_383"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_384"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_392" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="19.664220809936523 -6.0171494483947754 7.801386833190918 20.591041564941406 -14.908167839050293 11.687099456787109 20.260805130004883 -24.155355453491211 16.571977615356445"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_385" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="20.118833541870117 -34.386741638183594 0.78858399391174316 21.355550765991211 -24.365596771240234 3.5125977993011475 21.062829971313477 -14.71119499206543 5.9541029930114746 19.664220809936523 -6.0171494483947754 7.801386833190918"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_409" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.814304351806641 -34.560554504394531 3.9111940860748291 20.118833541870117 -34.386741638183594 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_385"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_391" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="19.664220809936523 -6.0171494483947754 7.8013863563537598 19.587224960327148 -5.1219429969787598 7.5466718673706055 19.613775253295898 -4.2325963973999023 7.4022107124328613 19.720239639282227 -3.3334872722625732 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_401" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="21.045089721679688 -33.630481719970703 0.12036651372909546 22.155780792236328 -22.718881607055664 3.0378727912902832 21.518009185791016 -12.380399703979492 5.5766782760620117 19.720239639282227 -3.3334872722625732 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_411" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="20.118829727172852 -34.386741638183594 0.78858375549316406 20.161069869995117 -34.370578765869141 0.58727371692657471 20.253654479980469 -34.308021545410156 0.41333633661270142 20.371791839599609 -34.217449188232422 0.29067134857177734 20.526018142700195 -34.091255187988281 0.19602087140083313 20.707487106323242 -33.935523986816406 0.13682740926742554 21.045089721679688 -33.630481719970703 0.12036651372909546"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_449" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="19.535463333129883 -25.161972045898438 16.834228515625 19.67125129699707 -25.055957794189453 16.834228515625 19.806463241577148 -24.949213027954102 16.834228515625 19.941095352172852 -24.841737747192383 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_386"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_387"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_388"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_389"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_390"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_391"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_392"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_393"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_419" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="19.941095352172852 -24.841737747192383 16.834228515625 20.145727157592773 -24.608249664306641 16.792268753051758 20.240646362304688 -24.33995246887207 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_406" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="28.872962951660156 -14.476628303527832 16.461965560913086 31.408777236938477 -23.395998001098633 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_394"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_395" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="21.692880630493164 -0.50701320171356201 8.0888767242431641 26.884286880493164 -9.7024517059326172 5.5192995071411133 29.516225814819336 -16.310081481933594 3.6181886196136475 31.408777236938477 -23.395998001098633 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_420" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="31.408777236938477 -23.395998001098633 1.6147215366363525 31.408777236938477 -23.395998001098633 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_395"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_396"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_397" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="20.503669738769531 -1.0255643129348755 7.1554813385009766 25.99699592590332 -10.731407165527344 4.3641195297241211 28.697490692138672 -17.767393112182617 2.2959811687469482 30.528463363647461 -25.336097717285156 0.1203666627407074"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_414" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="31.408777236938477 -23.395998001098633 1.6147215366363525 31.390905380249023 -23.482631683349609 1.3209164142608643 31.363578796386719 -23.563993453979492 1.1712050437927246 31.324100494384766 -23.669702529907227 1.0215109586715698 31.227684020996094 -23.906129837036133 0.76981985569000244 31.070655822753906 -24.260457992553711 0.50139480829238892 30.864500045776367 -24.691944122314453 0.27981856465339661 30.703420639038086 -25.009069442749023 0.17551484704017639 30.528465270996094 -25.336097717285156 0.12036643177270889"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_397"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_398"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_399"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_400"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_401"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_413" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="30.528465270996094 -25.336097717285156 0.12036652863025665 27.667783737182617 -28.432353973388672 0.12036652863025665 24.494716644287109 -31.20759391784668 0.12036652863025665 21.045089721679688 -33.630481719970703 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_531" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="33.098182678222656 -22.461305618286133 10 32.837310791015625 -22.840997695922852 10 32.572078704833984 -23.217658996582031 10 32.302528381347656 -23.591241836547852 10"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_402"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_403"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_404"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_405"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_406"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_422" coordIndex="0 1 2 3 4 5 -1">\n\t\t\t\t<Coordinate point="32.302528381347656 -23.591241836547852 10 32.063205718994141 -23.768613815307617 10.073545455932617 31.889575958251953 -23.796266555786133 10.176597595214844 31.671625137329102 -23.741989135742188 10.350322723388672 31.504365921020508 -23.603954315185547 10.532092094421387 31.408777236938477 -23.395998001098633 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_407"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_408" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="19.57362174987793 -34.883708953857422 3.8700993061065674 19.727676391601563 -34.747486114501953 3.8925406932830811 19.814304351806641 -34.560558319091797 3.9111871719360352"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_537" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.57362174987793 -34.883708953857422 3.8700993061065674 18.998640060424805 -35.200168609619141 9.7185659408569336"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_424" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="18.998640060424805 -35.200168609619141 9.7185659408569336 19.15736198425293 -35.063220977783203 9.7410869598388672 19.246509552001953 -34.873054504394531 9.7596540451049805"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_408"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_536" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.57362174987793 -34.883712768554688 3.8700990676879883 19.881696701049805 -34.709049224853516 0.74746823310852051"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_410" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="19.881696701049805 -34.709049224853516 0.74746823310852051 20.033649444580078 -34.572696685791016 0.76989573240280151 20.118833541870117 -34.386741638183594 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_409"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_410"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_535" coordIndex="0 1 2 3 4 5 6 7 -1">\n\t\t\t\t<Coordinate point="19.881692886352539 -34.709053039550781 0.74746769666671753 19.953399658203125 -34.667877197265625 0.43665421009063721 20.044458389282227 -34.615310668945313 0.24846003949642181 20.233713150024414 -34.505027770996094 0.012588707730174065 20.469017028808594 -34.365962982177734 -0.16213507950305939 20.649930953979492 -34.257556915283203 -0.24785777926445007 20.847442626953125 -34.137722015380859 -0.30803510546684265 21.218833923339844 -33.908126831054688 -0.34894537925720215"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_412" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="21.218833923339844 -33.908126831054688 -0.34894537925720215 21.171102523803711 -33.83184814453125 -0.062796838581562042 21.045089721679688 -33.630481719970703 0.12036634236574173"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_411"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_412"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_534" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="30.780502319335938 -25.545267105102539 -0.34894508123397827 27.896203994750977 -28.667085647583008 -0.34894508123397827 24.696941375732422 -31.465236663818359 -0.34894508123397827 21.218833923339844 -33.908126831054688 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_415" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="30.528465270996094 -25.336097717285156 0.12036652863025665 30.630683898925781 -25.420928955078125 0.047019768506288528 30.711263656616211 -25.487804412841797 -0.062794789671897888 30.762784957885742 -25.530563354492188 -0.19896338880062103 30.780502319335938 -25.545267105102539 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_413"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_414"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_421" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="32.302528381347656 -23.591241836547852 1.6147216558456421 32.105625152587891 -23.751691818237305 1.6147216558456421 31.940889358520508 -23.794538497924805 1.6147216558456421 31.760963439941406 -23.776849746704102 1.6147215366363525 31.598989486694336 -23.696590423583984 1.6147215366363525 31.476211547851563 -23.563911437988281 1.6147215366363525 31.408777236938477 -23.395998001098633 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_533" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="32.302528381347656 -23.591241836547852 1.6147216558456421 32.279354095458984 -23.622940063476563 1.3049592971801758 32.197826385498047 -23.733940124511719 0.95080912113189697 32.065624237060547 -23.912248611450195 0.62038642168045044 31.906229019165039 -24.124521255493164 0.3471149206161499 31.727106094360352 -24.359613418579102 0.12173808366060257 31.463743209838867 -24.698844909667969 -0.11174597591161728 31.13751220703125 -25.108869552612305 -0.28450471162796021 30.780502319335938 -25.545267105102539 -0.3489452600479126"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_415"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_447" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="18.868696212768555 -35.269992828369141 10 18.964733123779297 -34.736804962158203 10.355278968811035"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_418" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="18.96473503112793 -34.736804962158203 10.355279922485352 19.181180953979492 -34.683570861816406 10.217992782592773 19.296077728271484 -34.567604064941406 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_416"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_425" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="19.241836547851563 -34.875576019287109 9.8079347610473633 19.141437530517578 -35.072952270507813 9.9095926284790039 18.97248649597168 -35.214267730712891 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_539" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="18.868696212768555 -35.269992828369141 10 18.97248649597168 -35.214267730712891 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_417"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_418"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_448" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="18.964733123779297 -34.736804962158203 10.355278968811035 19.941095352172852 -24.841737747192383 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_419"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_420"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_421"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_532" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="32.302528381347656 -23.591241836547852 10 32.302528381347656 -23.591241836547852 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_422"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_423"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_424"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_538" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="18.998640060424805 -35.200164794921875 9.7185659408569336 18.97248649597168 -35.214267730712891 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_425"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_427" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="0.83562952280044556 -39.822849273681641 9.7596168518066406 1.0251901149749756 -39.577320098876953 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_426" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="1.0214624404907227 -39.575428009033203 10.013345718383789 1.0251901149749756 -39.577320098876953 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_461" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="0.83031189441680908 -39.822914123535156 9.8079347610473633 1.0214623212814331 -39.575428009033203 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_468" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="0.83562672138214111 -39.822853088378906 9.7596158981323242 0.83031189441680908 -39.822914123535156 9.8079347610473633"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_426"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_429" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="6.7144975662231445 -30.804168701171875 16.571975708007813 1.0251901149749756 -39.577320098876953 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_438" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="6.6108622550964355 -30.958253860473633 16.674985885620117 6.7144966125488281 -30.804170608520508 16.571975708007813"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_462" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="1.0214624404907227 -39.575428009033203 10.013345718383789 6.6108622550964355 -30.958253860473633 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_428" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="1.0251901149749756 -39.577320098876953 9.9641256332397461 1.4836018085479736 -39.810020446777344 3.9111936092376709"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_427"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_452" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="1.4836018085479736 -39.810020446777344 3.9111936092376709 0.83562952280044556 -39.822849273681641 9.7596168518066406"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_428"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_429"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_437" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="14.615494728088379 -14.466341018676758 7.801386833190918 11.304290771484375 -22.769660949707031 11.687099456787109 6.7144985198974609 -30.804170608520508 16.571977615356445"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_430" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="1.8340269327163696 -39.797637939453125 0.78858399391174316 7.586143970489502 -31.499082565307617 3.5125977993011475 11.813575744628906 -22.81450080871582 5.9541029930114746 14.615494728088379 -14.466341018676758 7.801386833190918"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_454" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="1.4836057424545288 -39.810016632080078 3.9111940860748291 1.8340269327163696 -39.797637939453125 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_430"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_436" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="14.615493774414063 -14.466340065002441 7.8013863563537598 14.963340759277344 -13.637892723083496 7.5466718673706055 15.400149345397949 -12.862753868103027 7.4022107124328613 15.912256240844727 -12.116108894348145 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_446" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="3.0056388378143311 -39.558452606201172 0.12036651372909546 9.0599784851074219 -30.412876129150391 3.0378727912902832 13.299792289733887 -20.962217330932617 5.5766782760620117 15.912256240844727 -12.116108894348145 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_456" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="1.8340232372283936 -39.797634124755859 0.78858375549316406 1.8789359331130981 -39.802955627441406 0.58727371692657471 1.9899870157241821 -39.79058837890625 0.41333633661270142 2.1366839408874512 -39.765289306640625 0.29067134857177734 2.3318901062011719 -39.725223541259766 0.19602087140083313 2.564946174621582 -39.671661376953125 0.13682740926742554 3.0056388378143311 -39.558452606201172 0.12036651372909546"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_494" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="5.6044425964355469 -31.358402252197266 16.834228515625 5.7739429473876953 -31.327634811401367 16.834228515625 5.9432744979858398 -31.295951843261719 16.834228515625 6.1124320030212402 -31.263355255126953 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_431"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_432"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_433"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_434"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_435"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_436"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_437"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_438"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_464" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="6.1124320030212402 -31.263355255126953 16.834228515625 6.402132511138916 -31.151708602905273 16.792268753051758 6.6108622550964355 -30.958253860473633 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_451" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="18.838115692138672 -26.236352920532227 16.461965560913086 16.93842887878418 -35.312515258789063 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_439"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_440" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="18.972471237182617 -10.530121803283691 8.0888767242431641 19.295900344848633 -21.084844589233398 5.5192995071411133 18.555648803710938 -28.158733367919922 3.6181886196136475 16.93842887878418 -35.312515258789063 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_465" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="16.93842887878418 -35.312515258789063 1.6147215366363525 16.93842887878418 -35.312515258789063 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_440"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_441"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_442" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="17.678495407104492 -10.436622619628906 7.1554813385009766 18.032062530517578 -21.583595275878906 4.3641195297241211 17.153446197509766 -29.068634033203125 2.2959811687469482 15.257340431213379 -36.621284484863281 0.1203666627407074"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_459" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="16.93842887878418 -35.312515258789063 1.6147215366363525 16.882343292236328 -35.38092041015625 1.3209164142608643 16.820337295532227 -35.440261840820313 1.1712050437927246 16.736255645751953 -35.515514373779297 1.0215109586715698 16.541007995605469 -35.6800537109375 0.76981985569000244 16.237302780151367 -35.920822143554688 0.50139480829238892 15.854239463806152 -36.207080841064453 0.27981856465339661 15.564233779907227 -36.413021087646484 0.17551484704017639 15.257342338562012 -36.621284484863281 0.12036643177270889"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_442"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_443"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_444"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_445"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_446"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_458" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="15.257342338562012 -36.621284484863281 0.12036652863025665 11.285431861877441 -38.033458709716797 0.12036652863025665 7.186103343963623 -39.016212463378906 0.12036652863025665 3.0056388378143311 -39.558452606201172 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_540" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="18.868696212768555 -35.269992828369141 10 18.461252212524414 -35.484958648681641 10 18.051359176635742 -35.695217132568359 10 17.639072418212891 -35.900741577148438 10"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_447"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_448"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_449"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_450"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_451"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_467" coordIndex="0 1 2 3 4 5 -1">\n\t\t\t\t<Coordinate point="17.639072418212891 -35.900741577148438 10 17.344734191894531 -35.946575164794922 10.073545455932617 17.178140640258789 -35.890373229980469 10.176597595214844 17.010377883911133 -35.74102783203125 10.350322723388672 16.926425933837891 -35.541072845458984 10.532092094421387 16.93842887878418 -35.312515258789063 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_452"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_453" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="1.1203137636184692 -39.984306335449219 3.8700993061065674 1.3200287818908691 -39.935279846191406 3.8925406932830811 1.4836026430130005 -39.810020446777344 3.9111871719360352"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_546" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="1.1203137636184692 -39.984306335449219 3.8700993061065674 0.46412676572799683 -39.997306823730469 9.7185659408569336"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_469" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="0.46412676572799683 -39.997306823730469 9.7185659408569336 0.66831141710281372 -39.949810028076172 9.7410869598388672 0.83562189340591431 -39.822856903076172 9.7596540451049805"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_453"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_545" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="1.1203118562698364 -39.984310150146484 3.8700990676879883 1.474267840385437 -39.972824096679688 0.74746823310852051"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_455" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="1.474267840385437 -39.972824096679688 0.74746823310852051 1.6721822023391724 -39.922702789306641 0.76989573240280151 1.8340269327163696 -39.797637939453125 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_454"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_455"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_544" coordIndex="0 1 2 3 4 5 6 7 -1">\n\t\t\t\t<Coordinate point="1.474263072013855 -39.972824096679688 0.74746769666671753 1.5568916797637939 -39.969688415527344 0.43665421009063721 1.6619497537612915 -39.965457916259766 0.24846003949642181 1.880778431892395 -39.955757141113281 0.012588707730174065 2.1537561416625977 -39.941974639892578 -0.16213507950305939 2.3643250465393066 -39.930065155029297 -0.24785777926445007 2.594902515411377 -39.915740966796875 -0.30803510546684265 3.0304529666900635 -39.885040283203125 -0.34894537925720215"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_457" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="3.0304529666900635 -39.885040283203125 -0.34894537925720215 3.0236358642578125 -39.795318603515625 -0.062796838581562042 3.0056388378143311 -39.558452606201172 0.12036634236574173"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_456"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_457"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_543" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="15.383303642272949 -36.923622131347656 -0.34894508123397827 11.378602027893066 -38.347457885742188 -0.34894508123397827 7.2454304695129395 -39.338325500488281 -0.34894508123397827 3.0304529666900635 -39.885040283203125 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_460" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="15.257342338562012 -36.621284484863281 0.12036652863025665 15.308427810668945 -36.743904113769531 0.047019768506288528 15.348699569702148 -36.840564727783203 -0.062794789671897888 15.374448776245117 -36.902370452880859 -0.19896338880062103 15.383303642272949 -36.923622131347656 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_458"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_459"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_466" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="17.639072418212891 -35.900741577148438 1.6147216558456421 17.390157699584961 -35.951305389404297 1.6147216558456421 17.224380493164063 -35.912689208984375 1.6147216558456421 17.073284149169922 -35.813411712646484 1.6147215366363525 16.967161178588867 -35.667072296142578 1.6147215366363525 16.92010498046875 -35.492530822753906 1.6147215366363525 16.93842887878418 -35.312515258789063 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_542" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="17.639072418212891 -35.900741577148438 1.6147216558456421 17.60382080078125 -35.918037414550781 1.3049592971801758 17.480049133300781 -35.978435516357422 0.95080912113189697 17.280124664306641 -36.074886322021484 0.62038642168045044 17.040338516235352 -36.188766479492188 0.3471149206161499 16.772480010986328 -36.313686370849609 0.12173808366060257 16.381635665893555 -36.491668701171875 -0.11174597591161728 15.902223587036133 -36.703125 -0.28450471162796021 15.383303642272949 -36.923622131347656 -0.3489452600479126"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_460"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_492" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="0.31661868095397949 -39.998744964599609 10 0.64943927526473999 -39.571266174316406 10.355278968811035"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_463" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="0.64943969249725342 -39.571266174316406 10.355279922485352 0.86583256721496582 -39.624717712402344 10.217992782592773 1.0214624404907227 -39.575428009033203 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_461"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_470" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="0.83031189441680908 -39.822914123535156 9.8079347610473633 0.64968812465667725 -39.951026916503906 9.9095926284790039 0.43441566824913025 -39.997642517089844 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_548" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="0.31661909818649292 -39.998744964599609 10 0.43441566824913025 -39.997642517089844 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_462"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_463"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_493" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="0.64943927526473999 -39.571266174316406 10.355278968811035 6.1124320030212402 -31.263355255126953 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_464"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_465"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_466"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_541" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="17.639072418212891 -35.900741577148438 10 17.639072418212891 -35.900741577148438 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_467"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_468"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_469"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_547" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="0.46412745118141174 -39.997306823730469 9.7185659408569336 0.43441566824913025 -39.997642517089844 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_470"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_472" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.766689300537109 -35.64971923828125 9.7596168518066406 -17.484737396240234 -35.520404815673828 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_471" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.487157821655273 -35.516998291015625 10.013345718383789 -17.484737396240234 -35.520404815673828 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_564" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.771427154541016 -35.647304534912109 9.8079347610473633 -17.487157821655273 -35.516998291015625 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_572" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.766693115234375 -35.649723052978516 9.7596158981323242 -17.771427154541016 -35.647304534912109 9.8079347610473633"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_471"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_474" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-8.3700189590454102 -30.396120071411133 16.571975708007813 -17.484737396240234 -35.520404815673828 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_483" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-8.5333900451660156 -30.484394073486328 16.674985885620117 -8.370020866394043 -30.396120071411133 16.571975708007813"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_565" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.487157821655273 -35.516998291015625 10.013345718383789 -8.5333900451660156 -30.484394073486328 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_473" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.484737396240234 -35.520404815673828 9.9641256332397461 -17.186975479125977 -35.939487457275391 3.9111936092376709"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_472"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_550" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.186975479125977 -35.939487457275391 3.9111936092376709 -17.766689300537109 -35.64971923828125 9.7596168518066406"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_473"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_474"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_482" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="6.218533992767334 -19.601467132568359 7.801386833190918 -0.57213681936264038 -25.414899826049805 11.687099456787109 -8.3700189590454102 -30.396121978759766 16.571977615356445"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_475" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-16.870933532714844 -36.091373443603516 0.78858399391174316 -7.9211568832397461 -31.416509628295898 3.5125977993011475 -0.14202503859996796 -25.691280364990234 5.9541029930114746 6.218533992767334 -19.601467132568359 7.801386833190918"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_552" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.186969757080078 -35.939483642578125 3.9111940860748291 -16.870933532714844 -36.091373443603516 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_475"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_481" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="6.2185335159301758 -19.601467132568359 7.8013863563537598 6.911125659942627 -19.029500961303711 7.5466322898864746 7.6589460372924805 -18.546274185180664 7.4022507667541504 8.4589662551879883 -18.123075485229492 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_491" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-15.722368240356445 -36.424060821533203 0.12036652863025665 -6.1113557815551758 -31.139646530151367 3.0378727912902832 2.0347530841827393 -24.741842269897461 5.5766782760620117 8.4589672088623047 -18.123075485229492 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_557" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-16.597028732299805 -36.200592041015625 0.29682311415672302 -16.425210952758789 -36.250659942626953 0.20675227046012878 -16.21942138671875 -36.305679321289063 0.14667889475822449 -15.98227596282959 -36.364376068115234 0.11750564724206924 -15.722368240356445 -36.424060821533203 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_554" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-16.870937347412109 -36.09136962890625 0.78858375549316406 -16.797737121582031 -36.132354736328125 0.51033037900924683 -16.597028732299805 -36.200592041015625 0.29682314395904541"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_603" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-9.6104888916015625 -30.371000289916992 16.834228515625 -9.44610595703125 -30.422529220581055 16.834228515625 -9.2814464569091797 -30.473167419433594 16.834228515625 -9.1165151596069336 -30.522914886474609 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_476"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_477"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_478"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_479"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_480"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_481"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_482"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_483"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_567" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-9.1165151596069336 -30.522914886474609 16.834228515625 -8.8081140518188477 -30.558687210083008 16.792268753051758 -8.5333900451660156 -30.484394073486328 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_496" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="4.4876813888549805 -31.985645294189453 16.461965560913086 -1.4123098850250244 -39.139358520507813 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_484"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_485" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="11.905696868896484 -18.140905380249023 8.0888757705688477 7.2875919342041016 -27.636014938354492 5.5195808410644531 3.3444490432739258 -33.556255340576172 3.6182982921600342 -1.4123098850250244 -39.139358520507813 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_568" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-1.4123098850250244 -39.139358520507813 1.6147216558456421 -1.4123098850250244 -39.139358520507813 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_485"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_486"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_487" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="10.803415298461914 -17.456766128540039 7.1554861068725586 5.9364476203918457 -27.490829467773438 4.3642487525939941 1.6795834302902222 -33.710823059082031 2.2959034442901611 -3.5090551376342773 -39.516979217529297 0.1203666552901268"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_561" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-1.4123098850250244 -39.139358520507813 1.6147216558456421 -1.4937894344329834 -39.173873901367188 1.320850133895874 -1.576301097869873 -39.197608947753906 1.1711118221282959 -1.6857677698135376 -39.225177764892578 1.0213863849639893 -1.9350249767303467 -39.280113220214844 0.76980793476104736 -2.315549373626709 -39.35211181640625 0.50155347585678101 -2.7877757549285889 -39.427570343017578 0.27991983294487 -3.1404068470001221 -39.475173950195313 0.17554531991481781 -3.50905442237854 -39.516979217529297 0.12036650627851486"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_487"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_488"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_489"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_490"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_491"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_560" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-3.50905442237854 -39.516979217529297 0.12036652863025665 -7.6822762489318848 -38.921558380126953 0.12036652863025665 -11.768760681152344 -37.886692047119141 0.12036652863025665 -15.722368240356445 -36.424060821533203 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_549" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="0.31661909818649292 -39.998748779296875 10 -0.14405441284179688 -39.999740600585938 10 -0.60470879077911377 -39.995429992675781 10 -1.0652830600738525 -39.985813140869141 10"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_492"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_493"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_494"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_495"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_496"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_571" coordIndex="0 1 2 3 4 5 -1">\n\t\t\t\t<Coordinate point="-1.0652830600738525 -39.985813140869141 10 -1.3472082614898682 -39.889614105224609 10.073545455932617 -1.4685993194580078 -39.762428283691406 10.176597595214844 -1.547741174697876 -39.552223205566406 10.350322723388672 -1.5291534662246704 -39.336158752441406 10.532092094421387 -1.4123097658157349 -39.139358520507813 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_737" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-16.888936996459961 -36.259674072265625 4.4408920985006262E-16 -16.924163818359375 -36.243244171142578 4.4408920985006262E-16 -16.959375381469727 -36.226779937744141 4.4408920985006262E-16 -16.994571685791016 -36.210281372070313 4.4408920985006262E-16"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_736" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-16.994571685791016 -36.210281372070313 4.4408920985006262E-16 -17.729530334472656 -35.856151580810547 4.4408920985006262E-16 -18.457115173339844 -35.487110137939453 4.4408920985006262E-16 -19.177021026611328 -35.103302001953125 4.4408920985006262E-16"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_735" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-19.177021026611328 -35.103302001953125 4.4408920985006262E-16 -19.177021026611328 -35.103302001953125 -0.44999998807907104"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_497"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_733" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="19.177021026611328 35.103302001953125 -0.34894508123397827 19.177021026611328 35.103302001953125 -0.44999998807907104"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_498"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_499"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_500"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_501"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_502"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_503"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_504"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_505"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_506"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_507"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_508"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_509"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_510"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_511"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_512"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_513"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_514"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_515"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_516"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_517"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_518"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_519"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_520"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_521"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_522"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_523"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_524"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_525"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_526"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_527"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_528"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_529"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_530"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_531"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_532"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_533"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_534"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_535"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_536"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_537"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_538"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_539"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_540"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_541"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_542"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_543"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_544"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_545"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_546"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_547"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_548"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_549"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_570" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-1.0652830600738525 -39.985813140869141 10 -1.0652830600738525 -39.985813140869141 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_562" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-1.0652830600738525 -39.985813140869141 1.6147216558456421 -1.1044512987136841 -39.984745025634766 1.3045835494995117 -1.2422523498535156 -39.980705261230469 0.95054668188095093 -1.464165210723877 -39.973194122314453 0.62024718523025513 -1.7292300462722778 -39.962604522705078 0.34717193245887756 -2.0242249965667725 -39.948749542236328 0.12193650007247925 -2.4529929161071777 -39.924724578857422 -0.11143756657838821 -2.9758388996124268 -39.88916015625 -0.28429079055786133 -3.5380244255065918 -39.843223571777344 -0.34894520044326782"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_559" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-3.5380244255065918 -39.843223571777344 -0.34894508123397827 -7.745699405670166 -39.242885589599609 -0.34894508123397827 -11.865921020507813 -38.199474334716797 -0.34894508123397827 -15.852169036865234 -36.724769592285156 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_556" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-16.888936996459961 -36.259674072265625 -8.6225973916498333E-8 -16.615821838378906 -36.385616302490234 -0.18272596597671509 -16.231578826904297 -36.558681488037109 -0.31218165159225464 -15.852169036865234 -36.724769592285156 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_550"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_551" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-17.589645385742188 -35.924980163574219 3.8700993061065674 -17.390022277832031 -35.974380493164063 3.8925406932830811 -17.186973571777344 -35.939487457275391 3.9111871719360352"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_740" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.589645385742188 -35.924980163574219 3.8700993061065674 -18.176712036132813 -35.631546020507813 9.7185659408569336"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_573" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-18.176712036132813 -35.631546020507813 9.7185659408569336 -17.973840713500977 -35.684379577636719 9.7410869598388672 -17.766696929931641 -35.64971923828125 9.7596540451049805"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_551"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_739" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.58964729309082 -35.924983978271484 3.8700990676879883 -17.270896911621094 -36.079303741455078 0.74746823310852051"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_553" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-17.270896911621094 -36.079303741455078 0.74746823310852051 -17.072362899780273 -36.126899719238281 0.76989573240280151 -16.870933532714844 -36.091373443603516 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_552"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_553"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_738" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-17.270902633666992 -36.079299926757813 0.74746769666671753 -17.196168899536133 -36.114978790283203 0.43636453151702881 -17.0628662109375 -36.178150177001953 0.19141361117362976 -16.888936996459961 -36.259674072265625 1.5360976379774627E-15"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_555" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-16.888936996459961 -36.259674072265625 -8.3266726846886741E-17 -16.749534606933594 -36.272743225097656 0.16333606839179993 -16.597028732299805 -36.200592041015625 0.29682320356369019"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_554"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_555"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_556"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_558" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-15.852169036865234 -36.724769592285156 -0.34894508123397827 -15.816509246826172 -36.642158508300781 -0.062796622514724731 -15.722368240356445 -36.424060821533203 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_557"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_558"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_559"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_563" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-3.50905442237854 -39.516979217529297 0.12036652863025665 -3.520803689956665 -39.6492919921875 0.047019768506288528 -3.5300660133361816 -39.753597259521484 -0.062794789671897888 -3.5359878540039063 -39.820289611816406 -0.19896338880062103 -3.5380244255065918 -39.843223571777344 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_560"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_561"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_569" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="-1.0652830600738525 -39.985813140869141 1.6147216558456421 -1.3091855049133301 -39.914909362792969 1.6147216558456421 -1.4380272626876831 -39.803676605224609 1.6147216558456421 -1.5256798267364502 -39.645549774169922 1.6147216558456421 -1.5516396760940552 -39.466655731201172 1.6147216558456421 -1.5121927261352539 -39.290241241455078 1.6147216558456421 -1.4123098850250244 -39.139358520507813 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_562"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_563"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_601" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-18.307992935180664 -35.56427001953125 10 -17.814634323120117 -35.340423583984375 10.355278968811035"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_566" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-17.814634323120117 -35.340423583984375 10.355279922485352 -17.647867202758789 -35.488315582275391 10.217992782592773 -17.487157821655273 -35.516998291015625 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_564"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_574" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-17.771427154541016 -35.647304534912109 9.8079347610473633 -17.990898132324219 -35.676803588867188 9.9095926284790039 -18.203174591064453 -35.618034362792969 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_742" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-18.307992935180664 -35.56427001953125 10 -18.203174591064453 -35.618034362792969 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_565"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_566"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_602" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.814634323120117 -35.340423583984375 10.355278968811035 -9.1165151596069336 -30.522914886474609 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_567"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_568"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_569"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_570"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_571"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_572"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_573"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_741" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-18.17671012878418 -35.631546020507813 9.7185659408569336 -18.203174591064453 -35.618034362792969 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_574"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_576" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-32.298873901367188 -23.309667587280273 9.7596168518066406 -31.98912239074707 -23.326194763183594 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_575" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-31.989681243896484 -23.322052001953125 10.013345718383789 -31.98912239074707 -23.326194763183594 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_615" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-32.301944732666016 -23.305328369140625 9.8079347610473633 -31.989681243896484 -23.322052001953125 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_622" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-32.298877716064453 -23.309667587280273 9.7596158981323242 -32.301944732666016 -23.305328369140625 9.8079347610473633"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_575"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_578" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-21.537065505981445 -23.024684906005859 16.571975708007813 -31.98912239074707 -23.326194763183594 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_590" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-21.722745895385742 -23.026926040649414 16.674985885620117 -21.537067413330078 -23.024684906005859 16.571975708007813"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_616" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-31.989681243896484 -23.322052001953125 10.013345718383789 -21.722745895385742 -23.026926040649414 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_577" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-31.98912239074707 -23.326194763183594 9.9641256332397461 -31.920223236083984 -23.835649490356445 3.9111936092376709"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_576"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_606" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-31.920223236083984 -23.835649490356445 3.9111936092376709 -32.298873901367188 -23.309667587280273 9.7596168518066406"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_577"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_578"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_589" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-3.6030173301696777 -20.246133804321289 7.801386833190918 -12.31749439239502 -22.237890243530273 11.687099456787109 -21.537065505981445 -23.024688720703125 16.571977615356445"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_579"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_581" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-13.248764038085938 -22.938444137573242 5.6648449897766113 -22.522220611572266 -24.20128059387207 3.2713642120361328 -31.710966110229492 -24.117008209228516 0.78858482837677002"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_608" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-31.920217514038086 -23.835649490356445 3.9111940860748291 -31.710966110229492 -24.117008209228516 0.78858482837677002"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_600" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-12.901120185852051 -23.615335464477539 4.8107457160949707 -21.905841827392578 -24.914888381958008 2.5079829692840576 -30.848569869995117 -24.945354461669922 0.12036653608083725"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_580"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_581"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_609" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="-30.848569869995117 -24.945354461669922 0.12036652863025665 -31.219064712524414 -24.62272834777832 0.14301876723766327 -31.4306640625 -24.426961898803711 0.23002356290817261 -31.548107147216797 -24.312141418457031 0.32519379258155823 -31.634635925292969 -24.221773147583008 0.44482824206352234 -31.694112777709961 -24.151119232177734 0.60643541812896729 -31.710968017578125 -24.117008209228516 0.78858458995819092"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_593" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.297441482543945 -33.241840362548828 2.2369978427886963 -19.439504623413086 -33.999847412109375 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_582"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_594" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-17.483219146728516 -32.002803802490234 1.2983746528625488 -21.471569061279297 -33.359806060791016 0.12036656588315964"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_613" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-19.439504623413086 -33.999847412109375 1.6147216558456421 -19.527713775634766 -33.992534637451172 1.3208473920822144 -19.611835479736328 -33.975200653076172 1.1710448265075684 -19.721538543701172 -33.948749542236328 1.0213649272918701 -19.967861175537109 -33.88153076171875 0.76971983909606934 -20.338375091552734 -33.768402099609375 0.50142312049865723 -20.791498184204102 -33.615787506103516 0.2798735499382019 -21.12579345703125 -33.494083404541016 0.1755310446023941 -21.471569061279297 -33.359806060791016 0.12036651372909546"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_650" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-22.623773574829102 -22.425968170166016 16.834228515625 -22.502164840698242 -22.54798698425293 16.834228515625 -22.379899978637695 -22.669345855712891 16.834228515625 -22.256978988647461 -22.790042877197266 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_583"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_584"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_585"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_586"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_587"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_588"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_589"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_590"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_618" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-22.256978988647461 -22.790042877197266 16.834228515625 -22.000528335571289 -22.96504020690918 16.792268753051758 -21.722745895385742 -23.026926040649414 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_605" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-10.890826225280762 -30.407411575317383 16.461965560913086 -19.439504623413086 -33.999847412109375 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_591"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_592"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_593"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_619" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-19.439504623413086 -33.999847412109375 1.6147216558456421 -19.439504623413086 -33.999847412109375 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_594"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_595"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_596"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_597"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_598"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_599"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_600"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_612" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-21.471569061279297 -33.359806060791016 0.12036652863025665 -24.890068054199219 -30.893196105957031 0.12036652863025665 -28.027542114257813 -28.077783584594727 0.12036652863025665 -30.848569869995117 -24.945354461669922 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_743" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-18.307992935180664 -35.56427001953125 10 -18.716360092163086 -35.351066589355469 10 -19.122245788574219 -35.133171081542969 10 -19.525594711303711 -34.910617828369141 10"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_601"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_602"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_603"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_604"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_605"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_621" coordIndex="0 1 2 3 4 5 -1">\n\t\t\t\t<Coordinate point="-19.525594711303711 -34.910617828369141 10 -19.730520248413086 -34.694419860839844 10.073545455932617 -19.778902053833008 -34.525386810302734 10.176597595214844 -19.751291275024414 -34.302482604980469 10.350322723388672 -19.634422302246094 -34.119808197021484 10.532092094421387 -19.439504623413086 -33.999847412109375 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_606"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_607" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-32.270027160644531 -23.635675430297852 3.8700993061065674 -32.116226196289063 -23.772186279296875 3.8925406932830811 -31.920223236083984 -23.835649490356445 3.9111871719360352"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_749" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-32.270027160644531 -23.635675430297852 3.8700993061065674 -32.653484344482422 -23.103029251098633 9.7185659408569336"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_623" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-32.653484344482422 -23.103029251098633 9.7185659408569336 -32.498405456542969 -23.244087219238281 9.7410869598388672 -32.298881530761719 -23.309663772583008 9.7596540451049805"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_607"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_748" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-32.270030975341797 -23.635675430297852 3.8700990676879883 -32.05950927734375 -23.920450210571289 0.74746906757354736"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_610" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-32.05950927734375 -23.920450210571289 0.74746906757354736 -31.905834197998047 -24.054859161376953 0.76989656686782837 -31.710966110229492 -24.117008209228516 0.78858482837677002"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_608"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_609"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_611" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-31.103250503540039 -25.151298522949219 -0.34894546866416931 -31.033283233642578 -25.094720840454102 -0.062796890735626221 -30.848569869995117 -24.945354461669922 0.12036628276109695"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_747" coordIndex="0 1 2 3 4 5 6 7 -1">\n\t\t\t\t<Coordinate point="-31.103250503540039 -25.151298522949219 -0.34894546866416931 -31.279865264892578 -24.931306838989258 -0.33237200975418091 -31.444477081298828 -24.723367691040039 -0.28305253386497498 -31.670585632324219 -24.433050155639648 -0.14347457885742188 -31.82879638671875 -24.226591110229492 0.032444573938846588 -31.959089279174805 -24.054450988769531 0.27877166867256165 -32.026023864746094 -23.965261459350586 0.50453120470046997 -32.05950927734375 -23.920450210571289 0.74746876955032349"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_610"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_611"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_746" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-21.648834228515625 -33.635219573974609 -0.34894508123397827 -25.095554351806641 -31.148244857788086 -0.34894508123397827 -28.258932113647461 -28.309587478637695 -0.34894508123397827 -31.103250503540039 -25.151298522949219 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_614" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-21.471569061279297 -33.359806060791016 0.12036652863025665 -21.543460845947266 -33.471504211425781 0.047019768506288528 -21.600135803222656 -33.559558868408203 -0.062794789671897888 -21.636371612548828 -33.615859985351563 -0.19896338880062103 -21.648834228515625 -33.635219573974609 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_612"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_613"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_620" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="-19.525594711303711 -34.910617828369141 1.6147216558456421 -19.708608627319336 -34.734489440917969 1.6147216558456421 -19.770999908447266 -34.576118469238281 1.6147216558456421 -19.775129318237305 -34.395374298095703 1.6147216558456421 -19.714977264404297 -34.224906921386719 1.6147216558456421 -19.598066329956055 -34.087032318115234 1.6147216558456421 -19.439504623413086 -33.999847412109375 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_745" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-19.525594711303711 -34.910617828369141 1.6147216558456421 -19.559892654418945 -34.891410827636719 1.3047875165939331 -19.679965972900391 -34.823825836181641 0.95060992240905762 -19.872951507568359 -34.714057922363281 0.62020200490951538 -20.102851867675781 -34.581428527832031 0.34701845049858093 -20.357700347900391 -34.432018280029297 0.12175720185041428 -20.726137161254883 -34.211505889892578 -0.11170019209384918 -21.172536849975586 -33.937053680419922 -0.28449192643165588 -21.648834228515625 -33.635219573974609 -0.34894514083862305"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_614"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_648" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-32.73846435546875 -22.982450485229492 10 -32.197589874267578 -23.013519287109375 10.355278968811035"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_617" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-32.197589874267578 -23.013519287109375 10.355279922485352 -32.11865234375 -23.22197151184082 10.217992782592773 -31.989681243896484 -23.322052001953125 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_615"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_624" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-32.301944732666016 -23.305328369140625 9.8079347610473633 -32.509983062744141 -23.229452133178711 9.9095926284790039 -32.670635223388672 -23.078767776489258 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_751" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-32.73846435546875 -22.982450485229492 10 -32.670635223388672 -23.078767776489258 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_616"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_617"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_649" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-32.197589874267578 -23.013519287109375 10.355278968811035 -22.256978988647461 -22.790042877197266 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_618"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_619"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_620"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_744" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-19.525594711303711 -34.910617828369141 10 -19.525594711303711 -34.910617828369141 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_621"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_622"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_623"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_750" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-32.653484344482422 -23.103029251098633 9.7185659408569336 -32.670635223388672 -23.078767776489258 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_624"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_626" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.431774139404297 -5.6296510696411133 9.7596168518066406 -39.165184020996094 -5.7882342338562012 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_625" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.163753509521484 -5.7843055725097656 10.013345718383789 -39.165184020996094 -5.7882342338562012 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_662" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.432479858398438 -5.6243801116943359 9.8079347610473633 -39.163753509521484 -5.7843055725097656 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_669" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.431777954101563 -5.6296486854553223 9.7596158981323242 -39.432479858398438 -5.6243801116943359 9.8079347610473633"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_625"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_628" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-29.770229339599609 -10.378573417663574 16.571975708007813 -39.165184020996094 -5.7882342338562012 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_638" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-29.93568229675293 -10.294266700744629 16.674985885620117 -29.770229339599609 -10.378572463989258 16.571975708007813"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_663" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.163753509521484 -5.7843055725097656 10.013345718383789 -29.93568229675293 -10.294266700744629 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_627" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.165184020996094 -5.7882342338562012 9.9641256332397461 -39.340930938720703 -6.2713522911071777 3.9111936092376709"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_626"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_653" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.340930938720703 -6.2713522911071777 3.9111936092376709 -39.431774139404297 -5.6296510696411133 9.7596168518066406"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_627"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_628"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_637" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-12.599161148071289 -16.252655029296875 7.801386833190918 -21.241062164306641 -13.966448783874512 11.687099456787109 -29.770231246948242 -10.378575325012207 16.571977615356445"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_629" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-12.599161148071289 -16.252655029296875 7.801386833190918 -24.247211456298828 -13.594618797302246 5.1897010803222656 -31.874765396118164 -10.652112007141113 3.0711467266082764 -39.286399841308594 -6.617729663848877 0.78858554363250732"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_655" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.340927124023438 -6.2713556289672852 3.9111940860748291 -39.286399841308594 -6.617729663848877 0.78858554363250732"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_647" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-10.109758377075195 -17.256673812866211 7.3499999046325684 -19.207281112670898 -15.729296684265137 5.5764446258544922 -29.098903656005859 -12.65986156463623 3.0379197597503662 -38.907737731933594 -7.7519683837890625 0.12036637216806412"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_636" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-12.599161148071289 -16.252656936645508 7.801386833190918 -11.735133171081543 -16.497995376586914 7.5467410087585449 -10.912457466125488 -16.838403701782227 7.4021811485290527 -10.109758377075195 -17.256673812866211 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_629"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_656" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="-38.907737731933594 -7.7519683837890625 0.12036637216806412 -39.085865020751953 -7.2941045761108398 0.14302957057952881 -39.182193756103516 -7.022606372833252 0.22994577884674072 -39.232318878173828 -6.8680133819580078 0.32378581166267395 -39.267459869384766 -6.7460989952087402 0.44471427798271179 -39.287319183349609 -6.6558051109313965 0.60636419057846069 -39.286399841308594 -6.6177291870117188 0.78858458995819092"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_641" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-10.52949333190918 -20.606924057006836 7.546933650970459 -20.100412368774414 -21.788724899291992 5.125370979309082 -26.491893768310547 -21.777521133422852 3.4076559543609619 -33.013343811035156 -21.071382522583008 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_630"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_642" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-10.556098937988281 -19.322807312011719 6.6083102226257324 -20.740388870239258 -20.582778930664063 3.9616093635559082 -27.559698104858398 -20.481479644775391 2.0811610221862793 -34.515205383300781 -19.560306549072266 0.12036656588315964"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_660" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-33.013343811035156 -21.071382522583008 1.6147216558456421 -33.088054656982422 -21.023910522460938 1.3208339214324951 -33.154491424560547 -20.969465255737305 1.1710255146026611 -33.239341735839844 -20.895053863525391 1.0213394165039063 -33.426204681396484 -20.721067428588867 0.76970899105072021 -33.701675415039063 -20.448745727539063 0.50144243240356445 -34.031959533691406 -20.103044509887695 0.27989250421524048 -34.271419525146484 -19.839912414550781 0.17553773522377014 -34.515205383300781 -19.560306549072266 0.12036651372909546"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_699" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-30.4542236328125 -9.3434171676635742 16.834228515625 -30.403249740600586 -9.5079736709594727 16.834228515625 -30.351387023925781 -9.6722517013549805 16.834228515625 -30.298637390136719 -9.8362464904785156 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_631"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_632"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_633"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_634"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_635"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_636"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_637"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_638"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_665" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-30.298637390136719 -9.8362464904785156 16.834228515625 -30.152885437011719 -10.110377311706543 16.792268753051758 -29.93568229675293 -10.294266700744629 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_652" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-23.774375915527344 -21.86320686340332 16.461965560913086 -33.013343811035156 -21.071382522583008 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_639"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_640"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_641"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_666" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-33.013343811035156 -21.071382522583008 1.6147216558456421 -33.013343811035156 -21.071382522583008 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_642"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_643"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_644"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_645"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_646"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_647"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_659" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-34.515205383300781 -19.560306549072266 0.12036652863025665 -36.395843505859375 -15.787575721740723 0.12036652863025665 -37.865554809570313 -11.836592674255371 0.12036652863025665 -38.907737731933594 -7.7519683837890625 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_752" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-32.73846435546875 -22.982450485229492 10 -33.000972747802734 -22.603887557983398 10 -33.259105682373047 -22.222328186035156 10 -33.512828826904297 -21.837820053100586 10"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_648"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_649"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_650"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_651"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_652"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_668" coordIndex="0 1 2 3 4 5 -1">\n\t\t\t\t<Coordinate point="-33.512828826904297 -21.837820053100586 10 -33.593807220458984 -21.551151275634766 10.073545455932617 -33.558094024658203 -21.378999710083008 10.176597595214844 -33.430057525634766 -21.1944580078125 10.350322723388672 -33.241683959960938 -21.087017059326172 10.532092094421387 -33.013343811035156 -21.071382522583008 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_653"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_654" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-39.557735443115234 -5.9317212104797363 3.8700993061065674 -39.484992980957031 -6.1240701675415039 3.8925406932830811 -39.340930938720703 -6.2713532447814941 3.9111871719360352"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_758" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.557735443115234 -5.9317212104797363 3.8700993061065674 -39.649738311767578 -5.2818856239318848 9.7185659408569336"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_670" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-39.649738311767578 -5.2818856239318848 9.7185659408569336 -39.577972412109375 -5.478856086730957 9.7410869598388672 -39.431777954101563 -5.6296439170837402 9.7596540451049805"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_654"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_757" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.5577392578125 -5.9317193031311035 3.8700990676879883 -39.503673553466797 -6.2817096710205078 0.74746978282928467"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_657" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-39.503673553466797 -6.2817096710205078 0.74746978282928467 -39.430065155029297 -6.4721403121948242 0.76989728212356567 -39.286399841308594 -6.617729663848877 0.78858554363250732"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_655"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_656"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_658" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-39.228950500488281 -7.8159675598144531 -0.34894537925720215 -39.140705108642578 -7.7983856201171875 -0.062796995043754578 -38.907737731933594 -7.7519688606262207 0.12036620080471039"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_756" coordIndex="0 1 2 3 4 5 6 7 -1">\n\t\t\t\t<Coordinate point="-39.228950500488281 -7.8159675598144531 -0.34894537925720215 -39.282676696777344 -7.5413060188293457 -0.33264139294624329 -39.332237243652344 -7.2784056663513184 -0.28303298354148865 -39.397491455078125 -6.9164695739746094 -0.14354608952999115 -39.441608428955078 -6.660304069519043 0.032181140035390854 -39.477008819580078 -6.4471592903137207 0.27857005596160889 -39.494842529296875 -6.3369855880737305 0.50442731380462646 -39.503673553466797 -6.2817106246948242 0.74746936559677124"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_657"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_658"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_755" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-34.800155639648438 -19.721792221069336 -0.34894508123397827 -36.696319580078125 -15.917914390563965 -0.34894508123397827 -38.17816162109375 -11.934313774108887 -0.34894508123397827 -39.228950500488281 -7.8159675598144531 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_661" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-34.515205383300781 -19.560306549072266 0.12036652863025665 -34.630771636962891 -19.625801086425781 0.047019768506288528 -34.721874237060547 -19.67742919921875 -0.062794789671897888 -34.780124664306641 -19.710441589355469 -0.19896338880062103 -34.800155639648438 -19.721792221069336 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_659"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_660"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_667" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="-33.512828826904297 -21.837820053100586 1.6147216558456421 -33.593029022216797 -21.596813201904297 1.6147216558456421 -33.574676513671875 -21.427591323852539 1.6147216558456421 -33.494335174560547 -21.265630722045898 1.6147216558456421 -33.361854553222656 -21.142641067504883 1.6147216558456421 -33.194259643554688 -21.074892044067383 1.6147216558456421 -33.013343811035156 -21.071382522583008 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_754" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-33.512828826904297 -21.837820053100586 1.6147216558456421 -33.534275054931641 -21.80487060546875 1.3047688007354736 -33.60919189453125 -21.689216613769531 0.95057660341262817 -33.72906494140625 -21.502330780029297 0.62017190456390381 -33.870986938476563 -21.278070449829102 0.34701445698738098 -34.027191162109375 -21.027372360229492 0.12177885323762894 -34.250934600830078 -20.660915374755859 -0.1116766482591629 -34.518669128417969 -20.210432052612305 -0.28448399901390076 -34.800155639648438 -19.721792221069336 -0.34894514083862305"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_661"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_697" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.6689453125 -5.1356263160705566 10 -39.204463958740234 -5.4144930839538574 10.355278968811035"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_664" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-39.204463958740234 -5.4144935607910156 10.355279922485352 -39.231441497802734 -5.6357512474060059 10.217992782592773 -39.163753509521484 -5.7843055725097656 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_662"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_671" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-39.432479858398438 -5.6243801116943359 9.8079347610473633 -39.581428527832031 -5.460515022277832 9.9095926284790039 -39.653648376464844 -5.2524309158325195 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_760" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.6689453125 -5.1356267929077148 10 -39.653648376464844 -5.2524309158325195 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_663"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_664"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_698" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.204463958740234 -5.4144930839538574 10.355278968811035 -30.298637390136719 -9.8362464904785156 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_665"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_666"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_667"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_753" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-33.512828826904297 -21.837820053100586 10 -33.512828826904297 -21.837820053100586 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_668"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_669"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_670"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_759" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.649738311767578 -5.281886100769043 9.7185659408569336 -39.653648376464844 -5.2524309158325195 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_671"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_673" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.531330108642578 13.34005069732666 9.7596168518066406 -37.368972778320313 13.075741767883301 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_672" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.365882873535156 13.078556060791016 10.013345718383789 -37.368972778320313 13.075741767883301 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_777" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.529506683349609 13.34504508972168 9.8079347610473633 -37.365882873535156 13.078556060791016 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_787" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.531333923339844 13.340054512023926 9.7596158981323242 -37.529506683349609 13.34504508972168 9.8079347610473633"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_672"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_675" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-31.183391571044922 4.6451449394226074 16.571975708007813 -37.368972778320313 13.075741767883301 9.9641256332397461"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_692" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-31.290714263916016 4.796684741973877 16.674985885620117 -31.183393478393555 4.645146369934082 16.571975708007813"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_779" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.365882873535156 13.078556060791016 10.013345718383789 -31.290714263916016 4.796684741973877 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_674" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.368972778320313 13.075741767883301 9.9641256332397461 -37.749107360839844 12.729636192321777 3.9111936092376709"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_673"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_762" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.749107360839844 12.729636192321777 3.9111936092376709 -37.531330108642578 13.34005069732666 9.7596168518066406"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_674"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_675"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_691" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-18.708990097045898 -8.5358896255493164 7.801386833190918 -25.298559188842773 -2.49546217918396 11.687099456787109 -31.183395385742188 4.6451444625854492 16.571977615356445"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_676" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-37.861793518066406 12.397591590881348 0.78858399391174316 -32.142238616943359 4.0765609741210938 3.5125977993011475 -25.521080017089844 -2.9557521343231201 5.9541029930114746 -18.708990097045898 -8.5358896255493164 7.801386833190918"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_766" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.749107360839844 12.729630470275879 3.9111940860748291 -37.861793518066406 12.397591590881348 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_676"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_690" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-18.708988189697266 -8.535888671875 7.8013863563537598 -18.057710647583008 -9.1544885635375977 7.5466322898864746 -17.48786735534668 -9.8386096954345703 7.4022507667541504 -16.971323013305664 -10.581787109375 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_684" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-38.053611755371094 11.217299461364746 0.12036649137735367 -31.64924430847168 2.3133277893066406 3.0378727912902832 -24.316184997558594 -5.0022168159484863 5.5766782760620117 -16.971323013305664 -10.581787109375 7.3499999046325684"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_769" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="-37.861789703369141 12.397594451904297 0.78858375549316406 -37.882587432861328 12.357510566711426 0.58849835395812988 -37.910488128662109 12.249066352844238 0.41387608647346497 -37.938873291015625 12.103083610534668 0.29069593548774719 -37.970657348632813 11.906269073486328 0.19594497978687286 -38.003238677978516 11.669258117675781 0.13669675588607788 -38.053611755371094 11.217299461364746 0.12036649137735367"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_701" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-31.211503982543945 -8.3104047775268555 16.461965560913086 -39.024223327636719 -3.3157157897949219 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_677"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_678" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-16.573566436767578 -14.005535125732422 8.0888767242431641 -26.557092666625977 -10.565190315246582 5.5192995071411133 -32.908798217773438 -7.3646073341369629 3.6181886196136475 -39.024223327636719 -3.3157157897949219 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_783" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.024223327636719 -3.3157157897949219 1.6147215366363525 -39.024223327636719 -3.3157157897949219 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_678"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_679"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_680" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-16.027290344238281 -12.828803062438965 7.1554818153381348 -26.575267791748047 -9.2066230773925781 4.3641200065612793 -33.262340545654297 -5.7308707237243652 2.2959814071655273 -39.651824951171875 -1.2797749042510986 0.1203666627407074"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_773" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-39.024223327636719 -3.3157157897949219 1.6147215366363525 -39.068294525146484 -3.2390186786651611 1.3209164142608643 -39.101795196533203 -3.1599981784820557 1.1712050437927246 -39.142341613769531 -3.0546951293945313 1.0215109586715698 -39.226955413818359 -2.8137896060943604 0.76981985569000244 -39.344379425048828 -2.4444420337677002 0.50139480829238892 -39.476200103759766 -1.9847642183303833 0.27981856465339661 -39.565921783447266 -1.6405758857727051 0.17551484704017639 -39.651824951171875 -1.279775857925415 0.12036643177270889"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_680"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_681"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_682"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_683"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_684"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_772" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-39.651824951171875 -1.279775857925415 0.12036652863025665 -39.563770294189453 2.9347882270812988 0.12036652863025665 -39.029022216796875 7.1162171363830566 0.12036652863025665 -38.053611755371094 11.217299461364746 0.12036652863025665"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_693" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-31.307977676391602 5.8795976638793945 16.834228515625 -31.339315414428711 5.7102022171020508 16.834228515625 -31.36973762512207 5.5406398773193359 16.834228515625 -31.399242401123047 5.3709149360656738 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_685"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_686"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_687"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_688"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_689"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_690"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_691"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_692"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_782" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-31.399242401123047 5.3709149360656738 16.834228515625 -31.397581100463867 5.060450553894043 16.792268753051758 -31.290714263916016 4.7966842651367188 16.674985885620117"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_693"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_694"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_695"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_696"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_702" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-37.511753082275391 13.887706756591797 10 -37.349323272705078 14.31879711151123 10 -37.181941986083984 14.747986793518066 10 -37.009628295898438 15.17522144317627 10"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_776" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.511753082275391 13.887706756591797 10 -37.230072021484375 13.424927711486816 10.355278968811035"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_781" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.230072021484375 13.424927711486816 10.355278968811035 -31.399242401123047 5.3709149360656738 16.834228515625"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_761" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-39.6689453125 -5.1356267929077148 10 -39.725460052490234 -4.6784319877624512 10 -39.776706695556641 -4.220616340637207 10 -39.822677612304688 -3.7622411251068115 10"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_697"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_698"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_699"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_700"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_701"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_786" coordIndex="0 1 2 3 4 5 -1">\n\t\t\t\t<Coordinate point="-39.822677612304688 -3.7622411251068115 10 -39.761161804199219 -3.470775842666626 10.073545455932617 -39.6495361328125 -3.3349392414093018 10.176597595214844 -39.450401306152344 -3.2310373783111572 10.350322723388672 -39.233673095703125 -3.2234458923339844 10.532092094421387 -39.024223327636719 -3.3157157897949219 10.700789451599121"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_702"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_703"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_704"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_705"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_706"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_707"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_708"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_709"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_710"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_711"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_712"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_713"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_714"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_715"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_716"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_717"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_718"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_719"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_720"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_721"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_722"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_723"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_724"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_725"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_726"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_727"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_728"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_729"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_730"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_731"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_732"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_733"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_734"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_735"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_736"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_737"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_738"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_739"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_740"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_741"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_742"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_743"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_744"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_745"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_746"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_747"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_748"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_749"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_750"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_751"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_752"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_753"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_754"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_755"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_756"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_757"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_758"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_759"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_760"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_761"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_785" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-39.822677612304688 -3.7622411251068115 10 -39.822677612304688 -3.7622411251068115 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_774" coordIndex="0 1 2 3 4 5 6 7 8 -1">\n\t\t\t\t<Coordinate point="-39.822677612304688 -3.7622411251068115 1.6147216558456421 -39.826335906982422 -3.7232508659362793 1.3046715259552002 -39.83892822265625 -3.5860307216644287 0.95070761442184448 -39.858219146728516 -3.3648526668548584 0.62037843465805054 -39.879673004150391 -3.1002709865570068 0.34711489081382751 -39.901493072509766 -2.805527925491333 0.12174103409051895 -39.929328918457031 -2.376920223236084 -0.11160503327846527 -39.95703125 -1.8537706136703491 -0.28434023261070251 -39.979183197021484 -1.2903414964675903 -0.3489452600479126"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_771" coordIndex="0 1 2 3 -1">\n\t\t\t\t<Coordinate point="-39.979183197021484 -1.2903414964675903 -0.34894508123397827 -39.890403747558594 2.959017276763916 -0.34894508123397827 -39.351238250732422 7.1749668121337891 -0.34894508123397827 -38.367771148681641 11.309906959533691 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_768" coordIndex="0 1 2 3 4 5 6 7 -1">\n\t\t\t\t<Coordinate point="-37.898017883300781 12.796098709106445 0.74746769666671753 -37.924404144287109 12.717689514160156 0.43656125664710999 -37.957679748535156 12.618016242980957 0.2484545111656189 -38.026210784912109 12.409968376159668 0.012604113668203354 -38.110172271728516 12.149704933166504 -0.16222916543483734 -38.173789978027344 11.94835090637207 -0.24808748066425323 -38.242164611816406 11.727669715881348 -0.30821776390075684 -38.367771148681641 11.309906959533691 -0.34894576668739319"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_765" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.783245086669922 13.131121635437012 3.8700990676879883 -37.898021697998047 12.796093940734863 0.74746823310852051"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_763" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.783245086669922 13.131119728088379 3.8700993061065674 -37.562713623046875 13.749274253845215 9.7185659408569336"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_789" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.562713623046875 13.749274253845215 9.7185659408569336 -37.552490234375 13.777173042297363 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_778" coordIndex="0 1 -1">\n\t\t\t\t<Coordinate point="-37.511753082275391 13.887706756591797 10 -37.552490234375 13.777173042297363 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_762"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_764" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-37.783245086669922 13.131118774414063 3.8700993061065674 -37.808223724365234 12.926996231079102 3.8925406932830811 -37.749107360839844 12.729635238647461 3.9111871719360352"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_763"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_788" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-37.562713623046875 13.749275207519531 9.7185659408569336 -37.590705871582031 13.541515350341797 9.7410869598388672 -37.531330108642578 13.340059280395508 9.7596540451049805"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_764"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_765"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_767" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-37.898021697998047 12.796093940734863 0.74746823310852051 -37.921340942382813 12.593268394470215 0.76989573240280151 -37.861793518066406 12.397591590881348 0.78858399391174316"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_766"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_767"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_768"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_770" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-38.367774963378906 11.309906959533691 -0.34894576668739319 -38.281463623046875 11.284464836120605 -0.062797129154205322 -38.053611755371094 11.217299461364746 0.12036609649658203"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_769"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_770"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_771"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_775" coordIndex="0 1 2 3 4 -1">\n\t\t\t\t<Coordinate point="-39.651824951171875 -1.279775857925415 0.12036652863025665 -39.784587860107422 -1.2840609550476074 0.047019768506288528 -39.889251708984375 -1.2874389886856079 -0.062794789671897888 -39.956169128417969 -1.2895987033843994 -0.19896338880062103 -39.979183197021484 -1.2903414964675903 -0.34894508123397827"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_772"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_773"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_784" coordIndex="0 1 2 3 4 5 6 -1">\n\t\t\t\t<Coordinate point="-39.822677612304688 -3.7622411251068115 1.6147216558456421 -39.781688690185547 -3.5115704536437988 1.6147216558456421 -39.686798095703125 -3.37026047706604 1.6147216558456421 -39.540390014648438 -3.2641870975494385 1.6147215366363525 -39.365928649902344 -3.216853141784668 1.6147215366363525 -39.186046600341797 -3.2347481250762939 1.6147215366363525 -39.024223327636719 -3.3157157897949219 1.6147216558456421"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_774"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_775"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_776"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_780" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-37.230072021484375 13.424927711486816 10.355279922485352 -37.356781005859375 13.241550445556641 10.217992782592773 -37.365882873535156 13.078556060791016 10.013345718383789"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_777"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet DEF="_790" coordIndex="0 1 2 -1">\n\t\t\t\t<Coordinate point="-37.529506683349609 13.34504508972168 9.8079347610473633 -37.585239410400391 13.559360504150391 9.9095926284790039 -37.552490234375 13.777173042297363 9.9853754043579102"></Coordinate>\n\t\t\t</IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_778"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_779"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_780"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_781"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_782"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_783"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_784"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_785"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_786"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_787"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_788"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_789"></IndexedLineSet>\n\t\t</Shape>\n\t\t<Shape>\n\t\t\t<Appearance USE="__defaultMaterialEdge"></Appearance>\n\t\t\t<IndexedLineSet USE="_790"></IndexedLineSet>\n\t\t</Shape>\n\t</Group>\n</Scene>\n</X3D>'
HTML(x3domHTML + x3domXML)
x3dXML = ET.tostring(ET.XML(x3d), encoding="unicode", short_empty_elements=False)
HTML(x3domHTML + x3dXML)