SM_Crenelation_Thick_Walls_02.fbx 1.5 MB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181
  1. ; FBX 7.5.0 project file
  2. ; Copyright (C) 1997-2010 Autodesk Inc. and/or its licensors.
  3. ; All rights reserved.
  4. ; ----------------------------------------------------
  5. FBXHeaderExtension: {
  6. FBXHeaderVersion: 1003
  7. FBXVersion: 7500
  8. CreationTimeStamp: {
  9. Version: 1000
  10. Year: 2021
  11. Month: 4
  12. Day: 5
  13. Hour: 13
  14. Minute: 37
  15. Second: 32
  16. Millisecond: 516
  17. }
  18. Creator: "FBX SDK/FBX Plugins version 2016.1.2"
  19. SceneInfo: "SceneInfo::GlobalInfo", "UserData" {
  20. Type: "UserData"
  21. Version: 100
  22. MetaData: {
  23. Version: 100
  24. Title: ""
  25. Subject: ""
  26. Author: ""
  27. Keywords: ""
  28. Revision: ""
  29. Comment: ""
  30. }
  31. Properties70: {
  32. P: "DocumentUrl", "KString", "Url", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\Source_NEW\SM_Crenelation_Thick_Walls_02.fbx"
  33. P: "SrcDocumentUrl", "KString", "Url", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\Source_NEW\SM_Crenelation_Thick_Walls_02.fbx"
  34. P: "Original", "Compound", "", ""
  35. P: "Original|ApplicationVendor", "KString", "", "", "Autodesk"
  36. P: "Original|ApplicationName", "KString", "", "", "Maya LT"
  37. P: "Original|ApplicationVersion", "KString", "", "", "2016"
  38. P: "Original|DateTime_GMT", "DateTime", "", "", "05/04/2021 10:37:32.516"
  39. P: "Original|FileName", "KString", "", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\Source_NEW\SM_Crenelation_Thick_Walls_02.fbx"
  40. P: "LastSaved", "Compound", "", ""
  41. P: "LastSaved|ApplicationVendor", "KString", "", "", "Autodesk"
  42. P: "LastSaved|ApplicationName", "KString", "", "", "Maya LT"
  43. P: "LastSaved|ApplicationVersion", "KString", "", "", "2016"
  44. P: "LastSaved|DateTime_GMT", "DateTime", "", "", "05/04/2021 10:37:32.516"
  45. P: "Original|ApplicationActiveProject", "KString", "", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel"
  46. P: "Original|ApplicationNativeFile", "KString", "", "", "A:\Lordenfel\Maya\Lordenfel_10_Unity_EXPORT.mlt"
  47. }
  48. }
  49. }
  50. GlobalSettings: {
  51. Version: 1000
  52. Properties70: {
  53. P: "UpAxis", "int", "Integer", "",1
  54. P: "UpAxisSign", "int", "Integer", "",1
  55. P: "FrontAxis", "int", "Integer", "",2
  56. P: "FrontAxisSign", "int", "Integer", "",1
  57. P: "CoordAxis", "int", "Integer", "",0
  58. P: "CoordAxisSign", "int", "Integer", "",1
  59. P: "OriginalUpAxis", "int", "Integer", "",1
  60. P: "OriginalUpAxisSign", "int", "Integer", "",1
  61. P: "UnitScaleFactor", "double", "Number", "",1
  62. P: "OriginalUnitScaleFactor", "double", "Number", "",1
  63. P: "AmbientColor", "ColorRGB", "Color", "",0,0,0
  64. P: "DefaultCamera", "KString", "", "", "Producer Perspective"
  65. P: "TimeMode", "enum", "", "",6
  66. P: "TimeProtocol", "enum", "", "",2
  67. P: "SnapOnFrameMode", "enum", "", "",0
  68. P: "TimeSpanStart", "KTime", "Time", "",1539538600
  69. P: "TimeSpanStop", "KTime", "Time", "",92372316000
  70. P: "CustomFrameRate", "double", "Number", "",-1
  71. P: "TimeMarker", "Compound", "", ""
  72. P: "CurrentTimeMarker", "int", "Integer", "",-1
  73. }
  74. }
  75. ; Documents Description
  76. ;------------------------------------------------------------------
  77. Documents: {
  78. Count: 1
  79. Document: 2268523972896, "", "Scene" {
  80. Properties70: {
  81. P: "SourceObject", "object", "", ""
  82. P: "ActiveAnimStackName", "KString", "", "", "Take 001"
  83. }
  84. RootNode: 0
  85. }
  86. }
  87. ; Document References
  88. ;------------------------------------------------------------------
  89. References: {
  90. }
  91. ; Object definitions
  92. ;------------------------------------------------------------------
  93. Definitions: {
  94. Version: 100
  95. Count: 33
  96. ObjectType: "GlobalSettings" {
  97. Count: 1
  98. }
  99. ObjectType: "AnimationStack" {
  100. Count: 1
  101. PropertyTemplate: "FbxAnimStack" {
  102. Properties70: {
  103. P: "Description", "KString", "", "", ""
  104. P: "LocalStart", "KTime", "Time", "",0
  105. P: "LocalStop", "KTime", "Time", "",0
  106. P: "ReferenceStart", "KTime", "Time", "",0
  107. P: "ReferenceStop", "KTime", "Time", "",0
  108. }
  109. }
  110. }
  111. ObjectType: "AnimationLayer" {
  112. Count: 1
  113. PropertyTemplate: "FbxAnimLayer" {
  114. Properties70: {
  115. P: "Weight", "Number", "", "A",100
  116. P: "Mute", "bool", "", "",0
  117. P: "Solo", "bool", "", "",0
  118. P: "Lock", "bool", "", "",0
  119. P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8
  120. P: "BlendMode", "enum", "", "",0
  121. P: "RotationAccumulationMode", "enum", "", "",0
  122. P: "ScaleAccumulationMode", "enum", "", "",0
  123. P: "BlendModeBypass", "ULongLong", "", "",0
  124. }
  125. }
  126. }
  127. ObjectType: "NodeAttribute" {
  128. Count: 2
  129. PropertyTemplate: "FbxNull" {
  130. Properties70: {
  131. P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8
  132. P: "Size", "double", "Number", "",100
  133. P: "Look", "enum", "", "",1
  134. }
  135. }
  136. }
  137. ObjectType: "Model" {
  138. Count: 7
  139. PropertyTemplate: "FbxNode" {
  140. Properties70: {
  141. P: "QuaternionInterpolate", "enum", "", "",0
  142. P: "RotationOffset", "Vector3D", "Vector", "",0,0,0
  143. P: "RotationPivot", "Vector3D", "Vector", "",0,0,0
  144. P: "ScalingOffset", "Vector3D", "Vector", "",0,0,0
  145. P: "ScalingPivot", "Vector3D", "Vector", "",0,0,0
  146. P: "TranslationActive", "bool", "", "",0
  147. P: "TranslationMin", "Vector3D", "Vector", "",0,0,0
  148. P: "TranslationMax", "Vector3D", "Vector", "",0,0,0
  149. P: "TranslationMinX", "bool", "", "",0
  150. P: "TranslationMinY", "bool", "", "",0
  151. P: "TranslationMinZ", "bool", "", "",0
  152. P: "TranslationMaxX", "bool", "", "",0
  153. P: "TranslationMaxY", "bool", "", "",0
  154. P: "TranslationMaxZ", "bool", "", "",0
  155. P: "RotationOrder", "enum", "", "",0
  156. P: "RotationSpaceForLimitOnly", "bool", "", "",0
  157. P: "RotationStiffnessX", "double", "Number", "",0
  158. P: "RotationStiffnessY", "double", "Number", "",0
  159. P: "RotationStiffnessZ", "double", "Number", "",0
  160. P: "AxisLen", "double", "Number", "",10
  161. P: "PreRotation", "Vector3D", "Vector", "",0,0,0
  162. P: "PostRotation", "Vector3D", "Vector", "",0,0,0
  163. P: "RotationActive", "bool", "", "",0
  164. P: "RotationMin", "Vector3D", "Vector", "",0,0,0
  165. P: "RotationMax", "Vector3D", "Vector", "",0,0,0
  166. P: "RotationMinX", "bool", "", "",0
  167. P: "RotationMinY", "bool", "", "",0
  168. P: "RotationMinZ", "bool", "", "",0
  169. P: "RotationMaxX", "bool", "", "",0
  170. P: "RotationMaxY", "bool", "", "",0
  171. P: "RotationMaxZ", "bool", "", "",0
  172. P: "InheritType", "enum", "", "",0
  173. P: "ScalingActive", "bool", "", "",0
  174. P: "ScalingMin", "Vector3D", "Vector", "",0,0,0
  175. P: "ScalingMax", "Vector3D", "Vector", "",1,1,1
  176. P: "ScalingMinX", "bool", "", "",0
  177. P: "ScalingMinY", "bool", "", "",0
  178. P: "ScalingMinZ", "bool", "", "",0
  179. P: "ScalingMaxX", "bool", "", "",0
  180. P: "ScalingMaxY", "bool", "", "",0
  181. P: "ScalingMaxZ", "bool", "", "",0
  182. P: "GeometricTranslation", "Vector3D", "Vector", "",0,0,0
  183. P: "GeometricRotation", "Vector3D", "Vector", "",0,0,0
  184. P: "GeometricScaling", "Vector3D", "Vector", "",1,1,1
  185. P: "MinDampRangeX", "double", "Number", "",0
  186. P: "MinDampRangeY", "double", "Number", "",0
  187. P: "MinDampRangeZ", "double", "Number", "",0
  188. P: "MaxDampRangeX", "double", "Number", "",0
  189. P: "MaxDampRangeY", "double", "Number", "",0
  190. P: "MaxDampRangeZ", "double", "Number", "",0
  191. P: "MinDampStrengthX", "double", "Number", "",0
  192. P: "MinDampStrengthY", "double", "Number", "",0
  193. P: "MinDampStrengthZ", "double", "Number", "",0
  194. P: "MaxDampStrengthX", "double", "Number", "",0
  195. P: "MaxDampStrengthY", "double", "Number", "",0
  196. P: "MaxDampStrengthZ", "double", "Number", "",0
  197. P: "PreferedAngleX", "double", "Number", "",0
  198. P: "PreferedAngleY", "double", "Number", "",0
  199. P: "PreferedAngleZ", "double", "Number", "",0
  200. P: "LookAtProperty", "object", "", ""
  201. P: "UpVectorProperty", "object", "", ""
  202. P: "Show", "bool", "", "",1
  203. P: "NegativePercentShapeSupport", "bool", "", "",1
  204. P: "DefaultAttributeIndex", "int", "Integer", "",-1
  205. P: "Freeze", "bool", "", "",0
  206. P: "LODBox", "bool", "", "",0
  207. P: "Lcl Translation", "Lcl Translation", "", "A",0,0,0
  208. P: "Lcl Rotation", "Lcl Rotation", "", "A",0,0,0
  209. P: "Lcl Scaling", "Lcl Scaling", "", "A",1,1,1
  210. P: "Visibility", "Visibility", "", "A",1
  211. P: "Visibility Inheritance", "Visibility Inheritance", "", "",1
  212. }
  213. }
  214. }
  215. ObjectType: "Geometry" {
  216. Count: 5
  217. PropertyTemplate: "FbxMesh" {
  218. Properties70: {
  219. P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8
  220. P: "BBoxMin", "Vector3D", "Vector", "",0,0,0
  221. P: "BBoxMax", "Vector3D", "Vector", "",0,0,0
  222. P: "Primary Visibility", "bool", "", "",1
  223. P: "Casts Shadows", "bool", "", "",1
  224. P: "Receive Shadows", "bool", "", "",1
  225. }
  226. }
  227. }
  228. ObjectType: "Material" {
  229. Count: 4
  230. PropertyTemplate: "FbxSurfacePhong" {
  231. Properties70: {
  232. P: "ShadingModel", "KString", "", "", "Phong"
  233. P: "MultiLayer", "bool", "", "",0
  234. P: "EmissiveColor", "Color", "", "A",0,0,0
  235. P: "EmissiveFactor", "Number", "", "A",1
  236. P: "AmbientColor", "Color", "", "A",0.2,0.2,0.2
  237. P: "AmbientFactor", "Number", "", "A",1
  238. P: "DiffuseColor", "Color", "", "A",0.8,0.8,0.8
  239. P: "DiffuseFactor", "Number", "", "A",1
  240. P: "Bump", "Vector3D", "Vector", "",0,0,0
  241. P: "NormalMap", "Vector3D", "Vector", "",0,0,0
  242. P: "BumpFactor", "double", "Number", "",1
  243. P: "TransparentColor", "Color", "", "A",0,0,0
  244. P: "TransparencyFactor", "Number", "", "A",0
  245. P: "DisplacementColor", "ColorRGB", "Color", "",0,0,0
  246. P: "DisplacementFactor", "double", "Number", "",1
  247. P: "VectorDisplacementColor", "ColorRGB", "Color", "",0,0,0
  248. P: "VectorDisplacementFactor", "double", "Number", "",1
  249. P: "SpecularColor", "Color", "", "A",0.2,0.2,0.2
  250. P: "SpecularFactor", "Number", "", "A",1
  251. P: "ShininessExponent", "Number", "", "A",20
  252. P: "ReflectionColor", "Color", "", "A",0,0,0
  253. P: "ReflectionFactor", "Number", "", "A",1
  254. }
  255. }
  256. }
  257. ObjectType: "Texture" {
  258. Count: 6
  259. PropertyTemplate: "FbxFileTexture" {
  260. Properties70: {
  261. P: "TextureTypeUse", "enum", "", "",0
  262. P: "Texture alpha", "Number", "", "A",1
  263. P: "CurrentMappingType", "enum", "", "",0
  264. P: "WrapModeU", "enum", "", "",0
  265. P: "WrapModeV", "enum", "", "",0
  266. P: "UVSwap", "bool", "", "",0
  267. P: "PremultiplyAlpha", "bool", "", "",1
  268. P: "Translation", "Vector", "", "A",0,0,0
  269. P: "Rotation", "Vector", "", "A",0,0,0
  270. P: "Scaling", "Vector", "", "A",1,1,1
  271. P: "TextureRotationPivot", "Vector3D", "Vector", "",0,0,0
  272. P: "TextureScalingPivot", "Vector3D", "Vector", "",0,0,0
  273. P: "CurrentTextureBlendMode", "enum", "", "",1
  274. P: "UVSet", "KString", "", "", "default"
  275. P: "UseMaterial", "bool", "", "",0
  276. P: "UseMipMap", "bool", "", "",0
  277. }
  278. }
  279. }
  280. ObjectType: "Video" {
  281. Count: 6
  282. PropertyTemplate: "FbxVideo" {
  283. Properties70: {
  284. P: "ImageSequence", "bool", "", "",0
  285. P: "ImageSequenceOffset", "int", "Integer", "",0
  286. P: "FrameRate", "double", "Number", "",0
  287. P: "LastFrame", "int", "Integer", "",0
  288. P: "Width", "int", "Integer", "",0
  289. P: "Height", "int", "Integer", "",0
  290. P: "Path", "KString", "XRefUrl", "", ""
  291. P: "StartFrame", "int", "Integer", "",0
  292. P: "StopFrame", "int", "Integer", "",0
  293. P: "PlaySpeed", "double", "Number", "",0
  294. P: "Offset", "KTime", "Time", "",0
  295. P: "InterlaceMode", "enum", "", "",0
  296. P: "FreeRunning", "bool", "", "",0
  297. P: "Loop", "bool", "", "",0
  298. P: "AccessMode", "enum", "", "",0
  299. }
  300. }
  301. }
  302. }
  303. ; Object properties
  304. ;------------------------------------------------------------------
  305. Objects: {
  306. NodeAttribute: 2266115324384, "NodeAttribute::", "Null" {
  307. Properties70: {
  308. P: "Look", "enum", "", "",0
  309. }
  310. TypeFlags: "Null"
  311. }
  312. NodeAttribute: 2268254791280, "NodeAttribute::", "LodGroup" {
  313. Properties70: {
  314. P: "WorldSpace", "bool", "", "",1
  315. P: "Thresholds|Level0", "Distance", "", "",100, "cm"
  316. P: "Thresholds|Level1", "Distance", "", "",100, "cm"
  317. P: "DisplayLevels|Level0", "enum", "", "",1
  318. P: "DisplayLevels|Level1", "enum", "", "",1
  319. P: "DisplayLevels|Level2", "enum", "", "",1
  320. }
  321. }
  322. Geometry: 2267733682848, "Geometry::", "Mesh" {
  323. Vertices: *1755 {
  324. a: 200,76.42822265625,-63.439453125,200,76.42822265625,31.343505859375,200,-185.9990234375,-63.439453125,200,-185.9990234375,31.343505859375,80.73046875,164.182373046875,31.343505859375,80.73046875,164.182373046875,-63.439453125,-68.7421875,164.388427734375,31.343505859375,-68.7421875,164.388427734375,-63.439453125,-200,76.42822265625,31.343505859375,-200,79.15087890625,-63.439453125,-68.7421875,76.42822265625,-63.439453125,80.73046875,76.42822265625,-63.439453125,80.73046875,76.42822265625,31.343505859375,-68.7421875,76.42822265625,31.343505859375,-200,-185.9990234375,-63.439453125,-68.7421875,-185.9990234375,-63.439453125,80.73046875,-185.9990234375,-63.439453125,80.73046875,-185.9990234375,31.343505859375,-68.7421875,-185.9990234375,31.343505859375,-200,-185.9990234375,31.343505859375,-127.765625,78.755859375,31.343505859375,-127.765625,78.755859375,-63.439453125,-127.765625,-185.9990234375,-63.439453125,-127.765625,-185.9990234375,31.343505859375,128.8515625,76.42822265625,-63.439453125,128.8515625,76.42822265625,31.343505859375,-127.765625,164.388427734375,31.343505859375,-127.765625,164.388427734375,-63.439453125,128.8515625,-185.9990234375,-63.439453125,128.8515625,162.642822265625,-63.439453125,128.8515625,162.642822265625,31.343505859375,128.8515625,-185.9990234375,31.343505859375,-127.765625,195.8134765625,-16.048095703125,-68.7421875,195.8134765625,-16.048095703125,80.73046875,195.607421875,-16.048095703125,128.8515625,194.06787109375,-16.048095703125,51.38671875,175.62255859375,37.763671875,38.703125,178.905029296875,39.73291015625,39.6875,175.7607421875,40.08984375,50.92578125,169.1689453125,36.02294921875,51.265625,183.352294921875,25.5791015625,-135.58984375,162.673095703125,29.91259765625,-135.58984375,163.10205078125,32.7802734375,-39,160.573486328125,30.103515625,-39.11328125,171.272216796875,38.26171875,-39.01953125,161.3466796875,32.6318359375,-38.61328125,173.7802734375,37.76416015625,-135.58984375,175.029052734375,36.8955078125,-135.58984375,173.272705078125,37.74267578125,50.984375,163.18896484375,32.6328125,
  325. 49.7578125,175.360107421875,38.1083984375,49.7578125,169.433837890625,35.826171875,49.6796875,184.716064453125,28.78662109375,49.7578125,163.022216796875,32.35205078125,50.22265625,162.4306640625,29.29541015625,-37.19921875,176.05908203125,39.51416015625,-37.25,173.390380859375,39.80810546875,-87.6015625,164.615234375,30.96337890625,-87.45703125,164.44873046875,28.2568359375,-87.39453125,176.71435546875,35.3994140625,-87.41796875,174.55419921875,36.083984375,8.0625,173.080810546875,38.5693359375,7.67578125,164.185791015625,29.6083984375,7.68359375,163.79345703125,33.21435546875,8.0625,175.626953125,37.90869140625,1.74609375,162.1552734375,29.93994140625,1.875,162.51904296875,32.51904296875,9.55859375,162.4619140625,32.48779296875,9.53515625,162.21484375,29.892578125,7.87890625,167.3095703125,22.205078125,-134.45703125,161.318359375,33.13720703125,-134.45703125,160.872314453125,30.19287109375,-134.45703125,173.487548828125,39.0927734375,-134.45703125,175.3037109375,38.2255859375,-85.765625,177.69189453125,38.23046875,-85.6171875,174.5546875,38.90625,-85.828125,163.114501953125,32.85595703125,-86.01953125,162.486083984375,30.14306640625,-89.1640625,177.939697265625,38.22998046875,-88.94921875,174.59228515625,38.92138671875,-88.6171875,163.0986328125,32.87353515625,-88.73046875,162.481689453125,30.14599609375,-88.7734375,182.023193359375,0.736328125,9.31640625,177.425048828125,38.89404296875,9.140625,174.18798828125,39.27099609375,6.2734375,176.779296875,38.6611328125,6.609375,174.23046875,39.30810546875,6.4453125,163.522216796875,33.06689453125,6.40625,163.750244140625,29.67919921875,-135.58984375,192.7431640625,-15.7080078125,50.8828125,194.560791015625,-15.7080078125,-39.5625,190.62109375,-15.7080078125,-135.58984375,209.642822265625,-15.7080078125,49.7578125,193.085205078125,-15.7080078125,7.85546875,192.41845703125,-15.7080078125,-87.54296875,196.27880859375,-15.7080078125,-134.45703125,191.133544921875,-15.7080078125,-85.72265625,192.817626953125,-15.7080078125,-89.78515625,192.857666015625,-15.7080078125,-88.15234375,195.14990234375,-15.7080078125,
  326. -38.57421875,192.082763671875,-15.7080078125,51.38671875,175.62255859375,-69.14501953125,38.48828125,177.11376953125,-71.41943359375,39.5546875,174.52685546875,-72.18603515625,50.9375,163.522705078125,-63.3203125,51.265625,183.544677734375,-56.666015625,-135.58984375,162.673095703125,-61.2919921875,-135.58984375,163.10205078125,-64.1591796875,-39,160.573486328125,-61.48193359375,-39.11328125,171.272216796875,-69.640625,-39.01953125,161.3466796875,-64.0107421875,-38.61328125,173.7802734375,-69.1435546875,-135.58984375,175.029052734375,-68.2744140625,-135.58984375,173.272705078125,-69.12158203125,49.89453125,175.06884765625,-70.93896484375,49.7578125,169.150634765625,-69.03662109375,49.91796875,184.134765625,-59.98876953125,49.7578125,163.022216796875,-63.7314453125,49.7578125,163.269775390625,-61.07421875,-37.19921875,176.05908203125,-70.8935546875,-37.25,173.390380859375,-71.18701171875,-87.6015625,164.615234375,-62.34228515625,-87.45703125,164.44873046875,-59.63623046875,-87.39453125,176.71435546875,-66.77880859375,-87.41796875,174.55419921875,-67.46337890625,8.0625,173.080810546875,-69.9482421875,7.67578125,164.185791015625,-60.9873046875,7.68359375,163.79345703125,-64.59326171875,8.0625,175.626953125,-69.28759765625,1.74609375,162.1552734375,-61.3193359375,1.875,162.51904296875,-63.8984375,9.55859375,162.4619140625,-63.86669921875,9.53515625,162.21484375,-61.27197265625,7.87890625,167.3095703125,-53.58447265625,-134.45703125,161.318359375,-64.51611328125,-134.45703125,160.872314453125,-61.57177734375,-134.45703125,173.487548828125,-70.4716796875,-134.45703125,175.3037109375,-69.6044921875,-85.765625,177.69189453125,-69.60986328125,-85.6171875,174.5546875,-70.28564453125,-85.828125,163.114501953125,-64.23486328125,-86.01953125,162.486083984375,-61.52197265625,-89.1640625,177.939697265625,-69.609375,-88.94921875,174.59228515625,-70.30029296875,-88.6171875,163.0986328125,-64.25244140625,-88.73046875,162.481689453125,-61.525390625,-88.7734375,182.023193359375,-32.11572265625,9.31640625,177.425048828125,-70.27294921875,
  327. 9.140625,174.18798828125,-70.64990234375,6.2734375,176.779296875,-70.04052734375,6.609375,174.23046875,-70.68701171875,6.4453125,163.522216796875,-64.44580078125,6.40625,163.750244140625,-61.05859375,135.58984375,173.105712890625,31.41015625,123.1953125,174.558837890625,38.2216796875,124.26171875,171.971923828125,38.98583984375,135.58984375,166.920654296875,34.71875,135.58984375,180.7275390625,25.67919921875,51,162.415771484375,30.1015625,50.8828125,173.114501953125,38.26025390625,135.58984375,161.192626953125,31.25048828125,134.46484375,172.821655273438,33.327880859375,134.46484375,166.770263671875,35.82421875,134.46484375,180.674072265625,27.8642578125,134.46484375,160.358642578125,32.35205078125,134.46484375,160.606201171875,29.69580078125,52.80078125,177.9013671875,39.5126953125,52.74609375,175.232666015625,39.806640625,92.765625,170.8193359375,38.5712890625,92.3828125,161.92431640625,29.609375,92.39453125,161.531982421875,33.2158203125,92.765625,173.365478515625,37.91064453125,86.45703125,159.893798828125,29.94189453125,86.58203125,160.257568359375,32.5205078125,94.265625,160.200439453125,32.490234375,94.23828125,159.953369140625,29.89453125,92.5859375,165.048095703125,22.20654296875,94.0234375,175.16357421875,38.89501953125,93.84765625,171.926513671875,39.27099609375,90.984375,174.517822265625,38.662109375,91.31640625,171.968994140625,39.31005859375,91.15625,161.2607421875,33.06884765625,91.11328125,161.48876953125,29.6826171875,135.58984375,206.0869140625,-15.7099609375,135.58984375,191.897216796875,-15.7099609375,134.46484375,190.421630859375,-15.7099609375,92.56640625,190.156982421875,-15.7060546875,51.42578125,193.925048828125,-15.7099609375,135.58984375,173.105712890625,-62.78759765625,123.1953125,174.558837890625,-69.5986328125,124.26171875,171.971923828125,-70.36328125,135.58984375,166.920654296875,-66.10009765625,135.58984375,180.7275390625,-57.060546875,51,162.415771484375,-61.4833984375,135.58984375,161.192626953125,-62.63232421875,134.46484375,172.821655273438,-64.709716796875,134.46484375,166.770263671875,-67.2060546875,
  328. 134.46484375,180.674072265625,-59.24169921875,134.46484375,160.358642578125,-63.72900390625,134.46484375,160.606201171875,-61.07275390625,52.80078125,177.9013671875,-70.89453125,52.74609375,175.232666015625,-71.18798828125,92.765625,170.8193359375,-69.94873046875,92.3828125,161.92431640625,-60.986328125,92.39453125,161.531982421875,-64.5927734375,92.765625,173.365478515625,-69.28759765625,86.45703125,159.893798828125,-61.3193359375,86.58203125,160.257568359375,-63.8974609375,94.265625,160.200439453125,-63.8671875,94.23828125,159.953369140625,-61.271484375,92.5859375,165.048095703125,-53.583984375,94.0234375,175.16357421875,-70.2724609375,93.84765625,171.926513671875,-70.6484375,90.984375,174.517822265625,-70.0390625,91.31640625,171.968994140625,-70.68701171875,91.15625,161.2607421875,-64.4462890625,91.11328125,161.48876953125,-61.0556640625,-89.6328125,212.137451171875,-14.30859375,-89.6328125,212.136962890625,-17.107421875,-87.09765625,209.37109375,-14.30859375,-87.09765625,209.37060546875,-17.107421875,50.875,208.64453125,-17.14453125,50.875,208.6767578125,-14.32861328125,49.83984375,210.896484375,-13.88720703125,49.84765625,210.88818359375,-16.7021484375,-134.45703125,209.864501953125,-17.107421875,-134.45703125,209.864990234375,-14.30859375,8.0234375,207.226318359375,-14.30859375,8.0234375,207.225830078125,-17.107421875,9.4921875,211.2314453125,-14.30517578125,9.48828125,211.2236328125,-17.1044921875,-39.1484375,207.5888671875,-14.30859375,-39.1484375,207.588623046875,-17.107421875,-37.68359375,209.113037109375,-14.30859375,-37.68359375,209.11279296875,-17.107421875,-84.35546875,211.7744140625,-14.30859375,-84.35546875,211.77392578125,-17.107421875,5.04296875,210.4765625,-14.30859375,5.04296875,210.47607421875,-17.107421875,89.75390625,208.21484375,-14.30615234375,89.75390625,208.21435546875,-17.10546875,92.73046875,204.964599609375,-14.30615234375,92.73046875,204.964111328125,-17.10546875,94.1875,208.948486328125,-14.30615234375,94.1875,208.9482421875,-17.10546875,52.30859375,210.9560546875,-14.310546875,52.30859375,210.955810546875,-17.109375,
  329. 134.46484375,207.654541015625,-17.109375,134.46484375,207.655029296875,-14.31005859375,200.7265625,77.389892578125,-62.740234375,200.7265625,77.726806640625,-65.67578125,200.7265625,90.781982421875,-71.234375,200.7265625,89.401611328125,-72.125,128.97265625,77.540283203125,-63.814453125,128.828125,77.409423828125,-61.044921875,128.76171875,90.729736328125,-69.6640625,128.79296875,89.032470703125,-70.3828125,199.609375,76.325439453125,-66.041015625,199.609375,75.974853515625,-63.025390625,199.609375,89.570556640625,-73.541015625,199.609375,90.997802734375,-72.630859375,129.92578125,105.468017578125,-44.46875,130.5703125,91.692626953125,-72.63671875,130.34375,89.062255859375,-73.361328125,130.01171875,76.348388671875,-65.771484375,130.12109375,75.863525390625,-62.978515625,130.16796875,91.218017578125,-32.8671875,200.7265625,101.016845703125,-16.029296875,200.7265625,117.978759765625,-16.029296875,128.43359375,116.965087890625,-16.029296875,128.9140625,102.419189453125,-16.029296875,199.609375,99.752197265625,-16.029296875,199.609375,118.876708984375,-16.029296875,131.0546875,119.282470703125,-16.029296875,131.20703125,99.730712890625,-16.029296875,129.53125,101.531982421875,-16.029296875,128.5703125,117.225830078125,-16.029296875,200.7265625,77.389892578125,30.642578125,200.7265625,77.726806640625,33.578125,200.7265625,90.781982421875,39.138671875,200.7265625,89.401611328125,40.02734375,128.97265625,77.540283203125,31.71875,128.828125,77.409423828125,28.947265625,128.76171875,90.729736328125,37.568359375,128.79296875,89.032470703125,38.287109375,199.609375,76.325439453125,33.9453125,199.609375,75.974853515625,30.9296875,199.609375,89.570556640625,41.4453125,199.609375,90.997802734375,40.53515625,129.92578125,105.468017578125,12.373046875,130.5703125,91.692626953125,40.5390625,130.34375,89.062255859375,41.265625,130.01171875,76.348388671875,33.67578125,130.12109375,75.863525390625,30.8828125,130.16796875,91.218017578125,0.76953125,-128.3828125,80.76904296875,-62.739501953125,-128.3828125,81.1064453125,-65.67529296875,
  330. -128.3828125,94.1611328125,-71.235107421875,-128.3828125,92.78076171875,-72.1240234375,-200.13671875,78.59228515625,-63.815185546875,-200.28125,78.46142578125,-61.044189453125,-200.34375,91.78173828125,-69.6650390625,-200.31640625,90.08447265625,-70.383544921875,-129.5,79.705078125,-66.041015625,-129.5,79.3544921875,-63.026123046875,-129.5,92.94970703125,-73.541015625,-129.5,94.376953125,-72.631103515625,-199.18359375,106.52001953125,-44.46923828125,-198.5390625,92.74462890625,-72.6357421875,-198.765625,90.1142578125,-73.361083984375,-199.09375,77.400390625,-65.77099609375,-198.98828125,76.91552734375,-62.978515625,-198.9375,92.27001953125,-32.8662109375,-128.3828125,104.396484375,-16.029052734375,-128.3828125,121.35791015625,-16.028564453125,-200.67578125,118.01708984375,-16.028564453125,-200.1953125,103.47119140625,-16.029052734375,-129.5,103.13134765625,-16.029052734375,-129.5,122.255859375,-16.028564453125,-198.0546875,120.33447265625,-16.028564453125,-197.90234375,100.78271484375,-16.029052734375,-199.578125,102.583984375,-16.029052734375,-200.5390625,118.27783203125,-16.028564453125,-128.3828125,80.76904296875,30.643310546875,-128.3828125,81.1064453125,33.5791015625,-128.3828125,94.1611328125,39.138916015625,-128.3828125,92.78076171875,40.02783203125,-200.13671875,78.59228515625,31.718994140625,-200.28125,78.46142578125,28.947998046875,-200.34375,91.78173828125,37.56884765625,-200.31640625,90.08447265625,38.287353515625,-129.5,79.705078125,33.94482421875,-129.5,79.3544921875,30.929931640625,-129.5,92.94970703125,41.44482421875,-129.5,94.376953125,40.534912109375,-199.18359375,106.52001953125,12.373046875,-198.5390625,92.74462890625,40.53955078125,-198.765625,90.1142578125,41.264892578125,-199.09375,77.400390625,33.6748046875,-198.98828125,76.91552734375,30.88232421875,-198.9375,92.27001953125,0.77001953125,-200,103.05126953125,-16.0478515625,-127.765625,104.017578125,-16.0478515625,200,101.68994140625,-16.0478515625,128.8515625,101.68994140625,-16.0478515625,-201.47265625,-180.2421875,40.947998046875,-200.06640625,-180.66943359375,42.661865234375,
  331. -200.203125,-179.05615234375,40.769775390625,-199.5546875,-178.86181640625,-64.736328125,-200.07421875,-180.37353515625,-66.076171875,-201.15625,-180.70361328125,-62.818359375,-201.296875,-210.6123046875,-63.61181640625,-199.890625,-211.92626953125,-63.1796875,-199.78125,-210.595703125,-66.6806640625,-201.171875,-211.40673828125,41.268310546875,-198.53125,-213.0078125,40.544189453125,-199.4375,-211.462890625,42.447509765625,199.671875,-216.32958984375,-63.16796875,199.671875,-214.96142578125,-65.18017578125,200.9765625,-214.96142578125,-63.16796875,201.4765625,-213.85400390625,41.296142578125,199.671875,-213.810546875,45.731201171875,199.671875,-216.177734375,42.705322265625,198.6640625,-180.4990234375,-62.037109375,200.57421875,-182.52978515625,-64.03759765625,201.2578125,-182.701171875,28.691162109375,199.671875,-185.9111328125,43.265869140625,201.24609375,-186.1279296875,39.560791015625,194.03125,-180.517578125,42.705322265625,197.8203125,-182.458984375,45.048095703125,199.65625,-180.7333984375,29.261474609375,197.3359375,-182.60986328125,-65.84912109375,45.28515625,-208.91748046875,43.595458984375,45.28515625,-210.96630859375,41.003662109375,45.28515625,-210.64013671875,-63.1728515625,45.28515625,-209.28662109375,-65.76220703125,44.828125,-181.587890625,-60.521484375,44.82421875,-180.8505859375,37.022705078125,44.828125,-182.66552734375,39.189208984375,116.703125,-212.8818359375,40.136962890625,117.13671875,-213.10888671875,-58.1181640625,116.6953125,-185.5595703125,-62.09912109375,116.69140625,-183.728515625,-59.05859375,116.6953125,-182.9228515625,38.649169921875,116.703125,-214.9033203125,37.565673828125,-44.71484375,-211.552734375,37.250244140625,-44.71484375,-210.962890625,-59.63623046875,-44.57421875,-185.3125,34.378662109375,-44.71484375,-209.72705078125,39.405029296875,-44.71484375,-209.6455078125,-62.3271484375,-44.578125,-183.10302734375,-62.2255859375,-44.578125,-181.39306640625,-60.10693359375,-120.55859375,-209.68798828125,36.933837890625,-120.18359375,-207.1455078125,-60.935546875,-120.5703125,-184.33203125,40.062744140625,
  332. -120.55859375,-207.87109375,39.060791015625,-120.18359375,-205.72265625,-64.14111328125,-120.1953125,-182.77880859375,-59.7646484375,-120.1953125,-181.04345703125,-57.9345703125,-120.57421875,-182.54638671875,38.081787109375,-46.578125,-184.08837890625,37.712158203125,-46.56640625,-215.50439453125,44.022705078125,-46.56640625,-217.48291015625,41.688232421875,-46.56640625,-216.83544921875,-63.17529296875,-46.56640625,-215.40478515625,-66.10498046875,-46.578125,-183.17822265625,-65.98828125,-46.5859375,-181.32373046875,-63.7001953125,-42.07421875,-180.53466796875,37.718017578125,-43.23046875,-212.3232421875,44.858642578125,-43.23046875,-214.189453125,42.515380859375,-43.23046875,-213.5908203125,-63.17529296875,-43.23046875,-212.2451171875,-66.09326171875,-42.078125,-179.68359375,-65.98681640625,-42.08203125,-177.935546875,-63.67822265625,43.390625,-181.5859375,-60.52685546875,45.7578125,-182.96337890625,-60.5185546875,112.1875,-178.9638671875,44.577880859375,112.19140625,-180.837890625,46.823486328125,113.66015625,-213.65478515625,47.314697265625,113.66015625,-215.8486328125,44.523681640625,118.13671875,-214.0341796875,45.347412109375,118.13671875,-216.232421875,42.550048828125,119.60546875,-183.75634765625,40.163330078125,-46.5859375,-181.447265625,33.046142578125,-56.14453125,-181.4599609375,41.819091796875,-57.859375,-183.30078125,43.867919921875,-46.5546875,-193.04443359375,43.077880859375,-44.5546875,-192.65771484375,39.322021484375,-43.3828125,-191.04345703125,43.091064453125,-37.53125,-179.80615234375,44.735107421875,-37.46484375,-178.06005859375,42.663330078125,-42.08203125,-178.048828125,32.367431640625,-44.578125,-181.50537109375,29.686767578125,60.86328125,-177.99267578125,-62.97509765625,61.44921875,-179.89892578125,-65.927734375,44.8359375,-184.70068359375,-65.91650390625,34.96875,-178.9248046875,-65.94140625,34.94140625,-177.05810546875,-63.14404296875,44.8203125,-179.29296875,-52.7509765625,-120.578125,-179.5986328125,-54.33349609375,-130.6640625,-178.8837890625,-64.27001953125,-130.7734375,-180.49951171875,-66.03662109375,
  333. -120.1640625,-195,-63.9365234375,-116.359375,-183.04248046875,-66.0283203125,-112.453125,-181.3017578125,-64.146484375,119.62109375,-181.4150390625,-51.45703125,116.69140625,-182.0185546875,-45.640625,115.7421875,-180.69091796875,-45.7353515625,105.5546875,-180.6767578125,-62.66845703125,105.56640625,-182.6494140625,-65.90185546875,115.76171875,-189.568359375,-65.80322265625,116.7109375,-189.5341796875,-62.0224609375,118.140625,-189.49658203125,-65.82568359375,128.0703125,-183.4150390625,-65.8896484375,127.484375,-181.41064453125,-62.5322265625,119.62109375,-181.455078125,28.516845703125,123.125,-181.4619140625,42.608642578125,123.8203125,-183.34033203125,44.862060546875,118.14453125,-191.11474609375,43.557861328125,116.71484375,-192.177734375,39.795166015625,116.69140625,-182.0537109375,27.151611328125,-120.55859375,-203.93994140625,42.825927734375,-131.375,-211.27734375,42.767822265625,-131.7109375,-212.96240234375,40.671142578125,-120.55859375,-207.83837890625,20.783447265625,-114.5234375,-216.64208984375,41.559814453125,-114.25,-214.8115234375,43.705322265625,44.8203125,-179.361328125,32.718017578125,37.93359375,-177.14794921875,42.765869140625,36.7109375,-178.95703125,44.922607421875,44.84765625,-189.5576171875,43.357177734375,53.90625,-179.896484375,46.671142578125,54.45703125,-178.07421875,44.495849609375,118.13671875,-208.900390625,-65.5673828125,129.9765625,-214.798828125,-65.443359375,130.67578125,-216.162109375,-63.169921875,118.13671875,-216.14111328125,-54.65380859375,116.703125,-214.8154296875,-52.79833984375,113.66015625,-215.75341796875,-53.28173828125,97.734375,-214.36474609375,-63.17041015625,98.046875,-213.0068359375,-65.5615234375,113.66015625,-209.99169921875,-65.5537109375,116.703125,-207.96630859375,-61.779296875,-123.890625,-179.046875,40.872314453125,-124.0703125,-180.72265625,42.848876953125,-116.23828125,-183.25732421875,43.724853515625,-117.01171875,-181.46826171875,41.738037109375,39.328125,-212.8154296875,45.583251953125,39.7734375,-215.3828125,42.336669921875,40.91015625,-214.77880859375,-63.1728515625,
  334. 40.89453125,-213.42578125,-65.7763671875,48.421875,-212.5048828125,46.998291015625,48.6015625,-214.560546875,44.396728515625,47.8046875,-214.24365234375,-63.17236328125,47.97265625,-212.89013671875,-65.75048828125,-125.3046875,-212.1064453125,-63.17724609375,-125.28515625,-210.7685546875,-66.400390625,-115.8828125,-214.3447265625,-66.36474609375,-116.38671875,-215.7666015625,-63.1767578125,127.25390625,-211.377197265625,38.3720703125,124.3046875,-211.36669921875,40.74755859375,119.390625,-276.4697265625,27.222900390625,117.07421875,-277.133544921875,29.08447265625,126.93359375,-211.3759765625,-86.267822265625,129.77734375,-211.38623046875,-83.773193359375,57.453125,-211.126220703125,39.365478515625,54.60546875,-211.1162109375,36.870361328125,62.453125,-276.26513671875,26.0458984375,64.68359375,-276.9453125,28.00146484375,111.08203125,-432.119384765625,-73.152099609375,112.703125,-430.216552734375,-73.11865234375,111.12890625,-430.2109375,-75.059814453125,60.078125,-211.1357421875,-87.64990234375,57.12890625,-211.125244140625,-85.27490234375,111.97265625,-430.2138671875,-37.691162109375,110.3359375,-432.11669921875,-36.9638671875,73.78515625,-431.9853515625,-73.923095703125,73.83203125,-430.07666015625,-75.8310546875,72.17578125,-430.07080078125,-73.95654296875,71.44140625,-430.068115234375,-38.529052734375,73.03515625,-431.982666015625,-37.73486328125,126.8203125,-241.93994140625,-86.267822265625,129.66796875,-241.949951171875,-83.774169921875,57.3359375,-241.690185546875,39.365234375,57.01953125,-241.68896484375,-85.27587890625,59.96875,-241.699462890625,-87.64990234375,54.49609375,-241.679931640625,36.869873046875,124.1953125,-241.930419921875,40.74755859375,127.14453125,-241.94091796875,38.37158203125,121.578125,-243.885498046875,-72.94970703125,66.953125,-243.689208984375,-75.987060546875,62.5703125,-243.673583984375,26.04541015625,117.19140625,-243.869873046875,29.08447265625,119.34375,-243.877685546875,-74.904052734375,64.80078125,-243.681640625,28.00146484375,64.64453125,-243.680908203125,-74.126708984375,119.5078125,-243.878173828125,27.222412109375,
  335. -92.0390625,-211.377197265625,38.3720703125,-94.98828125,-211.36669921875,40.74755859375,-99.90234375,-276.4697265625,27.222900390625,-102.21875,-277.133544921875,29.08447265625,-92.359375,-211.3759765625,-86.267822265625,-89.515625,-211.38623046875,-83.773193359375,-161.83984375,-211.126220703125,39.365478515625,-164.6875,-211.1162109375,36.870361328125,-156.83984375,-276.26513671875,26.0458984375,-154.609375,-276.9453125,28.00146484375,-108.2109375,-432.119384765625,-73.152099609375,-106.58984375,-430.216552734375,-73.11865234375,-108.1640625,-430.2109375,-75.059814453125,-159.21484375,-211.1357421875,-87.64990234375,-162.1640625,-211.125244140625,-85.27490234375,-107.3203125,-430.2138671875,-37.691162109375,-108.95703125,-432.11669921875,-36.9638671875,-145.5078125,-431.9853515625,-73.923095703125,-145.4609375,-430.07666015625,-75.8310546875,-147.1171875,-430.07080078125,-73.95654296875,-147.8515625,-430.068115234375,-38.529052734375,-146.2578125,-431.982666015625,-37.73486328125,-92.47265625,-241.93994140625,-86.267822265625,-89.625,-241.949951171875,-83.774169921875,-161.95703125,-241.690185546875,39.365234375,-162.2734375,-241.68896484375,-85.27587890625,-159.32421875,-241.699462890625,-87.64990234375,-164.796875,-241.679931640625,36.869873046875,-95.09765625,-241.930419921875,40.74755859375,-92.1484375,-241.94091796875,38.37158203125,-97.71484375,-243.885498046875,-72.94970703125,-152.33984375,-243.689208984375,-75.987060546875,-156.72265625,-243.673583984375,26.04541015625,-102.1015625,-243.869873046875,29.08447265625,-99.94921875,-243.877685546875,-74.904052734375,-154.4921875,-243.681640625,28.00146484375,-154.6484375,-243.680908203125,-74.126708984375,-99.78515625,-243.878173828125,27.222412109375,203.109375,73.4893798828125,-61.46533203125,203.109375,-182.43408203125,-61.46533203125,203.109375,98.125,-16.0478515625,203.109375,73.4893798828125,29.369384765625,203.109375,-182.43408203125,29.369384765625,-202.8046875,-183.030883789063,29.0048828125,-202.8046875,-183.030883789063,-61.100830078125,-202.8046875,74.0068359375,29.0048828125,
  336. -202.8046875,100.083129882813,-16.0478515625,-202.8046875,76.673583984375,-61.100830078125
  337. }
  338. PolygonVertexIndex: *2322 {
  339. a: 0,2,28,-25,3,1,25,-32,1,343,344,-26,7,10,21,-28,5,11,10,-8,4,12,25,-31,6,13,12,-5,21,22,14,-10,10,11,16,-16,12,13,18,-18,13,20,23,-19,5,34,35,-30,7,33,34,-6,9,341,342,-22,23,20,8,-20,21,342,20,26,32,-28,26,20,13,-7,22,21,10,-16,27,32,33,-8,29,35,30,25,344,-25,29,24,11,-6,24,28,16,-12,31,25,12,-18,19,14,22,-24,581,580,582,583,-585,33,32,26,-7,34,33,6,-5,35,34,4,-31,2,3,31,-29,17,16,28,-32,18,15,16,-18,23,22,15,-19,39,51,53,-50,36,50,-160,37,50,-53,76,57,58,-78,57,76,75,-61,44,56,55,-47,77,58,95,-98,43,65,66,-46,69,62,-89,56,44,-46,50,37,-39,50,38,-52,50,36,40,-53,54,49,-54,56,86,85,-56,47,48,72,-74,80,70,71,-82,79,72,70,-81,81,71,96,98,-83,60,75,74,-60,62,68,67,-64,61,84,83,-65,65,88,87,-67,68,54,53,-68,68,62,-70,43,91,-101,86,56,45,66,-88,84,61,63,-68,72,79,78,-74,70,42,41,-72,72,48,42,-71,71,41,89,-97,75,44,46,-75,76,45,44,-76,45,76,77,-44,43,77,97,-92,79,60,59,-79,60,79,80,-58,57,80,81,-59,58,81,-83,82,98,-100,58,82,99,-96,43,100,94,69,-66,84,38,37,-84,51,38,84,67,-54,86,61,64,-86,61,86,87,-64,88,62,63,-88,69,88,-66,54,158,-50,94,93,54,68,-70,92,89,41,42,48,-48,104,117,-116,115,101,-105,102,116,-115,140,141,122,-122,121,124,139,-141,109,111,119,-121,141,97,95,-123,108,110,130,-130,133,152,-127,120,110,-110,114,103,-103,114,115,-104,114,116,105,-102,118,117,-105,120,119,149,-151,112,137,136,-114,144,145,135,-135,143,144,134,-137,145,146,98,96,-136,124,123,138,-140,126,127,131,-133,125,128,147,-149,129,130,151,-153,132,131,117,-119,132,133,-127,108,100,-92,150,151,130,110,-121,148,131,127,-126,136,137,142,-144,134,135,106,-108,136,134,107,-114,135,96,89,-107,139,138,111,-110,140,139,109,-111,110,108,141,-141,108,91,97,-142,143,142,123,-125,124,121,144,-144,121,122,145,-145,122,146,-146,146,99,-99,122,95,99,-147,108,129,133,94,-101,148,147,102,-104,115,117,131,148,-104,150,149,128,-126,125,127,151,-151,152,151,127,-127,133,129,-153,90,93,118,-194,93,94,133,132,-119,89,92,112,113,107,-107,92,225,137,-113,156,162,164,-161,153,161,162,-157,154,161,-164,159,167,166,-37,158,172,173,-50,176,169,-183,160,
  340. 184,183,157,153,-157,167,159,39,-50,161,154,-156,161,155,-163,161,153,157,-164,165,160,-165,167,180,179,-167,169,175,174,-171,168,178,177,-172,172,182,181,-174,175,165,164,-175,175,169,-177,158,90,-188,180,167,49,173,-182,178,168,170,-175,158,187,186,176,-173,178,155,154,-178,162,155,178,174,-165,180,168,171,-180,168,180,181,-171,182,169,170,-182,176,182,-173,183,248,163,-158,185,184,160,-166,186,185,165,175,-177,191,194,198,-197,188,191,196,-196,189,197,-196,101,200,-202,193,104,207,-207,210,216,-204,194,191,188,192,183,-185,201,104,-102,195,190,-190,195,196,-191,195,197,192,-189,199,198,-195,201,200,213,-215,203,204,208,-210,202,205,211,-213,206,207,215,-217,209,208,198,-200,209,210,-204,193,187,-91,214,215,207,104,-202,212,208,204,-203,193,206,210,186,-188,212,211,189,-191,196,198,208,212,-191,214,213,205,-203,202,204,215,-215,216,215,204,-204,210,206,-217,184,185,199,-195,185,186,210,209,-200,193,118,-105,93,90,158,-55,159,50,51,-40,101,115,-115,226,92,47,-74,247,183,192,-198,217,218,225,-227,218,217,219,-221,220,219,235,-237,221,222,245,-247,222,221,224,-224,223,224,230,-230,227,228,238,-238,228,227,229,-231,231,232,236,-236,232,231,233,-235,234,233,237,-239,239,240,246,-246,240,239,241,-243,242,241,243,-245,244,243,248,-248,46,55,233,-232,74,235,219,-60,74,46,231,-236,59,219,217,-79,55,85,237,-234,85,64,227,-238,222,223,52,-41,217,226,73,-79,229,227,64,-84,223,229,83,37,-53,138,123,220,-237,138,236,232,-112,119,234,238,-150,224,221,105,-117,225,218,142,-138,228,230,147,-129,111,232,234,-120,142,218,220,-124,230,224,116,102,-148,149,238,228,-129,36,166,245,222,-41,166,179,239,-246,239,179,171,-242,243,241,171,-178,248,243,177,154,-164,200,246,240,-214,242,244,211,-206,101,105,221,246,-201,244,247,197,189,-212,213,240,242,-206,225,92,-227,247,248,-184,251,252,259,-261,264,257,258,-266,263,259,257,-265,265,258,271,274,-267,259,263,262,-261,257,250,249,-259,259,252,250,-258,258,249,267,-272,262,255,-262,263,256,255,-263,256,263,264,-254,253,264,265,-255,254,265,-267,266,274,-276,254,266,275,-271,261,255,269,-277,
  341. 273,272,260,262,-262,268,267,249,250,252,-252,272,268,251,-261,276,273,-262,279,288,287,-281,292,293,286,-286,291,292,285,-288,293,294,274,271,-287,287,288,290,-292,285,286,277,-279,287,285,278,-281,286,271,267,-278,290,289,-284,291,290,283,-285,284,281,292,-292,281,282,293,-293,282,294,-294,294,275,-275,282,270,275,-295,289,276,269,-284,272,273,289,290,-289,267,268,279,280,278,-278,268,272,288,-280,273,276,-290,253,254,270,282,281,284,283,269,255,-257,297,298,305,-307,310,303,304,-312,309,305,303,-311,311,304,317,320,-313,305,309,308,-307,303,296,295,-305,305,298,296,-304,304,295,313,-318,308,301,-308,309,302,301,-309,302,309,310,-300,299,310,311,-301,300,311,-313,312,320,-322,300,312,321,-317,307,301,315,-323,319,318,306,308,-308,314,313,295,296,298,-298,318,314,297,-307,322,319,-308,325,334,333,-327,338,339,332,-332,337,338,331,-334,339,340,320,317,-333,333,334,336,-338,331,332,323,-325,333,331,324,-327,332,317,313,-324,336,335,-330,337,336,329,-331,330,327,338,-338,327,328,339,-339,328,340,-340,340,321,-321,328,316,321,-341,335,322,315,-330,318,319,335,336,-335,313,314,325,326,324,-324,314,318,334,-326,319,322,-336,299,300,316,328,327,330,329,315,301,-303,342,341,8,-21,344,343,0,-25,576,575,577,578,-580,345,347,348,-351,346,345,354,-357,345,350,351,-355,345,346,-348,348,349,-351,351,353,-353,349,353,351,-351,355,354,351,-353,355,356,-355,357,359,360,-363,474,475,-381,359,358,371,-365,362,361,420,-422,473,474,-381,475,476,-381,360,359,364,365,-368,357,358,-360,360,361,-363,364,363,370,-366,368,370,363,454,-457,363,371,453,-455,367,366,361,-361,394,399,483,-485,395,461,-463,369,370,-369,371,363,-365,367,369,-367,367,365,370,-370,375,374,489,-491,373,372,487,-489,414,376,435,-437,374,373,488,-490,437,438,376,-415,416,417,-384,417,459,-384,384,379,418,-420,481,482,-381,380,477,-479,416,460,446,-448,458,459,379,-421,378,377,468,-470,469,470,-379,389,386,403,-405,385,388,401,-403,390,389,404,-406,386,385,402,-404,387,432,423,-401,391,390,405,-407,400,426,427,-388,396,393,495,-497,392,395,462,-464,441,442,396,-497,463,
  342. 464,-393,440,483,399,-440,440,441,349,-349,424,425,-401,425,426,-401,465,466,395,-393,464,465,-393,497,498,393,-397,443,497,396,-443,406,405,443,-445,400,423,-425,387,427,428,-408,409,408,388,-386,410,409,385,-387,411,410,386,-390,412,411,389,-391,413,412,390,-392,407,431,432,-388,407,429,-431,407,428,-430,414,436,-438,430,431,-408,471,472,377,-379,470,471,-379,419,418,491,-493,380,478,-480,479,480,-381,415,434,435,-377,433,434,-416,433,415,376,-439,421,420,379,-385,482,473,-381,380,476,-478,422,455,460,-384,456,457,369,-369,457,420,361,366,-370,439,444,-399,485,486,399,-395,466,461,-396,427,426,401,-389,428,427,388,-409,432,431,413,-392,423,432,391,-407,377,472,-468,448,449,434,-434,480,481,-381,435,375,490,-437,437,436,412,-414,467,468,-378,440,439,-399,398,397,441,-441,397,442,-442,443,442,-398,444,443,397,-399,439,399,486,-445,446,445,-383,447,446,-383,448,447,-383,382,381,449,-449,450,449,-382,381,451,-451,381,452,-452,453,452,-382,454,453,381,-383,445,454,-383,456,455,-423,422,457,-457,422,458,-458,383,459,458,-423,460,455,445,-447,383,460,-417,417,418,379,-460,462,461,394,-485,463,462,356,-356,393,464,463,-496,498,465,464,-394,402,401,466,-466,466,485,394,-462,437,468,467,-439,469,468,430,-430,372,470,469,-488,471,491,418,-418,417,416,472,-472,448,416,-448,358,474,453,-372,358,357,475,-475,357,362,421,-476,477,476,421,-385,478,477,384,-420,479,478,419,492,-494,493,494,480,-480,480,449,450,-482,450,451,482,-482,451,452,473,-483,347,483,440,-349,484,483,347,-347,462,484,346,-357,401,426,425,485,-467,425,424,486,-486,444,486,424,423,-407,487,469,429,428,-409,488,487,408,-410,489,488,409,-411,490,489,410,-412,436,490,411,-413,434,449,480,-495,433,472,416,-449,467,472,433,-439,372,491,471,-471,492,491,372,-374,493,492,373,-375,375,494,493,-375,434,494,375,-436,430,468,437,413,-432,456,454,445,-456,457,458,-421,475,421,-477,453,474,473,-453,495,463,355,-353,496,495,352,-354,441,496,353,-350,405,404,497,-444,404,403,498,-498,403,402,465,-499,499,500,527,-529,504,522,521,-504,508,534,531,-508,507,519,520,-509,509,516,
  343. 517,-512,510,514,515,-510,512,525,524,-514,514,501,502,-516,516,520,519,-519,512,503,521,-526,502,532,534,-509,502,508,520,-516,520,516,509,-516,514,510,529,536,-502,535,518,519,507,-532,509,511,-511,506,505,500,499,504,503,512,-514,516,518,-518,527,532,536,-529,522,529,533,-522,523,505,506,-527,525,530,535,-525,521,533,530,-526,527,500,505,-524,522,504,499,-529,526,506,513,-525,534,523,526,-532,532,527,523,-535,529,522,528,-537,531,526,524,-536,532,502,501,-537,510,511,533,-530,530,517,518,-536,511,517,530,-534,537,538,565,-567,542,560,559,-542,546,572,569,-546,545,557,558,-547,547,554,555,-550,548,552,553,-548,550,563,562,-552,552,539,540,-554,554,558,557,-557,550,541,559,-564,540,570,572,-547,540,546,558,-554,558,554,547,-554,552,548,567,574,-540,573,556,557,545,-570,547,549,-549,544,543,538,537,542,541,550,-552,554,556,-556,565,570,574,-567,560,567,571,-560,561,543,544,-565,563,568,573,-563,559,571,568,-564,565,538,543,-562,560,542,537,-567,564,544,551,-563,572,561,564,-570,570,565,561,-573,567,560,566,-575,569,564,562,-574,570,540,539,-575,548,549,571,-568,568,555,556,-574,549,555,568,-572,2,0,575,-577,0,343,577,-576,343,1,578,-578,1,3,579,-579,3,2,576,-580,14,19,580,-582,19,8,582,-581,8,341,583,-583,341,9,584,-584,9,14,581,-585
  344. }
  345. Edges: *1161 {
  346. a: 0,4,8,3,5,27,19,16,69,15,12,30,35,33,20,24,17,85,25,40,39,37,58,29,34,89,7,38,42,112,108,1334,96,57,31,59,28,41,61,83,22,10,62,14,13,73,63,1,47,23,21,95,79,2,6,64,48,44,46,75,49,45,117,119,121,125,98,137,140,170,173,177,176,297,242,243,153,162,167,154,136,226,247,186,135,159,171,133,142,221,179,134,174,141,181,325,184,151,152,168,264,254,143,144,150,206,306,207,312,213,210,163,214,215,161,160,209,219,208,294,225,295,235,205,280,270,189,190,244,187,240,188,191,195,796,256,149,258,145,204,148,146,158,272,194,276,192,239,197,193,202,201,284,228,299,211,212,237,308,182,217,164,183,233,216,165,251,334,156,199,287,157,522,200,324,227,329,252,268,286,290,293,379,343,371,374,377,378,501,446,445,353,360,368,352,429,449,390,335,363,370,337,341,421,382,336,373,342,380,523,384,355,354,367,464,458,347,346,348,404,510,411,512,413,408,366,412,419,361,362,409,423,410,495,424,494,437,405,480,474,387,394,444,389,440,388,393,397,538,456,349,462,345,406,350,344,356,472,398,476,392,441,395,391,399,400,483,427,499,415,414,435,508,386,417,365,385,430,418,364,453,525,532,358,402,486,545,549,574,577,581,566,548,626,554,139,565,544,609,543,556,575,541,551,604,583,542,546,550,585,657,651,588,552,553,572,635,590,641,596,593,560,597,598,558,557,592,602,591,623,608,624,618,611,628,594,595,620,637,586,600,561,587,616,599,562,563,564,654,658,610,622,670,673,694,697,700,686,667,749,674,677,687,663,664,680,693,666,671,723,705,665,669,672,703,771,800,707,676,675,690,758,713,760,715,710,683,714,721,678,679,711,725,712,743,726,742,739,729,747,717,716,737,756,709,719,682,708,732,720,681,689,339,524,322,321,570,138,338,537,793,797,650,801,802,803,804,806,807,808,810,811,812,813,814,815,816,818,819,820,822,823,824,825,826,827,828,830,832,833,834,836,838,839,840,842,844,845,846,848,850,851,852,854,855,856,858,859,860,862,864,865,867,875,878,882,886,888,896,903,905,908,910,912,915,917,919,923,925,944,949,954,959,965,967,970,972,1014,1015,1019,993,1040,1036,1052,1030,1039,1029,996,997,1016,994,1012,995,998,1002,1056,1027,1026,1001,1035,999,
  347. 1028,1011,1004,1000,1009,1008,1043,1023,1065,1050,1006,1059,1046,1054,1007,1055,1060,1024,1066,1070,1045,1049,1053,1097,1096,1100,1076,1117,1113,1133,1111,1118,1112,1073,1080,1095,1075,1091,1074,1079,1083,1139,1107,1108,1084,1114,1078,1106,1092,1081,1077,1085,1086,1121,1104,1141,1127,1088,1136,1124,1131,1184,1185,1189,1163,1210,1206,1222,1200,1209,1199,1166,1167,1186,1164,1182,1165,1168,1172,1226,1197,1196,1171,1205,1169,1198,1181,1174,1170,1179,1178,1213,1193,1235,1220,1176,1229,1216,1224,1177,1225,1230,1194,1236,1240,1215,1219,1223,1267,1266,1270,1246,1287,1283,1303,1281,1288,1282,1243,1250,1265,1245,1261,1244,1249,1253,1309,1277,1278,1254,1284,1248,1276,1262,1251,1247,1255,1256,1291,1274,1311,1297,1258,1306,1294,1301,52,54,53,1338,82,9,1359,1346,1347,1348,1349,1350,1362,1361,1374,1366,1355,1364,1365,1367,1356,1371,1351,1352,1375,1353,1378,1379,1380,1381,1404,1385,1407,1403,1389,1390,1411,1410,1388,1401,1424,1423,1436,1441,1402,1412,1414,1799,1387,1419,1386,1434,1981,1440,1420,1416,1887,1946,1950,1455,1492,1620,1447,1451,1704,1459,1491,1824,1474,1469,1648,1473,1478,1854,1738,1745,1488,1584,1588,1503,1501,1509,1521,1517,1681,1498,1502,1506,1510,1689,1518,1558,1563,1674,1428,1427,1431,1526,1530,1535,1539,1670,1718,1551,1522,1505,1504,1499,1512,1500,1508,1520,1693,1580,1605,1582,1579,1914,1581,1918,1585,1592,1589,1596,1593,1600,1597,1687,1809,1991,1571,1573,1433,1529,1719,1717,1452,1450,1458,1466,1637,1833,1468,1467,1625,1788,1476,1475,1858,1632,1746,1479,1744,1741,1418,1489,1392,1383,1658,1771,1391,1852,1737,1490,1516,1898,1550,1679,1524,1685,1575,1549,1552,1523,1578,1823,1607,1601,1514,1609,1606,1614,1602,1515,1640,1634,1456,1709,1711,1464,1638,1635,1457,1612,1818,1463,1644,1543,1548,1546,1722,1727,1669,1544,1545,1534,1569,1572,1668,1782,1484,1486,1700,1698,1736,1485,1742,1697,1751,1752,1755,1760,1764,1749,1753,1756,1758,1421,1765,1655,1770,1660,1774,1471,1768,1659,1775,1487,1657,1656,1483,1470,1793,1797,1533,1800,1432,1532,1538,1811,1556,1559,1555,1675,1696,1821,1494,1496,1712,1493,1495,1831,1618,1621,1617,1695,
  348. 1395,1839,1877,1384,1844,1393,1382,1397,1480,1482,1630,1396,1653,1481,1629,1865,1870,1873,1631,1701,1477,1649,1880,1430,1541,1429,1795,1894,1672,1812,1671,1734,1910,1454,1448,1922,1826,1453,1461,1449,1706,1868,1836,1931,1939,1627,1863,1951,1828,1626,1862,1864,1930,1816,1417,1663,1849,1840,1527,1985,1802,1528,1537,1565,1995,1566,1562,1804,2068,2070,2002,2031,2038,2009,2008,2065,2074,2067,2086,2013,2021,2020,2019,2018,2025,2024,2023,2022,2029,2028,2076,2134,2032,2030,2037,2036,2015,2034,2014,2045,2048,2012,2042,2005,2084,2006,2110,2092,2026,2088,2003,2080,2004,2007,2089,2027,2040,2101,2105,2109,2082,2090,2112,2078,2131,2010,2057,2011,2043,2056,2063,2079,2083,2091,2095,2055,2016,2059,2208,2210,2142,2171,2178,2149,2148,2205,2214,2207,2226,2153,2161,2160,2159,2158,2165,2164,2163,2162,2169,2168,2216,2274,2172,2170,2177,2176,2155,2174,2154,2185,2188,2152,2182,2145,2224,2146,2250,2232,2166,2228,2143,2220,2144,2147,2229,2167,2180,2241,2245,2249,2222,2230,2252,2218,2271,2150,2197,2151,2183,2196,2203,2219,2223,2231,2235,2195,2156,2199,2283,2285,1341,2287,1342,2291,1343,2295,1344,1345,2303,2305,100,2307,101,2311,102,2315,103,104
  349. }
  350. GeometryVersion: 124
  351. LayerElementNormal: 0 {
  352. Version: 102
  353. Name: ""
  354. MappingInformationType: "ByPolygonVertex"
  355. ReferenceInformationType: "Direct"
  356. Normals: *6966 {
  357. a: 0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,-8.17004597308824e-009,0,-1,0,0,0.999999940395355,0,0,0.999999940395355,-9.67505298099525e-010,0,1,0,0,1,0,0.882458627223969,0.47039008140564,0,0.882458627223969,0.47039008140564,0,0.882458627223969,0.47039008140564,0,0.882458627223969,0.47039008140564,1.47283465423698e-008,0,-1,3.66893648795497e-009,0,-1,1.83551893684353e-008,0,-0.999999940395355,0,0,-1,-8.60683746495283e-010,0,-1,-3.03314234839647e-010,0,-0.999999940395355,3.66893648795497e-009,0,-1,1.47283465423698e-008,0,-1,-7.87998888363006e-010,0,1,-2.06804934288485e-010,0,0.999999940395355,-9.67505298099525e-010,0,1,-8.20211454310993e-009,0,1,1.09679176851785e-009,0,1,1.39301805646141e-008,0,1,-2.06804934288485e-010,0,0.999999940395355,-7.87998888363006e-010,0,1,1.83551893684353e-008,0,-0.999999940395355,2.08893666808763e-008,0,-1,3.78705742321017e-008,0,-1,3.78705742321017e-008,0,-1,3.66893648795497e-009,0,-1,-3.03314234839647e-010,0,-0.999999940395355,0,0,-1,0,0,-1,-2.06804934288485e-010,0,0.999999940395355,1.39301805646141e-008,0,1,1.78257693050909e-008,0,1,0,0,1,1.39301805646141e-008,0,1,-1.14621548363836e-010,0,1,-2.14207390228914e-015,0,1,1.78257693050909e-008,0,1,0.00741752982139587,0.8333979845047,-0.552623391151428,0.00730721186846495,0.833398759365082,-0.552623927593231,0.0266543608158827,0.833124816417694,-0.552442312240601,0.0266543608158827,0.833124876022339,-0.552442312240601,0.000823776645120233,0.833420634269714,-0.552638471126556,0.000823550450149924,0.833420634269714,-0.552638471126556,0.00730721186846495,0.833398759365082,-0.552623927593231,0.00741752982139587,0.8333979845047,-0.552623391151428,-0.00351029797457159,0.887690603733063,-0.460426986217499,-0.00351029797457159,0.887690663337708,-0.460427016019821,-0.00351029797457159,0.887690663337708,-0.460426986217499,-0.00351029797457159,0.887690603733063,-0.460427016019821,-2.14207390228914e-015,0,1,-1.14621548363836e-010,0,1,-5.12891453752218e-008,0,1,-5.12891418225081e-008,0,0.999999940395355,-1,0,0,-1,0,0,-1,0,0,
  358. -1,0,0,-1,0,0,-1,0,0,0,0,1,-1.14621548363836e-010,0,1,1.39301805646141e-008,0,1,1.09679176851785e-009,0,1,2.08893666808763e-008,0,-1,1.83551893684353e-008,0,-0.999999940395355,3.66893648795497e-009,0,-1,0,0,-1,0,0.833420991897583,-0.552638649940491,0,0.833420991897583,-0.552638649940491,0.000823550450149924,0.833420634269714,-0.552638471126556,0.000823776645120233,0.833420634269714,-0.552638471126556,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-6.92623061127051e-008,0,-1,-8.17004597308824e-009,0,-1,-3.03314234839647e-010,0,-0.999999940395355,-8.60683746495283e-010,0,-1,-8.17004597308824e-009,0,-1,0,0,-1,0,0,-1,-3.03314234839647e-010,0,-0.999999940395355,0,0,1,-9.67505298099525e-010,0,1,-2.06804934288485e-010,0,0.999999940395355,0,0,1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-0.999062895774841,-0.0134471682831645,-0.0411383956670761,-0.999079585075378,-0.0134521368891001,0.0407310277223587,-0.999470412731171,0.00431954395025969,0.0322514772415161,-0.999955058097839,0.00947684422135353,0.00031735742231831,-0.999439537525177,0.00447794469073415,-0.0331740491092205,0.000823549518827349,0.833421945571899,0.552636444568634,0,0.833422303199768,0.552636682987213,0,0.833422303199768,0.552636682987213,0.00082377577200532,0.833422005176544,0.552636444568634,0.00730722397565842,0.833400130271912,0.552621960639954,0.000823549518827349,0.833421945571899,0.552636444568634,0.00082377577200532,0.833422005176544,0.552636444568634,0.00741754332557321,0.833399415016174,0.552621483802795,0.0266544204205275,0.833126127719879,0.552440404891968,0.00730722397565842,0.833400130271912,0.552621960639954,0.00741754332557321,0.833399415016174,0.552621483802795,0.0266544166952372,0.833126127719879,0.552440345287323,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-0.230880886316299,-0.467395186424255,0.853367328643799,0.00807400327175856,-0.501787960529327,0.864952981472015,0.00995626207441092,-0.633356034755707,0.773796558380127,-0.0426473878324032,-0.593214869499207,0.803913772106171,
  359. -0.747696161270142,0.537197172641754,0.390345394611359,0.381296336650848,0.419808954000473,0.823634386062622,-0.358087629079819,-0.379176557064056,0.853228211402893,-0.00924649927765131,0.837168395519257,0.5468670129776,0.381296336650848,0.419808954000473,0.823634386062622,0.0170849841088057,0.850816428661346,0.525185286998749,-0.065242625772953,-0.595859527587891,0.800434112548828,0.0339140854775906,-0.602574825286865,0.797341346740723,-0.574961483478546,-0.681147277355194,-0.453274428844452,-0.051390714943409,-0.852812170982361,-0.519682943820953,0.0339140854775906,-0.602574825286865,0.797341346740723,-0.065242625772953,-0.595859527587891,0.800434112548828,-0.0499014146625996,-0.349828004837036,0.935483992099762,0.0178647600114346,-0.32588317990303,0.945241272449493,-0.0166052151471376,-0.360437572002411,0.932635486125946,0.00702177686616778,-0.419028967618942,0.90794575214386,-0.0574931837618351,0.829238533973694,0.555929899215698,0.0244804229587317,0.820934116840363,0.570497930049896,-0.051390714943409,-0.852812170982361,-0.519682943820953,-0.574961483478546,-0.681147277355194,-0.453274428844452,-0.280553728342056,-0.959838330745697,-0.000109485801658593,-0.0974717363715172,-0.995238363742828,-1.05324886590097e-007,-0.0101399961858988,-0.85028064250946,-0.52623176574707,0.0188617669045925,-0.842887580394745,-0.537759065628052,0.0230407379567623,-0.571334183216095,0.820394039154053,-0.0010548570426181,-0.606595039367676,0.795010209083557,0.0105233807116747,-0.829866170883179,-0.557863354682922,-0.388861984014511,-0.886898100376129,-0.24939551949501,0.282852023839951,-0.931439161300659,-0.228944793343544,0.00702177686616778,-0.419028967618942,0.90794575214386,-0.0166052151471376,-0.360437572002411,0.932635486125946,-0.0010548570426181,-0.606595039367676,0.795010209083557,0.381296336650848,0.419808954000473,0.823634386062622,-0.00924649927765131,0.837168395519257,0.5468670129776,0.0134489284828305,-0.44731393456459,0.894275903701782,0.381296336650848,0.419808954000473,0.823634386062622,0.0134489284828305,-0.44731393456459,0.894275903701782,
  360. 0.00807400327175856,-0.501787960529327,0.864952981472015,0.381296336650848,0.419808954000473,0.823634386062622,-0.747696161270142,0.537197172641754,0.390345394611359,-0.405512005090714,0.769212901592255,0.49383345246315,0.0170849841088057,0.850816428661346,0.525185286998749,0.0312905199825764,-0.845085978507996,-0.533714056015015,-0.0426473878324032,-0.593214869499207,0.803913772106171,0.00995626207441092,-0.633356034755707,0.773796558380127,0.00702177686616778,-0.419028967618942,0.90794575214386,0.0227129608392715,-0.414692163467407,0.909678280353546,0.0305406097322702,0.830679178237915,0.555913150310516,-0.0574931837618351,0.829238533973694,0.555929899215698,-0.997836589813232,0.0545483268797398,0.0366987325251102,-0.999871730804443,-0.00554210180416703,0.0150317810475826,-0.00260113156400621,-0.343248456716537,0.939241111278534,-0.057770624756813,0.819397330284119,0.570307433605194,0.064646027982235,-0.576337993144989,0.814650535583496,0.00487501965835691,-0.585176706314087,0.810891151428223,0.0116477962583303,-0.8533656001091,-0.521182656288147,0.0353225283324718,-0.853314459323883,-0.520198822021484,0.054161261767149,-0.341514319181442,0.93831467628479,-0.00260113156400621,-0.343248456716537,0.939241111278534,0.00487501965835691,-0.585176706314087,0.810891151428223,0.064646027982235,-0.576337993144989,0.814650535583496,0.0353225283324718,-0.853314459323883,-0.520198822021484,0.0116477962583303,-0.8533656001091,-0.521182656288147,-0.00813992880284786,-0.999966859817505,3.77264177586767e-006,0.0476851277053356,-0.998862445354462,1.06300494735478e-005,0.0539484657347202,-0.832502543926239,-0.551388144493103,0.0178647600114346,-0.32588317990303,0.945241272449493,-0.0499014146625996,-0.349828004837036,0.935483992099762,0.0425874181091785,0.821383833885193,0.568783640861511,0.043865017592907,0.830798923969269,0.554841458797455,-0.388861984014511,-0.886898100376129,-0.24939551949501,0.00148437009193003,-0.847149670124054,-0.531352341175079,0.00153482903260738,-0.629098892211914,0.777323842048645,-0.0713061988353729,-0.635944545269012,0.768433392047882,
  361. -0.00914154015481472,-0.444810658693314,0.895577967166901,-0.00231306976638734,-0.426919251680374,0.904286801815033,-0.0810744613409042,0.832722663879395,0.547722578048706,-0.151888519525528,0.827874898910522,0.539956510066986,0.0188617669045925,-0.842887580394745,-0.537759065628052,0.282852023839951,-0.931439161300659,-0.228944793343544,0.0244661550968885,-0.527585506439209,0.849149525165558,0.0230407379567623,-0.571334183216095,0.820394039154053,0.00148437009193003,-0.847149670124054,-0.531352341175079,0.0312905199825764,-0.845085978507996,-0.533714056015015,0.00995626207441092,-0.633356034755707,0.773796558380127,0.00153482903260738,-0.629098892211914,0.777323842048645,0.00148437009193003,-0.847149670124054,-0.531352341175079,-0.388861984014511,-0.886898100376129,-0.24939551949501,0.0105233807116747,-0.829866170883179,-0.557863354682922,-0.0101399961858988,-0.85028064250946,-0.52623176574707,-0.0241835229098797,-0.999707520008087,4.84437805425841e-006,0.0304200351238251,-0.999537110328674,6.17119610524242e-007,0.0227129608392715,-0.414692163467407,0.909678280353546,0.00702177686616778,-0.419028967618942,0.90794575214386,-0.0010548570426181,-0.606595039367676,0.795010209083557,0.0230407379567623,-0.571334183216095,0.820394039154053,0.0244661550968885,-0.527585506439209,0.849149525165558,-0.00231306976638734,-0.426919251680374,0.904286801815033,-0.00914154015481472,-0.444810658693314,0.895577967166901,-0.0713061988353729,-0.635944545269012,0.768433392047882,0.00153482903260738,-0.629098892211914,0.777323842048645,-0.00260113156400621,-0.343248456716537,0.939241111278534,0.054161261767149,-0.341514319181442,0.93831467628479,-0.0074665485881269,0.821757912635803,0.569787800312042,-0.057770624756813,0.819397330284119,0.570307433605194,0.00487501965835691,-0.585176706314087,0.810891151428223,-0.999821960926056,-0.0103087108582258,0.0158029850572348,-0.998063266277313,-0.0527784638106823,-0.0329264439642429,0.0116477962583303,-0.8533656001091,-0.521182656288147,-0.00260113156400621,-0.343248456716537,0.939241111278534,
  362. -0.999871730804443,-0.00554210180416703,0.0150317810475826,-0.999821960926056,-0.0103087108582258,0.0158029850572348,0.00487501965835691,-0.585176706314087,0.810891151428223,0.0116477962583303,-0.8533656001091,-0.521182656288147,-0.998063266277313,-0.0527784638106823,-0.0329264439642429,-0.999558866024017,-0.0297009348869324,-2.51771166404069e-006,-0.00813992880284786,-0.999966859817505,3.77264177586767e-006,-0.0499014146625996,-0.349828004837036,0.935483992099762,-0.0166052151471376,-0.360437572002411,0.932635486125946,0.0244804229587317,0.820934116840363,0.570497930049896,0.0425874181091785,0.821383833885193,0.568783640861511,-0.065242625772953,-0.595859527587891,0.800434112548828,-0.0010548570426181,-0.606595039367676,0.795010209083557,-0.0166052151471376,-0.360437572002411,0.932635486125946,-0.0499014146625996,-0.349828004837036,0.935483992099762,-0.0010548570426181,-0.606595039367676,0.795010209083557,-0.065242625772953,-0.595859527587891,0.800434112548828,-0.051390714943409,-0.852812170982361,-0.519682943820953,-0.0101399961858988,-0.85028064250946,-0.52623176574707,-0.0101399961858988,-0.85028064250946,-0.52623176574707,-0.051390714943409,-0.852812170982361,-0.519682943820953,-0.0974717363715172,-0.995238363742828,-1.05324886590097e-007,-0.0241835229098797,-0.999707520008087,4.84437805425841e-006,0.054161261767149,-0.341514319181442,0.93831467628479,0.0178647600114346,-0.32588317990303,0.945241272449493,0.043865017592907,0.830798923969269,0.554841458797455,-0.0074665485881269,0.821757912635803,0.569787800312042,0.0178647600114346,-0.32588317990303,0.945241272449493,0.054161261767149,-0.341514319181442,0.93831467628479,0.064646027982235,-0.576337993144989,0.814650535583496,0.0339140854775906,-0.602574825286865,0.797341346740723,0.0339140854775906,-0.602574825286865,0.797341346740723,0.064646027982235,-0.576337993144989,0.814650535583496,0.0353225283324718,-0.853314459323883,-0.520198822021484,-0.574961483478546,-0.681147277355194,-0.453274428844452,-0.574961483478546,-0.681147277355194,-0.453274428844452,0.0353225283324718,-0.853314459323883,-0.520198822021484,
  363. 0.0539484657347202,-0.832502543926239,-0.551388144493103,0.0539484657347202,-0.832502543926239,-0.551388144493103,0.0476851277053356,-0.998862445354462,1.06300494735478e-005,0.873137414455414,-0.487474113702774,3.93536574847531e-005,-0.574961483478546,-0.681147277355194,-0.453274428844452,0.0539484657347202,-0.832502543926239,-0.551388144493103,0.873137414455414,-0.487474113702774,3.93536574847531e-005,-0.280553728342056,-0.959838330745697,-0.000109485801658593,-0.0101399961858988,-0.85028064250946,-0.52623176574707,0.0304200351238251,-0.999537110328674,6.17119610524242e-007,0.0162926875054836,-0.999862730503082,-0.00301082781516016,0.0105233807116747,-0.829866170883179,-0.557863354682922,0.0188617669045925,-0.842887580394745,-0.537759065628052,-0.00231306976638734,-0.426919251680374,0.904286801815033,0.0134489284828305,-0.44731393456459,0.894275903701782,-0.00924649927765131,0.837168395519257,0.5468670129776,-0.0810744613409042,0.832722663879395,0.547722578048706,0.00807400327175856,-0.501787960529327,0.864952981472015,0.0134489284828305,-0.44731393456459,0.894275903701782,-0.00231306976638734,-0.426919251680374,0.904286801815033,0.00153482903260738,-0.629098892211914,0.777323842048645,0.00995626207441092,-0.633356034755707,0.773796558380127,0.0227129608392715,-0.414692163467407,0.909678280353546,-0.00914154015481472,-0.444810658693314,0.895577967166901,-0.151888519525528,0.827874898910522,0.539956510066986,0.0305406097322702,0.830679178237915,0.555913150310516,-0.00914154015481472,-0.444810658693314,0.895577967166901,0.0227129608392715,-0.414692163467407,0.909678280353546,0.0244661550968885,-0.527585506439209,0.849149525165558,-0.0713061988353729,-0.635944545269012,0.768433392047882,0.282852023839951,-0.931439161300659,-0.228944793343544,-0.388861984014511,-0.886898100376129,-0.24939551949501,-0.0713061988353729,-0.635944545269012,0.768433392047882,0.0244661550968885,-0.527585506439209,0.849149525165558,0.0105233807116747,-0.829866170883179,-0.557863354682922,0.282852023839951,-0.931439161300659,-0.228944793343544,
  364. 0.0188617669045925,-0.842887580394745,-0.537759065628052,0.0312905199825764,-0.845085978507996,-0.533714056015015,-0.0536494255065918,-0.841709971427917,-0.537257969379425,-0.0426473878324032,-0.593214869499207,0.803913772106171,0.0162926875054836,-0.999862730503082,-0.00301082781516016,0.0338077209889889,-0.99941211938858,-0.00569227943196893,0.0312905199825764,-0.845085978507996,-0.533714056015015,0.00148437009193003,-0.847149670124054,-0.531352341175079,0.0105233807116747,-0.829866170883179,-0.557863354682922,-0.997928202152252,0.064337246119976,-2.14482753335687e-007,-0.999558866024017,-0.0297009348869324,-2.51771166404069e-006,-0.998063266277313,-0.0527784638106823,-0.0329264439642429,-0.999821960926056,-0.0103087108582258,0.0158029850572348,-0.999871730804443,-0.00554210180416703,0.0150317810475826,-0.997836589813232,0.0545483268797398,0.0366987325251102,-0.0398103184998035,-0.593445420265198,-0.803889036178589,-0.00707479938864708,-0.675278663635254,-0.737528860569,0.0242663770914078,-0.551537215709686,-0.833797216415405,0.0242663770914078,-0.551537215709686,-0.833797216415405,-0.70902281999588,0.530760526657104,-0.464305907487869,-0.0398103184998035,-0.593445420265198,-0.803889036178589,0.0033135674893856,0.83406925201416,-0.551649808883667,0.0239495020359755,0.846645891666412,-0.53161746263504,0.297302901744843,0.504712164402008,-0.81047922372818,-0.0652395486831665,-0.595881819725037,-0.800417900085449,-0.0513806790113449,-0.852635502815247,0.519973874092102,-0.574601769447327,-0.681222856044769,0.453616857528687,0.0338356979191303,-0.602577447891235,-0.797342777252197,0.0338356979191303,-0.602577447891235,-0.797342777252197,0.0177755951881409,-0.325917154550552,-0.945231199264526,-0.0498980544507504,-0.349858224391937,-0.935472846031189,-0.0652395486831665,-0.595881819725037,-0.800417900085449,-0.0166008658707142,-0.360467255115509,-0.932624161243439,0.0244736075401306,0.820749998092651,-0.570763111114502,-0.0574891865253448,0.829064130783081,-0.556190252304077,0.00702290656045079,-0.419039309024811,-0.907940924167633,
  365. -0.0513806790113449,-0.852635502815247,0.519973874092102,-0.0974717363715172,-0.995238363742828,-1.05324886590097e-007,-0.280553728342056,-0.959838330745697,-0.000109485801658593,-0.574601769447327,-0.681222856044769,0.453616857528687,-0.0101542705669999,-0.850098967552185,0.52652508020401,-0.00105400756001472,-0.606606602668762,-0.79500150680542,0.0230393875390291,-0.571325421333313,-0.820400178432465,0.0188282169401646,-0.84269779920578,0.538057684898376,0.0162135194987059,-0.831897974014282,0.55469161272049,0.282838493585587,-0.93144291639328,0.228946805000305,-0.388859212398529,-0.886888682842255,0.249433264136314,0.00702290656045079,-0.419039309024811,-0.907940924167633,-0.00105400756001472,-0.606606602668762,-0.79500150680542,-0.0166008658707142,-0.360467255115509,-0.932624161243439,0.297302901744843,0.504712164402008,-0.81047922372818,-0.0159254875034094,-0.502300679683685,-0.864546358585358,0.0033135674893856,0.83406925201416,-0.551649808883667,0.297302901744843,0.504712164402008,-0.81047922372818,0.0242663770914078,-0.551537215709686,-0.833797216415405,-0.0159254875034094,-0.502300679683685,-0.864546358585358,0.297302901744843,0.504712164402008,-0.81047922372818,0.0239495020359755,0.846645891666412,-0.53161746263504,-0.469970345497131,0.744277715682983,-0.474529922008514,-0.70902281999588,0.530760526657104,-0.464305907487869,0.0265857093036175,-0.846737325191498,0.531346619129181,-0.00707479938864708,-0.675278663635254,-0.737528860569,-0.0398103184998035,-0.593445420265198,-0.803889036178589,0.00702290656045079,-0.419039309024811,-0.907940924167633,-0.0574891865253448,0.829064130783081,-0.556190252304077,0.030546173453331,0.830504238605499,-0.556174039840698,0.0227135140448809,-0.414703458547592,-0.909673035144806,-0.997836768627167,0.0545330531895161,-0.0367139019072056,-0.0577682107686996,0.819214820861816,-0.570569932460785,-0.0026014014147222,-0.34326183795929,-0.939236164093018,-0.999871492385864,-0.00554556306451559,-0.0150412796065211,0.0646421834826469,-0.576327204704285,-0.814658343791962,0.0351837947964668,-0.853144884109497,0.520486235618591,
  366. 0.0115129919722676,-0.853191673755646,0.521470487117767,0.00487499590963125,-0.585165619850159,-0.810899078845978,0.054158553481102,-0.341528356075287,-0.938309788703918,0.0646421834826469,-0.576327204704285,-0.814658343791962,0.00487499590963125,-0.585165619850159,-0.810899078845978,-0.0026014014147222,-0.34326183795929,-0.939236164093018,0.0351837947964668,-0.853144884109497,0.520486235618591,0.0539249517023563,-0.832300007343292,0.551696240901947,0.0476851277053356,-0.998862445354462,1.06300494735478e-005,-0.00813992880284786,-0.999966859817505,3.77264177586767e-006,0.0115129919722676,-0.853191673755646,0.521470487117767,0.0177755951881409,-0.325917154550552,-0.945231199264526,0.0438491031527519,0.830621004104614,-0.555109083652496,0.0425628684461117,0.821201920509338,-0.56904810667038,-0.0498980544507504,-0.349858224391937,-0.935472846031189,-0.388859212398529,-0.886888682842255,0.249433264136314,-0.0713031217455864,-0.635936617851257,-0.768440306186676,-0.0223253779113293,-0.677328944206238,-0.735341489315033,0.0125444103032351,-0.847223281860352,0.531088829040527,-0.00913770217448473,-0.444814205169678,-0.895576179027557,-0.150657638907433,0.827859997749329,-0.540323793888092,-0.064105398952961,0.832680344581604,-0.550030767917633,-0.0293146297335625,-0.470103830099106,-0.882124185562134,0.0188282169401646,-0.84269779920578,0.538057684898376,0.0230393875390291,-0.571325421333313,-0.820400178432465,0.0244654547423124,-0.527572989463806,-0.849157452583313,0.282838493585587,-0.93144291639328,0.228946805000305,0.0125444103032351,-0.847223281860352,0.531088829040527,-0.0223253779113293,-0.677328944206238,-0.735341489315033,-0.00707479938864708,-0.675278663635254,-0.737528860569,0.0265857093036175,-0.846737325191498,0.531346619129181,0.0125444103032351,-0.847223281860352,0.531088829040527,0.0162135194987059,-0.831897974014282,0.55469161272049,-0.388859212398529,-0.886888682842255,0.249433264136314,-0.0101542705669999,-0.850098967552185,0.52652508020401,0.0304200351238251,-0.999537110328674,6.17119610524242e-007,-0.0241835229098797,-0.999707520008087,4.84437805425841e-006,
  367. 0.0227135140448809,-0.414703458547592,-0.909673035144806,0.0244654547423124,-0.527572989463806,-0.849157452583313,0.0230393875390291,-0.571325421333313,-0.820400178432465,-0.00105400756001472,-0.606606602668762,-0.79500150680542,0.00702290656045079,-0.419039309024811,-0.907940924167633,-0.0293146297335625,-0.470103830099106,-0.882124185562134,-0.0223253779113293,-0.677328944206238,-0.735341489315033,-0.0713031217455864,-0.635936617851257,-0.768440306186676,-0.00913770217448473,-0.444814205169678,-0.895576179027557,-0.0026014014147222,-0.34326183795929,-0.939236164093018,-0.0577682107686996,0.819214820861816,-0.570569932460785,-0.0074518178589642,0.82157576084137,-0.570050716400146,0.054158553481102,-0.341528356075287,-0.938309788703918,0.00487499590963125,-0.585165619850159,-0.810899078845978,0.0115129919722676,-0.853191673755646,0.521470487117767,-0.998062193393707,-0.0527815297245979,0.0329536534845829,-0.999821841716766,-0.0103147830814123,-0.0158127564936876,-0.0026014014147222,-0.34326183795929,-0.939236164093018,0.00487499590963125,-0.585165619850159,-0.810899078845978,-0.999821841716766,-0.0103147830814123,-0.0158127564936876,-0.999871492385864,-0.00554556306451559,-0.0150412796065211,0.0115129919722676,-0.853191673755646,0.521470487117767,-0.00813992880284786,-0.999966859817505,3.77264177586767e-006,-0.999558866024017,-0.0297009348869324,-2.51771166404069e-006,-0.998062193393707,-0.0527815297245979,0.0329536534845829,-0.0498980544507504,-0.349858224391937,-0.935472846031189,0.0425628684461117,0.821201920509338,-0.56904810667038,0.0244736075401306,0.820749998092651,-0.570763111114502,-0.0166008658707142,-0.360467255115509,-0.932624161243439,-0.0652395486831665,-0.595881819725037,-0.800417900085449,-0.0498980544507504,-0.349858224391937,-0.935472846031189,-0.0166008658707142,-0.360467255115509,-0.932624161243439,-0.00105400756001472,-0.606606602668762,-0.79500150680542,-0.00105400756001472,-0.606606602668762,-0.79500150680542,-0.0101542705669999,-0.850098967552185,0.52652508020401,-0.0513806790113449,-0.852635502815247,0.519973874092102,
  368. -0.0652395486831665,-0.595881819725037,-0.800417900085449,-0.0101542705669999,-0.850098967552185,0.52652508020401,-0.0241835229098797,-0.999707520008087,4.84437805425841e-006,-0.0974717363715172,-0.995238363742828,-1.05324886590097e-007,-0.0513806790113449,-0.852635502815247,0.519973874092102,0.054158553481102,-0.341528356075287,-0.938309788703918,-0.0074518178589642,0.82157576084137,-0.570050716400146,0.0438491031527519,0.830621004104614,-0.555109083652496,0.0177755951881409,-0.325917154550552,-0.945231199264526,0.0177755951881409,-0.325917154550552,-0.945231199264526,0.0338356979191303,-0.602577447891235,-0.797342777252197,0.0646421834826469,-0.576327204704285,-0.814658343791962,0.054158553481102,-0.341528356075287,-0.938309788703918,0.0338356979191303,-0.602577447891235,-0.797342777252197,-0.574601769447327,-0.681222856044769,0.453616857528687,0.0351837947964668,-0.853144884109497,0.520486235618591,0.0646421834826469,-0.576327204704285,-0.814658343791962,-0.574601769447327,-0.681222856044769,0.453616857528687,0.0539249517023563,-0.832300007343292,0.551696240901947,0.0351837947964668,-0.853144884109497,0.520486235618591,0.0539249517023563,-0.832300007343292,0.551696240901947,0.873137414455414,-0.487474113702774,3.93536574847531e-005,0.0476851277053356,-0.998862445354462,1.06300494735478e-005,-0.574601769447327,-0.681222856044769,0.453616857528687,-0.280553728342056,-0.959838330745697,-0.000109485801658593,0.873137414455414,-0.487474113702774,3.93536574847531e-005,0.0539249517023563,-0.832300007343292,0.551696240901947,-0.0101542705669999,-0.850098967552185,0.52652508020401,0.0188282169401646,-0.84269779920578,0.538057684898376,0.0162135194987059,-0.831897974014282,0.55469161272049,0.0162926875054836,-0.999862730503082,-0.00301082781516016,0.0304200351238251,-0.999537110328674,6.17119610524242e-007,-0.0293146297335625,-0.470103830099106,-0.882124185562134,-0.064105398952961,0.832680344581604,-0.550030767917633,0.0033135674893856,0.83406925201416,-0.551649808883667,-0.0159254875034094,-0.502300679683685,-0.864546358585358,
  369. 0.0242663770914078,-0.551537215709686,-0.833797216415405,-0.00707479938864708,-0.675278663635254,-0.737528860569,-0.0223253779113293,-0.677328944206238,-0.735341489315033,-0.0293146297335625,-0.470103830099106,-0.882124185562134,-0.0159254875034094,-0.502300679683685,-0.864546358585358,0.0227135140448809,-0.414703458547592,-0.909673035144806,0.030546173453331,0.830504238605499,-0.556174039840698,-0.150657638907433,0.827859997749329,-0.540323793888092,-0.00913770217448473,-0.444814205169678,-0.895576179027557,-0.00913770217448473,-0.444814205169678,-0.895576179027557,-0.0713031217455864,-0.635936617851257,-0.768440306186676,0.0244654547423124,-0.527572989463806,-0.849157452583313,0.0227135140448809,-0.414703458547592,-0.909673035144806,0.282838493585587,-0.93144291639328,0.228946805000305,0.0244654547423124,-0.527572989463806,-0.849157452583313,-0.0713031217455864,-0.635936617851257,-0.768440306186676,-0.388859212398529,-0.886888682842255,0.249433264136314,0.0162135194987059,-0.831897974014282,0.55469161272049,0.0188282169401646,-0.84269779920578,0.538057684898376,0.282838493585587,-0.93144291639328,0.228946805000305,0.287008047103882,-0.956551611423492,0.0513369701802731,0.0338077209889889,-0.99941211938858,-0.00569227943196893,0.0265857093036175,-0.846737325191498,0.531346619129181,-0.0596842579543591,-0.84121572971344,0.537395596504211,0.0338077209889889,-0.99941211938858,-0.00569227943196893,0.0162926875054836,-0.999862730503082,-0.00301082781516016,0.0162135194987059,-0.831897974014282,0.55469161272049,0.0125444103032351,-0.847223281860352,0.531088829040527,0.0265857093036175,-0.846737325191498,0.531346619129181,-0.999558866024017,-0.0297009348869324,-2.51771166404069e-006,-0.997928202152252,0.064337246119976,-2.14482753335687e-007,-0.997836768627167,0.0545330531895161,-0.0367139019072056,-0.999871492385864,-0.00554556306451559,-0.0150412796065211,-0.999821841716766,-0.0103147830814123,-0.0158127564936876,-0.998062193393707,-0.0527815297245979,0.0329536534845829,-0.997928202152252,0.064337246119976,-2.14482753335687e-007,
  370. -0.0716630294919014,0.846343636512756,-0.527794122695923,-0.0577682107686996,0.819214820861816,-0.570569932460785,-0.997836768627167,0.0545330531895161,-0.0367139019072056,0.999855279922485,-0.000465300545329228,0.0170035474002361,0.0451863743364811,-0.462228178977966,0.885609030723572,0.0234874077141285,-0.627001225948334,0.77866405248642,0.998368680477142,-0.0531566254794598,-0.0208410881459713,0.999895870685577,0.00792485661804676,0.0120636820793152,0.501950085163116,0.438957870006561,0.745226263999939,0.0451863743364811,-0.462228178977966,0.885609030723572,0.999855279922485,-0.000465300545329228,0.0170035474002361,0.0330242291092873,0.829437434673309,0.557622671127319,0.501950085163116,0.438957870006561,0.745226263999939,0.0468882918357849,0.840330541133881,0.540042579174042,-0.358087629079819,-0.379176557064056,0.853228211402893,-0.0346276611089706,-0.401387870311737,0.915253281593323,0.0159653183072805,0.83283269405365,0.553294599056244,-0.747696161270142,0.537197172641754,0.390345394611359,-0.0536494255065918,-0.841709971427917,-0.537257969379425,-0.0627502277493477,-0.839120268821716,-0.540314376354218,-0.0325137227773666,-0.563885807991028,0.825212419033051,-0.0426473878324032,-0.593214869499207,0.803913772106171,-0.0254516117274761,-0.830932915210724,-0.555790066719055,-0.389301031827927,-0.886731624603271,-0.249302625656128,0.282959163188934,-0.93144690990448,-0.22878086566925,0.998368680477142,-0.0531566254794598,-0.0208410881459713,0.999364078044891,-0.0356577858328819,-2.88120759250887e-006,0.996863186359406,0.0791428312659264,-6.7456908254826e-006,0.997820436954498,0.0549460835754871,0.0365429297089577,0.999895870685577,0.00792485661804676,0.0120636820793152,0.999855279922485,-0.000465300545329228,0.0170035474002361,-0.0346276611089706,-0.401387870311737,0.915253281593323,-0.358087629079819,-0.379176557064056,0.853228211402893,-0.230880886316299,-0.467395186424255,0.853367328643799,-0.0426473878324032,-0.593214869499207,0.803913772106171,0.501950085163116,0.438957870006561,0.745226263999939,0.0330242291092873,0.829437434673309,0.557622671127319,
  371. 0.0234335195273161,-0.429576486349106,0.902726411819458,0.501950085163116,0.438957870006561,0.745226263999939,0.0234335195273161,-0.429576486349106,0.902726411819458,0.0451863743364811,-0.462228178977966,0.885609030723572,0.501950085163116,0.438957870006561,0.745226263999939,0.999895870685577,0.00792485661804676,0.0120636820793152,0.997820436954498,0.0549460835754871,0.0365429297089577,0.0468882918357849,0.840330541133881,0.540042579174042,0.0460215061903,-0.846643209457397,-0.530167281627655,0.998368680477142,-0.0531566254794598,-0.0208410881459713,0.0234874077141285,-0.627001225948334,0.77866405248642,-0.0346276611089706,-0.401387870311737,0.915253281593323,-0.0180711932480335,-0.416675567626953,0.908875644207001,0.120004825294018,0.82431173324585,0.553271293640137,0.0159653183072805,0.83283269405365,0.553294599056244,-0.389301031827927,-0.886731624603271,-0.249302625656128,0.0043539828620851,-0.847499251365662,-0.530778825283051,-0.00197504367679358,-0.631508648395538,0.775366306304932,-0.0712480396032333,-0.635842084884644,0.768523633480072,-0.00889287050813437,-0.444795519113541,0.895587980747223,0.00143761665094644,-0.403962671756744,0.914774298667908,-0.0396374240517616,0.829125821590424,0.557654976844788,-0.149744600057602,0.828098893165588,0.540211856365204,-0.0627502277493477,-0.839120268821716,-0.540314376354218,0.282959163188934,-0.93144690990448,-0.22878086566925,-0.0234334599226713,-0.519647657871246,0.854059219360352,-0.0325137227773666,-0.563885807991028,0.825212419033051,0.0043539828620851,-0.847499251365662,-0.530778825283051,0.0460215061903,-0.846643209457397,-0.530167281627655,0.0234874077141285,-0.627001225948334,0.77866405248642,-0.00197504367679358,-0.631508648395538,0.775366306304932,0.0043539828620851,-0.847499251365662,-0.530778825283051,-0.389301031827927,-0.886731624603271,-0.249302625656128,-0.0254516117274761,-0.830932915210724,-0.555790066719055,-0.0536494255065918,-0.841709971427917,-0.537257969379425,0.287008047103882,-0.956551611423492,0.0513369701802731,-0.0872319862246513,-0.996188044548035,3.57013086613733e-005,
  372. -0.0180711932480335,-0.416675567626953,0.908875644207001,-0.0346276611089706,-0.401387870311737,0.915253281593323,-0.0426473878324032,-0.593214869499207,0.803913772106171,-0.0325137227773666,-0.563885807991028,0.825212419033051,-0.0234334599226713,-0.519647657871246,0.854059219360352,0.00143761665094644,-0.403962671756744,0.914774298667908,-0.00889287050813437,-0.444795519113541,0.895587980747223,-0.0712480396032333,-0.635842084884644,0.768523633480072,-0.00197504367679358,-0.631508648395538,0.775366306304932,-0.0536494255065918,-0.841709971427917,-0.537257969379425,-0.0872319862246513,-0.996188044548035,3.57013086613733e-005,-0.0345847494900227,-0.999401748180389,-2.92332642857218e-005,-0.0254516117274761,-0.830932915210724,-0.555790066719055,-0.0627502277493477,-0.839120268821716,-0.540314376354218,0.00143761665094644,-0.403962671756744,0.914774298667908,0.0234335195273161,-0.429576486349106,0.902726411819458,0.0330242291092873,0.829437434673309,0.557622671127319,-0.0396374240517616,0.829125821590424,0.557654976844788,0.0451863743364811,-0.462228178977966,0.885609030723572,0.0234335195273161,-0.429576486349106,0.902726411819458,0.00143761665094644,-0.403962671756744,0.914774298667908,-0.00197504367679358,-0.631508648395538,0.775366306304932,0.0234874077141285,-0.627001225948334,0.77866405248642,-0.0180711932480335,-0.416675567626953,0.908875644207001,-0.00889287050813437,-0.444795519113541,0.895587980747223,-0.149744600057602,0.828098893165588,0.540211856365204,0.120004825294018,0.82431173324585,0.553271293640137,-0.00889287050813437,-0.444795519113541,0.895587980747223,-0.0180711932480335,-0.416675567626953,0.908875644207001,-0.0234334599226713,-0.519647657871246,0.854059219360352,-0.0712480396032333,-0.635842084884644,0.768523633480072,0.282959163188934,-0.93144690990448,-0.22878086566925,-0.389301031827927,-0.886731624603271,-0.249302625656128,-0.0712480396032333,-0.635842084884644,0.768523633480072,-0.0234334599226713,-0.519647657871246,0.854059219360352,-0.0254516117274761,-0.830932915210724,-0.555790066719055,
  373. 0.282959163188934,-0.93144690990448,-0.22878086566925,-0.0627502277493477,-0.839120268821716,-0.540314376354218,0.996863186359406,0.0791428312659264,-6.7456908254826e-006,0.0618570819497108,0.854223847389221,0.516212522983551,0.0468882918357849,0.840330541133881,0.540042579174042,0.997820436954498,0.0549460835754871,0.0365429297089577,0.0557066760957241,-0.998447239398956,3.28495552821551e-005,0.999364078044891,-0.0356577858328819,-2.88120759250887e-006,0.998368680477142,-0.0531566254794598,-0.0208410881459713,0.0460215061903,-0.846643209457397,-0.530167281627655,-0.0345847494900227,-0.999401748180389,-2.92332642857218e-005,0.0557066760957241,-0.998447239398956,3.28495552821551e-005,0.0460215061903,-0.846643209457397,-0.530167281627655,0.0043539828620851,-0.847499251365662,-0.530778825283051,-0.0254516117274761,-0.830932915210724,-0.555790066719055,0.999854922294617,-0.000465869350591674,-0.0170245077461004,0.998369574546814,-0.0531444661319256,0.0208281800150871,0.0234139766544104,-0.627052843570709,-0.778624832630157,0.0451169312000275,-0.462294012308121,-0.885578095912933,0.999895691871643,0.00792988762259483,-0.0120698269456625,0.999854922294617,-0.000465869350591674,-0.0170245077461004,0.0451169312000275,-0.462294012308121,-0.885578095912933,0.501827239990234,0.439170956611633,-0.745183408260345,0.0330259315669537,0.829251170158386,-0.557899475097656,0.0468956530094147,0.840151846408844,-0.540320038795471,0.501827239990234,0.439170956611633,-0.745183408260345,-0.70902281999588,0.530760526657104,-0.464305907487869,0.0166015196591616,0.832772076129913,-0.553366959095001,-0.0512410514056683,-0.423048496246338,-0.904657065868378,-0.0596842579543591,-0.84121572971344,0.537395596504211,-0.0398103184998035,-0.593445420265198,-0.803889036178589,-0.0428390502929688,-0.570914626121521,-0.819890975952148,-0.0630196556448936,-0.838609218597412,0.541075944900513,-0.0254572182893753,-0.830717206001282,0.556112349033356,0.28288197517395,-0.93143093585968,0.228941783308983,-0.389012068510056,-0.886881053447723,0.24922202527523,
  374. 0.998369574546814,-0.0531444661319256,0.0208281800150871,0.999854922294617,-0.000465869350591674,-0.0170245077461004,0.999895691871643,0.00792988762259483,-0.0120698269456625,0.997820019721985,0.0549347549676895,-0.0365701168775558,0.996863186359406,0.0791428312659264,-6.7456908254826e-006,0.999364078044891,-0.0356577858328819,-2.88120759250887e-006,-0.0512410514056683,-0.423048496246338,-0.904657065868378,-0.0398103184998035,-0.593445420265198,-0.803889036178589,-0.70902281999588,0.530760526657104,-0.464305907487869,0.501827239990234,0.439170956611633,-0.745183408260345,0.0233734026551247,-0.429635763168335,-0.902699708938599,0.0330259315669537,0.829251170158386,-0.557899475097656,0.501827239990234,0.439170956611633,-0.745183408260345,0.0451169312000275,-0.462294012308121,-0.885578095912933,0.0233734026551247,-0.429635763168335,-0.902699708938599,0.501827239990234,0.439170956611633,-0.745183408260345,0.0468956530094147,0.840151846408844,-0.540320038795471,0.997820019721985,0.0549347549676895,-0.0365701168775558,0.999895691871643,0.00792988762259483,-0.0120698269456625,0.0461558848619461,-0.846442401409149,0.530476152896881,0.0234139766544104,-0.627052843570709,-0.778624832630157,0.998369574546814,-0.0531444661319256,0.0208281800150871,-0.0512410514056683,-0.423048496246338,-0.904657065868378,0.0166015196591616,0.832772076129913,-0.553366959095001,0.120081543922424,0.824135065078735,-0.553517758846283,-0.0281793270260096,-0.435387045145035,-0.899802207946777,-0.389012068510056,-0.886881053447723,0.24922202527523,-0.071218840777874,-0.635905206203461,-0.768474042415619,-0.00202069710940123,-0.631552696228027,-0.775330305099487,0.00443346705287695,-0.847303748130798,0.531090080738068,-0.00891754869371653,-0.44480237364769,-0.895584404468536,-0.149835884571075,0.827930629253387,-0.540444314479828,-0.0396393425762653,0.828938901424408,-0.557932794094086,0.00139115448109806,-0.404012054204941,-0.914752662181854,-0.0630196556448936,-0.838609218597412,0.541075944900513,-0.0428390502929688,-0.570914626121521,-0.819890975952148,
  375. -0.0345225259661675,-0.538771212100983,-0.841744542121887,0.28288197517395,-0.93143093585968,0.228941783308983,0.00443346705287695,-0.847303748130798,0.531090080738068,-0.00202069710940123,-0.631552696228027,-0.775330305099487,0.0234139766544104,-0.627052843570709,-0.778624832630157,0.0461558848619461,-0.846442401409149,0.530476152896881,0.00443346705287695,-0.847303748130798,0.531090080738068,-0.0254572182893753,-0.830717206001282,0.556112349033356,-0.389012068510056,-0.886881053447723,0.24922202527523,-0.0596842579543591,-0.84121572971344,0.537395596504211,-0.0872319862246513,-0.996188044548035,3.57013086613733e-005,0.287008047103882,-0.956551611423492,0.0513369701802731,-0.0281793270260096,-0.435387045145035,-0.899802207946777,-0.0345225259661675,-0.538771212100983,-0.841744542121887,-0.0428390502929688,-0.570914626121521,-0.819890975952148,-0.0398103184998035,-0.593445420265198,-0.803889036178589,-0.0512410514056683,-0.423048496246338,-0.904657065868378,0.00139115448109806,-0.404012054204941,-0.914752662181854,-0.00202069710940123,-0.631552696228027,-0.775330305099487,-0.071218840777874,-0.635905206203461,-0.768474042415619,-0.00891754869371653,-0.44480237364769,-0.895584404468536,-0.0596842579543591,-0.84121572971344,0.537395596504211,-0.0630196556448936,-0.838609218597412,0.541075944900513,-0.0254572182893753,-0.830717206001282,0.556112349033356,-0.0345847494900227,-0.999401748180389,-2.92332642857218e-005,-0.0872319862246513,-0.996188044548035,3.57013086613733e-005,0.00139115448109806,-0.404012054204941,-0.914752662181854,-0.0396393425762653,0.828938901424408,-0.557932794094086,0.0330259315669537,0.829251170158386,-0.557899475097656,0.0233734026551247,-0.429635763168335,-0.902699708938599,0.0451169312000275,-0.462294012308121,-0.885578095912933,0.0234139766544104,-0.627052843570709,-0.778624832630157,-0.00202069710940123,-0.631552696228027,-0.775330305099487,0.00139115448109806,-0.404012054204941,-0.914752662181854,0.0233734026551247,-0.429635763168335,-0.902699708938599,-0.0281793270260096,-0.435387045145035,-0.899802207946777,
  376. 0.120081543922424,0.824135065078735,-0.553517758846283,-0.149835884571075,0.827930629253387,-0.540444314479828,-0.00891754869371653,-0.44480237364769,-0.895584404468536,-0.00891754869371653,-0.44480237364769,-0.895584404468536,-0.071218840777874,-0.635905206203461,-0.768474042415619,-0.0345225259661675,-0.538771212100983,-0.841744542121887,-0.0281793270260096,-0.435387045145035,-0.899802207946777,0.28288197517395,-0.93143093585968,0.228941783308983,-0.0345225259661675,-0.538771212100983,-0.841744542121887,-0.071218840777874,-0.635905206203461,-0.768474042415619,-0.389012068510056,-0.886881053447723,0.24922202527523,-0.0254572182893753,-0.830717206001282,0.556112349033356,-0.0630196556448936,-0.838609218597412,0.541075944900513,0.28288197517395,-0.93143093585968,0.228941783308983,0.999364078044891,-0.0356577858328819,-2.88120759250887e-006,0.0557066760957241,-0.998447239398956,3.28495552821551e-005,0.0461558848619461,-0.846442401409149,0.530476152896881,0.998369574546814,-0.0531444661319256,0.0208281800150871,0.0557066760957241,-0.998447239398956,3.28495552821551e-005,-0.0345847494900227,-0.999401748180389,-2.92332642857218e-005,-0.0254572182893753,-0.830717206001282,0.556112349033356,0.00443346705287695,-0.847303748130798,0.531090080738068,0.0461558848619461,-0.846442401409149,0.530476152896881,-0.0596842579543591,-0.84121572971344,0.537395596504211,0.0265857093036175,-0.846737325191498,0.531346619129181,-0.0398103184998035,-0.593445420265198,-0.803889036178589,0.0338077209889889,-0.99941211938858,-0.00569227943196893,0.287008047103882,-0.956551611423492,0.0513369701802731,-0.0536494255065918,-0.841709971427917,-0.537257969379425,0.0312905199825764,-0.845085978507996,-0.533714056015015,-0.358087629079819,-0.379176557064056,0.853228211402893,0.381296336650848,0.419808954000473,0.823634386062622,0.00807400327175856,-0.501787960529327,0.864952981472015,-0.230880886316299,-0.467395186424255,0.853367328643799,-0.70902281999588,0.530760526657104,-0.464305907487869,0.0242663770914078,-0.551537215709686,-0.833797216415405,
  377. 0.297302901744843,0.504712164402008,-0.81047922372818,-0.0716660469770432,0.846505045890808,0.52753484249115,-0.997928202152252,0.064337246119976,-2.14482753335687e-007,-0.997836589813232,0.0545483268797398,0.0366987325251102,-0.057770624756813,0.819397330284119,0.570307433605194,0.0618253573775291,0.854057192802429,-0.516492068767548,0.996863186359406,0.0791428312659264,-6.7456908254826e-006,0.997820019721985,0.0549347549676895,-0.0365701168775558,0.0468956530094147,0.840151846408844,-0.540320038795471,-0.00549999671056867,0.849697411060333,0.527241945266724,-0.00549979927018285,0.849537014961243,-0.527500331401825,-0.0716630294919014,0.846343636512756,-0.527794122695923,-0.0716660469770432,0.846505045890808,0.52753484249115,-0.00549979927018285,0.849537014961243,-0.527500331401825,-0.00549999671056867,0.849697411060333,0.527241945266724,0.0699422359466553,0.851634085178375,0.519449174404144,0.0699351578950882,0.851472496986389,-0.519715070724487,0.0699351578950882,0.851472496986389,-0.519715070724487,0.0699422359466553,0.851634085178375,0.519449174404144,0.0393561087548733,0.85093742609024,0.523790717124939,0.0393457189202309,0.850780129432678,-0.524046897888184,-0.27446711063385,0.82149475812912,-0.499814212322235,-0.226548880338669,0.833235681056976,0.504374921321869,0.0269463732838631,0.860146820545197,0.509333968162537,0.0278442539274693,0.859983026981354,-0.509562313556671,-0.226548880338669,0.833235681056976,0.504374921321869,-0.27446711063385,0.82149475812912,-0.499814212322235,0.0260892678052187,0.859716057777405,-0.510105490684509,0.0269003007560968,0.863984704017639,0.502799093723297,0.0269003007560968,0.863984704017639,0.502799093723297,0.0260892678052187,0.859716057777405,-0.510105490684509,-0.0434542074799538,0.858999967575073,-0.510128378868103,-0.0591367669403553,0.863182723522186,0.501416325569153,-0.209997817873955,0.844632506370544,0.492439657449722,-0.209305435419083,0.844620823860168,-0.492754369974136,0.019597390666604,0.859807908535004,-0.510241389274597,0.0195965804159641,0.85995614528656,0.509991586208344,
  378. -0.209305435419083,0.844620823860168,-0.492754369974136,-0.209997817873955,0.844632506370544,0.492439657449722,-0.0591367669403553,0.863182723522186,0.501416325569153,-0.0434542074799538,0.858999967575073,-0.510128378868103,0.0225941967219114,0.850218951702118,0.52594405412674,0.0225778426975012,0.850059807300568,-0.526202082633972,0.0393457189202309,0.850780129432678,-0.524046897888184,0.0393561087548733,0.85093742609024,0.523790717124939,0.0225778426975012,0.850059807300568,-0.526202082633972,0.0225941967219114,0.850218951702118,0.52594405412674,-0.0509348511695862,0.858316600322723,0.510586082935333,-0.0509203784167767,0.858168601989746,-0.510836243629456,-0.0509203784167767,0.858168601989746,-0.510836243629456,-0.0509348511695862,0.858316600322723,0.510586082935333,0.0195965804159641,0.85995614528656,0.509991586208344,0.019597390666604,0.859807908535004,-0.510241389274597,0.109596945345402,0.855196833610535,0.506583392620087,0.109669744968414,0.855046808719635,-0.506820976734161,0.0278442539274693,0.859983026981354,-0.509562313556671,0.0269463732838631,0.860146820545197,0.509333968162537,0.109669744968414,0.855046808719635,-0.506820976734161,0.109596945345402,0.855196833610535,0.506583392620087,-0.20808781683445,0.844982802867889,0.492649435997009,-0.208144396543503,0.844832360744476,-0.492883384227753,-0.208144396543503,0.844832360744476,-0.492883384227753,-0.20808781683445,0.844982802867889,0.492649435997009,-0.0184282474219799,0.856357216835022,0.51605486869812,-0.0184227786958218,0.856196582317352,-0.516321659088135,-0.0184227786958218,0.856196582317352,-0.516321659088135,-0.0184282474219799,0.856357216835022,0.51605486869812,0.0618570819497108,0.854223847389221,0.516212522983551,0.0618253573775291,0.854057192802429,-0.516492068767548,0.0244804229587317,0.820934116840363,0.570497930049896,-0.0574931837618351,0.829238533973694,0.555929899215698,-0.0509348511695862,0.858316600322723,0.510586082935333,0.0225941967219114,0.850218951702118,0.52594405412674,0.0425874181091785,0.821383833885193,0.568783640861511,
  379. 0.0393561087548733,0.85093742609024,0.523790717124939,0.0699422359466553,0.851634085178375,0.519449174404144,0.043865017592907,0.830798923969269,0.554841458797455,0.0425874181091785,0.821383833885193,0.568783640861511,0.0244804229587317,0.820934116840363,0.570497930049896,0.0225941967219114,0.850218951702118,0.52594405412674,0.0393561087548733,0.85093742609024,0.523790717124939,0.043865017592907,0.830798923969269,0.554841458797455,0.0699422359466553,0.851634085178375,0.519449174404144,-0.00549999671056867,0.849697411060333,0.527241945266724,-0.0074665485881269,0.821757912635803,0.569787800312042,-0.0574931837618351,0.829238533973694,0.555929899215698,0.0305406097322702,0.830679178237915,0.555913150310516,0.0195965804159641,0.85995614528656,0.509991586208344,-0.0509348511695862,0.858316600322723,0.510586082935333,0.0305406097322702,0.830679178237915,0.555913150310516,-0.151888519525528,0.827874898910522,0.539956510066986,-0.209997817873955,0.844632506370544,0.492439657449722,0.0195965804159641,0.85995614528656,0.509991586208344,-0.226548880338669,0.833235681056976,0.504374921321869,0.0269003007560968,0.863984704017639,0.502799093723297,0.0170849841088057,0.850816428661346,0.525185286998749,-0.405512005090714,0.769212901592255,0.49383345246315,-0.00549999671056867,0.849697411060333,0.527241945266724,-0.0716660469770432,0.846505045890808,0.52753484249115,-0.057770624756813,0.819397330284119,0.570307433605194,-0.0074665485881269,0.821757912635803,0.569787800312042,-0.0591367669403553,0.863182723522186,0.501416325569153,-0.209997817873955,0.844632506370544,0.492439657449722,-0.151888519525528,0.827874898910522,0.539956510066986,-0.0810744613409042,0.832722663879395,0.547722578048706,0.0269003007560968,0.863984704017639,0.502799093723297,-0.0591367669403553,0.863182723522186,0.501416325569153,-0.0810744613409042,0.832722663879395,0.547722578048706,-0.00924649927765131,0.837168395519257,0.5468670129776,0.0170849841088057,0.850816428661346,0.525185286998749,0.0425628684461117,0.821201920509338,-0.56904810667038,0.0438491031527519,0.830621004104614,-0.555109083652496,
  380. 0.0699351578950882,0.851472496986389,-0.519715070724487,0.0393457189202309,0.850780129432678,-0.524046897888184,0.0425628684461117,0.821201920509338,-0.56904810667038,0.0393457189202309,0.850780129432678,-0.524046897888184,0.0225778426975012,0.850059807300568,-0.526202082633972,0.0244736075401306,0.820749998092651,-0.570763111114502,-0.0574891865253448,0.829064130783081,-0.556190252304077,-0.0509203784167767,0.858168601989746,-0.510836243629456,0.019597390666604,0.859807908535004,-0.510241389274597,0.030546173453331,0.830504238605499,-0.556174039840698,0.0260892678052187,0.859716057777405,-0.510105490684509,-0.27446711063385,0.82149475812912,-0.499814212322235,-0.469970345497131,0.744277715682983,-0.474529922008514,0.0239495020359755,0.846645891666412,-0.53161746263504,-0.0716630294919014,0.846343636512756,-0.527794122695923,-0.00549979927018285,0.849537014961243,-0.527500331401825,-0.0074518178589642,0.82157576084137,-0.570050716400146,-0.0577682107686996,0.819214820861816,-0.570569932460785,-0.209305435419083,0.844620823860168,-0.492754369974136,-0.0434542074799538,0.858999967575073,-0.510128378868103,-0.064105398952961,0.832680344581604,-0.550030767917633,-0.150657638907433,0.827859997749329,-0.540323793888092,0.0244736075401306,0.820749998092651,-0.570763111114502,0.0225778426975012,0.850059807300568,-0.526202082633972,-0.0509203784167767,0.858168601989746,-0.510836243629456,-0.0574891865253448,0.829064130783081,-0.556190252304077,-0.0074518178589642,0.82157576084137,-0.570050716400146,-0.00549979927018285,0.849537014961243,-0.527500331401825,0.0699351578950882,0.851472496986389,-0.519715070724487,0.0438491031527519,0.830621004104614,-0.555109083652496,-0.0434542074799538,0.858999967575073,-0.510128378868103,0.0260892678052187,0.859716057777405,-0.510105490684509,0.0239495020359755,0.846645891666412,-0.53161746263504,0.0033135674893856,0.83406925201416,-0.551649808883667,-0.064105398952961,0.832680344581604,-0.550030767917633,0.030546173453331,0.830504238605499,-0.556174039840698,0.019597390666604,0.859807908535004,-0.510241389274597,
  381. -0.209305435419083,0.844620823860168,-0.492754369974136,-0.150657638907433,0.827859997749329,-0.540323793888092,-0.747696161270142,0.537197172641754,0.390345394611359,0.0159653183072805,0.83283269405365,0.553294599056244,0.0269463732838631,0.860146820545197,0.509333968162537,-0.226548880338669,0.833235681056976,0.504374921321869,-0.405512005090714,0.769212901592255,0.49383345246315,0.0159653183072805,0.83283269405365,0.553294599056244,0.120004825294018,0.82431173324585,0.553271293640137,0.109596945345402,0.855196833610535,0.506583392620087,0.0269463732838631,0.860146820545197,0.509333968162537,0.109596945345402,0.855196833610535,0.506583392620087,0.120004825294018,0.82431173324585,0.553271293640137,-0.149744600057602,0.828098893165588,0.540211856365204,-0.20808781683445,0.844982802867889,0.492649435997009,-0.0184282474219799,0.856357216835022,0.51605486869812,-0.20808781683445,0.844982802867889,0.492649435997009,-0.149744600057602,0.828098893165588,0.540211856365204,-0.0396374240517616,0.829125821590424,0.557654976844788,0.0618570819497108,0.854223847389221,0.516212522983551,-0.0184282474219799,0.856357216835022,0.51605486869812,-0.0396374240517616,0.829125821590424,0.557654976844788,0.0330242291092873,0.829437434673309,0.557622671127319,0.0468882918357849,0.840330541133881,0.540042579174042,0.0166015196591616,0.832772076129913,-0.553366959095001,0.0278442539274693,0.859983026981354,-0.509562313556671,0.109669744968414,0.855046808719635,-0.506820976734161,0.120081543922424,0.824135065078735,-0.553517758846283,-0.208144396543503,0.844832360744476,-0.492883384227753,-0.0184227786958218,0.856196582317352,-0.516321659088135,-0.0396393425762653,0.828938901424408,-0.557932794094086,-0.149835884571075,0.827930629253387,-0.540444314479828,-0.70902281999588,0.530760526657104,-0.464305907487869,-0.469970345497131,0.744277715682983,-0.474529922008514,-0.27446711063385,0.82149475812912,-0.499814212322235,0.0278442539274693,0.859983026981354,-0.509562313556671,0.0166015196591616,0.832772076129913,-0.553366959095001,-0.0184227786958218,0.856196582317352,-0.516321659088135,
  382. 0.0618253573775291,0.854057192802429,-0.516492068767548,0.0468956530094147,0.840151846408844,-0.540320038795471,0.0330259315669537,0.829251170158386,-0.557899475097656,-0.0396393425762653,0.828938901424408,-0.557932794094086,0.120081543922424,0.824135065078735,-0.553517758846283,0.109669744968414,0.855046808719635,-0.506820976734161,-0.208144396543503,0.844832360744476,-0.492883384227753,-0.149835884571075,0.827930629253387,-0.540444314479828,-0.0716630294919014,0.846343636512756,-0.527794122695923,-0.997928202152252,0.064337246119976,-2.14482753335687e-007,-0.0716660469770432,0.846505045890808,0.52753484249115,0.0618253573775291,0.854057192802429,-0.516492068767548,0.0618570819497108,0.854223847389221,0.516212522983551,0.996863186359406,0.0791428312659264,-6.7456908254826e-006,0.590166389942169,0.721493721008301,-0.362147182226181,0.718656718730927,-0.282621443271637,-0.635340631008148,0.00969182699918747,-0.408471047878265,-0.912719786167145,0.0139616075903177,0.887627780437469,-0.460349917411804,-0.0316522344946861,-0.613296329975128,-0.789218425750732,0.0104383807629347,-0.615286409854889,-0.788234531879425,0.0122212925925851,-0.905346214771271,0.424498200416565,-0.00163586414419115,-0.905879437923431,0.423532485961914,-0.0260687954723835,-0.414667963981628,-0.909599304199219,0.00969182699918747,-0.408471047878265,-0.912719786167145,0.0104383807629347,-0.615286409854889,-0.788234531879425,-0.0316522344946861,-0.613296329975128,-0.789218425750732,-0.00163586414419115,-0.905879437923431,0.423532485961914,0.0122212925925851,-0.905346214771271,0.424498200416565,0.0201653521507978,-0.891688466072083,0.452199995517731,-0.00404809974133968,-0.89173835515976,0.452533185482025,-0.0125025771558285,-0.891600489616394,0.452650278806686,0.00969182699918747,-0.408471047878265,-0.912719786167145,-0.0260687954723835,-0.414667963981628,-0.909599304199219,0.00160045444499701,0.887281894683838,-0.461224794387817,0.0139616075903177,0.887627780437469,-0.460349917411804,0.0104383807629347,-0.615286409854889,-0.788234531879425,0.728648722171783,-0.403216749429703,-0.553612947463989,
  383. 0.717429220676422,-0.628365695476532,0.300752133131027,0.0122212925925851,-0.905346214771271,0.424498200416565,0.00969182699918747,-0.408471047878265,-0.912719786167145,0.718656718730927,-0.282621443271637,-0.635340631008148,0.728648722171783,-0.403216749429703,-0.553612947463989,0.0104383807629347,-0.615286409854889,-0.788234531879425,0.0122212925925851,-0.905346214771271,0.424498200416565,0.717429220676422,-0.628365695476532,0.300752133131027,0.711504518985748,-0.62701541185379,0.317195594310761,0.0201653521507978,-0.891688466072083,0.452199995517731,0.00160045444499701,0.887281894683838,-0.461224794387817,-0.797054409980774,0.519895732402802,-0.307266414165497,-0.00807372014969587,0.897932827472687,-0.440058559179306,-0.0260687954723835,-0.414667963981628,-0.909599304199219,-0.891386866569519,-0.16655059158802,-0.421533495187759,-0.797054409980774,0.519895732402802,-0.307266414165497,0.00160045444499701,0.887281894683838,-0.461224794387817,-0.891386866569519,-0.16655059158802,-0.421533495187759,-0.0260687954723835,-0.414667963981628,-0.909599304199219,-0.0316522344946861,-0.613296329975128,-0.789218425750732,-0.88506144285202,-0.302014082670212,-0.354194551706314,-0.88506144285202,-0.302014082670212,-0.354194551706314,-0.0316522344946861,-0.613296329975128,-0.789218425750732,-0.00163586414419115,-0.905879437923431,0.423532485961914,-0.422329872846603,-0.816285908222198,0.394100069999695,-0.422329872846603,-0.816285908222198,0.394100069999695,-0.00163586414419115,-0.905879437923431,0.423532485961914,-0.0125025771558285,-0.891600489616394,0.452650278806686,-0.0125025771558285,-0.891600489616394,0.452650278806686,-0.00404809974133968,-0.89173835515976,0.452533185482025,-0.766263067722321,-0.560398638248444,0.314315766096115,-0.422329872846603,-0.816285908222198,0.394100069999695,-0.0125025771558285,-0.891600489616394,0.452650278806686,-0.766263067722321,-0.560398638248444,0.314315766096115,-0.781790971755981,-0.544438183307648,0.303957104682922,-0.00807372014969587,0.897932827472687,-0.440058559179306,-0.797054409980774,0.519895732402802,-0.307266414165497,
  384. -0.853958308696747,0.465303063392639,-0.23291252553463,-0.75041526556015,0.597464084625244,-0.282689988613129,0.00217931298539042,0.898084938526154,-0.43981671333313,0.0166996642947197,0.897857427597046,-0.439969629049301,0.0139616075903177,0.887627780437469,-0.460349917411804,0.00160045444499701,0.887281894683838,-0.461224794387817,-0.00807372014969587,0.897932827472687,-0.440058559179306,1,-1.07409994143381e-006,0,1,-1.07409994143381e-006,0,0.999999940395355,-1.07409971406014e-006,0,1,-1.07409982774698e-006,0,1,-1.07409982774698e-006,0,1,-1.07409982774698e-006,0,0.0166996642947197,0.897857427597046,-0.439969629049301,0.58608490228653,0.726850032806396,-0.358041167259216,0.590166389942169,0.721493721008301,-0.362147182226181,0.0139616075903177,0.887627780437469,-0.460349917411804,-0.75041526556015,0.597464084625244,-0.282689988613129,0.00217931298539042,0.898084938526154,-0.43981671333313,-0.00807372014969587,0.897932827472687,-0.440058559179306,0.590227723121643,0.721353530883789,0.362326353788376,0.0139030171558261,0.887506723403931,0.460585027933121,0.00970420148223639,-0.408422440290451,0.912741363048553,0.719148874282837,-0.282471358776093,0.634850323200226,-0.0316529795527458,-0.613296687602997,0.789218127727509,-0.00155628053471446,-0.905760049819946,-0.423788219690323,0.0122839892283082,-0.905225038528442,-0.424754738807678,0.0104554891586304,-0.615284442901611,0.78823584318161,-0.026067428290844,-0.414621561765671,0.909620463848114,-0.0316529795527458,-0.613296687602997,0.789218127727509,0.0104554891586304,-0.615284442901611,0.78823584318161,0.00970420148223639,-0.408422440290451,0.912741363048553,-0.00155628053471446,-0.905760049819946,-0.423788219690323,-0.0124909169971943,-0.891456305980682,-0.452934503555298,-0.0039573460817337,-0.89159369468689,-0.452818989753723,0.0202380195260048,-0.891543805599213,-0.452482134103775,0.0122839892283082,-0.905225038528442,-0.424754738807678,0.00970420148223639,-0.408422440290451,0.912741363048553,0.0139030171558261,0.887506723403931,0.460585027933121,0.00153676979243755,0.887160956859589,0.46145761013031,
  385. -0.026067428290844,-0.414621561765671,0.909620463848114,0.0104554891586304,-0.615284442901611,0.78823584318161,0.0122839892283082,-0.905225038528442,-0.424754738807678,0.717226564884186,-0.62845653295517,-0.301045656204224,0.729126989841461,-0.402978718280792,0.55315637588501,0.00970420148223639,-0.408422440290451,0.912741363048553,0.0104554891586304,-0.615284442901611,0.78823584318161,0.729126989841461,-0.402978718280792,0.55315637588501,0.719148874282837,-0.282471358776093,0.634850323200226,0.0122839892283082,-0.905225038528442,-0.424754738807678,0.0202380195260048,-0.891543805599213,-0.452482134103775,0.711287975311279,-0.627109289169312,-0.31749552488327,0.717226564884186,-0.62845653295517,-0.301045656204224,0.00153676979243755,0.887160956859589,0.46145761013031,-0.00808463525027037,0.897815763950348,0.44029700756073,-0.796869099140167,0.52009391784668,0.307411640882492,-0.026067428290844,-0.414621561765671,0.909620463848114,0.00153676979243755,0.887160956859589,0.46145761013031,-0.796869099140167,0.52009391784668,0.307411640882492,-0.891384899616241,-0.166522547602654,0.42154860496521,-0.891384899616241,-0.166522547602654,0.42154860496521,-0.885063469409943,-0.302033007144928,0.354173213243485,-0.0316529795527458,-0.613296687602997,0.789218127727509,-0.026067428290844,-0.414621561765671,0.909620463848114,-0.885063469409943,-0.302033007144928,0.354173213243485,-0.422196596860886,-0.816335439682007,-0.394140422344208,-0.00155628053471446,-0.905760049819946,-0.423788219690323,-0.0316529795527458,-0.613296687602997,0.789218127727509,-0.422196596860886,-0.816335439682007,-0.394140422344208,-0.0124909169971943,-0.891456305980682,-0.452934503555298,-0.00155628053471446,-0.905760049819946,-0.423788219690323,-0.0124909169971943,-0.891456305980682,-0.452934503555298,-0.767872333526611,-0.558540225028992,-0.313695579767227,-0.0039573460817337,-0.89159369468689,-0.452818989753723,-0.422196596860886,-0.816335439682007,-0.394140422344208,-0.783607542514801,-0.542298674583435,-0.303102910518646,-0.767872333526611,-0.558540225028992,-0.313695579767227,
  386. -0.0124909169971943,-0.891456305980682,-0.452934503555298,-0.00808463525027037,0.897815763950348,0.44029700756073,-0.74967098236084,0.598115622997284,0.283286064863205,-0.853134036064148,0.466449856758118,0.233638003468513,-0.796869099140167,0.52009391784668,0.307411640882492,0.0166381653398275,0.897741436958313,0.440208554267883,0.00212278729304671,0.897967398166656,0.44005686044693,-0.00808463525027037,0.897815763950348,0.44029700756073,0.00153676979243755,0.887160956859589,0.46145761013031,0.0139030171558261,0.887506723403931,0.460585027933121,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.586135506629944,0.726721704006195,0.358218878507614,0.0166381653398275,0.897741436958313,0.440208554267883,0.0139030171558261,0.887506723403931,0.460585027933121,0.590227723121643,0.721353530883789,0.362326353788376,0.00212278729304671,0.897967398166656,0.44005686044693,-0.74967098236084,0.598115622997284,0.283286064863205,-0.00808463525027037,0.897815763950348,0.44029700756073,-0.999837219715118,-0.0180401764810085,-1.15576026527009e-009,-0.999837219715118,-0.0180401783436537,-1.15576026527009e-009,-0.999837219715118,-0.0180401783436537,-1.15576037629239e-009,-0.999837338924408,-0.0180401783436537,-1.15576026527009e-009,-0.999837219715118,-0.0180401764810085,-1.15576015424779e-009,-0.999837279319763,-0.0180401764810085,-1.15576026527009e-009,-0.999837279319763,-0.0180401783436537,-1.15576026527009e-009,-0.999837279319763,-0.0180401783436537,-1.15576026527009e-009,-0.999837219715118,-0.0180401764810085,-1.15576026527009e-009,-0.999837279319763,-0.0180401764810085,-1.15576026527009e-009,0.590123176574707,0.721520900726318,-0.362163186073303,0.718828439712524,-0.282603532075882,-0.63515430688858,0.0233056284487247,-0.405350297689438,-0.913864314556122,-0.0156689155846834,0.887957394123077,-0.459658801555634,-0.0118086896836758,-0.615803062915802,-0.787811577320099,0.0305883772671223,-0.613193809986115,-0.789340019226074,0.0421596355736256,-0.904660880565643,0.424041718244553,0.0286746267229319,-0.905719876289368,0.422905713319778,-0.0118586355820298,-0.418148279190063,-0.908301413059235,
  387. 0.0233056284487247,-0.405350297689438,-0.913864314556122,0.0305883772671223,-0.613193809986115,-0.789340019226074,-0.0118086896836758,-0.615803062915802,-0.787811577320099,0.0286746267229319,-0.905719876289368,0.422905713319778,0.0421596355736256,-0.904660880565643,0.424041718244553,0.0496885851025581,-0.890909373760223,0.451454937458038,0.0258110538125038,-0.891593217849731,0.452100872993469,0.0171496458351612,-0.891681253910065,0.45233890414238,0.0233056284487247,-0.405350297689438,-0.913864314556122,-0.0118586355820298,-0.418148279190063,-0.908301413059235,-0.0281412750482559,0.886704206466675,-0.461479872465134,-0.0156689155846834,0.887957394123077,-0.459658801555634,0.0305883772671223,-0.613193809986115,-0.789340019226074,0.728810846805573,-0.403121262788773,-0.553469121456146,0.717326045036316,-0.62845766544342,0.300805926322937,0.0421596355736256,-0.904660880565643,0.424041718244553,0.0233056284487247,-0.405350297689438,-0.913864314556122,0.718828439712524,-0.282603532075882,-0.63515430688858,0.728810846805573,-0.403121262788773,-0.553469121456146,0.0305883772671223,-0.613193809986115,-0.789340019226074,0.0421596355736256,-0.904660880565643,0.424041718244553,0.717326045036316,-0.62845766544342,0.300805926322937,0.711401104927063,-0.627109885215759,0.317240417003632,0.0496885851025581,-0.890909373760223,0.451454937458038,-0.0281412750482559,0.886704206466675,-0.461479872465134,-0.797538340091705,0.519321739673615,-0.306981176137924,-0.0379414409399033,0.897366642951965,-0.439651519060135,-0.0118586355820298,-0.418148279190063,-0.908301413059235,-0.891117095947266,-0.166918620467186,-0.421958029270172,-0.797538340091705,0.519321739673615,-0.306981176137924,-0.0281412750482559,0.886704206466675,-0.461479872465134,-0.891117095947266,-0.166918620467186,-0.421958029270172,-0.0118586355820298,-0.418148279190063,-0.908301413059235,-0.0118086896836758,-0.615803062915802,-0.787811577320099,-0.884687185287476,-0.302428126335144,-0.354775696992874,-0.884687185287476,-0.302428126335144,-0.354775696992874,-0.0118086896836758,-0.615803062915802,-0.787811577320099,
  388. 0.0286746267229319,-0.905719876289368,0.422905713319778,-0.422086417675018,-0.816392838954926,0.394139260053635,-0.422086417675018,-0.816392838954926,0.394139260053635,0.0286746267229319,-0.905719876289368,0.422905713319778,0.0171496458351612,-0.891681253910065,0.45233890414238,0.0171496458351612,-0.891681253910065,0.45233890414238,0.0258110538125038,-0.891593217849731,0.452100872993469,-0.765659809112549,-0.561044812202454,0.314632803201675,-0.422086417675018,-0.816392838954926,0.394139260053635,0.0171496458351612,-0.891681253910065,0.45233890414238,-0.765659809112549,-0.561044812202454,0.314632803201675,-0.781061410903931,-0.545245468616486,0.304385334253311,-0.0379414409399033,0.897366642951965,-0.439651519060135,-0.797538340091705,0.519321739673615,-0.306981176137924,-0.854304969310761,0.46476998925209,-0.232705488801003,-0.750632345676422,0.597235083580017,-0.282597452402115,-0.0277379229664803,0.897792339324951,-0.439544588327408,-0.0129989050328732,0.897958040237427,-0.439889043569565,-0.0156689155846834,0.887957394123077,-0.459658801555634,-0.0281412750482559,0.886704206466675,-0.461479872465134,-0.0379414409399033,0.897366642951965,-0.439651519060135,1,0,0,1,0,0,0.999999940395355,0,0,0.999999940395355,0,0,1,0,0,1,0,0,-0.0129989050328732,0.897958040237427,-0.439889043569565,0.586034297943115,0.72688502073288,-0.358052909374237,0.590123176574707,0.721520900726318,-0.362163186073303,-0.0156689155846834,0.887957394123077,-0.459658801555634,-0.750632345676422,0.597235083580017,-0.282597452402115,-0.0277379229664803,0.897792339324951,-0.439544588327408,-0.0379414409399033,0.897366642951965,-0.439651519060135,0.59017276763916,0.721388101577759,0.362346887588501,-0.0157230645418167,0.887829005718231,0.459904730319977,0.0233056414872408,-0.405350118875504,0.913864314556122,0.718828201293945,-0.282603710889816,0.63515442609787,-0.0118087138980627,-0.615803003311157,0.787811636924744,0.0287448782473803,-0.905595421791077,-0.42316746711731,0.0422268621623516,-0.904534339904785,-0.424304872751236,0.0305883903056383,-0.61319375038147,0.789340019226074,
  389. -0.0118586421012878,-0.418148159980774,0.908301413059235,-0.0118087138980627,-0.615803003311157,0.787811636924744,0.0305883903056383,-0.61319375038147,0.789340019226074,0.0233056414872408,-0.405350118875504,0.913864314556122,0.0287448782473803,-0.905595421791077,-0.42316746711731,0.0171535033732653,-0.891533195972443,-0.452630341053009,0.0258922148495913,-0.891442835330963,-0.452392816543579,0.0497598461806774,-0.890759170055389,-0.451743274927139,0.0422268621623516,-0.904534339904785,-0.424304872751236,0.0233056414872408,-0.405350118875504,0.913864314556122,-0.0157230645418167,0.887829005718231,0.459904730319977,-0.0282005351036787,0.886574804782867,0.461724698543549,-0.0118586421012878,-0.418148159980774,0.908301413059235,0.0305883903056383,-0.61319375038147,0.789340019226074,0.0422268621623516,-0.904534339904785,-0.424304872751236,0.71725982427597,-0.628427922725677,-0.301026046276093,0.728810369968414,-0.403122067451477,0.553469061851501,0.0233056414872408,-0.405350118875504,0.913864314556122,0.0305883903056383,-0.61319375038147,0.789340019226074,0.728810369968414,-0.403122067451477,0.553469061851501,0.718828201293945,-0.282603710889816,0.63515442609787,0.0422268621623516,-0.904534339904785,-0.424304872751236,0.0497598461806774,-0.890759170055389,-0.451743274927139,0.711325168609619,-0.6270751953125,-0.317479431629181,0.71725982427597,-0.628427922725677,-0.301026046276093,-0.0282005351036787,0.886574804782867,0.461724698543549,-0.0379454754292965,0.897246718406677,0.439895957708359,-0.797451376914978,0.519413828849792,0.307051509618759,-0.0118586421012878,-0.418148159980774,0.908301413059235,-0.0282005351036787,0.886574804782867,0.461724698543549,-0.797451376914978,0.519413828849792,0.307051509618759,-0.891117215156555,-0.166919067502022,0.421957552433014,-0.891117215156555,-0.166919067502022,0.421957552433014,-0.884686887264252,-0.302429646253586,0.354775190353394,-0.0118087138980627,-0.615803003311157,0.787811636924744,-0.0118586421012878,-0.418148159980774,0.908301413059235,-0.884686887264252,-0.302429646253586,0.354775190353394,
  390. -0.422403126955032,-0.816249310970306,-0.39409738779068,0.0287448782473803,-0.905595421791077,-0.42316746711731,-0.0118087138980627,-0.615803003311157,0.787811636924744,-0.422403126955032,-0.816249310970306,-0.39409738779068,0.0171535033732653,-0.891533195972443,-0.452630341053009,0.0287448782473803,-0.905595421791077,-0.42316746711731,0.0171535033732653,-0.891533195972443,-0.452630341053009,-0.767233192920685,-0.559229731559753,-0.314030647277832,0.0258922148495913,-0.891442835330963,-0.452392816543579,-0.422403126955032,-0.816249310970306,-0.39409738779068,-0.782839357852936,-0.543154180049896,-0.303555428981781,-0.767233192920685,-0.559229731559753,-0.314030647277832,0.0171535033732653,-0.891533195972443,-0.452630341053009,-0.0379454754292965,0.897246718406677,0.439895957708359,-0.749846816062927,0.597924590110779,0.283223986625671,-0.853436708450317,0.465981096029282,0.23346808552742,-0.797451376914978,0.519413828849792,0.307051509618759,-0.0130565315485001,0.897837519645691,0.440133452415466,-0.0277901645749807,0.897670447826386,0.439790159463882,-0.0379454754292965,0.897246718406677,0.439895957708359,-0.0282005351036787,0.886574804782867,0.461724698543549,-0.0157230645418167,0.887829005718231,0.459904730319977,1,-5.37390292265627e-007,0,1,-5.37390349109046e-007,0,1,-5.37390349109046e-007,0,1,-5.37390292265627e-007,0,1,-5.37390235422208e-007,0,1,-5.37390349109046e-007,0,0.586083292961121,0.726754426956177,0.358237862586975,-0.0130565315485001,0.897837519645691,0.440133452415466,-0.0157230645418167,0.887829005718231,0.459904730319977,0.59017276763916,0.721388101577759,0.362346887588501,-0.0277901645749807,0.897670447826386,0.439790159463882,-0.749846816062927,0.597924590110779,0.283223986625671,-0.0379454754292965,0.897246718406677,0.439895957708359,-0.999839603900909,-0.0179113429039717,-1.15573983716644e-009,-0.999839544296265,-0.0179113429039717,-1.15573994818874e-009,-0.999839544296265,-0.0179113410413265,-1.15573994818874e-009,-0.999839663505554,-0.0179113447666168,-1.15574005921104e-009,-0.999839603900909,-0.0179113429039717,-1.15573983716644e-009,
  391. -0.999839603900909,-0.0179113447666168,-1.15574005921104e-009,-0.999839544296265,-0.0179113429039717,-1.15573994818874e-009,-0.999839544296265,-0.0179113429039717,-1.15573994818874e-009,-0.999839544296265,-0.0179113429039717,-1.15573994818874e-009,-0.999839603900909,-0.0179113447666168,-1.15574005921104e-009,-0.0199959278106689,0.876998960971832,0.480075865983963,-0.0199959296733141,0.876999020576477,0.480075895786285,-0.0199959296733141,0.876999080181122,0.480075925588608,-0.0199959296733141,0.876999020576477,0.480075895786285,0,0.882459580898285,-0.470388144254684,0,0.882459580898285,-0.470388144254684,0,0.882459580898285,-0.470388144254684,0,0.882459580898285,-0.470388144254684,0.99879777431488,-0.0141247734427452,-0.0469425581395626,0.999292433261871,0.00456810928881168,-0.0373329147696495,0.999944388866425,0.0105519220232964,5.75691327941996e-010,0.999292433261871,0.0045680720359087,0.0373328849673271,0.998797655105591,-0.0141247697174549,0.0469425618648529,-0.999171316623688,0.0390111282467842,0.0116095608100295,-0.0214030854403973,0.999629199504852,0.0168345924466848,-0.0117072286084294,0.999826371669769,-0.0145002519711852,-0.998265027999878,0.0574950762093067,-0.0126950507983565,-0.0248057283461094,0.0603204220533371,0.997870802879334,-0.999171316623688,0.0390111282467842,0.0116095608100295,-0.998255610466003,-0.057330783456564,0.014101417735219,-0.0221542902290821,-0.0495605580508709,0.998525321483612,-0.999171316623688,0.0390111282467842,0.0116095608100295,-0.998265027999878,0.0574950762093067,-0.0126950507983565,-0.998326480388641,-0.0563440211117268,-0.0130170369520783,-0.998255610466003,-0.057330783456564,0.014101417735219,-0.999171316623688,0.0390111282467842,0.0116095608100295,-0.0248057283461094,0.0603204220533371,0.997870802879334,-0.0214030854403973,0.999629199504852,0.0168345924466848,-0.0117072286084294,0.999826371669769,-0.0145002519711852,-0.0380972474813461,0.0553507134318352,-0.997739851474762,-0.998265027999878,0.0574950762093067,-0.0126950507983565,-0.998326480388641,-0.0563440211117268,-0.0130170369520783,
  392. -0.038563497364521,-0.0935898423194885,-0.99486368894577,-0.0236625894904137,-0.99948787689209,-0.0215437952429056,-0.0380972474813461,0.0553507134318352,-0.997739851474762,-0.038563497364521,-0.0935898423194885,-0.99486368894577,-0.998326480388641,-0.0563440211117268,-0.0130170369520783,-0.998265027999878,0.0574950762093067,-0.0126950507983565,-0.0230862926691771,-0.999700248241425,0.00815326441079378,-0.998255610466003,-0.057330783456564,0.014101417735219,-0.998326480388641,-0.0563440211117268,-0.0130170369520783,-0.0236625894904137,-0.99948787689209,-0.0215437952429056,-0.0230862926691771,-0.999700248241425,0.00815326441079378,-0.0221542902290821,-0.0495605580508709,0.998525321483612,-0.998255610466003,-0.057330783456564,0.014101417735219,0.0228670127689838,-0.999676764011383,-0.0111107807606459,0.998947083950043,-0.0381952933967113,-0.0254135876893997,0.998678147792816,-0.050578985363245,0.00914510991424322,0.0166063960641623,-0.999597012996674,0.0230238512158394,-0.0035426274407655,-0.0768074840307236,-0.997039616107941,-0.00183352292515337,-0.999912083148956,-0.0131311723962426,-0.0809495970606804,-0.868081986904144,-0.489776253700256,0.998947083950043,-0.0381952933967113,-0.0254135876893997,0.0303482189774513,-0.0809311866760254,-0.996257543563843,0.0246404185891151,0.102985210716724,-0.994377553462982,0.998859763145447,0.038616668432951,-0.0280684288591146,0.0166063960641623,-0.999597012996674,0.0230238512158394,0.0486477725207806,-0.069248303771019,0.996412634849548,-0.030893363058567,-0.0823319554328918,0.996125996112823,-0.00714539736509323,-0.99966162443161,0.0250150691717863,-0.206247344613075,-0.113278657197952,-0.971920788288116,-0.0035426274407655,-0.0768074840307236,-0.997039616107941,-0.0809495970606804,-0.868081986904144,-0.489776253700256,-0.00183352292515337,-0.999912083148956,-0.0131311723962426,-0.0878146141767502,-0.995941162109375,-0.0197401102632284,-0.0809495970606804,-0.868081986904144,-0.489776253700256,0.998678147792816,-0.050578985363245,0.00914510991424322,0.998947083950043,-0.0381952933967113,-0.0254135876893997,
  393. 0.998859763145447,0.038616668432951,-0.0280684288591146,0.999067366123199,0.0429806038737297,-0.00412550941109657,0.999776482582092,0.0192017089575529,0.00885990727692842,0.0228670127689838,-0.999676764011383,-0.0111107807606459,0.0303482189774513,-0.0809311866760254,-0.996257543563843,0.998947083950043,-0.0381952933967113,-0.0254135876893997,0.998678147792816,-0.050578985363245,0.00914510991424322,0.0486477725207806,-0.069248303771019,0.996412634849548,0.0166063960641623,-0.999597012996674,0.0230238512158394,0.998859763145447,0.038616668432951,-0.0280684288591146,0.02040777169168,0.999684154987335,-0.0146655030548573,0.0046723592095077,0.999988913536072,0.000597216654568911,0.999067366123199,0.0429806038737297,-0.00412550941109657,-0.00972068123519421,0.999700248241425,0.0224721170961857,0.0046723592095077,0.999988913536072,0.000597216654568911,0.02040777169168,0.999684154987335,-0.0146655030548573,-0.013414335437119,0.999721467494965,-0.0194178875535727,-0.0128790680319071,0.999785542488098,0.0162203069776297,0.02040777169168,0.999684154987335,-0.0146655030548573,0.0246404185891151,0.102985210716724,-0.994377553462982,-0.0047542923130095,0.105655014514923,-0.994391441345215,-0.013414335437119,0.999721467494965,-0.0194178875535727,0.999776482582092,0.0192017089575529,0.00885990727692842,0.0404136925935745,0.0213217679411173,0.998955547809601,0.0486477725207806,-0.069248303771019,0.996412634849548,0.998678147792816,-0.050578985363245,0.00914510991424322,-0.0258609876036644,0.0656857341527939,0.997505128383636,0.186252191662788,0.982343196868896,0.0176649447530508,0.0193283390253782,0.999655485153198,0.0177556350827217,0.0125245274975896,0.0723340734839439,0.997301757335663,-0.193571180105209,-0.714729785919189,0.672080039978027,-0.0944348871707916,-0.0154356164857745,0.995411396026611,0.00857565738260746,-0.0591934658586979,0.998209714889526,0.0180774368345737,0.054046630859375,0.998374700546265,0.0046723592095077,0.999988913536072,0.000597216654568911,-0.00972068123519421,0.999700248241425,0.0224721170961857,0.0246404185891151,0.102985210716724,-0.994377553462982,
  394. 0.02040777169168,0.999684154987335,-0.0146655030548573,0.998859763145447,0.038616668432951,-0.0280684288591146,0.999776482582092,0.0192017089575529,0.00885990727692842,0.0180774368345737,0.054046630859375,0.998374700546265,0.0404136925935745,0.0213217679411173,0.998955547809601,0.999776482582092,0.0192017089575529,0.00885990727692842,0.999067366123199,0.0429806038737297,-0.00412550941109657,0.0046723592095077,0.999988913536072,0.000597216654568911,0.0180774368345737,0.054046630859375,0.998374700546265,0.00311949173919857,-0.0242945086210966,-0.999699950218201,0.0812858939170837,-0.996601521968842,-0.01334473118186,0.0348367765545845,-0.999237895011902,-0.0176072586327791,0.00583980651572347,-0.0945807099342346,-0.995500087738037,-0.0223734471946955,-0.999499678611755,0.0223558433353901,-0.130482137203217,-0.00356472679413855,0.991444230079651,0.00221987208351493,-0.0783878490328789,0.996920526027679,0.0288393385708332,-0.999490439891815,0.0136825973168015,0.448765337467194,0.823107242584229,-0.348000288009644,0.044175036251545,0.918085038661957,-0.393914371728897,0.00855621509253979,0.104279913008213,-0.994511187076569,0.00565148843452334,0.0660709664225578,-0.997798979282379,0.0812858939170837,-0.996601521968842,-0.01334473118186,-0.0223734471946955,-0.999499678611755,0.0223558433353901,0.0288393385708332,-0.999490439891815,0.0136825973168015,0.0348367765545845,-0.999237895011902,-0.0176072586327791,0.0020129659678787,0.99987781047821,-0.015504002571106,0.0506981089711189,0.99863475561142,-0.0125829018652439,0.044175036251545,0.918085038661957,-0.393914371728897,0.448765337467194,0.823107242584229,-0.348000288009644,0.042827021330595,0.998993694782257,0.0133243184536695,0.0419903211295605,0.0710892006754875,0.996585786342621,0.515656471252441,0.763828456401825,0.388155221939087,0.0419903211295605,0.0710892006754875,0.996585786342621,0.658354461193085,0.0691265910863876,0.749527156352997,0.515656471252441,0.763828456401825,0.388155221939087,-0.08854029327631,-0.996052324771881,0.00636272504925728,0.542436301708221,-0.0453905686736107,0.83886981010437,
  395. 0.0818989723920822,-0.0684604793787003,0.99428653717041,-0.0135477259755135,-0.999812424182892,0.0138385146856308,0.154065802693367,-0.168032273650169,-0.973667740821838,0.116300657391548,-0.1648009121418,-0.979446172714233,-0.0809495970606804,-0.868081986904144,-0.489776253700256,-0.0809495970606804,-0.868081986904144,-0.489776253700256,-0.165720924735069,-0.986145615577698,-0.00729712285101414,-0.0104721849784255,-0.999903678894043,-0.00911732204258442,0.042827021330595,0.998993694782257,0.0133243184536695,0.351479679346085,0.936148405075073,0.00939265359193087,0.174564823508263,0.984645545482636,0.000341807899530977,0.201653242111206,0.979279577732086,-0.0186406150460243,-0.694500982761383,0.0954645872116089,0.713130295276642,0.658354461193085,0.0691265910863876,0.749527156352997,0.542436301708221,-0.0453905686736107,0.83886981010437,-0.030893363058567,-0.0823319554328918,0.996125996112823,-0.0355854257941246,0.625470519065857,0.779435932636261,0.00900033675134182,0.869685769081116,0.493523836135864,0.00234786630608141,0.999884009361267,0.0150514440611005,-0.00161426886916161,0.0840457156300545,0.996460616588593,-0.00161426886916161,0.0840457156300545,0.996460616588593,-0.105810739099979,0.0847463682293892,0.990768432617188,-0.0355854257941246,0.625470519065857,0.779435932636261,0.180218383669853,-0.0419501475989819,-0.982731640338898,0.624037861824036,-0.781320512294769,-0.010720863007009,0.0421465784311295,-0.998904049396515,-0.0203518401831388,0.0282627753913403,-0.087587371468544,-0.995755791664124,0.608427703380585,-0.793599128723145,0.00402754731476307,0.153604850172997,-0.0575817935168743,0.986453175544739,0.0267335474491119,-0.0650975853204727,0.997520744800568,0.036978542804718,-0.999258935451508,0.0106806755065918,-0.338693410158157,0.102810405194759,-0.935262978076935,0.180218383669853,-0.0419501475989819,-0.982731640338898,0.0282627753913403,-0.087587371468544,-0.995755791664124,0.0502917431294918,0.0660796463489532,-0.996546149253845,0.624037861824036,-0.781320512294769,-0.010720863007009,0.608427703380585,-0.793599128723145,0.00402754731476307,
  396. 0.036978542804718,-0.999258935451508,0.0106806755065918,0.0421465784311295,-0.998904049396515,-0.0203518401831388,-0.536187887191772,0.596894264221191,0.59684157371521,-0.57253223657608,0.819732785224915,0.015646044164896,0.00290907197631896,0.999991118907928,0.00306432438082993,0.60862523317337,0.515200793743134,0.603443086147308,-0.576849937438965,0.816825270652771,-0.00638148467987776,-0.338693410158157,0.102810405194759,-0.935262978076935,0.0502917431294918,0.0660796463489532,-0.996546149253845,0.00171924103051424,0.99987405538559,-0.0157746784389019,0.60862523317337,0.515200793743134,0.603443086147308,0.0427034236490726,0.0121234655380249,0.999014258384705,-0.375246614217758,0.250261604785919,0.892501592636108,-0.536187887191772,0.596894264221191,0.59684157371521,-0.0468321405351162,-0.038744755089283,-0.998151063919067,-0.26591494679451,-0.963996529579163,0.000110023815068416,0.0502275489270687,-0.998524725437164,-0.0206320956349373,0.0244094803929329,-0.107811726629734,-0.993871569633484,-0.245750918984413,-0.968063116073608,0.0496010184288025,-0.193571180105209,-0.714729785919189,0.672080039978027,0.00857565738260746,-0.0591934658586979,0.998209714889526,0.0200144238770008,-0.999768853187561,0.00785473175346851,0.0202798880636692,0.0677507817745209,-0.99749618768692,-0.00263154576532543,0.064924843609333,-0.997886717319489,-0.0468321405351162,-0.038744755089283,-0.998151063919067,0.0244094803929329,-0.107811726629734,-0.993871569633484,0.0200144238770008,-0.999768853187561,0.00785473175346851,-0.291641652584076,-0.956490993499756,0.00836837384849787,-0.245750918984413,-0.968063116073608,0.0496010184288025,0.0135357836261392,0.999820113182068,-0.0132816396653652,0.0193283390253782,0.999655485153198,0.0177556350827217,0.186252191662788,0.982343196868896,0.0176649447530508,0.189534991979599,0.98184859752655,0.00705500226467848,0.0135357836261392,0.999820113182068,-0.0132816396653652,0.0202798880636692,0.0677507817745209,-0.99749618768692,-0.0380972474813461,0.0553507134318352,-0.997739851474762,-0.0117072286084294,0.999826371669769,-0.0145002519711852,
  397. 0.00116746837738901,0.999954700469971,0.00945381261408329,0.00766173377633095,0.0554167442023754,0.998433947563171,0.60862523317337,0.515200793743134,0.603443086147308,0.00766173377633095,0.0554167442023754,0.998433947563171,0.0427034236490726,0.0121234655380249,0.999014258384705,0.60862523317337,0.515200793743134,0.603443086147308,-0.0500258915126324,-0.998692810535431,0.0104956533759832,-0.0169180110096931,-0.0687417164444923,0.997491061687469,-0.193571180105209,-0.714729785919189,0.672080039978027,-0.245750918984413,-0.968063116073608,0.0496010184288025,-0.291641652584076,-0.956490993499756,0.00836837384849787,-0.0500258915126324,-0.998692810535431,0.0104956533759832,-0.245750918984413,-0.968063116073608,0.0496010184288025,-0.0187591854482889,-0.0946343243122101,-0.995335280895233,-0.105888552963734,-0.994198322296143,-0.0189004521816969,-0.26591494679451,-0.963996529579163,0.000110023815068416,-0.0468321405351162,-0.038744755089283,-0.998151063919067,-0.0209591202437878,0.0431876853108406,-0.99884706735611,-0.0187591854482889,-0.0946343243122101,-0.995335280895233,-0.0468321405351162,-0.038744755089283,-0.998151063919067,-0.00263154576532543,0.064924843609333,-0.997886717319489,0.00171924103051424,0.99987405538559,-0.0157746784389019,0.0502917431294918,0.0660796463489532,-0.996546149253845,-0.0209591202437878,0.0431876853108406,-0.99884706735611,0.0010677637765184,0.999693334102631,-0.0247415266931057,0.60862523317337,0.515200793743134,0.603443086147308,0.00290907197631896,0.999991118907928,0.00306432438082993,0.00116746837738901,0.999954700469971,0.00945381261408329,-0.536187887191772,0.596894264221191,0.59684157371521,-0.375246614217758,0.250261604785919,0.892501592636108,-0.0459535643458366,0.0179799254983664,0.998781859874725,-0.853671193122864,0.389473021030426,0.345769017934799,-0.0259359683841467,-0.999550521373749,0.0150348348543048,-0.0402070805430412,-0.0678081288933754,0.996887862682343,0.153604850172997,-0.0575817935168743,0.986453175544739,0.608427703380585,-0.793599128723145,0.00402754731476307,-0.0290220770984888,-0.999409914016724,-0.0183703321963549,
  398. -0.0259359683841467,-0.999550521373749,0.0150348348543048,0.608427703380585,-0.793599128723145,0.00402754731476307,0.624037861824036,-0.781320512294769,-0.010720863007009,-0.0271885730326176,-0.0827306881546974,-0.996201038360596,-0.0290220770984888,-0.999409914016724,-0.0183703321963549,0.624037861824036,-0.781320512294769,-0.010720863007009,0.180218383669853,-0.0419501475989819,-0.982731640338898,-0.024289958178997,0.0676590800285339,-0.997412741184235,-0.0271885730326176,-0.0827306881546974,-0.996201038360596,0.180218383669853,-0.0419501475989819,-0.982731640338898,-0.338693410158157,0.102810405194759,-0.935262978076935,-0.0336556993424892,0.999314188957214,-0.0154448468238115,-0.024289958178997,0.0676590800285339,-0.997412741184235,-0.338693410158157,0.102810405194759,-0.935262978076935,-0.576849937438965,0.816825270652771,-0.00638148467987776,-0.853671193122864,0.389473021030426,0.345769017934799,-0.0281509310007095,0.999601304531097,0.00217768317088485,-0.57253223657608,0.819732785224915,0.015646044164896,-0.536187887191772,0.596894264221191,0.59684157371521,-0.853671193122864,0.389473021030426,0.345769017934799,-0.0246539749205112,0.0597876124083996,0.997906565666199,-0.0125785423442721,0.999814212322235,0.01460169441998,-0.853671193122864,0.389473021030426,0.345769017934799,-0.0459535643458366,0.0179799254983664,0.998781859874725,-0.0246539749205112,0.0597876124083996,0.997906565666199,0.448765337467194,0.823107242584229,-0.348000288009644,0.00565148843452334,0.0660709664225578,-0.997798979282379,0.0020129659678787,0.99987781047821,-0.015504002571106,-0.0125785423442721,0.999814212322235,0.01460169441998,-0.0281509310007095,0.999601304531097,0.00217768317088485,-0.853671193122864,0.389473021030426,0.345769017934799,-0.0298594068735838,0.0719913169741631,0.996958255767822,0.0171240121126175,0.999725103378296,0.0160132348537445,0.00900033675134182,0.869685769081116,0.493523836135864,-0.0355854257941246,0.625470519065857,0.779435932636261,-0.105810739099979,0.0847463682293892,0.990768432617188,-0.0298594068735838,0.0719913169741631,0.996958255767822,
  399. -0.0355854257941246,0.625470519065857,0.779435932636261,-0.0135477259755135,-0.999812424182892,0.0138385146856308,0.0818989723920822,-0.0684604793787003,0.99428653717041,-0.0401719212532043,-0.070998802781105,0.996667087078094,-0.0535927452147007,-0.998464167118073,0.0140401674434543,-0.0809495970606804,-0.868081986904144,-0.489776253700256,-0.0104721849784255,-0.999903678894043,-0.00911732204258442,-0.0196456629782915,-0.999702751636505,-0.0144398985430598,-0.0196456629782915,-0.999702751636505,-0.0144398985430598,0.00538532063364983,-0.0821598246693611,-0.99660462141037,-0.0809495970606804,-0.868081986904144,-0.489776253700256,-0.231923073530197,0.897876977920532,-0.374204069375992,0.00186223781201988,0.0787755325436592,-0.996890664100647,0.00855621509253979,0.104279913008213,-0.994511187076569,0.044175036251545,0.918085038661957,-0.393914371728897,0.017446419224143,0.999601006507874,-0.0222142338752747,0.00186223781201988,0.0787755325436592,-0.996890664100647,-0.231923073530197,0.897876977920532,-0.374204069375992,0.017446419224143,0.999601006507874,-0.0222142338752747,-0.231923073530197,0.897876977920532,-0.374204069375992,0.044175036251545,0.918085038661957,-0.393914371728897,0.0506981089711189,0.99863475561142,-0.0125829018652439,-0.00714539736509323,-0.99966162443161,0.0250150691717863,-0.030893363058567,-0.0823319554328918,0.996125996112823,0.542436301708221,-0.0453905686736107,0.83886981010437,-0.08854029327631,-0.996052324771881,0.00636272504925728,0.116300657391548,-0.1648009121418,-0.979446172714233,-0.206247344613075,-0.113278657197952,-0.971920788288116,-0.0809495970606804,-0.868081986904144,-0.489776253700256,-0.0809495970606804,-0.868081986904144,-0.489776253700256,-0.0878146141767502,-0.995941162109375,-0.0197401102632284,-0.165720924735069,-0.986145615577698,-0.00729712285101414,-0.626526415348053,0.651381731033325,0.427979588508606,-0.0317117422819138,0.999479055404663,0.00599750597029924,0.351479679346085,0.936148405075073,0.00939265359193087,0.515656471252441,0.763828456401825,0.388155221939087,
  400. -0.0128790680319071,0.999785542488098,0.0162203069776297,-0.000302111468045041,0.08643639087677,0.996257305145264,0.0180774368345737,0.054046630859375,0.998374700546265,-0.00972068123519421,0.999700248241425,0.0224721170961857,-0.000302111468045041,0.08643639087677,0.996257305145264,-0.030893363058567,-0.0823319554328918,0.996125996112823,0.0486477725207806,-0.069248303771019,0.996412634849548,0.0404136925935745,0.0213217679411173,0.998955547809601,0.0180774368345737,0.054046630859375,0.998374700546265,0.189534991979599,0.98184859752655,0.00705500226467848,0.0010677637765184,0.999693334102631,-0.0247415266931057,0.112029947340488,0.880179047584534,-0.461231142282486,-0.0202173627912998,0.0687562972307205,0.99742865562439,0.00102345319464803,0.999879837036133,0.0154665447771549,0.186252191662788,0.982343196868896,0.0176649447530508,-0.0258609876036644,0.0656857341527939,0.997505128383636,-0.0169180110096931,-0.0687417164444923,0.997491061687469,-0.0944348871707916,-0.0154356164857745,0.995411396026611,-0.193571180105209,-0.714729785919189,0.672080039978027,-0.375246614217758,0.250261604785919,0.892501592636108,0.0427034236490726,0.0121234655380249,0.999014258384705,0.0267335474491119,-0.0650975853204727,0.997520744800568,0.153604850172997,-0.0575817935168743,0.986453175544739,-0.0459535643458366,0.0179799254983664,0.998781859874725,-0.375246614217758,0.250261604785919,0.892501592636108,0.153604850172997,-0.0575817935168743,0.986453175544739,-0.0402070805430412,-0.0678081288933754,0.996887862682343,-0.57253223657608,0.819732785224915,0.015646044164896,-0.0281509310007095,0.999601304531097,0.00217768317088485,-0.0336556993424892,0.999314188957214,-0.0154448468238115,-0.576849937438965,0.816825270652771,-0.00638148467987776,0.00290907197631896,0.999991118907928,0.00306432438082993,-0.57253223657608,0.819732785224915,0.015646044164896,-0.576849937438965,0.816825270652771,-0.00638148467987776,0.00171924103051424,0.99987405538559,-0.0157746784389019,0.00900033675134182,0.869685769081116,0.493523836135864,0.0171240121126175,0.999725103378296,0.0160132348537445,
  401. 0.045164916664362,0.998979091644287,-0.000941610836889595,0.0399368181824684,0.998843252658844,-0.0267799273133278,0.0178378596901894,0.0915431156754494,-0.99564129114151,0.00186223781201988,0.0787755325436592,-0.996890664100647,0.017446419224143,0.999601006507874,-0.0222142338752747,0.00538532063364983,-0.0821598246693611,-0.99660462141037,0.154065802693367,-0.168032273650169,-0.973667740821838,-0.0809495970606804,-0.868081986904144,-0.489776253700256,0.00855621509253979,0.104279913008213,-0.994511187076569,0.00311949173919857,-0.0242945086210966,-0.999699950218201,0.00583980651572347,-0.0945807099342346,-0.995500087738037,0.00565148843452334,0.0660709664225578,-0.997798979282379,0.0020129659678787,0.99987781047821,-0.015504002571106,0.00565148843452334,0.0660709664225578,-0.997798979282379,-0.024289958178997,0.0676590800285339,-0.997412741184235,-0.0336556993424892,0.999314188957214,-0.0154448468238115,0.045164916664362,0.998979091644287,-0.000941610836889595,0.00234786630608141,0.999884009361267,0.0150514440611005,0.00900033675134182,0.869685769081116,0.493523836135864,0.0135357836261392,0.999820113182068,-0.0132816396653652,0.189534991979599,0.98184859752655,0.00705500226467848,0.112029947340488,0.880179047584534,-0.461231142282486,0.112029947340488,0.880179047584534,-0.461231142282486,0.103115476667881,0.568081080913544,-0.816487073898315,0.0202798880636692,0.0677507817745209,-0.99749618768692,0.0135357836261392,0.999820113182068,-0.0132816396653652,0.103115476667881,0.568081080913544,-0.816487073898315,-0.00263154576532543,0.064924843609333,-0.997886717319489,0.0202798880636692,0.0677507817745209,-0.99749618768692,-0.0209591202437878,0.0431876853108406,-0.99884706735611,-0.00263154576532543,0.064924843609333,-0.997886717319489,0.103115476667881,0.568081080913544,-0.816487073898315,0.0010677637765184,0.999693334102631,-0.0247415266931057,-0.0209591202437878,0.0431876853108406,-0.99884706735611,0.103115476667881,0.568081080913544,-0.816487073898315,0.112029947340488,0.880179047584534,-0.461231142282486,0.189534991979599,0.98184859752655,0.00705500226467848,
  402. 0.186252191662788,0.982343196868896,0.0176649447530508,0.00102345319464803,0.999879837036133,0.0154665447771549,0.0010677637765184,0.999693334102631,-0.0247415266931057,0.174564823508263,0.984645545482636,0.000341807899530977,-0.0357199758291245,0.999319791793823,-0.00917397439479828,0.0846000984311104,0.944843709468842,-0.316406697034836,0.201653242111206,0.979279577732086,-0.0186406150460243,0.174564823508263,0.984645545482636,0.000341807899530977,0.0846000984311104,0.944843709468842,-0.316406697034836,0.0399368181824684,0.998843252658844,-0.0267799273133278,0.201653242111206,0.979279577732086,-0.0186406150460243,0.0846000984311104,0.944843709468842,-0.316406697034836,0.0846000984311104,0.944843709468842,-0.316406697034836,0.0315610282123089,0.767888367176056,-0.639805674552917,0.0178378596901894,0.0915431156754494,-0.99564129114151,0.0399368181824684,0.998843252658844,-0.0267799273133278,0.177156209945679,0.0113374534994364,-0.984117448329926,0.0178378596901894,0.0915431156754494,-0.99564129114151,0.0315610282123089,0.767888367176056,-0.639805674552917,0.0315610282123089,0.767888367176056,-0.639805674552917,0.0134687898680568,-0.0701659619808197,-0.997444331645966,0.177156209945679,0.0113374534994364,-0.984117448329926,0.0315610282123089,0.767888367176056,-0.639805674552917,-0.194745793938637,0.0260798893868923,-0.980507016181946,0.0134687898680568,-0.0701659619808197,-0.997444331645966,-0.0047542923130095,0.105655014514923,-0.994391441345215,-0.194745793938637,0.0260798893868923,-0.980507016181946,0.0315610282123089,0.767888367176056,-0.639805674552917,-0.013414335437119,0.999721467494965,-0.0194178875535727,-0.0047542923130095,0.105655014514923,-0.994391441345215,0.0315610282123089,0.767888367176056,-0.639805674552917,0.0846000984311104,0.944843709468842,-0.316406697034836,-0.0357199758291245,0.999319791793823,-0.00917397439479828,-0.013414335437119,0.999721467494965,-0.0194178875535727,0.0846000984311104,0.944843709468842,-0.316406697034836,-0.0128790680319071,0.999785542488098,0.0162203069776297,-0.0317117422819138,0.999479055404663,0.00599750597029924,
  403. -0.626526415348053,0.651381731033325,0.427979588508606,-0.626526415348053,0.651381731033325,0.427979588508606,-0.000302111468045041,0.08643639087677,0.996257305145264,-0.0128790680319071,0.999785542488098,0.0162203069776297,-0.626526415348053,0.651381731033325,0.427979588508606,-0.694500982761383,0.0954645872116089,0.713130295276642,-0.000302111468045041,0.08643639087677,0.996257305145264,0.515656471252441,0.763828456401825,0.388155221939087,0.658354461193085,0.0691265910863876,0.749527156352997,-0.694500982761383,0.0954645872116089,0.713130295276642,-0.626526415348053,0.651381731033325,0.427979588508606,0.351479679346085,0.936148405075073,0.00939265359193087,-0.0317117422819138,0.999479055404663,0.00599750597029924,-0.0357199758291245,0.999319791793823,-0.00917397439479828,0.174564823508263,0.984645545482636,0.000341807899530977,0.515656471252441,0.763828456401825,0.388155221939087,0.351479679346085,0.936148405075073,0.00939265359193087,0.042827021330595,0.998993694782257,0.0133243184536695,0.0419903211295605,0.0710892006754875,0.996585786342621,0.0818989723920822,-0.0684604793787003,0.99428653717041,0.542436301708221,-0.0453905686736107,0.83886981010437,0.658354461193085,0.0691265910863876,0.749527156352997,0.00857565738260746,-0.0591934658586979,0.998209714889526,-0.0944348871707916,-0.0154356164857745,0.995411396026611,-0.0258609876036644,0.0656857341527939,0.997505128383636,0.0125245274975896,0.0723340734839439,0.997301757335663,0.0200144238770008,-0.999768853187561,0.00785473175346851,0.00857565738260746,-0.0591934658586979,0.998209714889526,-0.0221542902290821,-0.0495605580508709,0.998525321483612,-0.0230862926691771,-0.999700248241425,0.00815326441079378,-0.26591494679451,-0.963996529579163,0.000110023815068416,-0.291641652584076,-0.956490993499756,0.00836837384849787,0.0200144238770008,-0.999768853187561,0.00785473175346851,0.0502275489270687,-0.998524725437164,-0.0206320956349373,-0.105888552963734,-0.994198322296143,-0.0189004521816969,-0.0500258915126324,-0.998692810535431,0.0104956533759832,-0.291641652584076,-0.956490993499756,0.00836837384849787,
  404. -0.26591494679451,-0.963996529579163,0.000110023815068416,0.036978542804718,-0.999258935451508,0.0106806755065918,0.0267335474491119,-0.0650975853204727,0.997520744800568,-0.0169180110096931,-0.0687417164444923,0.997491061687469,-0.0500258915126324,-0.998692810535431,0.0104956533759832,-0.0169180110096931,-0.0687417164444923,0.997491061687469,-0.0202173627912998,0.0687562972307205,0.99742865562439,-0.0258609876036644,0.0656857341527939,0.997505128383636,-0.0944348871707916,-0.0154356164857745,0.995411396026611,0.0020129659678787,0.99987781047821,-0.015504002571106,0.00234786630608141,0.999884009361267,0.0150514440611005,0.045164916664362,0.998979091644287,-0.000941610836889595,0.0506981089711189,0.99863475561142,-0.0125829018652439,-0.00161426886916161,0.0840457156300545,0.996460616588593,0.00234786630608141,0.999884009361267,0.0150514440611005,-0.0125785423442721,0.999814212322235,0.01460169441998,-0.0246539749205112,0.0597876124083996,0.997906565666199,-0.130482137203217,-0.00356472679413855,0.991444230079651,-0.105810739099979,0.0847463682293892,0.990768432617188,-0.00161426886916161,0.0840457156300545,0.996460616588593,0.00221987208351493,-0.0783878490328789,0.996920526027679,-0.0298594068735838,0.0719913169741631,0.996958255767822,-0.0401719212532043,-0.070998802781105,0.996667087078094,0.0818989723920822,-0.0684604793787003,0.99428653717041,0.0419903211295605,0.0710892006754875,0.996585786342621,0.0419903211295605,0.0710892006754875,0.996585786342621,0.042827021330595,0.998993694782257,0.0133243184536695,0.0171240121126175,0.999725103378296,0.0160132348537445,-0.0298594068735838,0.0719913169741631,0.996958255767822,0.0399368181824684,0.998843252658844,-0.0267799273133278,0.042827021330595,0.998993694782257,0.0133243184536695,0.201653242111206,0.979279577732086,-0.0186406150460243,0.0303482189774513,-0.0809311866760254,-0.996257543563843,-0.0035426274407655,-0.0768074840307236,-0.997039616107941,-0.0047542923130095,0.105655014514923,-0.994391441345215,0.0246404185891151,0.102985210716724,-0.994377553462982,0.0303482189774513,-0.0809311866760254,-0.996257543563843,
  405. 0.0228670127689838,-0.999676764011383,-0.0111107807606459,-0.00183352292515337,-0.999912083148956,-0.0131311723962426,-0.0035426274407655,-0.0768074840307236,-0.997039616107941,0.0228670127689838,-0.999676764011383,-0.0111107807606459,0.0166063960641623,-0.999597012996674,0.0230238512158394,-0.00714539736509323,-0.99966162443161,0.0250150691717863,-0.00183352292515337,-0.999912083148956,-0.0131311723962426,-0.165720924735069,-0.986145615577698,-0.00729712285101414,-0.0878146141767502,-0.995941162109375,-0.0197401102632284,-0.00714539736509323,-0.99966162443161,0.0250150691717863,-0.08854029327631,-0.996052324771881,0.00636272504925728,-0.0104721849784255,-0.999903678894043,-0.00911732204258442,-0.165720924735069,-0.986145615577698,-0.00729712285101414,-0.08854029327631,-0.996052324771881,0.00636272504925728,-0.0135477259755135,-0.999812424182892,0.0138385146856308,-0.0196456629782915,-0.999702751636505,-0.0144398985430598,-0.0104721849784255,-0.999903678894043,-0.00911732204258442,-0.0135477259755135,-0.999812424182892,0.0138385146856308,-0.0535927452147007,-0.998464167118073,0.0140401674434543,-0.0720103159546852,-0.99728399515152,-0.0154648097231984,-0.0720103159546852,-0.99728399515152,-0.0154648097231984,-0.0065545691177249,-0.105626247823238,-0.994384348392487,0.00538532063364983,-0.0821598246693611,-0.99660462141037,-0.0196456629782915,-0.999702751636505,-0.0144398985430598,0.00538532063364983,-0.0821598246693611,-0.99660462141037,0.0178378596901894,0.0915431156754494,-0.99564129114151,0.177156209945679,0.0113374534994364,-0.984117448329926,0.154065802693367,-0.168032273650169,-0.973667740821838,0.177156209945679,0.0113374534994364,-0.984117448329926,0.0134687898680568,-0.0701659619808197,-0.997444331645966,0.116300657391548,-0.1648009121418,-0.979446172714233,0.154065802693367,-0.168032273650169,-0.973667740821838,0.0134687898680568,-0.0701659619808197,-0.997444331645966,-0.194745793938637,0.0260798893868923,-0.980507016181946,-0.206247344613075,-0.113278657197952,-0.971920788288116,0.116300657391548,-0.1648009121418,-0.979446172714233,
  406. -0.0214030854403973,0.999629199504852,0.0168345924466848,0.0193283390253782,0.999655485153198,0.0177556350827217,0.0135357836261392,0.999820113182068,-0.0132816396653652,-0.0117072286084294,0.999826371669769,-0.0145002519711852,0.0125245274975896,0.0723340734839439,0.997301757335663,0.0193283390253782,0.999655485153198,0.0177556350827217,-0.0214030854403973,0.999629199504852,0.0168345924466848,-0.0248057283461094,0.0603204220533371,0.997870802879334,0.00857565738260746,-0.0591934658586979,0.998209714889526,0.0125245274975896,0.0723340734839439,0.997301757335663,-0.0248057283461094,0.0603204220533371,0.997870802879334,-0.0221542902290821,-0.0495605580508709,0.998525321483612,0.0267335474491119,-0.0650975853204727,0.997520744800568,0.0427034236490726,0.0121234655380249,0.999014258384705,0.00766173377633095,0.0554167442023754,0.998433947563171,-0.0202173627912998,0.0687562972307205,0.99742865562439,-0.0169180110096931,-0.0687417164444923,0.997491061687469,0.00766173377633095,0.0554167442023754,0.998433947563171,0.00116746837738901,0.999954700469971,0.00945381261408329,0.00102345319464803,0.999879837036133,0.0154665447771549,-0.0202173627912998,0.0687562972307205,0.99742865562439,0.0010677637765184,0.999693334102631,-0.0247415266931057,0.00102345319464803,0.999879837036133,0.0154665447771549,0.00116746837738901,0.999954700469971,0.00945381261408329,0.00290907197631896,0.999991118907928,0.00306432438082993,0.00171924103051424,0.99987405538559,-0.0157746784389019,0.00221987208351493,-0.0783878490328789,0.996920526027679,-0.00161426886916161,0.0840457156300545,0.996460616588593,-0.0246539749205112,0.0597876124083996,0.997906565666199,-0.0459535643458366,0.0179799254983664,0.998781859874725,-0.0402070805430412,-0.0678081288933754,0.996887862682343,0.0288393385708332,-0.999490439891815,0.0136825973168015,0.00221987208351493,-0.0783878490328789,0.996920526027679,-0.0402070805430412,-0.0678081288933754,0.996887862682343,-0.0259359683841467,-0.999550521373749,0.0150348348543048,0.0348367765545845,-0.999237895011902,-0.0176072586327791,
  407. 0.0288393385708332,-0.999490439891815,0.0136825973168015,-0.0259359683841467,-0.999550521373749,0.0150348348543048,-0.0290220770984888,-0.999409914016724,-0.0183703321963549,0.00583980651572347,-0.0945807099342346,-0.995500087738037,0.0348367765545845,-0.999237895011902,-0.0176072586327791,-0.0290220770984888,-0.999409914016724,-0.0183703321963549,-0.0271885730326176,-0.0827306881546974,-0.996201038360596,0.00565148843452334,0.0660709664225578,-0.997798979282379,0.00583980651572347,-0.0945807099342346,-0.995500087738037,-0.0271885730326176,-0.0827306881546974,-0.996201038360596,-0.024289958178997,0.0676590800285339,-0.997412741184235,0.00186223781201988,0.0787755325436592,-0.996890664100647,0.0178378596901894,0.0915431156754494,-0.99564129114151,0.00538532063364983,-0.0821598246693611,-0.99660462141037,-0.0065545691177249,-0.105626247823238,-0.994384348392487,0.017446419224143,0.999601006507874,-0.0222142338752747,0.0171240121126175,0.999725103378296,0.0160132348537445,0.042827021330595,0.998993694782257,0.0133243184536695,0.0399368181824684,0.998843252658844,-0.0267799273133278,0.045164916664362,0.998979091644287,-0.000941610836889595,0.0171240121126175,0.999725103378296,0.0160132348537445,0.017446419224143,0.999601006507874,-0.0222142338752747,0.0506981089711189,0.99863475561142,-0.0125829018652439,-0.130482137203217,-0.00356472679413855,0.991444230079651,-0.0401719212532043,-0.070998802781105,0.996667087078094,-0.0298594068735838,0.0719913169741631,0.996958255767822,-0.105810739099979,0.0847463682293892,0.990768432617188,-0.0535927452147007,-0.998464167118073,0.0140401674434543,-0.0401719212532043,-0.070998802781105,0.996667087078094,-0.130482137203217,-0.00356472679413855,0.991444230079651,-0.0223734471946955,-0.999499678611755,0.0223558433353901,-0.0720103159546852,-0.99728399515152,-0.0154648097231984,-0.0535927452147007,-0.998464167118073,0.0140401674434543,-0.0223734471946955,-0.999499678611755,0.0223558433353901,0.0812858939170837,-0.996601521968842,-0.01334473118186,0.00311949173919857,-0.0242945086210966,-0.999699950218201,
  408. -0.0065545691177249,-0.105626247823238,-0.994384348392487,-0.0720103159546852,-0.99728399515152,-0.0154648097231984,0.0812858939170837,-0.996601521968842,-0.01334473118186,0.00186223781201988,0.0787755325436592,-0.996890664100647,-0.0065545691177249,-0.105626247823238,-0.994384348392487,0.00311949173919857,-0.0242945086210966,-0.999699950218201,0.00855621509253979,0.104279913008213,-0.994511187076569,-0.0125785423442721,0.999814212322235,0.01460169441998,0.00234786630608141,0.999884009361267,0.0150514440611005,0.0020129659678787,0.99987781047821,-0.015504002571106,-0.0336556993424892,0.999314188957214,-0.0154448468238115,-0.0281509310007095,0.999601304531097,0.00217768317088485,-0.0128790680319071,0.999785542488098,0.0162203069776297,-0.013414335437119,0.999721467494965,-0.0194178875535727,-0.0357199758291245,0.999319791793823,-0.00917397439479828,-0.0317117422819138,0.999479055404663,0.00599750597029924,-0.000302111468045041,0.08643639087677,0.996257305145264,-0.694500982761383,0.0954645872116089,0.713130295276642,-0.030893363058567,-0.0823319554328918,0.996125996112823,-0.00183352292515337,-0.999912083148956,-0.0131311723962426,-0.00714539736509323,-0.99966162443161,0.0250150691717863,-0.0878146141767502,-0.995941162109375,-0.0197401102632284,-0.0047542923130095,0.105655014514923,-0.994391441345215,-0.0035426274407655,-0.0768074840307236,-0.997039616107941,-0.206247344613075,-0.113278657197952,-0.971920788288116,-0.194745793938637,0.0260798893868923,-0.980507016181946,0.0502275489270687,-0.998524725437164,-0.0206320956349373,0.0200144238770008,-0.999768853187561,0.00785473175346851,-0.0230862926691771,-0.999700248241425,0.00815326441079378,-0.0236625894904137,-0.99948787689209,-0.0215437952429056,0.0244094803929329,-0.107811726629734,-0.993871569633484,0.0502275489270687,-0.998524725437164,-0.0206320956349373,-0.0236625894904137,-0.99948787689209,-0.0215437952429056,-0.038563497364521,-0.0935898423194885,-0.99486368894577,0.0202798880636692,0.0677507817745209,-0.99749618768692,0.0244094803929329,-0.107811726629734,-0.993871569633484,
  409. -0.038563497364521,-0.0935898423194885,-0.99486368894577,-0.0380972474813461,0.0553507134318352,-0.997739851474762,0.0502917431294918,0.0660796463489532,-0.996546149253845,0.0282627753913403,-0.087587371468544,-0.995755791664124,-0.0187591854482889,-0.0946343243122101,-0.995335280895233,-0.0209591202437878,0.0431876853108406,-0.99884706735611,0.0282627753913403,-0.087587371468544,-0.995755791664124,0.0421465784311295,-0.998904049396515,-0.0203518401831388,-0.105888552963734,-0.994198322296143,-0.0189004521816969,-0.0187591854482889,-0.0946343243122101,-0.995335280895233,0.0421465784311295,-0.998904049396515,-0.0203518401831388,0.036978542804718,-0.999258935451508,0.0106806755065918,-0.0500258915126324,-0.998692810535431,0.0104956533759832,-0.105888552963734,-0.994198322296143,-0.0189004521816969,0.999029278755188,-0.00357574038207531,0.043907642364502,0.014231177046895,-5.2556446462404e-005,0.999898731708527,0.0136110531166196,-0.214385762810707,0.976654231548309,0.993393182754517,-0.105788812041283,0.0444857105612755,0.999990165233612,-0.00357990362681448,-0.00258521060459316,0.994383990764618,-0.105778060853481,-0.00338175217621028,0.0539400950074196,-0.214538499712944,-0.97522497177124,0.0555310063064098,-0.000201620263396762,-0.998456954956055,-0.0573428757488728,-0.321446597576141,0.945189774036407,-0.0552122369408607,0.000196086111827753,0.998474657535553,-0.999010384082794,-0.0368115492165089,-0.0249651931226254,-0.999005496501923,-0.0420590862631798,-0.0147992856800556,-0.999005496501923,-0.0420590862631798,-0.0147992856800556,-0.998691260814667,-0.0506420433521271,-0.00715975044295192,-0.0462136305868626,-0.524803459644318,0.849968075752258,-0.0573428757488728,-0.321446597576141,0.945189774036407,0.0442604906857014,-0.997881591320038,-0.0476800054311752,-0.0494229272007942,-0.997545421123505,-0.0496034771203995,-0.0183096863329411,-0.00958595238626003,-0.99978643655777,0.0595459006726742,-0.00986365508288145,-0.9981769323349,0.998726904392242,-0.0481695272028446,-0.0149763338267803,0.997742712497711,-0.0578305944800377,0.0341345928609371,
  410. 0.00727112498134375,-0.524992346763611,0.851075947284698,0.0442604906857014,-0.997881591320038,-0.0476800054311752,-0.0142160393297672,5.02814473293256e-005,-0.999898970127106,-0.0151355545967817,-0.21430641412735,-0.976649165153503,-0.994124233722687,-0.0986818373203278,-0.0444849170744419,-0.999029219150543,0.00357580208219588,-0.0439073815941811,0.997742712497711,-0.0578305944800377,0.0341345928609371,0.998434245586395,-0.0492545440793037,0.0265191923826933,0.0159240458160639,-0.321710407733917,0.946704208850861,0.00727112498134375,-0.524992346763611,0.851075947284698,-0.0494229272007942,-0.997545421123505,-0.0496034771203995,-0.0462136305868626,-0.524803459644318,0.849968075752258,-0.998691260814667,-0.0506420433521271,-0.00715975044295192,-0.997574985027313,-0.040983222424984,-0.0562538914382458,-0.0142160393297672,5.02814473293256e-005,-0.999898970127106,0.0555310063064098,-0.000201620263396762,-0.998456954956055,0.0539400950074196,-0.214538499712944,-0.97522497177124,-0.0151355545967817,-0.21430641412735,-0.976649165153503,0.0159240458160639,-0.321710407733917,0.946704208850861,0.0138943502679467,-4.98574081575498e-005,0.999903440475464,-0.0552122369408607,0.000196086111827753,0.998474657535553,-0.0573428757488728,-0.321446597576141,0.945189774036407,0.0159240458160639,-0.321710407733917,0.946704208850861,-0.0573428757488728,-0.321446597576141,0.945189774036407,-0.0462136305868626,-0.524803459644318,0.849968075752258,0.00727112498134375,-0.524992346763611,0.851075947284698,-0.0462136305868626,-0.524803459644318,0.849968075752258,-0.0494229272007942,-0.997545421123505,-0.0496034771203995,0.0442604906857014,-0.997881591320038,-0.0476800054311752,0.00727112498134375,-0.524992346763611,0.851075947284698,0.997742712497711,-0.0578305944800377,0.0341345928609371,0.998726904392242,-0.0481695272028446,-0.0149763338267803,0.998922884464264,-0.04421067237854,-0.0140917897224426,0.998897135257721,-0.0440089665353298,0.0163675621151924,0.998434245586395,-0.0492545440793037,0.0265191923826933,-0.99777889251709,-0.0370175577700138,-0.0553803667426109,
  411. -0.997574985027313,-0.040983222424984,-0.0562538914382458,-0.998691260814667,-0.0506420433521271,-0.00715975044295192,-0.999005496501923,-0.0420590862631798,-0.0147992856800556,-0.999010384082794,-0.0368115492165089,-0.0249651931226254,0.0442604906857014,-0.997881591320038,-0.0476800054311752,0.0595459006726742,-0.00986365508288145,-0.9981769323349,0.998726904392242,-0.0481695272028446,-0.0149763338267803,0.00359247671440244,0.999993503093719,2.1189643462094e-007,0.00359247694723308,0.999993622303009,2.11896477253504e-007,0.00359247718006372,0.999993622303009,2.11896477253504e-007,0.00359247671440244,0.999993562698364,2.11896448831794e-007,0.00359247671440244,0.999993503093719,2.11896448831794e-007,0.00359247694723308,0.999993562698364,2.11896463042649e-007,0.00359247671440244,0.999993562698364,2.11896448831794e-007,0.00359247648157179,0.999993503093719,2.11896448831794e-007,-0.0494229272007942,-0.997545421123505,-0.0496034771203995,-0.997574985027313,-0.040983222424984,-0.0562538914382458,-0.0183096863329411,-0.00958595238626003,-0.99978643655777,0.0136110531166196,-0.214385762810707,0.976654231548309,-0.00228818668983877,-0.986227869987488,0.165376573801041,0.234636232256889,-0.972048699855804,0.00818970520049334,0.993393182754517,-0.105788812041283,0.0444857105612755,0.994383990764618,-0.105778060853481,-0.00338175217621028,0.234777167439461,-0.972047746181488,0.00165673741139472,0.00454109068959951,-0.986252009868622,-0.165185570716858,0.0539400950074196,-0.214538499712944,-0.97522497177124,-0.0555103309452534,-0.214132085442543,0.975226163864136,-0.0555341802537441,0.000201524671865627,0.998456716537476,-0.999990224838257,0.00358115043491125,0.00257105915807188,-0.9951171875,-0.0986429154872894,0.00336330640129745,-0.0151355545967817,-0.21430641412735,-0.976649165153503,-0.00480266707018018,-0.986218452453613,-0.165378391742706,-0.241604924201965,-0.970340073108673,-0.0081885103136301,-0.994124233722687,-0.0986818373203278,-0.0444849170744419,0.0539400950074196,-0.214538499712944,-0.97522497177124,0.00454109068959951,-0.986252009868622,-0.165185570716858,
  412. -0.00480266707018018,-0.986218452453613,-0.165378391742706,-0.0151355545967817,-0.21430641412735,-0.976649165153503,0.0136110531166196,-0.214385762810707,0.976654231548309,0.014231177046895,-5.2556446462404e-005,0.999898731708527,-0.0555341802537441,0.000201524671865627,0.998456716537476,-0.0555103309452534,-0.214132085442543,0.975226163864136,0.994383990764618,-0.105778060853481,-0.00338175217621028,0.999990165233612,-0.00357990362681448,-0.00258521060459316,0.999029278755188,-0.00357574038207531,0.043907642364502,0.993393182754517,-0.105788812041283,0.0444857105612755,-0.9951171875,-0.0986429154872894,0.00336330640129745,-0.999990224838257,0.00358115043491125,0.00257105915807188,-0.999029219150543,0.00357580208219588,-0.0439073815941811,-0.994124233722687,-0.0986818373203278,-0.0444849170744419,-0.0116366818547249,-0.986194550991058,0.165181264281273,-0.0555103309452534,-0.214132085442543,0.975226163864136,-0.9951171875,-0.0986429154872894,0.00336330640129745,-0.24174952507019,-0.970337271690369,-0.00167161750141531,-0.00228818668983877,-0.986227869987488,0.165376573801041,0.0136110531166196,-0.214385762810707,0.976654231548309,-0.0555103309452534,-0.214132085442543,0.975226163864136,-0.0116366818547249,-0.986194550991058,0.165181264281273,0.234777167439461,-0.972047746181488,0.00165673741139472,0.994383990764618,-0.105778060853481,-0.00338175217621028,0.993393182754517,-0.105788812041283,0.0444857105612755,0.234636232256889,-0.972048699855804,0.00818970520049334,-0.24174952507019,-0.970337271690369,-0.00167161750141531,-0.9951171875,-0.0986429154872894,0.00336330640129745,-0.994124233722687,-0.0986818373203278,-0.0444849170744419,-0.241604924201965,-0.970340073108673,-0.0081885103136301,0.0138943502679467,-4.98574081575498e-005,0.999903440475464,0.0159240458160639,-0.321710407733917,0.946704208850861,0.998434245586395,-0.0492545440793037,0.0265191923826933,0.998897135257721,-0.0440089665353298,0.0163675621151924,0.998726904392242,-0.0481695272028446,-0.0149763338267803,0.0595459006726742,-0.00986365508288145,-0.9981769323349,
  413. 0.063190720975399,-0.00202632858417928,-0.997999429702759,0.998922884464264,-0.04421067237854,-0.0140917897224426,-0.0219015963375568,-0.00172040949109942,-0.999758660793304,-0.0183096863329411,-0.00958595238626003,-0.99978643655777,-0.997574985027313,-0.040983222424984,-0.0562538914382458,-0.99777889251709,-0.0370175577700138,-0.0553803667426109,0.0595459006726742,-0.00986365508288145,-0.9981769323349,-0.0183096863329411,-0.00958595238626003,-0.99978643655777,-0.0219015963375568,-0.00172040949109942,-0.999758660793304,0.063190720975399,-0.00202632858417928,-0.997999429702759,0.999029278755188,-0.00357574294321239,0.043907642364502,0.014231177046895,-5.25609175383579e-005,0.999898731708527,0.0136110559105873,-0.214385762810707,0.976654231548309,0.993393182754517,-0.105788819491863,0.0444857105612755,0.999990165233612,-0.00357990362681448,-0.00258521060459316,0.994383990764618,-0.105778105556965,-0.00338175217621028,0.053940087556839,-0.214538529515266,-0.97522497177124,0.0555310063064098,-0.000201620263396762,-0.998456954956055,-0.0573428794741631,-0.321446597576141,0.945189774036407,-0.0552122369408607,0.000196094522834755,0.998474657535553,-0.999010384082794,-0.0368115082383156,-0.0249651931226254,-0.999005496501923,-0.0420590564608574,-0.0147992810234427,-0.999005496501923,-0.0420590564608574,-0.0147992810234427,-0.998691141605377,-0.0506420135498047,-0.00715974438935518,-0.0462136492133141,-0.524803459644318,0.849968075752258,-0.0573428794741631,-0.321446597576141,0.945189774036407,0.0442605130374432,-0.997881591320038,-0.0476800017058849,-0.0494230128824711,-0.997545421123505,-0.0496034771203995,-0.0183096863329411,-0.00958595424890518,-0.99978643655777,0.0595459043979645,-0.00986365508288145,-0.9981769323349,0.998726904392242,-0.0481694899499416,-0.0149763338267803,0.997742712497711,-0.057830598205328,0.0341345928609371,0.00727112870663404,-0.524992346763611,0.851075887680054,0.0442605130374432,-0.997881591320038,-0.0476800017058849,-0.0142160393297672,5.02743059769273e-005,-0.999898970127106,-0.0151355527341366,-0.214306399226189,-0.976649165153503,
  414. -0.994124233722687,-0.0986816436052322,-0.0444849170744419,-0.999029219150543,0.00357592618092895,-0.0439073815941811,0.997742712497711,-0.057830598205328,0.0341345928609371,0.998434245586395,-0.0492545254528522,0.0265191923826933,0.0159240458160639,-0.321710467338562,0.946704208850861,0.00727112870663404,-0.524992346763611,0.851075887680054,-0.0494230128824711,-0.997545421123505,-0.0496034771203995,-0.0462136492133141,-0.524803459644318,0.849968075752258,-0.998691141605377,-0.0506420135498047,-0.00715974438935518,-0.997574985027313,-0.0409831888973713,-0.0562538914382458,-0.0142160393297672,5.02743059769273e-005,-0.999898970127106,0.0555310063064098,-0.000201620263396762,-0.998456954956055,0.053940087556839,-0.214538529515266,-0.97522497177124,-0.0151355527341366,-0.214306399226189,-0.976649165153503,0.0159240458160639,-0.321710467338562,0.946704208850861,0.0138943502679467,-4.98574081575498e-005,0.999903440475464,-0.0552122369408607,0.000196094522834755,0.998474657535553,-0.0573428794741631,-0.321446597576141,0.945189774036407,0.0159240458160639,-0.321710467338562,0.946704208850861,-0.0573428794741631,-0.321446597576141,0.945189774036407,-0.0462136492133141,-0.524803459644318,0.849968075752258,0.00727112870663404,-0.524992346763611,0.851075887680054,-0.0462136492133141,-0.524803459644318,0.849968075752258,-0.0494230128824711,-0.997545421123505,-0.0496034771203995,0.0442605130374432,-0.997881591320038,-0.0476800017058849,0.00727112870663404,-0.524992346763611,0.851075887680054,0.997742712497711,-0.057830598205328,0.0341345928609371,0.998726904392242,-0.0481694899499416,-0.0149763338267803,0.998922884464264,-0.0442106388509274,-0.0140917897224426,0.998897135257721,-0.0440089330077171,0.0163675621151924,0.998434245586395,-0.0492545254528522,0.0265191923826933,-0.99777889251709,-0.0370175242424011,-0.0553803667426109,-0.997574985027313,-0.0409831888973713,-0.0562538914382458,-0.998691141605377,-0.0506420135498047,-0.00715974438935518,-0.999005496501923,-0.0420590564608574,-0.0147992810234427,-0.999010384082794,-0.0368115082383156,-0.0249651931226254,
  415. 0.0442605130374432,-0.997881591320038,-0.0476800017058849,0.0595459043979645,-0.00986365508288145,-0.9981769323349,0.998726904392242,-0.0481694899499416,-0.0149763338267803,0.00359247601591051,0.999993562698364,2.1189640619923e-007,0.00359247648157179,0.999993622303009,2.11896463042649e-007,0.00359247671440244,0.999993622303009,2.1189643462094e-007,0.00359247648157179,0.999993562698364,2.11896420410085e-007,0.00359247601591051,0.999993562698364,2.1189640619923e-007,0.00359247624874115,0.999993562698364,2.1189640619923e-007,0.00359247601591051,0.999993562698364,2.1189643462094e-007,0.00359247624874115,0.999993562698364,2.1189640619923e-007,-0.0494230128824711,-0.997545421123505,-0.0496034771203995,-0.997574985027313,-0.0409831888973713,-0.0562538914382458,-0.0183096863329411,-0.00958595424890518,-0.99978643655777,0.0136110559105873,-0.214385762810707,0.976654231548309,-0.00228818459436297,-0.986227869987488,0.165376618504524,0.234636232256889,-0.972048699855804,0.00818970799446106,0.993393182754517,-0.105788819491863,0.0444857105612755,0.994383990764618,-0.105778105556965,-0.00338175217621028,0.234777167439461,-0.972047865390778,0.00165673543233424,0.00454109301790595,-0.986252009868622,-0.165185540914536,0.053940087556839,-0.214538529515266,-0.97522497177124,-0.0555103346705437,-0.214132159948349,0.975226163864136,-0.0555341802537441,0.00020151752687525,0.998456716537476,-0.999990224838257,0.00358127406798303,0.00257105915807188,-0.9951171875,-0.0986427813768387,0.00336330896243453,-0.0151355527341366,-0.214306399226189,-0.976649165153503,-0.00480266148224473,-0.986218571662903,-0.165378421545029,-0.241604834794998,-0.970340192317963,-0.00818850658833981,-0.994124233722687,-0.0986816436052322,-0.0444849170744419,0.053940087556839,-0.214538529515266,-0.97522497177124,0.00454109301790595,-0.986252009868622,-0.165185540914536,-0.00480266148224473,-0.986218571662903,-0.165378421545029,-0.0151355527341366,-0.214306399226189,-0.976649165153503,0.0136110559105873,-0.214385762810707,0.976654231548309,0.014231177046895,-5.25609175383579e-005,0.999898731708527,
  416. -0.0555341802537441,0.00020151752687525,0.998456716537476,-0.0555103346705437,-0.214132159948349,0.975226163864136,0.994383990764618,-0.105778105556965,-0.00338175217621028,0.999990165233612,-0.00357990362681448,-0.00258521060459316,0.999029278755188,-0.00357574294321239,0.043907642364502,0.993393182754517,-0.105788819491863,0.0444857105612755,-0.9951171875,-0.0986427813768387,0.00336330896243453,-0.999990224838257,0.00358127406798303,0.00257105915807188,-0.999029219150543,0.00357592618092895,-0.0439073815941811,-0.994124233722687,-0.0986816436052322,-0.0444849170744419,-0.0116366874426603,-0.986194550991058,0.165181264281273,-0.0555103346705437,-0.214132159948349,0.975226163864136,-0.9951171875,-0.0986427813768387,0.00336330896243453,-0.241749405860901,-0.970337271690369,-0.00167160981800407,-0.00228818459436297,-0.986227869987488,0.165376618504524,0.0136110559105873,-0.214385762810707,0.976654231548309,-0.0555103346705437,-0.214132159948349,0.975226163864136,-0.0116366874426603,-0.986194550991058,0.165181264281273,0.234777167439461,-0.972047865390778,0.00165673543233424,0.994383990764618,-0.105778105556965,-0.00338175217621028,0.993393182754517,-0.105788819491863,0.0444857105612755,0.234636232256889,-0.972048699855804,0.00818970799446106,-0.241749405860901,-0.970337271690369,-0.00167160981800407,-0.9951171875,-0.0986427813768387,0.00336330896243453,-0.994124233722687,-0.0986816436052322,-0.0444849170744419,-0.241604834794998,-0.970340192317963,-0.00818850658833981,0.0138943502679467,-4.98574081575498e-005,0.999903440475464,0.0159240458160639,-0.321710467338562,0.946704208850861,0.998434245586395,-0.0492545254528522,0.0265191923826933,0.998897135257721,-0.0440089330077171,0.0163675621151924,0.998726904392242,-0.0481694899499416,-0.0149763338267803,0.0595459043979645,-0.00986365508288145,-0.9981769323349,0.063190720975399,-0.00202632928267121,-0.997999429702759,0.998922884464264,-0.0442106388509274,-0.0140917897224426,-0.0219015963375568,-0.00172041263431311,-0.999758660793304,-0.0183096863329411,-0.00958595424890518,-0.99978643655777,
  417. -0.997574985027313,-0.0409831888973713,-0.0562538914382458,-0.99777889251709,-0.0370175242424011,-0.0553803667426109,0.0595459043979645,-0.00986365508288145,-0.9981769323349,-0.0183096863329411,-0.00958595424890518,-0.99978643655777,-0.0219015963375568,-0.00172041263431311,-0.999758660793304,0.063190720975399,-0.00202632928267121,-0.997999429702759,0.738439857959747,-0.313460677862167,-0.597033441066742,0.639914572238922,0.191263377666473,-0.744263172149658,0.999292433261871,0.00456810928881168,-0.0373329147696495,0.99879777431488,-0.0141247734427452,-0.0469425581395626,0.639914572238922,0.191263377666473,-0.744263172149658,0.772500216960907,0.635014653205872,-3.19536582082947e-007,0.999944388866425,0.0105519220232964,5.75691327941996e-010,0.999292433261871,0.00456810928881168,-0.0373329147696495,0.772500216960907,0.635014653205872,-3.19536582082947e-007,0.639914333820343,0.191262468695641,0.744263648986816,0.999292433261871,0.0045680720359087,0.0373328849673271,0.999944388866425,0.0105519220232964,5.75691327941996e-010,0.639914333820343,0.191262468695641,0.744263648986816,0.738439977169037,-0.313460558652878,0.597033381462097,0.998797655105591,-0.0141247697174549,0.0469425618648529,0.999292433261871,0.0045680720359087,0.0373328849673271,0.738439977169037,-0.313460558652878,0.597033381462097,0.738439857959747,-0.313460677862167,-0.597033441066742,0.99879777431488,-0.0141247734427452,-0.0469425581395626,0.998797655105591,-0.0141247697174549,0.0469425618648529,-0.762006759643555,-0.249066740274429,-0.597755372524261,-0.762658298015594,-0.250965595245361,0.596127986907959,-0.999079585075378,-0.0134521368891001,0.0407310277223587,-0.999062895774841,-0.0134471682831645,-0.0411383956670761,-0.762658298015594,-0.250965595245361,0.596127986907959,-0.69569593667984,0.152689546346664,0.701920926570892,-0.999470412731171,0.00431954395025969,0.0322514772415161,-0.999079585075378,-0.0134521368891001,0.0407310277223587,-0.69569593667984,0.152689546346664,0.701920926570892,-0.765823245048523,0.642889976501465,0.0143951121717691,
  418. -0.999955058097839,0.00947684422135353,0.00031735742231831,-0.999470412731171,0.00431954395025969,0.0322514772415161,-0.765823245048523,0.642889976501465,0.0143951121717691,-0.698211371898651,0.151591673493385,-0.699657559394836,-0.999439537525177,0.00447794469073415,-0.0331740491092205,-0.999955058097839,0.00947684422135353,0.00031735742231831,-0.698211371898651,0.151591673493385,-0.699657559394836,-0.762006759643555,-0.249066740274429,-0.597755372524261,-0.999062895774841,-0.0134471682831645,-0.0411383956670761,-0.999439537525177,0.00447794469073415,-0.0331740491092205
  419. }
  420. NormalsW: *2322 {
  421. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  422. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  423. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  424. }
  425. }
  426. LayerElementBinormal: 0 {
  427. Version: 102
  428. Name: "map1"
  429. MappingInformationType: "ByPolygonVertex"
  430. ReferenceInformationType: "Direct"
  431. Binormals: *6966 {
  432. a: 0.00495274132117629,0.999987781047821,0,0.00491136126220226,0.9999880194664,0,0.0050405734218657,0.999987304210663,0,0.00516844494268298,0.999986708164215,-4.22264341548573e-011,0.000285238260403275,1,-0,0.000344403990311548,1,-0,0.000442192336777225,0.99999988079071,4.27823439652295e-013,0.000341936247423291,0.999999940395355,-0,0.0553586706519127,0.46966877579689,-0.881105422973633,0.0276891924440861,0.470209717750549,-0.882120251655579,-1.51937751979858e-006,0.47039008140564,-0.882458627223969,0.0276891924440861,0.470209717750549,-0.882120251655579,0.00397339044138789,0.999992191791534,5.85214723902716e-011,0.00434754742309451,0.99999064207077,1.59508760366744e-011,0.00389611069113016,0.999992430210114,7.15138503970536e-011,0.00389742758125067,0.999992430210114,0,0.00626492407172918,0.999980449676514,-5.39211774189252e-012,0.0056635201908648,0.999983966350555,-1.71782651037927e-012,0.00434754742309451,0.99999064207077,1.59508760366744e-011,0.00397339044138789,0.999992191791534,5.85214723902716e-011,0.00155554909724742,0.999998807907104,1.22577100379606e-012,0.00124539027456194,0.999999284744263,2.57552876595235e-013,0.000442192336777225,0.99999988079071,4.27823439652295e-013,0.00258871074765921,0.999996662139893,2.12329025889302e-011,-0.000128864878206514,1,1.41337936905399e-013,0.000156302121467888,1,-2.17731670366927e-012,0.00124539027456194,0.999999284744263,2.57552876595235e-013,0.00155554909724742,0.999998807907104,1.22577100379606e-012,0.00389611069113016,0.999992430210114,7.15138503970536e-011,0.00470501836389303,0.999989032745361,9.82848594177632e-011,0.00406575854867697,0.999991774559021,1.53972612437769e-010,0.00293306913226843,0.999995708465576,1.11077015640948e-010,0.00434754742309451,0.99999064207077,1.59508760366744e-011,0.0056635201908648,0.999983966350555,-1.71782651037927e-012,0.00487839989364147,0.999988079071045,0,0.00488750310614705,0.99998813867569,0,0.00124539027456194,0.999999284744263,2.57552876595235e-013,0.000156302121467888,1,-2.17731670366927e-012,0.000233781524002552,1,-4.16733531363733e-012,
  433. 0.000348521018167958,1,-0,0.000156302121467888,1,-2.17731670366927e-012,7.64694414101541e-005,1,8.76504611621066e-015,0.000227084296057001,1,4.86431365728839e-019,0.000233781524002552,1,-4.16733531363733e-012,-0.000373166374629363,0.552640974521637,0.833419442176819,0.00225325115025043,0.552623569965363,0.833427965641022,-0.00241446122527123,0.55269068479538,0.833382964134216,-0.00434844102710485,0.552730083465576,0.833349049091339,0.00370960496366024,0.552632331848145,0.833416879177094,0.00361496722325683,0.552632629871368,0.833417177200317,0.00225325115025043,0.552623569965363,0.833427965641022,-0.000373166374629363,0.552640974521637,0.833419442176819,0.998819231987,0.0254226122051477,0.0413990952074528,0.999979197978973,0.00561349047347903,0.00319880922324955,0.99928605556488,-0.0142060313373804,-0.0350074023008347,0.999979138374329,0.00561349047347903,0.00319880875758827,0.000227084296057001,1,4.86431365728839e-019,7.64694414101541e-005,1,8.76504611621066e-015,0.000268038857029751,1,1.37474840539165e-011,0.000288226583506912,1,1.47828953939166e-011,0,0.99999988079071,-0.000464501295937225,0,1,2.62051817117026e-005,0,0.99999988079071,0.000496343651320785,0,1,0.000196636305190623,0,1,4.67921017843764e-005,0,1,-0.000123645353596658,-0.00029812564025633,1,0,7.64694414101541e-005,1,8.76504611621066e-015,0.000156302121467888,1,-2.17731670366927e-012,-0.000128864878206514,1,1.41337936905399e-013,0.00470501836389303,0.999989032745361,9.82848594177632e-011,0.00389611069113016,0.999992430210114,7.15138503970536e-011,0.00434754742309451,0.99999064207077,1.59508760366744e-011,0.00488750310614705,0.99998813867569,0,0.00389655749313533,0.552634477615356,0.833414673805237,0.00379895232617855,0.552634656429291,0.833414971828461,0.00361496722325683,0.552632629871368,0.833417177200317,0.00370960496366024,0.552632331848145,0.833416879177094,0,0.999999403953552,-0.00113891926594079,0,0.999999165534973,-0.00129827600903809,0,0.999998927116394,-0.00147630274295807,0,0.999998331069946,-0.00183195096906275,0,0.999999165534973,-0.00131681107450277,
  434. 0,0.999999642372131,-0.000819799955934286,0.00765710370615125,0.999970674514771,-5.30348653882129e-010,0.00516844494268298,0.999986708164215,-4.22264341548573e-011,0.0056635201908648,0.999983966350555,-1.71782651037927e-012,0.00626492407172918,0.999980449676514,-5.39211774189252e-012,0.00516844494268298,0.999986708164215,-4.22264341548573e-011,0.0050405734218657,0.999987304210663,0,0.00487839989364147,0.999988079071045,0,0.0056635201908648,0.999983966350555,-1.71782651037927e-012,0.000341936247423291,0.999999940395355,-0,0.000442192336777225,0.99999988079071,4.27823439652295e-013,0.00124539027456194,0.999999284744263,2.57552876595235e-013,0.000348521018167958,1,-0,-0.00149321288336068,0,0.999998867511749,0.000105301347502973,0,1,0.000647882465273142,0,0.99999988079071,-0.00168019055854529,0,0.999998688697815,-0.0136574003845453,0.999895095825195,0.00483351992443204,-0.0136944968253374,0.999890148639679,-0.00567706674337387,0.00658745504915714,0.997486650943756,0.0705480724573135,0.00947744213044643,0.999953269958496,0.00193673057947308,0.00628219870850444,0.998494863510132,-0.0544845424592495,-0.000839293876197189,0.552637040615082,-0.833421647548676,-0.000436345901107416,0.552636623382568,-0.833422183990479,-0.000298113474855199,0.552636682987213,-0.833422303199768,-0.000714733556378633,0.552637040615082,-0.833421766757965,-0.00258745905011892,0.552650570869446,-0.833409130573273,-0.000839293876197189,0.552637040615082,-0.833421647548676,-0.000714733556378633,0.552637040615082,-0.833421766757965,-0.00540169375017285,0.552661955356598,-0.833387970924377,-0.00765745807439089,0.552790701389313,-0.833284974098206,-0.00258745905011892,0.552650570869446,-0.833409130573273,-0.00540169375017285,0.552661955356598,-0.833387970924377,-0.00954174529761076,0.552823603153229,-0.833243787288666,0.0275092739611864,0,0.999621570110321,0.0153741091489792,0,0.999881863594055,0.00136577105149627,0,0.999999105930328,0.0192546937614679,0,0.999814689159393,-0.00862486660480499,0,0.999962866306305,0.00223806640133262,0,0.999997556209564,
  435. 0.0192546937614679,0,0.999814689159393,0.00136577105149627,0,0.999999105930328,-0.00177692179568112,0,0.999998509883881,0.00192449020687491,0,0.999998152256012,0.00223806640133262,0,0.999997556209564,-0.00862486660480499,0,0.999962866306305,-0.00168019055854529,0,0.999998688697815,0.000647882465273142,0,0.99999988079071,0.00192449020687491,0,0.999998152256012,-0.00177692179568112,0,0.999998509883881,0.0680446699261665,0.867160141468048,0.493359267711639,-0.0063872174359858,0.864937722682953,0.501838684082031,-0.370078265666962,0.716553509235382,0.591264069080353,-0.538610219955444,0.69135719537735,0.481585323810577,0.663543939590454,0.581682026386261,0.470484226942062,0.476841777563095,0.673959374427795,-0.56427001953125,0.322356849908829,0.807428002357483,0.494111388921738,0.0619148202240467,0.54632043838501,-0.835284769535065,0.476841777563095,0.673959374427795,-0.56427001953125,0.22715762257576,0.508223474025726,-0.830727577209473,-0.0642665699124336,0.802986979484558,0.592521607875824,-0.00728228595107794,0.797630250453949,0.60310286283493,0.37995371222496,-0.712928593158722,0.5893794298172,-0.498597681522369,-0.428967297077179,0.753251314163208,-0.00728228595107794,0.797630250453949,0.60310286283493,-0.0642665699124336,0.802986979484558,0.592521607875824,-0.149631604552269,0.928698062896729,0.339308589696884,-0.0181417558342218,0.945130884647369,0.326187998056412,-0.315200299024582,0.88709020614624,0.337223559617996,-0.382898986339569,0.837641835212708,0.389544010162354,0.0251991339027882,0.557878911495209,-0.829539716243744,0.0697789862751961,0.567873954772949,-0.820152580738068,-0.498597681522369,-0.428967297077179,0.753251314163208,0.37995371222496,-0.712928593158722,0.5893794298172,-0.285799741744995,0.0834282785654068,0.95465087890625,-0.0557447038590908,0.00545942317694426,0.998430192470551,-0.0599693432450294,-0.524794578552246,0.849113941192627,0.107343278825283,-0.533038735389709,0.839253902435303,-0.149919182062149,0.80935800075531,0.567858994007111,-0.139866888523102,0.787285566329956,0.600515484809875,
  436. -0.00236697285436094,-0.557913303375244,0.829895853996277,-0.0246414393186569,-0.26059153676033,0.965134680271149,0.0928277596831322,-0.21098855137825,0.973070859909058,-0.382898986339569,0.837641835212708,0.389544010162354,-0.315200299024582,0.88709020614624,0.337223559617996,-0.139866888523102,0.787285566329956,0.600515484809875,0.476841777563095,0.673959374427795,-0.56427001953125,0.0619148202240467,0.54632043838501,-0.835284769535065,0.166648551821709,0.882850885391235,0.439092963933945,0.476841777563095,0.673959374427795,-0.56427001953125,0.166648551821709,0.882850885391235,0.439092963933945,-0.0063872174359858,0.864937722682953,0.501838684082031,0.476841777563095,0.673959374427795,-0.56427001953125,0.663543939590454,0.581682026386261,0.470484226942062,-0.344878613948822,0.37157142162323,-0.861970663070679,0.22715762257576,0.508223474025726,-0.830727577209473,-0.29487532377243,-0.518013954162598,0.802938461303711,-0.538610219955444,0.69135719537735,0.481585323810577,-0.370078265666962,0.716553509235382,0.591264069080353,-0.382898986339569,0.837641835212708,0.389544010162354,0.423519253730774,0.8282231092453,0.366984963417053,0.0673053786158562,0.553201138973236,-0.830324292182922,0.0251991339027882,0.557878911495209,-0.829539716243744,0.0201598219573498,0.785182416439056,-0.618936359882355,-0.00800943002104759,0.985512495040894,-0.169413864612579,-0.0594551302492619,0.937635838985443,0.342497140169144,0.317731559276581,0.556648135185242,-0.767586767673492,0.0663720816373825,0.817033767700195,0.572757124900818,0.305026084184647,0.773125767707825,0.556089639663696,-0.323664337396622,-0.496375620365143,0.805513978004456,0.546216785907745,-0.419413387775421,0.72507905960083,0.188203871250153,0.926343202590942,0.326293617486954,-0.0594551302492619,0.937635838985443,0.342497140169144,0.305026084184647,0.773125767707825,0.556089639663696,0.0663720816373825,0.817033767700195,0.572757124900818,0.546216785907745,-0.419413387775421,0.72507905960083,-0.323664337396622,-0.496375620365143,0.805513978004456,0.161126419901848,-0.00130787759553641,0.986932933330536,
  437. -0.226801961660385,-0.010817033238709,0.973880887031555,0.25906378030777,-0.521615505218506,0.81289803981781,-0.0181417558342218,0.945130884647369,0.326187998056412,-0.149631604552269,0.928698062896729,0.339308589696884,0.448669701814651,0.492942482233047,-0.745455086231232,0.0461547411978245,0.553097784519196,-0.831836998462677,-0.0246414393186569,-0.26059153676033,0.965134680271149,-0.226616889238358,-0.517814159393311,0.824932336807251,0.323619931936264,0.735807061195374,0.594859778881073,-0.000546999333892018,0.770419359207153,0.6375373005867,-0.108706340193748,0.890749514102936,0.441302865743637,-0.279906749725342,0.868418455123901,0.409269601106644,-0.045899536460638,0.545829355716705,-0.836638331413269,-0.00877641141414642,0.545143663883209,-0.8382967710495,0.107343278825283,-0.533038735389709,0.839253902435303,0.0928277596831322,-0.21098855137825,0.973070859909058,-0.0783788859844208,0.845776855945587,0.527748286724091,-0.149919182062149,0.80935800075531,0.567858994007111,-0.226616889238358,-0.517814159393311,0.824932336807251,-0.29487532377243,-0.518013954162598,0.802938461303711,-0.370078265666962,0.716553509235382,0.591264069080353,0.323619931936264,0.735807061195374,0.594859778881073,-0.226616889238358,-0.517814159393311,0.824932336807251,-0.0246414393186569,-0.26059153676033,0.965134680271149,-0.00236697285436094,-0.557913303375244,0.829895853996277,-0.0599693432450294,-0.524794578552246,0.849113941192627,-0.281161516904831,0.00680611561983824,0.959636390209198,-0.401802808046341,-0.012227950617671,0.915644705295563,0.423519253730774,0.8282231092453,0.366984963417053,-0.382898986339569,0.837641835212708,0.389544010162354,-0.139866888523102,0.787285566329956,0.600515484809875,-0.149919182062149,0.80935800075531,0.567858994007111,-0.0783788859844208,0.845776855945587,0.527748286724091,-0.279906749725342,0.868418455123901,0.409269601106644,-0.108706340193748,0.890749514102936,0.441302865743637,-0.000546999333892018,0.770419359207153,0.6375373005867,0.323619931936264,0.735807061195374,0.594859778881073,-0.0594551302492619,0.937635838985443,0.342497140169144,
  438. 0.188203871250153,0.926343202590942,0.326293617486954,-0.417445480823517,0.515217244625092,-0.748525619506836,0.317731559276581,0.556648135185242,-0.767586767673492,0.305026084184647,0.773125767707825,0.556089639663696,0.00877214502543211,0.487561374902725,0.873044729232788,-0.0233627986162901,-0.172532469034195,0.98472672700882,-0.323664337396622,-0.496375620365143,0.805513978004456,-0.0594551302492619,0.937635838985443,0.342497140169144,-0.00800943002104759,0.985512495040894,-0.169413864612579,0.00877214502543211,0.487561374902725,0.873044729232788,0.305026084184647,0.773125767707825,0.556089639663696,-0.323664337396622,-0.496375620365143,0.805513978004456,-0.0233627986162901,-0.172532469034195,0.98472672700882,0.0213283002376556,-0.717844188213348,0.695877015590668,0.161126419901848,-0.00130787759553641,0.986932933330536,-0.149631604552269,0.928698062896729,0.339308589696884,-0.315200299024582,0.88709020614624,0.337223559617996,0.0697789862751961,0.567873954772949,-0.820152580738068,0.448669701814651,0.492942482233047,-0.745455086231232,-0.0642665699124336,0.802986979484558,0.592521607875824,-0.139866888523102,0.787285566329956,0.600515484809875,-0.315200299024582,0.88709020614624,0.337223559617996,-0.149631604552269,0.928698062896729,0.339308589696884,-0.139866888523102,0.787285566329956,0.600515484809875,-0.0642665699124336,0.802986979484558,0.592521607875824,-0.498597681522369,-0.428967297077179,0.753251314163208,-0.0599693432450294,-0.524794578552246,0.849113941192627,-0.0599693432450294,-0.524794578552246,0.849113941192627,-0.498597681522369,-0.428967297077179,0.753251314163208,-0.0557447038590908,0.00545942317694426,0.998430192470551,-0.281161516904831,0.00680611561983824,0.959636390209198,0.188203871250153,0.926343202590942,0.326293617486954,-0.0181417558342218,0.945130884647369,0.326187998056412,0.0461547411978245,0.553097784519196,-0.831836998462677,-0.417445480823517,0.515217244625092,-0.748525619506836,-0.0181417558342218,0.945130884647369,0.326187998056412,0.188203871250153,0.926343202590942,0.326293617486954,
  439. 0.0663720816373825,0.817033767700195,0.572757124900818,-0.00728228595107794,0.797630250453949,0.60310286283493,-0.00728228595107794,0.797630250453949,0.60310286283493,0.0663720816373825,0.817033767700195,0.572757124900818,0.546216785907745,-0.419413387775421,0.72507905960083,0.37995371222496,-0.712928593158722,0.5893794298172,0.37995371222496,-0.712928593158722,0.5893794298172,0.546216785907745,-0.419413387775421,0.72507905960083,0.25906378030777,-0.521615505218506,0.81289803981781,0.25906378030777,-0.521615505218506,0.81289803981781,-0.226801961660385,-0.010817033238709,0.973880887031555,-0.221442669630051,-0.396564304828644,0.89089834690094,0.37995371222496,-0.712928593158722,0.5893794298172,0.25906378030777,-0.521615505218506,0.81289803981781,-0.221442669630051,-0.396564304828644,0.89089834690094,-0.285799741744995,0.0834282785654068,0.95465087890625,-0.0599693432450294,-0.524794578552246,0.849113941192627,-0.401802808046341,-0.012227950617671,0.915644705295563,0.0145498067140579,-0.00277382298372686,0.999890387058258,-0.00236697285436094,-0.557913303375244,0.829895853996277,0.107343278825283,-0.533038735389709,0.839253902435303,-0.279906749725342,0.868418455123901,0.409269601106644,0.166648551821709,0.882850885391235,0.439092963933945,0.0619148202240467,0.54632043838501,-0.835284769535065,-0.045899536460638,0.545829355716705,-0.836638331413269,-0.0063872174359858,0.864937722682953,0.501838684082031,0.166648551821709,0.882850885391235,0.439092963933945,-0.279906749725342,0.868418455123901,0.409269601106644,0.323619931936264,0.735807061195374,0.594859778881073,-0.370078265666962,0.716553509235382,0.591264069080353,0.423519253730774,0.8282231092453,0.366984963417053,-0.108706340193748,0.890749514102936,0.441302865743637,-0.00877641141414642,0.545143663883209,-0.8382967710495,0.0673053786158562,0.553201138973236,-0.830324292182922,-0.108706340193748,0.890749514102936,0.441302865743637,0.423519253730774,0.8282231092453,0.366984963417053,-0.0783788859844208,0.845776855945587,0.527748286724091,-0.000546999333892018,0.770419359207153,0.6375373005867,
  440. 0.0928277596831322,-0.21098855137825,0.973070859909058,-0.0246414393186569,-0.26059153676033,0.965134680271149,-0.000546999333892018,0.770419359207153,0.6375373005867,-0.0783788859844208,0.845776855945587,0.527748286724091,-0.00236697285436094,-0.557913303375244,0.829895853996277,0.0928277596831322,-0.21098855137825,0.973070859909058,0.107343278825283,-0.533038735389709,0.839253902435303,-0.29487532377243,-0.518013954162598,0.802938461303711,-0.405687987804413,-0.473255753517151,0.781950294971466,-0.538610219955444,0.69135719537735,0.481585323810577,0.0145498067140579,-0.00277382298372686,0.999890387058258,-0.388954728841782,-0.0184034965932369,0.921073079109192,-0.29487532377243,-0.518013954162598,0.802938461303711,-0.226616889238358,-0.517814159393311,0.824932336807251,-0.00236697285436094,-0.557913303375244,0.829895853996277,0.0311244651675224,0.482765346765518,-0.87519645690918,-0.0143233677372336,0.482114613056183,-0.875991106033325,0.0034554717130959,0.481449544429779,-0.876467108726501,-0.0188176035881042,0.483585596084595,-0.875094830989838,-0.0158313307911158,0.485702395439148,-0.873980820178986,-0.00580591894686222,0.482909798622131,-0.875650942325592,-0.392317920923233,0.749204158782959,-0.53364759683609,-0.389877825975418,0.681042313575745,-0.619819819927216,0.177393406629562,0.823182702064514,-0.53935319185257,0.177393406629562,0.823182702064514,-0.53935319185257,-0.0589073300361633,-0.700693428516388,-0.71102648973465,-0.392317920923233,0.749204158782959,-0.53364759683609,0.0544440522789955,0.550684213638306,0.83293628692627,0.0941260904073715,0.527498066425323,0.84432578086853,0.232108592987061,0.785191714763641,0.574107706546783,-0.0642777234315872,0.802970290184021,-0.592542886734009,-0.498598724603653,-0.429228007793427,-0.75310206413269,0.38047981262207,-0.713058292865753,-0.588882923126221,-0.00726942252367735,0.797630131244659,-0.603103041648865,-0.00726942252367735,0.797630131244659,-0.603103041648865,-0.0181328691542149,0.94512003660202,-0.326219826936722,-0.149644806981087,0.928685247898102,-0.339337706565857,
  441. -0.0642777234315872,0.802970290184021,-0.592542886734009,-0.315200746059418,0.887078881263733,-0.337253004312515,0.0694834515452385,0.568156838417053,0.819981634616852,0.024970592930913,0.558131456375122,0.829376757144928,-0.382894158363342,0.837639093399048,-0.389554798603058,-0.498598724603653,-0.429228007793427,-0.75310206413269,-0.0559700727462769,0.00548170739784837,-0.998417437076569,-0.287561595439911,0.0841609761118889,-0.954057335853577,0.38047981262207,-0.713058292865753,-0.588882923126221,-0.0598696395754814,-0.525090754032135,-0.848937809467316,-0.139871805906296,0.787276208400726,-0.600526571273804,-0.149899870157242,0.809366822242737,-0.567851543426514,0.107373669743538,-0.533336520195007,-0.839060842990875,-0.00172596541233361,-0.554787039756775,-0.831990718841553,0.0929819941520691,-0.21094311773777,-0.973065972328186,-0.0245689675211906,-0.260662376880646,-0.965117394924164,-0.382894158363342,0.837639093399048,-0.389554798603058,-0.139871805906296,0.787276208400726,-0.600526571273804,-0.315200746059418,0.887078881263733,-0.337253004312515,0.232108592987061,0.785191714763641,0.574107706546783,0.104364320635796,0.859097957611084,-0.501057624816895,0.0544440522789955,0.550684213638306,0.83293628692627,0.232108592987061,0.785191714763641,0.574107706546783,0.177393406629562,0.823182702064514,-0.53935319185257,0.104364320635796,0.859097957611084,-0.501057624816895,0.232108592987061,0.785191714763641,0.574107706546783,0.0941260904073715,0.527498066425323,0.84432578086853,0.567436456680298,0.666545033454895,0.483460068702698,-0.0589073300361633,-0.700693428516388,-0.71102648973465,-0.289142936468124,-0.515327632427216,-0.8067427277565,-0.389877825975418,0.681042313575745,-0.619819819927216,-0.392317920923233,0.749204158782959,-0.53364759683609,-0.382894158363342,0.837639093399048,-0.389554798603058,0.024970592930913,0.558131456375122,0.829376757144928,0.0672366321086884,0.553466081619263,0.830153405666351,0.423532634973526,0.828213155269623,-0.366992205381393,0.0201522726565599,0.78531950712204,0.618762671947479,
  442. 0.317650079727173,0.556905090808868,0.767434120178223,-0.0594590902328491,0.937630712985992,-0.342510402202606,-0.00801439397037029,0.985513091087341,0.169409766793251,0.0663511082530022,0.817041575908661,-0.572748303413391,0.546246409416199,-0.419710218906403,-0.724884927272797,-0.323726028203964,-0.496598958969116,-0.805351555347443,0.305027365684509,0.773133039474487,-0.556078910827637,0.188184887170792,0.92634129524231,-0.326310157775879,0.0663511082530022,0.817041575908661,-0.572748303413391,0.305027365684509,0.773133039474487,-0.556078910827637,-0.0594590902328491,0.937630712985992,-0.342510402202606,0.546246409416199,-0.419710218906403,-0.724884927272797,0.260168671607971,-0.521706461906433,-0.812486708164215,-0.226458638906479,-0.0108213722705841,-0.973960757255554,0.161073938012123,-0.00131489732302725,-0.986941456794739,-0.323726028203964,-0.496598958969116,-0.805351555347443,-0.0181328691542149,0.94512003660202,-0.326219826936722,0.0461425557732582,0.553366720676422,0.831658720970154,0.448592156171799,0.493216097354889,0.745320737361908,-0.149644806981087,0.928685247898102,-0.339337706565857,-0.0245689675211906,-0.260662376880646,-0.965117394924164,-0.000546623079571873,0.770426094532013,-0.637529253959656,0.263807952404022,0.705464601516724,-0.657818496227264,-0.288223147392273,-0.511651277542114,-0.809407532215118,-0.108706548810005,0.890747666358948,-0.441306799650192,-0.00899412948638201,0.545391857624054,0.838132977485657,-0.0371567010879517,0.548790752887726,0.835133671760559,-0.269157409667969,0.853619575500488,-0.445968508720398,0.107373669743538,-0.533336520195007,-0.839060842990875,-0.149899870157242,0.809366822242737,-0.567851543426514,-0.0783354416489601,0.845788240432739,-0.527736663818359,0.0929819941520691,-0.21094311773777,-0.973065972328186,-0.288223147392273,-0.511651277542114,-0.809407532215118,0.263807952404022,0.705464601516724,-0.657818496227264,-0.389877825975418,0.681042313575745,-0.619819819927216,-0.289142936468124,-0.515327632427216,-0.8067427277565,-0.288223147392273,-0.511651277542114,-0.809407532215118,
  443. -0.00172596541233361,-0.554787039756775,-0.831990718841553,-0.0245689675211906,-0.260662376880646,-0.965117394924164,-0.0598696395754814,-0.525090754032135,-0.848937809467316,-0.40159273147583,-0.0122226886451244,-0.91573691368103,-0.281017959117889,0.0067933420650661,-0.959678471088409,0.423532634973526,0.828213155269623,-0.366992205381393,-0.0783354416489601,0.845788240432739,-0.527736663818359,-0.149899870157242,0.809366822242737,-0.567851543426514,-0.139871805906296,0.787276208400726,-0.600526571273804,-0.382894158363342,0.837639093399048,-0.389554798603058,-0.269157409667969,0.853619575500488,-0.445968508720398,0.263807952404022,0.705464601516724,-0.657818496227264,-0.000546623079571873,0.770426094532013,-0.637529253959656,-0.108706548810005,0.890747666358948,-0.441306799650192,-0.0594590902328491,0.937630712985992,-0.342510402202606,0.317650079727173,0.556905090808868,0.767434120178223,-0.417333483695984,0.515491664409637,0.748399019241333,0.188184887170792,0.92634129524231,-0.326310157775879,0.305027365684509,0.773133039474487,-0.556078910827637,-0.323726028203964,-0.496598958969116,-0.805351555347443,-0.0233899150043726,-0.172518879175186,-0.984728515148163,0.00877893622964621,0.48749765753746,-0.873080193996429,-0.0594590902328491,0.937630712985992,-0.342510402202606,0.305027365684509,0.773133039474487,-0.556078910827637,0.00877893622964621,0.48749765753746,-0.873080193996429,-0.00801439397037029,0.985513091087341,0.169409766793251,-0.323726028203964,-0.496598958969116,-0.805351555347443,0.161073938012123,-0.00131489732302725,-0.986941456794739,0.0213165413588285,-0.717330455780029,-0.696407020092011,-0.0233899150043726,-0.172518879175186,-0.984728515148163,-0.149644806981087,0.928685247898102,-0.339337706565857,0.448592156171799,0.493216097354889,0.745320737361908,0.0694834515452385,0.568156838417053,0.819981634616852,-0.315200746059418,0.887078881263733,-0.337253004312515,-0.0642777234315872,0.802970290184021,-0.592542886734009,-0.149644806981087,0.928685247898102,-0.339337706565857,-0.315200746059418,0.887078881263733,-0.337253004312515,
  444. -0.139871805906296,0.787276208400726,-0.600526571273804,-0.139871805906296,0.787276208400726,-0.600526571273804,-0.0598696395754814,-0.525090754032135,-0.848937809467316,-0.498598724603653,-0.429228007793427,-0.75310206413269,-0.0642777234315872,0.802970290184021,-0.592542886734009,-0.0598696395754814,-0.525090754032135,-0.848937809467316,-0.281017959117889,0.0067933420650661,-0.959678471088409,-0.0559700727462769,0.00548170739784837,-0.998417437076569,-0.498598724603653,-0.429228007793427,-0.75310206413269,0.188184887170792,0.92634129524231,-0.326310157775879,-0.417333483695984,0.515491664409637,0.748399019241333,0.0461425557732582,0.553366720676422,0.831658720970154,-0.0181328691542149,0.94512003660202,-0.326219826936722,-0.0181328691542149,0.94512003660202,-0.326219826936722,-0.00726942252367735,0.797630131244659,-0.603103041648865,0.0663511082530022,0.817041575908661,-0.572748303413391,0.188184887170792,0.92634129524231,-0.326310157775879,-0.00726942252367735,0.797630131244659,-0.603103041648865,0.38047981262207,-0.713058292865753,-0.588882923126221,0.546246409416199,-0.419710218906403,-0.724884927272797,0.0663511082530022,0.817041575908661,-0.572748303413391,0.38047981262207,-0.713058292865753,-0.588882923126221,0.260168671607971,-0.521706461906433,-0.812486708164215,0.546246409416199,-0.419710218906403,-0.724884927272797,0.260168671607971,-0.521706461906433,-0.812486708164215,-0.221302777528763,-0.396457582712173,-0.89098072052002,-0.226458638906479,-0.0108213722705841,-0.973960757255554,0.38047981262207,-0.713058292865753,-0.588882923126221,-0.287561595439911,0.0841609761118889,-0.954057335853577,-0.221302777528763,-0.396457582712173,-0.89098072052002,0.260168671607971,-0.521706461906433,-0.812486708164215,-0.0598696395754814,-0.525090754032135,-0.848937809467316,0.107373669743538,-0.533336520195007,-0.839060842990875,-0.00172596541233361,-0.554787039756775,-0.831990718841553,0.0120855569839478,0.00320793921127915,-0.999921858310699,-0.40159273147583,-0.0122226886451244,-0.91573691368103,-0.269157409667969,0.853619575500488,-0.445968508720398,
  445. -0.0371567010879517,0.548790752887726,0.835133671760559,0.0544440522789955,0.550684213638306,0.83293628692627,0.104364320635796,0.859097957611084,-0.501057624816895,0.177393406629562,0.823182702064514,-0.53935319185257,-0.389877825975418,0.681042313575745,-0.619819819927216,0.263807952404022,0.705464601516724,-0.657818496227264,-0.269157409667969,0.853619575500488,-0.445968508720398,0.104364320635796,0.859097957611084,-0.501057624816895,0.423532634973526,0.828213155269623,-0.366992205381393,0.0672366321086884,0.553466081619263,0.830153405666351,-0.00899412948638201,0.545391857624054,0.838132977485657,-0.108706548810005,0.890747666358948,-0.441306799650192,-0.108706548810005,0.890747666358948,-0.441306799650192,-0.000546623079571873,0.770426094532013,-0.637529253959656,-0.0783354416489601,0.845788240432739,-0.527736663818359,0.423532634973526,0.828213155269623,-0.366992205381393,0.0929819941520691,-0.21094311773777,-0.973065972328186,-0.0783354416489601,0.845788240432739,-0.527736663818359,-0.000546623079571873,0.770426094532013,-0.637529253959656,-0.0245689675211906,-0.260662376880646,-0.965117394924164,-0.00172596541233361,-0.554787039756775,-0.831990718841553,0.107373669743538,-0.533336520195007,-0.839060842990875,0.0929819941520691,-0.21094311773777,-0.973065972328186,-0.343595504760742,-0.152823433279991,-0.9265998005867,-0.515482723712921,-0.0125574860721827,-0.856808066368103,-0.289142936468124,-0.515327632427216,-0.8067427277565,-0.65106326341629,-0.375281512737274,-0.659757852554321,-0.515482723712921,-0.0125574860721827,-0.856808066368103,0.0120855569839478,0.00320793921127915,-0.999921858310699,-0.00172596541233361,-0.554787039756775,-0.831990718841553,-0.288223147392273,-0.511651277542114,-0.809407532215118,-0.289142936468124,-0.515327632427216,-0.8067427277565,-0.0143289547413588,0.482154130935669,0.875969231128693,0.0311310421675444,0.482873201370239,0.875136733055115,-0.00582560710608959,0.482923239469528,0.875643312931061,-0.0158413182944059,0.48570242524147,0.873980760574341,-0.0188290737569332,0.483573228120804,0.875101447105408,
  446. 0.00347979133948684,0.481422662734985,0.876481652259827,-0.00754466792568564,-0.117021232843399,0.993100821971893,0.00323697971180081,0.529349207878113,0.848397850990295,0.317650079727173,0.556905090808868,0.767434120178223,0.0201522726565599,0.78531950712204,0.618762671947479,-0.00325593794696033,0.975906789302826,0.218163684010506,0.176109150052071,0.876316130161285,0.448392301797867,-0.171688571572304,0.764777362346649,0.620998084545136,0.0120156174525619,-0.161237761378288,0.986842453479767,0.00582434562966228,0.543196380138397,-0.839585483074188,0.0230272561311722,0.854548215866089,-0.518861413002014,0.176109150052071,0.876316130161285,0.448392301797867,-0.00325593794696033,0.975906789302826,0.218163684010506,-0.0741337686777115,0.558422923088074,-0.826237320899963,0.0230272561311722,0.854548215866089,-0.518861413002014,-0.0228319521993399,0.541397571563721,-0.84045672416687,-0.72337144613266,0.690451502799988,0.0032496158964932,-0.395000696182251,0.846733629703522,0.356393843889236,0.0320864282548428,0.55265337228775,-0.832793295383453,0.0221951007843018,0.607722342014313,-0.793839335441589,-0.237697124481201,-0.511802554130554,0.825565457344055,0.0745468363165855,-0.543809711933136,0.835891008377075,-0.114764772355556,0.822294235229492,0.557370007038116,-0.160716146230698,0.798240184783936,0.580502331256866,-0.0170752312988043,-0.555527806282043,0.831322729587555,-0.0241187512874603,-0.260748416185379,0.965105473995209,0.0933694541454315,-0.210645794868469,0.973093271255493,0.00733459927141666,0.48139426112175,-0.876473486423492,0.0168340783566237,0.471872091293335,-0.881506323814392,-0.0316194854676723,0.398192971944809,-0.916756629943848,0.000233521685004234,0.550835072994232,-0.834614098072052,0.00582434562966228,0.543196380138397,-0.839585483074188,0.0155563727021217,0.429341048002243,-0.90300852060318,-0.395000696182251,0.846733629703522,0.356393843889236,-0.72337144613266,0.690451502799988,0.0032496158964932,-0.76413369178772,0.630048334598541,0.138343334197998,-0.160716146230698,0.798240184783936,0.580502331256866,
  447. 0.0230272561311722,0.854548215866089,-0.518861413002014,-0.0741337686777115,0.558422923088074,-0.826237320899963,0.143097952008247,0.895117580890656,0.42224109172821,0.0230272561311722,0.854548215866089,-0.518861413002014,0.143097952008247,0.895117580890656,0.42224109172821,0.176109150052071,0.876316130161285,0.448392301797867,0.0230272561311722,0.854548215866089,-0.518861413002014,0.00582434562966228,0.543196380138397,-0.839585483074188,0.000233521685004234,0.550835072994232,-0.834614098072052,-0.0228319521993399,0.541397571563721,-0.84045672416687,0.0602119266986847,-0.527413547039032,0.847472429275513,0.0120156174525619,-0.161237761378288,0.986842453479767,-0.171688571572304,0.764777362346649,0.620998084545136,-0.395000696182251,0.846733629703522,0.356393843889236,0.458786427974701,0.804219365119934,0.377817809581757,0.108321718871593,0.543099462985992,-0.832651972770691,0.0320864282548428,0.55265337228775,-0.832793295383453,-0.0241187512874603,-0.260748416185379,0.965105473995209,-0.289683431386948,-0.509093701839447,0.810498058795929,0.245395764708519,0.75135326385498,0.612575948238373,0.000204958021640778,0.770472347736359,0.637473344802856,-0.107401937246323,0.890867352485657,0.441384553909302,-0.292903572320938,0.874484956264496,0.386631309986115,-0.0570341423153877,0.555306375026703,-0.829687833786011,-0.00893004238605499,0.545217335224152,-0.838247239589691,0.0745468363165855,-0.543809711933136,0.835891008377075,0.0933694541454315,-0.210645794868469,0.973093271255493,-0.0652891620993614,0.853265643119812,0.517373383045197,-0.114764772355556,0.822294235229492,0.557370007038116,-0.289683431386948,-0.509093701839447,0.810498058795929,0.0602119266986847,-0.527413547039032,0.847472429275513,-0.171688571572304,0.764777362346649,0.620998084545136,0.245395764708519,0.75135326385498,0.612575948238373,-0.289683431386948,-0.509093701839447,0.810498058795929,-0.0241187512874603,-0.260748416185379,0.965105473995209,-0.0170752312988043,-0.555527806282043,0.831322729587555,-0.237697124481201,-0.511802554130554,0.825565457344055,
  448. -0.954412698745728,-0.280956655740738,0.100796177983284,-0.488310307264328,0.0427905097603798,0.871620416641235,0.458786427974701,0.804219365119934,0.377817809581757,-0.395000696182251,0.846733629703522,0.356393843889236,-0.160716146230698,0.798240184783936,0.580502331256866,-0.114764772355556,0.822294235229492,0.557370007038116,-0.0652891620993614,0.853265643119812,0.517373383045197,-0.292903572320938,0.874484956264496,0.386631309986115,-0.107401937246323,0.890867352485657,0.441384553909302,0.000204958021640778,0.770472347736359,0.637473344802856,0.245395764708519,0.75135326385498,0.612575948238373,-0.237697124481201,-0.511802554130554,0.825565457344055,-0.488310307264328,0.0427905097603798,0.871620416641235,0.0129921156913042,-0.000478846312034875,0.999915540218353,-0.0170752312988043,-0.555527806282043,0.831322729587555,0.0745468363165855,-0.543809711933136,0.835891008377075,-0.292903572320938,0.874484956264496,0.386631309986115,0.143097952008247,0.895117580890656,0.42224109172821,-0.0741337686777115,0.558422923088074,-0.826237320899963,-0.0570341423153877,0.555306375026703,-0.829687833786011,0.176109150052071,0.876316130161285,0.448392301797867,0.143097952008247,0.895117580890656,0.42224109172821,-0.292903572320938,0.874484956264496,0.386631309986115,0.245395764708519,0.75135326385498,0.612575948238373,-0.171688571572304,0.764777362346649,0.620998084545136,0.458786427974701,0.804219365119934,0.377817809581757,-0.107401937246323,0.890867352485657,0.441384553909302,-0.00893004238605499,0.545217335224152,-0.838247239589691,0.108321718871593,0.543099462985992,-0.832651972770691,-0.107401937246323,0.890867352485657,0.441384553909302,0.458786427974701,0.804219365119934,0.377817809581757,-0.0652891620993614,0.853265643119812,0.517373383045197,0.000204958021640778,0.770472347736359,0.637473344802856,0.0933694541454315,-0.210645794868469,0.973093271255493,-0.0241187512874603,-0.260748416185379,0.965105473995209,0.000204958021640778,0.770472347736359,0.637473344802856,-0.0652891620993614,0.853265643119812,0.517373383045197,
  449. -0.0170752312988043,-0.555527806282043,0.831322729587555,0.0933694541454315,-0.210645794868469,0.973093271255493,0.0745468363165855,-0.543809711933136,0.835891008377075,-0.0316194854676723,0.398192971944809,-0.916756629943848,0.0293910335749388,0.515419661998749,-0.856433749198914,-0.0228319521993399,0.541397571563721,-0.84045672416687,0.000233521685004234,0.550835072994232,-0.834614098072052,-0.212114304304123,-0.0118024097755551,0.977173626422882,-0.0146367773413658,-0.410291790962219,0.911836802959442,0.0120156174525619,-0.161237761378288,0.986842453479767,0.0602119266986847,-0.527413547039032,0.847472429275513,0.0129921156913042,-0.000478846312034875,0.999915540218353,-0.212114304304123,-0.0118024097755551,0.977173626422882,0.0602119266986847,-0.527413547039032,0.847472429275513,-0.289683431386948,-0.509093701839447,0.810498058795929,-0.0170752312988043,-0.555527806282043,0.831322729587555,-0.00326979835517704,0.975778222084045,-0.21873813867569,0.0117958746850491,-0.1649249792099,-0.986235558986664,-0.172301545739174,0.764652609825134,-0.620981872081757,0.176187038421631,0.87626713514328,-0.448457390069962,0.00582118332386017,0.543551504611969,0.839355707168579,-0.00326979835517704,0.975778222084045,-0.21873813867569,0.176187038421631,0.87626713514328,-0.448457390069962,0.0226863045245409,0.854536712169647,0.518895447254181,-0.0739387199282646,0.558701574802399,0.826066374778748,-0.0220506303012371,0.541654050350189,0.840312242507935,0.0226863045245409,0.854536712169647,0.518895447254181,0.0561513230204582,0.698818504810333,0.713091731071472,0.0324566997587681,0.552702724933624,0.832746267318726,-0.267033219337463,0.878668904304504,-0.395770400762558,-0.205443501472473,-0.516478478908539,-0.831289947032928,-0.297207921743393,0.775146305561066,-0.557508587837219,-0.0857654362916946,0.819716513156891,-0.566311955451965,0.10368674248457,-0.544721245765686,-0.83218252658844,-0.0172956623136997,-0.555843412876129,-0.831107139587402,0.0926157236099243,-0.211050346493721,-0.973077654838562,-0.0251570232212543,-0.260203152894974,-0.965226173400879,
  450. 0.00733508821576834,0.481317430734634,0.876515805721283,0.0155781395733356,0.429001063108444,0.903169751167297,0.00582118332386017,0.543551504611969,0.839355707168579,0.000301642343401909,0.550341248512268,0.83493983745575,-0.0387664586305618,0.488366901874542,0.87177699804306,0.0168417934328318,0.4719457924366,0.881466686725616,-0.267033219337463,0.878668904304504,-0.395770400762558,-0.297207921743393,0.775146305561066,-0.557508587837219,0.0561513230204582,0.698818504810333,0.713091731071472,0.0226863045245409,0.854536712169647,0.518895447254181,0.143027380108833,0.89509505033493,-0.42231297492981,-0.0739387199282646,0.558701574802399,0.826066374778748,0.0226863045245409,0.854536712169647,0.518895447254181,0.176187038421631,0.87626713514328,-0.448457390069962,0.143027380108833,0.89509505033493,-0.42231297492981,0.0226863045245409,0.854536712169647,0.518895447254181,-0.0220506303012371,0.541654050350189,0.840312242507935,0.000301642343401909,0.550341248512268,0.83493983745575,0.00582118332386017,0.543551504611969,0.839355707168579,0.0594641268253326,-0.52777224779129,-0.84730190038681,-0.172301545739174,0.764652609825134,-0.620981872081757,0.0117958746850491,-0.1649249792099,-0.986235558986664,-0.267033219337463,0.878668904304504,-0.395770400762558,0.0324566997587681,0.552702724933624,0.832746267318726,0.108251743018627,0.543357968330383,0.832492470741272,0.459286510944366,0.793876886367798,-0.398516535758972,-0.0251570232212543,-0.260203152894974,-0.965226173400879,0.000301633030176163,0.770416676998138,-0.637540698051453,0.245370283722878,0.75131630897522,-0.612631380558014,-0.289778649806976,-0.509396076202393,-0.810274004936218,-0.107385456562042,0.890866637229919,-0.441389977931976,-0.00881147757172585,0.545475244522095,0.838080644607544,-0.0570720136165619,0.555581867694855,0.829500794410706,-0.292913526296616,0.874466717243195,-0.386664748191834,0.10368674248457,-0.544721245765686,-0.83218252658844,-0.0857654362916946,0.819716513156891,-0.566311955451965,-0.0648020058870316,0.841680884361267,-0.536072731018066,
  451. 0.0926157236099243,-0.211050346493721,-0.973077654838562,-0.289778649806976,-0.509396076202393,-0.810274004936218,0.245370283722878,0.75131630897522,-0.612631380558014,-0.172301545739174,0.764652609825134,-0.620981872081757,0.0594641268253326,-0.52777224779129,-0.84730190038681,-0.289778649806976,-0.509396076202393,-0.810274004936218,-0.0172956623136997,-0.555843412876129,-0.831107139587402,-0.0251570232212543,-0.260203152894974,-0.965226173400879,-0.205443501472473,-0.516478478908539,-0.831289947032928,-0.488746374845505,0.0427662283182144,-0.871377110481262,-0.952818214893341,-0.290594875812531,-0.0877044796943665,0.459286510944366,0.793876886367798,-0.398516535758972,-0.0648020058870316,0.841680884361267,-0.536072731018066,-0.0857654362916946,0.819716513156891,-0.566311955451965,-0.297207921743393,0.775146305561066,-0.557508587837219,-0.267033219337463,0.878668904304504,-0.395770400762558,-0.292913526296616,0.874466717243195,-0.386664748191834,0.245370283722878,0.75131630897522,-0.612631380558014,0.000301633030176163,0.770416676998138,-0.637540698051453,-0.107385456562042,0.890866637229919,-0.441389977931976,-0.205443501472473,-0.516478478908539,-0.831289947032928,0.10368674248457,-0.544721245765686,-0.83218252658844,-0.0172956623136997,-0.555843412876129,-0.831107139587402,0.0130199324339628,-0.000421312404796481,-0.99991512298584,-0.488746374845505,0.0427662283182144,-0.871377110481262,-0.292913526296616,0.874466717243195,-0.386664748191834,-0.0570720136165619,0.555581867694855,0.829500794410706,-0.0739387199282646,0.558701574802399,0.826066374778748,0.143027380108833,0.89509505033493,-0.42231297492981,0.176187038421631,0.87626713514328,-0.448457390069962,-0.172301545739174,0.764652609825134,-0.620981872081757,0.245370283722878,0.75131630897522,-0.612631380558014,-0.292913526296616,0.874466717243195,-0.386664748191834,0.143027380108833,0.89509505033493,-0.42231297492981,0.459286510944366,0.793876886367798,-0.398516535758972,0.108251743018627,0.543357968330383,0.832492470741272,-0.00881147757172585,0.545475244522095,0.838080644607544,
  452. -0.107385456562042,0.890866637229919,-0.441389977931976,-0.107385456562042,0.890866637229919,-0.441389977931976,0.000301633030176163,0.770416676998138,-0.637540698051453,-0.0648020058870316,0.841680884361267,-0.536072731018066,0.459286510944366,0.793876886367798,-0.398516535758972,0.0926157236099243,-0.211050346493721,-0.973077654838562,-0.0648020058870316,0.841680884361267,-0.536072731018066,0.000301633030176163,0.770416676998138,-0.637540698051453,-0.0251570232212543,-0.260203152894974,-0.965226173400879,-0.0172956623136997,-0.555843412876129,-0.831107139587402,0.10368674248457,-0.544721245765686,-0.83218252658844,0.0926157236099243,-0.211050346493721,-0.973077654838562,-0.0146943731233478,-0.411758691072464,-0.911174476146698,-0.212192043662071,-0.0118710463866591,-0.977155923843384,0.0594641268253326,-0.52777224779129,-0.84730190038681,0.0117958746850491,-0.1649249792099,-0.986235558986664,-0.212192043662071,-0.0118710463866591,-0.977155923843384,0.0130199324339628,-0.000421312404796481,-0.99991512298584,-0.0172956623136997,-0.555843412876129,-0.831107139587402,-0.289778649806976,-0.509396076202393,-0.810274004936218,0.0594641268253326,-0.52777224779129,-0.84730190038681,-0.65106326341629,-0.375281512737274,-0.659757852554321,-0.289142936468124,-0.515327632427216,-0.8067427277565,-0.392317920923233,0.749204158782959,-0.53364759683609,-0.388954728841782,-0.0184034965932369,0.921073079109192,-0.391289383172989,-0.0681501850485802,0.917740821838379,-0.405687987804413,-0.473255753517151,0.781950294971466,-0.29487532377243,-0.518013954162598,0.802938461303711,0.322356849908829,0.807428002357483,0.494111388921738,0.476841777563095,0.673959374427795,-0.56427001953125,-0.0063872174359858,0.864937722682953,0.501838684082031,0.0680446699261665,0.867160141468048,0.493359267711639,-0.0589073300361633,-0.700693428516388,-0.71102648973465,0.177393406629562,0.823182702064514,-0.53935319185257,0.232108592987061,0.785191714763641,0.574107706546783,-0.151644960045815,0.513499319553375,-0.844584107398987,-0.0444992519915104,-0.690225541591644,-0.722224712371826,
  453. 0.0201598219573498,0.785182416439056,-0.618936359882355,0.317731559276581,0.556648135185242,-0.767586767673492,-0.040175087749958,0.519192039966583,0.853712797164917,-0.0387664586305618,0.488366901874542,0.87177699804306,0.000301642343401909,0.550341248512268,0.83493983745575,-0.0220506303012371,0.541654050350189,0.840312242507935,0.184328824281693,0.519076466560364,-0.834615170955658,-0.00616802647709847,-0.527527093887329,-0.849515795707703,-0.419459462165833,-0.505660355091095,-0.753897547721863,-0.151644960045815,0.513499319553375,-0.844584107398987,-0.380626499652863,-0.489579379558563,-0.784497022628784,0.184328824281693,0.519076466560364,-0.834615170955658,-0.156325668096542,0.523648023605347,-0.837469398975372,-0.166202485561371,-0.50376307964325,-0.84770256280899,-0.166202485561371,-0.50376307964325,-0.84770256280899,-0.156325668096542,0.523648023605347,-0.837469398975372,-0.0297369733452797,0.524962067604065,-0.850605964660645,0.199883982539177,-0.520554184913635,-0.830102324485779,0.704873859882355,-0.181674212217331,-0.685672998428345,-0.0146673768758774,0.514861583709717,-0.857147872447968,0.0203037783503532,0.50894296169281,-0.860560715198517,0.852907240390778,-0.286290168762207,-0.43656313419342,-0.711916983127594,0.211747229099274,-0.669579982757568,-0.927002191543579,-0.364206522703171,-0.0895575508475304,-0.949865996837616,-0.137720867991447,-0.280691236257553,-0.294130116701126,0.487556397914886,-0.82205605506897,-0.294130116701126,0.487556397914886,-0.82205605506897,-0.0627268999814987,-0.507865786552429,-0.859149515628815,-0.0626099184155464,-0.511948466300964,-0.856731414794922,0.190441906452179,0.502825438976288,-0.843147933483124,0.259338289499283,0.533749759197235,-0.804894387722015,-0.210389882326126,-0.531011700630188,-0.820830523967743,-0.558047711849213,-0.41404065489769,-0.71913355588913,0.206699073314667,0.49558499455452,-0.843605995178223,-0.210389882326126,-0.531011700630188,-0.820830523967743,0.259338289499283,0.533749759197235,-0.804894387722015,0.190441906452179,0.502825438976288,-0.843147933483124,
  454. 0.960317850112915,-0.104893520474434,-0.258431762456894,0.105159409344196,0.521138846874237,-0.846968591213226,0.254734486341476,-0.513855397701263,-0.819184362888336,-0.0204714108258486,-0.523656606674194,-0.851683437824249,-0.0297369733452797,0.524962067604065,-0.850605964660645,0.254734486341476,-0.513855397701263,-0.819184362888336,0.105159409344196,0.521138846874237,-0.846968591213226,0.0310307629406452,0.512363016605377,-0.858208179473877,0.775668740272522,-0.288210213184357,-0.561491668224335,-0.0176955219358206,-0.512194812297821,-0.858687102794647,0.0310307629406452,0.512363016605377,-0.858208179473877,0.206699073314667,0.49558499455452,-0.843605995178223,-0.0176907163113356,-0.509961307048798,-0.860015392303467,0.179302766919136,0.484283030033112,-0.856341421604156,-0.0754647478461266,-0.501262247562408,-0.861998379230499,-0.0758562684059143,-0.506472289562225,-0.858913064002991,0.0203037783503532,0.50894296169281,-0.860560715198517,-0.528952717781067,-0.381494790315628,-0.758070409297943,0.179302766919136,0.484283030033112,-0.856341421604156,0.256097435951233,0.533171653747559,-0.806313931941986,-0.210445910692215,-0.530800223350525,-0.820952951908112,-0.210445910692215,-0.530800223350525,-0.820952951908112,0.256097435951233,0.533171653747559,-0.806313931941986,0.19020539522171,0.509719491004944,-0.839051902294159,0.962521314620972,-0.12456601858139,-0.240906655788422,-0.0823299735784531,-0.515954673290253,-0.85265040397644,0.19020539522171,0.509719491004944,-0.839051902294159,0.0293910335749388,0.515419661998749,-0.856433749198914,-0.0823018327355385,-0.511357247829437,-0.855418145656586,0.0697789862751961,0.567873954772949,-0.820152580738068,0.0251991339027882,0.557878911495209,-0.829539716243744,0.0310307629406452,0.512363016605377,-0.858208179473877,0.105159409344196,0.521138846874237,-0.846968591213226,0.448669701814651,0.492942482233047,-0.745455086231232,-0.0297369733452797,0.524962067604065,-0.850605964660645,-0.156325668096542,0.523648023605347,-0.837469398975372,0.0461547411978245,0.553097784519196,-0.831836998462677,
  455. 0.448669701814651,0.492942482233047,-0.745455086231232,0.0697789862751961,0.567873954772949,-0.820152580738068,0.105159409344196,0.521138846874237,-0.846968591213226,-0.0297369733452797,0.524962067604065,-0.850605964660645,0.0461547411978245,0.553097784519196,-0.831836998462677,-0.156325668096542,0.523648023605347,-0.837469398975372,0.184328824281693,0.519076466560364,-0.834615170955658,-0.417445480823517,0.515217244625092,-0.748525619506836,0.0251991339027882,0.557878911495209,-0.829539716243744,0.0673053786158562,0.553201138973236,-0.830324292182922,0.206699073314667,0.49558499455452,-0.843605995178223,0.0310307629406452,0.512363016605377,-0.858208179473877,0.0673053786158562,0.553201138973236,-0.830324292182922,-0.00877641141414642,0.545143663883209,-0.8382967710495,0.259338289499283,0.533749759197235,-0.804894387722015,0.206699073314667,0.49558499455452,-0.843605995178223,-0.711916983127594,0.211747229099274,-0.669579982757568,-0.294130116701126,0.487556397914886,-0.82205605506897,0.22715762257576,0.508223474025726,-0.830727577209473,-0.344878613948822,0.37157142162323,-0.861970663070679,0.184328824281693,0.519076466560364,-0.834615170955658,-0.151644960045815,0.513499319553375,-0.844584107398987,0.317731559276581,0.556648135185242,-0.767586767673492,-0.417445480823517,0.515217244625092,-0.748525619506836,0.190441906452179,0.502825438976288,-0.843147933483124,0.259338289499283,0.533749759197235,-0.804894387722015,-0.00877641141414642,0.545143663883209,-0.8382967710495,-0.045899536460638,0.545829355716705,-0.836638331413269,-0.294130116701126,0.487556397914886,-0.82205605506897,0.190441906452179,0.502825438976288,-0.843147933483124,-0.045899536460638,0.545829355716705,-0.836638331413269,0.0619148202240467,0.54632043838501,-0.835284769535065,0.22715762257576,0.508223474025726,-0.830727577209473,0.448592156171799,0.493216097354889,0.745320737361908,0.0461425557732582,0.553366720676422,0.831658720970154,-0.0130264069885015,0.52172577381134,0.853013753890991,0.116113036870956,0.517007291316986,0.848069250583649,0.448592156171799,0.493216097354889,0.745320737361908,
  456. 0.116113036870956,0.517007291316986,0.848069250583649,0.0709449797868729,0.523646950721741,0.848976254463196,0.0694834515452385,0.568156838417053,0.819981634616852,0.024970592930913,0.558131456375122,0.829376757144928,-0.0242050811648369,0.510289132595062,0.859662294387817,0.173130914568901,0.499711364507675,0.848713338375092,0.0672366321086884,0.553466081619263,0.830153405666351,-0.121532678604126,0.509221911430359,0.852011144161224,0.337483257055283,0.569005191326141,0.749892115592957,0.567436456680298,0.666545033454895,0.483460068702698,0.0941260904073715,0.527498066425323,0.84432578086853,0.00323697971180081,0.529349207878113,0.848397850990295,-0.0712638795375824,0.525834083557129,0.84759658575058,-0.417333483695984,0.515491664409637,0.748399019241333,0.317650079727173,0.556905090808868,0.767434120178223,0.137478947639465,0.524328351020813,0.840344786643982,-0.0129623226821423,0.510082960128784,0.860027611255646,-0.0371567010879517,0.548790752887726,0.835133671760559,-0.00899412948638201,0.545391857624054,0.838132977485657,0.0694834515452385,0.568156838417053,0.819981634616852,0.0709449797868729,0.523646950721741,0.848976254463196,-0.0242050811648369,0.510289132595062,0.859662294387817,0.024970592930913,0.558131456375122,0.829376757144928,-0.417333483695984,0.515491664409637,0.748399019241333,-0.0712638795375824,0.525834083557129,0.84759658575058,-0.0130264069885015,0.52172577381134,0.853013753890991,0.0461425557732582,0.553366720676422,0.831658720970154,-0.0129623226821423,0.510082960128784,0.860027611255646,-0.121532678604126,0.509221911430359,0.852011144161224,0.0941260904073715,0.527498066425323,0.84432578086853,0.0544440522789955,0.550684213638306,0.83293628692627,-0.0371567010879517,0.548790752887726,0.835133671760559,0.0672366321086884,0.553466081619263,0.830153405666351,0.173130914568901,0.499711364507675,0.848713338375092,0.137478947639465,0.524328351020813,0.840344786643982,-0.00899412948638201,0.545391857624054,0.838132977485657,0.0221951007843018,0.607722342014313,-0.793839335441589,0.0320864282548428,0.55265337228775,-0.832793295383453,
  457. 0.0203037783503532,0.50894296169281,-0.860560715198517,-0.0146673768758774,0.514861583709717,-0.857147872447968,0.0876855179667473,0.570488929748535,-0.816611170768738,0.0320864282548428,0.55265337228775,-0.832793295383453,0.108321718871593,0.543099462985992,-0.832651972770691,0.179302766919136,0.484283030033112,-0.856341421604156,0.0203037783503532,0.50894296169281,-0.860560715198517,0.179302766919136,0.484283030033112,-0.856341421604156,0.108321718871593,0.543099462985992,-0.832651972770691,-0.00893004238605499,0.545217335224152,-0.838247239589691,0.256097435951233,0.533171653747559,-0.806313931941986,0.19020539522171,0.509719491004944,-0.839051902294159,0.256097435951233,0.533171653747559,-0.806313931941986,-0.00893004238605499,0.545217335224152,-0.838247239589691,-0.0570341423153877,0.555306375026703,-0.829687833786011,0.0293910335749388,0.515419661998749,-0.856433749198914,0.19020539522171,0.509719491004944,-0.839051902294159,-0.0570341423153877,0.555306375026703,-0.829687833786011,-0.0741337686777115,0.558422923088074,-0.826237320899963,-0.0228319521993399,0.541397571563721,-0.84045672416687,0.0324566997587681,0.552702724933624,0.832746267318726,-0.10090596973896,0.509574294090271,0.85448944568634,0.132446765899658,0.492778480052948,0.86001580953598,0.108251743018627,0.543357968330383,0.832492470741272,0.136104121804237,0.524034976959229,0.840751469135284,0.0231942012906075,0.516636312007904,0.855890691280365,-0.0570720136165619,0.555581867694855,0.829500794410706,-0.00881147757172585,0.545475244522095,0.838080644607544,0.0561513230204582,0.698818504810333,0.713091731071472,0.0833273231983185,0.572608828544617,0.815583109855652,-0.0118752121925354,0.516840100288391,0.85599958896637,-0.10090596973896,0.509574294090271,0.85448944568634,0.0324566997587681,0.552702724933624,0.832746267318726,0.0231942012906075,0.516636312007904,0.855890691280365,-0.040175087749958,0.519192039966583,0.853712797164917,-0.0220506303012371,0.541654050350189,0.840312242507935,-0.0739387199282646,0.558701574802399,0.826066374778748,-0.0570720136165619,0.555581867694855,0.829500794410706,
  458. 0.108251743018627,0.543357968330383,0.832492470741272,0.132446765899658,0.492778480052948,0.86001580953598,0.136104121804237,0.524034976959229,0.840751469135284,-0.00881147757172585,0.545475244522095,0.838080644607544,-0.419459462165833,-0.505660355091095,-0.753897547721863,-0.0444992519915104,-0.690225541591644,-0.722224712371826,-0.151644960045815,0.513499319553375,-0.844584107398987,-0.679244577884674,-0.343158274888992,-0.648744404315948,0.0293910335749388,0.515419661998749,-0.856433749198914,-0.0316194854676723,0.398192971944809,-0.916756629943848,-0.269462108612061,0.598929941654205,0.754104137420654,0.287088841199875,0.95276540517807,-0.0990863963961601,0.0736837163567543,0.91057300567627,-0.406727880239487,-0.463195741176605,0.413758158683777,0.783743560314178,-0.251695066690445,0.769058704376221,-0.587535917758942,-0.215488985180855,0.76837170124054,-0.602635383605957,0.321218192577362,-0.398474007844925,-0.85909104347229,-0.523701250553131,-0.360032439231873,-0.772084057331085,-0.256895512342453,0.88212913274765,-0.394782364368439,0.0736837163567543,0.91057300567627,-0.406727880239487,-0.215488985180855,0.76837170124054,-0.602635383605957,-0.251695066690445,0.769058704376221,-0.587535917758942,-0.523701250553131,-0.360032439231873,-0.772084057331085,0.321218192577362,-0.398474007844925,-0.85909104347229,0.0369832366704941,-0.451317220926285,-0.891596972942352,0.252972334623337,-0.438730448484421,-0.862276434898376,-0.101375937461853,-0.449222922325134,-0.887649595737457,0.0736837163567543,0.91057300567627,-0.406727880239487,-0.256895512342453,0.88212913274765,-0.394782364368439,0.385981768369675,0.424935221672058,0.81880909204483,-0.463195741176605,0.413758158683777,0.783743560314178,-0.215488985180855,0.76837170124054,-0.602635383605957,-0.191971018910408,0.655682563781738,-0.730224311351776,0.147633820772171,-0.284775018692017,-0.947157621383667,0.321218192577362,-0.398474007844925,-0.85909104347229,0.0736837163567543,0.91057300567627,-0.406727880239487,0.287088841199875,0.95276540517807,-0.0990863963961601,
  459. -0.191971018910408,0.655682563781738,-0.730224311351776,-0.215488985180855,0.76837170124054,-0.602635383605957,0.321218192577362,-0.398474007844925,-0.85909104347229,0.147633820772171,-0.284775018692017,-0.947157621383667,-0.243614867329597,-0.643521845340729,-0.725624918937683,0.0369832366704941,-0.451317220926285,-0.891596972942352,0.385981768369675,0.424935221672058,0.81880909204483,0.255379647016525,0.751233220100403,0.608629643917084,0.193320214748383,0.433172255754471,0.880334615707397,-0.256895512342453,0.88212913274765,-0.394782364368439,-0.124713785946369,0.98426616191864,-0.125166520476341,0.255379647016525,0.751233220100403,0.608629643917084,0.385981768369675,0.424935221672058,0.81880909204483,-0.124713785946369,0.98426616191864,-0.125166520476341,-0.256895512342453,0.88212913274765,-0.394782364368439,-0.251695066690445,0.769058704376221,-0.587535917758942,-0.0491746962070465,0.817341208457947,-0.574051558971405,-0.0491746962070465,0.817341208457947,-0.574051558971405,-0.251695066690445,0.769058704376221,-0.587535917758942,-0.523701250553131,-0.360032439231873,-0.772084057331085,-0.605035305023193,-0.0698853433132172,-0.793125748634338,-0.605035305023193,-0.0698853433132172,-0.793125748634338,-0.523701250553131,-0.360032439231873,-0.772084057331085,-0.101375937461853,-0.449222922325134,-0.887649595737457,-0.101375937461853,-0.449222922325134,-0.887649595737457,0.252972334623337,-0.438730448484421,-0.862276434898376,0.0870132893323898,-0.575186431407928,-0.813381433486938,-0.605035305023193,-0.0698853433132172,-0.793125748634338,-0.101375937461853,-0.449222922325134,-0.887649595737457,0.0870132893323898,-0.575186431407928,-0.813381433486938,-0.0653691589832306,-0.413221478462219,-0.908281326293945,0.193320214748383,0.433172255754471,0.880334615707397,0.255379647016525,0.751233220100403,0.608629643917084,0.16548664867878,0.667235791683197,0.726230382919312,0.0639957189559937,0.491358131170273,0.868603348731995,-0.243008941411972,0.427109330892563,0.870932996273041,-0.0457441732287407,0.440256297588348,0.896706163883209,
  460. -0.463195741176605,0.413758158683777,0.783743560314178,0.385981768369675,0.424935221672058,0.81880909204483,0.193320214748383,0.433172255754471,0.880334615707397,5.06416824919143e-007,0.471480160951614,0.881876647472382,5.36368020220834e-007,0.499365121126175,0.866391718387604,5.65652612749545e-007,0.526629447937012,0.850094974040985,5.61930846743053e-007,0.523164451122284,0.852231740951538,5.58321289645392e-007,0.519803881645203,0.854285597801209,5.49205253719265e-007,0.511316776275635,0.85939234495163,-0.0457441732287407,0.440256297588348,0.896706163883209,0.335411578416824,0.184606626629829,0.923807144165039,-0.269462108612061,0.598929941654205,0.754104137420654,-0.463195741176605,0.413758158683777,0.783743560314178,0.0639957189559937,0.491358131170273,0.868603348731995,-0.243008941411972,0.427109330892563,0.870932996273041,0.193320214748383,0.433172255754471,0.880334615707397,-0.269475936889648,0.599169731140137,-0.753908753395081,-0.463271200656891,0.413924157619476,-0.783611238002777,0.0738763883709908,0.910582780838013,0.406671136617661,0.286984950304031,0.952820539474487,0.0988573282957077,-0.251673221588135,0.769062638282776,0.587540149688721,-0.523797810077667,-0.360262751579285,0.771911025047302,0.32175412774086,-0.398616194725037,0.858824551105499,-0.215296238660812,0.768405616283417,0.602661073207855,-0.256908267736435,0.882146120071411,0.394735932350159,-0.251673221588135,0.769062638282776,0.587540149688721,-0.215296238660812,0.768405616283417,0.602661073207855,0.0738763883709908,0.910582780838013,0.406671136617661,-0.523797810077667,-0.360262751579285,0.771911025047302,-0.102131396532059,-0.449463456869125,0.887441217899323,0.252174615859985,-0.43907767534256,0.862333416938782,0.0374964661896229,-0.451579630374908,0.891442596912384,0.32175412774086,-0.398616194725037,0.858824551105499,0.0738763883709908,0.910582780838013,0.406671136617661,-0.463271200656891,0.413924157619476,-0.783611238002777,0.385810613632202,0.425205051898956,-0.818749606609344,-0.256908267736435,0.882146120071411,0.394735932350159,
  461. -0.215296238660812,0.768405616283417,0.602661073207855,0.32175412774086,-0.398616194725037,0.858824551105499,0.148432701826096,-0.284318029880524,0.94717001914978,-0.191306680440903,0.656028985977173,0.730087518692017,0.0738763883709908,0.910582780838013,0.406671136617661,-0.215296238660812,0.768405616283417,0.602661073207855,-0.191306680440903,0.656028985977173,0.730087518692017,0.286984950304031,0.952820539474487,0.0988573282957077,0.32175412774086,-0.398616194725037,0.858824551105499,0.0374964661896229,-0.451579630374908,0.891442596912384,-0.243163973093033,-0.643336653709412,0.725940227508545,0.148432701826096,-0.284318029880524,0.94717001914978,0.385810613632202,0.425205051898956,-0.818749606609344,0.193575799465179,0.433387726545334,-0.880172550678253,0.256804317235947,0.752169489860535,-0.60687130689621,-0.256908267736435,0.882146120071411,0.394735932350159,0.385810613632202,0.425205051898956,-0.818749606609344,0.256804317235947,0.752169489860535,-0.60687130689621,-0.124706342816353,0.984273552894592,0.125115782022476,-0.124706342816353,0.984273552894592,0.125115782022476,-0.0492521300911903,0.817389130592346,0.573976814746857,-0.251673221588135,0.769062638282776,0.587540149688721,-0.256908267736435,0.882146120071411,0.394735932350159,-0.0492521300911903,0.817389130592346,0.573976814746857,-0.605790972709656,-0.0693714842200279,0.792593896389008,-0.523797810077667,-0.360262751579285,0.771911025047302,-0.251673221588135,0.769062638282776,0.587540149688721,-0.605790972709656,-0.0693714842200279,0.792593896389008,-0.102131396532059,-0.449463456869125,0.887441217899323,-0.523797810077667,-0.360262751579285,0.771911025047302,-0.102131396532059,-0.449463456869125,0.887441217899323,0.0864984542131424,-0.575604617595673,0.813140392303467,0.252174615859985,-0.43907767534256,0.862333416938782,-0.605790972709656,-0.0693714842200279,0.792593896389008,-0.0657956525683403,-0.412700861692429,0.908487141132355,0.0864984542131424,-0.575604617595673,0.813140392303467,-0.102131396532059,-0.449463456869125,0.887441217899323,0.193575799465179,0.433387726545334,-0.880172550678253,
  462. 0.066267617046833,0.493736416101456,-0.867083072662354,0.169672653079033,0.67158716917038,-0.721236348152161,0.256804317235947,0.752169489860535,-0.60687130689621,-0.0458873100578785,0.440491199493408,-0.896583497524261,-0.242991477251053,0.427331805229187,-0.870828866958618,0.193575799465179,0.433387726545334,-0.880172550678253,0.385810613632202,0.425205051898956,-0.818749606609344,-0.463271200656891,0.413924157619476,-0.783611238002777,-0,0.499448895454407,-0.866343438625336,-0,0.471566081047058,-0.88183069229126,-0,0.511372148990631,-0.859359443187714,-0,0.519774794578552,-0.854303359985352,-0,0.523191928863525,-0.852214992046356,-0,0.52671205997467,-0.850043773651123,0.334975183010101,0.185212016105652,-0.923844277858734,-0.0458873100578785,0.440491199493408,-0.896583497524261,-0.463271200656891,0.413924157619476,-0.783611238002777,-0.269475936889648,0.599169731140137,-0.753908753395081,-0.242991477251053,0.427331805229187,-0.870828866958618,0.066267617046833,0.493736416101456,-0.867083072662354,0.193575799465179,0.433387726545334,-0.880172550678253,-4.99246561957989e-006,0.000276632403256372,1,-2.48078526965401e-006,0.000137428010930307,1,4.59359938531634e-007,-2.55230806942564e-005,1,-4.41150814367575e-006,0.000244434108026326,1,-6.38320261714398e-006,0.000353710900526494,1,-5.7216116147174e-006,0.000317043712129816,0.999999940395355,-2.28415933634096e-006,0.000126530459965579,1,-1.15525988775289e-009,-3.81596421128449e-011,1,2.02918022296217e-006,-0.000112526933662593,1,-3.00684803278273e-007,1.66007321240613e-005,1,-0.269393444061279,0.598882853984833,0.754166126251221,0.287093967199326,0.95277202129364,-0.0990080833435059,0.0543195903301239,0.913275718688965,-0.403703927993774,-0.343259215354919,0.426999092102051,0.836567282676697,-0.270207196474075,0.76052063703537,-0.590420603752136,-0.230443865060806,0.76410847902298,-0.602522909641266,0.321241855621338,-0.389608442783356,-0.863139033317566,-0.519333779811859,-0.374995708465576,-0.767900288105011,-0.280650943517685,0.87324458360672,-0.398345291614532,0.0543195903301239,0.913275718688965,-0.403703927993774,
  463. -0.230443865060806,0.76410847902298,-0.602522909641266,-0.270207196474075,0.76052063703537,-0.590420603752136,-0.519333779811859,-0.374995708465576,-0.767900288105011,0.321241855621338,-0.389608442783356,-0.863139033317566,0.0449348613619804,-0.449561476707459,-0.892118453979492,0.26624408364296,-0.4297856092453,-0.862785339355469,-0.0943107679486275,-0.451830983161926,-0.887104392051697,0.0543195903301239,0.913275718688965,-0.403703927993774,-0.280650943517685,0.87324458360672,-0.398345291614532,0.436527788639069,0.426216244697571,0.792327702045441,-0.343259215354919,0.426999092102051,0.836567282676697,-0.230443865060806,0.76410847902298,-0.602522909641266,-0.191705241799355,0.655858933925629,-0.730135679244995,0.148050099611282,-0.284388065338135,-0.947208881378174,0.321241855621338,-0.389608442783356,-0.863139033317566,0.0543195903301239,0.913275718688965,-0.403703927993774,0.287093967199326,0.95277202129364,-0.0990080833435059,-0.191705241799355,0.655858933925629,-0.730135679244995,-0.230443865060806,0.76410847902298,-0.602522909641266,0.321241855621338,-0.389608442783356,-0.863139033317566,0.148050099611282,-0.284388065338135,-0.947208881378174,-0.24353015422821,-0.643406569957733,-0.725755512714386,0.0449348613619804,-0.449561476707459,-0.892118453979492,0.436527788639069,0.426216244697571,0.792327702045441,0.255138576030731,0.75147807598114,0.608428418636322,0.174224570393562,0.439170151948929,0.881348729133606,-0.280650943517685,0.87324458360672,-0.398345291614532,-0.125038459897041,0.984211683273315,-0.125271588563919,0.255138576030731,0.75147807598114,0.608428418636322,0.436527788639069,0.426216244697571,0.792327702045441,-0.125038459897041,0.984211683273315,-0.125271588563919,-0.280650943517685,0.87324458360672,-0.398345291614532,-0.270207196474075,0.76052063703537,-0.590420603752136,-0.0490923002362251,0.817225337028503,-0.574223697185516,-0.0490923002362251,0.817225337028503,-0.574223697185516,-0.270207196474075,0.76052063703537,-0.590420603752136,-0.519333779811859,-0.374995708465576,-0.767900288105011,
  464. -0.605102837085724,-0.070028729736805,-0.793061494827271,-0.605102837085724,-0.070028729736805,-0.793061494827271,-0.519333779811859,-0.374995708465576,-0.767900288105011,-0.0943107679486275,-0.451830983161926,-0.887104392051697,-0.0943107679486275,-0.451830983161926,-0.887104392051697,0.26624408364296,-0.4297856092453,-0.862785339355469,0.0871151834726334,-0.575069308280945,-0.813453316688538,-0.605102837085724,-0.070028729736805,-0.793061494827271,-0.0943107679486275,-0.451830983161926,-0.887104392051697,0.0871151834726334,-0.575069308280945,-0.813453316688538,-0.0653514117002487,-0.413393020629883,-0.908204555511475,0.174224570393562,0.439170151948929,0.881348729133606,0.255138576030731,0.75147807598114,0.608428418636322,0.165263816714287,0.66735976934433,0.726167261600494,0.0640109404921532,0.491433650255203,0.868559598922729,-0.171711042523384,0.428898453712463,0.886883080005646,-0.0898596867918968,0.437097102403641,0.894914209842682,-0.343259215354919,0.426999092102051,0.836567282676697,0.436527788639069,0.426216244697571,0.792327702045441,0.174224570393562,0.439170151948929,0.881348729133606,-0,0.471475034952164,0.881879389286041,-0,0.49939814209938,0.86637270450592,-0,0.526699483394623,0.850051581859589,-0,0.523176372051239,0.85222452878952,-0,0.519757091999054,0.854314088821411,-0,0.51133918762207,0.85937911272049,-0.0898596867918968,0.437097102403641,0.894914209842682,0.335426479578018,0.184619963169098,0.92379903793335,-0.269393444061279,0.598882853984833,0.754166126251221,-0.343259215354919,0.426999092102051,0.836567282676697,0.0640109404921532,0.491433650255203,0.868559598922729,-0.171711042523384,0.428898453712463,0.886883080005646,0.174224570393562,0.439170151948929,0.881348729133606,-0.269390881061554,0.599110960960388,-0.75398576259613,-0.343246668577194,0.427216947078705,-0.836461246013641,0.0543194599449635,0.913275837898254,0.403703808784485,0.28709951043129,0.952771067619324,0.0990017652511597,-0.270190268754959,0.760524392127991,0.590423583984375,-0.519340038299561,-0.375249743461609,0.767771899700165,
  465. 0.321331322193146,-0.389824628829956,0.863008141517639,-0.230444133281708,0.76410847902298,0.602522850036621,-0.280651062726974,0.87324458360672,0.398345172405243,-0.270190268754959,0.760524392127991,0.590423583984375,-0.230444133281708,0.76410847902298,0.602522850036621,0.0543194599449635,0.913275837898254,0.403703808784485,-0.519340038299561,-0.375249743461609,0.767771899700165,-0.095114640891552,-0.452099025249481,0.886882066726685,0.265473306179047,-0.430163741111755,0.862834334373474,0.0452421456575394,-0.449829041957855,0.891968071460724,0.321331322193146,-0.389824628829956,0.863008141517639,0.0543194599449635,0.913275837898254,0.403703808784485,-0.343246668577194,0.427216947078705,-0.836461246013641,0.436458885669708,0.426472306251526,-0.792227983474731,-0.280651062726974,0.87324458360672,0.398345172405243,-0.230444133281708,0.76410847902298,0.602522850036621,0.321331322193146,-0.389824628829956,0.863008141517639,0.148328587412834,-0.284407407045364,0.9471595287323,-0.191704899072647,0.655858814716339,0.730135977268219,0.0543194599449635,0.913275837898254,0.403703808784485,-0.230444133281708,0.76410847902298,0.602522850036621,-0.191704899072647,0.655858814716339,0.730135977268219,0.28709951043129,0.952771067619324,0.0990017652511597,0.321331322193146,-0.389824628829956,0.863008141517639,0.0452421456575394,-0.449829041957855,0.891968071460724,-0.243033647537231,-0.643271088600159,0.726042032241821,0.148328587412834,-0.284407407045364,0.9471595287323,0.436458885669708,0.426472306251526,-0.792227983474731,0.174467146396637,0.439400196075439,-0.881186008453369,0.256564229726791,0.752483010292053,-0.606584131717682,-0.280651062726974,0.87324458360672,0.398345172405243,0.436458885669708,0.426472306251526,-0.792227983474731,0.256564229726791,0.752483010292053,-0.606584131717682,-0.125035256147385,0.984211027622223,0.125279203057289,-0.125035256147385,0.984211027622223,0.125279203057289,-0.0490879565477371,0.817218780517578,0.57423323392868,-0.270190268754959,0.760524392127991,0.590423583984375,-0.280651062726974,0.87324458360672,0.398345172405243,
  466. -0.0490879565477371,0.817218780517578,0.57423323392868,-0.605584442615509,-0.069366917014122,0.792752027511597,-0.519340038299561,-0.375249743461609,0.767771899700165,-0.270190268754959,0.760524392127991,0.590423583984375,-0.605584442615509,-0.069366917014122,0.792752027511597,-0.095114640891552,-0.452099025249481,0.886882066726685,-0.519340038299561,-0.375249743461609,0.767771899700165,-0.095114640891552,-0.452099025249481,0.886882066726685,0.086634136736393,-0.575502038002014,0.813198566436768,0.265473306179047,-0.430163741111755,0.862834334373474,-0.605584442615509,-0.069366917014122,0.792752027511597,-0.0658567994832993,-0.412788093090057,0.908443212509155,0.086634136736393,-0.575502038002014,0.813198566436768,-0.095114640891552,-0.452099025249481,0.886882066726685,0.174467146396637,0.439400196075439,-0.881186008453369,0.0662501528859138,0.493788331747055,-0.86705482006073,0.169539391994476,0.671787977218628,-0.721080720424652,0.256564229726791,0.752483010292053,-0.606584131717682,-0.0900398045778275,0.437327057123184,-0.894783735275269,-0.171749591827393,0.429129630327225,-0.886763691902161,0.174467146396637,0.439400196075439,-0.881186008453369,0.436458885669708,0.426472306251526,-0.792227983474731,-0.343246668577194,0.427216947078705,-0.836461246013641,2.6840243094739e-007,0.49945530295372,-0.866339683532715,2.53431323926634e-007,0.471596360206604,-0.881814539432526,2.74803568345305e-007,0.511366784572601,-0.859362542629242,2.79312416751054e-007,0.519757091999054,-0.854314088821411,2.81149112879575e-007,0.523174941539764,-0.852225303649902,2.83041202919776e-007,0.526695728302002,-0.850053906440735,0.335014075040817,0.185213416814804,-0.923829853534698,-0.0900398045778275,0.437327057123184,-0.894783735275269,-0.343246668577194,0.427216947078705,-0.836461246013641,-0.269390881061554,0.599110960960388,-0.75398576259613,-0.171749591827393,0.429129630327225,-0.886763691902161,0.0662501528859138,0.493788331747055,-0.86705482006073,0.174467146396637,0.439400196075439,-0.881186008453369,6.01602835104131e-007,-3.36469529429451e-005,1,
  467. -5.18303920671315e-007,2.88680203084368e-005,1,-3.0962718255978e-007,1.72193576872814e-005,1,-3.39747020916548e-006,0.000189587663044222,1,-4.48413175035967e-006,0.000250246841460466,1,-4.03994954467635e-006,0.000225451862206683,1,-1.70281305145181e-006,9.49891982600093e-005,1,5.99839211190556e-007,-3.35485019604675e-005,1,8.01373403191974e-007,-4.47984602942597e-005,1,-1.12333928825592e-008,5.62540094506403e-007,1,0.999074935913086,-0.000757245463319123,0.0429963991045952,0.999789953231812,0.019705893471837,0.00564427487552166,0.998690783977509,0.0401332713663578,-0.0317180901765823,0.999789953231812,0.019705893471837,0.00564427487552166,-1.51938377257466e-006,-0.470388203859329,-0.882459700107574,-1.51938377257466e-006,-0.470388203859329,-0.882459700107574,-1.51938377257466e-006,-0.470388203859329,-0.882459700107574,-1.51938377257466e-006,-0.470388203859329,-0.882459700107574,0.0139059228822589,0.999890983104706,-0.00498543586581945,-0.00590592017397285,0.999341428279877,-0.0358032658696175,-0.0105519071221352,0.99994295835495,-0.00166730978526175,-0.00618593767285347,0.999041497707367,0.0433362498879433,0.0141777619719505,0.999899208545685,-0.000796077132690698,-0.00271142204292119,0.220803648233414,-0.975314557552338,-0.205336675047874,0.0120842587202787,-0.978616833686829,-0.394468277692795,-0.0179431270807981,-0.918734431266785,-0.0424799695611,-0.852574348449707,-0.520876705646515,-0.171698063611984,0.983088374137878,-0.0636950135231018,-0.00271142204292119,0.220803648233414,-0.975314557552338,-0.0588200576603413,0.9863361120224,-0.153887376189232,0.0485844500362873,0.997537136077881,0.050589457154274,0.0389632247388363,0.999231338500977,-0.00432455120608211,0.0574791729450226,0.99834543466568,0.00161487353034317,-0.0564463287591934,0.998376488685608,0.00762965902686119,-0.0573151893913746,0.998355031013489,0.00150794244837016,-0.00271142204292119,0.220803648233414,-0.975314557552338,-0.171698063611984,0.983088374137878,-0.0636950135231018,-0.205336675047874,0.0120842587202787,-0.978616833686829,-0.394468277692795,-0.0179431270807981,-0.918734431266785,
  468. 0.377457916736603,-0.923696339130402,-0.0656557455658913,-0.0424799695611,-0.852574348449707,-0.520876705646515,0.0322786830365658,-0.729716181755066,0.682987868785858,0.0140306334942579,-0.995556950569153,0.0931111872196198,0.234300717711449,-0.0264940559864044,0.971803069114685,0.377457916736603,-0.923696339130402,-0.0656557455658913,0.0140306334942579,-0.995556950569153,0.0931111872196198,0.0322786830365658,-0.729716181755066,0.682987868785858,-0.0424799695611,-0.852574348449707,-0.520876705646515,0.195395529270172,0.00348614295944572,0.980718374252319,0.0364432968199253,-0.410444796085358,0.911157011985779,0.0322786830365658,-0.729716181755066,0.682987868785858,0.234300717711449,-0.0264940559864044,0.971803069114685,0.195395529270172,0.00348614295944572,0.980718374252319,0.279459476470947,0.9586501121521,0.0537817738950253,0.0364432968199253,-0.410444796085358,0.911157011985779,-0.0693330317735672,-0.0126726860180497,0.997513115406036,-0.00613743811845779,-0.660227954387665,0.751040160655975,0.000951045309193432,0.196076974272728,0.980588138103485,0.241521269083023,0.0263554193079472,0.970037579536438,-0.0408286899328232,-0.996203482151031,0.0768881365656853,0.0950931832194328,-0.0132460286840796,0.995380222797394,0.0180730726569891,-0.492586553096771,0.870075881481171,-0.00613743811845779,-0.660227954387665,0.751040160655975,0.139244198799133,-0.986655414104462,0.0843928456306458,-0.0678865388035774,-0.992211282253265,-0.104443073272705,0.0167567320168018,-0.834139883518219,-0.551298320293427,0.241521269083023,0.0263554193079472,0.970037579536438,-0.280180931091309,0.956594526767731,0.0801602900028229,0.207722440361977,0.974313795566559,0.0869713351130486,-0.532556176185608,0.0249771755188704,0.846026003360748,-0.302900165319443,-0.937096774578094,0.173497065901756,-0.0408286899328232,-0.996203482151031,0.0768881365656853,0.0180730726569891,-0.492586553096771,0.870075881481171,0.0950931832194328,-0.0132460286840796,0.995380222797394,0.304816544055939,-0.0457319803535938,0.95131254196167,0.0180730726569891,-0.492586553096771,0.870075881481171,
  469. 0.050677053630352,0.998656451702118,-0.0108292922377586,0.0379090048372746,0.99921327829361,-0.0116533869877458,-0.0385720022022724,0.999253571033478,0.00213123019784689,-0.0430264323949814,0.99900484085083,-0.0117490226402879,-0.0190389212220907,0.999654829502106,-0.0181057285517454,-0.0693330317735672,-0.0126726860180497,0.997513115406036,0.139244198799133,-0.986655414104462,0.0843928456306458,-0.00613743811845779,-0.660227954387665,0.751040160655975,0.000951045309193432,0.196076974272728,0.980588138103485,-0.280180931091309,0.956594526767731,0.0801602900028229,0.241521269083023,0.0263554193079472,0.970037579536438,0.0167567320168018,-0.834139883518219,-0.551298320293427,0.0747227743268013,-0.016152611002326,-0.997073531150818,-0.299235135316849,0.00196800637058914,-0.954177439212799,-0.00331648462451994,-0.018877349793911,-0.999816298484802,-0.0681155845522881,0.0217589847743511,-0.997440218925476,-0.299235135316849,0.00196800637058914,-0.954177439212799,0.0747227743268013,-0.016152611002326,-0.997073531150818,-0.0832308083772659,-0.0204686187207699,-0.996320128440857,0.301194101572037,0.0193471480160952,-0.953366637229919,0.0747227743268013,-0.016152611002326,-0.997073531150818,-0.0678865388035774,-0.992211282253265,-0.104443073272705,0.0717084407806396,-0.991806745529175,-0.105723239481449,-0.0832308083772659,-0.0204686187207699,-0.996320128440857,-0.0118318516761065,0.855163991451263,-0.518222510814667,0.171883642673492,0.98472011089325,-0.0279716420918703,0.0507314838469028,0.996477484703064,0.0667759478092194,0.0513199307024479,0.991101205348969,-0.122819997370243,0.181535691022873,0.98155665397644,-0.0599290914833546,-0.0569475367665291,0.0287430807948112,-0.997963309288025,-0.250231474637985,0.0220304578542709,-0.9679354429245,0.347248524427414,0.934991538524628,-0.0721756145358086,0.103594645857811,0.666316628456116,0.73843777179718,0.263003945350647,0.963969469070435,0.039899293333292,-0.114606805145741,0.99161022901535,0.0597867108881474,0.252970546483994,0.965801537036896,-0.05686379596591,-0.299235135316849,0.00196800637058914,-0.954177439212799,
  470. -0.0681155845522881,0.0217589847743511,-0.997440218925476,-0.0678865388035774,-0.992211282253265,-0.104443073272705,0.0747227743268013,-0.016152611002326,-0.997073531150818,0.0167567320168018,-0.834139883518219,-0.551298320293427,-0.0118318516761065,0.855163991451263,-0.518222510814667,0.252970546483994,0.965801537036896,-0.05686379596591,0.171883642673492,0.98472011089325,-0.0279716420918703,-0.0118318516761065,0.855163991451263,-0.518222510814667,-0.00331648462451994,-0.018877349793911,-0.999816298484802,-0.299235135316849,0.00196800637058914,-0.954177439212799,0.252970546483994,0.965801537036896,-0.05686379596591,-0.0383106209337711,-0.998973906040192,0.0241573192179203,-0.0073877451941371,-0.0139911295846105,0.999874889850616,0.0530034601688385,-0.0157458540052176,0.998470187187195,0.283480882644653,-0.954520881175995,0.0923503041267395,-0.101432763040066,0.0245154574513435,0.994540393352509,0.344234675168991,0.937621057033539,0.0486752912402153,-0.2964908182621,0.952045261859894,0.0755195096135139,0.086696445941925,0.016137782484293,0.996104061603546,0.115188285708427,-0.439444422721863,-0.890853762626648,-0.223427817225456,-0.375232666730881,-0.899600148200989,-0.0596306435763836,-0.992724537849426,-0.104605607688427,-0.126475125551224,-0.989754676818848,-0.0662546530365944,-0.0073877451941371,-0.0139911295846105,0.999874889850616,-0.101432763040066,0.0245154574513435,0.994540393352509,0.086696445941925,0.016137782484293,0.996104061603546,0.0530034601688385,-0.0157458540052176,0.998470187187195,0.0934507846832275,-0.0156242772936821,-0.995501339435577,0.017964543774724,-0.0135089354589581,-0.999747455120087,-0.223427817225456,-0.375232666730881,-0.899600148200989,0.115188285708427,-0.439444422721863,-0.890853762626648,-0.476225823163986,0.0321362279355526,-0.878735601902008,0.254756927490234,0.963733315467834,-0.0794797167181969,-0.0564642399549484,0.482341885566711,-0.87416136264801,0.254756927490234,0.963733315467834,-0.0794797167181969,0.00171725824475288,0.995633602142334,-0.0933326035737991,-0.0564642399549484,0.482341885566711,-0.87416136264801,
  471. 0.428665488958359,-0.0323370210826397,0.902884364128113,-0.105527475476265,0.986948728561401,0.121639966964722,-0.0137183219194412,0.997466027736664,0.0698093697428703,0.652164399623871,0.00165560841560364,0.758075773715973,0.143556669354439,-0.97117006778717,0.190316557884216,-0.404306352138519,-0.908591508865356,0.104871109127998,0.0180730726569891,-0.492586553096771,0.870075881481171,0.0180730726569891,-0.492586553096771,0.870075881481171,0.151997089385986,-0.0328526049852371,0.987834870815277,-0.119829341769218,-0.00779722351580858,0.992763876914978,-0.476225823163986,0.0321362279355526,-0.878735601902008,0.274820894002914,-0.0935811474919319,-0.956930577754974,0.388254553079605,-0.0685134530067444,-0.919001936912537,0.302279412746429,-0.0803253948688507,-0.94982898235321,-0.125856310129166,-0.991995751857758,0.0102269202470779,0.145521283149719,0.965298533439636,-0.21684655547142,0.129078105092049,0.991185665130615,-0.0298332050442696,0.0785687267780304,0.99331796169281,0.0845365598797798,0.0767859220504761,0.779335618019104,-0.621884286403656,0.0279208347201347,0.49313285946846,-0.869505941867828,-0.306224793195724,0.015047294087708,-0.951840400695801,0.0988056212663651,0.991599380970001,-0.0834756270051003,0.0988056212663651,0.991599380970001,-0.0834756270051003,0.0816298797726631,0.993739247322083,-0.0762826800346375,0.0767859220504761,0.779335618019104,-0.621884286403656,0.560590207576752,-0.816570997238159,0.13766111433506,-0.0655095502734184,-0.0659842640161514,0.995667994022369,-0.270824640989304,-0.0310294218361378,0.962128460407257,0.566628813743591,-0.819245159626007,0.0881441310048103,0.348713666200638,0.271899819374084,0.896922051906586,0.725809097290039,0.684002041816711,-0.0730918943881989,-0.745623707771301,0.66335654258728,0.0632729455828667,0.421283692121506,0.0252800397574902,0.90657651424408,0.428059637546539,-0.868348598480225,-0.250470995903015,0.560590207576752,-0.816570997238159,0.13766111433506,0.566628813743591,-0.819245159626007,0.0881441310048103,0.190024331212044,-0.980214655399323,-0.0554069504141808,
  472. -0.0655095502734184,-0.0659842640161514,0.995667994022369,0.348713666200638,0.271899819374084,0.896922051906586,0.421283692121506,0.0252800397574902,0.90657651424408,-0.270824640989304,-0.0310294218361378,0.962128460407257,-0.511577248573303,0.332625269889832,-0.792243123054504,-0.199601650238037,-0.120849415659904,-0.972396373748779,-0.382150441408157,0.00394345540553331,-0.924091756343842,-0.255539000034332,0.847275495529175,-0.46564382314682,0.0529742799699306,0.0296128038316965,-0.998156785964966,0.428059637546539,-0.868348598480225,-0.250470995903015,0.190024331212044,-0.980214655399323,-0.0554069504141808,0.607675135135651,-0.0135726444423199,-0.794069766998291,-0.255539000034332,0.847275495529175,-0.46564382314682,-0.282739847898483,0.959196507930756,0.000445612648036331,-0.477770894765854,0.772883355617523,-0.417595833539963,-0.511577248573303,0.332625269889832,-0.792243123054504,0.107814870774746,-0.993606090545654,0.0335097797214985,-0.00580672081559896,0.00171589385718107,0.999981701374054,-0.206758812069893,-0.0306065380573273,0.97791314125061,0.243242144584656,-0.963650107383728,0.110507436096668,-0.166946470737457,0.0926754176616669,0.981600880622864,0.0841591879725456,0.670414805412292,0.737198293209076,-0.0964029654860497,0.993547737598419,0.0597452148795128,0.0902097746729851,0.00963006261736155,0.995876252651215,-0.0775938481092453,-0.994585454463959,-0.0691306218504906,-0.201289743185043,-0.97749936580658,-0.0630675628781319,0.107814870774746,-0.993606090545654,0.0335097797214985,0.243242144584656,-0.963650107383728,0.110507436096668,0.0902097746729851,0.00963006261736155,0.995876252651215,-0.0749161615967751,0.0315626077353954,0.996690273284912,-0.166946470737457,0.0926754176616669,0.981600880622864,0.205215781927109,-0.0157778691500425,-0.978589594364166,-0.250231474637985,0.0220304578542709,-0.9679354429245,-0.0569475367665291,0.0287430807948112,-0.997963309288025,0.0177053175866604,0.00376643589697778,-0.999836266040802,0.205215781927109,-0.0157778691500425,-0.978589594364166,-0.0775938481092453,-0.994585454463959,-0.0691306218504906,
  473. 0.377457916736603,-0.923696339130402,-0.0656557455658913,-0.394468277692795,-0.0179431270807981,-0.918734431266785,-0.179142311215401,0.00951001979410648,-0.983777284622192,0.0394901819527149,0.997667610645294,-0.0556772500276566,-0.255539000034332,0.847275495529175,-0.46564382314682,0.0394901819527149,0.997667610645294,-0.0556772500276566,-0.282739847898483,0.959196507930756,0.000445612648036331,-0.255539000034332,0.847275495529175,-0.46564382314682,-0.139417812228203,0.0173887778073549,0.990080952644348,0.39980211853981,0.913942635059357,0.0697648823261261,0.0841591879725456,0.670414805412292,0.737198293209076,-0.166946470737457,0.0926754176616669,0.981600880622864,-0.0749161615967751,0.0315626077353954,0.996690273284912,-0.139417812228203,0.0173887778073549,0.990080952644348,-0.166946470737457,0.0926754176616669,0.981600880622864,-0.424599260091782,-0.900527834892273,0.0936227068305016,0.231207489967346,-0.0431025736033916,0.971949219703674,-0.00580672081559896,0.00171589385718107,0.999981701374054,0.107814870774746,-0.993606090545654,0.0335097797214985,-0.114470779895782,-0.992600083351135,-0.0405156053602695,-0.424599260091782,-0.900527834892273,0.0936227068305016,0.107814870774746,-0.993606090545654,0.0335097797214985,-0.201289743185043,-0.97749936580658,-0.0630675628781319,0.607675135135651,-0.0135726444423199,-0.794069766998291,0.190024331212044,-0.980214655399323,-0.0554069504141808,-0.114470779895782,-0.992600083351135,-0.0405156053602695,-0.225087761878967,-0.0238663703203201,-0.974046230316162,-0.255539000034332,0.847275495529175,-0.46564382314682,-0.382150441408157,0.00394345540553331,-0.924091756343842,-0.179142311215401,0.00951001979410648,-0.983777284622192,-0.511577248573303,0.332625269889832,-0.792243123054504,-0.477770894765854,0.772883355617523,-0.417595833539963,-0.355634242296219,0.934036254882813,-0.0331769771873951,0.115283846855164,0.788744628429413,-0.603814244270325,-0.600415170192719,0.0276007764041424,0.799212098121643,0.4437215924263,0.892709612846375,0.0786183848977089,0.725809097290039,0.684002041816711,-0.0730918943881989,
  474. 0.790824770927429,0.606709778308868,0.0806193426251411,0.308078050613403,-0.0264267362654209,0.95099401473999,-0.600415170192719,0.0276007764041424,0.799212098121643,0.348713666200638,0.271899819374084,0.896922051906586,-0.0655095502734184,-0.0659842640161514,0.995667994022369,-0.174975141882896,-0.98078989982605,0.0862263217568398,0.308078050613403,-0.0264267362654209,0.95099401473999,-0.77320796251297,-0.619422912597656,0.135885581374168,0.560590207576752,-0.816570997238159,0.13766111433506,0.431454867124558,-0.899295806884766,-0.0715105608105659,-0.174975141882896,-0.98078989982605,0.0862263217568398,0.560590207576752,-0.816570997238159,0.13766111433506,0.428059637546539,-0.868348598480225,-0.250470995903015,-0.451317518949509,-0.0289844293147326,-0.891892611980438,0.431454867124558,-0.899295806884766,-0.0715105608105659,0.428059637546539,-0.868348598480225,-0.250470995903015,0.0529742799699306,0.0296128038316965,-0.998156785964966,0.115283846855164,0.788744628429413,-0.603814244270325,0.397981375455856,0.0132063971832395,-0.917298436164856,-0.199601650238037,-0.120849415659904,-0.972396373748779,-0.511577248573303,0.332625269889832,-0.792243123054504,0.115283846855164,0.788744628429413,-0.603814244270325,-0.141052335500717,0.988015949726105,-0.062679834663868,0.286199569702148,0.0175917893648148,-0.958008587360382,0.115283846855164,0.788744628429413,-0.603814244270325,-0.355634242296219,0.934036254882813,-0.0331769771873951,-0.141052335500717,0.988015949726105,-0.062679834663868,0.115188285708427,-0.439444422721863,-0.890853762626648,-0.126475125551224,-0.989754676818848,-0.0662546530365944,0.0934507846832275,-0.0156242772936821,-0.995501339435577,0.286199569702148,0.0175917893648148,-0.958008587360382,0.397981375455856,0.0132063971832395,-0.917298436164856,0.115283846855164,0.788744628429413,-0.603814244270325,-0.078340657055378,0.994166314601898,-0.0741360485553741,0.262603163719177,0.010956428013742,-0.964841723442078,0.0279208347201347,0.49313285946846,-0.869505941867828,0.0767859220504761,0.779335618019104,-0.621884286403656,
  475. 0.0816298797726631,0.993739247322083,-0.0762826800346375,-0.078340657055378,0.994166314601898,-0.0741360485553741,0.0767859220504761,0.779335618019104,-0.621884286403656,0.652164399623871,0.00165560841560364,0.758075773715973,-0.0137183219194412,0.997466027736664,0.0698093697428703,0.39430034160614,0.91539603471756,0.0811021402478218,-0.271600484848022,0.028105616569519,0.961999595165253,0.0180730726569891,-0.492586553096771,0.870075881481171,-0.119829341769218,-0.00779722351580858,0.992763876914978,-0.0861470326781273,-0.0126964068040252,0.996201574802399,-0.0861470326781273,-0.0126964068040252,0.996201574802399,-0.0285974480211735,-0.996224105358124,0.0819739252328873,0.0180730726569891,-0.492586553096771,0.870075881481171,-0.402436882257462,-0.438793331384659,-0.803433358669281,-0.0618696622550488,-0.994973540306091,-0.0787396132946014,-0.0596306435763836,-0.992724537849426,-0.104605607688427,-0.223427817225456,-0.375232666730881,-0.899600148200989,-0.0266211088746786,-0.021745340898633,-0.999409139156342,-0.0618696622550488,-0.994973540306091,-0.0787396132946014,-0.402436882257462,-0.438793331384659,-0.803433358669281,-0.0266211088746786,-0.021745340898633,-0.999409139156342,-0.402436882257462,-0.438793331384659,-0.803433358669281,-0.223427817225456,-0.375232666730881,-0.899600148200989,0.017964543774724,-0.0135089354589581,-0.999747455120087,-0.532556176185608,0.0249771755188704,0.846026003360748,0.207722440361977,0.974313795566559,0.0869713351130486,-0.105527475476265,0.986948728561401,0.121639966964722,0.951415598392487,-0.086460255086422,-0.295521795749664,-0.404306352138519,-0.908591508865356,0.104871109127998,-0.302900165319443,-0.937096774578094,0.173497065901756,0.0180730726569891,-0.492586553096771,0.870075881481171,0.0180730726569891,-0.492586553096771,0.870075881481171,0.304816544055939,-0.0457319803535938,0.95131254196167,0.151997089385986,-0.0328526049852371,0.987834870815277,0.391983956098557,0.737957358360291,-0.54933375120163,0.303291141986847,0.0153401531279087,-0.952774524688721,0.274820894002914,-0.0935811474919319,-0.956930577754974,
  476. -0.0564642399549484,0.482341885566711,-0.87416136264801,0.301194101572037,0.0193471480160952,-0.953366637229919,-0.0270667262375355,0.995891690254211,-0.0864128693938255,0.252970546483994,0.965801537036896,-0.05686379596591,-0.0681155845522881,0.0217589847743511,-0.997440218925476,-0.0270667262375355,0.995891690254211,-0.0864128693938255,0.0785687267780304,0.99331796169281,0.0845365598797798,0.0507314838469028,0.996477484703064,0.0667759478092194,0.171883642673492,0.98472011089325,-0.0279716420918703,0.252970546483994,0.965801537036896,-0.05686379596591,0.0177053175866604,0.00376643589697778,-0.999836266040802,-0.225087761878967,-0.0238663703203201,-0.974046230316162,-0.125701725482941,-0.447871923446655,-0.885217428207397,0.0537612810730934,0.996263921260834,-0.0675862953066826,0.347080230712891,0.0141499042510986,-0.937728762626648,-0.0569475367665291,0.0287430807948112,-0.997963309288025,0.181535691022873,0.98155665397644,-0.0599290914833546,0.2913918197155,0.953988611698151,0.0706859305500984,0.263003945350647,0.963969469070435,0.039899293333292,0.103594645857811,0.666316628456116,0.73843777179718,-0.477770894765854,0.772883355617523,-0.417595833539963,-0.282739847898483,0.959196507930756,0.000445612648036331,-0.569839715957642,0.81887811422348,0.0687111765146255,-0.493772357702255,0.860252261161804,0.12710252404213,-0.355634242296219,0.934036254882813,-0.0331769771873951,-0.477770894765854,0.772883355617523,-0.417595833539963,-0.493772357702255,0.860252261161804,0.12710252404213,0.281691908836365,0.956456959247589,0.0764193907380104,-0.199601650238037,-0.120849415659904,-0.972396373748779,0.397981375455856,0.0132063971832395,-0.917298436164856,-0.451317518949509,-0.0289844293147326,-0.891892611980438,0.0529742799699306,0.0296128038316965,-0.998156785964966,-0.382150441408157,0.00394345540553331,-0.924091756343842,-0.199601650238037,-0.120849415659904,-0.972396373748779,0.0529742799699306,0.0296128038316965,-0.998156785964966,0.607675135135651,-0.0135726444423199,-0.794069766998291,0.0279208347201347,0.49313285946846,-0.869505941867828,
  477. 0.262603163719177,0.010956428013742,-0.964841723442078,0.0601640529930592,-0.00366094056516886,-0.998181819915771,0.0714259818196297,-0.0295865274965763,-0.997007071971893,-0.101955465972424,-0.990442454814911,-0.0928917452692986,-0.0618696622550488,-0.994973540306091,-0.0787396132946014,-0.0266211088746786,-0.021745340898633,-0.999409139156342,-0.0285974480211735,-0.996224105358124,0.0819739252328873,0.143556669354439,-0.97117006778717,0.190316557884216,0.0180730726569891,-0.492586553096771,0.870075881481171,-0.0596306435763836,-0.992724537849426,-0.104605607688427,-0.0383106209337711,-0.998973906040192,0.0241573192179203,0.283480882644653,-0.954520881175995,0.0923503041267395,-0.126475125551224,-0.989754676818848,-0.0662546530365944,0.0934507846832275,-0.0156242772936821,-0.995501339435577,-0.126475125551224,-0.989754676818848,-0.0662546530365944,0.431454867124558,-0.899295806884766,-0.0715105608105659,-0.451317518949509,-0.0289844293147326,-0.891892611980438,0.0601640529930592,-0.00366094056516886,-0.998181819915771,-0.306224793195724,0.015047294087708,-0.951840400695801,0.0279208347201347,0.49313285946846,-0.869505941867828,0.205215781927109,-0.0157778691500425,-0.978589594364166,0.0177053175866604,0.00376643589697778,-0.999836266040802,-0.125701725482941,-0.447871923446655,-0.885217428207397,-0.125701725482941,-0.447871923446655,-0.885217428207397,-0.279076308012009,-0.771367788314819,-0.571933805942535,-0.0775938481092453,-0.994585454463959,-0.0691306218504906,0.205215781927109,-0.0157778691500425,-0.978589594364166,-0.279076308012009,-0.771367788314819,-0.571933805942535,-0.201289743185043,-0.97749936580658,-0.0630675628781319,-0.0775938481092453,-0.994585454463959,-0.0691306218504906,-0.114470779895782,-0.992600083351135,-0.0405156053602695,-0.201289743185043,-0.97749936580658,-0.0630675628781319,-0.279076308012009,-0.771367788314819,-0.571933805942535,-0.225087761878967,-0.0238663703203201,-0.974046230316162,-0.114470779895782,-0.992600083351135,-0.0405156053602695,-0.279076308012009,-0.771367788314819,-0.571933805942535,
  478. -0.125701725482941,-0.447871923446655,-0.885217428207397,0.0177053175866604,0.00376643589697778,-0.999836266040802,-0.0569475367665291,0.0287430807948112,-0.997963309288025,0.347080230712891,0.0141499042510986,-0.937728762626648,-0.225087761878967,-0.0238663703203201,-0.974046230316162,0.388254553079605,-0.0685134530067444,-0.919001936912537,-0.298233985900879,-0.0194208025932312,-0.95429527759552,0.0367987677454948,-0.32029116153717,-0.946604132652283,0.302279412746429,-0.0803253948688507,-0.94982898235321,0.388254553079605,-0.0685134530067444,-0.919001936912537,0.0367987677454948,-0.32029116153717,-0.946604132652283,0.0714259818196297,-0.0295865274965763,-0.997007071971893,0.302279412746429,-0.0803253948688507,-0.94982898235321,0.0367987677454948,-0.32029116153717,-0.946604132652283,0.0367987677454948,-0.32029116153717,-0.946604132652283,-0.017429381608963,-0.639604449272156,-0.768506705760956,-0.101955465972424,-0.990442454814911,-0.0928917452692986,0.0714259818196297,-0.0295865274965763,-0.997007071971893,-0.0487394332885742,-0.998605728149414,-0.0202782079577446,-0.101955465972424,-0.990442454814911,-0.0928917452692986,-0.017429381608963,-0.639604449272156,-0.768506705760956,-0.017429381608963,-0.639604449272156,-0.768506705760956,-0.501559734344482,-0.863438248634338,0.0539664924144745,-0.0487394332885742,-0.998605728149414,-0.0202782079577446,-0.017429381608963,-0.639604449272156,-0.768506705760956,-0.281009703874588,-0.959226489067078,0.0302995592355728,-0.501559734344482,-0.863438248634338,0.0539664924144745,0.0717084407806396,-0.991806745529175,-0.105723239481449,-0.281009703874588,-0.959226489067078,0.0302995592355728,-0.017429381608963,-0.639604449272156,-0.768506705760956,-0.0832308083772659,-0.0204686187207699,-0.996320128440857,0.0717084407806396,-0.991806745529175,-0.105723239481449,-0.017429381608963,-0.639604449272156,-0.768506705760956,0.0367987677454948,-0.32029116153717,-0.946604132652283,-0.298233985900879,-0.0194208025932312,-0.95429527759552,-0.0832308083772659,-0.0204686187207699,-0.996320128440857,
  479. 0.0367987677454948,-0.32029116153717,-0.946604132652283,0.301194101572037,0.0193471480160952,-0.953366637229919,0.303291141986847,0.0153401531279087,-0.952774524688721,0.391983956098557,0.737957358360291,-0.54933375120163,0.391983956098557,0.737957358360291,-0.54933375120163,-0.0270667262375355,0.995891690254211,-0.0864128693938255,0.301194101572037,0.0193471480160952,-0.953366637229919,0.391983956098557,0.737957358360291,-0.54933375120163,-0.0228885784745216,0.987725377082825,-0.154514446854591,-0.0270667262375355,0.995891690254211,-0.0864128693938255,-0.0564642399549484,0.482341885566711,-0.87416136264801,0.00171725824475288,0.995633602142334,-0.0933326035737991,-0.0228885784745216,0.987725377082825,-0.154514446854591,0.391983956098557,0.737957358360291,-0.54933375120163,0.274820894002914,-0.0935811474919319,-0.956930577754974,0.303291141986847,0.0153401531279087,-0.952774524688721,-0.298233985900879,-0.0194208025932312,-0.95429527759552,0.388254553079605,-0.0685134530067444,-0.919001936912537,-0.0564642399549484,0.482341885566711,-0.87416136264801,0.274820894002914,-0.0935811474919319,-0.956930577754974,-0.476225823163986,0.0321362279355526,-0.878735601902008,0.254756927490234,0.963733315467834,-0.0794797167181969,0.145589217543602,0.987757921218872,0.0560188330709934,-0.0498506985604763,0.995040655136108,0.0860756784677505,0.00171725824475288,0.995633602142334,-0.0933326035737991,-0.114606805145741,0.99161022901535,0.0597867108881474,0.263003945350647,0.963969469070435,0.039899293333292,0.181535691022873,0.98155665397644,-0.0599290914833546,0.347248524427414,0.934991538524628,-0.0721756145358086,0.0902097746729851,0.00963006261736155,0.995876252651215,-0.0964029654860497,0.993547737598419,0.0597452148795128,0.279459476470947,0.9586501121521,0.0537817738950253,0.195395529270172,0.00348614295944572,0.980718374252319,-0.00580672081559896,0.00171589385718107,0.999981701374054,-0.0749161615967751,0.0315626077353954,0.996690273284912,0.0902097746729851,0.00963006261736155,0.995876252651215,-0.206758812069893,-0.0306065380573273,0.97791314125061,
  480. 0.231207489967346,-0.0431025736033916,0.971949219703674,-0.139417812228203,0.0173887778073549,0.990080952644348,-0.0749161615967751,0.0315626077353954,0.996690273284912,-0.00580672081559896,0.00171589385718107,0.999981701374054,0.421283692121506,0.0252800397574902,0.90657651424408,-0.745623707771301,0.66335654258728,0.0632729455828667,0.39980211853981,0.913942635059357,0.0697648823261261,-0.139417812228203,0.0173887778073549,0.990080952644348,0.2913918197155,0.953988611698151,0.0706859305500984,0.0537612810730934,0.996263921260834,-0.0675862953066826,0.181535691022873,0.98155665397644,-0.0599290914833546,0.263003945350647,0.963969469070435,0.039899293333292,0.0934507846832275,-0.0156242772936821,-0.995501339435577,-0.306224793195724,0.015047294087708,-0.951840400695801,0.0601640529930592,-0.00366094056516886,-0.998181819915771,0.017964543774724,-0.0135089354589581,-0.999747455120087,0.0988056212663651,0.991599380970001,-0.0834756270051003,-0.306224793195724,0.015047294087708,-0.951840400695801,0.286199569702148,0.0175917893648148,-0.958008587360382,-0.141052335500717,0.988015949726105,-0.062679834663868,0.0911794528365135,0.995712637901306,0.0155800320208073,0.0816298797726631,0.993739247322083,-0.0762826800346375,0.0988056212663651,0.991599380970001,-0.0834756270051003,-0.128664553165436,0.988614201545715,0.078021228313446,-0.078340657055378,0.994166314601898,-0.0741360485553741,0.227199524641037,0.970694959163666,0.0783062055706978,0.145589217543602,0.987757921218872,0.0560188330709934,0.254756927490234,0.963733315467834,-0.0794797167181969,0.254756927490234,0.963733315467834,-0.0794797167181969,-0.476225823163986,0.0321362279355526,-0.878735601902008,0.262603163719177,0.010956428013742,-0.964841723442078,-0.078340657055378,0.994166314601898,-0.0741360485553741,0.0714259818196297,-0.0295865274965763,-0.997007071971893,-0.476225823163986,0.0321362279355526,-0.878735601902008,0.302279412746429,-0.0803253948688507,-0.94982898235321,0.139244198799133,-0.986655414104462,0.0843928456306458,-0.0408286899328232,-0.996203482151031,0.0768881365656853,
  481. 0.0717084407806396,-0.991806745529175,-0.105723239481449,-0.0678865388035774,-0.992211282253265,-0.104443073272705,0.139244198799133,-0.986655414104462,0.0843928456306458,-0.0693330317735672,-0.0126726860180497,0.997513115406036,0.0950931832194328,-0.0132460286840796,0.995380222797394,-0.0408286899328232,-0.996203482151031,0.0768881365656853,-0.0693330317735672,-0.0126726860180497,0.997513115406036,0.241521269083023,0.0263554193079472,0.970037579536438,-0.532556176185608,0.0249771755188704,0.846026003360748,0.0950931832194328,-0.0132460286840796,0.995380222797394,0.151997089385986,-0.0328526049852371,0.987834870815277,0.304816544055939,-0.0457319803535938,0.95131254196167,-0.532556176185608,0.0249771755188704,0.846026003360748,0.428665488958359,-0.0323370210826397,0.902884364128113,-0.119829341769218,-0.00779722351580858,0.992763876914978,0.151997089385986,-0.0328526049852371,0.987834870815277,0.428665488958359,-0.0323370210826397,0.902884364128113,0.652164399623871,0.00165560841560364,0.758075773715973,-0.0861470326781273,-0.0126964068040252,0.996201574802399,-0.119829341769218,-0.00779722351580858,0.992763876914978,0.652164399623871,0.00165560841560364,0.758075773715973,-0.271600484848022,0.028105616569519,0.961999595165253,-0.155603438615799,-0.00408234726637602,0.987811207771301,-0.155603438615799,-0.00408234726637602,0.987811207771301,-0.453066527843475,-0.886170923709869,0.0971179455518723,-0.0285974480211735,-0.996224105358124,0.0819739252328873,-0.0861470326781273,-0.0126964068040252,0.996201574802399,-0.0285974480211735,-0.996224105358124,0.0819739252328873,-0.101955465972424,-0.990442454814911,-0.0928917452692986,-0.0487394332885742,-0.998605728149414,-0.0202782079577446,0.143556669354439,-0.97117006778717,0.190316557884216,-0.0487394332885742,-0.998605728149414,-0.0202782079577446,-0.501559734344482,-0.863438248634338,0.0539664924144745,-0.404306352138519,-0.908591508865356,0.104871109127998,0.143556669354439,-0.97117006778717,0.190316557884216,-0.501559734344482,-0.863438248634338,0.0539664924144745,-0.281009703874588,-0.959226489067078,0.0302995592355728,
  482. -0.302900165319443,-0.937096774578094,0.173497065901756,-0.404306352138519,-0.908591508865356,0.104871109127998,-0.205336675047874,0.0120842587202787,-0.978616833686829,-0.250231474637985,0.0220304578542709,-0.9679354429245,0.205215781927109,-0.0157778691500425,-0.978589594364166,-0.394468277692795,-0.0179431270807981,-0.918734431266785,0.347248524427414,0.934991538524628,-0.0721756145358086,-0.250231474637985,0.0220304578542709,-0.9679354429245,-0.205336675047874,0.0120842587202787,-0.978616833686829,-0.171698063611984,0.983088374137878,-0.0636950135231018,-0.114606805145741,0.99161022901535,0.0597867108881474,0.347248524427414,0.934991538524628,-0.0721756145358086,-0.171698063611984,0.983088374137878,-0.0636950135231018,0.0485844500362873,0.997537136077881,0.050589457154274,-0.569839715957642,0.81887811422348,0.0687111765146255,-0.282739847898483,0.959196507930756,0.000445612648036331,0.0394901819527149,0.997667610645294,-0.0556772500276566,0.0537612810730934,0.996263921260834,-0.0675862953066826,0.2913918197155,0.953988611698151,0.0706859305500984,0.0394901819527149,0.997667610645294,-0.0556772500276566,-0.179142311215401,0.00951001979410648,-0.983777284622192,0.347080230712891,0.0141499042510986,-0.937728762626648,0.0537612810730934,0.996263921260834,-0.0675862953066826,-0.225087761878967,-0.0238663703203201,-0.974046230316162,0.347080230712891,0.0141499042510986,-0.937728762626648,-0.179142311215401,0.00951001979410648,-0.983777284622192,-0.382150441408157,0.00394345540553331,-0.924091756343842,0.607675135135651,-0.0135726444423199,-0.794069766998291,-0.128664553165436,0.988614201545715,0.078021228313446,0.0988056212663651,0.991599380970001,-0.0834756270051003,-0.141052335500717,0.988015949726105,-0.062679834663868,-0.355634242296219,0.934036254882813,-0.0331769771873951,0.281691908836365,0.956456959247589,0.0764193907380104,0.086696445941925,0.016137782484293,0.996104061603546,-0.2964908182621,0.952045261859894,0.0755195096135139,0.4437215924263,0.892709612846375,0.0786183848977089,-0.600415170192719,0.0276007764041424,0.799212098121643,
  483. 0.0530034601688385,-0.0157458540052176,0.998470187187195,0.086696445941925,0.016137782484293,0.996104061603546,-0.600415170192719,0.0276007764041424,0.799212098121643,0.308078050613403,-0.0264267362654209,0.95099401473999,0.283480882644653,-0.954520881175995,0.0923503041267395,0.0530034601688385,-0.0157458540052176,0.998470187187195,0.308078050613403,-0.0264267362654209,0.95099401473999,-0.174975141882896,-0.98078989982605,0.0862263217568398,-0.126475125551224,-0.989754676818848,-0.0662546530365944,0.283480882644653,-0.954520881175995,0.0923503041267395,-0.174975141882896,-0.98078989982605,0.0862263217568398,0.431454867124558,-0.899295806884766,-0.0715105608105659,-0.0618696622550488,-0.994973540306091,-0.0787396132946014,-0.101955465972424,-0.990442454814911,-0.0928917452692986,-0.0285974480211735,-0.996224105358124,0.0819739252328873,-0.453066527843475,-0.886170923709869,0.0971179455518723,-0.0266211088746786,-0.021745340898633,-0.999409139156342,0.262603163719177,0.010956428013742,-0.964841723442078,-0.476225823163986,0.0321362279355526,-0.878735601902008,0.0714259818196297,-0.0295865274965763,-0.997007071971893,0.0601640529930592,-0.00366094056516886,-0.998181819915771,0.262603163719177,0.010956428013742,-0.964841723442078,-0.0266211088746786,-0.021745340898633,-0.999409139156342,0.017964543774724,-0.0135089354589581,-0.999747455120087,0.0911794528365135,0.995712637901306,0.0155800320208073,0.227199524641037,0.970694959163666,0.0783062055706978,-0.078340657055378,0.994166314601898,-0.0741360485553741,0.0816298797726631,0.993739247322083,-0.0762826800346375,-0.271600484848022,0.028105616569519,0.961999595165253,0.39430034160614,0.91539603471756,0.0811021402478218,0.344234675168991,0.937621057033539,0.0486752912402153,-0.101432763040066,0.0245154574513435,0.994540393352509,-0.155603438615799,-0.00408234726637602,0.987811207771301,-0.271600484848022,0.028105616569519,0.961999595165253,-0.101432763040066,0.0245154574513435,0.994540393352509,-0.0073877451941371,-0.0139911295846105,0.999874889850616,-0.0383106209337711,-0.998973906040192,0.0241573192179203,
  484. -0.453066527843475,-0.886170923709869,0.0971179455518723,-0.155603438615799,-0.00408234726637602,0.987811207771301,-0.0073877451941371,-0.0139911295846105,0.999874889850616,-0.0618696622550488,-0.994973540306091,-0.0787396132946014,-0.453066527843475,-0.886170923709869,0.0971179455518723,-0.0383106209337711,-0.998973906040192,0.0241573192179203,-0.0596306435763836,-0.992724537849426,-0.104605607688427,0.286199569702148,0.0175917893648148,-0.958008587360382,-0.306224793195724,0.015047294087708,-0.951840400695801,0.0934507846832275,-0.0156242772936821,-0.995501339435577,-0.451317518949509,-0.0289844293147326,-0.891892611980438,0.397981375455856,0.0132063971832395,-0.917298436164856,0.301194101572037,0.0193471480160952,-0.953366637229919,-0.0832308083772659,-0.0204686187207699,-0.996320128440857,-0.298233985900879,-0.0194208025932312,-0.95429527759552,0.303291141986847,0.0153401531279087,-0.952774524688721,-0.0270667262375355,0.995891690254211,-0.0864128693938255,-0.0228885784745216,0.987725377082825,-0.154514446854591,0.0785687267780304,0.99331796169281,0.0845365598797798,0.0950931832194328,-0.0132460286840796,0.995380222797394,-0.532556176185608,0.0249771755188704,0.846026003360748,0.304816544055939,-0.0457319803535938,0.95131254196167,0.0717084407806396,-0.991806745529175,-0.105723239481449,-0.0408286899328232,-0.996203482151031,0.0768881365656853,-0.302900165319443,-0.937096774578094,0.173497065901756,-0.281009703874588,-0.959226489067078,0.0302995592355728,-0.206758812069893,-0.0306065380573273,0.97791314125061,0.0902097746729851,0.00963006261736155,0.995876252651215,0.195395529270172,0.00348614295944572,0.980718374252319,0.234300717711449,-0.0264940559864044,0.971803069114685,0.243242144584656,-0.963650107383728,0.110507436096668,-0.206758812069893,-0.0306065380573273,0.97791314125061,0.234300717711449,-0.0264940559864044,0.971803069114685,0.0140306334942579,-0.995556950569153,0.0931111872196198,-0.0775938481092453,-0.994585454463959,-0.0691306218504906,0.243242144584656,-0.963650107383728,0.110507436096668,0.0140306334942579,-0.995556950569153,0.0931111872196198,
  485. 0.377457916736603,-0.923696339130402,-0.0656557455658913,0.190024331212044,-0.980214655399323,-0.0554069504141808,0.566628813743591,-0.819245159626007,0.0881441310048103,-0.424599260091782,-0.900527834892273,0.0936227068305016,-0.114470779895782,-0.992600083351135,-0.0405156053602695,0.566628813743591,-0.819245159626007,0.0881441310048103,-0.270824640989304,-0.0310294218361378,0.962128460407257,0.231207489967346,-0.0431025736033916,0.971949219703674,-0.424599260091782,-0.900527834892273,0.0936227068305016,-0.270824640989304,-0.0310294218361378,0.962128460407257,0.421283692121506,0.0252800397574902,0.90657651424408,-0.139417812228203,0.0173887778073549,0.990080952644348,0.231207489967346,-0.0431025736033916,0.971949219703674,0.00681221392005682,0.997251033782959,-0.073784202337265,-0.0737435296177864,0.997276663780212,0.00110198208130896,-0.029686851426959,0.976227521896362,0.21470582485199,0.0940215736627579,0.972499549388886,0.213083729147911,-0.00262666819617152,-0.0116247134283185,-0.999929010868073,-0.0718848779797554,-0.651623964309692,-0.755128443241119,-0.996182024478912,0.0555755794048309,-0.0673252418637276,-0.99845689535141,-0.000408288498874754,-0.055530920624733,0.0679092034697533,0.943299114704132,0.324923545122147,0.00273842317983508,0.999996244907379,-4.49594808742404e-005,-0.0257361214607954,0.93618631362915,-0.350560814142227,-0.0440616458654404,0.982064008712769,0.183327257633209,-0.0440616458654404,0.982064008712769,0.183327257633209,-0.0364669859409332,0.606904029846191,0.793938100337982,0.154358446598053,0.836905598640442,0.525130808353424,0.0679092034697533,0.943299114704132,0.324923545122147,-0.995228469371796,-0.039888072758913,-0.0890462696552277,-0.998380303382874,0.0479409657418728,0.030634630471468,-0.999831974506378,0.0011140014976263,0.0182998385280371,-0.998222827911377,0.0017683538608253,-0.0595661103725433,0.0147064942866564,-0.00595146510750055,0.999874234199524,0.00798968225717545,0.606927633285522,0.794717013835907,-0.115632623434067,0.844947576522827,0.522199928760529,0.250799775123596,-0.0350995883345604,0.967402458190918,
  486. -0.999881982803345,0.00582646019756794,0.0142160914838314,-0.999885439872742,0.00342530850321054,0.014744040556252,-0.107013963162899,0.834179580211639,0.541010439395905,-0.0438791885972023,0.00761461025103927,0.999007880687714,0.00798968225717545,0.606927633285522,0.794717013835907,0.0435145609080791,0.981751620769501,0.185122653841972,-0.103158138692379,0.941243052482605,0.321589738130569,-0.115632623434067,0.844947576522827,0.522199928760529,-0.221567869186401,-0.0374763086438179,0.974424660205841,0.154358446598053,0.836905598640442,0.525130808353424,-0.0364669859409332,0.606904029846191,0.793938100337982,-0.0560403987765312,-0.00634054187685251,0.998408377170563,-0.999881982803345,0.00582646019756794,0.0142160914838314,-0.99845689535141,-0.000408288498874754,-0.055530920624733,-0.996182024478912,0.0555755794048309,-0.0673252418637276,-0.999885439872742,0.00342530850321054,0.014744040556252,-0.103158138692379,0.941243052482605,0.321589738130569,0.00412516668438911,0.999991595745087,-7.46023670217255e-006,0.00273842317983508,0.999996244907379,-4.49594808742404e-005,0.0679092034697533,0.943299114704132,0.324923545122147,-0.103158138692379,0.941243052482605,0.321589738130569,0.0679092034697533,0.943299114704132,0.324923545122147,0.154358446598053,0.836905598640442,0.525130808353424,-0.115632623434067,0.844947576522827,0.522199928760529,0.154358446598053,0.836905598640442,0.525130808353424,-0.221567869186401,-0.0374763086438179,0.974424660205841,0.250799775123596,-0.0350995883345604,0.967402458190918,-0.115632623434067,0.844947576522827,0.522199928760529,-0.035656426101923,-0.0254908073693514,0.999039053916931,0.0142095033079386,-0.0162226390093565,0.999767482280731,0.0129919089376926,-0.0250676479190588,0.999601364135742,-0.0172329694032669,-0.0193573720753193,0.999664187431335,-0.0279412679374218,-0.0284113623201847,0.999205768108368,0.0544824041426182,0.0248424559831619,-0.998205721378326,0.055639386177063,0.0159845277667046,-0.998323023319244,0.00586790405213833,0.0256121996790171,-0.999654769897461,0.0136074712499976,0.0284830741584301,-0.999501645565033,
  487. 0.0242645647376776,0.0193584281951189,-0.999518156051636,-0.995228469371796,-0.039888072758913,-0.0890462696552277,-0.998222827911377,0.0017683538608253,-0.0595661103725433,-0.0264286510646343,-0.246779695153236,-0.968711197376251,0.0615575462579727,-0.000220933987293392,-0.998103559017181,0.0411219745874405,-0.000147518963785842,-0.999154210090637,0.00677484925836325,-2.41267534875078e-005,-0.999977052211761,0.0169610157608986,-6.07205838605296e-005,-0.999856173992157,0.0608444139361382,-0.000218372064409778,-0.998147308826447,0.040764432400465,-0.00014623450988438,-0.999168753623962,0.00704783201217651,-2.51074397965567e-005,-0.999975144863129,0.017139807343483,-6.13628944847733e-005,-0.999853193759918,-0.998380303382874,0.0479409657418728,0.030634630471468,-0.0646737217903137,0.247176021337509,0.966809928417206,-0.999831974506378,0.0011140014976263,0.0182998385280371,-0.029686851426959,0.976227521896362,0.21470582485199,0.45255035161972,0.146451756358147,0.879630744457245,0.841091156005859,0.207234665751457,0.499619483947754,0.0940215736627579,0.972499549388886,0.213083729147911,-0.0718848779797554,-0.651623964309692,-0.755128443241119,-0.926877796649933,-0.224380224943161,-0.300917237997055,-0.99446302652359,0.0128892064094543,-0.104294538497925,-0.996182024478912,0.0555755794048309,-0.0673252418637276,0.0279436707496643,0.976016521453857,0.21589620411396,0.107240699231625,0.994216501712799,0.00576406111940742,0.00338097289204597,0.997249603271484,-0.0740399733185768,-0.0957660526037216,0.973220407962799,0.208975791931152,-0.999885439872742,0.00342530850321054,0.014744040556252,-0.992985188961029,-0.0148352086544037,0.117305137217045,-0.936693012714386,0.231006562709808,0.263139218091965,-0.107013963162899,0.834179580211639,0.541010439395905,-0.996182024478912,0.0555755794048309,-0.0673252418637276,-0.99446302652359,0.0128892064094543,-0.104294538497925,-0.992985188961029,-0.0148352086544037,0.117305137217045,-0.999885439872742,0.00342530850321054,0.014744040556252,-0.029686851426959,0.976227521896362,0.21470582485199,
  488. -0.0737435296177864,0.997276663780212,0.00110198208130896,0.107240699231625,0.994216501712799,0.00576406111940742,0.0279436707496643,0.976016521453857,0.21589620411396,-0.00625466741621494,-0.0906360596418381,0.995864510536194,0.00252120569348335,-0.0177695695310831,0.999839007854462,-0.0439639799296856,-0.0175968576222658,0.998878121376038,-0.0217668004333973,0.20691442489624,0.978116869926453,-0.000653456663712859,-0.0274907574057579,-0.999621868133545,-0.00250701047480106,0.0177761744707823,-0.999838948249817,0.0439637526869774,0.0176060870289803,-0.998878002166748,0.0178815051913261,0.255603402853012,-0.96661639213562,-0.371319890022278,0.157642230391502,0.915024936199188,0.0279436707496643,0.976016521453857,0.21589620411396,-0.0957660526037216,0.973220407962799,0.208975791931152,-0.86027467250824,0.213531017303467,0.462960034608841,0.45255035161972,0.146451756358147,0.879630744457245,-0.029686851426959,0.976227521896362,0.21470582485199,0.0279436707496643,0.976016521453857,0.21589620411396,-0.371319890022278,0.157642230391502,0.915024936199188,-0.361083000898361,-0.0856291353702545,0.928593933582306,-0.00625466741621494,-0.0906360596418381,0.995864510536194,-0.0217668004333973,0.20691442489624,0.978116869926453,-0.0774080008268356,-0.0102855190634727,0.996946454048157,0.318457663059235,-0.0777129158377647,-0.944746196269989,-0.000653456663712859,-0.0274907574057579,-0.999621868133545,0.0178815051913261,0.255603402853012,-0.96661639213562,0.0325862243771553,0.000320680934237316,-0.999468922615051,0.00412516668438911,0.999991595745087,-7.46023670217255e-006,-0.103158138692379,0.941243052482605,0.321589738130569,0.0435145609080791,0.981751620769501,0.185122653841972,0.0469540655612946,0.935924410820007,-0.349057137966156,-0.0264286510646343,-0.246779695153236,-0.968711197376251,-0.998222827911377,0.0017683538608253,-0.0595661103725433,-0.997692167758942,0.0247671660035849,-0.0632215514779091,-0.0140463849529624,0.00133750308305025,-0.99990051984787,-0.998994529247284,-0.0390918739140034,0.0219521261751652,-0.999831974506378,0.0011140014976263,0.0182998385280371,
  489. -0.0646737217903137,0.247176021337509,0.966809928417206,-0.0553782358765602,-0.0010837025474757,0.99846488237381,-0.998222827911377,0.0017683538608253,-0.0595661103725433,-0.999831974506378,0.0011140014976263,0.0182998385280371,-0.998994529247284,-0.0390918739140034,0.0219521261751652,-0.997692167758942,0.0247671660035849,-0.0632215514779091,0.00681221671402454,0.997251033782959,-0.073784202337265,-0.0737435296177864,0.997276663780212,0.00110198662150651,-0.029686851426959,0.976227521896362,0.21470582485199,0.0940215811133385,0.972499549388886,0.213083729147911,-0.00262666819617152,-0.0116247134283185,-0.999929010868073,-0.0718849077820778,-0.651623964309692,-0.755128443241119,-0.996182024478912,0.0555755831301212,-0.067325234413147,-0.99845689535141,-0.000408288498874754,-0.055530920624733,0.0679092034697533,0.943299114704132,0.324923545122147,0.00273843365721405,0.999996244907379,-4.49673243565485e-005,-0.025736078619957,0.93618631362915,-0.350560873746872,-0.044061616063118,0.982064008712769,0.183327227830887,-0.044061616063118,0.982064008712769,0.183327227830887,-0.0364669673144817,0.606904089450836,0.793938159942627,0.154358446598053,0.836905598640442,0.525130808353424,0.0679092034697533,0.943299114704132,0.324923545122147,-0.995228469371796,-0.0398880951106548,-0.0890462920069695,-0.998380303382874,0.0479410476982594,0.0306347105652094,-0.999831974506378,0.0011140014976263,0.0182998385280371,-0.998222827911377,0.00176835246384144,-0.0595661140978336,0.0147064942866564,-0.00595146557316184,0.999874234199524,0.00798968225717545,0.606927573680878,0.794717013835907,-0.115632593631744,0.844947516918182,0.522199928760529,0.250799775123596,-0.0350995771586895,0.967402458190918,-0.999881982803345,0.00582646019756794,0.0142160914838314,-0.999885439872742,0.00342530710622668,0.0147440386936069,-0.107013821601868,0.834179699420929,0.541010499000549,-0.043879184871912,0.00761461025103927,0.999007880687714,0.00798968225717545,0.606927573680878,0.794717013835907,0.0435145422816277,0.981751620769501,0.185122653841972,-0.103158123791218,0.941243052482605,0.321589797735214,
  490. -0.115632593631744,0.844947516918182,0.522199928760529,-0.221567809581757,-0.0374762862920761,0.974424600601196,0.154358446598053,0.836905598640442,0.525130808353424,-0.0364669673144817,0.606904089450836,0.793938159942627,-0.0560403987765312,-0.00634054187685251,0.998408377170563,-0.999881982803345,0.00582646019756794,0.0142160914838314,-0.99845689535141,-0.000408288498874754,-0.055530920624733,-0.996182024478912,0.0555755831301212,-0.067325234413147,-0.999885439872742,0.00342530710622668,0.0147440386936069,-0.103158123791218,0.941243052482605,0.321589797735214,0.00412516668438911,0.999991595745087,-7.46023670217255e-006,0.00273843365721405,0.999996244907379,-4.49673243565485e-005,0.0679092034697533,0.943299114704132,0.324923545122147,-0.103158123791218,0.941243052482605,0.321589797735214,0.0679092034697533,0.943299114704132,0.324923545122147,0.154358446598053,0.836905598640442,0.525130808353424,-0.115632593631744,0.844947516918182,0.522199928760529,0.154358446598053,0.836905598640442,0.525130808353424,-0.221567809581757,-0.0374762862920761,0.974424600601196,0.250799775123596,-0.0350995771586895,0.967402458190918,-0.115632593631744,0.844947516918182,0.522199928760529,-0.035656426101923,-0.0254908073693514,0.999039053916931,0.0142095042392612,-0.0162226390093565,0.999767422676086,0.0129919089376926,-0.0250676479190588,0.999601364135742,-0.0172329675406218,-0.0193573739379644,0.999664187431335,-0.0279412679374218,-0.0284113641828299,0.999205768108368,0.0544824041426182,0.0248424578458071,-0.998205721378326,0.055639386177063,0.0159845277667046,-0.998323023319244,0.00586789986118674,0.0256121978163719,-0.999654769897461,0.0136074675247073,0.0284830741584301,-0.999501645565033,0.0242645647376776,0.0193584300577641,-0.999518156051636,-0.995228469371796,-0.0398880951106548,-0.0890462920069695,-0.998222827911377,0.00176835246384144,-0.0595661140978336,-0.0264286417514086,-0.246779695153236,-0.968711197376251,0.061557549983263,-0.000220933943637647,-0.998103618621826,0.0411219745874405,-0.000147518949233927,-0.999154210090637,
  491. 0.00677484925836325,-2.4126749849529e-005,-0.999977052211761,0.0169610157608986,-6.07205802225508e-005,-0.999856173992157,0.0608444102108479,-0.000218371991650201,-0.998147249221802,0.040764432400465,-0.000146234480780549,-0.999168753623962,0.00704783201217651,-2.51074361585779e-005,-0.999975144863129,0.017139807343483,-6.13628872088157e-005,-0.999853134155273,-0.998380303382874,0.0479410476982594,0.0306347105652094,-0.0646737143397331,0.247176021337509,0.966809928417206,-0.999831974506378,0.0011140014976263,0.0182998385280371,-0.029686851426959,0.976227521896362,0.21470582485199,0.45255035161972,0.146451786160469,0.879630744457245,0.841091156005859,0.207234665751457,0.499619483947754,0.0940215811133385,0.972499549388886,0.213083729147911,-0.0718849077820778,-0.651623964309692,-0.755128443241119,-0.926877796649933,-0.224380195140839,-0.300917237997055,-0.99446302652359,0.012889202684164,-0.104294538497925,-0.996182024478912,0.0555755831301212,-0.067325234413147,0.0279436446726322,0.976016402244568,0.215896248817444,0.107240699231625,0.994216501712799,0.00576406810432673,0.00338109582662582,0.99724954366684,-0.0740401148796082,-0.0957659333944321,0.973220467567444,0.20897564291954,-0.999885439872742,0.00342530710622668,0.0147440386936069,-0.992985129356384,-0.0148352142423391,0.117305122315884,-0.936693012714386,0.23100645840168,0.263139247894287,-0.107013821601868,0.834179699420929,0.541010499000549,-0.996182024478912,0.0555755831301212,-0.067325234413147,-0.99446302652359,0.012889202684164,-0.104294538497925,-0.992985129356384,-0.0148352142423391,0.117305122315884,-0.999885439872742,0.00342530710622668,0.0147440386936069,-0.029686851426959,0.976227521896362,0.21470582485199,-0.0737435296177864,0.997276663780212,0.00110198662150651,0.107240699231625,0.994216501712799,0.00576406810432673,0.0279436446726322,0.976016402244568,0.215896248817444,-0.00625467114150524,-0.0906360596418381,0.995864510536194,0.00252120569348335,-0.0177695695310831,0.999839007854462,-0.0439639799296856,-0.0175968576222658,0.998878121376038,-0.0217667985707521,0.20691442489624,0.978116869926453,
  492. -0.000653463008347899,-0.0274907611310482,-0.99962192773819,-0.00250700814649463,0.0177761763334274,-0.999838948249817,0.0439637564122677,0.0176060870289803,-0.998878002166748,0.0178815424442291,0.255603522062302,-0.96661639213562,-0.371319890022278,0.157642230391502,0.915024936199188,0.0279436446726322,0.976016402244568,0.215896248817444,-0.0957659333944321,0.973220467567444,0.20897564291954,-0.860274791717529,0.213530942797661,0.462960094213486,0.45255035161972,0.146451786160469,0.879630744457245,-0.029686851426959,0.976227521896362,0.21470582485199,0.0279436446726322,0.976016402244568,0.215896248817444,-0.371319890022278,0.157642230391502,0.915024936199188,-0.361083060503006,-0.0856291353702545,0.928593993186951,-0.00625467114150524,-0.0906360596418381,0.995864510536194,-0.0217667985707521,0.20691442489624,0.978116869926453,-0.0774080008268356,-0.010285516269505,0.996946454048157,0.318457692861557,-0.0777128934860229,-0.944746315479279,-0.000653463008347899,-0.0274907611310482,-0.99962192773819,0.0178815424442291,0.255603522062302,-0.96661639213562,0.032586220651865,0.000320680905133486,-0.999468863010406,0.00412516668438911,0.999991595745087,-7.46023670217255e-006,-0.103158123791218,0.941243052482605,0.321589797735214,0.0435145422816277,0.981751620769501,0.185122653841972,0.0469540320336819,0.935924410820007,-0.349057167768478,-0.0264286417514086,-0.246779695153236,-0.968711197376251,-0.998222827911377,0.00176835246384144,-0.0595661140978336,-0.997692167758942,0.0247671660035849,-0.0632215514779091,-0.0140463849529624,0.00133750308305025,-0.99990051984787,-0.998994529247284,-0.0390918739140034,0.0219521261751652,-0.999831974506378,0.0011140014976263,0.0182998385280371,-0.0646737143397331,0.247176021337509,0.966809928417206,-0.0553782321512699,-0.0010837025474757,0.99846488237381,-0.998222827911377,0.00176835246384144,-0.0595661140978336,-0.999831974506378,0.0011140014976263,0.0182998385280371,-0.998994529247284,-0.0390918739140034,0.0219521261751652,-0.997692167758942,0.0247671660035849,-0.0632215514779091,0.336157441139221,0.938649356365204,-0.0770435705780983,
  493. -0.178272813558578,0.979056358337402,0.0983230918645859,-0.00590592017397285,0.999341428279877,-0.0358032658696175,0.0139059228822589,0.999890983104706,-0.00498543586581945,-0.178272813558578,0.979056358337402,0.0983230918645859,-0.635012984275818,0.772498190402985,-0.00226729782298207,-0.0105519071221352,0.99994295835495,-0.00166730978526175,-0.00590592017397285,0.999341428279877,-0.0358032658696175,-0.635012984275818,0.772498190402985,-0.00226729782298207,-0.175055176019669,0.979347586631775,-0.101163253188133,-0.00618593767285347,0.999041497707367,0.0433362498879433,-0.0105519071221352,0.99994295835495,-0.00166730978526175,-0.175055176019669,0.979347586631775,-0.101163253188133,0.311748713254929,0.943784117698669,0.109929151833057,0.0141777619719505,0.999899208545685,-0.000796077132690698,-0.00618593767285347,0.999041497707367,0.0433362498879433,0.311748713254929,0.943784117698669,0.109929151833057,0.336157441139221,0.938649356365204,-0.0770435705780983,0.0139059228822589,0.999890983104706,-0.00498543586581945,0.0141777619719505,0.999899208545685,-0.000796077132690698,-0.277926057577133,0.959523797035217,-0.0455101504921913,-0.291219383478165,0.956186652183533,0.0299752540886402,-0.0136944968253374,0.999890148639679,-0.00567706674337387,-0.0136574003845453,0.999895095825195,0.00483351992443204,-0.291219383478165,0.956186652183533,0.0299752540886402,0.162072360515594,0.985316514968872,-0.0537018552422524,0.00658745504915714,0.997486650943756,0.0705480724573135,-0.0136944968253374,0.999890148639679,-0.00567706674337387,0.162072360515594,0.985316514968872,-0.0537018552422524,0.642872273921967,0.765946447849274,-0.00643853424116969,0.00947744213044643,0.999953269958496,0.00193673057947308,0.00658745504915714,0.997486650943756,0.0705480724573135,0.642872273921967,0.765946447849274,-0.00643853424116969,0.162794083356857,0.985339522361755,0.0510315075516701,0.00628219870850444,0.998494863510132,-0.0544845424592495,0.00947744213044643,0.999953269958496,0.00193673057947308,0.162794083356857,0.985339522361755,0.0510315075516701,
  494. -0.277926057577133,0.959523797035217,-0.0455101504921913,-0.0136574003845453,0.999895095825195,0.00483351992443204,0.00628219870850444,0.998494863510132,-0.0544845424592495
  495. }
  496. BinormalsW: *2322 {
  497. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  498. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  499. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  500. }
  501. }
  502. LayerElementBinormal: 1 {
  503. Version: 102
  504. Name: "uvSet"
  505. MappingInformationType: "ByPolygonVertex"
  506. ReferenceInformationType: "Direct"
  507. Binormals: *6966 {
  508. a: 0.999987840652466,-0.00494361901655793,0,0.999987900257111,-0.00493086408823729,0,0.999987959861755,-0.00491062924265862,0,0.999985754489899,-0.00533228414133191,-8.16992962171526e-009,-0.000899538397789001,-0.999999642372131,0,-0.000958039949182421,-0.999999582767487,0,-0.00105234142392874,-0.999999523162842,-1.01814585408422e-012,-0.000954493996687233,-0.999999642372131,0,0.0553599148988724,0.469668745994568,-0.881105363368988,0.0276881270110607,0.470209777355194,-0.882120370864868,-4.90182901558001e-006,0.47039008140564,-0.882458627223969,0.0276881270110607,0.470209777355194,-0.882120370864868,0.999990403652191,-0.00438093906268477,1.4728205322001e-008,0.999989092350006,-0.0046778847463429,3.66889651992608e-009,0.999991178512573,-0.00421170610934496,1.83550277199629e-008,0.999991178512573,-0.00420507229864597,0,0.99998527765274,-0.00542643759399652,-8.60671089952803e-010,0.999985694885254,-0.00536606553941965,-3.03309904969851e-010,0.999989092350006,-0.0046778847463429,3.66889651992608e-009,0.999990403652191,-0.00438093906268477,1.4728205322001e-008,-0.0021628497634083,-0.999997675418854,-1.70432320600183e-012,-0.00185172108467668,-0.999998331069946,-3.82945086231656e-013,-0.00105234142392874,-0.999999523162842,-1.01814585408422e-012,-0.00318991648964584,-0.999994993209839,-2.61640605014879e-011,-0.000483590323710814,-0.999999940395355,5.30397882732292e-013,-0.000770014710724354,-0.999999761581421,1.07264431711829e-011,-0.00185172108467668,-0.999998331069946,-3.82945086231656e-013,-0.0021628497634083,-0.999997675418854,-1.70432320600183e-012,0.999991178512573,-0.00421170610934496,1.83550277199629e-008,0.99999076128006,-0.00432081613689661,2.08891730579808e-008,0.999991774559021,-0.00407370133325458,3.7870261593298e-008,0.999992311000824,-0.0039153266698122,3.78702829095801e-008,0.999989092350006,-0.0046778847463429,3.66889651992608e-009,0.999985694885254,-0.00536606553941965,-3.03309904969851e-010,0.9999880194664,-0.00489500304684043,0,0.99998939037323,-0.00462766131386161,0,-0.00185172108467668,-0.999998331069946,-3.82945086231656e-013,
  509. -0.000770014710724354,-0.999999761581421,1.07264431711829e-011,-0.000845674891024828,-0.999999642372131,1.50748059868366e-011,-0.000958327436819673,-0.999999523162842,0,-0.000770014710724354,-0.999999761581421,1.07264431711829e-011,-0.000687249470502138,-0.999999761581421,-7.8773596532463e-014,-0.000837532919831574,-0.999999642372131,-1.79405734811039e-018,-0.000845674891024828,-0.999999642372131,1.50748059868366e-011,0.999971628189087,-0.00693458132445812,0.00296414038166404,0.999969959259033,-0.0075298766605556,0.00186673551797867,0.99964427947998,-0.022766811773181,0.0138969859108329,0.999644756317139,-0.0221692584455013,0.0147981643676758,0.999994337558746,-0.00249585066922009,-0.00227331533096731,0.999993085861206,-0.00270326226018369,-0.00258651887997985,0.999969959259033,-0.0075298766605556,0.00186673551797867,0.999971628189087,-0.00693458132445812,0.00296414038166404,-0.00269257929176092,-0.460436552762985,-0.887688517570496,-0.000241849542362615,-0.460430592298508,-0.887695670127869,0.00220888131298125,-0.460421800613403,-0.887697517871857,-0.000241849338635802,-0.460430651903152,-0.887695729732513,-0.000837532919831574,-0.999999642372131,-1.79405734811039e-018,-0.000687249470502138,-0.999999761581421,-7.8773596532463e-014,-0.000873318058438599,-0.999999642372131,-4.47917362922379e-011,-0.000893193762749434,-0.999999642372131,-4.58111430734487e-011,-0,-1,-0.000141737938974984,-0,-0.999999821186066,-0.000632332812529057,-0,-0.999999403953552,-0.00110116926953197,-0,-0.999999701976776,-0.000803211238235235,-0,-0.999999761581421,-0.000654373434372246,-0,-0.999999940395355,-0.00048340079956688,-0.000304718065308407,-0.999999940395355,0,-0.000687249470502138,-0.999999761581421,-7.8773596532463e-014,-0.000770014710724354,-0.999999761581421,1.07264431711829e-011,-0.000483590323710814,-0.999999940395355,5.30397882732292e-013,0.99999076128006,-0.00432081613689661,2.08891730579808e-008,0.999991178512573,-0.00421170610934496,1.83550277199629e-008,0.999989092350006,-0.0046778847463429,3.66889651992608e-009,0.99998939037323,-0.00462766131386161,0,
  510. 0.999993085861206,-0.00205022655427456,-0.003091897116974,0.99999326467514,-0.00203363760374486,-0.00306687992997468,0.999993085861206,-0.00270326226018369,-0.00258651887997985,0.999994337558746,-0.00249585066922009,-0.00227331533096731,0,-0.999998509883881,0.00174458930268884,0,-0.999998211860657,0.00190619868226349,0,-0.999997794628143,0.002086445922032,0,-0.999997019767761,0.00244631082750857,0,-0.999998152256012,0.00192462676204741,0,-0.999998986721039,0.00142074015457183,0.999980688095093,-0.0062271486967802,-6.92609702923619e-008,0.999985754489899,-0.00533228414133191,-8.16992962171526e-009,0.999985694885254,-0.00536606553941965,-3.03309904969851e-010,0.99998527765274,-0.00542643759399652,-8.60671089952803e-010,0.999985754489899,-0.00533228414133191,-8.16992962171526e-009,0.999987959861755,-0.00491062924265862,0,0.9999880194664,-0.00489500304684043,0,0.999985694885254,-0.00536606553941965,-3.03309904969851e-010,-0.000954493996687233,-0.999999642372131,0,-0.00105234142392874,-0.999999523162842,-1.01814585408422e-012,-0.00185172108467668,-0.999998331069946,-3.82945086231656e-013,-0.000958327436819673,-0.999999523162842,0,-1,0,0.000103247883089352,-1,0,9.94524816633202e-005,-1,0,9.73582064034417e-005,-1,0,9.82767232926562e-005,0.0409458763897419,0.0142916766926646,-0.99905914068222,-0.041638795286417,0.0760302096605301,-0.996235728263855,-0.0325379930436611,-0.123258501291275,-0.991841077804565,-0.000364686216926202,-0.00499283941462636,-0.999987542629242,0.033445168286562,0.091808445751667,-0.995214879512787,0.000228713121032342,-0.552636802196503,0.833422183990479,-0.000169989216374233,-0.552636682987213,0.833422303199768,-0.000304706656606868,-0.552636682987213,0.833422303199768,0.000104339444078505,-0.552636682987213,0.833422243595123,0.00197311281226575,-0.552647650241852,0.833412706851959,0.000228713121032342,-0.552636802196503,0.833422183990479,0.000104339444078505,-0.552636682987213,0.833422243595123,0.00479380739852786,-0.552659928798676,0.833393096923828,0.00705473590642214,-0.552779793739319,0.833297550678253,
  511. 0.00197311281226575,-0.552647650241852,0.833412706851959,0.00479380739852786,-0.552659928798676,0.833393096923828,0.0089501217007637,-0.552813470363617,0.833256959915161,-0.99999463558197,0,0.00328234396874905,-0.99999862909317,0,0.00166732107754797,-1,0,5.80756677663885e-005,-0.999999463558197,0,0.00112832989543676,-1,0,8.10602941783145e-005,-1,0,6.3985789893195e-005,-0.999999463558197,0,0.00112832989543676,-1,0,5.80756677663885e-005,-1,0,9.932964167092e-005,-1,0,9.06959394342266e-005,-1,0,6.3985789893195e-005,-1,0,8.10602941783145e-005,-1,0,9.82767232926562e-005,-1,0,9.73582064034417e-005,-1,0,9.06959394342266e-005,-1,0,9.932964167092e-005,0.969611406326294,-0.037583976984024,0.241746038198471,0.999935269355774,-0.00289278454147279,-0.0110122114419937,0.996868848800659,0.0669921413064003,0.0420068949460983,0.99785578250885,0.0146954972296953,0.063779890537262,0.64851051568985,0.464337289333344,0.603179037570953,0.91546893119812,-0.0475624278187752,-0.399567812681198,0.926405549049377,-0.0303762182593346,0.375299870967865,0.991382718086243,0.0791407003998756,-0.104389682412148,0.91546893119812,-0.0475624278187752,-0.399567812681198,0.999700844287872,-0.00533957686275244,-0.023871336132288,0.997864127159119,-0.0415768064558506,0.0503843277692795,0.998265504837036,0.058839239180088,0.00200639688409865,0.810229659080505,-0.551058709621429,-0.199655443429947,0.997931957244873,-0.0639707073569298,0.00629338715225458,0.998265504837036,0.058839239180088,0.00200639688409865,0.997864127159119,-0.0415768064558506,0.0503843277692795,0.99823385477066,0.0127624087035656,0.0580212250351906,0.999821066856384,-6.33564777672291e-005,-0.0189181435853243,0.997869312763214,0.0528892651200294,0.0382069014012814,0.983616530895233,0.166457056999207,0.0692151412367821,0.990593314170837,0.11664567142725,-0.0715462937951088,0.996108889579773,0.0282982438802719,-0.0834642127156258,0.997931957244873,-0.0639707073569298,0.00629338715225458,0.810229659080505,-0.551058709621429,-0.199655443429947,0.938920199871063,-0.274415820837021,-0.207665368914604,
  512. 0.992312073707581,-0.0971851274371147,-0.0766275152564049,0.998955368995667,0.0148361586034298,-0.0432210750877857,0.994664669036865,0.0703793689608574,-0.0754255279898643,0.988594532012939,0.135183811187744,0.0663793087005615,0.999858677387238,0.012703524902463,0.0110194850713015,0.995993375778198,0.0582459308207035,-0.0678573176264763,0.92110002040863,-0.379847049713135,-0.0853870958089828,0.957918524742126,0.286477655172348,0.0179636683315039,0.983616530895233,0.166457056999207,0.0692151412367821,0.997869312763214,0.0528892651200294,0.0382069014012814,0.999858677387238,0.012703524902463,0.0110194850713015,0.91546893119812,-0.0475624278187752,-0.399567812681198,0.991382718086243,0.0791407003998756,-0.104389682412148,0.994584500789642,-0.0861940085887909,-0.0580714233219624,0.91546893119812,-0.0475624278187752,-0.399567812681198,0.994584500789642,-0.0861940085887909,-0.0580714233219624,0.999935269355774,-0.00289278454147279,-0.0110122114419937,0.91546893119812,-0.0475624278187752,-0.399567812681198,0.64851051568985,0.464337289333344,0.603179037570953,0.914089560508728,0.340842634439468,0.219696998596191,0.999700844287872,-0.00533957686275244,-0.023871336132288,0.9989093542099,0.00792525894939899,0.046015027910471,0.99785578250885,0.0146954972296953,0.063779890537262,0.996868848800659,0.0669921413064003,0.0420068949460983,0.983616530895233,0.166457056999207,0.0692151412367821,0.999509632587433,-0.010198000818491,-0.0296048112213612,0.996836721897125,0.0155152250081301,-0.0779477432370186,0.990593314170837,0.11664567142725,-0.0715462937951088,0.0648038908839226,0.72198885679245,0.688863337039948,0.0141176031902432,0.138764902949333,0.990224778652191,0.999864459037781,-0.0161639433354139,-0.00313813961111009,0.997349739074707,0.0220615081489086,0.0693316906690598,0.997785329818726,0.0501490421593189,-0.0436997972428799,0.999954164028168,0.00953889824450016,0.000872059259563684,0.999915301799774,0.0129660004749894,0.00111682713031769,0.99931526184082,0.0358957648277283,0.00897342711687088,0.998055756092072,-0.0105111226439476,-0.0614353157579899,
  513. 0.999864459037781,-0.0161639433354139,-0.00313813961111009,0.999954164028168,0.00953889824450016,0.000872059259563684,0.997785329818726,0.0501490421593189,-0.0436997972428799,0.99931526184082,0.0358957648277283,0.00897342711687088,0.999915301799774,0.0129660004749894,0.00111682713031769,0.999916434288025,-0.00813955627381802,-0.0100506460294127,0.998547971248627,0.0476703830063343,0.0250891204923391,0.998533725738525,0.0474579259753227,0.026044299826026,0.999821066856384,-6.33564777672291e-005,-0.0189181435853243,0.99823385477066,0.0127624087035656,0.0580212250351906,0.999079585075378,-0.0320831090211868,-0.0284742247313261,0.999028921127319,-0.0341752432286739,-0.0278091449290514,0.92110002040863,-0.379847049713135,-0.0853870958089828,0.999831676483154,-0.00846032705157995,0.0162816345691681,0.999934077262878,-0.00788640137761831,-0.00835694745182991,0.996805429458618,-0.0732200369238853,0.0319019481539726,0.999950885772705,-0.000640139682218432,0.00988897681236267,0.999761343002319,0.0186588410288095,0.0113662350922823,0.984895706176758,0.151285842061043,-0.0842201337218285,0.987962186336517,0.110949121415615,0.107801511883736,0.994664669036865,0.0703793689608574,-0.0754255279898643,0.957918524742126,0.286477655172348,0.0179636683315039,0.995160579681396,0.0937129557132721,0.0295517388731241,0.988594532012939,0.135183811187744,0.0663793087005615,0.999831676483154,-0.00846032705157995,0.0162816345691681,0.9989093542099,0.00792525894939899,0.046015027910471,0.996868848800659,0.0669921413064003,0.0420068949460983,0.999934077262878,-0.00788640137761831,-0.00835694745182991,0.999831676483154,-0.00846032705157995,0.0162816345691681,0.92110002040863,-0.379847049713135,-0.0853870958089828,0.995993375778198,0.0582459308207035,-0.0678573176264763,0.998955368995667,0.0148361586034298,-0.0432210750877857,0.999415516853333,-0.0241765771061182,-0.0241709984838963,0.999479651451111,0.0304182954132557,0.0107316905632615,0.999509632587433,-0.010198000818491,-0.0296048112213612,0.983616530895233,0.166457056999207,0.0692151412367821,
  514. 0.999858677387238,0.012703524902463,0.0110194850713015,0.988594532012939,0.135183811187744,0.0663793087005615,0.995160579681396,0.0937129557132721,0.0295517388731241,0.999761343002319,0.0186588410288095,0.0113662350922823,0.999950885772705,-0.000640139682218432,0.00988897681236267,0.996805429458618,-0.0732200369238853,0.0319019481539726,0.999934077262878,-0.00788640137761831,-0.00835694745182991,0.999864459037781,-0.0161639433354139,-0.00313813961111009,0.998055756092072,-0.0105111226439476,-0.0614353157579899,0.999971270561218,0.00540177989751101,0.00531316827982664,0.997349739074707,0.0220615081489086,0.0693316906690598,0.999954164028168,0.00953889824450016,0.000872059259563684,0.017698597162962,-0.802685081958771,0.596140444278717,0.0608391799032688,-0.938557207584381,-0.339719086885452,0.999915301799774,0.0129660004749894,0.00111682713031769,0.999864459037781,-0.0161639433354139,-0.00313813961111009,0.0141176031902432,0.138764902949333,0.990224778652191,0.017698597162962,-0.802685081958771,0.596140444278717,0.999954164028168,0.00953889824450016,0.000872059259563684,0.999915301799774,0.0129660004749894,0.00111682713031769,0.0608391799032688,-0.938557207584381,-0.339719086885452,0.0247263684868813,-0.832097172737122,-0.554078459739685,0.999916434288025,-0.00813955627381802,-0.0100506460294127,0.99823385477066,0.0127624087035656,0.0580212250351906,0.997869312763214,0.0528892651200294,0.0382069014012814,0.996108889579773,0.0282982438802719,-0.0834642127156258,0.999079585075378,-0.0320831090211868,-0.0284742247313261,0.997864127159119,-0.0415768064558506,0.0503843277692795,0.999858677387238,0.012703524902463,0.0110194850713015,0.997869312763214,0.0528892651200294,0.0382069014012814,0.99823385477066,0.0127624087035656,0.0580212250351906,0.999858677387238,0.012703524902463,0.0110194850713015,0.997864127159119,-0.0415768064558506,0.0503843277692795,0.997931957244873,-0.0639707073569298,0.00629338715225458,0.998955368995667,0.0148361586034298,-0.0432210750877857,0.998955368995667,0.0148361586034298,-0.0432210750877857,
  515. 0.997931957244873,-0.0639707073569298,0.00629338715225458,0.992312073707581,-0.0971851274371147,-0.0766275152564049,0.999415516853333,-0.0241765771061182,-0.0241709984838963,0.998055756092072,-0.0105111226439476,-0.0614353157579899,0.999821066856384,-6.33564777672291e-005,-0.0189181435853243,0.999028921127319,-0.0341752432286739,-0.0278091449290514,0.999971270561218,0.00540177989751101,0.00531316827982664,0.999821066856384,-6.33564777672291e-005,-0.0189181435853243,0.998055756092072,-0.0105111226439476,-0.0614353157579899,0.997785329818726,0.0501490421593189,-0.0436997972428799,0.998265504837036,0.058839239180088,0.00200639688409865,0.998265504837036,0.058839239180088,0.00200639688409865,0.997785329818726,0.0501490421593189,-0.0436997972428799,0.99931526184082,0.0358957648277283,0.00897342711687088,0.810229659080505,-0.551058709621429,-0.199655443429947,0.810229659080505,-0.551058709621429,-0.199655443429947,0.99931526184082,0.0358957648277283,0.00897342711687088,0.998533725738525,0.0474579259753227,0.026044299826026,0.998533725738525,0.0474579259753227,0.026044299826026,0.998547971248627,0.0476703830063343,0.0250891204923391,0.413924425840378,0.741441786289215,0.528138995170593,0.810229659080505,-0.551058709621429,-0.199655443429947,0.998533725738525,0.0474579259753227,0.026044299826026,0.413924425840378,0.741441786289215,0.528138995170593,0.938920199871063,-0.274415820837021,-0.207665368914604,0.998955368995667,0.0148361586034298,-0.0432210750877857,0.999479651451111,0.0304182954132557,0.0107316905632615,0.99984347820282,0.016313012689352,-0.00685405917465687,0.995993375778198,0.0582459308207035,-0.0678573176264763,0.994664669036865,0.0703793689608574,-0.0754255279898643,0.999761343002319,0.0186588410288095,0.0113662350922823,0.994584500789642,-0.0861940085887909,-0.0580714233219624,0.991382718086243,0.0791407003998756,-0.104389682412148,0.984895706176758,0.151285842061043,-0.0842201337218285,0.999935269355774,-0.00289278454147279,-0.0110122114419937,0.994584500789642,-0.0861940085887909,-0.0580714233219624,0.999761343002319,0.0186588410288095,0.0113662350922823,
  516. 0.999934077262878,-0.00788640137761831,-0.00835694745182991,0.996868848800659,0.0669921413064003,0.0420068949460983,0.999509632587433,-0.010198000818491,-0.0296048112213612,0.999950885772705,-0.000640139682218432,0.00988897681236267,0.987962186336517,0.110949121415615,0.107801511883736,0.996836721897125,0.0155152250081301,-0.0779477432370186,0.999950885772705,-0.000640139682218432,0.00988897681236267,0.999509632587433,-0.010198000818491,-0.0296048112213612,0.995160579681396,0.0937129557132721,0.0295517388731241,0.996805429458618,-0.0732200369238853,0.0319019481539726,0.957918524742126,0.286477655172348,0.0179636683315039,0.92110002040863,-0.379847049713135,-0.0853870958089828,0.996805429458618,-0.0732200369238853,0.0319019481539726,0.995160579681396,0.0937129557132721,0.0295517388731241,0.995993375778198,0.0582459308207035,-0.0678573176264763,0.957918524742126,0.286477655172348,0.0179636683315039,0.994664669036865,0.0703793689608574,-0.0754255279898643,0.9989093542099,0.00792525894939899,0.046015027910471,0.998458981513977,-0.0528640598058701,-0.0168830342590809,0.99785578250885,0.0146954972296953,0.063779890537262,0.99984347820282,0.016313012689352,-0.00685405917465687,0.99942535161972,0.0337930805981159,0.00264867418445647,0.9989093542099,0.00792525894939899,0.046015027910471,0.999831676483154,-0.00846032705157995,0.0162816345691681,0.995993375778198,0.0582459308207035,-0.0678573176264763,0.0311238095164299,0.482755184173584,-0.875202119350433,-0.014323253184557,0.482110768556595,-0.875993132591248,0.00345529057085514,0.481452018022537,-0.876465618610382,-0.0188176222145557,0.483597069978714,-0.875088512897491,-0.0158312767744064,0.485722869634628,-0.873969554901123,-0.0058056372217834,0.48291352391243,-0.87564879655838,0.99916011095047,-0.0314592346549034,-0.0262567885220051,0.999901413917542,-0.0137287741526961,0.00297838775441051,0.998980641365051,-0.0183780789375305,0.0412304513156414,0.998980641365051,-0.0183780789375305,0.0412304513156414,0.587171912193298,0.0797097235918045,-0.805528104305267,0.99916011095047,-0.0314592346549034,-0.0262567885220051,
  517. 0.998245477676392,0.0298545006662607,0.0511347539722919,0.999486029148102,-0.0316151045262814,-0.0053226319141686,0.943628191947937,-0.0259436927735806,0.329989105463028,0.997843444347382,-0.0447668135166168,-0.0480038300156593,0.998070359230042,-0.0620171092450619,-0.00307026458904147,0.810421705245972,-0.550948739051819,0.199178904294968,0.998189210891724,0.060076043009758,-0.00304265879094601,0.998189210891724,0.060076043009758,-0.00304265879094601,0.999822378158569,-0.000124707803479396,0.0188452117145061,0.998213708400726,0.0133443661034107,-0.0582353174686432,0.997843444347382,-0.0447668135166168,-0.0480038300156593,0.998454809188843,0.043497372418642,-0.0345847718417645,0.996456503868103,0.0259294118732214,0.0800129696726799,0.990516424179077,0.117003589868546,0.072024792432785,0.984981596469879,0.15954153239727,-0.0660139173269272,0.998070359230042,-0.0620171092450619,-0.00307026458904147,0.992304146289825,-0.0971843674778938,0.0767305195331573,0.938689291477203,-0.274395823478699,0.208732753992081,0.810421705245972,-0.550948739051819,0.199178904294968,0.998741567134857,0.0172406360507011,0.0470969788730145,0.999899744987488,0.0105891283601522,-0.00940543878823519,0.988086819648743,0.13791449368,-0.0682948976755142,0.994470119476318,0.0713954940438271,0.0770191103219986,0.995676279067993,0.0641816556453705,0.0671529397368431,0.958066701889038,0.285780608654022,-0.0209210682660341,0.921104073524475,-0.379801243543625,0.085547499358654,0.984981596469879,0.15954153239727,-0.0660139173269272,0.999899744987488,0.0105891283601522,-0.00940543878823519,0.998454809188843,0.043497372418642,-0.0345847718417645,0.943628191947937,-0.0259436927735806,0.329989105463028,0.991527318954468,-0.119417898356915,0.0511171370744705,0.998245477676392,0.0298545006662607,0.0511347539722919,0.943628191947937,-0.0259436927735806,0.329989105463028,0.998980641365051,-0.0183780789375305,0.0412304513156414,0.991527318954468,-0.119417898356915,0.0511171370744705,0.943628191947937,-0.0259436927735806,0.329989105463028,0.999486029148102,-0.0316151045262814,-0.0053226319141686,
  518. 0.88267308473587,0.398716896772385,-0.248823225498199,0.587171912193298,0.0797097235918045,-0.805528104305267,0.999403834342957,0.0342249721288681,0.00453508412465453,0.999901413917542,-0.0137287741526961,0.00297838775441051,0.99916011095047,-0.0314592346549034,-0.0262567885220051,0.984981596469879,0.15954153239727,-0.0660139173269272,0.990516424179077,0.117003589868546,0.072024792432785,0.997290849685669,0.0119294095784426,0.0725867077708244,0.999083876609802,-0.023595379665494,0.0357027053833008,0.0646514743566513,0.712809503078461,-0.698371589183807,0.997128486633301,0.0193144325166941,-0.0732244402170181,0.999969601631165,-0.007808574475348,8.41782966745086e-005,0.0141624957323074,0.134042993187904,-0.990874409675598,0.99774569272995,0.052078228443861,0.0423273891210556,0.999330580234528,0.0352574475109577,-0.00976112298667431,0.999926269054413,0.0118399849161506,-0.00270459498278797,0.999955892562866,0.00936754792928696,-0.000748288061004132,0.997928619384766,-0.0141600519418716,0.0627537220716476,0.99774569272995,0.052078228443861,0.0423273891210556,0.999955892562866,0.00936754792928696,-0.000748288061004132,0.999969601631165,-0.007808574475348,8.41782966745086e-005,0.999330580234528,0.0352574475109577,-0.00976112298667431,0.998534977436066,0.0474251881241798,-0.0260541364550591,0.998474657535553,0.047666322439909,-0.0278656613081694,0.999921679496765,-0.00813952460885048,0.00950855389237404,0.999926269054413,0.0118399849161506,-0.00270459498278797,0.999822378158569,-0.000124707803479396,0.0188452117145061,0.999029338359833,-0.0341218337416649,0.0278580002486706,0.99903404712677,-0.0287514477968216,0.0332327149808407,0.998213708400726,0.0133443661034107,-0.0582353174686432,0.921104073524475,-0.379801243543625,0.085547499358654,0.996865153312683,-0.0719188079237938,-0.0329808257520199,0.999470114707947,-0.0325507447123528,-0.000361716403858736,0.999347925186157,0.0286087393760681,0.0220335256308317,0.999919354915619,-0.0119642438367009,-0.00425993837416172,0.987445592880249,0.0997725874185562,-0.122460812330246,
  519. 0.989014267921448,0.126575157046318,0.076351173222065,0.999507904052734,-0.0039271367713809,-0.0311226472258568,0.994470119476318,0.0713954940438271,0.0770191103219986,0.988086819648743,0.13791449368,-0.0682948976755142,0.994830906391144,0.0965861827135086,-0.031345508992672,0.958066701889038,0.285780608654022,-0.0209210682660341,0.999347925186157,0.0286087393760681,0.0220335256308317,0.999470114707947,-0.0325507447123528,-0.000361716403858736,0.999901413917542,-0.0137287741526961,0.00297838775441051,0.999403834342957,0.0342249721288681,0.00453508412465453,0.999347925186157,0.0286087393760681,0.0220335256308317,0.995676279067993,0.0641816556453705,0.0671529397368431,0.921104073524475,-0.379801243543625,0.085547499358654,0.998741567134857,0.0172406360507011,0.0470969788730145,0.999471962451935,0.0304180439561605,-0.0114246094599366,0.999438047409058,-0.0241768937557936,0.023219196125865,0.999083876609802,-0.023595379665494,0.0357027053833008,0.994830906391144,0.0965861827135086,-0.031345508992672,0.988086819648743,0.13791449368,-0.0682948976755142,0.999899744987488,0.0105891283601522,-0.00940543878823519,0.984981596469879,0.15954153239727,-0.0660139173269272,0.999507904052734,-0.0039271367713809,-0.0311226472258568,0.999470114707947,-0.0325507447123528,-0.000361716403858736,0.996865153312683,-0.0719188079237938,-0.0329808257520199,0.999919354915619,-0.0119642438367009,-0.00425993837416172,0.999969601631165,-0.007808574475348,8.41782966745086e-005,0.997128486633301,0.0193144325166941,-0.0732244402170181,0.999908804893494,-0.0003016474947799,-0.0135057549923658,0.997928619384766,-0.0141600519418716,0.0627537220716476,0.999955892562866,0.00936754792928696,-0.000748288061004132,0.999926269054413,0.0118399849161506,-0.00270459498278797,0.0608301758766174,-0.939108669757843,0.338193237781525,0.0177236907184124,-0.801367521286011,-0.597909688949585,0.999969601631165,-0.007808574475348,8.41782966745086e-005,0.999955892562866,0.00936754792928696,-0.000748288061004132,0.0177236907184124,-0.801367521286011,-0.597909688949585,
  520. 0.0141624957323074,0.134042993187904,-0.990874409675598,0.999926269054413,0.0118399849161506,-0.00270459498278797,0.999921679496765,-0.00813952460885048,0.00950855389237404,0.0247269477695227,-0.832210659980774,0.553908050060272,0.0608301758766174,-0.939108669757843,0.338193237781525,0.998213708400726,0.0133443661034107,-0.0582353174686432,0.99903404712677,-0.0287514477968216,0.0332327149808407,0.996456503868103,0.0259294118732214,0.0800129696726799,0.998454809188843,0.043497372418642,-0.0345847718417645,0.997843444347382,-0.0447668135166168,-0.0480038300156593,0.998213708400726,0.0133443661034107,-0.0582353174686432,0.998454809188843,0.043497372418642,-0.0345847718417645,0.999899744987488,0.0105891283601522,-0.00940543878823519,0.999899744987488,0.0105891283601522,-0.00940543878823519,0.998741567134857,0.0172406360507011,0.0470969788730145,0.998070359230042,-0.0620171092450619,-0.00307026458904147,0.997843444347382,-0.0447668135166168,-0.0480038300156593,0.998741567134857,0.0172406360507011,0.0470969788730145,0.999438047409058,-0.0241768937557936,0.023219196125865,0.992304146289825,-0.0971843674778938,0.0767305195331573,0.998070359230042,-0.0620171092450619,-0.00307026458904147,0.997928619384766,-0.0141600519418716,0.0627537220716476,0.999908804893494,-0.0003016474947799,-0.0135057549923658,0.999029338359833,-0.0341218337416649,0.0278580002486706,0.999822378158569,-0.000124707803479396,0.0188452117145061,0.999822378158569,-0.000124707803479396,0.0188452117145061,0.998189210891724,0.060076043009758,-0.00304265879094601,0.99774569272995,0.052078228443861,0.0423273891210556,0.997928619384766,-0.0141600519418716,0.0627537220716476,0.998189210891724,0.060076043009758,-0.00304265879094601,0.810421705245972,-0.550948739051819,0.199178904294968,0.999330580234528,0.0352574475109577,-0.00976112298667431,0.99774569272995,0.052078228443861,0.0423273891210556,0.810421705245972,-0.550948739051819,0.199178904294968,0.998534977436066,0.0474251881241798,-0.0260541364550591,0.999330580234528,0.0352574475109577,-0.00976112298667431,
  521. 0.998534977436066,0.0474251881241798,-0.0260541364550591,0.413649767637253,0.740864455699921,-0.529163300991058,0.998474657535553,0.047666322439909,-0.0278656613081694,0.810421705245972,-0.550948739051819,0.199178904294968,0.938689291477203,-0.274395823478699,0.208732753992081,0.413649767637253,0.740864455699921,-0.529163300991058,0.998534977436066,0.0474251881241798,-0.0260541364550591,0.998741567134857,0.0172406360507011,0.0470969788730145,0.994470119476318,0.0713954940438271,0.0770191103219986,0.995676279067993,0.0641816556453705,0.0671529397368431,0.999862790107727,0.0162834376096725,0.00307232467457652,0.999471962451935,0.0304180439561605,-0.0114246094599366,0.999507904052734,-0.0039271367713809,-0.0311226472258568,0.989014267921448,0.126575157046318,0.076351173222065,0.998245477676392,0.0298545006662607,0.0511347539722919,0.991527318954468,-0.119417898356915,0.0511171370744705,0.998980641365051,-0.0183780789375305,0.0412304513156414,0.999901413917542,-0.0137287741526961,0.00297838775441051,0.999470114707947,-0.0325507447123528,-0.000361716403858736,0.999507904052734,-0.0039271367713809,-0.0311226472258568,0.991527318954468,-0.119417898356915,0.0511171370744705,0.999083876609802,-0.023595379665494,0.0357027053833008,0.997290849685669,0.0119294095784426,0.0725867077708244,0.987445592880249,0.0997725874185562,-0.122460812330246,0.999919354915619,-0.0119642438367009,-0.00425993837416172,0.999919354915619,-0.0119642438367009,-0.00425993837416172,0.996865153312683,-0.0719188079237938,-0.0329808257520199,0.994830906391144,0.0965861827135086,-0.031345508992672,0.999083876609802,-0.023595379665494,0.0357027053833008,0.958066701889038,0.285780608654022,-0.0209210682660341,0.994830906391144,0.0965861827135086,-0.031345508992672,0.996865153312683,-0.0719188079237938,-0.0329808257520199,0.921104073524475,-0.379801243543625,0.085547499358654,0.995676279067993,0.0641816556453705,0.0671529397368431,0.994470119476318,0.0713954940438271,0.0770191103219986,0.958066701889038,0.285780608654022,-0.0209210682660341,0.945154368877411,0.27405110001564,-0.177705600857735,
  522. 0.999384999275208,0.0338588207960129,-0.00913301669061184,0.999403834342957,0.0342249721288681,0.00453508412465453,0.997408390045166,-0.0719252228736877,-0.00181439146399498,0.999384999275208,0.0338588207960129,-0.00913301669061184,0.999862790107727,0.0162834376096725,0.00307232467457652,0.995676279067993,0.0641816556453705,0.0671529397368431,0.999347925186157,0.0286087393760681,0.0220335256308317,0.999403834342957,0.0342249721288681,0.00453508412465453,-0.0142568126320839,0.479726135730743,0.877302467823029,0.0312499664723873,0.484717786312103,0.87411230802536,-0.00618959404528141,0.478056520223618,0.878307282924652,-0.0158620588481426,0.478098392486572,0.878162980079651,-0.0188169330358505,0.476270288228989,0.879097580909729,0.00396596640348434,0.474559873342514,0.880214333534241,0.0536505803465843,0.832166612148285,-0.551924228668213,0.997412145137787,0.0577396228909492,-0.0428386926651001,0.997128486633301,0.0193144325166941,-0.0732244402170181,0.0646514743566513,0.712809503078461,-0.698371589183807,0.0129951732233167,0.665898025035858,-0.745929598808289,0.483329951763153,0.785962402820587,0.38555845618248,-0.0354894399642944,0.777865171432495,0.627428412437439,0.0125804143026471,-0.15124686062336,0.988416016101837,0.00516336830332875,0.584096014499664,-0.811668157577515,0.233398050069809,0.760923206806183,-0.605409979820251,0.483329951763153,0.785962402820587,0.38555845618248,0.0129951732233167,0.665898025035858,-0.745929598808289,-0.0727596431970596,0.558441758155823,-0.826346755027771,0.233398050069809,0.760923206806183,-0.605409979820251,-0.0113878352567554,0.541051805019379,-0.840912222862244,-0.735559642314911,0.677416741847992,-0.00765827298164368,-0.402641952037811,0.84379255771637,0.354814976453781,0.0430728197097778,0.552278578281403,-0.832546234130859,0.0163139421492815,0.602516233921051,-0.797939896583557,-0.235561072826386,-0.512180030345917,0.825943529605865,0.0729492008686066,-0.543789446353912,0.836045145988464,-0.11838673055172,0.822009325027466,0.557032525539398,-0.166708797216415,0.797590315341949,0.579704940319061,
  523. -0.018457779660821,-0.55548483133316,0.831321775913239,-0.0298033468425274,-0.258386641740799,0.965581834316254,0.0875053256750107,-0.21246400475502,0.973242938518524,-0.014534461311996,0.116382397711277,-0.993098139762878,0.0182373560965061,0.511199235916138,-0.859268724918365,-0.0282816980034113,0.356149524450302,-0.934000968933105,0.00140470080077648,0.53596693277359,-0.844237864017487,0.00516336830332875,0.584096014499664,-0.811668157577515,0.0129951732233167,0.665898025035858,-0.745929598808289,-0.402641952037811,0.84379255771637,0.354814976453781,-0.735559642314911,0.677416741847992,-0.00765827298164368,-0.779743850231171,0.613484144210815,0.125047668814659,-0.166708797216415,0.797590315341949,0.579704940319061,0.233398050069809,0.760923206806183,-0.605409979820251,-0.0727596431970596,0.558441758155823,-0.826346755027771,0.144504010677338,0.894947171211243,0.422123491764069,0.233398050069809,0.760923206806183,-0.605409979820251,0.144504010677338,0.894947171211243,0.422123491764069,0.483329951763153,0.785962402820587,0.38555845618248,0.233398050069809,0.760923206806183,-0.605409979820251,0.00516336830332875,0.584096014499664,-0.811668157577515,0.00140470080077648,0.53596693277359,-0.844237864017487,-0.0113878352567554,0.541051805019379,-0.840912222862244,0.0489368177950382,-0.528181552886963,0.847720146179199,0.0125804143026471,-0.15124686062336,0.988416016101837,-0.0354894399642944,0.777865171432495,0.627428412437439,-0.402641952037811,0.84379255771637,0.354814976453781,0.456307888031006,0.805397927761078,0.378308802843094,0.103096194565296,0.543938100337982,-0.832767963409424,0.0430728197097778,0.552278578281403,-0.832546234130859,-0.0298033468425274,-0.258386641740799,0.965581834316254,-0.290878981351852,-0.508905589580536,0.810187935829163,0.244782403111458,0.751474320888519,0.612672924995422,-0.00278360024094582,0.770605504512787,0.637306451797485,-0.110205553472042,0.890603601932526,0.441225737333298,-0.293734729290009,0.874251127243042,0.386529356241226,-0.0563871562480927,0.555348217487335,-0.829704105854034,
  524. -0.0159367881715298,0.544279813766479,-0.838752388954163,0.0729492008686066,-0.543789446353912,0.836045145988464,0.0875053256750107,-0.21246400475502,0.973242938518524,-0.0686864480376244,0.853112041950226,0.517186760902405,-0.11838673055172,0.822009325027466,0.557032525539398,-0.290878981351852,-0.508905589580536,0.810187935829163,0.0489368177950382,-0.528181552886963,0.847720146179199,-0.0354894399642944,0.777865171432495,0.627428412437439,0.244782403111458,0.751474320888519,0.612672924995422,-0.290878981351852,-0.508905589580536,0.810187935829163,-0.0298033468425274,-0.258386641740799,0.965581834316254,-0.018457779660821,-0.55548483133316,0.831321775913239,-0.235561072826386,-0.512180030345917,0.825943529605865,-0.952546119689941,-0.279312402009964,0.120998151600361,-0.478503048419952,0.0419319309294224,0.877084195613861,0.456307888031006,0.805397927761078,0.378308802843094,-0.402641952037811,0.84379255771637,0.354814976453781,-0.166708797216415,0.797590315341949,0.579704940319061,-0.11838673055172,0.822009325027466,0.557032525539398,-0.0686864480376244,0.853112041950226,0.517186760902405,-0.293734729290009,0.874251127243042,0.386529356241226,-0.110205553472042,0.890603601932526,0.441225737333298,-0.00278360024094582,0.770605504512787,0.637306451797485,0.244782403111458,0.751474320888519,0.612672924995422,-0.235561072826386,-0.512180030345917,0.825943529605865,-0.478503048419952,0.0419319309294224,0.877084195613861,0.0130580998957157,-0.000481129711261019,0.999914646148682,-0.018457779660821,-0.55548483133316,0.831321775913239,0.0729492008686066,-0.543789446353912,0.836045145988464,-0.293734729290009,0.874251127243042,0.386529356241226,0.144504010677338,0.894947171211243,0.422123491764069,-0.0727596431970596,0.558441758155823,-0.826346755027771,-0.0563871562480927,0.555348217487335,-0.829704105854034,0.483329951763153,0.785962402820587,0.38555845618248,0.144504010677338,0.894947171211243,0.422123491764069,-0.293734729290009,0.874251127243042,0.386529356241226,0.244782403111458,0.751474320888519,0.612672924995422,
  525. -0.0354894399642944,0.777865171432495,0.627428412437439,0.456307888031006,0.805397927761078,0.378308802843094,-0.110205553472042,0.890603601932526,0.441225737333298,-0.0159367881715298,0.544279813766479,-0.838752388954163,0.103096194565296,0.543938100337982,-0.832767963409424,-0.110205553472042,0.890603601932526,0.441225737333298,0.456307888031006,0.805397927761078,0.378308802843094,-0.0686864480376244,0.853112041950226,0.517186760902405,-0.00278360024094582,0.770605504512787,0.637306451797485,0.0875053256750107,-0.21246400475502,0.973242938518524,-0.0298033468425274,-0.258386641740799,0.965581834316254,-0.00278360024094582,0.770605504512787,0.637306451797485,-0.0686864480376244,0.853112041950226,0.517186760902405,-0.018457779660821,-0.55548483133316,0.831321775913239,0.0875053256750107,-0.21246400475502,0.973242938518524,0.0729492008686066,-0.543789446353912,0.836045145988464,-0.0282816980034113,0.356149524450302,-0.934000968933105,0.062049888074398,0.512911260128021,-0.856196284294128,-0.0113878352567554,0.541051805019379,-0.840912222862244,0.00140470080077648,0.53596693277359,-0.844237864017487,-0.221768274903297,-0.0123411072418094,0.975021302700043,-0.0155704682692885,-0.436458915472031,0.899589419364929,0.0125804143026471,-0.15124686062336,0.988416016101837,0.0489368177950382,-0.528181552886963,0.847720146179199,0.0130580998957157,-0.000481129711261019,0.999914646148682,-0.221768274903297,-0.0123411072418094,0.975021302700043,0.0489368177950382,-0.528181552886963,0.847720146179199,-0.290878981351852,-0.508905589580536,0.810187935829163,-0.018457779660821,-0.55548483133316,0.831321775913239,0.0130390729755163,0.66400009393692,0.747618913650513,0.013837187550962,-0.128675505518913,-0.991590201854706,-0.0314555913209915,0.777990639209747,-0.627488017082214,0.484593600034714,0.785324931144714,-0.385271102190018,0.00509042060002685,0.588595747947693,0.808411538600922,0.0130390729755163,0.66400009393692,0.747618913650513,0.484593600034714,0.785324931144714,-0.385271102190018,0.231237918138504,0.762043535709381,0.604829490184784,
  526. -0.0739426389336586,0.558701455593109,0.826066076755524,-0.0221278853714466,0.541656136512756,0.840308845043182,0.231237918138504,0.762043535709381,0.604829490184784,0.0561398714780808,0.698810696601868,0.71310031414032,0.0324494279921055,0.552702963352203,0.83274632692337,-0.267014354467392,0.878673195838928,-0.395773500204086,-0.2054483294487,-0.516477704048157,-0.831289172172546,-0.297219187021255,0.775143682956696,-0.557506144046783,-0.0857417434453964,0.819717586040497,-0.566313862800598,0.10366752743721,-0.544721305370331,-0.832184910774231,-0.0173006169497967,-0.555843234062195,-0.831107199192047,0.0925910249352455,-0.211058020591736,-0.973078370094299,-0.0252081714570522,-0.260181933641434,-0.965230584144592,-0.0145643251016736,0.115640364587307,0.993184447288513,0.0130390729755163,0.66400009393692,0.747618913650513,0.00509042060002685,0.588595747947693,0.808411538600922,0.000298386468784884,0.550382375717163,0.834912776947021,-0.0387663431465626,0.488365471363068,0.871777832508087,0.0181636288762093,0.508994042873383,0.86057847738266,-0.267014354467392,0.878673195838928,-0.395773500204086,-0.297219187021255,0.775143682956696,-0.557506144046783,0.0561398714780808,0.698810696601868,0.71310031414032,0.231237918138504,0.762043535709381,0.604829490184784,0.143032789230347,0.895094275474548,-0.422312498092651,-0.0739426389336586,0.558701455593109,0.826066076755524,0.231237918138504,0.762043535709381,0.604829490184784,0.484593600034714,0.785324931144714,-0.385271102190018,0.143032789230347,0.895094275474548,-0.422312498092651,0.231237918138504,0.762043535709381,0.604829490184784,-0.0221278853714466,0.541656136512756,0.840308845043182,0.000298386468784884,0.550382375717163,0.834912776947021,0.00509042060002685,0.588595747947693,0.808411538600922,0.0595233365893364,-0.527768075466156,-0.847300350666046,-0.0314555913209915,0.777990639209747,-0.627488017082214,0.013837187550962,-0.128675505518913,-0.991590201854706,-0.267014354467392,0.878673195838928,-0.395773500204086,0.0324494279921055,0.552702963352203,0.83274632692337,
  527. 0.108270928263664,0.543354868888855,0.832492053508759,0.459257900714874,0.793890595436096,-0.398522287607193,-0.0252081714570522,-0.260181933641434,-0.965230584144592,0.000250190496444702,0.770419001579285,-0.637537837028503,0.245402202010155,0.751309990882874,-0.612626314163208,-0.289745151996613,-0.509401381015778,-0.810282766819,-0.107445254921913,0.890861093997955,-0.441386640071869,-0.00874742865562439,0.545483648777008,0.838075816631317,-0.0570358410477638,0.555584251880646,0.829501807689667,-0.292874187231064,0.874477744102478,-0.386669516563416,0.10366752743721,-0.544721305370331,-0.832184910774231,-0.0857417434453964,0.819717586040497,-0.566313862800598,-0.0648507550358772,0.841679155826569,-0.536069631576538,0.0925910249352455,-0.211058020591736,-0.973078370094299,-0.289745151996613,-0.509401381015778,-0.810282766819,0.245402202010155,0.751309990882874,-0.612626314163208,-0.0314555913209915,0.777990639209747,-0.627488017082214,0.0595233365893364,-0.527768075466156,-0.847300350666046,-0.289745151996613,-0.509401381015778,-0.810282766819,-0.0173006169497967,-0.555843234062195,-0.831107199192047,-0.0252081714570522,-0.260181933641434,-0.965230584144592,-0.2054483294487,-0.516477704048157,-0.831289172172546,-0.48877215385437,0.0427684895694256,-0.871362507343292,-0.95282244682312,-0.290593862533569,-0.0876622274518013,0.459257900714874,0.793890595436096,-0.398522287607193,-0.0648507550358772,0.841679155826569,-0.536069631576538,-0.0857417434453964,0.819717586040497,-0.566313862800598,-0.297219187021255,0.775143682956696,-0.557506144046783,-0.267014354467392,0.878673195838928,-0.395773500204086,-0.292874187231064,0.874477744102478,-0.386669516563416,0.245402202010155,0.751309990882874,-0.612626314163208,0.000250190496444702,0.770419001579285,-0.637537837028503,-0.107445254921913,0.890861093997955,-0.441386640071869,-0.2054483294487,-0.516477704048157,-0.831289172172546,0.10366752743721,-0.544721305370331,-0.832184910774231,-0.0173006169497967,-0.555843234062195,-0.831107199192047,0.0130194341763854,-0.000421295175328851,-0.999915182590485,
  528. -0.48877215385437,0.0427684895694256,-0.871362507343292,-0.292874187231064,0.874477744102478,-0.386669516563416,-0.0570358410477638,0.555584251880646,0.829501807689667,-0.0739426389336586,0.558701455593109,0.826066076755524,0.143032789230347,0.895094275474548,-0.422312498092651,0.484593600034714,0.785324931144714,-0.385271102190018,-0.0314555913209915,0.777990639209747,-0.627488017082214,0.245402202010155,0.751309990882874,-0.612626314163208,-0.292874187231064,0.874477744102478,-0.386669516563416,0.143032789230347,0.895094275474548,-0.422312498092651,0.459257900714874,0.793890595436096,-0.398522287607193,0.108270928263664,0.543354868888855,0.832492053508759,-0.00874742865562439,0.545483648777008,0.838075816631317,-0.107445254921913,0.890861093997955,-0.441386640071869,-0.107445254921913,0.890861093997955,-0.441386640071869,0.000250190496444702,0.770419001579285,-0.637537837028503,-0.0648507550358772,0.841679155826569,-0.536069631576538,0.459257900714874,0.793890595436096,-0.398522287607193,0.0925910249352455,-0.211058020591736,-0.973078370094299,-0.0648507550358772,0.841679155826569,-0.536069631576538,0.000250190496444702,0.770419001579285,-0.637537837028503,-0.0252081714570522,-0.260181933641434,-0.965230584144592,-0.0173006169497967,-0.555843234062195,-0.831107199192047,0.10366752743721,-0.544721305370331,-0.832184910774231,0.0925910249352455,-0.211058020591736,-0.973078370094299,-0.0146879060193896,-0.411577433347702,-0.911256432533264,-0.212047845125198,-0.0118630016222596,-0.977187395095825,0.0595233365893364,-0.527768075466156,-0.847300350666046,0.013837187550962,-0.128675505518913,-0.991590201854706,-0.212047845125198,-0.0118630016222596,-0.977187395095825,0.0130194341763854,-0.000421295175328851,-0.999915182590485,-0.0173006169497967,-0.555843234062195,-0.831107199192047,-0.289745151996613,-0.509401381015778,-0.810282766819,0.0595233365893364,-0.527768075466156,-0.847300350666046,0.997408390045166,-0.0719252228736877,-0.00181439146399498,0.999403834342957,0.0342249721288681,0.00453508412465453,0.99916011095047,-0.0314592346549034,-0.0262567885220051,
  529. 0.99942535161972,0.0337930805981159,0.00264867418445647,0.937979400157928,0.291507333517075,0.18766525387764,0.998458981513977,-0.0528640598058701,-0.0168830342590809,0.9989093542099,0.00792525894939899,0.046015027910471,0.926405549049377,-0.0303762182593346,0.375299870967865,0.91546893119812,-0.0475624278187752,-0.399567812681198,0.999935269355774,-0.00289278454147279,-0.0110122114419937,0.969611406326294,-0.037583976984024,0.241746038198471,0.587171912193298,0.0797097235918045,-0.805528104305267,0.998980641365051,-0.0183780789375305,0.0412304513156414,0.943628191947937,-0.0259436927735806,0.329989105463028,0.99738335609436,0.0658664554357529,0.0298032090067863,0.0616148039698601,0.95570170879364,0.287815898656845,0.0648038908839226,0.72198885679245,0.688863337039948,0.997349739074707,0.0220615081489086,0.0693316906690598,-0.0402084439992905,0.519193172454834,0.85371059179306,-0.0387663431465626,0.488365471363068,0.871777832508087,0.000298386468784884,0.550382375717163,0.834912776947021,-0.0221278853714466,0.541656136512756,0.840308845043182,0.999541044235229,0.020378153771162,-0.0224143620580435,0.999645829200745,0.0184078644961119,0.0192233249545097,0.996435165405273,0.0843626484274864,-1.4714898497914e-005,0.99738335609436,0.0658664554357529,0.0298032090067863,0.953714370727539,-0.154148757457733,-0.258199512958527,0.999541044235229,0.020378153771162,-0.0224143620580435,0.995375514030457,-0.0939531624317169,0.0200114361941814,0.986111760139465,-0.137684613466263,-0.0928793177008629,0.986111760139465,-0.137684613466263,-0.0928793177008629,0.995375514030457,-0.0939531624317169,0.0200114361941814,0.998149037361145,-0.0578019097447395,0.0189055372029543,0.993708252906799,0.0217218864709139,0.109873197972775,0.701568603515625,-0.18439581990242,-0.688331186771393,-0.00130959588568658,0.517577707767487,-0.855635166168213,0.0270716231316328,0.508704304695129,-0.860515594482422,0.852825820446014,-0.286356061697006,-0.436678826808929,0.966959834098816,0.254554957151413,0.0137980114668608,0.949113786220551,0.314912766218185,-0.00360399438068271,
  530. 0.981601417064667,-0.118584528565407,-0.14965483546257,0.99868506193161,-0.00126949686091393,-0.0512492991983891,0.99868506193161,-0.00126949686091393,-0.0512492991983891,0.998824000358582,-0.0432782843708992,-0.0218551829457283,0.9987673163414,0.0496147125959396,-0.00153217650949955,0.998241662979126,0.0490862019360065,0.0332307182252407,0.977588951587677,0.189051911234856,0.0926248952746391,0.977380454540253,0.196321740746498,-0.0786469355225563,0.925713121891022,-0.208405956625938,-0.315630048513412,0.998653769493103,0.0076672937721014,-0.0513022840023041,0.977380454540253,0.196321740746498,-0.0786469355225563,0.977588951587677,0.189051911234856,0.0926248952746391,0.998241662979126,0.0490862019360065,0.0332307182252407,0.984118342399597,0.124769672751427,0.126268342137337,0.999148488044739,-0.037370603531599,0.0174890048801899,0.999647617340088,-0.0265490300953388,3.08826611217228e-006,0.998932600021362,-0.0461923070251942,8.05966556072235e-006,0.998149037361145,-0.0578019097447395,0.0189055372029543,0.999647617340088,-0.0265490300953388,3.08826611217228e-006,0.999148488044739,-0.037370603531599,0.0174890048801899,0.99861341714859,0.036960806697607,0.0374866314232349,0.983756124973297,0.131262511014938,0.122450456023216,0.998182773590088,0.0272279102355242,-0.0537583380937576,0.99861341714859,0.036960806697607,0.0374866314232349,0.998653769493103,0.0076672937721014,-0.0513022840023041,0.998893260955811,-0.0386637263000011,-0.0267866924405098,0.181687280535698,0.483831018209457,-0.856094300746918,-0.0778852105140686,-0.500936448574066,-0.861972510814667,-0.0791548117995262,-0.506262421607971,-0.858739137649536,0.0270716231316328,0.508704304695129,-0.860515594482422,-0.528343379497528,-0.381748914718628,-0.758367359638214,0.181687280535698,0.483831018209457,-0.856094300746918,0.259453654289246,0.533316254615784,-0.805144429206848,-0.206676244735718,-0.530531167984009,-0.822083711624146,-0.206676244735718,-0.530531167984009,-0.822083711624146,0.259453654289246,0.533316254615784,-0.805144429206848,0.185931906104088,0.510074496269226,-0.839793622493744,
  531. 0.963265419006348,-0.123180031776428,-0.238634869456291,-0.0848690718412399,-0.515884637832642,-0.852443695068359,0.185931906104088,0.510074496269226,-0.839793622493744,0.062049888074398,0.512911260128021,-0.856196284294128,-0.0846893414855003,-0.511126816272736,-0.855322778224945,0.996108889579773,0.0282982438802719,-0.0834642127156258,0.990593314170837,0.11664567142725,-0.0715462937951088,0.99861341714859,0.036960806697607,0.0374866314232349,0.999148488044739,-0.037370603531599,0.0174890048801899,0.999079585075378,-0.0320831090211868,-0.0284742247313261,0.998149037361145,-0.0578019097447395,0.0189055372029543,0.995375514030457,-0.0939531624317169,0.0200114361941814,0.999028921127319,-0.0341752432286739,-0.0278091449290514,0.999079585075378,-0.0320831090211868,-0.0284742247313261,0.996108889579773,0.0282982438802719,-0.0834642127156258,0.999148488044739,-0.037370603531599,0.0174890048801899,0.998149037361145,-0.0578019097447395,0.0189055372029543,0.999028921127319,-0.0341752432286739,-0.0278091449290514,0.995375514030457,-0.0939531624317169,0.0200114361941814,0.999541044235229,0.020378153771162,-0.0224143620580435,0.999971270561218,0.00540177989751101,0.00531316827982664,0.990593314170837,0.11664567142725,-0.0715462937951088,0.996836721897125,0.0155152250081301,-0.0779477432370186,0.998653769493103,0.0076672937721014,-0.0513022840023041,0.99861341714859,0.036960806697607,0.0374866314232349,0.996836721897125,0.0155152250081301,-0.0779477432370186,0.987962186336517,0.110949121415615,0.107801511883736,0.977588951587677,0.189051911234856,0.0926248952746391,0.998653769493103,0.0076672937721014,-0.0513022840023041,0.966959834098816,0.254554957151413,0.0137980114668608,0.99868506193161,-0.00126949686091393,-0.0512492991983891,0.999700844287872,-0.00533957686275244,-0.023871336132288,0.914089560508728,0.340842634439468,0.219696998596191,0.999541044235229,0.020378153771162,-0.0224143620580435,0.99738335609436,0.0658664554357529,0.0298032090067863,0.997349739074707,0.0220615081489086,0.0693316906690598,0.999971270561218,0.00540177989751101,0.00531316827982664,
  532. 0.998241662979126,0.0490862019360065,0.0332307182252407,0.977588951587677,0.189051911234856,0.0926248952746391,0.987962186336517,0.110949121415615,0.107801511883736,0.984895706176758,0.151285842061043,-0.0842201337218285,0.99868506193161,-0.00126949686091393,-0.0512492991983891,0.998241662979126,0.0490862019360065,0.0332307182252407,0.984895706176758,0.151285842061043,-0.0842201337218285,0.991382718086243,0.0791407003998756,-0.104389682412148,0.999700844287872,-0.00533957686275244,-0.023871336132288,0.99903404712677,-0.0287514477968216,0.0332327149808407,0.999029338359833,-0.0341218337416649,0.0278580002486706,0.997546195983887,-0.0614047795534134,0.0336320288479328,0.999225497245789,-0.0338512994349003,0.0200654435902834,0.99903404712677,-0.0287514477968216,0.0332327149808407,0.999225497245789,-0.0338512994349003,0.0200654435902834,0.999743402004242,-0.0182322263717651,0.0134426830336452,0.996456503868103,0.0259294118732214,0.0800129696726799,0.990516424179077,0.117003589868546,0.072024792432785,0.998701214790344,0.0428411215543747,-0.0275809336453676,0.999800503253937,-0.0148764550685883,0.0133320949971676,0.997290849685669,0.0119294095784426,0.0725867077708244,0.999580979347229,-0.0160331521183252,0.0241016410291195,0.961567878723145,0.238483965396881,-0.136061444878578,0.88267308473587,0.398716896772385,-0.248823225498199,0.999486029148102,-0.0316151045262814,-0.0053226319141686,0.997412145137787,0.0577396228909492,-0.0428386926651001,0.999973177909851,0.00211270805448294,-0.00702336523681879,0.999908804893494,-0.0003016474947799,-0.0135057549923658,0.997128486633301,0.0193144325166941,-0.0732244402170181,0.977848708629608,0.179850801825523,-0.107078313827515,0.998663246631622,0.0516542419791222,0.00191103108227253,0.989014267921448,0.126575157046318,0.076351173222065,0.987445592880249,0.0997725874185562,-0.122460812330246,0.996456503868103,0.0259294118732214,0.0800129696726799,0.999743402004242,-0.0182322263717651,0.0134426830336452,0.998701214790344,0.0428411215543747,-0.0275809336453676,0.990516424179077,0.117003589868546,0.072024792432785,
  533. 0.999908804893494,-0.0003016474947799,-0.0135057549923658,0.999973177909851,0.00211270805448294,-0.00702336523681879,0.997546195983887,-0.0614047795534134,0.0336320288479328,0.999029338359833,-0.0341218337416649,0.0278580002486706,0.998663246631622,0.0516542419791222,0.00191103108227253,0.999580979347229,-0.0160331521183252,0.0241016410291195,0.999486029148102,-0.0316151045262814,-0.0053226319141686,0.998245477676392,0.0298545006662607,0.0511347539722919,0.989014267921448,0.126575157046318,0.076351173222065,0.997290849685669,0.0119294095784426,0.0725867077708244,0.999800503253937,-0.0148764550685883,0.0133320949971676,0.977848708629608,0.179850801825523,-0.107078313827515,0.987445592880249,0.0997725874185562,-0.122460812330246,0.0163139421492815,0.602516233921051,-0.797939896583557,0.0430728197097778,0.552278578281403,-0.832546234130859,0.0270716231316328,0.508704304695129,-0.860515594482422,-0.00130959588568658,0.517577707767487,-0.855635166168213,0.101589366793633,0.574824035167694,-0.811946511268616,0.0430728197097778,0.552278578281403,-0.832546234130859,0.103096194565296,0.543938100337982,-0.832767963409424,0.181687280535698,0.483831018209457,-0.856094300746918,0.0270716231316328,0.508704304695129,-0.860515594482422,0.181687280535698,0.483831018209457,-0.856094300746918,0.103096194565296,0.543938100337982,-0.832767963409424,-0.0159367881715298,0.544279813766479,-0.838752388954163,0.259453654289246,0.533316254615784,-0.805144429206848,0.185931906104088,0.510074496269226,-0.839793622493744,0.259453654289246,0.533316254615784,-0.805144429206848,-0.0159367881715298,0.544279813766479,-0.838752388954163,-0.0563871562480927,0.555348217487335,-0.829704105854034,0.062049888074398,0.512911260128021,-0.856196284294128,0.185931906104088,0.510074496269226,-0.839793622493744,-0.0563871562480927,0.555348217487335,-0.829704105854034,-0.0727596431970596,0.558441758155823,-0.826346755027771,-0.0113878352567554,0.541051805019379,-0.840912222862244,0.0324494279921055,0.552702963352203,0.83274632692337,-0.100829988718033,0.509576439857483,0.854497134685516,
  534. 0.132454097270966,0.492777317762375,0.860015392303467,0.108270928263664,0.543354868888855,0.832492053508759,0.136155501008034,0.524040758609772,0.840739548206329,0.0231751687824726,0.516636252403259,0.855891346931458,-0.0570358410477638,0.555584251880646,0.829501807689667,-0.00874742865562439,0.545483648777008,0.838075816631317,0.0561398714780808,0.698810696601868,0.71310031414032,0.0832876563072205,0.57259327173233,0.81559807062149,-0.0118609964847565,0.516843676567078,0.855997681617737,-0.100829988718033,0.509576439857483,0.854497134685516,0.0324494279921055,0.552702963352203,0.83274632692337,0.0231751687824726,0.516636252403259,0.855891346931458,-0.0402084439992905,0.519193172454834,0.85371059179306,-0.0221278853714466,0.541656136512756,0.840308845043182,-0.0739426389336586,0.558701455593109,0.826066076755524,-0.0570358410477638,0.555584251880646,0.829501807689667,0.108270928263664,0.543354868888855,0.832492053508759,0.132454097270966,0.492777317762375,0.860015392303467,0.136155501008034,0.524040758609772,0.840739548206329,-0.00874742865562439,0.545483648777008,0.838075816631317,0.996435165405273,0.0843626484274864,-1.4714898497914e-005,0.0616148039698601,0.95570170879364,0.287815898656845,0.99738335609436,0.0658664554357529,0.0298032090067863,-0.626562476158142,-0.369599282741547,-0.686160326004028,0.062049888074398,0.512911260128021,-0.856196284294128,-0.0282816980034113,0.356149524450302,-0.934000968933105,-0.268112063407898,0.598312795162201,0.755074739456177,0.28527757525444,0.953079283237457,-0.101274818181992,0.0716243609786034,0.910701870918274,-0.406807422637939,-0.463101387023926,0.413779705762863,0.783787965774536,-0.253409564495087,0.768738329410553,-0.587218165397644,-0.215830013155937,0.768310189247131,-0.602591872215271,0.322272300720215,-0.398310244083405,-0.858772158622742,-0.523333489894867,-0.360128700733185,-0.77228856086731,-0.259184747934341,0.88159716129303,-0.39447420835495,0.0716243609786034,0.910701870918274,-0.406807422637939,-0.215830013155937,0.768310189247131,-0.602591872215271,-0.253409564495087,0.768738329410553,-0.587218165397644,
  535. -0.523333489894867,-0.360128700733185,-0.77228856086731,0.322272300720215,-0.398310244083405,-0.858772158622742,0.0382427871227264,-0.451273143291473,-0.891566157341003,0.260418862104416,-0.437862277030945,-0.860499143600464,-0.132672473788261,-0.447204083204269,-0.8845374584198,0.0716243609786034,0.910701870918274,-0.406807422637939,-0.259184747934341,0.88159716129303,-0.39447420835495,0.386485606431961,0.424837172031403,0.818622231483459,-0.463101387023926,0.413779705762863,0.783787965774536,-0.215830013155937,0.768310189247131,-0.602591872215271,-0.192775830626488,0.654900431632996,-0.730713963508606,0.149182617664337,-0.283127009868622,-0.947408974170685,0.322272300720215,-0.398310244083405,-0.858772158622742,0.0716243609786034,0.910701870918274,-0.406807422637939,0.28527757525444,0.953079283237457,-0.101274818181992,-0.192775830626488,0.654900431632996,-0.730713963508606,-0.215830013155937,0.768310189247131,-0.602591872215271,0.322272300720215,-0.398310244083405,-0.858772158622742,0.149182617664337,-0.283127009868622,-0.947408974170685,-0.243459343910217,-0.643418192863464,-0.725768983364105,0.0382427871227264,-0.451273143291473,-0.891566157341003,0.386485606431961,0.424837172031403,0.818622231483459,0.195640861988068,0.703649997711182,0.683082282543182,0.194135710597038,0.433107256889343,0.880187094211578,-0.259184747934341,0.88159716129303,-0.39447420835495,-0.125837296247482,0.984415054321289,-0.122849561274052,0.195640861988068,0.703649997711182,0.683082282543182,0.386485606431961,0.424837172031403,0.818622231483459,-0.125837296247482,0.984415054321289,-0.122849561274052,-0.259184747934341,0.88159716129303,-0.39447420835495,-0.253409564495087,0.768738329410553,-0.587218165397644,-0.0492356494069099,0.817405879497528,-0.573954403400421,-0.0492356494069099,0.817405879497528,-0.573954403400421,-0.253409564495087,0.768738329410553,-0.587218165397644,-0.523333489894867,-0.360128700733185,-0.77228856086731,-0.610669791698456,-0.065078116953373,-0.789206683635712,-0.610669791698456,-0.065078116953373,-0.789206683635712,
  536. -0.523333489894867,-0.360128700733185,-0.77228856086731,-0.132672473788261,-0.447204083204269,-0.8845374584198,-0.132672473788261,-0.447204083204269,-0.8845374584198,0.260418862104416,-0.437862277030945,-0.860499143600464,0.0559443086385727,-0.54551899433136,-0.836229205131531,-0.610669791698456,-0.065078116953373,-0.789206683635712,-0.132672473788261,-0.447204083204269,-0.8845374584198,0.0559443086385727,-0.54551899433136,-0.836229205131531,-0.108068734407425,-0.361785650253296,-0.925976395606995,0.194135710597038,0.433107256889343,0.880187094211578,0.195640861988068,0.703649997711182,0.683082282543182,-0.0516270995140076,0.369640290737152,0.927739560604095,-0.0325975008308887,0.393718063831329,0.918653190135956,-0.227681249380112,0.428711831569672,0.874281108379364,-0.0452699102461338,0.440258711576462,0.896729052066803,-0.463101387023926,0.413779705762863,0.783787965774536,0.386485606431961,0.424837172031403,0.818622231483459,0.194135710597038,0.433107256889343,0.880187094211578,5.06409037370759e-007,0.471472918987274,0.881880521774292,5.36366826509038e-007,0.499363958835602,0.866392314434052,5.65657956030918e-007,0.526634454727173,0.850091874599457,5.6193397313109e-007,0.523167371749878,0.852229952812195,5.58321971766418e-007,0.519804537296295,0.85428524017334,5.49206276900804e-007,0.511317729949951,0.859391808509827,-0.0452699102461338,0.440258711576462,0.896729052066803,0.334235966205597,0.185660406947136,0.92402195930481,-0.268112063407898,0.598312795162201,0.755074739456177,-0.463101387023926,0.413779705762863,0.783787965774536,-0.0325975008308887,0.393718063831329,0.918653190135956,-0.227681249380112,0.428711831569672,0.874281108379364,0.194135710597038,0.433107256889343,0.880187094211578,-0.269508838653564,0.59918475151062,-0.753885090351105,-0.463271468877792,0.413924098014832,-0.783611118793488,0.0738781616091728,0.910582602024078,0.406670987606049,0.286994814872742,0.952818751335144,0.0988453775644302,-0.251669049263,0.769063353538513,0.587540864944458,-0.52379310131073,-0.360264003276825,0.771913588047028,
  537. 0.321709275245667,-0.398623168468475,0.858838081359863,-0.215315654873848,0.76840215921402,0.602658569812775,-0.256919205188751,0.882143557071686,0.394734412431717,-0.251669049263,0.769063353538513,0.587540864944458,-0.215315654873848,0.76840215921402,0.602658569812775,0.0738781616091728,0.910582602024078,0.406670987606049,-0.52379310131073,-0.360264003276825,0.771913588047028,-0.102081745862961,-0.449466317892075,0.887445449829102,0.252171099185944,-0.439078092575073,0.862334191799164,0.0374792739748955,-0.451580196619034,0.891443014144897,0.321709275245667,-0.398623168468475,0.858838081359863,0.0738781616091728,0.910582602024078,0.406670987606049,-0.463271468877792,0.413924098014832,-0.783611118793488,0.385819107294083,0.425203442573547,-0.818746507167816,-0.256919205188751,0.882143557071686,0.394734412431717,-0.215315654873848,0.76840215921402,0.602658569812775,0.321709275245667,-0.398623168468475,0.858838081359863,0.148387923836708,-0.284365683794022,0.947162806987762,-0.191342726349831,0.655993938446045,0.730109572410584,0.0738781616091728,0.910582602024078,0.406670987606049,-0.215315654873848,0.76840215921402,0.602658569812775,-0.191342726349831,0.655993938446045,0.730109572410584,0.286994814872742,0.952818751335144,0.0988453775644302,0.321709275245667,-0.398623168468475,0.858838081359863,0.0374792739748955,-0.451580196619034,0.891443014144897,-0.243140265345573,-0.643320858478546,0.725962221622467,0.148387923836708,-0.284365683794022,0.947162806987762,0.385819107294083,0.425203442573547,-0.818746507167816,0.193580508232117,0.433387339115143,-0.880171656608582,0.256847351789474,0.7522012591362,-0.606813669204712,-0.256919205188751,0.882143557071686,0.394734412431717,0.385819107294083,0.425203442573547,-0.818746507167816,0.256847351789474,0.7522012591362,-0.606813669204712,-0.124705649912357,0.984273433685303,0.125117242336273,-0.124705649912357,0.984273433685303,0.125117242336273,-0.0492464751005173,0.817383050918579,0.573985815048218,-0.251669049263,0.769063353538513,0.587540864944458,-0.256919205188751,0.882143557071686,0.394734412431717,
  538. -0.0492464751005173,0.817383050918579,0.573985815048218,-0.605758845806122,-0.0693987905979156,0.792616009712219,-0.52379310131073,-0.360264003276825,0.771913588047028,-0.251669049263,0.769063353538513,0.587540864944458,-0.605758845806122,-0.0693987905979156,0.792616009712219,-0.102081745862961,-0.449466317892075,0.887445449829102,-0.52379310131073,-0.360264003276825,0.771913588047028,-0.102081745862961,-0.449466317892075,0.887445449829102,0.0865241140127182,-0.575628757476807,0.813120603561401,0.252171099185944,-0.439078092575073,0.862334191799164,-0.605758845806122,-0.0693987905979156,0.792616009712219,-0.0657340735197067,-0.412773817777634,0.908458471298218,0.0865241140127182,-0.575628757476807,0.813120603561401,-0.102081745862961,-0.449466317892075,0.887445449829102,0.193580508232117,0.433387339115143,-0.880171656608582,0.0663152486085892,0.493782043457031,-0.867053389549255,0.169784978032112,0.671718239784241,-0.721087872982025,0.256847351789474,0.7522012591362,-0.606813669204712,-0.0459128096699715,0.440491110086441,-0.896582305431366,-0.243000209331512,0.427330851554871,-0.870826840400696,0.193580508232117,0.433387339115143,-0.880171656608582,0.385819107294083,0.425203442573547,-0.818746507167816,-0.463271468877792,0.413924098014832,-0.783611118793488,0,0.49514439702034,-0.868810832500458,0,0.468036651611328,-0.883709073066711,0,0.509122669696808,-0.860694050788879,0,0.524013042449951,-0.851710259914398,0,0.5229611992836,-0.852356433868408,0,0.521843433380127,-0.853041291236877,0.334885895252228,0.185292065143585,-0.923860549926758,-0.0459128096699715,0.440491110086441,-0.896582305431366,-0.463271468877792,0.413924098014832,-0.783611118793488,-0.269508838653564,0.59918475151062,-0.753885090351105,-0.243000209331512,0.427330851554871,-0.870826840400696,0.0663152486085892,0.493782043457031,-0.867053389549255,0.193580508232117,0.433387339115143,-0.880171656608582,-4.46719604951795e-006,0.00024752045283094,1,-2.34667732001981e-006,0.000129995387396775,1,2.3558318389405e-006,-0.000130630869534798,1,-3.55222368852992e-006,0.000196810156921856,1,
  539. -8.64119920152007e-006,0.000478855421533808,0.999999940395355,-4.71630573883886e-006,0.000261326844338328,1,-6.72209125696099e-007,3.71916466974653e-005,1,-1.15525988775289e-009,-3.81596421128449e-011,1,6.61526655676425e-006,-0.000366700725862756,0.999999940395355,2.84611132883583e-006,-0.000157803544425406,1,-0.263969302177429,0.596394181251526,0.758046388626099,0.2852623462677,0.953089475631714,-0.101222276687622,0.05200270190835,0.913366675376892,-0.403803408145905,-0.343207001686096,0.427008628845215,0.836583971977234,-0.271890461444855,0.760159373283386,-0.590112924575806,-0.230838745832443,0.764027118682861,-0.602474987506866,0.322244554758072,-0.389425218105316,-0.862847805023193,-0.518936634063721,-0.375087529420853,-0.768123745918274,-0.283121675252914,0.872597396373749,-0.398015111684799,0.05200270190835,0.913366675376892,-0.403803408145905,-0.230838745832443,0.764027118682861,-0.602474987506866,-0.271890461444855,0.760159373283386,-0.590112924575806,-0.518936634063721,-0.375087529420853,-0.768123745918274,0.322244554758072,-0.389425218105316,-0.862847805023193,0.0451576225459576,-0.449547052383423,-0.892114460468292,0.256738066673279,-0.431170076131821,-0.864972829818726,-0.0901352986693382,-0.451942175626755,-0.887481868267059,0.05200270190835,0.913366675376892,-0.403803408145905,-0.283121675252914,0.872597396373749,-0.398015111684799,0.436668366193771,0.426188260316849,0.792265355587006,-0.343207001686096,0.427008628845215,0.836583971977234,-0.230838745832443,0.764027118682861,-0.602474987506866,-0.192497372627258,0.655089259147644,-0.730618119239807,0.149014323949814,-0.283362299203873,-0.947365164756775,0.322244554758072,-0.389425218105316,-0.862847805023193,0.05200270190835,0.913366675376892,-0.403803408145905,0.2852623462677,0.953089475631714,-0.101222276687622,-0.192497372627258,0.655089259147644,-0.730618119239807,-0.230838745832443,0.764027118682861,-0.602474987506866,0.322244554758072,-0.389425218105316,-0.862847805023193,0.149014323949814,-0.283362299203873,-0.947365164756775,-0.245246723294258,-0.644548118114471,-0.724162757396698,
  540. 0.0451576225459576,-0.449547052383423,-0.892114460468292,0.436668366193771,0.426188260316849,0.792265355587006,0.261637449264526,0.756275773048401,0.599660694599152,0.176873952150345,0.439052283763886,0.880879521369934,-0.283121675252914,0.872597396373749,-0.398015111684799,-0.126154541969299,0.984359085559845,-0.12297286093235,0.261637449264526,0.756275773048401,0.599660694599152,0.436668366193771,0.426188260316849,0.792265355587006,-0.126154541969299,0.984359085559845,-0.12297286093235,-0.283121675252914,0.872597396373749,-0.398015111684799,-0.271890461444855,0.760159373283386,-0.590112924575806,-0.0491684600710869,0.81730592250824,-0.574102461338043,-0.0491684600710869,0.81730592250824,-0.574102461338043,-0.271890461444855,0.760159373283386,-0.590112924575806,-0.518936634063721,-0.375087529420853,-0.768123745918274,-0.605108141899109,-0.0700242668390274,-0.793057918548584,-0.605108141899109,-0.0700242668390274,-0.793057918548584,-0.518936634063721,-0.375087529420853,-0.768123745918274,-0.0901352986693382,-0.451942175626755,-0.887481868267059,-0.0901352986693382,-0.451942175626755,-0.887481868267059,0.256738066673279,-0.431170076131821,-0.864972829818726,0.0907074958086014,-0.578417658805847,-0.810681939125061,-0.605108141899109,-0.0700242668390274,-0.793057918548584,-0.0901352986693382,-0.451942175626755,-0.887481868267059,0.0907074958086014,-0.578417658805847,-0.810681939125061,-0.0575263425707817,-0.42254301905632,-0.904515504837036,0.176873952150345,0.439052283763886,0.880879521369934,0.261637449264526,0.756275773048401,0.599660694599152,0.184041053056717,0.689185082912445,0.700822949409485,0.0747992172837257,0.501774668693542,0.861758351325989,-0.170204699039459,0.429051011800766,0.887099623680115,-0.0828180313110352,0.437447875738144,0.895422101020813,-0.343207001686096,0.427008628845215,0.836583971977234,0.436668366193771,0.426188260316849,0.792265355587006,0.176873952150345,0.439052283763886,0.880879521369934,-0,0.471447557210922,0.881894111633301,-0,0.499383896589279,0.866380870342255,-0,0.526698172092438,0.850052416324615,
  541. -0,0.523174047470093,0.85222589969635,-0,0.519753634929657,0.854316234588623,-0,0.511330962181091,0.859384000301361,-0.0828180313110352,0.437447875738144,0.895422101020813,0.348479628562927,0.172837257385254,0.92124330997467,-0.263969302177429,0.596394181251526,0.758046388626099,-0.343207001686096,0.427008628845215,0.836583971977234,0.0747992172837257,0.501774668693542,0.861758351325989,-0.170204699039459,0.429051011800766,0.887099623680115,0.176873952150345,0.439052283763886,0.880879521369934,-0.269373714923859,0.599103212356567,-0.753998160362244,-0.343234241008759,0.427219212055206,-0.836465239524841,0.0543408244848251,0.913274943828583,0.403702914714813,0.287129908800125,0.952765703201294,0.0989649966359138,-0.27016893029213,0.760528862476349,0.590427458286285,-0.519340932369232,-0.375249564647675,0.767771422863007,0.32136258482933,-0.389818876981735,0.862999022006989,-0.230443954467773,0.764108598232269,0.602522909641266,-0.280680507421494,0.873237013816834,0.398341298103333,-0.27016893029213,0.760528862476349,0.590427458286285,-0.230443954467773,0.764108598232269,0.602522909641266,0.0543408244848251,0.913274943828583,0.403702914714813,-0.519340932369232,-0.375249564647675,0.767771422863007,-0.0951633378863335,-0.452097654342651,0.886877596378326,0.265509456396103,-0.430158376693726,0.862825870513916,0.045232180505991,-0.449829667806625,0.891968309879303,0.32136258482933,-0.389818876981735,0.862999022006989,0.0543408244848251,0.913274943828583,0.403702914714813,-0.343234241008759,0.427219212055206,-0.836465239524841,0.436437606811523,0.426476508378983,-0.792237401008606,-0.280680507421494,0.873237013816834,0.398341298103333,-0.230443954467773,0.764108598232269,0.602522909641266,0.32136258482933,-0.389818876981735,0.862999022006989,0.148349955677986,-0.284384697675705,0.947163045406342,-0.191680997610092,0.655882000923157,0.730121374130249,0.0543408244848251,0.913274943828583,0.403702914714813,-0.230443954467773,0.764108598232269,0.602522909641266,-0.191680997610092,0.655882000923157,0.730121374130249,0.287129908800125,0.952765703201294,0.0989649966359138,
  542. 0.32136258482933,-0.389818876981735,0.862999022006989,0.045232180505991,-0.449829667806625,0.891968309879303,-0.243111908435822,-0.643323242664337,0.725969552993774,0.148349955677986,-0.284384697675705,0.947163045406342,0.436437606811523,0.426476508378983,-0.792237401008606,0.174433186650276,0.439401745796204,-0.881192028522491,0.256623417139053,0.752526819705963,-0.606504559516907,-0.280680507421494,0.873237013816834,0.398341298103333,0.436437606811523,0.426476508378983,-0.792237401008606,0.256623417139053,0.752526819705963,-0.606504559516907,-0.125052958726883,0.984213471412659,0.125242829322815,-0.125052958726883,0.984213471412659,0.125242829322815,-0.0490789860486984,0.817209303379059,0.574247539043427,-0.27016893029213,0.760528862476349,0.590427458286285,-0.280680507421494,0.873237013816834,0.398341298103333,-0.0490789860486984,0.817209303379059,0.574247539043427,-0.605585932731628,-0.0693657249212265,0.792751014232636,-0.519340932369232,-0.375249564647675,0.767771422863007,-0.27016893029213,0.760528862476349,0.590427458286285,-0.605585932731628,-0.0693657249212265,0.792751014232636,-0.0951633378863335,-0.452097654342651,0.886877596378326,-0.519340932369232,-0.375249564647675,0.767771422863007,-0.0951633378863335,-0.452097654342651,0.886877596378326,0.0865794569253922,-0.575450718402863,0.813240766525269,0.265509456396103,-0.430158376693726,0.862825870513916,-0.605585932731628,-0.0693657249212265,0.792751014232636,-0.0659254863858223,-0.412706911563873,0.90847510099411,0.0865794569253922,-0.575450718402863,0.813240766525269,-0.0951633378863335,-0.452097654342651,0.886877596378326,0.174433186650276,0.439401745796204,-0.881192028522491,0.066371463239193,0.493904680013657,-0.8669793009758,0.169842064380646,0.672141492366791,-0.720679938793182,0.256623417139053,0.752526819705963,-0.606504559516907,-0.0900252982974052,0.437327802181244,-0.894784808158875,-0.171760275959969,0.429128557443619,-0.886762201786041,0.174433186650276,0.439401745796204,-0.881192028522491,0.436437606811523,0.426476508378983,-0.792237401008606,
  543. -0.343234241008759,0.427219212055206,-0.836465239524841,2.68650211410204e-007,0.49991637468338,-0.866073727607727,2.52553064683525e-007,0.469962060451508,-0.882686614990234,2.74911570841141e-007,0.511567771434784,-0.859243035316467,2.77850659813339e-007,0.517036974430084,-0.855963051319122,2.81119184819545e-007,0.523119270801544,-0.852259516716003,2.84402858596877e-007,0.529229581356049,-0.848478674888611,0.335031181573868,0.185198068618774,-0.923826694488525,-0.0900252982974052,0.437327802181244,-0.894784808158875,-0.343234241008759,0.427219212055206,-0.836465239524841,-0.269373714923859,0.599103212356567,-0.753998160362244,-0.171760275959969,0.429128557443619,-0.886762201786041,0.066371463239193,0.493904680013657,-0.8669793009758,0.174433186650276,0.439401745796204,-0.881192028522491,4.90014926413096e-008,-2.79986693385581e-006,1,-9.72516886577068e-007,5.42229063285049e-005,1,-5.93457002651121e-007,3.30631846736651e-005,1,-4.99562929690001e-006,0.000278799416264519,1,-8.37417246657424e-006,0.000467395060695708,0.99999988079071,-6.9212360358506e-006,0.000386289815651253,0.999999940395355,-2.00429167307448e-006,0.000111818219011184,1,5.99839211190556e-007,-3.35485019604675e-005,1,-2.14337120496566e-007,1.19001115308492e-005,1,-9.91182446341554e-007,5.52648489247076e-005,1,-0.0103456564247608,0.479964733123779,-0.877226889133453,-0.0126876337453723,0.479910641908646,-0.877225637435913,-0.0150295421481133,0.479853987693787,-0.877219676971436,-0.0126876337453723,0.479910641908646,-0.877225637435913,-4.90186812385218e-006,-0.470388203859329,-0.882459700107574,-2.45093406192609e-006,-0.470388203859329,-0.882459700107574,0,-0.470388203859329,-0.882459700107574,-2.45093406192609e-006,-0.470388203859329,-0.882459700107574,0.013904090039432,0.999890744686127,-0.00502436514943838,-0.00590645801275969,0.999340951442719,-0.0358177237212658,-0.0105519071221352,0.999943017959595,-0.00167146883904934,-0.00618492718786001,0.999042570590973,0.0433090589940548,0.0141783207654953,0.999899208545685,-0.000807953882031143,-0.0361890830099583,-0.720939636230469,-0.692052364349365,
  544. -0.999633431434631,-0.0211177431046963,-0.0169488731771708,-0.980225920677185,-0.00861060153692961,0.197694629430771,-0.049271684139967,-0.697673559188843,0.714719474315643,-0.999692142009735,-0.000826950708869845,-0.0248010158538818,-0.0361890830099583,-0.720939636230469,-0.692052364349365,-0.0142853930592537,0.00280038523487747,-0.999894142150879,-0.999717533588409,-0.00750839430838823,-0.0225534122437239,-0.012023494578898,-0.0103928502649069,-0.999873697757721,0.013184797950089,0.00814670510590076,-0.999879956245422,0.0115398354828358,0.0264639984816313,-0.999583184719086,-0.0145888794213533,0.00809293799102306,-0.999860882759094,-0.0361890830099583,-0.720939636230469,-0.692052364349365,-0.999692142009735,-0.000826950708869845,-0.0248010158538818,-0.999633431434631,-0.0211177431046963,-0.0169488731771708,-0.980225920677185,-0.00861060153692961,0.197694629430771,-0.989429533481598,0.137717843055725,0.045419979840517,-0.049271684139967,-0.697673559188843,0.714719474315643,-0.0565112717449665,0.902790784835815,0.426351428031921,-0.997887551784515,0.0556979477405548,0.0334410332143307,-0.99971878528595,0.0236911550164223,-0.0010717521654442,-0.989429533481598,0.137717843055725,0.045419979840517,-0.997887551784515,0.0556979477405548,0.0334410332143307,-0.0565112717449665,0.902790784835815,0.426351428031921,-0.049271684139967,-0.697673559188843,0.714719474315643,-0.978017091751099,0.0208934508264065,-0.207475423812866,-0.058710839599371,0.938797235488892,-0.339430093765259,-0.0565112717449665,0.902790784835815,0.426351428031921,-0.99971878528595,0.0236911550164223,-0.0010717521654442,-0.978017091751099,0.0208934508264065,-0.207475423812866,-0.883846819400787,-0.465820699930191,-0.0427303463220596,-0.058710839599371,0.938797235488892,-0.339430093765259,-0.999738574028015,-0.0228657349944115,-0.000242068432271481,-0.0456109531223774,-0.767237365245819,-0.639739274978638,-0.0513721667230129,-0.976470172405243,0.209444269537926,-0.99983423948288,-0.0167735312134027,-0.00708514265716076,-0.999944925308228,-0.00958837196230888,0.00429159589111805,
  545. -0.999988734722137,0.00189111521467566,-0.00437483564019203,-0.996706306934357,0.0681009888648987,0.0440318062901497,-0.0456109531223774,-0.767237365245819,-0.639739274978638,-0.999030113220215,-0.0342705026268959,-0.0276487059891224,-0.999126434326172,0.0361198037862778,-0.0210172571241856,-0.0452872589230537,0.580446898937225,-0.813037872314453,-0.99983423948288,-0.0167735312134027,-0.00708514265716076,-0.991292893886566,-0.125557541847229,0.0396718606352806,-0.996317803859711,-0.0772073417901993,-0.0372806638479233,-0.997698545455933,0.00544011266902089,-0.0675864815711975,-0.978305995464325,0.0436456874012947,0.202515363693237,-0.999944925308228,-0.00958837196230888,0.00429159589111805,-0.996706306934357,0.0681009888648987,0.0440318062901497,-0.999988734722137,0.00189111521467566,-0.00437483564019203,-0.996096789836884,0.0879717469215393,-0.00723568955436349,-0.996706306934357,0.0681009888648987,0.0440318062901497,-0.00597806461155415,0.0624163113534451,0.99803239107132,0.0220379121601582,-0.0863400399684906,0.99602198600769,0.0270309951156378,0.0271298866719007,0.999266445636749,0.0110274199396372,-0.16161036491394,0.986793100833893,-0.00600377703085542,-0.14399628341198,0.989560008049011,-0.999738574028015,-0.0228657349944115,-0.000242068432271481,-0.999030113220215,-0.0342705026268959,-0.0276487059891224,-0.0456109531223774,-0.767237365245819,-0.639739274978638,-0.0513721667230129,-0.976470172405243,0.209444269537926,-0.991292893886566,-0.125557541847229,0.0396718606352806,-0.99983423948288,-0.0167735312134027,-0.00708514265716076,-0.0452872589230537,0.580446898937225,-0.813037872314453,-0.999664306640625,0.0206372011452913,0.0156668405979872,-0.999896824359894,0.00466381432488561,0.0135873937979341,-0.0423280224204063,0.993782639503479,0.102977432310581,-0.999264717102051,-0.0105451149865985,0.0368643812835217,-0.999896824359894,0.00466381432488561,0.0135873937979341,-0.999664306640625,0.0206372011452913,0.0156668405979872,-0.999104022979736,-0.0126214036718011,0.0403972044587135,-0.999673247337341,-0.0132324304431677,0.0218696556985378,
  546. -0.999664306640625,0.0206372011452913,0.0156668405979872,-0.999126434326172,0.0361198037862778,-0.0210172571241856,-0.999662280082703,0.0249034371227026,0.00742550566792488,-0.999104022979736,-0.0126214036718011,0.0403972044587135,-0.0190315302461386,0.634319126605988,0.772836983203888,-0.997700452804565,-0.0535833947360516,0.0415065996348858,-0.99826854467392,0.0296537224203348,0.0507992468774319,-0.0048219789750874,0.0849432870745659,0.996374130249023,-0.999664843082428,-0.000527738186065108,-0.0258822292089462,-0.978954136371613,0.184023067355156,0.0882285833358765,-0.999781847000122,0.0194654818624258,-0.00758369592949748,-0.999740064144135,0.0199142936617136,0.0111107686534524,-0.98101669549942,0.132846891880035,-0.141273230314255,-0.995287299156189,0.023589912801981,-0.0940573066473007,-0.999952495098114,-0.00514525175094604,0.00828551780432463,-0.996892511844635,-0.0755983740091324,0.0221430864185095,-0.999896824359894,0.00466381432488561,0.0135873937979341,-0.999264717102051,-0.0105451149865985,0.0368643812835217,-0.999126434326172,0.0361198037862778,-0.0210172571241856,-0.999664306640625,0.0206372011452913,0.0156668405979872,-0.0452872589230537,0.580446898937225,-0.813037872314453,-0.0190315302461386,0.634319126605988,0.772836983203888,-0.996892511844635,-0.0755983740091324,0.0221430864185095,-0.997700452804565,-0.0535833947360516,0.0415065996348858,-0.0190315302461386,0.634319126605988,0.772836983203888,-0.0423280224204063,0.993782639503479,0.102977432310581,-0.999896824359894,0.00466381432488561,0.0135873937979341,-0.996892511844635,-0.0755983740091324,0.0221430864185095,-0.999995112419128,0.000247918360400945,-0.00312643777579069,-0.996069848537445,-0.0807553976774216,-0.0363797210156918,-0.999373376369476,-0.0347202830016613,-0.00687931012362242,-0.999982893466949,-0.00107823906000704,-0.00576366204768419,-0.996960461139679,0.0206362530589104,-0.0751264169812202,-0.990121185779572,-0.0513012632727623,-0.130492463707924,-0.972573041915894,-0.23204143345356,-0.0160797573626041,-0.998253881931305,-0.0295042097568512,-0.0511741489171982,
  547. -0.893563449382782,0.41871041059494,-0.161944553256035,-0.99902355670929,0.0409041568636894,-0.016700092703104,-0.999938666820526,0.0078840721398592,-0.007776222191751,-0.997990608215332,0.0633460655808449,-0.00145800597965717,-0.996069848537445,-0.0807553976774216,-0.0363797210156918,-0.996960461139679,0.0206362530589104,-0.0751264169812202,-0.998253881931305,-0.0295042097568512,-0.0511741489171982,-0.999373376369476,-0.0347202830016613,-0.00687931012362242,-0.999575793743134,0.00246236380189657,0.0290215946733952,-0.998670697212219,0.0508092828094959,0.00867852196097374,-0.99902355670929,0.0409041568636894,-0.016700092703104,-0.893563449382782,0.41871041059494,-0.161944553256035,-0.998603522777557,0.042389739304781,0.0315312631428242,-0.998828828334808,0.0269877221435308,0.0401597172021866,-0.845178425312042,0.379122972488403,0.376748234033585,-0.998828828334808,0.0269877221435308,0.0401597172021866,-0.749934911727905,0.145637482404709,0.64528089761734,-0.845178425312042,0.379122972488403,0.376748234033585,-0.992976546287537,0.0877600237727165,-0.079346276819706,-0.631984651088715,-0.679933607578278,0.371868014335632,-0.939188838005066,-0.339127331972122,0.0540103688836098,-0.99531227350235,0.0121587468311191,-0.0959461033344269,-0.980101883411407,-0.150813460350037,-0.129057019948959,-0.992434680461884,-0.0583407431840897,-0.108026556670666,-0.996706306934357,0.0681009888648987,0.0440318062901497,-0.996706306934357,0.0681009888648987,0.0440318062901497,-0.986162900924683,0.165681779384613,0.00568145932629704,-0.997094631195068,0.0111298691481352,-0.0753552168607712,-0.998603522777557,0.042389739304781,0.0315312631428242,-0.935749351978302,0.350984781980515,0.034391637891531,-0.98456746339798,0.1745465695858,0.0126646654680371,-0.979454934597015,0.201656118035316,-0.00174655392765999,-0.719327509403229,-0.0709501579403877,-0.691038429737091,-0.749934911727905,0.145637482404709,0.64528089761734,-0.838245689868927,0.0370100811123848,0.544035315513611,-0.999247848987579,0.0259162466973066,-0.0288481488823891,-0.999239563941956,-0.034705076366663,-0.0177710112184286,
  548. -0.999790549278259,-0.00124580773990601,0.0204284209758043,-0.999720394611359,0.00199278537184,0.0235628820955753,-0.999946296215057,0.0100727481767535,-0.00246949400752783,-0.999946296215057,0.0100727481767535,-0.00246949400752783,-0.994268536567688,-0.0243504755198956,-0.104101702570915,-0.999239563941956,-0.034705076366663,-0.0177710112184286,-0.970056712627411,-0.172962859272957,-0.170510679483414,-0.773212313652039,-0.615465342998505,-0.152791365981102,-0.99899160861969,-0.0418173111975193,-0.0163424145430326,-0.999549448490143,-0.0125478394329548,-0.0272667352110147,-0.793170988559723,-0.608252465724945,-0.0301470644772053,-0.836767792701721,-0.53855973482132,0.0988596007227898,-0.666282594203949,-0.745064437389374,-0.0307660736143589,-0.990524232387543,-0.0380657501518726,-0.131957426667213,-0.940435588359833,-0.0681124180555344,0.333079218864441,-0.970056712627411,-0.172962859272957,-0.170510679483414,-0.999549448490143,-0.0125478394329548,-0.0272667352110147,-0.994674921035767,0.0931898579001427,-0.0440180152654648,-0.773212313652039,-0.615465342998505,-0.152791365981102,-0.793170988559723,-0.608252465724945,-0.0301470644772053,-0.990524232387543,-0.0380657501518726,-0.131957426667213,-0.99899160861969,-0.0418173111975193,-0.0163424145430326,-0.844077110290527,-0.384209483861923,-0.374054878950119,-0.80546098947525,-0.558795928955078,-0.197433188557625,-0.99995356798172,0.00288077327422798,0.00919912289828062,-0.79344767332077,0.399042040109634,0.459571897983551,-0.793434023857117,-0.558439433574677,0.242090478539467,-0.940435588359833,-0.0681124180555344,0.333079218864441,-0.994674921035767,0.0931898579001427,-0.0440180152654648,-0.997275233268738,0.00287775415927172,0.0737153068184853,-0.79344767332077,0.399042040109634,0.459571897983551,-0.999027669429779,0.0114922532811761,0.0425645336508751,-0.926663517951965,-0.124155111610889,-0.35479611158371,-0.844077110290527,-0.384209483861923,-0.374054878950119,-0.995399057865143,0.0854305848479271,0.0433868989348412,-0.961512684822083,0.265237957239151,0.0717086270451546,
  549. -0.998484194278717,-0.0497385784983635,-0.0235657338052988,-0.999700605869293,-0.00433412427082658,-0.0240824911743402,-0.912746608257294,0.213874265551567,-0.348068088293076,-0.951022803783417,-0.031586542725563,-0.307502746582031,-0.890401363372803,-0.454766124486923,-0.0193179920315742,-0.992004811763763,-0.0208368916064501,-0.124468974769115,-0.992763876914978,0.119474731385708,-0.0120688527822495,-0.999930381774902,-0.0116513511165977,0.0018788711167872,-0.995399057865143,0.0854305848479271,0.0433868989348412,-0.999700605869293,-0.00433412427082658,-0.0240824911743402,-0.992004811763763,-0.0208368916064501,-0.124468974769115,-0.956221163272858,0.291758507490158,0.0227631609886885,-0.912746608257294,0.213874265551567,-0.348068088293076,-0.99702125787735,0.0145041858777404,0.0757521167397499,-0.999781847000122,0.0194654818624258,-0.00758369592949748,-0.978954136371613,0.184023067355156,0.0882285833358765,-0.980490744113922,0.189644366502762,-0.0517000965774059,-0.99702125787735,0.0145041858777404,0.0757521167397499,-0.992763876914978,0.119474731385708,-0.0120688527822495,-0.989429533481598,0.137717843055725,0.045419979840517,-0.980225920677185,-0.00861060153692961,0.197694629430771,-0.999999403953552,0.00116874347440898,-0.000129345164168626,-0.999901711940765,0.0121544450521469,0.00699838064610958,-0.79344767332077,0.399042040109634,0.459571897983551,-0.999901711940765,0.0121544450521469,0.00699838064610958,-0.999027669429779,0.0114922532811761,0.0425645336508751,-0.79344767332077,0.399042040109634,0.459571897983551,-0.988741278648376,0.0480380617082119,-0.141715124249458,-0.962880373001099,-0.267678946256638,-0.0347779877483845,-0.951022803783417,-0.031586542725563,-0.307502746582031,-0.912746608257294,0.213874265551567,-0.348068088293076,-0.956221163272858,0.291758507490158,0.0227631609886885,-0.988741278648376,0.0480380617082119,-0.141715124249458,-0.912746608257294,0.213874265551567,-0.348068088293076,-0.999309539794922,0.0337093658745289,0.0156290754675865,-0.994251847267151,0.105553157627583,0.0179425962269306,
  550. -0.961512684822083,0.265237957239151,0.0717086270451546,-0.995399057865143,0.0854305848479271,0.0433868989348412,-0.996313393115997,0.0822274684906006,0.024461267516017,-0.999309539794922,0.0337093658745289,0.0156290754675865,-0.995399057865143,0.0854305848479271,0.0433868989348412,-0.999930381774902,-0.0116513511165977,0.0018788711167872,-0.997275233268738,0.00287775415927172,0.0737153068184853,-0.994674921035767,0.0931898579001427,-0.0440180152654648,-0.996313393115997,0.0822274684906006,0.024461267516017,-0.997672080993652,0.00275195972062647,0.0681379735469818,-0.79344767332077,0.399042040109634,0.459571897983551,-0.99995356798172,0.00288077327422798,0.00919912289828062,-0.999999403953552,0.00116874347440898,-0.000129345164168626,-0.844077110290527,-0.384209483861923,-0.374054878950119,-0.926663517951965,-0.124155111610889,-0.35479611158371,-0.997962653636932,0.0434712059795856,-0.0466984324157238,-0.520552337169647,-0.617096722126007,-0.590099155902863,-0.992995619773865,0.0240258332341909,-0.115682654082775,-0.968303620815277,-0.24350543320179,-0.0556173995137215,-0.836767792701721,-0.53855973482132,0.0988596007227898,-0.318905740976334,-0.249135985970497,-0.914456367492676,-0.999577760696411,0.0289907902479172,0.00196722545661032,-0.992995619773865,0.0240258332341909,-0.115682654082775,-0.793170988559723,-0.608252465724945,-0.0301470644772053,-0.773212313652039,-0.615465342998505,-0.152791365981102,-0.999176383018494,0.0322817638516426,0.0245888996869326,-0.999577760696411,0.0289907902479172,0.00196722545661032,-0.773212313652039,-0.615465342998505,-0.152791365981102,-0.970056712627411,-0.172962859272957,-0.170510679483414,-0.994648873806,0.0985822007060051,0.0309099331498146,-0.999176383018494,0.0322817638516426,0.0245888996869326,-0.970056712627411,-0.172962859272957,-0.170510679483414,-0.940435588359833,-0.0681124180555344,0.333079218864441,-0.973520874977112,-0.0292830318212509,0.226715013384819,-0.994648873806,0.0985822007060051,0.0309099331498146,-0.940435588359833,-0.0681124180555344,0.333079218864441,
  551. -0.793434023857117,-0.558439433574677,0.242090478539467,-0.520552337169647,-0.617096722126007,-0.590099155902863,-0.999568283557892,-0.0281682182103395,0.0083619486540556,-0.80546098947525,-0.558795928955078,-0.197433188557625,-0.844077110290527,-0.384209483861923,-0.374054878950119,-0.520552337169647,-0.617096722126007,-0.590099155902863,-0.998442709445953,0.0484963580965996,-0.0275727845728397,-0.99992036819458,-0.0125608928501606,-0.00129997893236578,-0.520552337169647,-0.617096722126007,-0.590099155902863,-0.997962653636932,0.0434712059795856,-0.0466984324157238,-0.998442709445953,0.0484963580965996,-0.0275727845728397,-0.893563449382782,0.41871041059494,-0.161944553256035,-0.997990608215332,0.0633460655808449,-0.00145800597965717,-0.999575793743134,0.00246236380189657,0.0290215946733952,-0.99992036819458,-0.0125608928501606,-0.00129997893236578,-0.999568283557892,-0.0281682182103395,0.0083619486540556,-0.520552337169647,-0.617096722126007,-0.590099155902863,-0.999484002590179,-0.0139683829620481,-0.0289263837039471,-0.999589741230011,0.016749544069171,0.0232337433844805,-0.999790549278259,-0.00124580773990601,0.0204284209758043,-0.999239563941956,-0.034705076366663,-0.0177710112184286,-0.994268536567688,-0.0243504755198956,-0.104101702570915,-0.999484002590179,-0.0139683829620481,-0.0289263837039471,-0.999239563941956,-0.034705076366663,-0.0177710112184286,-0.99531227350235,0.0121587468311191,-0.0959461033344269,-0.939188838005066,-0.339127331972122,0.0540103688836098,-0.989940106868744,-0.132603049278259,-0.049346923828125,-0.993631720542908,0.0519272163510323,-0.0999979302287102,-0.996706306934357,0.0681009888648987,0.0440318062901497,-0.997094631195068,0.0111298691481352,-0.0753552168607712,-0.997127830982208,0.0206475891172886,-0.0728686451911926,-0.997127830982208,0.0206475891172886,-0.0728686451911926,-0.995085060596466,-0.0989849120378494,0.00278318021446466,-0.996706306934357,0.0681009888648987,0.0440318062901497,-0.953314542770386,-0.133316844701767,0.270957797765732,-0.99955826997757,0.0297182258218527,0.000481149822007865,
  552. -0.999938666820526,0.0078840721398592,-0.007776222191751,-0.99902355670929,0.0409041568636894,-0.016700092703104,-0.998729288578033,0.0184732582420111,0.0468905530869961,-0.99955826997757,0.0297182258218527,0.000481149822007865,-0.953314542770386,-0.133316844701767,0.270957797765732,-0.998729288578033,0.0184732582420111,0.0468905530869961,-0.953314542770386,-0.133316844701767,0.270957797765732,-0.99902355670929,0.0409041568636894,-0.016700092703104,-0.998670697212219,0.0508092828094959,0.00867852196097374,-0.997698545455933,0.00544011266902089,-0.0675864815711975,-0.996317803859711,-0.0772073417901993,-0.0372806638479233,-0.631984651088715,-0.679933607578278,0.371868014335632,-0.992976546287537,0.0877600237727165,-0.079346276819706,-0.992434680461884,-0.0583407431840897,-0.108026556670666,-0.978305995464325,0.0436456874012947,0.202515363693237,-0.996706306934357,0.0681009888648987,0.0440318062901497,-0.996706306934357,0.0681009888648987,0.0440318062901497,-0.996096789836884,0.0879717469215393,-0.00723568955436349,-0.986162900924683,0.165681779384613,0.00568145932629704,-0.760344326496124,-0.39013409614563,-0.519299447536469,-0.999240517616272,-0.0318389870226383,0.0224662087857723,-0.935749351978302,0.350984781980515,0.034391637891531,-0.845178425312042,0.379122972488403,0.376748234033585,-0.999673247337341,-0.0132324304431677,0.0218696556985378,-0.999921679496765,0.0124385356903076,-0.00138240377418697,-0.996892511844635,-0.0755983740091324,0.0221430864185095,-0.999264717102051,-0.0105451149865985,0.0368643812835217,-0.999921679496765,0.0124385356903076,-0.00138240377418697,-0.999247848987579,0.0259162466973066,-0.0288481488823891,-0.99826854467392,0.0296537224203348,0.0507992468774319,-0.997700452804565,-0.0535833947360516,0.0415065996348858,-0.996892511844635,-0.0755983740091324,0.0221430864185095,-0.980490744113922,0.189644366502762,-0.0517000965774059,-0.997672080993652,0.00275195972062647,0.0681379735469818,-0.993176341056824,0.114315688610077,-0.023084344342351,-0.999784469604492,0.00333577650599182,-0.0204950608313084,
  553. -0.999925076961517,0.00121201132424176,-0.0121869025751948,-0.978954136371613,0.184023067355156,0.0882285833358765,-0.999664843082428,-0.000527738186065108,-0.0258822292089462,-0.99985259771347,0.00411526346579194,-0.0166744627058506,-0.995287299156189,0.023589912801981,-0.0940573066473007,-0.98101669549942,0.132846891880035,-0.141273230314255,-0.926663517951965,-0.124155111610889,-0.35479611158371,-0.999027669429779,0.0114922532811761,0.0425645336508751,-0.999630331993103,0.00320381624624133,0.0269991643726826,-0.987957179546356,0.00985131319612265,0.154414087533951,-0.997962653636932,0.0434712059795856,-0.0466984324157238,-0.926663517951965,-0.124155111610889,-0.35479611158371,-0.987957179546356,0.00985131319612265,0.154414087533951,-0.999144196510315,-0.00697209313511848,-0.0407723225653172,-0.80546098947525,-0.558795928955078,-0.197433188557625,-0.999568283557892,-0.0281682182103395,0.0083619486540556,-0.973520874977112,-0.0292830318212509,0.226715013384819,-0.793434023857117,-0.558439433574677,0.242090478539467,-0.99995356798172,0.00288077327422798,0.00919912289828062,-0.80546098947525,-0.558795928955078,-0.197433188557625,-0.793434023857117,-0.558439433574677,0.242090478539467,-0.997275233268738,0.00287775415927172,0.0737153068184853,-0.999790549278259,-0.00124580773990601,0.0204284209758043,-0.999589741230011,0.016749544069171,0.0232337433844805,-0.998736977577209,0.0451746992766857,0.0219924487173557,-0.99914014339447,0.0402190051972866,0.0100823417305946,-0.999143183231354,0.0388266444206238,-0.0143307279795408,-0.99955826997757,0.0297182258218527,0.000481149822007865,-0.998729288578033,0.0184732582420111,0.0468905530869961,-0.995085060596466,-0.0989849120378494,0.00278318021446466,-0.980101883411407,-0.150813460350037,-0.129057019948959,-0.996706306934357,0.0681009888648987,0.0440318062901497,-0.999938666820526,0.0078840721398592,-0.007776222191751,-0.999995112419128,0.000247918360400945,-0.00312643777579069,-0.999982893466949,-0.00107823906000704,-0.00576366204768419,-0.997990608215332,0.0633460655808449,-0.00145800597965717,
  554. -0.999575793743134,0.00246236380189657,0.0290215946733952,-0.997990608215332,0.0633460655808449,-0.00145800597965717,-0.994648873806,0.0985822007060051,0.0309099331498146,-0.973520874977112,-0.0292830318212509,0.226715013384819,-0.998736977577209,0.0451746992766857,0.0219924487173557,-0.999720394611359,0.00199278537184,0.0235628820955753,-0.999790549278259,-0.00124580773990601,0.0204284209758043,-0.99702125787735,0.0145041858777404,0.0757521167397499,-0.980490744113922,0.189644366502762,-0.0517000965774059,-0.993176341056824,0.114315688610077,-0.023084344342351,-0.993176341056824,0.114315688610077,-0.023084344342351,-0.987506628036499,0.156801626086235,-0.0156171172857285,-0.992763876914978,0.119474731385708,-0.0120688527822495,-0.99702125787735,0.0145041858777404,0.0757521167397499,-0.987506628036499,0.156801626086235,-0.0156171172857285,-0.999930381774902,-0.0116513511165977,0.0018788711167872,-0.992763876914978,0.119474731385708,-0.0120688527822495,-0.996313393115997,0.0822274684906006,0.024461267516017,-0.999930381774902,-0.0116513511165977,0.0018788711167872,-0.987506628036499,0.156801626086235,-0.0156171172857285,-0.997672080993652,0.00275195972062647,0.0681379735469818,-0.996313393115997,0.0822274684906006,0.024461267516017,-0.987506628036499,0.156801626086235,-0.0156171172857285,-0.993176341056824,0.114315688610077,-0.023084344342351,-0.980490744113922,0.189644366502762,-0.0517000965774059,-0.978954136371613,0.184023067355156,0.0882285833358765,-0.999925076961517,0.00121201132424176,-0.0121869025751948,-0.997672080993652,0.00275195972062647,0.0681379735469818,-0.98456746339798,0.1745465695858,0.0126646654680371,-0.997330069541931,-0.0350607931613922,0.0640577301383018,-0.995035588741302,0.0968137457966805,0.0230518225580454,-0.979454934597015,0.201656118035316,-0.00174655392765999,-0.98456746339798,0.1745465695858,0.0126646654680371,-0.995035588741302,0.0968137457966805,0.0230518225580454,-0.99914014339447,0.0402190051972866,0.0100823417305946,-0.979454934597015,0.201656118035316,-0.00174655392765999,-0.995035588741302,0.0968137457966805,0.0230518225580454,
  555. -0.995035588741302,0.0968137457966805,0.0230518225580454,-0.999493658542633,0.0216590873897076,-0.023309089243412,-0.999143183231354,0.0388266444206238,-0.0143307279795408,-0.99914014339447,0.0402190051972866,0.0100823417305946,-0.983774662017822,0.0308333691209555,-0.176739290356636,-0.999143183231354,0.0388266444206238,-0.0143307279795408,-0.999493658542633,0.0216590873897076,-0.023309089243412,-0.999493658542633,0.0216590873897076,-0.023309089243412,-0.999663710594177,-0.023051043972373,-0.011877216398716,-0.983774662017822,0.0308333691209555,-0.176739290356636,-0.999493658542633,0.0216590873897076,-0.023309089243412,-0.980143189430237,-0.0432179048657417,0.19352400302887,-0.999663710594177,-0.023051043972373,-0.011877216398716,-0.999662280082703,0.0249034371227026,0.00742550566792488,-0.980143189430237,-0.0432179048657417,0.19352400302887,-0.999493658542633,0.0216590873897076,-0.023309089243412,-0.999104022979736,-0.0126214036718011,0.0403972044587135,-0.999662280082703,0.0249034371227026,0.00742550566792488,-0.999493658542633,0.0216590873897076,-0.023309089243412,-0.995035588741302,0.0968137457966805,0.0230518225580454,-0.997330069541931,-0.0350607931613922,0.0640577301383018,-0.999104022979736,-0.0126214036718011,0.0403972044587135,-0.995035588741302,0.0968137457966805,0.0230518225580454,-0.999673247337341,-0.0132324304431677,0.0218696556985378,-0.999240517616272,-0.0318389870226383,0.0224662087857723,-0.760344326496124,-0.39013409614563,-0.519299447536469,-0.760344326496124,-0.39013409614563,-0.519299447536469,-0.999921679496765,0.0124385356903076,-0.00138240377418697,-0.999673247337341,-0.0132324304431677,0.0218696556985378,-0.760344326496124,-0.39013409614563,-0.519299447536469,-0.719327509403229,-0.0709501579403877,-0.691038429737091,-0.999921679496765,0.0124385356903076,-0.00138240377418697,-0.845178425312042,0.379122972488403,0.376748234033585,-0.749934911727905,0.145637482404709,0.64528089761734,-0.719327509403229,-0.0709501579403877,-0.691038429737091,-0.760344326496124,-0.39013409614563,-0.519299447536469,
  556. -0.935749351978302,0.350984781980515,0.034391637891531,-0.999240517616272,-0.0318389870226383,0.0224662087857723,-0.997330069541931,-0.0350607931613922,0.0640577301383018,-0.98456746339798,0.1745465695858,0.0126646654680371,-0.845178425312042,0.379122972488403,0.376748234033585,-0.935749351978302,0.350984781980515,0.034391637891531,-0.998603522777557,0.042389739304781,0.0315312631428242,-0.998828828334808,0.0269877221435308,0.0401597172021866,-0.995234251022339,0.047362919896841,0.0852381587028503,-0.838245689868927,0.0370100811123848,0.544035315513611,-0.749934911727905,0.145637482404709,0.64528089761734,-0.999952495098114,-0.00514525175094604,0.00828551780432463,-0.995287299156189,0.023589912801981,-0.0940573066473007,-0.999664843082428,-0.000527738186065108,-0.0258822292089462,-0.999740064144135,0.0199142936617136,0.0111107686534524,-0.992004811763763,-0.0208368916064501,-0.124468974769115,-0.890401363372803,-0.454766124486923,-0.0193179920315742,-0.883846819400787,-0.465820699930191,-0.0427303463220596,-0.978017091751099,0.0208934508264065,-0.207475423812866,-0.961512684822083,0.265237957239151,0.0717086270451546,-0.956221163272858,0.291758507490158,0.0227631609886885,-0.992004811763763,-0.0208368916064501,-0.124468974769115,-0.998484194278717,-0.0497385784983635,-0.0235657338052988,-0.994251847267151,0.105553157627583,0.0179425962269306,-0.988741278648376,0.0480380617082119,-0.141715124249458,-0.956221163272858,0.291758507490158,0.0227631609886885,-0.961512684822083,0.265237957239151,0.0717086270451546,-0.990524232387543,-0.0380657501518726,-0.131957426667213,-0.666282594203949,-0.745064437389374,-0.0307660736143589,-0.962880373001099,-0.267678946256638,-0.0347779877483845,-0.988741278648376,0.0480380617082119,-0.141715124249458,-0.99985259771347,0.00411526346579194,-0.0166744627058506,-0.999784469604492,0.00333577650599182,-0.0204950608313084,-0.999664843082428,-0.000527738186065108,-0.0258822292089462,-0.995287299156189,0.023589912801981,-0.0940573066473007,-0.999575793743134,0.00246236380189657,0.0290215946733952,
  557. -0.999720394611359,0.00199278537184,0.0235628820955753,-0.998736977577209,0.0451746992766857,0.0219924487173557,-0.998670697212219,0.0508092828094959,0.00867852196097374,-0.999946296215057,0.0100727481767535,-0.00246949400752783,-0.999720394611359,0.00199278537184,0.0235628820955753,-0.99992036819458,-0.0125608928501606,-0.00129997893236578,-0.998442709445953,0.0484963580965996,-0.0275727845728397,-0.991291761398315,-0.0174330100417137,-0.130524754524231,-0.994268536567688,-0.0243504755198956,-0.104101702570915,-0.999946296215057,0.0100727481767535,-0.00246949400752783,-0.999982118606567,-0.00570346927270293,0.00177822564728558,-0.999484002590179,-0.0139683829620481,-0.0289263837039471,-0.999189615249634,0.00540601089596748,-0.0398884899914265,-0.995234251022339,0.047362919896841,0.0852381587028503,-0.998828828334808,0.0269877221435308,0.0401597172021866,-0.998828828334808,0.0269877221435308,0.0401597172021866,-0.998603522777557,0.042389739304781,0.0315312631428242,-0.999589741230011,0.016749544069171,0.0232337433844805,-0.999484002590179,-0.0139683829620481,-0.0289263837039471,-0.99914014339447,0.0402190051972866,0.0100823417305946,-0.998603522777557,0.042389739304781,0.0315312631428242,-0.979454934597015,0.201656118035316,-0.00174655392765999,-0.999030113220215,-0.0342705026268959,-0.0276487059891224,-0.999944925308228,-0.00958837196230888,0.00429159589111805,-0.999662280082703,0.0249034371227026,0.00742550566792488,-0.999126434326172,0.0361198037862778,-0.0210172571241856,-0.999030113220215,-0.0342705026268959,-0.0276487059891224,-0.999738574028015,-0.0228657349944115,-0.000242068432271481,-0.999988734722137,0.00189111521467566,-0.00437483564019203,-0.999944925308228,-0.00958837196230888,0.00429159589111805,-0.999738574028015,-0.0228657349944115,-0.000242068432271481,-0.99983423948288,-0.0167735312134027,-0.00708514265716076,-0.997698545455933,0.00544011266902089,-0.0675864815711975,-0.999988734722137,0.00189111521467566,-0.00437483564019203,-0.986162900924683,0.165681779384613,0.00568145932629704,-0.996096789836884,0.0879717469215393,-0.00723568955436349,
  558. -0.997698545455933,0.00544011266902089,-0.0675864815711975,-0.992976546287537,0.0877600237727165,-0.079346276819706,-0.997094631195068,0.0111298691481352,-0.0753552168607712,-0.986162900924683,0.165681779384613,0.00568145932629704,-0.992976546287537,0.0877600237727165,-0.079346276819706,-0.99531227350235,0.0121587468311191,-0.0959461033344269,-0.997127830982208,0.0206475891172886,-0.0728686451911926,-0.997094631195068,0.0111298691481352,-0.0753552168607712,-0.99531227350235,0.0121587468311191,-0.0959461033344269,-0.993631720542908,0.0519272163510323,-0.0999979302287102,-0.997312664985657,0.0717853307723999,0.0146423187106848,-0.997312664985657,0.0717853307723999,0.0146423187106848,-0.999668955802917,0.0254345089197159,0.00388767942786217,-0.995085060596466,-0.0989849120378494,0.00278318021446466,-0.997127830982208,0.0206475891172886,-0.0728686451911926,-0.995085060596466,-0.0989849120378494,0.00278318021446466,-0.999143183231354,0.0388266444206238,-0.0143307279795408,-0.983774662017822,0.0308333691209555,-0.176739290356636,-0.980101883411407,-0.150813460350037,-0.129057019948959,-0.983774662017822,0.0308333691209555,-0.176739290356636,-0.999663710594177,-0.023051043972373,-0.011877216398716,-0.992434680461884,-0.0583407431840897,-0.108026556670666,-0.980101883411407,-0.150813460350037,-0.129057019948959,-0.999663710594177,-0.023051043972373,-0.011877216398716,-0.980143189430237,-0.0432179048657417,0.19352400302887,-0.978305995464325,0.0436456874012947,0.202515363693237,-0.992434680461884,-0.0583407431840897,-0.108026556670666,-0.999633431434631,-0.0211177431046963,-0.0169488731771708,-0.999781847000122,0.0194654818624258,-0.00758369592949748,-0.99702125787735,0.0145041858777404,0.0757521167397499,-0.980225920677185,-0.00861060153692961,0.197694629430771,-0.999740064144135,0.0199142936617136,0.0111107686534524,-0.999781847000122,0.0194654818624258,-0.00758369592949748,-0.999633431434631,-0.0211177431046963,-0.0169488731771708,-0.999692142009735,-0.000826950708869845,-0.0248010158538818,-0.999952495098114,-0.00514525175094604,0.00828551780432463,
  559. -0.999740064144135,0.0199142936617136,0.0111107686534524,-0.999692142009735,-0.000826950708869845,-0.0248010158538818,-0.999717533588409,-0.00750839430838823,-0.0225534122437239,-0.999630331993103,0.00320381624624133,0.0269991643726826,-0.999027669429779,0.0114922532811761,0.0425645336508751,-0.999901711940765,0.0121544450521469,0.00699838064610958,-0.999784469604492,0.00333577650599182,-0.0204950608313084,-0.99985259771347,0.00411526346579194,-0.0166744627058506,-0.999901711940765,0.0121544450521469,0.00699838064610958,-0.999999403953552,0.00116874347440898,-0.000129345164168626,-0.999925076961517,0.00121201132424176,-0.0121869025751948,-0.999784469604492,0.00333577650599182,-0.0204950608313084,-0.997672080993652,0.00275195972062647,0.0681379735469818,-0.999925076961517,0.00121201132424176,-0.0121869025751948,-0.999999403953552,0.00116874347440898,-0.000129345164168626,-0.99995356798172,0.00288077327422798,0.00919912289828062,-0.997275233268738,0.00287775415927172,0.0737153068184853,-0.999982118606567,-0.00570346927270293,0.00177822564728558,-0.999946296215057,0.0100727481767535,-0.00246949400752783,-0.998442709445953,0.0484963580965996,-0.0275727845728397,-0.997962653636932,0.0434712059795856,-0.0466984324157238,-0.999144196510315,-0.00697209313511848,-0.0407723225653172,-0.998253881931305,-0.0295042097568512,-0.0511741489171982,-0.972573041915894,-0.23204143345356,-0.0160797573626041,-0.968303620815277,-0.24350543320179,-0.0556173995137215,-0.992995619773865,0.0240258332341909,-0.115682654082775,-0.999373376369476,-0.0347202830016613,-0.00687931012362242,-0.998253881931305,-0.0295042097568512,-0.0511741489171982,-0.992995619773865,0.0240258332341909,-0.115682654082775,-0.999577760696411,0.0289907902479172,0.00196722545661032,-0.999982893466949,-0.00107823906000704,-0.00576366204768419,-0.999373376369476,-0.0347202830016613,-0.00687931012362242,-0.999577760696411,0.0289907902479172,0.00196722545661032,-0.999176383018494,0.0322817638516426,0.0245888996869326,-0.997990608215332,0.0633460655808449,-0.00145800597965717,
  560. -0.999982893466949,-0.00107823906000704,-0.00576366204768419,-0.999176383018494,0.0322817638516426,0.0245888996869326,-0.994648873806,0.0985822007060051,0.0309099331498146,-0.99955826997757,0.0297182258218527,0.000481149822007865,-0.999143183231354,0.0388266444206238,-0.0143307279795408,-0.995085060596466,-0.0989849120378494,0.00278318021446466,-0.999668955802917,0.0254345089197159,0.00388767942786217,-0.998729288578033,0.0184732582420111,0.0468905530869961,-0.999589741230011,0.016749544069171,0.0232337433844805,-0.998603522777557,0.042389739304781,0.0315312631428242,-0.99914014339447,0.0402190051972866,0.0100823417305946,-0.998736977577209,0.0451746992766857,0.0219924487173557,-0.999589741230011,0.016749544069171,0.0232337433844805,-0.998729288578033,0.0184732582420111,0.0468905530869961,-0.998670697212219,0.0508092828094959,0.00867852196097374,-0.991291761398315,-0.0174330100417137,-0.130524754524231,-0.999189615249634,0.00540601089596748,-0.0398884899914265,-0.999484002590179,-0.0139683829620481,-0.0289263837039471,-0.994268536567688,-0.0243504755198956,-0.104101702570915,-0.993631720542908,0.0519272163510323,-0.0999979302287102,-0.989940106868744,-0.132603049278259,-0.049346923828125,-0.990121185779572,-0.0513012632727623,-0.130492463707924,-0.996960461139679,0.0206362530589104,-0.0751264169812202,-0.997312664985657,0.0717853307723999,0.0146423187106848,-0.993631720542908,0.0519272163510323,-0.0999979302287102,-0.996960461139679,0.0206362530589104,-0.0751264169812202,-0.996069848537445,-0.0807553976774216,-0.0363797210156918,-0.999995112419128,0.000247918360400945,-0.00312643777579069,-0.999668955802917,0.0254345089197159,0.00388767942786217,-0.997312664985657,0.0717853307723999,0.0146423187106848,-0.996069848537445,-0.0807553976774216,-0.0363797210156918,-0.99955826997757,0.0297182258218527,0.000481149822007865,-0.999668955802917,0.0254345089197159,0.00388767942786217,-0.999995112419128,0.000247918360400945,-0.00312643777579069,-0.999938666820526,0.0078840721398592,-0.007776222191751,-0.99992036819458,-0.0125608928501606,-0.00129997893236578,
  561. -0.999720394611359,0.00199278537184,0.0235628820955753,-0.999575793743134,0.00246236380189657,0.0290215946733952,-0.973520874977112,-0.0292830318212509,0.226715013384819,-0.999568283557892,-0.0281682182103395,0.0083619486540556,-0.999673247337341,-0.0132324304431677,0.0218696556985378,-0.999104022979736,-0.0126214036718011,0.0403972044587135,-0.997330069541931,-0.0350607931613922,0.0640577301383018,-0.999240517616272,-0.0318389870226383,0.0224662087857723,-0.999921679496765,0.0124385356903076,-0.00138240377418697,-0.719327509403229,-0.0709501579403877,-0.691038429737091,-0.999247848987579,0.0259162466973066,-0.0288481488823891,-0.999988734722137,0.00189111521467566,-0.00437483564019203,-0.997698545455933,0.00544011266902089,-0.0675864815711975,-0.996096789836884,0.0879717469215393,-0.00723568955436349,-0.999662280082703,0.0249034371227026,0.00742550566792488,-0.999944925308228,-0.00958837196230888,0.00429159589111805,-0.978305995464325,0.0436456874012947,0.202515363693237,-0.980143189430237,-0.0432179048657417,0.19352400302887,-0.998484194278717,-0.0497385784983635,-0.0235657338052988,-0.992004811763763,-0.0208368916064501,-0.124468974769115,-0.978017091751099,0.0208934508264065,-0.207475423812866,-0.99971878528595,0.0236911550164223,-0.0010717521654442,-0.999700605869293,-0.00433412427082658,-0.0240824911743402,-0.998484194278717,-0.0497385784983635,-0.0235657338052988,-0.99971878528595,0.0236911550164223,-0.0010717521654442,-0.997887551784515,0.0556979477405548,0.0334410332143307,-0.992763876914978,0.119474731385708,-0.0120688527822495,-0.999700605869293,-0.00433412427082658,-0.0240824911743402,-0.997887551784515,0.0556979477405548,0.0334410332143307,-0.989429533481598,0.137717843055725,0.045419979840517,-0.994674921035767,0.0931898579001427,-0.0440180152654648,-0.999549448490143,-0.0125478394329548,-0.0272667352110147,-0.999309539794922,0.0337093658745289,0.0156290754675865,-0.996313393115997,0.0822274684906006,0.024461267516017,-0.999549448490143,-0.0125478394329548,-0.0272667352110147,-0.99899160861969,-0.0418173111975193,-0.0163424145430326,
  562. -0.994251847267151,0.105553157627583,0.0179425962269306,-0.999309539794922,0.0337093658745289,0.0156290754675865,-0.99899160861969,-0.0418173111975193,-0.0163424145430326,-0.990524232387543,-0.0380657501518726,-0.131957426667213,-0.988741278648376,0.0480380617082119,-0.141715124249458,-0.994251847267151,0.105553157627583,0.0179425962269306,0.00784218218177557,0.995215952396393,-0.0973847731947899,-0.0842932462692261,0.996440231800079,0.00125208834651858,-0.0467560924589634,0.975539863109589,0.214792743325233,0.0923262387514114,0.966937303543091,0.237714350223541,-0.00259634456597269,-0.00310892798006535,-0.999991834163666,-0.00373869901522994,-0.00317637622356415,-0.9999880194664,-0.998474955558777,-8.97403733688407e-005,-0.0552063174545765,-0.998457014560699,-9.0363719209563e-005,-0.0555309914052486,0.0882085934281349,0.941413879394531,0.325513929128647,-0.00562487123534083,0.99998414516449,-0.00050741876475513,-0.0218659825623035,0.895238518714905,-0.44505050778389,-0.0441753827035427,0.978661358356476,0.200675174593925,-0.0441753827035427,0.978661358356476,0.200675174593925,-0.0359469391405582,0.595422625541687,0.802608013153076,0.161581948399544,0.835744619369507,0.52480673789978,0.0882085934281349,0.941413879394531,0.325513929128647,-0.436183959245682,-0.0622400268912315,0.897702515125275,0.259206414222717,-0.0607731007039547,0.963908016681671,0.0041304393671453,-0.999946296215057,0.00951184146106243,-0.00463403761386871,-0.999943196773529,0.00960466731339693,0.0173104200512171,0.0484092980623245,0.998677611351013,0.00851329136639833,0.61313658952713,0.789931058883667,-0.121011279523373,0.844381511211395,0.521896719932556,0.26879021525383,-0.0340719744563103,0.962595999240875,-0.999898970127106,-2.20800066017546e-005,0.0142160383984447,-0.999879896640778,-2.18376535485731e-005,0.0155003638938069,-0.0444148816168308,-0.0029075276106596,0.999009013175964,-0.0439178161323071,-0.00289416988380253,0.999030947685242,0.00851329136639833,0.61313658952713,0.789931058883667,0.0433346889913082,0.980801939964294,0.190130710601807,
  563. -0.102566257119179,0.94130402803421,0.321600526571274,-0.121011279523373,0.844381511211395,0.521896719932556,-0.235521703958511,-0.0366235710680485,0.971178829669952,0.161581948399544,0.835744619369507,0.52480673789978,-0.0359469391405582,0.595422625541687,0.802608013153076,-0.05822828784585,0.0486899949610233,0.997115194797516,-0.999898970127106,-2.20800066017546e-005,0.0142160383984447,-0.998457014560699,-9.0363719209563e-005,-0.0555309914052486,-0.998474955558777,-8.97403733688407e-005,-0.0552063174545765,-0.999879896640778,-2.18376535485731e-005,0.0155003638938069,-0.102566257119179,0.94130402803421,0.321600526571274,-0.00304332352243364,0.999995470046997,9.21510873013176e-005,-0.00562487123534083,0.99998414516449,-0.00050741876475513,0.0882085934281349,0.941413879394531,0.325513929128647,-0.102566257119179,0.94130402803421,0.321600526571274,0.0882085934281349,0.941413879394531,0.325513929128647,0.161581948399544,0.835744619369507,0.52480673789978,-0.121011279523373,0.844381511211395,0.521896719932556,0.161581948399544,0.835744619369507,0.52480673789978,-0.235521703958511,-0.0366235710680485,0.971178829669952,0.26879021525383,-0.0340719744563103,0.962595999240875,-0.121011279523373,0.844381511211395,0.521896719932556,0.0579627826809883,0.998314559459686,-0.00289488071575761,0.0486788414418697,0.998174905776978,0.0357401371002197,0.0442979820072651,0.999000668525696,0.00594510789960623,0.0436110533773899,0.998762130737305,0.023921174928546,0.0495047755539417,0.998734533786774,-0.00886340253055096,-0.0372157357633114,0.999303996562958,0.00255108461715281,-0.0427099205553532,0.998641729354858,0.029843132942915,-0.0505913756787777,0.99869430065155,-0.00708922185003757,-0.0418937429785728,0.999058067798615,-0.0113107208162546,-0.0373395271599293,0.999081552028656,0.0210226140916348,-0.436183959245682,-0.0622400268912315,0.897702515125275,-0.00463403761386871,-0.999943196773529,0.00960466731339693,-0.0474735274910927,-0.997912108898163,0.0437934584915638,0.0616510584950447,-0.00022126994736027,-0.998097777366638,0.0411687828600407,-0.000147687125718221,-0.99915224313736,
  564. 0.00674255052581429,-2.40107183344662e-005,-0.999977350234985,0.0169568229466677,-6.07055226282682e-005,-0.999856293201447,0.0609978325664997,-0.000218923218199052,-0.998137950897217,0.0408412180840969,-0.000146510370541364,-0.999165654182434,0.00699494918808341,-2.49174609052716e-005,-0.999975621700287,0.0171206202358007,-6.12939693382941e-005,-0.999853491783142,0.259206414222717,-0.0607731007039547,0.963908016681671,0.038828294724226,-0.998489260673523,0.0388803258538246,0.0041304393671453,-0.999946296215057,0.00951184146106243,-0.0467560924589634,0.975539863109589,0.214792743325233,0.42583030462265,0.148672565817833,0.892504990100861,0.818845868110657,0.202181905508041,0.537228167057037,0.0923262387514114,0.966937303543091,0.237714350223541,-0.105519711971283,-0.988489091396332,-0.108420975506306,-0.971717178821564,-0.234741196036339,-0.025737427175045,-0.999989688396454,-0.0044987634755671,-0.000630375579930842,-0.988037467002869,-0.152772337198257,-0.021040566265583,0.0267706792801619,0.976061820983887,0.215839371085167,0.071948915719986,0.997401177883148,0.00380048807710409,0.00302601302973926,0.981695473194122,-0.190433591604233,-0.0966274961829185,0.980600416660309,0.170546412467957,-0.999100804328918,0.0419300198554993,0.00628278031945229,-0.999988555908203,0.00476146256551147,0.000645607477054,-0.97006219625473,0.241304397583008,0.0274149719625711,-0.103130027651787,0.988306939601898,0.112310342490673,-0.988037467002869,-0.152772337198257,-0.021040566265583,-0.999989688396454,-0.0044987634755671,-0.000630375579930842,-0.999988555908203,0.00476146256551147,0.000645607477054,-0.999100804328918,0.0419300198554993,0.00628278031945229,-0.0467560924589634,0.975539863109589,0.214792743325233,-0.0842932462692261,0.996440231800079,0.00125208834651858,0.071948915719986,0.997401177883148,0.00380048807710409,0.0267706792801619,0.976061820983887,0.215839371085167,0.10581561923027,0.994285464286804,0.0141264451667666,0.00364345661364496,0.999680578708649,0.025011733174324,0.00245084473863244,0.999668121337891,0.0256467405706644,
  565. 0.104956515133381,0.994262337684631,0.0206526182591915,-0.0986057668924332,0.995077967643738,0.00983999855816364,0.00364094553515315,0.999713897705078,0.0236415807157755,0.0025777779519558,0.999737560749054,0.0227658301591873,-0.0994565188884735,0.994920432567596,0.0155460238456726,-0.390205472707748,0.156574040651321,0.907317042350769,0.0267706792801619,0.976061820983887,0.215839371085167,-0.0966274961829185,0.980600416660309,0.170546412467957,-0.899448156356812,0.223441198468208,0.375588983297348,0.42583030462265,0.148672565817833,0.892504990100861,-0.0467560924589634,0.975539863109589,0.214792743325233,0.0267706792801619,0.976061820983887,0.215839371085167,-0.390205472707748,0.156574040651321,0.907317042350769,0.971355020999908,0.234673589468002,0.0373869650065899,0.10581561923027,0.994285464286804,0.0141264451667666,0.104956515133381,0.994262337684631,0.0206526182591915,0.9713294506073,0.234777718782425,0.0373985692858696,-0.970329523086548,0.24175438284874,-0.00395060516893864,-0.0986057668924332,0.995077967643738,0.00983999855816364,-0.0994565188884735,0.994920432567596,0.0155460238456726,-0.970361411571503,0.241637364029884,-0.00321330619044602,-0.00304332352243364,0.999995470046997,9.21510873013176e-005,-0.102566257119179,0.94130402803421,0.321600526571274,0.0433346889913082,0.980801939964294,0.190130710601807,0.0468950532376766,0.952540099620819,-0.300779521465302,-0.0474735274910927,-0.997912108898163,0.0437934584915638,-0.00463403761386871,-0.999943196773529,0.00960466731339693,-0.00101678259670734,-0.999997615814209,0.00196600542403758,-0.0434606894850731,-0.997818291187286,0.0496984720230103,0.00104569050017744,-0.999998033046722,0.00169791362714022,0.0041304393671453,-0.999946296215057,0.00951184146106243,0.038828294724226,-0.998489260673523,0.0388803258538246,0.0346531681716442,-0.998471260070801,0.0430616438388824,-0.00463403761386871,-0.999943196773529,0.00960466731339693,0.0041304393671453,-0.999946296215057,0.00951184146106243,0.00104569050017744,-0.999998033046722,0.00169791362714022,-0.00101678259670734,-0.999997615814209,0.00196600542403758,
  566. 0.00784004665911198,0.99522078037262,-0.0973357260227203,-0.0670425221323967,0.99774968624115,0.00100663851480931,-0.0279008392244577,0.976283013820648,0.21469309926033,0.0943934097886086,0.973661124706268,0.20754262804985,-0.00374189321883023,-0.997836232185364,-0.0656421110033989,-0.101823598146439,-0.964942753314972,0.241903752088547,0.0303469710052013,-0.97584342956543,0.216353073716164,0.0772613435983658,-0.997000753879547,0.00449835695326328,0.0776507183909416,0.942443668842316,0.325223594903946,0.0235393047332764,0.999722421169281,0.00110530352685601,-0.0275189913809299,0.952504873275757,-0.303277522325516,-0.0442696325480938,0.975185751914978,0.21691682934761,-0.0442696325480938,0.975185751914978,0.21691682934761,-0.0357368178665638,0.590795636177063,0.806029379367828,0.161460474133492,0.835764646530151,0.524812459945679,0.0776507183909416,0.942443668842316,0.325223594903946,-0.438598841428757,-0.0622907131910324,0.896521508693695,0.25618788599968,-0.060664027929306,0.964721620082855,0.000586629146710038,-0.999954044818878,0.0095768179744482,-0.00814681965857744,-0.999922752380371,0.00939491111785173,0.0135822370648384,-0.0291397534310818,0.999483108520508,0.00662849470973015,0.590639352798462,0.806908488273621,-0.120414033532143,0.844445586204529,0.521931171417236,0.239124566316605,-0.0357573218643665,0.970330357551575,0.0252049099653959,-0.999682247638702,-0.000408613617764786,0.00490821106359363,-0.976765275001526,0.214255809783936,0.0806730315089226,-0.949455738067627,0.303357422351837,-0.0114374039694667,-0.983576059341431,0.180131539702415,0.00662849470973015,0.590639352798462,0.806908488273621,0.0422803536057472,0.974856972694397,0.218783676624298,-0.116899780929089,0.93973183631897,0.321307420730591,-0.120414033532143,0.844445586204529,0.521931171417236,-0.213047072291374,-0.037991851568222,0.976303040981293,0.161460474133492,0.835764646530151,0.524812459945679,-0.0357368178665638,0.590795636177063,0.806029379367828,-0.0550950914621353,-0.0288768392056227,0.998063445091248,0.0252049099653959,-0.999682247638702,-0.000408613617764786,
  567. 0.0772613435983658,-0.997000753879547,0.00449835695326328,0.0303469710052013,-0.97584342956543,0.216353073716164,0.00490821106359363,-0.976765275001526,0.214255809783936,-0.116899780929089,0.93973183631897,0.321307420730591,-0.0113841062411666,0.999935209751129,0.000208049037610181,0.0235393047332764,0.999722421169281,0.00110530352685601,0.0776507183909416,0.942443668842316,0.325223594903946,-0.116899780929089,0.93973183631897,0.321307420730591,0.0776507183909416,0.942443668842316,0.325223594903946,0.161460474133492,0.835764646530151,0.524812459945679,-0.120414033532143,0.844445586204529,0.521931171417236,0.161460474133492,0.835764646530151,0.524812459945679,-0.213047072291374,-0.037991851568222,0.976303040981293,0.239124566316605,-0.0357573218643665,0.970330357551575,-0.120414033532143,0.844445586204529,0.521931171417236,0.0580338723957539,0.998302102088928,-0.00499402405694127,0.0486406572163105,0.998275279998779,0.0328734256327152,0.0442745946347713,0.999010384082794,0.00425905175507069,0.0436259023845196,0.998781621456146,0.0230653621256351,0.0495332442224026,0.998722851276398,-0.00995772890746593,-0.0372146517038345,0.999304115772247,0.00253211101517081,-0.0428135544061661,0.998579204082489,0.0317270718514919,-0.0505924336612225,0.998695254325867,-0.00694490922614932,-0.0418788529932499,0.99904727935791,-0.0122833689674735,-0.0373310782015324,0.999089121818542,0.0206749401986599,-0.438598841428757,-0.0622907131910324,0.896521508693695,-0.00814681965857744,-0.999922752380371,0.00939491111785173,-0.0475288368761539,-0.99804699420929,0.040536604821682,0.0616416968405247,-0.000221236245124601,-0.998098313808441,0.0411640964448452,-0.000147670274600387,-0.999152481555939,0.0067457826808095,-2.40223271248396e-005,-0.999977231025696,0.0169384479522705,-6.06395042268559e-005,-0.999856531620026,0.0607413537800312,-0.000218001761822961,-0.998153507709503,0.0407128520309925,-0.000146049176692031,-0.999170958995819,0.00708335125818849,-2.52350400842261e-005,-0.99997490644455,0.0171640962362289,-6.1450140492525e-005,-0.99985271692276,
  568. 0.25618788599968,-0.060664027929306,0.964721620082855,0.0386336781084538,-0.998360395431519,0.0422371625900269,0.000586629146710038,-0.999954044818878,0.0095768179744482,-0.0279008392244577,0.976283013820648,0.21469309926033,0.441498279571533,0.147390142083168,0.885073721408844,0.818827331066132,0.202177673578262,0.53725802898407,0.0943934097886086,0.973661124706268,0.20754262804985,-0.101823598146439,-0.964942753314972,0.241903752088547,-0.650626003742218,-0.155877903103828,0.743228077888489,-0.296037614345551,-0.159108683466911,0.941831350326538,0.0303469710052013,-0.97584342956543,0.216353073716164,0.0261029861867428,0.976087152957916,0.215807005763054,0.0982729941606522,0.995145678520203,0.00526509620249271,0.0033134394325316,0.995226502418518,-0.0975364968180656,-0.0959015563130379,0.974397003650665,0.203355610370636,0.00490821106359363,-0.976765275001526,0.214255809783936,0.347475439310074,-0.156720921397209,0.92449951171875,0.618967413902283,-0.160604506731033,0.768820941448212,0.0806730315089226,-0.949455738067627,0.303357422351837,0.0303469710052013,-0.97584342956543,0.216353073716164,-0.296037614345551,-0.159108683466911,0.941831350326538,0.347475439310074,-0.156720921397209,0.92449951171875,0.00490821106359363,-0.976765275001526,0.214255809783936,-0.0279008392244577,0.976283013820648,0.21469309926033,-0.0670425221323967,0.99774968624115,0.00100663851480931,0.0982729941606522,0.995145678520203,0.00526509620249271,0.0261029861867428,0.976087152957916,0.215807005763054,0.105815403163433,0.994287550449371,0.0139850396662951,0.0036407969892025,0.99970668554306,0.0239467471837997,0.00254135299474001,0.999718546867371,0.0235915686935186,0.104990735650063,0.994273841381073,0.0199160203337669,-0.0986063629388809,0.995079576969147,0.00967481546103954,0.00364242889918387,0.999700844287872,0.0241886712610722,0.00251627177931368,0.999704897403717,0.0241654589772224,-0.0994705855846405,0.994913816452026,0.0158792417496443,-0.363563239574432,0.158059492707253,0.918062686920166,0.0261029861867428,0.976087152957916,0.215807005763054,
  569. -0.0959015563130379,0.974397003650665,0.203355610370636,-0.839733600616455,0.208347037434578,0.5014368891716,0.441498279571533,0.147390142083168,0.885073721408844,-0.0279008392244577,0.976283013820648,0.21469309926033,0.0261029861867428,0.976087152957916,0.215807005763054,-0.363563239574432,0.158059492707253,0.918062686920166,0.971382677555084,0.234678938984871,0.0366277173161507,0.105815403163433,0.994287550449371,0.0139850396662951,0.104990735650063,0.994273841381073,0.0199160203337669,0.971349060535431,0.234778091311455,0.036882970482111,-0.970328152179718,0.241754457354546,-0.00425166171044111,-0.0986063629388809,0.995079576969147,0.00967481546103954,-0.0994705855846405,0.994913816452026,0.0158792417496443,-0.970359981060028,0.241639226675034,-0.00349279819056392,-0.0113841062411666,0.999935209751129,0.000208049037610181,-0.116899780929089,0.93973183631897,0.321307420730591,0.0422803536057472,0.974856972694397,0.218783676624298,0.0468970127403736,0.952282607555389,-0.301593512296677,-0.0475288368761539,-0.99804699420929,0.040536604821682,-0.00814681965857744,-0.999922752380371,0.00939491111785173,-0.00447468599304557,-0.999988555908203,0.0017470425227657,-0.0435242503881454,-0.998003363609314,0.0457711219787598,-0.00245231413282454,-0.999995410442352,0.00177454261574894,0.000586629146710038,-0.999954044818878,0.0095768179744482,0.0386336781084538,-0.998360395431519,0.0422371625900269,0.0344187393784523,-0.998293936252594,0.0471660904586315,-0.00814681965857744,-0.999922752380371,0.00939491111785173,0.000586629146710038,-0.999954044818878,0.0095768179744482,-0.00245231413282454,-0.999995410442352,0.00177454261574894,-0.00447468599304557,-0.999988555908203,0.0017470425227657,0.336144745349884,0.938652396202087,-0.0770608931779861,-0.178294092416763,0.979054391384125,0.0983043015003204,-0.00590645801275969,0.999340951442719,-0.0358177237212658,0.013904090039432,0.999890744686127,-0.00502436514943838,-0.178294092416763,0.979054391384125,0.0983043015003204,-0.635012984275818,0.772498190402985,-0.00226816884241998,-0.0105519071221352,0.999943017959595,-0.00167146883904934,
  570. -0.00590645801275969,0.999340951442719,-0.0358177237212658,-0.635012984275818,0.772498190402985,-0.00226816884241998,-0.175043255090714,0.979348659515381,-0.101173758506775,-0.00618492718786001,0.999042570590973,0.0433090589940548,-0.0105519071221352,0.999943017959595,-0.00167146883904934,-0.175043255090714,0.979348659515381,-0.101173758506775,0.311752766370773,0.943783402442932,0.109923757612705,0.0141783207654953,0.999899208545685,-0.000807953882031143,-0.00618492718786001,0.999042570590973,0.0433090589940548,0.311752766370773,0.943783402442932,0.109923757612705,0.336144745349884,0.938652396202087,-0.0770608931779861,0.013904090039432,0.999890744686127,-0.00502436514943838,0.0141783207654953,0.999899208545685,-0.000807953882031143,0.602661728858948,0.0650007501244545,-0.795345067977905,-0.536119997501373,-0.270319074392319,-0.79968935251236,-0.041638795286417,0.0760302096605301,-0.996235728263855,0.0409458763897419,0.0142916766926646,-0.99905914068222,-0.536119997501373,-0.270319074392319,-0.79968935251236,-0.684463083744049,0.15561942756176,-0.712244927883148,-0.0325379930436611,-0.123258501291275,-0.991841077804565,-0.041638795286417,0.0760302096605301,-0.996235728263855,-0.684463083744049,0.15561942756176,-0.712244927883148,-0.0193631798028946,-0.000678754411637783,-0.999812304973602,-0.000364686216926202,-0.00499283941462636,-0.999987542629242,-0.0325379930436611,-0.123258501291275,-0.991841077804565,-0.0193631798028946,-0.000678754411637783,-0.999812304973602,0.679794430732727,-0.166030049324036,-0.714362323284149,0.033445168286562,0.091808445751667,-0.995214879512787,-0.000364686216926202,-0.00499283941462636,-0.999987542629242,0.679794430732727,-0.166030049324036,-0.714362323284149,0.602661728858948,0.0650007501244545,-0.795345067977905,0.0409458763897419,0.0142916766926646,-0.99905914068222,0.033445168286562,0.091808445751667,-0.995214879512787
  571. }
  572. BinormalsW: *2322 {
  573. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  574. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  575. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  576. }
  577. }
  578. LayerElementTangent: 0 {
  579. Version: 102
  580. Name: "map1"
  581. MappingInformationType: "ByPolygonVertex"
  582. ReferenceInformationType: "Direct"
  583. Tangents: *6966 {
  584. a: -0.999987721443176,0.00495274132117629,0,-0.999987959861755,0.00491136126220226,0,-0.999987304210663,0.0050405734218657,0,-0.999986708164215,0.00516844494268298,8.16993761532103e-009,1,-0.000285238260403275,-0,0.999999940395355,-0.000344403990311548,-0,1,-0.000442192394984886,9.67505298099525e-010,0.999999940395355,-0.000341936247423291,-0,0.998466551303864,-0.0260401666164398,0.0488517321646214,0.99961656332016,-0.0130247203633189,0.0244345646351576,1,7.14700092885323e-007,-1.3407877759164e-006,0.99961656332016,-0.0130247203633189,0.0244345646351576,-0.999992191791534,0.00397339044138789,-1.47282310791752e-008,-0.999990522861481,0.00434754695743322,-3.6689018489966e-009,-0.999992370605469,0.00389611045829952,-1.83550472598881e-008,-0.999992430210114,0.00389742758125067,0,-0.999980330467224,0.00626492314040661,8.60666760083006e-010,-0.999983906745911,0.0056635201908648,3.03309322102763e-010,-0.999990522861481,0.00434754695743322,-3.6689018489966e-009,-0.999992191791534,0.00397339044138789,-1.47282310791752e-008,0.999998807907104,-0.00155554909724742,7.87997944673435e-010,0.999999225139618,-0.00124539027456194,2.06804753877243e-010,1,-0.000442192394984886,9.67505298099525e-010,0.999996662139893,-0.00258871074765921,8.20208789775734e-009,1,0.000128864878206514,-1.09679176851785e-009,1,-0.000156302121467888,-1.39301814527926e-008,0.999999225139618,-0.00124539027456194,2.06804753877243e-010,0.999998807907104,-0.00155554909724742,7.87997944673435e-010,-0.999992370605469,0.00389611045829952,-1.83550472598881e-008,-0.999988913536072,0.00470501789823174,-2.08891339781303e-008,-0.999991774559021,0.00406575854867697,-3.78702651460117e-008,-0.999995708465576,0.00293306913226843,-3.78704108072725e-008,-0.999990522861481,0.00434754695743322,-3.6689018489966e-009,-0.999983906745911,0.0056635201908648,3.03309322102763e-010,-0.999988198280334,0.00487840035930276,0,-0.99998813867569,0.00488750310614705,0,0.999999225139618,-0.00124539027456194,2.06804753877243e-010,1,-0.000156302121467888,-1.39301814527926e-008,
  585. 1,-0.000233781524002552,-1.78257693050909e-008,1,-0.000348521018167958,-0,1,-0.000156302121467888,-1.39301814527926e-008,1,-7.64694414101541e-005,1.14621548363836e-010,1,-0.000227084296057001,2.14207390228914e-015,1,-0.000233781524002552,-1.78257693050909e-008,-0.999972343444824,0.00597569392994046,-0.00441022729501128,-0.999970734119415,0.00733523489907384,-0.00216028047725558,-0.999641835689545,0.020879440009594,-0.01674316637218,-0.999635279178619,0.0198101233690977,-0.0183554608374834,-0.999992787837982,0.00273662013933063,0.00263641611672938,-0.999993205070496,0.00268413126468658,0.00255766767077148,-0.999970734119415,0.00733523489907384,-0.00216028047725558,-0.999972343444824,0.00597569392994046,-0.00441022729501128,-0.0484548471868038,0.45973801612854,0.886731684207916,-0.00542415538802743,0.460406213998795,0.887691855430603,0.0376165881752968,0.460221141576767,0.887007057666779,-0.00542415538802743,0.460406213998795,0.887691855430603,1,-0.000227084296057001,2.14207390228914e-015,1,-7.64694414101541e-005,1.14621548363836e-010,1,-0.000268038857029751,5.12891489279355e-008,1,-0.000288226583506912,5.12891453752218e-008,0,0.000464501295937225,0.99999988079071,0,-2.62051817117026e-005,1,0,-0.000496343651320785,0.99999988079071,0,-0.000196636305190623,1,0,-4.67921017843764e-005,1,0,0.000123645353596658,1,1,0.00029812564025633,-0,1,-7.64694414101541e-005,1.14621548363836e-010,1,-0.000156302121467888,-1.39301814527926e-008,1,0.000128864878206514,-1.09679176851785e-009,-0.999988913536072,0.00470501789823174,-2.08891339781303e-008,-0.999992370605469,0.00389611045829952,-1.83550472598881e-008,-0.999990522861481,0.00434754695743322,-3.6689018489966e-009,-0.99998813867569,0.00488750310614705,0,-0.999992430210114,0.00215338822454214,0.00324747269041836,-0.999992787837982,0.00209944788366556,0.00316612632013857,-0.999993205070496,0.00268413126468658,0.00255766767077148,-0.999992787837982,0.00273662013933063,0.00263641611672938,0,-0.00113891926594079,-0.999999403953552,0,-0.00129827600903809,-0.999999165534973,0,-0.00147630274295807,-0.999998927116394,
  586. 0,-0.00183195096906275,-0.999998331069946,0,-0.00131681107450277,-0.999999165534973,0,-0.000819800072349608,-0.999999761581421,-0.999970674514771,0.00765710370615125,6.92602739604808e-008,-0.999986708164215,0.00516844494268298,8.16993761532103e-009,-0.999983906745911,0.0056635201908648,3.03309322102763e-010,-0.999980330467224,0.00626492314040661,8.60666760083006e-010,-0.999986708164215,0.00516844494268298,8.16993761532103e-009,-0.999987304210663,0.0050405734218657,0,-0.999988198280334,0.00487840035930276,0,-0.999983906745911,0.0056635201908648,3.03309322102763e-010,0.999999940395355,-0.000341936247423291,-0,1,-0.000442192394984886,9.67505298099525e-010,0.999999225139618,-0.00124539027456194,2.06804753877243e-010,1,-0.000348521018167958,-0,0.999998986721039,0,0.00149321311619133,1,0,-0.000105301347502973,0.999999761581421,0,-0.000647882407065481,0.999998569488525,0,0.00168019032571465,-0.0410691425204277,-0.00539083499461412,0.999141812324524,0.0406501814723015,0.00622963160276413,0.999153971672058,0.0318657234311104,-0.0707231685519218,0.996986925601959,0.000298988132271916,-0.00193965120706707,0.999998092651367,-0.0328801572322845,0.0546624138951302,0.997963428497314,0.999999403953552,-0.000222539572860114,-0.00115461007226259,1,0.000241140776779503,-0.000363660452421755,1,0.000164748431416228,-0.000248454423854128,0.999999463558197,-0.000291564880171791,-0.00105092371813953,0.999969959259033,-0.00466001918539405,-0.00619472889229655,0.999999403953552,-0.000222539572860114,-0.00115461007226259,0.999999463558197,-0.000291564880171791,-0.00105092371813953,0.999957978725433,-0.00319659803062677,-0.0086011616513133,0.999615371227264,-0.0179804377257824,-0.021113945171237,0.999969959259033,-0.00466001918539405,-0.00619472889229655,0.999957978725433,-0.00319659803062677,-0.0086011616513133,0.999599158763886,-0.0169383808970451,-0.0226846672594547,0.999621570110321,0,-0.0275092739611864,0.999881863594055,0,-0.0153741091489792,0.999999105930328,0,-0.00136577105149627,0.999814569950104,0,-0.0192546918988228,0.99996280670166,0,0.00862486660480499,
  587. 0.999997496604919,0,-0.00223806640133262,0.999814569950104,0,-0.0192546918988228,0.999999105930328,0,-0.00136577105149627,0.999998390674591,0,0.00177692156285048,0.999998152256012,0,-0.00192449020687491,0.999997496604919,0,-0.00223806640133262,0.99996280670166,0,0.00862486660480499,0.999998569488525,0,0.00168019032571465,0.999999761581421,0,-0.000647882407065481,0.999998152256012,0,-0.00192449020687491,0.999998390674591,0,0.00177692156285048,-0.970599830150604,0.171974316239357,-0.168406933546066,-0.99994695186615,-0.00957648921757936,0.00377848069183528,-0.928947150707245,-0.292252033948898,-0.227257058024406,-0.841475069522858,-0.41245773434639,-0.348996132612228,0.0256857071071863,0.61079078912735,-0.791375339031219,-0.791981637477875,0.607897341251373,0.0567957945168018,-0.876275897026062,0.45197919011116,-0.166899859905243,-0.998038649559021,0.0261357184499502,-0.0568846836686134,-0.791981637477875,0.607897341251373,0.0567957945168018,-0.973708093166351,0.13349275290966,-0.184586465358734,-0.995797753334045,-0.012783482670784,-0.0906828343868256,-0.999398231506348,-0.0262601803988218,0.0226628165692091,-0.724606394767761,0.166647166013718,0.668710827827454,-0.865308880805969,0.297822862863541,-0.403165251016617,-0.999398231506348,-0.0262601803988218,0.0226628165692091,-0.995797753334045,-0.012783482670784,-0.0906828343868256,-0.987481832504272,-0.12304600328207,-0.0986886322498322,-0.999675810337067,-0.0229756012558937,0.0109724337235093,-0.948879778385162,-0.288367301225662,-0.128340363502502,-0.923763513565063,-0.350386738777161,-0.154564037919044,-0.998027801513672,-0.0336838811635971,-0.0529702939093113,-0.997262060642242,0.0598864406347275,-0.0433821454644203,-0.865308880805969,0.297822862863541,-0.403165251016617,-0.724606394767761,0.166647166013718,0.668710827827454,-0.916301250457764,0.267862170934677,-0.29772761464119,-0.993675887584686,0.097318634390831,-0.0560113973915577,-0.998148679733276,0.0401677638292313,-0.045669361948967,-0.994043052196503,-0.0735546201467514,0.0804242640733719,-0.988429725170136,-0.136076688766479,-0.0670057460665703,
  588. -0.990169763565063,-0.110562145709991,-0.0856730416417122,-0.999941885471344,-0.0074128657579422,-0.00783540681004524,-0.920966446399689,0.381449669599533,0.0794797018170357,-0.954661011695862,-0.296487480401993,0.0267848763614893,-0.923763513565063,-0.350386738777161,-0.154564037919044,-0.948879778385162,-0.288367301225662,-0.128340363502502,-0.990169763565063,-0.110562145709991,-0.0856730416417122,-0.791981637477875,0.607897341251373,0.0567957945168018,-0.998038649559021,0.0261357184499502,-0.0568846836686134,-0.985924661159515,0.14312444627285,0.0864176154136658,-0.791981637477875,0.607897341251373,0.0567957945168018,-0.985924661159515,0.14312444627285,0.0864176154136658,-0.99994695186615,-0.00957648921757936,0.00377848069183528,-0.791981637477875,0.607897341251373,0.0567957945168018,0.0256857071071863,0.61079078912735,-0.791375339031219,-0.8465336561203,-0.519851624965668,0.11460867524147,-0.973708093166351,0.13349275290966,-0.184586465358734,-0.955023229122162,0.132254764437675,-0.265403896570206,-0.841475069522858,-0.41245773434639,-0.348996132612228,-0.928947150707245,-0.292252033948898,-0.227257058024406,-0.923763513565063,-0.350386738777161,-0.154564037919044,-0.905602335929871,0.376930922269821,0.194441497325897,-0.997264921665192,0.062774546444416,-0.0390140861272812,-0.998027801513672,-0.0336838811635971,-0.0529702939093113,-0.0625769570469856,-0.616857469081879,-0.784583389759064,-0.0138749806210399,-0.169512495398521,-0.985430359840393,-0.998227596282959,-0.054951835423708,-0.0228467416018248,-0.9464191198349,0.136860683560371,-0.292506337165833,-0.995698511600494,0.0170436147600412,0.0910706669092178,-0.95233154296875,0.24463202059269,0.182263150811195,-0.946100234985352,0.159305810928345,-0.281985700130463,-0.836898744106293,-0.309752911329269,0.451279938220978,-0.980635404586792,0.158921986818314,0.11444628983736,-0.998227596282959,-0.054951835423708,-0.0228467416018248,-0.95233154296875,0.24463202059269,0.182263150811195,-0.995698511600494,0.0170436147600412,0.0910706669092178,-0.836898744106293,-0.309752911329269,0.451279938220978,
  589. -0.946100234985352,0.159305810928345,-0.281985700130463,-0.986900269985199,0.00803418643772602,0.161131724715233,-0.972772836685181,-0.0464420355856419,-0.2270597666502,-0.964352428913116,-0.186699435114861,0.187530860304832,-0.999675810337067,-0.0229756012558937,0.0109724337235093,-0.987481832504272,-0.12304600328207,-0.0986886322498322,-0.892682433128357,0.28694298863411,-0.34753692150116,-0.997970759868622,0.0620971024036407,-0.0140836602076888,-0.920966446399689,0.381449669599533,0.0794797018170357,-0.973982870578766,0.119188867509365,-0.192747056484222,-0.946185946464539,0.250644445419312,0.204718291759491,-0.997454285621643,0.045040026307106,-0.0552835278213024,-0.994031846523285,-0.0933208093047142,-0.0564965717494488,-0.960024416446686,-0.2521693110466,-0.121506303548813,-0.99565064907074,-0.0929701402783394,-0.00603119097650051,-0.988358676433563,-0.132066532969475,-0.0755352973937988,-0.994043052196503,-0.0735546201467514,0.0804242640733719,-0.954661011695862,-0.296487480401993,0.0267848763614893,-0.996623396873474,-0.0794673711061478,-0.0206586550921202,-0.988429725170136,-0.136076688766479,-0.0670057460665703,-0.973982870578766,0.119188867509365,-0.192747056484222,-0.955023229122162,0.132254764437675,-0.265403896570206,-0.928947150707245,-0.292252033948898,-0.227257058024406,-0.946185946464539,0.250644445419312,0.204718291759491,-0.973982870578766,0.119188867509365,-0.192747056484222,-0.920966446399689,0.381449669599533,0.0794797018170357,-0.999941885471344,-0.0074128657579422,-0.00783540681004524,-0.998148679733276,0.0401677638292313,-0.045669361948967,-0.959355711936951,0.0232060216367245,-0.281243860721588,-0.91522079706192,-0.027854235842824,-0.40198877453804,-0.905602335929871,0.376930922269821,0.194441497325897,-0.923763513565063,-0.350386738777161,-0.154564037919044,-0.990169763565063,-0.110562145709991,-0.0856730416417122,-0.988429725170136,-0.136076688766479,-0.0670057460665703,-0.996623396873474,-0.0794673711061478,-0.0206586550921202,-0.960024416446686,-0.2521693110466,-0.121506303548813,-0.994031846523285,-0.0933208093047142,-0.0564965717494488,
  590. -0.997454285621643,0.045040026307106,-0.0552835278213024,-0.946185946464539,0.250644445419312,0.204718291759491,-0.998227596282959,-0.054951835423708,-0.0228467416018248,-0.980635404586792,0.158921986818314,0.11444628983736,-0.908671379089355,-0.243444234132767,0.339192241430283,-0.9464191198349,0.136860683560371,-0.292506337165833,-0.95233154296875,0.24463202059269,0.182263150811195,-0.0167049262672663,0.873027861118317,-0.487384110689163,-0.0576532445847988,0.983588814735413,0.170965269207954,-0.946100234985352,0.159305810928345,-0.281985700130463,-0.998227596282959,-0.054951835423708,-0.0228467416018248,-0.0138749806210399,-0.169512495398521,-0.985430359840393,-0.0167049262672663,0.873027861118317,-0.487384110689163,-0.95233154296875,0.24463202059269,0.182263150811195,-0.946100234985352,0.159305810928345,-0.281985700130463,-0.0576532445847988,0.983588814735413,0.170965269207954,-0.02066994830966,0.69556999206543,0.71816098690033,-0.986900269985199,0.00803418643772602,0.161131724715233,-0.987481832504272,-0.12304600328207,-0.0986886322498322,-0.948879778385162,-0.288367301225662,-0.128340363502502,-0.997262060642242,0.0598864406347275,-0.0433821454644203,-0.892682433128357,0.28694298863411,-0.34753692150116,-0.995797753334045,-0.012783482670784,-0.0906828343868256,-0.990169763565063,-0.110562145709991,-0.0856730416417122,-0.948879778385162,-0.288367301225662,-0.128340363502502,-0.987481832504272,-0.12304600328207,-0.0986886322498322,-0.990169763565063,-0.110562145709991,-0.0856730416417122,-0.995797753334045,-0.012783482670784,-0.0906828343868256,-0.865308880805969,0.297822862863541,-0.403165251016617,-0.998148679733276,0.0401677638292313,-0.045669361948967,-0.998148679733276,0.0401677638292313,-0.045669361948967,-0.865308880805969,0.297822862863541,-0.403165251016617,-0.993675887584686,0.097318634390831,-0.0560113973915577,-0.959355711936951,0.0232060216367245,-0.281243860721588,-0.980635404586792,0.158921986818314,0.11444628983736,-0.999675810337067,-0.0229756012558937,0.0109724337235093,-0.997970759868622,0.0620971024036407,-0.0140836602076888,
  591. -0.908671379089355,-0.243444234132767,0.339192241430283,-0.999675810337067,-0.0229756012558937,0.0109724337235093,-0.980635404586792,0.158921986818314,0.11444628983736,-0.995698511600494,0.0170436147600412,0.0910706669092178,-0.999398231506348,-0.0262601803988218,0.0226628165692091,-0.999398231506348,-0.0262601803988218,0.0226628165692091,-0.995698511600494,0.0170436147600412,0.0910706669092178,-0.836898744106293,-0.309752911329269,0.451279938220978,-0.724606394767761,0.166647166013718,0.668710827827454,-0.724606394767761,0.166647166013718,0.668710827827454,-0.836898744106293,-0.309752911329269,0.451279938220978,-0.964352428913116,-0.186699435114861,0.187530860304832,-0.964352428913116,-0.186699435114861,0.187530860304832,-0.972772836685181,-0.0464420355856419,-0.2270597666502,-0.434274286031723,-0.777885437011719,-0.454202711582184,-0.724606394767761,0.166647166013718,0.668710827827454,-0.964352428913116,-0.186699435114861,0.187530860304832,-0.434274286031723,-0.777885437011719,-0.454202711582184,-0.916301250457764,0.267862170934677,-0.29772761464119,-0.998148679733276,0.0401677638292313,-0.045669361948967,-0.91522079706192,-0.027854235842824,-0.40198877453804,-0.999761462211609,-0.0163347069174051,0.0145026165992022,-0.999941885471344,-0.0074128657579422,-0.00783540681004524,-0.994043052196503,-0.0735546201467514,0.0804242640733719,-0.960024416446686,-0.2521693110466,-0.121506303548813,-0.985924661159515,0.14312444627285,0.0864176154136658,-0.998038649559021,0.0261357184499502,-0.0568846836686134,-0.99565064907074,-0.0929701402783394,-0.00603119097650051,-0.99994695186615,-0.00957648921757936,0.00377848069183528,-0.985924661159515,0.14312444627285,0.0864176154136658,-0.960024416446686,-0.2521693110466,-0.121506303548813,-0.946185946464539,0.250644445419312,0.204718291759491,-0.928947150707245,-0.292252033948898,-0.227257058024406,-0.905602335929871,0.376930922269821,0.194441497325897,-0.994031846523285,-0.0933208093047142,-0.0564965717494488,-0.988358676433563,-0.132066532969475,-0.0755352973937988,-0.997264921665192,0.062774546444416,-0.0390140861272812,
  592. -0.994031846523285,-0.0933208093047142,-0.0564965717494488,-0.905602335929871,0.376930922269821,0.194441497325897,-0.996623396873474,-0.0794673711061478,-0.0206586550921202,-0.997454285621643,0.045040026307106,-0.0552835278213024,-0.954661011695862,-0.296487480401993,0.0267848763614893,-0.920966446399689,0.381449669599533,0.0794797018170357,-0.997454285621643,0.045040026307106,-0.0552835278213024,-0.996623396873474,-0.0794673711061478,-0.0206586550921202,-0.999941885471344,-0.0074128657579422,-0.00783540681004524,-0.954661011695862,-0.296487480401993,0.0267848763614893,-0.994043052196503,-0.0735546201467514,0.0804242640733719,-0.955023229122162,0.132254764437675,-0.265403896570206,-0.912435710430145,0.259910315275192,-0.316081702709198,-0.841475069522858,-0.41245773434639,-0.348996132612228,-0.999761462211609,-0.0163347069174051,0.0145026165992022,-0.920636415481567,-0.0289253573864698,-0.389348268508911,-0.955023229122162,0.132254764437675,-0.265403896570206,-0.973982870578766,0.119188867509365,-0.192747056484222,-0.999941885471344,-0.0074128657579422,-0.00783540681004524,0.0563076287508011,0.873383283615112,0.483767628669739,-0.0260189697146416,0.875604569911957,0.482327312231064,-0.0621110051870346,0.87488329410553,0.480334669351578,-0.00137900246772915,0.875236392021179,0.483693510293961,0.00245728204026818,0.874106645584106,0.485727846622467,0.0654874816536903,0.873969495296478,0.481548279523849,-0.91896778345108,-0.294135421514511,0.262645363807678,-0.920839428901672,-0.283161044120789,0.268094420433044,-0.983840823173523,0.134821981191635,-0.117814742028713,-0.983840823173523,0.134821981191635,-0.117814742028713,0.702721178531647,0.476782709360123,-0.528073072433472,-0.91896778345108,-0.294135421514511,0.262645363807678,-0.998511373996735,0.0327940434217453,0.0435853786766529,-0.995272159576416,0.0702602788805962,0.0670581459999084,-0.926140666007996,0.358803063631058,-0.116291753947735,-0.995797276496887,-0.0127918524667621,0.0906872823834419,-0.865308821201324,0.297953128814697,0.40306892991066,-0.724615633487701,0.165781185030937,-0.668916046619415,
  593. -0.999400973320007,-0.0262026451528072,-0.0226079933345318,-0.999400973320007,-0.0262026451528072,-0.0226079933345318,-0.99967759847641,-0.0229385048151016,-0.0108902556821704,-0.987479984760284,-0.123056381940842,0.0986940488219261,-0.995797276496887,-0.0127918524667621,0.0906872823834419,-0.948879837989807,-0.288365125656128,0.128345817327499,-0.997282862663269,0.059726532548666,0.0431236661970615,-0.998033821582794,-0.0337918400764465,0.0527887791395187,-0.923765599727631,-0.350381076335907,0.154565066099167,-0.865308821201324,0.297953128814697,0.40306892991066,-0.993663191795349,0.0973173826932907,0.0562378689646721,-0.915749967098236,0.267632901668549,0.299624294042587,-0.724615633487701,0.165781185030937,-0.668916046619415,-0.998154580593109,0.0401432141661644,0.0455631986260414,-0.990169048309326,-0.110565334558487,0.085676945745945,-0.988432705402374,-0.136060833930969,0.0669942870736122,-0.994040489196777,-0.0735712349414825,-0.0804417878389359,-0.999867081642151,-0.0125321131199598,0.0104308743029833,-0.954650044441223,-0.296508401632309,-0.0269445795565844,-0.920969545841217,0.381423115730286,-0.0795710310339928,-0.923765599727631,-0.350381076335907,0.154565066099167,-0.990169048309326,-0.110565334558487,0.085676945745945,-0.948879837989807,-0.288365125656128,0.128345817327499,-0.926140666007996,0.358803063631058,-0.116291753947735,-0.994411587715149,0.0982073843479156,-0.0387407131493092,-0.998511373996735,0.0327940434217453,0.0435853786766529,-0.926140666007996,0.358803063631058,-0.116291753947735,-0.983840823173523,0.134821981191635,-0.117814742028713,-0.994411587715149,0.0982073843479156,-0.0387407131493092,-0.926140666007996,0.358803063631058,-0.116291753947735,-0.995272159576416,0.0702602788805962,0.0670581459999084,-0.676123440265656,0.0420527160167694,0.735587239265442,0.702721178531647,0.476782709360123,-0.528073072433472,-0.956916749477386,0.13218729197979,0.25852844119072,-0.920839428901672,-0.283161044120789,0.268094420433044,-0.91896778345108,-0.294135421514511,0.262645363807678,-0.923765599727631,-0.350381076335907,0.154565066099167,
  594. -0.998033821582794,-0.0337918400764465,0.0527887791395187,-0.997269332408905,0.062753289937973,0.0389340259134769,-0.905596077442169,0.37694051861763,-0.194452077150345,-0.062575176358223,-0.616684257984161,0.78471964597702,-0.946446597576141,0.136908292770386,0.292394995689392,-0.998227298259735,-0.0549551136791706,0.0228491760790348,-0.0138839092105627,-0.169508546590805,0.985430896282196,-0.995700120925903,0.0170297231525183,-0.0910553857684135,-0.836885273456573,-0.309817939996719,-0.451260358095169,-0.94608074426651,0.15954153239727,0.281917661428452,-0.952331066131592,0.244635552167892,-0.182260513305664,-0.980639278888702,0.158903241157532,-0.114439770579338,-0.995700120925903,0.0170297231525183,-0.0910553857684135,-0.952331066131592,0.244635552167892,-0.182260513305664,-0.998227298259735,-0.0549551136791706,0.0228491760790348,-0.836885273456573,-0.309817939996719,-0.451260358095169,-0.964056253433228,-0.187347441911697,-0.188405394554138,-0.972852766513824,-0.0464410223066807,0.226717010140419,-0.986908793449402,0.00803304184228182,-0.161079302430153,-0.94608074426651,0.15954153239727,0.281917661428452,-0.99967759847641,-0.0229385048151016,-0.0108902556821704,-0.997972011566162,0.0620816312730312,0.0140623459592462,-0.892722487449646,0.286993473768234,0.347392052412033,-0.987479984760284,-0.123056381940842,0.0986940488219261,-0.920969545841217,0.381423115730286,-0.0795710310339928,-0.997454524040222,0.0450377725064754,0.0552813932299614,-0.96431690454483,0.208674967288971,-0.162935003638268,-0.95748108625412,0.142918542027473,0.250607699155808,-0.99403190612793,-0.0933224633336067,0.0564936064183712,-0.988545119762421,-0.131130889058113,0.0747215822339058,-0.997251152992249,-0.0739739760756493,0.00424084346741438,-0.962650060653687,-0.22435687482357,0.151555493474007,-0.994040489196777,-0.0735712349414825,-0.0804417878389359,-0.988432705402374,-0.136060833930969,0.0669942870736122,-0.996626794338226,-0.0794304236769676,0.0206350702792406,-0.954650044441223,-0.296508401632309,-0.0269445795565844,-0.95748108625412,0.142918542027473,0.250607699155808,
  595. -0.96431690454483,0.208674967288971,-0.162935003638268,-0.920839428901672,-0.283161044120789,0.268094420433044,-0.956916749477386,0.13218729197979,0.25852844119072,-0.95748108625412,0.142918542027473,0.250607699155808,-0.999867081642151,-0.0125321131199598,0.0104308743029833,-0.920969545841217,0.381423115730286,-0.0795710310339928,-0.998154580593109,0.0401432141661644,0.0455631986260414,-0.915313065052032,-0.0278565473854542,0.401778668165207,-0.959397792816162,0.0232097618281841,0.281100064516068,-0.905596077442169,0.37694051861763,-0.194452077150345,-0.996626794338226,-0.0794304236769676,0.0206350702792406,-0.988432705402374,-0.136060833930969,0.0669942870736122,-0.990169048309326,-0.110565334558487,0.085676945745945,-0.923765599727631,-0.350381076335907,0.154565066099167,-0.962650060653687,-0.22435687482357,0.151555493474007,-0.96431690454483,0.208674967288971,-0.162935003638268,-0.997454524040222,0.0450377725064754,0.0552813932299614,-0.99403190612793,-0.0933224633336067,0.0564936064183712,-0.998227298259735,-0.0549551136791706,0.0228491760790348,-0.946446597576141,0.136908292770386,0.292394995689392,-0.908722817897797,-0.243478208780289,-0.339029669761658,-0.980639278888702,0.158903241157532,-0.114439770579338,-0.952331066131592,0.244635552167892,-0.182260513305664,-0.94608074426651,0.15954153239727,0.281917661428452,-0.0576606206595898,0.983591020107269,-0.170950010418892,-0.0167141873389483,0.873063385486603,0.487320184707642,-0.998227298259735,-0.0549551136791706,0.0228491760790348,-0.952331066131592,0.244635552167892,-0.182260513305664,-0.0167141873389483,0.873063385486603,0.487320184707642,-0.0138839092105627,-0.169508546590805,0.985430896282196,-0.94608074426651,0.15954153239727,0.281917661428452,-0.986908793449402,0.00803304184228182,-0.161079302430153,-0.0206820759922266,0.696099817752838,-0.717647075653076,-0.0576606206595898,0.983591020107269,-0.170950010418892,-0.987479984760284,-0.123056381940842,0.0986940488219261,-0.892722487449646,0.286993473768234,0.347392052412033,-0.997282862663269,0.059726532548666,0.0431236661970615,
  596. -0.948879837989807,-0.288365125656128,0.128345817327499,-0.995797276496887,-0.0127918524667621,0.0906872823834419,-0.987479984760284,-0.123056381940842,0.0986940488219261,-0.948879837989807,-0.288365125656128,0.128345817327499,-0.990169048309326,-0.110565334558487,0.085676945745945,-0.990169048309326,-0.110565334558487,0.085676945745945,-0.998154580593109,0.0401432141661644,0.0455631986260414,-0.865308821201324,0.297953128814697,0.40306892991066,-0.995797276496887,-0.0127918524667621,0.0906872823834419,-0.998154580593109,0.0401432141661644,0.0455631986260414,-0.959397792816162,0.0232097618281841,0.281100064516068,-0.993663191795349,0.0973173826932907,0.0562378689646721,-0.865308821201324,0.297953128814697,0.40306892991066,-0.980639278888702,0.158903241157532,-0.114439770579338,-0.908722817897797,-0.243478208780289,-0.339029669761658,-0.997972011566162,0.0620816312730312,0.0140623459592462,-0.99967759847641,-0.0229385048151016,-0.0108902556821704,-0.99967759847641,-0.0229385048151016,-0.0108902556821704,-0.999400973320007,-0.0262026451528072,-0.0226079933345318,-0.995700120925903,0.0170297231525183,-0.0910553857684135,-0.980639278888702,0.158903241157532,-0.114439770579338,-0.999400973320007,-0.0262026451528072,-0.0226079933345318,-0.724615633487701,0.165781185030937,-0.668916046619415,-0.836885273456573,-0.309817939996719,-0.451260358095169,-0.995700120925903,0.0170297231525183,-0.0910553857684135,-0.724615633487701,0.165781185030937,-0.668916046619415,-0.964056253433228,-0.187347441911697,-0.188405394554138,-0.836885273456573,-0.309817939996719,-0.451260358095169,-0.964056253433228,-0.187347441911697,-0.188405394554138,-0.434345602989197,-0.777939796447754,0.45404127240181,-0.972852766513824,-0.0464410223066807,0.226717010140419,-0.724615633487701,0.165781185030937,-0.668916046619415,-0.915749967098236,0.267632901668549,0.299624294042587,-0.434345602989197,-0.777939796447754,0.45404127240181,-0.964056253433228,-0.187347441911697,-0.188405394554138,-0.998154580593109,0.0401432141661644,0.0455631986260414,-0.994040489196777,-0.0735712349414825,-0.0804417878389359,
  597. -0.999867081642151,-0.0125321131199598,0.0104308743029833,-0.99979430437088,-0.0162550304085016,-0.0121361641213298,-0.915313065052032,-0.0278565473854542,0.401778668165207,-0.962650060653687,-0.22435687482357,0.151555493474007,-0.997251152992249,-0.0739739760756493,0.00424084346741438,-0.998511373996735,0.0327940434217453,0.0435853786766529,-0.994411587715149,0.0982073843479156,-0.0387407131493092,-0.983840823173523,0.134821981191635,-0.117814742028713,-0.920839428901672,-0.283161044120789,0.268094420433044,-0.96431690454483,0.208674967288971,-0.162935003638268,-0.962650060653687,-0.22435687482357,0.151555493474007,-0.994411587715149,0.0982073843479156,-0.0387407131493092,-0.905596077442169,0.37694051861763,-0.194452077150345,-0.997269332408905,0.062753289937973,0.0389340259134769,-0.988545119762421,-0.131130889058113,0.0747215822339058,-0.99403190612793,-0.0933224633336067,0.0564936064183712,-0.99403190612793,-0.0933224633336067,0.0564936064183712,-0.997454524040222,0.0450377725064754,0.0552813932299614,-0.996626794338226,-0.0794304236769676,0.0206350702792406,-0.905596077442169,0.37694051861763,-0.194452077150345,-0.954650044441223,-0.296508401632309,-0.0269445795565844,-0.996626794338226,-0.0794304236769676,0.0206350702792406,-0.997454524040222,0.0450377725064754,0.0552813932299614,-0.920969545841217,0.381423115730286,-0.0795710310339928,-0.999867081642151,-0.0125321131199598,0.0104308743029833,-0.994040489196777,-0.0735712349414825,-0.0804417878389359,-0.954650044441223,-0.296508401632309,-0.0269445795565844,-0.894185960292816,-0.248302385210991,0.372528344392776,-0.856232821941376,-0.0319009982049465,0.515604138374329,-0.956916749477386,0.13218729197979,0.25852844119072,-0.756673276424408,0.389255732297897,0.525286138057709,-0.856232821941376,-0.0319009982049465,0.515604138374329,-0.99979430437088,-0.0162550304085016,-0.0121361641213298,-0.999867081642151,-0.0125321131199598,0.0104308743029833,-0.95748108625412,0.142918542027473,0.250607699155808,-0.956916749477386,0.13218729197979,0.25852844119072,-0.026015892624855,0.875582873821259,-0.482367038726807,
  598. 0.0563040003180504,0.873323738574982,-0.483875751495361,0.065481498837471,0.873962998390198,-0.481560885906219,0.00245887017808855,0.874106764793396,-0.485727846622467,-0.00137985614128411,0.875243127346039,-0.483681201934814,-0.0621266849339008,0.874898016452789,-0.480306148529053,-0.0638933628797531,-0.991043269634247,-0.117264181375504,-0.997423589229584,-0.0590903535485268,0.0406743995845318,-0.946446597576141,0.136908292770386,0.292394995689392,-0.062575176358223,-0.616684257984161,0.78471964597702,-0.0166954752057791,-0.218187496066093,0.975764095783234,-0.983332991600037,0.13570262491703,0.121000148355961,-0.9848712682724,-0.148273393511772,-0.0896862968802452,-0.0558175891637802,-0.985483050346375,-0.160336017608643,-0.0132065070793033,0.839568257331848,0.543093621730804,-0.864589989185333,0.277603060007095,0.418832540512085,-0.983332991600037,0.13570262491703,0.121000148355961,-0.0166954752057791,-0.218187496066093,0.975764095783234,-0.99670135974884,-0.0140528352931142,0.0799307897686958,-0.864589989185333,0.277603060007095,0.418832540512085,-0.998639106750488,0.0270773936063051,0.0445716232061386,-0.590344846248627,-0.616037249565125,-0.521527588367462,-0.918027997016907,-0.349184632301331,-0.187868908047676,-0.999357581138611,0.0310491491109133,-0.0178992804139853,-0.663669943809509,-0.584886968135834,-0.466314882040024,-0.9698566198349,0.171995773911476,-0.172614112496376,-0.995241284370422,0.0121736265718937,0.0966779440641403,-0.992860436439514,-0.0765831544995308,-0.0914500579237938,-0.986078858375549,-0.104445017874241,-0.12938204407692,-0.999530255794525,0.030648747459054,-4.92937870149035e-005,-0.920794725418091,0.381729423999786,0.0801227688789368,-0.95457649230957,-0.296706825494766,0.0273645333945751,0.0566231533885002,0.874890804290771,0.48099884390831,0.0314339250326157,0.880945682525635,0.472172260284424,-0.0725520998239517,0.913881123065948,0.399446338415146,-0.0659878775477409,0.83280348777771,0.549621641635895,-0.0132065070793033,0.839568257331848,0.543093621730804,-0.00688015064224601,0.903142333030701,0.429286152124405,
  599. -0.918027997016907,-0.349184632301331,-0.187868908047676,-0.590344846248627,-0.616037249565125,-0.521527588367462,-0.602323651313782,-0.620145916938782,-0.502618551254272,-0.986078858375549,-0.104445017874241,-0.12938204407692,-0.864589989185333,0.277603060007095,0.418832540512085,-0.99670135974884,-0.0140528352931142,0.0799307897686958,-0.989431083202362,0.119283705949783,0.0824472606182098,-0.864589989185333,0.277603060007095,0.418832540512085,-0.989431083202362,0.119283705949783,0.0824472606182098,-0.983332991600037,0.13570262491703,0.121000148355961,-0.864589989185333,0.277603060007095,0.418832540512085,-0.0132065070793033,0.839568257331848,0.543093621730804,-0.0659878775477409,0.83280348777771,0.549621641635895,-0.998639106750488,0.0270773936063051,0.0445716232061386,-0.997124135494232,-0.0709243342280388,0.0267056562006474,-0.0558175891637802,-0.985483050346375,-0.160336017608643,-0.9848712682724,-0.148273393511772,-0.0896862968802452,-0.918027997016907,-0.349184632301331,-0.187868908047676,-0.88836282491684,0.423807412385941,0.176631882786751,-0.986846148967743,0.159853503108025,-0.0241163372993469,-0.999357581138611,0.0310491491109133,-0.0178992804139853,-0.920794725418091,0.381729423999786,0.0801227688789368,-0.957112550735474,0.150228887796402,-0.247723072767258,-0.969421029090881,0.191481485962868,0.153485596179962,-0.997458577156067,0.0455762483179569,-0.0547643303871155,-0.994175910949707,-0.0922627002000809,-0.0556942522525787,-0.95614093542099,-0.268496483564377,-0.117064960300922,-0.997585117816925,-0.0646921694278717,0.0252775065600872,-0.988684415817261,-0.130347117781639,-0.0742483958601952,-0.995241284370422,0.0121736265718937,0.0966779440641403,-0.95457649230957,-0.296706825494766,0.0273645333945751,-0.997591197490692,-0.0436369590461254,-0.0539223216474056,-0.992860436439514,-0.0765831544995308,-0.0914500579237938,-0.957112550735474,0.150228887796402,-0.247723072767258,-0.997124135494232,-0.0709243342280388,0.0267056562006474,-0.9848712682724,-0.148273393511772,-0.0896862968802452,-0.969421029090881,0.191481485962868,0.153485596179962,
  600. -0.957112550735474,0.150228887796402,-0.247723072767258,-0.920794725418091,0.381729423999786,0.0801227688789368,-0.999530255794525,0.030648747459054,-4.92937870149035e-005,-0.9698566198349,0.171995773911476,-0.172614112496376,-0.0819932371377945,-0.0779260918498039,-0.993581712245941,-0.868299305438995,0.0760157108306885,-0.490181565284729,-0.88836282491684,0.423807412385941,0.176631882786751,-0.918027997016907,-0.349184632301331,-0.187868908047676,-0.986078858375549,-0.104445017874241,-0.12938204407692,-0.992860436439514,-0.0765831544995308,-0.0914500579237938,-0.997591197490692,-0.0436369590461254,-0.0539223216474056,-0.95614093542099,-0.268496483564377,-0.117064960300922,-0.994175910949707,-0.0922627002000809,-0.0556942522525787,-0.997458577156067,0.0455762483179569,-0.0547643303871155,-0.969421029090881,0.191481485962868,0.153485596179962,-0.9698566198349,0.171995773911476,-0.172614112496376,-0.868299305438995,0.0760157108306885,-0.490181565284729,-0.999317407608032,0.0345814451575279,0.0130009036511183,-0.999530255794525,0.030648747459054,-4.92937870149035e-005,-0.995241284370422,0.0121736265718937,0.0966779440641403,-0.95614093542099,-0.268496483564377,-0.117064960300922,-0.989431083202362,0.119283705949783,0.0824472606182098,-0.99670135974884,-0.0140528352931142,0.0799307897686958,-0.997585117816925,-0.0646921694278717,0.0252775065600872,-0.983332991600037,0.13570262491703,0.121000148355961,-0.989431083202362,0.119283705949783,0.0824472606182098,-0.95614093542099,-0.268496483564377,-0.117064960300922,-0.969421029090881,0.191481485962868,0.153485596179962,-0.9848712682724,-0.148273393511772,-0.0896862968802452,-0.88836282491684,0.423807412385941,0.176631882786751,-0.994175910949707,-0.0922627002000809,-0.0556942522525787,-0.988684415817261,-0.130347117781639,-0.0742483958601952,-0.986846148967743,0.159853503108025,-0.0241163372993469,-0.994175910949707,-0.0922627002000809,-0.0556942522525787,-0.88836282491684,0.423807412385941,0.176631882786751,-0.997591197490692,-0.0436369590461254,-0.0539223216474056,-0.997458577156067,0.0455762483179569,-0.0547643303871155,
  601. -0.95457649230957,-0.296706825494766,0.0273645333945751,-0.920794725418091,0.381729423999786,0.0801227688789368,-0.997458577156067,0.0455762483179569,-0.0547643303871155,-0.997591197490692,-0.0436369590461254,-0.0539223216474056,-0.999530255794525,0.030648747459054,-4.92937870149035e-005,-0.95457649230957,-0.296706825494766,0.0273645333945751,-0.995241284370422,0.0121736265718937,0.0966779440641403,-0.0725520998239517,0.913881123065948,0.399446338415146,-0.997652292251587,0.0681484937667847,0.00677582016214728,-0.998639106750488,0.0270773936063051,0.0445716232061386,-0.0659878775477409,0.83280348777771,0.549621641635895,-0.975655794143677,-0.0544420033693314,-0.212442383170128,-0.0325152352452278,-0.911256968975067,-0.410552829504013,-0.0558175891637802,-0.985483050346375,-0.160336017608643,-0.997124135494232,-0.0709243342280388,0.0267056562006474,-0.999317407608032,0.0345814451575279,0.0130009036511183,-0.975655794143677,-0.0544420033693314,-0.212442383170128,-0.997124135494232,-0.0709243342280388,0.0267056562006474,-0.957112550735474,0.150228887796402,-0.247723072767258,-0.999530255794525,0.030648747459054,-4.92937870149035e-005,-0.0167141314595938,-0.218762040138245,-0.97563499212265,-0.0558480881154537,-0.984873294830322,0.164029195904732,-0.984765946865082,-0.148697882890701,0.0901386514306068,-0.983322262763977,0.13579435646534,-0.120984762907028,-0.0132165821269155,0.839338302612305,-0.543448567390442,-0.0167141314595938,-0.218762040138245,-0.97563499212265,-0.983322262763977,0.13579435646534,-0.120984762907028,-0.864670276641846,0.27730131149292,-0.418866574764252,-0.996715784072876,-0.0139687666669488,-0.0797654017806053,-0.998656451702118,0.0274925567209721,-0.0439270734786987,-0.864670276641846,0.27730131149292,-0.418866574764252,-0.702946543693542,-0.479526877403259,0.525281131267548,-0.99933522939682,0.0317852571606636,0.0178533662110567,-0.962324023246765,-0.221293807029724,0.157991901040077,-0.976847290992737,0.160019338130951,0.141996651887894,-0.953982532024384,-0.21672759950161,0.207235515117645,
  602. -0.995393872261047,-0.046058040112257,0.0840805992484093,-0.992611408233643,-0.00365853868424892,-0.121280796825886,-0.99952632188797,0.0307760015130043,0.000217580236494541,-0.954672753810883,-0.296469688415527,-0.0265628099441528,-0.92088907957077,0.381754279136658,-0.0789108723402023,0.0566069222986698,0.874933838844299,-0.48092246055603,-0.00688277138397098,0.903303921222687,-0.428946048021317,-0.0132165821269155,0.839338302612305,-0.543448567390442,-0.0659932643175125,0.833130717277527,-0.549124956130981,-0.0689982324838638,0.869042158126831,-0.489903092384338,0.0314297862350941,0.880906105041504,-0.472246199846268,-0.962324023246765,-0.221293807029724,0.157991901040077,-0.953982532024384,-0.21672759950161,0.207235515117645,-0.702946543693542,-0.479526877403259,0.525281131267548,-0.864670276641846,0.27730131149292,-0.418866574764252,-0.989442706108093,0.119239874184132,-0.0823710933327675,-0.996715784072876,-0.0139687666669488,-0.0797654017806053,-0.864670276641846,0.27730131149292,-0.418866574764252,-0.983322262763977,0.13579435646534,-0.120984762907028,-0.989442706108093,0.119239874184132,-0.0823710933327675,-0.864670276641846,0.27730131149292,-0.418866574764252,-0.998656451702118,0.0274925567209721,-0.0439270734786987,-0.0659932643175125,0.833130717277527,-0.549124956130981,-0.0132165821269155,0.839338302612305,-0.543448567390442,-0.997162818908691,-0.0706522464752197,-0.0259731709957123,-0.984765946865082,-0.148697882890701,0.0901386514306068,-0.0558480881154537,-0.984873294830322,0.164029195904732,-0.962324023246765,-0.221293807029724,0.157991901040077,-0.99933522939682,0.0317852571606636,0.0178533662110567,-0.986844420433044,0.159886211156845,0.023966807872057,-0.887841105461121,0.424496978521347,-0.177596494555473,-0.92088907957077,0.381754279136658,-0.0789108723402023,-0.997460782527924,0.0456367060542107,0.0546763762831688,-0.969427287578583,0.191480979323387,-0.153446078300476,-0.957083404064178,0.150306269526482,0.247788935899735,-0.994177460670471,-0.0922366082668304,0.0557096600532532,-0.988671660423279,-0.130336672067642,0.0744364708662033,
  603. -0.997582852840424,-0.0647232234477997,-0.0252863056957722,-0.956137895584106,-0.268481314182281,0.117124073207378,-0.992611408233643,-0.00365853868424892,-0.121280796825886,-0.995393872261047,-0.046058040112257,0.0840805992484093,-0.997300744056702,-0.0360401384532452,0.0639704093337059,-0.954672753810883,-0.296469688415527,-0.0265628099441528,-0.957083404064178,0.150306269526482,0.247788935899735,-0.969427287578583,0.191480979323387,-0.153446078300476,-0.984765946865082,-0.148697882890701,0.0901386514306068,-0.997162818908691,-0.0706522464752197,-0.0259731709957123,-0.957083404064178,0.150306269526482,0.247788935899735,-0.99952632188797,0.0307760015130043,0.000217580236494541,-0.92088907957077,0.381754279136658,-0.0789108723402023,-0.976847290992737,0.160019338130951,0.141996651887894,-0.868053913116455,0.0760293826460838,0.490613847970963,-0.0988120883703232,0.023742813616991,0.994822919368744,-0.887841105461121,0.424496978521347,-0.177596494555473,-0.997300744056702,-0.0360401384532452,0.0639704093337059,-0.995393872261047,-0.046058040112257,0.0840805992484093,-0.953982532024384,-0.21672759950161,0.207235515117645,-0.962324023246765,-0.221293807029724,0.157991901040077,-0.956137895584106,-0.268481314182281,0.117124073207378,-0.969427287578583,0.191480979323387,-0.153446078300476,-0.997460782527924,0.0456367060542107,0.0546763762831688,-0.994177460670471,-0.0922366082668304,0.0557096600532532,-0.976847290992737,0.160019338130951,0.141996651887894,-0.992611408233643,-0.00365853868424892,-0.121280796825886,-0.99952632188797,0.0307760015130043,0.000217580236494541,-0.999317049980164,0.0345822013914585,-0.0130267171189189,-0.868053913116455,0.0760293826460838,0.490613847970963,-0.956137895584106,-0.268481314182281,0.117124073207378,-0.997582852840424,-0.0647232234477997,-0.0252863056957722,-0.996715784072876,-0.0139687666669488,-0.0797654017806053,-0.989442706108093,0.119239874184132,-0.0823710933327675,-0.983322262763977,0.13579435646534,-0.120984762907028,-0.984765946865082,-0.148697882890701,0.0901386514306068,-0.969427287578583,0.191480979323387,-0.153446078300476,
  604. -0.956137895584106,-0.268481314182281,0.117124073207378,-0.989442706108093,0.119239874184132,-0.0823710933327675,-0.887841105461121,0.424496978521347,-0.177596494555473,-0.986844420433044,0.159886211156845,0.023966807872057,-0.988671660423279,-0.130336672067642,0.0744364708662033,-0.994177460670471,-0.0922366082668304,0.0557096600532532,-0.994177460670471,-0.0922366082668304,0.0557096600532532,-0.997460782527924,0.0456367060542107,0.0546763762831688,-0.997300744056702,-0.0360401384532452,0.0639704093337059,-0.887841105461121,0.424496978521347,-0.177596494555473,-0.954672753810883,-0.296469688415527,-0.0265628099441528,-0.997300744056702,-0.0360401384532452,0.0639704093337059,-0.997460782527924,0.0456367060542107,0.0546763762831688,-0.92088907957077,0.381754279136658,-0.0789108723402023,-0.99952632188797,0.0307760015130043,0.000217580236494541,-0.992611408233643,-0.00365853868424892,-0.121280796825886,-0.954672753810883,-0.296469688415527,-0.0265628099441528,-0.0324892476201057,-0.910595059394836,0.412020802497864,-0.975638866424561,-0.054427083581686,0.212523832917213,-0.997162818908691,-0.0706522464752197,-0.0259731709957123,-0.0558480881154537,-0.984873294830322,0.164029195904732,-0.975638866424561,-0.054427083581686,0.212523832917213,-0.999317049980164,0.0345822013914585,-0.0130267171189189,-0.99952632188797,0.0307760015130043,0.000217580236494541,-0.957083404064178,0.150306269526482,0.247788935899735,-0.997162818908691,-0.0706522464752197,-0.0259731709957123,-0.756673276424408,0.389255732297897,0.525286138057709,-0.956916749477386,0.13218729197979,0.25852844119072,-0.91896778345108,-0.294135421514511,0.262645363807678,-0.920636415481567,-0.0289253573864698,-0.389348268508911,-0.874367773532867,-0.283486545085907,-0.393848121166229,-0.912435710430145,0.259910315275192,-0.316081702709198,-0.955023229122162,0.132254764437675,-0.265403896570206,-0.876275897026062,0.45197919011116,-0.166899859905243,-0.791981637477875,0.607897341251373,0.0567957945168018,-0.99994695186615,-0.00957648921757936,0.00377848069183528,-0.970599830150604,0.171974316239357,-0.168406933546066,
  605. 0.702721178531647,0.476782709360123,-0.528073072433472,-0.983840823173523,0.134821981191635,-0.117814742028713,-0.926140666007996,0.358803063631058,-0.116291753947735,-0.985833525657654,-0.14052602648735,0.091567762196064,-0.0464661158621311,-0.720728397369385,0.691658496856689,-0.0625769570469856,-0.616857469081879,-0.784583389759064,-0.9464191198349,0.136860683560371,-0.292506337165833,-0.997278034687042,0.0320309139788151,-0.0664110109210014,-0.0689982324838638,0.869042158126831,-0.489903092384338,-0.0659932643175125,0.833130717277527,-0.549124956130981,-0.998656451702118,0.0274925567209721,-0.0439270734786987,-0.98284924030304,0.0925955176353455,-0.159478634595871,-0.999965846538544,-0.00141853105742484,0.00814126059412956,-0.904941022396088,0.167361617088318,0.391244053840637,-0.985833525657654,-0.14052602648735,0.091567762196064,-0.924712538719177,0.196466028690338,0.326048880815506,-0.98284924030304,0.0925955176353455,-0.159478634595871,-0.985226035118103,-0.0226287599653006,0.169757395982742,-0.983608543872833,0.145662099123001,0.106286101043224,-0.983608543872833,0.145662099123001,0.106286101043224,-0.985226035118103,-0.0226287599653006,0.169757395982742,-0.998782694339752,0.0179006345570087,0.0459647960960865,-0.979029297828674,-0.0720875486731529,-0.190538913011551,-0.654080092906952,-0.540500581264496,-0.529186546802521,-0.973889350891113,-0.201583579182625,-0.104419827461243,-0.99943071603775,0.0335302613675594,-0.00375014706514776,-0.521319568157196,-0.422453671693802,-0.741457223892212,-0.664717733860016,-0.510766208171844,0.545223116874695,-0.25560662150383,0.438748210668564,0.8614901304245,-0.311566948890686,0.491854906082153,0.813022017478943,-0.955386817455292,-0.125774890184402,0.267239272594452,-0.955386817455292,-0.125774890184402,0.267239272594452,-0.997689664363861,0.0544119104743004,0.0406774766743183,-0.99709165096283,-0.00528949266299605,0.0760282278060913,-0.979915678501129,0.0456295795738697,-0.194121688604355,-0.942679405212402,-0.0413176082074642,-0.331131815910339,-0.954948902130127,-0.068133719265461,0.288843303918839,
  606. -0.829577445983887,0.298832207918167,0.471699714660645,-0.978208303451538,0.121946580708027,-0.168040364980698,-0.954948902130127,-0.068133719265461,0.288843303918839,-0.942679405212402,-0.0413176082074642,-0.331131815910339,-0.979915678501129,0.0456295795738697,-0.194121688604355,-0.275502026081085,-0.501115322113037,-0.82035493850708,-0.994198679924011,0.0744444876909256,-0.0776338502764702,-0.966747403144836,-0.115546382963657,-0.228141292929649,-0.999016046524048,0.0442380756139755,-0.00318697257898748,-0.998782694339752,0.0179006345570087,0.0459647960960865,-0.966747403144836,-0.115546382963657,-0.228141292929649,-0.994198679924011,0.0744444876909256,-0.0776338502764702,-0.998219907283783,-0.0278688631951809,-0.0527313798666,-0.629082798957825,-0.424831122159958,-0.650978803634644,-0.998545944690704,-0.0346851535141468,0.0412668958306313,-0.998219907283783,-0.0278688631951809,-0.0527313798666,-0.978208303451538,0.121946580708027,-0.168040364980698,-0.999651432037354,0.0258805919438601,0.00521670840680599,-0.977670133113861,0.184684231877327,-0.100263193249702,-0.991099298000336,0.132782265543938,0.00955259148031473,-0.996730029582977,0.062569297850132,0.0511327683925629,-0.99943071603775,0.0335302613675594,-0.00375014706514776,-0.841535270214081,0.351221710443497,0.410440891981125,-0.977670133113861,0.184684231877327,-0.100263193249702,-0.943988144397736,-0.0416178554296494,-0.327344477176666,-0.955190300941467,-0.0671513751149178,0.288274556398392,-0.955190300941467,-0.0671513751149178,0.288274556398392,-0.943988144397736,-0.0416178554296494,-0.327344477176666,-0.981571316719055,0.0826940909028053,-0.172277018427849,-0.270579606294632,-0.501408815383911,-0.821812689304352,-0.996434926986694,0.0268005542457104,0.0799959525465965,-0.981571316719055,0.0826940909028053,-0.172277018427849,-0.997652292251587,0.0681484937667847,0.00677582016214728,-0.994688034057617,0.0953947901725769,0.0386756211519241,-0.997262060642242,0.0598864406347275,-0.0433821454644203,-0.998027801513672,-0.0336838811635971,-0.0529702939093113,
  607. -0.998219907283783,-0.0278688631951809,-0.0527313798666,-0.994198679924011,0.0744444876909256,-0.0776338502764702,-0.892682433128357,0.28694298863411,-0.34753692150116,-0.998782694339752,0.0179006345570087,0.0459647960960865,-0.985226035118103,-0.0226287599653006,0.169757395982742,-0.997970759868622,0.0620971024036407,-0.0140836602076888,-0.892682433128357,0.28694298863411,-0.34753692150116,-0.997262060642242,0.0598864406347275,-0.0433821454644203,-0.994198679924011,0.0744444876909256,-0.0776338502764702,-0.998782694339752,0.0179006345570087,0.0459647960960865,-0.997970759868622,0.0620971024036407,-0.0140836602076888,-0.985226035118103,-0.0226287599653006,0.169757395982742,-0.98284924030304,0.0925955176353455,-0.159478634595871,-0.908671379089355,-0.243444234132767,0.339192241430283,-0.998027801513672,-0.0336838811635971,-0.0529702939093113,-0.997264921665192,0.062774546444416,-0.0390140861272812,-0.978208303451538,0.121946580708027,-0.168040364980698,-0.998219907283783,-0.0278688631951809,-0.0527313798666,-0.997264921665192,0.062774546444416,-0.0390140861272812,-0.988358676433563,-0.132066532969475,-0.0755352973937988,-0.942679405212402,-0.0413176082074642,-0.331131815910339,-0.978208303451538,0.121946580708027,-0.168040364980698,-0.664717733860016,-0.510766208171844,0.545223116874695,-0.955386817455292,-0.125774890184402,0.267239272594452,-0.973708093166351,0.13349275290966,-0.184586465358734,-0.8465336561203,-0.519851624965668,0.11460867524147,-0.98284924030304,0.0925955176353455,-0.159478634595871,-0.985833525657654,-0.14052602648735,0.091567762196064,-0.9464191198349,0.136860683560371,-0.292506337165833,-0.908671379089355,-0.243444234132767,0.339192241430283,-0.979915678501129,0.0456295795738697,-0.194121688604355,-0.942679405212402,-0.0413176082074642,-0.331131815910339,-0.988358676433563,-0.132066532969475,-0.0755352973937988,-0.99565064907074,-0.0929701402783394,-0.00603119097650051,-0.955386817455292,-0.125774890184402,0.267239272594452,-0.979915678501129,0.0456295795738697,-0.194121688604355,-0.99565064907074,-0.0929701402783394,-0.00603119097650051,
  608. -0.998038649559021,0.0261357184499502,-0.0568846836686134,-0.973708093166351,0.13349275290966,-0.184586465358734,-0.892722487449646,0.286993473768234,0.347392052412033,-0.997972011566162,0.0620816312730312,0.0140623459592462,-0.997466504573822,0.0528856329619884,-0.0475785993039608,-0.992456376552582,0.0942165926098824,0.0784446001052856,-0.892722487449646,0.286993473768234,0.347392052412033,-0.992456376552582,0.0942165926098824,0.0784446001052856,-0.997224628925323,0.0564994849264622,0.0484846271574497,-0.997282862663269,0.059726532548666,0.0431236661970615,-0.998033821582794,-0.0337918400764465,0.0527887791395187,-0.998409450054169,-0.0561391822993755,0.0052120853215456,-0.984703779220581,0.104971125721931,0.139066278934479,-0.997269332408905,0.062753289937973,0.0389340259134769,-0.992244482040405,-0.0397660993039608,-0.117768831551075,-0.90042918920517,-0.0371420197188854,0.433414041996002,-0.676123440265656,0.0420527160167694,0.735587239265442,-0.995272159576416,0.0702602788805962,0.0670581459999084,-0.997423589229584,-0.0590903535485268,0.0406743995845318,-0.997442305088043,-0.0422533228993416,-0.0576493255794048,-0.908722817897797,-0.243478208780289,-0.339029669761658,-0.946446597576141,0.136908292770386,0.292394995689392,-0.968137860298157,-0.108145400881767,0.225862368941307,-0.998971343040466,-0.0439841896295547,0.0110305715352297,-0.997251152992249,-0.0739739760756493,0.00424084346741438,-0.988545119762421,-0.131130889058113,0.0747215822339058,-0.997282862663269,0.059726532548666,0.0431236661970615,-0.997224628925323,0.0564994849264622,0.0484846271574497,-0.998409450054169,-0.0561391822993755,0.0052120853215456,-0.998033821582794,-0.0337918400764465,0.0527887791395187,-0.908722817897797,-0.243478208780289,-0.339029669761658,-0.997442305088043,-0.0422533228993416,-0.0576493255794048,-0.997466504573822,0.0528856329619884,-0.0475785993039608,-0.997972011566162,0.0620816312730312,0.0140623459592462,-0.998971343040466,-0.0439841896295547,0.0110305715352297,-0.992244482040405,-0.0397660993039608,-0.117768831551075,
  609. -0.995272159576416,0.0702602788805962,0.0670581459999084,-0.998511373996735,0.0327940434217453,0.0435853786766529,-0.997251152992249,-0.0739739760756493,0.00424084346741438,-0.997269332408905,0.062753289937973,0.0389340259134769,-0.984703779220581,0.104971125721931,0.139066278934479,-0.968137860298157,-0.108145400881767,0.225862368941307,-0.988545119762421,-0.131130889058113,0.0747215822339058,-0.663669943809509,-0.584886968135834,-0.466314882040024,-0.999357581138611,0.0310491491109133,-0.0178992804139853,-0.99943071603775,0.0335302613675594,-0.00375014706514776,-0.973889350891113,-0.201583579182625,-0.104419827461243,-0.909874320030212,-0.287843585014343,-0.29878893494606,-0.999357581138611,0.0310491491109133,-0.0178992804139853,-0.986846148967743,0.159853503108025,-0.0241163372993469,-0.977670133113861,0.184684231877327,-0.100263193249702,-0.99943071603775,0.0335302613675594,-0.00375014706514776,-0.977670133113861,0.184684231877327,-0.100263193249702,-0.986846148967743,0.159853503108025,-0.0241163372993469,-0.988684415817261,-0.130347117781639,-0.0742483958601952,-0.943988144397736,-0.0416178554296494,-0.327344477176666,-0.981571316719055,0.0826940909028053,-0.172277018427849,-0.943988144397736,-0.0416178554296494,-0.327344477176666,-0.988684415817261,-0.130347117781639,-0.0742483958601952,-0.997585117816925,-0.0646921694278717,0.0252775065600872,-0.997652292251587,0.0681484937667847,0.00677582016214728,-0.981571316719055,0.0826940909028053,-0.172277018427849,-0.997585117816925,-0.0646921694278717,0.0252775065600872,-0.99670135974884,-0.0140528352931142,0.0799307897686958,-0.998639106750488,0.0270773936063051,0.0445716232061386,-0.99933522939682,0.0317852571606636,0.0178533662110567,-0.994506299495697,-0.0276253391057253,-0.100966095924377,-0.985104262828827,0.161444529891014,0.0592052862048149,-0.986844420433044,0.159886211156845,0.023966807872057,-0.968582212924957,-0.107914261519909,0.224060133099556,-0.999561309814453,-0.00379217858426273,0.0293766502290964,-0.997582852840424,-0.0647232234477997,-0.0252863056957722,
  610. -0.988671660423279,-0.130336672067642,0.0744364708662033,-0.702946543693542,-0.479526877403259,0.525281131267548,-0.878740310668945,-0.34375849366188,0.331127762794495,-0.961523175239563,-0.240879073739052,0.132100135087967,-0.994506299495697,-0.0276253391057253,-0.100966095924377,-0.99933522939682,0.0317852571606636,0.0178533662110567,-0.999561309814453,-0.00379217858426273,0.0293766502290964,-0.997278034687042,0.0320309139788151,-0.0664110109210014,-0.998656451702118,0.0274925567209721,-0.0439270734786987,-0.996715784072876,-0.0139687666669488,-0.0797654017806053,-0.997582852840424,-0.0647232234477997,-0.0252863056957722,-0.986844420433044,0.159886211156845,0.023966807872057,-0.985104262828827,0.161444529891014,0.0592052862048149,-0.968582212924957,-0.107914261519909,0.224060133099556,-0.988671660423279,-0.130336672067642,0.0744364708662033,-0.904941022396088,0.167361617088318,0.391244053840637,-0.0464661158621311,-0.720728397369385,0.691658496856689,-0.985833525657654,-0.14052602648735,0.091567762196064,-0.7313032746315,0.390933185815811,0.558897793292999,-0.997652292251587,0.0681484937667847,0.00677582016214728,-0.0725520998239517,0.913881123065948,0.399446338415146,0.760982155799866,-0.347461998462677,0.5478835105896,0.633334517478943,-0.111190102994442,0.765848636627197,0.997234642505646,-0.0633106455206871,0.038922805339098,0.886146068572998,0.202289804816246,0.416922122240067,0.967288851737976,0.180045515298843,-0.178706094622612,0.976450502872467,0.176146388053894,-0.124566897749901,0.946926295757294,0.146855786442757,0.285943746566772,0.851900398731232,-0.223067507147789,-0.47382116317749,0.966087520122528,0.223380446434021,-0.129522353410721,0.997234642505646,-0.0633106455206871,0.038922805339098,0.976450502872467,0.176146388053894,-0.124566897749901,0.967288851737976,0.180045515298843,-0.178706094622612,0.851900398731232,-0.223067507147789,-0.47382116317749,0.946926295757294,0.146855786442757,0.285943746566772,0.99911242723465,0.0347032696008682,0.023876516148448,0.967464983463287,0.110987767577171,0.227361157536507,
  611. 0.994769692420959,-0.0569857433438301,-0.0847703963518143,0.997234642505646,-0.0633106455206871,0.038922805339098,0.966087520122528,0.223380446434021,-0.129522353410721,0.922505021095276,-0.179334804415703,-0.341794461011887,0.886146068572998,0.202289804816246,0.416922122240067,0.976450502872467,0.176146388053894,-0.124566897749901,0.657432973384857,0.638354599475861,0.400356322526932,0.680808007717133,0.723919749259949,-0.111537903547287,0.946926295757294,0.146855786442757,0.285943746566772,0.997234642505646,-0.0633106455206871,0.038922805339098,0.633334517478943,-0.111190102994442,0.765848636627197,0.657432973384857,0.638354599475861,0.400356322526932,0.976450502872467,0.176146388053894,-0.124566897749901,0.946926295757294,0.146855786442757,0.285943746566772,0.680808007717133,0.723919749259949,-0.111537903547287,0.659100234508514,0.439011812210083,-0.610618948936462,0.99911242723465,0.0347032696008682,0.023876516148448,0.922505021095276,-0.179334804415703,-0.341794461011887,0.547252655029297,0.406641334295273,-0.731544435024261,0.981102585792542,-0.077964685857296,-0.177085861563683,0.966087520122528,0.223380446434021,-0.129522353410721,0.435747683048248,-0.0590007491409779,-0.898133039474487,0.547252655029297,0.406641334295273,-0.731544435024261,0.922505021095276,-0.179334804415703,-0.341794461011887,0.435747683048248,-0.0590007491409779,-0.898133039474487,0.966087520122528,0.223380446434021,-0.129522353410721,0.967288851737976,0.180045515298843,-0.178706094622612,0.462869465351105,-0.490653455257416,-0.738248586654663,0.462869465351105,-0.490653455257416,-0.738248586654663,0.967288851737976,0.180045515298843,-0.178706094622612,0.851900398731232,-0.223067507147789,-0.47382116317749,0.674959123134613,-0.573405086994171,-0.464367091655731,0.674959123134613,-0.573405086994171,-0.464367091655731,0.851900398731232,-0.223067507147789,-0.47382116317749,0.994769692420959,-0.0569857433438301,-0.0847703963518143,0.994769692420959,-0.0569857433438301,-0.0847703963518143,0.967464983463287,0.110987767577171,0.227361157536507,
  612. 0.636607944965363,-0.595914483070374,0.489506185054779,0.674959123134613,-0.573405086994171,-0.464367091655731,0.994769692420959,-0.0569857433438301,-0.0847703963518143,0.636607944965363,-0.595914483070374,0.489506185054779,0.620104670524597,-0.729955554008484,0.287463337182999,0.981102585792542,-0.077964685857296,-0.177085861563683,0.547252655029297,0.406641334295273,-0.731544435024261,0.493324786424637,0.581626534461975,-0.646793007850647,0.657861351966858,0.633722245693207,-0.406957775354385,0.970021545886993,0.10498134046793,0.219173476099968,0.998813569545746,0.00515137752518058,0.0484238639473915,0.886146068572998,0.202289804816246,0.416922122240067,0.922505021095276,-0.179334804415703,-0.341794461011887,0.981102585792542,-0.077964685857296,-0.177085861563683,9.47223668390507e-007,0.881876647472382,-0.471480160951614,9.30591284031834e-007,0.866391718387604,-0.499365121126175,9.13086807940999e-007,0.85009503364563,-0.526629507541656,9.15381974664342e-007,0.852231740951538,-0.523164451122284,9.17588124593749e-007,0.854285717010498,-0.519803941249847,9.23073230296723e-007,0.85939234495163,-0.511316776275635,0.998813569545746,0.00515137752518058,0.0484238639473915,0.737565994262695,-0.661520540714264,-0.135598734021187,0.760982155799866,-0.347461998462677,0.5478835105896,0.886146068572998,0.202289804816246,0.416922122240067,0.657861351966858,0.633722245693207,-0.406957775354385,0.970021545886993,0.10498134046793,0.219173476099968,0.981102585792542,-0.077964685857296,-0.177085861563683,0.760929644107819,-0.347339540719986,-0.548033952713013,0.886107504367828,0.202481240034103,-0.416911095380783,0.99722021818161,-0.0634835958480835,-0.0390093103051186,0.632822692394257,-0.111099347472191,-0.766284644603729,0.967294454574585,0.180027648806572,0.17869345843792,0.851841151714325,-0.223180592060089,0.473874419927597,0.946743607521057,0.147216454148293,-0.286363273859024,0.976492822170258,0.176005318760872,0.124434366822243,0.966084122657776,0.223399236798286,0.129515022039413,0.967294454574585,0.180027648806572,0.17869345843792,
  613. 0.976492822170258,0.176005318760872,0.124434366822243,0.99722021818161,-0.0634835958480835,-0.0390093103051186,0.851841151714325,-0.223180592060089,0.473874419927597,0.994692444801331,-0.0573437623679638,0.0854314565658569,0.967673599720001,0.110776893794537,-0.22657485306263,0.999091863632202,0.0350075103342533,-0.0242906659841537,0.946743607521057,0.147216454148293,-0.286363273859024,0.99722021818161,-0.0634835958480835,-0.0390093103051186,0.886107504367828,0.202481240034103,-0.416911095380783,0.922576725482941,-0.17929345369339,0.341622650623322,0.966084122657776,0.223399236798286,0.129515022039413,0.976492822170258,0.176005318760872,0.124434366822243,0.946743607521057,0.147216454148293,-0.286363273859024,0.680847823619843,0.724020481109619,0.110636949539185,0.657096326351166,0.638148963451386,-0.40123587846756,0.99722021818161,-0.0634835958480835,-0.0390093103051186,0.976492822170258,0.176005318760872,0.124434366822243,0.657096326351166,0.638148963451386,-0.40123587846756,0.632822692394257,-0.111099347472191,-0.766284644603729,0.946743607521057,0.147216454148293,-0.286363273859024,0.999091863632202,0.0350075103342533,-0.0242906659841537,0.659500360488892,0.439149081707001,0.610087990760803,0.680847823619843,0.724020481109619,0.110636949539185,0.922576725482941,-0.17929345369339,0.341622650623322,0.981051981449127,-0.0781149193644524,0.177299171686172,0.546855688095093,0.404652327299118,0.732942879199982,0.966084122657776,0.223399236798286,0.129515022039413,0.922576725482941,-0.17929345369339,0.341622650623322,0.546855688095093,0.404652327299118,0.732942879199982,0.435753703117371,-0.0589565373957157,0.898132979869843,0.435753703117371,-0.0589565373957157,0.898132979869843,0.462857246398926,-0.49056214094162,0.73831695318222,0.967294454574585,0.180027648806572,0.17869345843792,0.966084122657776,0.223399236798286,0.129515022039413,0.462857246398926,-0.49056214094162,0.73831695318222,0.674364387989044,-0.573396980762482,0.465240120887756,0.851841151714325,-0.223180592060089,0.473874419927597,0.967294454574585,0.180027648806572,0.17869345843792,
  614. 0.674364387989044,-0.573396980762482,0.465240120887756,0.994692444801331,-0.0573437623679638,0.0854314565658569,0.851841151714325,-0.223180592060089,0.473874419927597,0.994692444801331,-0.0573437623679638,0.0854314565658569,0.634736239910126,-0.597253859043121,-0.490303725004196,0.967673599720001,0.110776893794537,-0.22657485306263,0.674364387989044,-0.573396980762482,0.465240120887756,0.617762267589569,-0.731840312480927,-0.287714660167694,0.634736239910126,-0.597253859043121,-0.490303725004196,0.994692444801331,-0.0573437623679638,0.0854314565658569,0.981051981449127,-0.0781149193644524,0.177299171686172,0.658484578132629,0.631254315376282,0.40977555513382,0.493328899145126,0.575669348239899,0.652097702026367,0.546855688095093,0.404652327299118,0.732942879199982,0.998808085918427,0.00528250029310584,-0.0485238917171955,0.970026075839996,0.105081476271153,-0.219105541706085,0.981051981449127,-0.0781149193644524,0.177299171686172,0.922576725482941,-0.17929345369339,0.341622650623322,0.886107504367828,0.202481240034103,-0.416911095380783,0,0.866343319416046,0.499448835849762,0,0.881830811500549,0.471566140651703,0,0.859359443187714,0.511372148990631,-0,0.854303359985352,0.519774794578552,0,0.852214872837067,0.523191869258881,0,0.850043773651123,0.52671205997467,0.73772406578064,-0.661492347717285,0.134874403476715,0.998808085918427,0.00528250029310584,-0.0485238917171955,0.886107504367828,0.202481240034103,-0.416911095380783,0.760929644107819,-0.347339540719986,-0.548033952713013,0.970026075839996,0.105081476271153,-0.219105541706085,0.658484578132629,0.631254315376282,0.40977555513382,0.981051981449127,-0.0781149193644524,0.177299171686172,0.0180401802062988,-0.999837338924408,0.000276677455985919,0.0180401802062988,-0.999837279319763,0.000137450391775928,0.0180401802062988,-0.999837338924408,-2.55272152571706e-005,0.0180401764810085,-0.999837279319763,0.000244473922066391,0.0180401783436537,-0.999837219715118,0.000353768497006968,0.0180401764810085,-0.999837219715118,0.000317095342325047,0.0180401802062988,-0.999837338924408,0.000126551080029458,
  615. 0.0180401783436537,-0.999837279319763,-1.73123373276018e-011,0.0180401764810085,-0.999837279319763,-0.000112545218144078,0.0180401783436537,-0.999837338924408,1.66034551511984e-005,0.761039912700653,-0.347486525774002,0.547787666320801,0.633137226104736,-0.111179135739803,0.766013324260712,0.998251557350159,-0.0402321591973305,0.0433029271662235,0.939110040664673,0.170890226960182,0.29810893535614,0.962729811668396,0.205900236964226,-0.175375252962112,0.972604751586914,0.200328767299652,-0.11793390661478,0.94605827331543,0.172609493136406,0.274189174175262,0.85409027338028,-0.197609975934029,-0.481123745441437,0.95973664522171,0.250191807746887,-0.127709165215492,0.998251557350159,-0.0402321591973305,0.0433029271662235,0.972604751586914,0.200328767299652,-0.11793390661478,0.962729811668396,0.205900236964226,-0.175375252962112,0.85409027338028,-0.197609975934029,-0.481123745441437,0.94605827331543,0.172609493136406,0.274189174175262,0.997753381729126,0.0646141618490219,0.017694815993309,0.963560104370117,0.142638549208641,0.226288259029388,0.995395064353943,-0.027446873486042,-0.0918438956141472,0.998251557350159,-0.0402321591973305,0.0433029271662235,0.95973664522171,0.250191807746887,-0.127709165215492,0.899250566959381,-0.17915166914463,-0.399065315723419,0.939110040664673,0.170890226960182,0.29810893535614,0.972604751586914,0.200328767299652,-0.11793390661478,0.657330811023712,0.638233661651611,0.400716632604599,0.680826365947723,0.723991990089417,-0.110955752432346,0.94605827331543,0.172609493136406,0.274189174175262,0.998251557350159,-0.0402321591973305,0.0433029271662235,0.633137226104736,-0.111179135739803,0.766013324260712,0.657330811023712,0.638233661651611,0.400716632604599,0.972604751586914,0.200328767299652,-0.11793390661478,0.94605827331543,0.172609493136406,0.274189174175262,0.680826365947723,0.723991990089417,-0.110955752432346,0.659243106842041,0.439045757055283,-0.61044043302536,0.997753381729126,0.0646141618490219,0.017694815993309,0.899250566959381,-0.17915166914463,-0.399065315723419,0.546659708023071,0.406922280788422,-0.731831550598145,
  616. 0.983974754810333,-0.0431584008038044,-0.17300608754158,0.95973664522171,0.250191807746887,-0.127709165215492,0.436206072568893,-0.0588706582784653,-0.897918939590454,0.546659708023071,0.406922280788422,-0.731831550598145,0.899250566959381,-0.17915166914463,-0.399065315723419,0.436206072568893,-0.0588706582784653,-0.897918939590454,0.95973664522171,0.250191807746887,-0.127709165215492,0.962729811668396,0.205900236964226,-0.175375252962112,0.463593035936356,-0.490591526031494,-0.737835586071014,0.463593035936356,-0.490591526031494,-0.737835586071014,0.962729811668396,0.205900236964226,-0.175375252962112,0.85409027338028,-0.197609975934029,-0.481123745441437,0.675050735473633,-0.573235213756561,-0.464443445205688,0.675050735473633,-0.573235213756561,-0.464443445205688,0.85409027338028,-0.197609975934029,-0.481123745441437,0.995395064353943,-0.027446873486042,-0.0918438956141472,0.995395064353943,-0.027446873486042,-0.0918438956141472,0.963560104370117,0.142638549208641,0.226288259029388,0.637319386005402,-0.59541916847229,0.489182978868485,0.675050735473633,-0.573235213756561,-0.464443445205688,0.995395064353943,-0.027446873486042,-0.0918438956141472,0.637319386005402,-0.59541916847229,0.489182978868485,0.621025145053864,-0.729255557060242,0.287252813577652,0.983974754810333,-0.0431584008038044,-0.17300608754158,0.546659708023071,0.406922280788422,-0.731831550598145,0.492799013853073,0.581910490989685,-0.646938443183899,0.657612085342407,0.633879542350769,-0.407115519046783,0.984756827354431,0.100074969232082,0.142264097929001,0.995869636535645,0.0511611923575401,0.0750084519386292,0.939110040664673,0.170890226960182,0.29810893535614,0.899250566959381,-0.17915166914463,-0.399065315723419,0.983974754810333,-0.0431584008038044,-0.17300608754158,-0,0.881879389286041,-0.471475034952164,-0,0.86637270450592,-0.49939814209938,-0,0.850051641464233,-0.526699542999268,-0,0.852224469184875,-0.523176372051239,-0,0.854314088821411,-0.519757091999054,-0,0.8593789935112,-0.511339128017426,0.995869636535645,0.0511611923575401,0.0750084519386292,
  617. 0.73759937286377,-0.661478340625763,-0.13562285900116,0.761039912700653,-0.347486525774002,0.547787666320801,0.939110040664673,0.170890226960182,0.29810893535614,0.657612085342407,0.633879542350769,-0.407115519046783,0.984756827354431,0.100074969232082,0.142264097929001,0.983974754810333,-0.0431584008038044,-0.17300608754158,0.761002421379089,-0.347368955612183,-0.547914385795593,0.939113736152649,0.171012505888939,-0.298027217388153,0.998251557350159,-0.0402320139110088,-0.0433029346168041,0.633134961128235,-0.111187264323235,-0.766014039516449,0.962734460830688,0.205886855721474,0.175364822149277,0.854084193706512,-0.197698295116425,0.48109844326973,0.946024894714355,0.172784522175789,-0.274194121360779,0.972604632377625,0.20032899081707,0.11793402582407,0.95973664522171,0.250191926956177,0.127709239721298,0.962734460830688,0.205886855721474,0.175364822149277,0.972604632377625,0.20032899081707,0.11793402582407,0.998251557350159,-0.0402320139110088,-0.0433029346168041,0.854084193706512,-0.197698295116425,0.48109844326973,0.995318531990051,-0.0278386790305376,0.0925529152154922,0.963770508766174,0.142438918352127,-0.225516393780708,0.997736036777496,0.0648220553994179,-0.0179164241999388,0.946024894714355,0.172784522175789,-0.274194121360779,0.998251557350159,-0.0402320139110088,-0.0433029346168041,0.939113736152649,0.171012505888939,-0.298027217388153,0.899282157421112,-0.179182529449463,0.398980230093002,0.95973664522171,0.250191926956177,0.127709239721298,0.972604632377625,0.20032899081707,0.11793402582407,0.946024894714355,0.172784522175789,-0.274194121360779,0.680835485458374,0.724010169506073,0.110780172049999,0.657331526279449,0.638233423233032,-0.400716245174408,0.998251557350159,-0.0402320139110088,-0.0433029346168041,0.972604632377625,0.20032899081707,0.11793402582407,0.657331526279449,0.638233423233032,-0.400716245174408,0.633134961128235,-0.111187264323235,-0.766014039516449,0.946024894714355,0.172784522175789,-0.274194121360779,0.997736036777496,0.0648220553994179,-0.0179164241999388,0.659508287906647,0.439293771982193,0.609975278377533,
  618. 0.680835485458374,0.724010169506073,0.110780172049999,0.899282157421112,-0.179182529449463,0.398980230093002,0.983931601047516,-0.043310359120369,0.173213317990303,0.546119153499603,0.404942870140076,0.733331501483917,0.95973664522171,0.250191926956177,0.127709239721298,0.899282157421112,-0.179182529449463,0.398980230093002,0.546119153499603,0.404942870140076,0.733331501483917,0.436206758022308,-0.058878879994154,0.897918105125427,0.436206758022308,-0.058878879994154,0.897918105125427,0.463594079017639,-0.490601450204849,0.737828373908997,0.962734460830688,0.205886855721474,0.175364822149277,0.95973664522171,0.250191926956177,0.127709239721298,0.463594079017639,-0.490601450204849,0.737828373908997,0.674420535564423,-0.573520064353943,0.465007066726685,0.854084193706512,-0.197698295116425,0.48109844326973,0.962734460830688,0.205886855721474,0.175364822149277,0.674420535564423,-0.573520064353943,0.465007066726685,0.995318531990051,-0.0278386790305376,0.0925529152154922,0.854084193706512,-0.197698295116425,0.48109844326973,0.995318531990051,-0.0278386790305376,0.0925529152154922,0.6354900598526,-0.596707165241241,-0.489992648363113,0.963770508766174,0.142438918352127,-0.225516393780708,0.674420535564423,-0.573520064353943,0.465007066726685,0.618728816509247,-0.731156229972839,-0.287376344203949,0.6354900598526,-0.596707165241241,-0.489992648363113,0.995318531990051,-0.0278386790305376,0.0925529152154922,0.983931601047516,-0.043310359120369,0.173213317990303,0.658286094665527,0.631394684314728,0.409878224134445,0.49285101890564,0.575814723968506,0.652330636978149,0.546119153499603,0.404942870140076,0.733331501483917,0.995852530002594,0.0513123497366905,-0.0751311033964157,0.984748601913452,0.100177124142647,-0.142248958349228,0.983931601047516,-0.043310359120369,0.173213317990303,0.899282157421112,-0.179182529449463,0.398980230093002,0.939113736152649,0.171012505888939,-0.298027217388153,4.65562521867469e-007,0.866339683532715,0.49945530295372,4.73878628781677e-007,0.881814539432526,0.471596360206604,4.6181312995941e-007,0.859362542629242,0.511366784572601,
  619. 4.59100107264021e-007,0.854314088821411,0.519757091999054,4.57977563428358e-007,0.852225303649902,0.523174941539764,4.56810766991111e-007,0.850053906440735,0.526695728302002,0.73774790763855,-0.661455988883972,0.134922474622726,0.995852530002594,0.0513123497366905,-0.0751311033964157,0.939113736152649,0.171012505888939,-0.298027217388153,0.761002421379089,-0.347368955612183,-0.547914385795593,0.984748601913452,0.100177124142647,-0.142248958349228,0.658286094665527,0.631394684314728,0.409878224134445,0.983931601047516,-0.043310359120369,0.173213317990303,0.0179113410413265,-0.999839603900909,-3.36523298756219e-005,0.0179113447666168,-0.999839603900909,2.88726696453523e-005,0.0179113429039717,-0.999839603900909,1.72221389220795e-005,0.0179113429039717,-0.999839544296265,0.000189618076547049,0.0179113429039717,-0.999839663505554,0.000250287033850327,0.017911346629262,-0.999839663505554,0.000225488067371771,0.0179113447666168,-0.999839544296265,9.50044486671686e-005,0.0179113447666168,-0.999839603900909,-3.35538607032504e-005,0.0179113447666168,-0.999839603900909,-4.48056234745309e-005,0.0179113429039717,-0.999839544296265,5.626509960166e-007,-0.03807133436203,-0.480491548776627,0.876172602176666,0.00451029976829886,-0.480087876319885,0.877208769321442,0.0470837503671646,-0.478813141584396,0.876653373241425,0.00451029976829886,-0.480087876319885,0.877208769321442,1,-7.14700092885323e-007,-1.3407947108135e-006,1,-7.14700092885323e-007,-1.3407947108135e-006,1,-7.14700092885323e-007,-1.3407947108135e-006,1,-7.14700092885323e-007,-1.3407947108135e-006,-0.0470077767968178,-0.00432666251435876,-0.998885095119476,-0.0371447801589966,-0.0359984189271927,-0.99866133928299,1.75937711901497e-005,-0.00166721676941961,-0.999998569488525,0.0370991490781307,0.0435365214943886,-0.99836277961731,0.046926636248827,-0.0014606611803174,-0.998897254467011,0.0406115837395191,0.97453773021698,0.220514863729477,0.978457391262054,0.0244021639227867,-0.205001890659332,0.918835043907166,0.00503592332825065,-0.394609808921814,0.040771372616291,0.519433736801147,-0.853537499904633,
  620. 0.984837234020233,0.17291247844696,0.0140293184667826,0.0406115837395191,0.97453773021698,0.220514863729477,0.00508633069694042,0.154448390007019,0.987987816333771,0.998573362827301,-0.049633577466011,0.0196918956935406,0.0117693431675434,0.00386862154118717,0.999923348426819,-0.0127668920904398,-0.000882370746694505,0.999918103218079,-0.0125660188496113,-0.00835165567696095,0.999886274337769,0.0141646731644869,-0.000697086681611836,0.999899506568909,0.0406115837395191,0.97453773021698,0.220514863729477,0.984837234020233,0.17291247844696,0.0140293184667826,0.978457391262054,0.0244021639227867,-0.205001890659332,0.918835043907166,0.00503592332825065,-0.394609808921814,0.92524266242981,0.379106104373932,-0.0142977917566895,0.040771372616291,0.519433736801147,-0.853537499904633,0.0479811616241932,-0.681424736976624,-0.730313718318939,0.999157607555389,0.0103678721934557,-0.0397053025662899,0.971876204013824,-0.0179476365447044,-0.234807655215263,0.92524266242981,0.379106104373932,-0.0142977917566895,0.999157607555389,0.0103678721934557,-0.0397053025662899,0.0479811616241932,-0.681424736976624,-0.730313718318939,0.040771372616291,0.519433736801147,-0.853537499904633,0.9804527759552,-0.024234252050519,-0.195256471633911,0.0464495755732059,-0.910081505775452,-0.41181817650795,0.0479811616241932,-0.681424736976624,-0.730313718318939,0.971876204013824,-0.0179476365447044,-0.234807655215263,0.9804527759552,-0.024234252050519,-0.195256471633911,0.959901869297028,-0.28023886680603,0.00738802785053849,0.0464495755732059,-0.910081505775452,-0.41181817650795,0.997331440448761,0.0220398120582104,0.0696004033088684,0.0454649552702904,0.750093400478363,0.659767210483551,0.0513903610408306,0.979283213615417,-0.195865884423256,0.97025340795517,0.010548054240644,-0.241861596703529,0.999159872531891,-0.0409802086651325,-0.000393238791730255,0.995466768741608,-0.000576369173359126,-0.0951091274619102,0.996554315090179,-0.0615805275738239,-0.0555635914206505,0.0454649552702904,0.750093400478363,0.659767210483551,0.989792943000793,0.141284272074699,0.018674049526453,
  621. 0.997388780117035,-0.0700783729553223,0.0174572113901377,0.0447024591267109,-0.550199389457703,0.833835899829865,0.97025340795517,0.010548054240644,-0.241861596703529,0.95871376991272,0.283075422048569,-0.0271341297775507,0.977699875831604,-0.209604576230049,0.0129977101460099,0.846364498138428,0.0072767585515976,0.532554388046265,0.930437207221985,-0.3301782310009,-0.158961564302444,0.999159872531891,-0.0409802086651325,-0.000393238791730255,0.996554315090179,-0.0615805275738239,-0.0555635914206505,0.995466768741608,-0.000576369173359126,-0.0951091274619102,0.948354065418243,-0.0775220617651939,-0.307595282793045,0.996554315090179,-0.0615805275738239,-0.0555635914206505,0.00858508702367544,-0.0112784253433347,-0.999899566173553,-0.0258386936038733,-0.0106777129694819,-0.999608993530273,-0.0281297769397497,0.00104614498559386,-0.999603748321533,-0.00361642381176353,-0.0119155710563064,-0.999922513961792,0.00920451246201992,-0.0179329961538315,-0.999796867370605,0.997331440448761,0.0220398120582104,0.0696004033088684,0.989792943000793,0.141284272074699,0.018674049526453,0.0454649552702904,0.750093400478363,0.659767210483551,0.0513903610408306,0.979283213615417,-0.195865884423256,0.95871376991272,0.283075422048569,-0.0271341297775507,0.97025340795517,0.010548054240644,-0.241861596703529,0.0447024591267109,-0.550199389457703,0.833835899829865,0.996995508670807,-0.0192522201687098,0.0750288218259811,0.954167902469635,-0.00427954271435738,-0.299240976572037,0.0430506244301796,-0.998897552490234,0.0187172014266253,0.997630000114441,0.0112265031784773,-0.0678836405277252,0.954167902469635,-0.00427954271435738,-0.299240976572037,0.996995508670807,-0.0192522201687098,0.0750288218259811,0.996440052986145,0.0117488047108054,-0.0834821984171867,0.953475832939148,0.0073930025100708,0.301378637552261,0.996995508670807,-0.0192522201687098,0.0750288218259811,0.997388780117035,-0.0700783729553223,0.0174572113901377,0.997414290904999,0.071808896958828,0.00286100781522691,0.996440052986145,0.0117488047108054,-0.0834821984171867,0.0175273101776838,-0.518001854419708,-0.855199992656708,
  622. 0.984287977218628,-0.172834530472755,-0.0361312292516232,0.997526824474335,-0.0473009906709194,-0.0519894249737263,0.00285165524110198,-0.123126991093159,-0.992386877536774,0.983044266700745,-0.179532960057259,0.0373083613812923,0.980850219726563,-0.184866860508919,-0.0612954907119274,0.967993080615997,-0.014265582896769,-0.250571072101593,0.937689542770386,-0.347215563058853,0.0134075339883566,0.975601553916931,-0.212564155459404,0.0549375154078007,0.960161983966827,-0.265565007925034,0.0869727209210396,0.993373930454254,0.114914335310459,-0.00171973183751106,0.967305064201355,-0.253587365150452,-0.00378711172379553,0.954167902469635,-0.00427954271435738,-0.299240976572037,0.997630000114441,0.0112265031784773,-0.0678836405277252,0.997388780117035,-0.0700783729553223,0.0174572113901377,0.996995508670807,-0.0192522201687098,0.0750288218259811,0.0447024591267109,-0.550199389457703,0.833835899829865,0.0175273101776838,-0.518001854419708,-0.855199992656708,0.967305064201355,-0.253587365150452,-0.00378711172379553,0.984287977218628,-0.172834530472755,-0.0361312292516232,0.0175273101776838,-0.518001854419708,-0.855199992656708,0.0430506244301796,-0.998897552490234,0.0187172014266253,0.954167902469635,-0.00427954271435738,-0.299240976572037,0.967305064201355,-0.253587365150452,-0.00378711172379553,0.99926096200943,-0.0382237657904625,0.0040470277890563,0.996663391590118,0.0811771526932716,0.00849991850554943,0.997986495494843,0.0357167311012745,-0.052414532750845,0.958960056304932,0.282744497060776,-0.0212376024574041,0.994590818881989,-0.0199836790561676,0.101930499076843,0.92977249622345,-0.347640752792358,0.121115699410439,0.95503306388855,0.295745342969894,0.0211278721690178,0.995817244052887,0.0275407340377569,-0.0871176645159721,0.886194825172424,-0.359698683023453,0.292019695043564,0.973718881607056,-0.127751246094704,-0.188549816608429,0.998183786869049,-0.060198362916708,0.00227568577975035,0.991953730583191,-0.12657119333744,-0.00276276189833879,0.996663391590118,0.0811771526932716,0.00849991850554943,0.994590818881989,-0.0199836790561676,0.101930499076843,
  623. 0.995817244052887,0.0275407340377569,-0.0871176645159721,0.997986495494843,0.0357167311012745,-0.052414532750845,0.995621860027313,-0.000555040198378265,0.0934708118438721,0.998552441596985,-0.0504592545330524,0.0186248924583197,0.973718881607056,-0.127751246094704,-0.188549816608429,0.886194825172424,-0.359698683023453,0.292019695043564,0.878279447555542,-0.0312882177531719,-0.477122873067856,0.966093003749847,-0.257224470376968,-0.0223569422960281,0.854932844638824,-0.428850114345551,-0.291851729154587,0.966093003749847,-0.257224470376968,-0.0223569422960281,0.752706110477448,-0.062733069062233,-0.655361115932465,0.854932844638824,-0.428850114345551,-0.291851729154587,0.899114310741425,-0.082669124007225,-0.429836392402649,0.833442687988281,0.154505729675293,-0.530566871166229,0.99654620885849,0.0193572584539652,-0.0807522833347321,0.757956504821777,-0.0192951839417219,-0.652019679546356,0.977576196193695,0.169097751379013,0.125501945614815,0.907199323177338,-0.383799731731415,0.172299832105637,0.996554315090179,-0.0615805275738239,-0.0555635914206505,0.996554315090179,-0.0615805275738239,-0.0555635914206505,0.974388778209686,-0.162595763802528,-0.155335634946823,0.992739260196686,-0.0114889442920685,0.119736142456532,0.878279447555542,-0.0312882177531719,-0.477122873067856,0.894950032234192,-0.338922947645187,0.29016500711441,0.904867768287659,-0.160558089613914,0.3942531645298,0.931645452976227,-0.185901418328285,0.312213927507401,0.708398580551147,-0.0826493501663208,0.70095694065094,-0.738507390022278,0.251834034919739,0.625449120998383,-0.830121457576752,0.124462328851223,0.543513953685761,0.996429979801178,-0.0808759778738022,0.0242182705551386,0.99641227722168,-0.0377196818590164,0.0757603123784065,0.999569535255432,-0.0216054264456034,0.0198439918458462,0.951956331729889,0.0023743542842567,-0.306224554777145,0.995105445384979,-0.0983211472630501,0.00990490615367889,0.995105445384979,-0.0983211472630501,0.00990490615367889,0.991030097007751,-0.0728047788143158,0.112066105008125,0.99641227722168,-0.0377196818590164,0.0757603123784065,
  624. 0.808245003223419,0.575718760490417,0.123644292354584,0.778643190860748,0.620632171630859,0.0923606306314468,0.961705565452576,0.0350387915968895,0.271835625171661,0.823488354682922,0.566715121269226,-0.0264753568917513,0.712891697883606,0.544307768344879,-0.442170232534409,0.670527219772339,-0.727203965187073,-0.146859377622604,0.665830731391907,0.745466589927673,0.0308044441044331,0.906174719333649,0.0290243346244097,-0.421906352043152,0.83788526058197,0.48518118262291,-0.250095039606094,0.808245003223419,0.575718760490417,0.123644292354584,0.823488354682922,0.566715121269226,-0.0264753568917513,0.980490386486053,0.186581507325172,0.0618534348905087,0.778643190860748,0.620632171630859,0.0923606306314468,0.712891697883606,0.544307768344879,-0.442170232534409,0.906174719333649,0.0290243346244097,-0.421906352043152,0.961705565452576,0.0350387915968895,0.271835625171661,0.671409904956818,0.730121731758118,-0.127007812261581,0.795214354991913,0.559851229190826,-0.232810199260712,0.924095571041107,-0.00151720643043518,-0.382158488035202,0.751182556152344,-0.129199296236038,-0.647327065467834,0.815130710601807,0.576124668121338,0.0603528693318367,0.83788526058197,0.48518118262291,-0.250095039606094,0.980490386486053,0.186581507325172,0.0618534348905087,0.794183790683746,0.00822068192064762,0.607621908187866,0.751182556152344,-0.129199296236038,-0.647327065467834,0.958245635032654,0.282480180263519,-0.0443887263536453,0.794307827949524,0.583112716674805,0.170454099774361,0.671409904956818,0.730121731758118,-0.127007812261581,0.993067264556885,0.106046177446842,-0.0507099442183971,0.963979005813599,-0.265909403562546,0.00605394039303064,0.977101802825928,0.0448522642254829,0.207991048693657,0.969658434391022,0.244448885321617,-0.00270213466137648,0.954848408699036,-0.23294860124588,0.184389799833298,0.977469921112061,-0.199262052774429,0.0696219131350517,0.995305478572845,0.0967427268624306,-0.0028138947673142,0.995721757411957,0.0192233100533485,-0.0903816670179367,0.996778786182404,-0.0788015201687813,0.0149130187928677,
  625. 0.979528188705444,-0.200698390603065,-0.015641026198864,0.993067264556885,0.106046177446842,-0.0507099442183971,0.969658434391022,0.244448885321617,-0.00270213466137648,0.995721757411957,0.0192233100533485,-0.0903816670179367,0.953589379787445,-0.290049463510513,0.0808616057038307,0.954848408699036,-0.23294860124588,0.184389799833298,0.97862321138382,-0.0105203874409199,0.205392450094223,0.967993080615997,-0.014265582896769,-0.250571072101593,0.980850219726563,-0.184866860508919,-0.0612954907119274,0.981714308261871,-0.189628854393959,0.0166700687259436,0.97862321138382,-0.0105203874409199,0.205392450094223,0.996778786182404,-0.0788015201687813,0.0149130187928677,0.92524266242981,0.379106104373932,-0.0142977917566895,0.918835043907166,0.00503592332825065,-0.394609808921814,0.983822524547577,0.000545058981515467,-0.179145276546478,0.999190628528595,-0.0398549176752567,-0.00545543571934104,0.751182556152344,-0.129199296236038,-0.647327065467834,0.999190628528595,-0.0398549176752567,-0.00545543571934104,0.958245635032654,0.282480180263519,-0.0443887263536453,0.751182556152344,-0.129199296236038,-0.647327065467834,0.988969147205353,-0.048066359013319,0.140105456113815,0.916445314884186,-0.399979293346405,-0.0120210098102689,0.977469921112061,-0.199262052774429,0.0696219131350517,0.954848408699036,-0.23294860124588,0.184389799833298,0.953589379787445,-0.290049463510513,0.0808616057038307,0.988969147205353,-0.048066359013319,0.140105456113815,0.954848408699036,-0.23294860124588,0.184389799833298,0.90518707036972,-0.424374908208847,0.02328846976161,0.967124998569489,-0.0985484421253204,-0.234430193901062,0.963979005813599,-0.265909403562546,0.00605394039303064,0.993067264556885,0.106046177446842,-0.0507099442183971,0.993205428123474,-0.113489620387554,-0.0257478058338165,0.90518707036972,-0.424374908208847,0.02328846976161,0.993067264556885,0.106046177446842,-0.0507099442183971,0.979528188705444,-0.200698390603065,-0.015641026198864,0.794183790683746,0.00822068192064762,0.607621908187866,0.980490386486053,0.186581507325172,0.0618534348905087,
  626. 0.993205428123474,-0.113489620387554,-0.0257478058338165,0.974337875843048,-0.00660906359553337,-0.224993199110031,0.751182556152344,-0.129199296236038,-0.647327065467834,0.924095571041107,-0.00151720643043518,-0.382158488035202,0.983822524547577,0.000545058981515467,-0.179145276546478,0.671409904956818,0.730121731758118,-0.127007812261581,0.794307827949524,0.583112716674805,0.170454099774361,0.933494806289673,0.356725543737412,0.036527756601572,0.507892727851868,0.475597232580185,0.718228459358215,0.799267709255219,-0.0117012038826942,0.600861132144928,0.895262241363525,-0.445501655340195,0.00580535130575299,0.670527219772339,-0.727203965187073,-0.146859377622604,-0.0664230138063431,-0.045865923166275,0.996736824512482,0.950918257236481,-0.0219403561204672,-0.308663219213486,0.799267709255219,-0.0117012038826942,0.600861132144928,0.712891697883606,0.544307768344879,-0.442170232534409,0.778643190860748,0.620632171630859,0.0923606306314468,0.984197378158569,-0.176654770970345,-0.0121903950348496,0.950918257236481,-0.0219403561204672,-0.308663219213486,-0.112810894846916,-0.0765083283185959,-0.990666508674622,0.808245003223419,0.575718760490417,0.123644292354584,0.901807487010956,0.432075589895248,0.00734794791787863,0.984197378158569,-0.176654770970345,-0.0121903950348496,0.808245003223419,0.575718760490417,0.123644292354584,0.83788526058197,0.48518118262291,-0.250095039606094,0.891728520393372,0.0230466984212399,-0.451983451843262,0.901807487010956,0.432075589895248,0.00734794791787863,0.83788526058197,0.48518118262291,-0.250095039606094,0.815130710601807,0.576124668121338,0.0603528693318367,0.507892727851868,0.475597232580185,0.718228459358215,0.916961491107941,0.0249561369419098,0.398194491863251,0.795214354991913,0.559851229190826,-0.232810199260712,0.671409904956818,0.730121731758118,-0.127007812261581,0.507892727851868,0.475597232580185,0.718228459358215,0.989695072174072,0.142302364110947,0.0159254036843777,0.95808744430542,0.00787136238068342,0.286367684602737,0.507892727851868,0.475597232580185,0.718228459358215,
  627. 0.933494806289673,0.356725543737412,0.036527756601572,0.989695072174072,0.142302364110947,0.0159254036843777,0.886194825172424,-0.359698683023453,0.292019695043564,0.991953730583191,-0.12657119333744,-0.00276276189833879,0.995621860027313,-0.000555040198378265,0.0934708118438721,0.95808744430542,0.00787136238068342,0.286367684602737,0.916961491107941,0.0249561369419098,0.398194491863251,0.507892727851868,0.475597232580185,0.718228459358215,0.996479332447052,0.0803160071372986,0.0240453332662582,0.964751958847046,-0.0207270812243223,0.262343376874924,0.999569535255432,-0.0216054264456034,0.0198439918458462,0.99641227722168,-0.0377196818590164,0.0757603123784065,0.991030097007751,-0.0728047788143158,0.112066105008125,0.996479332447052,0.0803160071372986,0.0240453332662582,0.99641227722168,-0.0377196818590164,0.0757603123784065,0.757956504821777,-0.0192951839417219,-0.652019679546356,0.99654620885849,0.0193572584539652,-0.0807522833347321,0.918103158473969,-0.396244168281555,0.0087784044444561,0.960916757583618,-0.047742884606123,0.272689610719681,0.996554315090179,-0.0615805275738239,-0.0555635914206505,0.992739260196686,-0.0114889442920685,0.119736142456532,0.996088683605194,-0.0208149943500757,0.0858719944953918,0.996088683605194,-0.0208149943500757,0.0858719944953918,0.999576508998871,-0.0280588921159506,0.00771454675123096,0.996554315090179,-0.0615805275738239,-0.0555635914206505,0.885582387447357,0.0357412621378899,-0.463105052709579,0.998082518577576,-0.0618239194154739,-0.00302093499340117,0.998183786869049,-0.060198362916708,0.00227568577975035,0.973718881607056,-0.127751246094704,-0.188549816608429,0.999493300914764,-0.0180274732410908,-0.0262311045080423,0.998082518577576,-0.0618239194154739,-0.00302093499340117,0.885582387447357,0.0357412621378899,-0.463105052709579,0.999493300914764,-0.0180274732410908,-0.0262311045080423,0.885582387447357,0.0357412621378899,-0.463105052709579,0.973718881607056,-0.127751246094704,-0.188549816608429,0.998552441596985,-0.0504592545330524,0.0186248924583197,0.846364498138428,0.0072767585515976,0.532554388046265,
  628. 0.977699875831604,-0.209604576230049,0.0129977101460099,0.833442687988281,0.154505729675293,-0.530566871166229,0.29490527510643,-0.0201119668781757,0.955314815044403,0.907199323177338,-0.383799731731415,0.172299832105637,0.930437207221985,-0.3301782310009,-0.158961564302444,0.996554315090179,-0.0615805275738239,-0.0555635914206505,0.996554315090179,-0.0615805275738239,-0.0555635914206505,0.948354065418243,-0.0775220617651939,-0.307595282793045,0.974388778209686,-0.162595763802528,-0.155335634946823,0.673656642436981,0.176410958170891,0.717680931091309,0.95237010717392,0.0283951479941607,0.303619563579559,0.894950032234192,-0.338922947645187,0.29016500711441,0.854932844638824,-0.428850114345551,-0.291851729154587,0.953475832939148,0.0073930025100708,0.301378637552261,0.999633610248566,0.026991531252861,-0.00203866674564779,0.967305064201355,-0.253587365150452,-0.00378711172379553,0.997630000114441,0.0112265031784773,-0.0678836405277252,0.999633610248566,0.026991531252861,-0.00203866674564779,0.996429979801178,-0.0808759778738022,0.0242182705551386,0.997526824474335,-0.0473009906709194,-0.0519894249737263,0.984287977218628,-0.172834530472755,-0.0361312292516232,0.967305064201355,-0.253587365150452,-0.00378711172379553,0.981714308261871,-0.189628854393959,0.0166700687259436,0.974337875843048,-0.00660906359553337,-0.224993199110031,0.985722303390503,-0.157148435711861,-0.0604649484157562,0.998349070549011,-0.0522566251456738,0.023838222026825,0.937834978103638,-0.00632785120978951,0.34702405333519,0.980850219726563,-0.184866860508919,-0.0612954907119274,0.983044266700745,-0.179532960057259,0.0373083613812923,0.956454217433929,-0.291856616735458,-0.00389119167812169,0.960161983966827,-0.265565007925034,0.0869727209210396,0.975601553916931,-0.212564155459404,0.0549375154078007,0.794307827949524,0.583112716674805,0.170454099774361,0.958245635032654,0.282480180263519,-0.0443887263536453,0.821320950984955,0.570263862609863,0.0152036771178246,0.855917274951935,0.506606817245483,-0.10370659828186,0.933494806289673,0.356725543737412,0.036527756601572,
  629. 0.794307827949524,0.583112716674805,0.170454099774361,0.855917274951935,0.506606817245483,-0.10370659828186,0.958662152290344,-0.283887833356857,0.0193553678691387,0.795214354991913,0.559851229190826,-0.232810199260712,0.916961491107941,0.0249561369419098,0.398194491863251,0.891728520393372,0.0230466984212399,-0.451983451843262,0.815130710601807,0.576124668121338,0.0603528693318367,0.924095571041107,-0.00151720643043518,-0.382158488035202,0.795214354991913,0.559851229190826,-0.232810199260712,0.815130710601807,0.576124668121338,0.0603528693318367,0.794183790683746,0.00822068192064762,0.607621908187866,0.999569535255432,-0.0216054264456034,0.0198439918458462,0.964751958847046,-0.0207270812243223,0.262343376874924,0.997166216373444,-0.0450261421501637,0.0602679774165154,0.996646046638489,-0.0379045121371746,0.0725249499082565,0.994628965854645,-0.103168055415154,0.00833406299352646,0.998082518577576,-0.0618239194154739,-0.00302093499340117,0.999493300914764,-0.0180274732410908,-0.0262311045080423,0.999576508998871,-0.0280588921159506,0.00771454675123096,0.977576196193695,0.169097751379013,0.125501945614815,0.996554315090179,-0.0615805275738239,-0.0555635914206505,0.998183786869049,-0.060198362916708,0.00227568577975035,0.99926096200943,-0.0382237657904625,0.0040470277890563,0.958960056304932,0.282744497060776,-0.0212376024574041,0.991953730583191,-0.12657119333744,-0.00276276189833879,0.995621860027313,-0.000555040198378265,0.0934708118438721,0.991953730583191,-0.12657119333744,-0.00276276189833879,0.901807487010956,0.432075589895248,0.00734794791787863,0.891728520393372,0.0230466984212399,-0.451983451843262,0.997166216373444,-0.0450261421501637,0.0602679774165154,0.951956331729889,0.0023743542842567,-0.306224554777145,0.999569535255432,-0.0216054264456034,0.0198439918458462,0.97862321138382,-0.0105203874409199,0.205392450094223,0.981714308261871,-0.189628854393959,0.0166700687259436,0.985722303390503,-0.157148435711861,-0.0604649484157562,0.985722303390503,-0.157148435711861,-0.0604649484157562,0.954716563224792,-0.286837428808212,-0.0789980068802834,
  630. 0.996778786182404,-0.0788015201687813,0.0149130187928677,0.97862321138382,-0.0105203874409199,0.205392450094223,0.954716563224792,-0.286837428808212,-0.0789980068802834,0.979528188705444,-0.200698390603065,-0.015641026198864,0.996778786182404,-0.0788015201687813,0.0149130187928677,0.993205428123474,-0.113489620387554,-0.0257478058338165,0.979528188705444,-0.200698390603065,-0.015641026198864,0.954716563224792,-0.286837428808212,-0.0789980068802834,0.974337875843048,-0.00660906359553337,-0.224993199110031,0.993205428123474,-0.113489620387554,-0.0257478058338165,0.954716563224792,-0.286837428808212,-0.0789980068802834,0.985722303390503,-0.157148435711861,-0.0604649484157562,0.981714308261871,-0.189628854393959,0.0166700687259436,0.980850219726563,-0.184866860508919,-0.0612954907119274,0.937834978103638,-0.00632785120978951,0.34702405333519,0.974337875843048,-0.00660906359553337,-0.224993199110031,0.904867768287659,-0.160558089613914,0.3942531645298,0.95382422208786,0.0313513912260532,-0.298724800348282,0.995735228061676,-0.0684394314885139,0.0618657469749451,0.931645452976227,-0.185901418328285,0.312213927507401,0.904867768287659,-0.160558089613914,0.3942531645298,0.995735228061676,-0.0684394314885139,0.0618657469749451,0.996646046638489,-0.0379045121371746,0.0725249499082565,0.931645452976227,-0.185901418328285,0.312213927507401,0.995735228061676,-0.0684394314885139,0.0618657469749451,0.995735228061676,-0.0684394314885139,0.0618657469749451,0.99934983253479,-0.0354062803089619,0.00680275727063417,0.994628965854645,-0.103168055415154,0.00833406299352646,0.996646046638489,-0.0379045121371746,0.0725249499082565,0.98297518491745,-0.0515577346086502,0.176356598734856,0.994628965854645,-0.103168055415154,0.00833406299352646,0.99934983253479,-0.0354062803089619,0.00680275727063417,0.99934983253479,-0.0354062803089619,0.00680275727063417,0.8650181889534,-0.499551057815552,0.0468219146132469,0.98297518491745,-0.0515577346086502,0.176356598734856,0.99934983253479,-0.0354062803089619,0.00680275727063417,0.939738154411316,-0.281432688236237,-0.194133967161179,
  631. 0.8650181889534,-0.499551057815552,0.0468219146132469,0.997414290904999,0.071808896958828,0.00286100781522691,0.939738154411316,-0.281432688236237,-0.194133967161179,0.99934983253479,-0.0354062803089619,0.00680275727063417,0.996440052986145,0.0117488047108054,-0.0834821984171867,0.997414290904999,0.071808896958828,0.00286100781522691,0.99934983253479,-0.0354062803089619,0.00680275727063417,0.995735228061676,-0.0684394314885139,0.0618657469749451,0.95382422208786,0.0313513912260532,-0.298724800348282,0.996440052986145,0.0117488047108054,-0.0834821984171867,0.995735228061676,-0.0684394314885139,0.0618657469749451,0.953475832939148,0.0073930025100708,0.301378637552261,0.95237010717392,0.0283951479941607,0.303619563579559,0.673656642436981,0.176410958170891,0.717680931091309,0.673656642436981,0.176410958170891,0.717680931091309,0.999633610248566,0.026991531252861,-0.00203866674564779,0.953475832939148,0.0073930025100708,0.301378637552261,0.673656642436981,0.176410958170891,0.717680931091309,0.719127535820007,0.123632989823818,0.683791279792786,0.999633610248566,0.026991531252861,-0.00203866674564779,0.854932844638824,-0.428850114345551,-0.291851729154587,0.752706110477448,-0.062733069062233,-0.655361115932465,0.719127535820007,0.123632989823818,0.683791279792786,0.673656642436981,0.176410958170891,0.717680931091309,0.894950032234192,-0.338922947645187,0.29016500711441,0.95237010717392,0.0283951479941607,0.303619563579559,0.95382422208786,0.0313513912260532,-0.298724800348282,0.904867768287659,-0.160558089613914,0.3942531645298,0.854932844638824,-0.428850114345551,-0.291851729154587,0.894950032234192,-0.338922947645187,0.29016500711441,0.878279447555542,-0.0312882177531719,-0.477122873067856,0.966093003749847,-0.257224470376968,-0.0223569422960281,0.985949456691742,-0.140169516205788,-0.0908634662628174,0.838616609573364,0.088508814573288,-0.537483394145966,0.752706110477448,-0.062733069062233,-0.655361115932465,0.993373930454254,0.114914335310459,-0.00171973183751106,0.960161983966827,-0.265565007925034,0.0869727209210396,
  632. 0.983044266700745,-0.179532960057259,0.0373083613812923,0.937689542770386,-0.347215563058853,0.0134075339883566,0.995721757411957,0.0192233100533485,-0.0903816670179367,0.995305478572845,0.0967427268624306,-0.0028138947673142,0.959901869297028,-0.28023886680603,0.00738802785053849,0.9804527759552,-0.024234252050519,-0.195256471633911,0.963979005813599,-0.265909403562546,0.00605394039303064,0.953589379787445,-0.290049463510513,0.0808616057038307,0.995721757411957,0.0192233100533485,-0.0903816670179367,0.977101802825928,0.0448522642254829,0.207991048693657,0.967124998569489,-0.0985484421253204,-0.234430193901062,0.988969147205353,-0.048066359013319,0.140105456113815,0.953589379787445,-0.290049463510513,0.0808616057038307,0.963979005813599,-0.265909403562546,0.00605394039303064,0.906174719333649,0.0290243346244097,-0.421906352043152,0.665830731391907,0.745466589927673,0.0308044441044331,0.916445314884186,-0.399979293346405,-0.0120210098102689,0.988969147205353,-0.048066359013319,0.140105456113815,0.956454217433929,-0.291856616735458,-0.00389119167812169,0.998349070549011,-0.0522566251456738,0.023838222026825,0.983044266700745,-0.179532960057259,0.0373083613812923,0.960161983966827,-0.265565007925034,0.0869727209210396,0.995621860027313,-0.000555040198378265,0.0934708118438721,0.951956331729889,0.0023743542842567,-0.306224554777145,0.997166216373444,-0.0450261421501637,0.0602679774165154,0.998552441596985,-0.0504592545330524,0.0186248924583197,0.995105445384979,-0.0983211472630501,0.00990490615367889,0.951956331729889,0.0023743542842567,-0.306224554777145,0.95808744430542,0.00787136238068342,0.286367684602737,0.989695072174072,0.142302364110947,0.0159254036843777,0.987249135971069,-0.0924322605133057,0.129597708582878,0.991030097007751,-0.0728047788143158,0.112066105008125,0.995105445384979,-0.0983211472630501,0.00990490615367889,0.991685688495636,0.128441527485847,0.00789116229861975,0.996479332447052,0.0803160071372986,0.0240453332662582,0.973019301891327,-0.229587987065315,0.0228638239204884,0.985949456691742,-0.140169516205788,-0.0908634662628174,
  633. 0.966093003749847,-0.257224470376968,-0.0223569422960281,0.966093003749847,-0.257224470376968,-0.0223569422960281,0.878279447555542,-0.0312882177531719,-0.477122873067856,0.964751958847046,-0.0207270812243223,0.262343376874924,0.996479332447052,0.0803160071372986,0.0240453332662582,0.996646046638489,-0.0379045121371746,0.0725249499082565,0.878279447555542,-0.0312882177531719,-0.477122873067856,0.931645452976227,-0.185901418328285,0.312213927507401,0.989792943000793,0.141284272074699,0.018674049526453,0.999159872531891,-0.0409802086651325,-0.000393238791730255,0.997414290904999,0.071808896958828,0.00286100781522691,0.997388780117035,-0.0700783729553223,0.0174572113901377,0.989792943000793,0.141284272074699,0.018674049526453,0.997331440448761,0.0220398120582104,0.0696004033088684,0.995466768741608,-0.000576369173359126,-0.0951091274619102,0.999159872531891,-0.0409802086651325,-0.000393238791730255,0.997331440448761,0.0220398120582104,0.0696004033088684,0.97025340795517,0.010548054240644,-0.241861596703529,0.846364498138428,0.0072767585515976,0.532554388046265,0.995466768741608,-0.000576369173359126,-0.0951091274619102,0.974388778209686,-0.162595763802528,-0.155335634946823,0.948354065418243,-0.0775220617651939,-0.307595282793045,0.846364498138428,0.0072767585515976,0.532554388046265,0.899114310741425,-0.082669124007225,-0.429836392402649,0.992739260196686,-0.0114889442920685,0.119736142456532,0.974388778209686,-0.162595763802528,-0.155335634946823,0.899114310741425,-0.082669124007225,-0.429836392402649,0.757956504821777,-0.0192951839417219,-0.652019679546356,0.996088683605194,-0.0208149943500757,0.0858719944953918,0.992739260196686,-0.0114889442920685,0.119736142456532,0.757956504821777,-0.0192951839417219,-0.652019679546356,0.960916757583618,-0.047742884606123,0.272689610719681,0.985191404819489,-0.0735389664769173,0.154886841773987,0.985191404819489,-0.0735389664769173,0.154886841773987,0.891452610492706,-0.451158791780472,0.0420472510159016,0.999576508998871,-0.0280588921159506,0.00771454675123096,0.996088683605194,-0.0208149943500757,0.0858719944953918,
  634. 0.999576508998871,-0.0280588921159506,0.00771454675123096,0.994628965854645,-0.103168055415154,0.00833406299352646,0.98297518491745,-0.0515577346086502,0.176356598734856,0.977576196193695,0.169097751379013,0.125501945614815,0.98297518491745,-0.0515577346086502,0.176356598734856,0.8650181889534,-0.499551057815552,0.0468219146132469,0.907199323177338,-0.383799731731415,0.172299832105637,0.977576196193695,0.169097751379013,0.125501945614815,0.8650181889534,-0.499551057815552,0.0468219146132469,0.939738154411316,-0.281432688236237,-0.194133967161179,0.930437207221985,-0.3301782310009,-0.158961564302444,0.907199323177338,-0.383799731731415,0.172299832105637,0.978457391262054,0.0244021639227867,-0.205001890659332,0.967993080615997,-0.014265582896769,-0.250571072101593,0.97862321138382,-0.0105203874409199,0.205392450094223,0.918835043907166,0.00503592332825065,-0.394609808921814,0.937689542770386,-0.347215563058853,0.0134075339883566,0.967993080615997,-0.014265582896769,-0.250571072101593,0.978457391262054,0.0244021639227867,-0.205001890659332,0.984837234020233,0.17291247844696,0.0140293184667826,0.993373930454254,0.114914335310459,-0.00171973183751106,0.937689542770386,-0.347215563058853,0.0134075339883566,0.984837234020233,0.17291247844696,0.0140293184667826,0.998573362827301,-0.049633577466011,0.0196918956935406,0.821320950984955,0.570263862609863,0.0152036771178246,0.958245635032654,0.282480180263519,-0.0443887263536453,0.999190628528595,-0.0398549176752567,-0.00545543571934104,0.998349070549011,-0.0522566251456738,0.023838222026825,0.956454217433929,-0.291856616735458,-0.00389119167812169,0.999190628528595,-0.0398549176752567,-0.00545543571934104,0.983822524547577,0.000545058981515467,-0.179145276546478,0.937834978103638,-0.00632785120978951,0.34702405333519,0.998349070549011,-0.0522566251456738,0.023838222026825,0.974337875843048,-0.00660906359553337,-0.224993199110031,0.937834978103638,-0.00632785120978951,0.34702405333519,0.983822524547577,0.000545058981515467,-0.179145276546478,0.924095571041107,-0.00151720643043518,-0.382158488035202,
  635. 0.794183790683746,0.00822068192064762,0.607621908187866,0.991685688495636,0.128441527485847,0.00789116229861975,0.995105445384979,-0.0983211472630501,0.00990490615367889,0.989695072174072,0.142302364110947,0.0159254036843777,0.933494806289673,0.356725543737412,0.036527756601572,0.958662152290344,-0.283887833356857,0.0193553678691387,0.995817244052887,0.0275407340377569,-0.0871176645159721,0.95503306388855,0.295745342969894,0.0211278721690178,0.895262241363525,-0.445501655340195,0.00580535130575299,0.799267709255219,-0.0117012038826942,0.600861132144928,0.997986495494843,0.0357167311012745,-0.052414532750845,0.995817244052887,0.0275407340377569,-0.0871176645159721,0.799267709255219,-0.0117012038826942,0.600861132144928,0.950918257236481,-0.0219403561204672,-0.308663219213486,0.958960056304932,0.282744497060776,-0.0212376024574041,0.997986495494843,0.0357167311012745,-0.052414532750845,0.950918257236481,-0.0219403561204672,-0.308663219213486,0.984197378158569,-0.176654770970345,-0.0121903950348496,0.991953730583191,-0.12657119333744,-0.00276276189833879,0.958960056304932,0.282744497060776,-0.0212376024574041,0.984197378158569,-0.176654770970345,-0.0121903950348496,0.901807487010956,0.432075589895248,0.00734794791787863,0.998082518577576,-0.0618239194154739,-0.00302093499340117,0.994628965854645,-0.103168055415154,0.00833406299352646,0.999576508998871,-0.0280588921159506,0.00771454675123096,0.891452610492706,-0.451158791780472,0.0420472510159016,0.999493300914764,-0.0180274732410908,-0.0262311045080423,0.964751958847046,-0.0207270812243223,0.262343376874924,0.878279447555542,-0.0312882177531719,-0.477122873067856,0.996646046638489,-0.0379045121371746,0.0725249499082565,0.997166216373444,-0.0450261421501637,0.0602679774165154,0.964751958847046,-0.0207270812243223,0.262343376874924,0.999493300914764,-0.0180274732410908,-0.0262311045080423,0.998552441596985,-0.0504592545330524,0.0186248924583197,0.987249135971069,-0.0924322605133057,0.129597708582878,0.973019301891327,-0.229587987065315,0.0228638239204884,0.996479332447052,0.0803160071372986,0.0240453332662582,
  636. 0.991030097007751,-0.0728047788143158,0.112066105008125,0.960916757583618,-0.047742884606123,0.272689610719681,0.918103158473969,-0.396244168281555,0.0087784044444561,0.92977249622345,-0.347640752792358,0.121115699410439,0.994590818881989,-0.0199836790561676,0.101930499076843,0.985191404819489,-0.0735389664769173,0.154886841773987,0.960916757583618,-0.047742884606123,0.272689610719681,0.994590818881989,-0.0199836790561676,0.101930499076843,0.996663391590118,0.0811771526932716,0.00849991850554943,0.99926096200943,-0.0382237657904625,0.0040470277890563,0.891452610492706,-0.451158791780472,0.0420472510159016,0.985191404819489,-0.0735389664769173,0.154886841773987,0.996663391590118,0.0811771526932716,0.00849991850554943,0.998082518577576,-0.0618239194154739,-0.00302093499340117,0.891452610492706,-0.451158791780472,0.0420472510159016,0.99926096200943,-0.0382237657904625,0.0040470277890563,0.998183786869049,-0.060198362916708,0.00227568577975035,0.95808744430542,0.00787136238068342,0.286367684602737,0.951956331729889,0.0023743542842567,-0.306224554777145,0.995621860027313,-0.000555040198378265,0.0934708118438721,0.891728520393372,0.0230466984212399,-0.451983451843262,0.916961491107941,0.0249561369419098,0.398194491863251,0.953475832939148,0.0073930025100708,0.301378637552261,0.996440052986145,0.0117488047108054,-0.0834821984171867,0.95382422208786,0.0313513912260532,-0.298724800348282,0.95237010717392,0.0283951479941607,0.303619563579559,0.999633610248566,0.026991531252861,-0.00203866674564779,0.719127535820007,0.123632989823818,0.683791279792786,0.996429979801178,-0.0808759778738022,0.0242182705551386,0.995466768741608,-0.000576369173359126,-0.0951091274619102,0.846364498138428,0.0072767585515976,0.532554388046265,0.948354065418243,-0.0775220617651939,-0.307595282793045,0.997414290904999,0.071808896958828,0.00286100781522691,0.999159872531891,-0.0409802086651325,-0.000393238791730255,0.930437207221985,-0.3301782310009,-0.158961564302444,0.939738154411316,-0.281432688236237,-0.194133967161179,0.977101802825928,0.0448522642254829,0.207991048693657,
  637. 0.995721757411957,0.0192233100533485,-0.0903816670179367,0.9804527759552,-0.024234252050519,-0.195256471633911,0.971876204013824,-0.0179476365447044,-0.234807655215263,0.969658434391022,0.244448885321617,-0.00270213466137648,0.977101802825928,0.0448522642254829,0.207991048693657,0.971876204013824,-0.0179476365447044,-0.234807655215263,0.999157607555389,0.0103678721934557,-0.0397053025662899,0.996778786182404,-0.0788015201687813,0.0149130187928677,0.969658434391022,0.244448885321617,-0.00270213466137648,0.999157607555389,0.0103678721934557,-0.0397053025662899,0.92524266242981,0.379106104373932,-0.0142977917566895,0.980490386486053,0.186581507325172,0.0618534348905087,0.823488354682922,0.566715121269226,-0.0264753568917513,0.90518707036972,-0.424374908208847,0.02328846976161,0.993205428123474,-0.113489620387554,-0.0257478058338165,0.823488354682922,0.566715121269226,-0.0264753568917513,0.961705565452576,0.0350387915968895,0.271835625171661,0.967124998569489,-0.0985484421253204,-0.234430193901062,0.90518707036972,-0.424374908208847,0.02328846976161,0.961705565452576,0.0350387915968895,0.271835625171661,0.906174719333649,0.0290243346244097,-0.421906352043152,0.988969147205353,-0.048066359013319,0.140105456113815,0.967124998569489,-0.0985484421253204,-0.234430193901062,-0.0435229130089283,0.0740116760134697,0.996307194232941,-0.997175693511963,-0.0737517401576042,0.0141885438933969,-0.999466598033905,-0.0319161601364613,0.00692304456606507,-0.0658038929104805,-0.207493290305138,0.976020634174347,0.00354959513060749,0.999926030635834,-0.0116340033710003,0.0776723846793175,0.751130640506744,-0.655568242073059,0.0686425492167473,0.975133180618286,-0.210721597075462,-0.000396462331991643,0.99999988079071,-0.000223981725866906,-0.996042191982269,0.0828191488981247,-0.0322623550891876,-0.998470842838287,0.00273176375776529,-0.0552125312387943,0.0362768694758415,-0.349571347236633,-0.936207175254822,0.00682323193177581,0.183797031641006,-0.982940554618835,0.00682323193177581,0.183797031641006,-0.982940554618835,-0.0358612686395645,0.793160140514374,-0.607956528663635,
  638. -0.986933529376984,0.155467927455902,0.04233143851161,-0.996042191982269,0.0828191488981247,-0.0322623550891876,0.0869557783007622,0.0513936914503574,-0.994885683059692,-0.0281813926994801,0.0510371811687946,-0.998298943042755,0.000938342476729304,0.99995344877243,-0.00960471853613853,0.00235266261734068,0.999949812889099,-0.00974071305245161,-0.0482525788247585,-0.998821437358856,-0.00523548293858767,-0.0666761174798012,-0.792650282382965,0.606019675731659,-0.993265450000763,-0.102209098637104,-0.0545625425875187,-0.967026591300964,-0.0547758117318153,0.248714938759804,0.00582658592611551,0.999983012676239,-3.25536384480074e-005,0.000185581287951209,0.976760506629944,-0.214333787560463,-0.0162794999778271,0.542592167854309,-0.839838564395905,0.00390659179538488,0.999964654445648,-0.00745031470432878,-0.0666761174798012,-0.792650282382965,0.606019675731659,-0.0351531282067299,-0.183678790926933,0.982357561588287,-0.99453741312027,-0.102781236171722,-0.0181986559182405,-0.993265450000763,-0.102209098637104,-0.0545625425875187,-0.973891735076904,0.0591494515538216,-0.219171792268753,-0.986933529376984,0.155467927455902,0.04233143851161,-0.0358612686395645,0.793160140514374,-0.607956528663635,-0.0412746928632259,0.999139726161957,0.0040284488350153,0.00582658592611551,0.999983012676239,-3.25536384480074e-005,-0.000396462331991643,0.99999988079071,-0.000223981725866906,0.0686425492167473,0.975133180618286,-0.210721597075462,0.000185581287951209,0.976760506629944,-0.214333787560463,-0.99453741312027,-0.102781236171722,-0.0181986559182405,-0.999894976615906,0.00412487145513296,0.0138944573700428,-0.998470842838287,0.00273176375776529,-0.0552125312387943,-0.996042191982269,0.0828191488981247,-0.0322623550891876,-0.99453741312027,-0.102781236171722,-0.0181986559182405,-0.996042191982269,0.0828191488981247,-0.0322623550891876,-0.986933529376984,0.155467927455902,0.04233143851161,-0.993265450000763,-0.102209098637104,-0.0545625425875187,-0.986933529376984,0.155467927455902,0.04233143851161,-0.973891735076904,0.0591494515538216,-0.219171792268753,
  639. -0.967026591300964,-0.0547758117318153,0.248714938759804,-0.993265450000763,-0.102209098637104,-0.0545625425875187,-0.0569048970937729,-0.998000979423523,-0.0274952985346317,-0.0484012812376022,-0.998707413673401,-0.0155175197869539,-0.0445462986826897,-0.998707711696625,-0.0244662631303072,-0.0436773560941219,-0.998843610286713,-0.0200944263488054,-0.0484619773924351,-0.998382151126862,-0.0297431088984013,0.0383269190788269,-0.999005734920502,-0.0227704700082541,0.0418136864900589,-0.999031960964203,-0.0136654833331704,0.0508079342544079,-0.998388409614563,-0.0252815131098032,0.0424596518278122,-0.99870902299881,-0.0278824307024479,0.0372770987451077,-0.999134719371796,-0.0184460524469614,0.0869557783007622,0.0513936914503574,-0.994885683059692,0.00235266261734068,0.999949812889099,-0.00974071305245161,0.04296650364995,0.967873632907867,-0.247738540172577,0.998097062110901,-0.00358567689545453,0.0615579374134541,0.999147593975067,-0.00358944619074464,0.0411222316324711,0.999970614910126,-0.00359239592216909,0.00677489256486297,0.999849736690521,-0.00359196332283318,0.0169611256569624,0.998140811920166,-0.00358583382330835,0.0608448013663292,0.999162316322327,-0.00358949927613139,0.0407646931707859,0.999968767166138,-0.00359238940291107,0.00704787718132138,0.999846577644348,-0.00359195237979293,0.0171399153769016,-0.0281813926994801,0.0510371811687946,-0.998298943042755,-0.0257183723151684,0.968103528022766,-0.249227151274681,0.000938342476729304,0.99995344877243,-0.00960471853613853,-0.999466598033905,-0.0319161601364613,0.00692304456606507,-0.891735911369324,0.0768539756536484,0.445982575416565,-0.487351655960083,-0.110340528190136,0.866206288337708,-0.0658038929104805,-0.207493290305138,0.976020634174347,0.0776723846793175,0.751130640506744,-0.655568242073059,0.292877644300461,0.0691129118204117,-0.953648805618286,0.104989804327488,0.164744541049004,-0.980732619762421,0.0686425492167473,0.975133180618286,-0.210721597075462,-0.998067021369934,0.0392358601093292,-0.0481953546404839,-0.992680788040161,0.10739528387785,-0.0552346520125866,
  640. -0.00282926647923887,-0.0740305557847023,-0.997251987457275,-0.0238872747868299,0.207633316516876,-0.977915048599243,0.000185581287951209,0.976760506629944,-0.214333787560463,-0.118141904473305,0.164781659841537,-0.979229032993317,-0.253442943096161,0.071245864033699,-0.964723110198975,-0.0162794999778271,0.542592167854309,-0.839838564395905,0.0686425492167473,0.975133180618286,-0.210721597075462,0.104989804327488,0.164744541049004,-0.980732619762421,-0.118141904473305,0.164781659841537,-0.979229032993317,0.000185581287951209,0.976760506629944,-0.214333787560463,-0.999466598033905,-0.0319161601364613,0.00692304456606507,-0.997175693511963,-0.0737517401576042,0.0141885438933969,-0.992680788040161,0.10739528387785,-0.0552346520125866,-0.998067021369934,0.0392358601093292,-0.0481953546404839,-0.105647198855877,-0.990250468254089,-0.0907886549830437,-0.00362526532262564,-0.999835729598999,-0.0177603699266911,-0.00279909232631326,-0.999838888645172,-0.0177369806915522,-0.112678349018097,-0.972622811794281,0.203244686126709,0.0986981466412544,-0.99474310874939,0.0272920690476894,-0.00362627720460296,-0.999835610389709,-0.0177670232951641,-0.00279875285923481,-0.999838709831238,-0.017746202647686,0.106757961213589,-0.961732149124146,-0.252336919307709,-0.928432106971741,-0.0506872273981571,-0.368028074502945,-0.998067021369934,0.0392358601093292,-0.0481953546404839,-0.0238872747868299,0.207633316516876,-0.977915048599243,-0.448870420455933,0.113358423113823,-0.886377573013306,-0.891735911369324,0.0768539756536484,0.445982575416565,-0.999466598033905,-0.0319161601364613,0.00692304456606507,-0.998067021369934,0.0392358601093292,-0.0481953546404839,-0.928432106971741,-0.0506872273981571,-0.368028074502945,-0.902495861053467,-0.218610882759094,-0.371093720197678,-0.105647198855877,-0.990250468254089,-0.0907886549830437,-0.112678349018097,-0.972622811794281,0.203244686126709,-0.968996345996857,-0.234553724527359,-0.0776577144861221,0.916592538356781,-0.228924289345741,0.327798396348953,0.0986981466412544,-0.99474310874939,0.0272920690476894,
  641. 0.106757961213589,-0.961732149124146,-0.252336919307709,0.96982741355896,-0.241743475198746,0.0315422415733337,-0.999894976615906,0.00412487145513296,0.0138944573700428,-0.99453741312027,-0.102781236171722,-0.0181986559182405,-0.0351531282067299,-0.183678790926933,0.982357561588287,4.30385407526046e-005,0.349440604448318,0.936958491802216,0.04296650364995,0.967873632907867,-0.247738540172577,0.00235266261734068,0.999949812889099,-0.00974071305245161,0.0248457230627537,0.999691188335419,-0.000456597132142633,0.0442251153290272,0.999021351337433,0.000715062255039811,-0.0391202010214329,0.999234080314636,-0.000862505054101348,0.000938342476729304,0.99995344877243,-0.00960471853613853,-0.0257183723151684,0.968103528022766,-0.249227151274681,-0.0370207466185093,0.99931401014328,-0.000968671520240605,0.00235266261734068,0.999949812889099,-0.00974071305245161,0.000938342476729304,0.99995344877243,-0.00960471853613853,-0.0391202010214329,0.999234080314636,-0.000862505054101348,0.0248457230627537,0.999691188335419,-0.000456597132142633,-0.0435229130089283,0.0740116760134697,0.996307194232941,-0.997175693511963,-0.0737517401576042,0.0141885420307517,-0.999466598033905,-0.0319161601364613,0.00692304782569408,-0.0658038929104805,-0.207493290305138,0.976020634174347,0.00354959513060749,0.999926030635834,-0.0116340033710003,0.0776724219322205,0.751130640506744,-0.655568242073059,0.0686425566673279,0.975133180618286,-0.210721611976624,-0.000396462331991643,0.99999988079071,-0.000223981725866906,-0.996042191982269,0.0828191488981247,-0.0322623550891876,-0.998470842838287,0.00273177376948297,-0.0552125237882137,0.03627685084939,-0.349571406841278,-0.936207175254822,0.00682323053479195,0.183797001838684,-0.982940554618835,0.00682323053479195,0.183797001838684,-0.982940554618835,-0.0358614660799503,0.793160080909729,-0.607956528663635,-0.986933529376984,0.155467927455902,0.0423314161598682,-0.996042191982269,0.0828191488981247,-0.0322623550891876,0.0869557932019234,0.0513936914503574,-0.994885683059692,-0.0281814690679312,0.0510371811687946,-0.998298943042755,
  642. 0.000938342476729304,0.99995344877243,-0.00960472039878368,0.00235266122035682,0.999949812889099,-0.00974071305245161,-0.0482525415718555,-0.998821437358856,-0.00523548386991024,-0.0666761249303818,-0.792650282382965,0.606019616127014,-0.993265450000763,-0.102209098637104,-0.0545625127851963,-0.967026591300964,-0.0547758266329765,0.248714938759804,0.00582658592611551,0.999983012676239,-3.25607761624269e-005,0.000185580211109482,0.976760506629944,-0.214333787560463,-0.0162793938070536,0.542592167854309,-0.839838564395905,0.00390671566128731,0.999964654445648,-0.00745030911639333,-0.0666761249303818,-0.792650282382965,0.606019616127014,-0.0351531244814396,-0.183678790926933,0.982357561588287,-0.99453741312027,-0.102781213819981,-0.0181986708194017,-0.993265450000763,-0.102209098637104,-0.0545625127851963,-0.973891735076904,0.0591495335102081,-0.219171762466431,-0.986933529376984,0.155467927455902,0.0423314161598682,-0.0358614660799503,0.793160080909729,-0.607956528663635,-0.0412746593356133,0.999139726161957,0.00402845069766045,0.00582658592611551,0.999983012676239,-3.25607761624269e-005,-0.000396462331991643,0.99999988079071,-0.000223981725866906,0.0686425566673279,0.975133180618286,-0.210721611976624,0.000185580211109482,0.976760506629944,-0.214333787560463,-0.99453741312027,-0.102781213819981,-0.0181986708194017,-0.999894976615906,0.00412487145513296,0.0138944573700428,-0.998470842838287,0.00273177376948297,-0.0552125237882137,-0.996042191982269,0.0828191488981247,-0.0322623550891876,-0.99453741312027,-0.102781213819981,-0.0181986708194017,-0.996042191982269,0.0828191488981247,-0.0322623550891876,-0.986933529376984,0.155467927455902,0.0423314161598682,-0.993265450000763,-0.102209098637104,-0.0545625127851963,-0.986933529376984,0.155467927455902,0.0423314161598682,-0.973891735076904,0.0591495335102081,-0.219171762466431,-0.967026591300964,-0.0547758266329765,0.248714938759804,-0.993265450000763,-0.102209098637104,-0.0545625127851963,-0.0569049008190632,-0.998000979423523,-0.0274952985346317,-0.0484012439846992,-0.998707413673401,-0.0155175207182765,
  643. -0.0445462577044964,-0.998707711696625,-0.0244662649929523,-0.0436773188412189,-0.998843610286713,-0.0200944263488054,-0.0484619587659836,-0.998382151126862,-0.0297431088984013,0.0383268892765045,-0.999005734920502,-0.0227704737335444,0.0418136529624462,-0.999031960964203,-0.0136654851958156,0.0508079081773758,-0.998388409614563,-0.0252815131098032,0.0424596220254898,-0.99870902299881,-0.0278824307024479,0.0372770577669144,-0.999134719371796,-0.0184460543096066,0.0869557932019234,0.0513936914503574,-0.994885683059692,0.00235266122035682,0.999949812889099,-0.00974071305245161,0.042966466397047,0.967873632907867,-0.247738540172577,0.998097062110901,-0.00358567596413195,0.0615579374134541,0.999147593975067,-0.00358944572508335,0.0411222316324711,0.999970614910126,-0.0035923954565078,0.00677489256486297,0.999849736690521,-0.00359196309000254,0.0169611256569624,0.998140811920166,-0.00358583289198577,0.0608448013663292,0.999162316322327,-0.0035894988104701,0.0407646931707859,0.999968767166138,-0.00359238847158849,0.00704787718132138,0.999846577644348,-0.00359195214696229,0.0171399153769016,-0.0281814690679312,0.0510371811687946,-0.998298943042755,-0.0257183406502008,0.968103528022766,-0.249227151274681,0.000938342476729304,0.99995344877243,-0.00960472039878368,-0.999466598033905,-0.0319161601364613,0.00692304782569408,-0.891735911369324,0.0768539980053902,0.445982575416565,-0.487351655960083,-0.110340528190136,0.866206288337708,-0.0658038929104805,-0.207493290305138,0.976020634174347,0.0776724219322205,0.751130640506744,-0.655568242073059,0.292877674102783,0.0691128969192505,-0.953648924827576,0.104989804327488,0.164744511246681,-0.980732619762421,0.0686425566673279,0.975133180618286,-0.210721611976624,-0.998067021369934,0.0392358414828777,-0.0481953546404839,-0.992680788040161,0.10739528387785,-0.0552346520125866,-0.00282927509397268,-0.0740306973457336,-0.997251927852631,-0.0238872654736042,0.207633167505264,-0.977915108203888,0.000185580211109482,0.976760506629944,-0.214333787560463,-0.118141904473305,0.164781674742699,-0.979229032993317,
  644. -0.253442972898483,0.0712458193302155,-0.964723110198975,-0.0162793938070536,0.542592167854309,-0.839838564395905,0.0686425566673279,0.975133180618286,-0.210721611976624,0.104989804327488,0.164744511246681,-0.980732619762421,-0.118141904473305,0.164781674742699,-0.979229032993317,0.000185580211109482,0.976760506629944,-0.214333787560463,-0.999466598033905,-0.0319161601364613,0.00692304782569408,-0.997175693511963,-0.0737517401576042,0.0141885420307517,-0.992680788040161,0.10739528387785,-0.0552346520125866,-0.998067021369934,0.0392358414828777,-0.0481953546404839,-0.105647221207619,-0.990250468254089,-0.0907886549830437,-0.00362526532262564,-0.999835729598999,-0.0177603699266911,-0.00279909488745034,-0.999838888645172,-0.0177369806915522,-0.112678363919258,-0.972622811794281,0.203244686126709,0.0986980497837067,-0.99474310874939,0.0272920690476894,-0.00362640060484409,-0.999835610389709,-0.0177670232951641,-0.00279887695796788,-0.999838709831238,-0.0177462082356215,0.106757804751396,-0.961732149124146,-0.252337038516998,-0.928432106971741,-0.0506872199475765,-0.368028074502945,-0.998067021369934,0.0392358414828777,-0.0481953546404839,-0.0238872654736042,0.207633167505264,-0.977915108203888,-0.448870450258255,0.113358356058598,-0.886377573013306,-0.891735911369324,0.0768539980053902,0.445982575416565,-0.999466598033905,-0.0319161601364613,0.00692304782569408,-0.998067021369934,0.0392358414828777,-0.0481953546404839,-0.928432106971741,-0.0506872199475765,-0.368028074502945,-0.902495861053467,-0.218610867857933,-0.371093720197678,-0.105647221207619,-0.990250468254089,-0.0907886549830437,-0.112678363919258,-0.972622811794281,0.203244686126709,-0.968996345996857,-0.234553724527359,-0.0776577144861221,0.916592657566071,-0.228924199938774,0.327798426151276,0.0986980497837067,-0.99474310874939,0.0272920690476894,0.106757804751396,-0.961732149124146,-0.252337038516998,0.96982741355896,-0.241743341088295,0.0315422378480434,-0.999894976615906,0.00412487145513296,0.0138944573700428,-0.99453741312027,-0.102781213819981,-0.0181986708194017,
  645. -0.0351531244814396,-0.183678790926933,0.982357561588287,4.30251529905945e-005,0.349440634250641,0.936958491802216,0.042966466397047,0.967873632907867,-0.247738540172577,0.00235266122035682,0.999949812889099,-0.00974071305245161,0.0248457230627537,0.999691188335419,-0.000456597888842225,0.0442250818014145,0.999021351337433,0.000715062720701098,-0.0391202010214329,0.999234080314636,-0.000862508255522698,0.000938342476729304,0.99995344877243,-0.00960472039878368,-0.0257183406502008,0.968103528022766,-0.249227151274681,-0.0370207130908966,0.99931401014328,-0.000968669657595456,0.00235266122035682,0.999949812889099,-0.00974071305245161,0.000938342476729304,0.99995344877243,-0.00960472039878368,-0.0391202010214329,0.999234080314636,-0.000862508255522698,0.0248457230627537,0.999691188335419,-0.000456597888842225,-0.584555149078369,0.14380519092083,-0.798508167266846,-0.747481226921082,-0.0697635039687157,-0.660609483718872,-0.0371447801589966,-0.0359984189271927,-0.99866133928299,-0.0470077767968178,-0.00432666251435876,-0.998885095119476,-0.747481226921082,-0.0697635039687157,-0.660609483718872,0.00143952120561153,-0.00175169028807431,-0.999997496604919,1.75937711901497e-005,-0.00166721676941961,-0.999998569488525,-0.0371447801589966,-0.0359984189271927,-0.99866133928299,0.00143952120561153,-0.00175169028807431,-0.999997496604919,0.748241543769836,0.0655513927340508,-0.660179972648621,0.0370991490781307,0.0435365214943886,-0.99836277961731,1.75937711901497e-005,-0.00166721676941961,-0.999998569488525,0.748241543769836,0.0655513927340508,-0.660179972648621,0.597929120063782,-0.104948326945305,-0.794648826122284,0.046926636248827,-0.0014606611803174,-0.998897254467011,0.0370991490781307,0.0435365214943886,-0.99836277961731,0.597929120063782,-0.104948326945305,-0.794648826122284,-0.584555149078369,0.14380519092083,-0.798508167266846,-0.0470077767968178,-0.00432666251435876,-0.998885095119476,0.046926636248827,-0.0014606611803174,-0.998897254467011,-0.584895551204681,-0.131452739238739,0.800385773181915,0.577532351016998,0.150743126869202,0.802329659461975,
  646. 0.0406501814723015,0.00622963160276413,0.999153971672058,-0.0410691425204277,-0.00539083499461412,0.999141812324524,0.577532351016998,0.150743126869202,0.802329659461975,0.699814021587372,-0.0764018073678017,0.71022754907608,0.0318657234311104,-0.0707231685519218,0.996986925601959,0.0406501814723015,0.00622963160276413,0.999153971672058,0.699814021587372,-0.0764018073678017,0.71022754907608,0.015165152028203,-0.00432344013825059,0.999875605106354,0.000298988132271916,-0.00193965120706707,0.999998092651367,0.0318657234311104,-0.0707231685519218,0.996986925601959,0.015165152028203,-0.00432344013825059,0.999875605106354,-0.697136223316193,0.0782693475484848,0.712653458118439,-0.0328801572322845,0.0546624138951302,0.997963428497314,0.000298988132271916,-0.00193965120706707,0.999998092651367,-0.697136223316193,0.0782693475484848,0.712653458118439,-0.584895551204681,-0.131452739238739,0.800385773181915,-0.0410691425204277,-0.00539083499461412,0.999141812324524,-0.0328801572322845,0.0546624138951302,0.997963428497314
  647. }
  648. TangentsW: *2322 {
  649. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,1,1,-1,-1,1,1,1,1,-1,1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,1,1,-1,-1,1,1,1,1,1,1,-1,-1,1,1,-1,-1,1,1,1,1,1,-1,1,1,1,1,-1,-1,1,1,1,-1,1,1,1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,1,1,-1,1,1,1,-1,-1,1,1,-1,-1,1,1,1,1,-1,-1,1,1,1,-1,-1,-1,1,1,1,1,-1,-1,1,1,-1,-1,1,-1,-1,-1,1,1,1,1,1,-1,1,1,-1,1,1,-1,-1,1,1,1,1,1,-1,1,-1,-1,1,1,1,1,-1,-1,-1,-1,1,1,-1,1,-1,1,1,1,-1,1,1,-1,1,1,1,1,1,1,1,1,1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,1,1,-1,1,-1,1,1,1,1,1,1,-1,1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,
  650. -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,1,-1,-1,1,1,1,-1,-1,1,-1,-1,1,1,1,-1,-1,1,1,-1,-1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,1,-1,1,-1,-1,-1,-1,-1,1,1,-1,-1,-1,-1,-1,1,1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,1,-1,-1,-1,1,-1,-1,1,1,-1,-1,-1,-1,1,1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,1,1,-1,-1,1,1,-1,-1,1,-1,-1,-1,1,1,1,1,1,1,1,1,-1,1,1,-1,-1,1,1,-1,1,1,1,-1,-1,-1,-1,-1,1,1,-1,-1,1,-1,-1,1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,-1,-1,-1,-1,-1,1,1,-1,-1,-1,1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  651. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,-1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,1,1,1,-1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,-1,1,1,-1,1,1,1,-1,-1,1,1,-1,-1,1,1,-1,1,1,-1,1,1,1,1,-1,1,1,1,-1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1
  652. }
  653. }
  654. LayerElementTangent: 1 {
  655. Version: 102
  656. Name: "uvSet"
  657. MappingInformationType: "ByPolygonVertex"
  658. ReferenceInformationType: "Direct"
  659. Tangents: *6966 {
  660. a: 0.00494361901655793,0.999987781047821,0,0.00493086408823729,0.999987840652466,0,0.00491062924265862,0.999987959861755,0,0.0053322846069932,0.999985873699188,-4.35650057695192e-011,-0.999999582767487,0.000899538339581341,0,-0.999999642372131,0.000958040007390082,0,-0.999999523162842,0.00105234142392874,-9.67504854010315e-010,-0.999999523162842,0.000954493880271912,0,0.998466491699219,-0.0260407533496618,0.0488528311252594,0.99961656332016,-0.0130242183804512,0.0244336221367121,1,2.30577188631287e-006,-4.32566139352275e-006,0.99961656332016,-0.0130242183804512,0.0244336221367121,0.00438093906268477,0.999990403652191,6.45239903174222e-011,0.00467788428068161,0.999988973140717,1.71628614098474e-011,0.00421170610934496,0.999991118907928,7.73066541337464e-011,0.00420507229864597,0.999991178512573,0,0.00542643759399652,0.99998527765274,-4.6704471887149e-012,0.00536606553941965,0.999985635280609,-1.62760397607459e-012,0.00467788428068161,0.999988973140717,1.71628614098474e-011,0.00438093906268477,0.999990403652191,6.45239903174222e-011,-0.999997675418854,0.0021628497634083,-7.87997056495016e-010,-0.999998271465302,0.00185172096826136,-2.06804559588214e-010,-0.999999523162842,0.00105234142392874,-9.67504854010315e-010,-0.999994993209839,0.00318991648964584,-8.20207368690262e-009,-0.999999940395355,0.000483590323710814,1.09679187954015e-009,-0.999999642372131,0.000770014594309032,1.39301770119005e-008,-0.999998271465302,0.00185172096826136,-2.06804559588214e-010,-0.999997675418854,0.0021628497634083,-7.87997056495016e-010,0.00421170610934496,0.999991118907928,7.73066541337464e-011,0.00432081567123532,0.99999064207077,9.02590918672175e-011,0.00407370133325458,0.999991774559021,1.54273413488504e-010,0.00391532713547349,0.999992430210114,1.48275683398147e-010,0.00467788428068161,0.999988973140717,1.71628614098474e-011,0.00536606553941965,0.999985635280609,-1.62760397607459e-012,0.00489500304684043,0.9999880194664,0,0.00462766084820032,0.99998927116394,0,-0.999998271465302,0.00185172096826136,-2.06804559588214e-010,
  661. -0.999999642372131,0.000770014594309032,1.39301770119005e-008,-0.999999642372131,0.000845674891024828,1.78257621996636e-008,-0.999999642372131,0.000958327553234994,0,-0.999999642372131,0.000770014594309032,1.39301770119005e-008,-0.999999761581421,0.000687249470502138,-1.14621513669366e-010,-0.999999642372131,0.000837532919831574,-2.14207305525619e-015,-0.999999642372131,0.000845674891024828,1.78257621996636e-008,0.00136190326884389,0.552629709243774,0.83342581987381,0.00260545406490564,0.552620828151703,0.833428621292114,0.000999428331851959,0.552616238594055,0.833435237407684,-8.14829109003767e-005,0.552640497684479,0.833419859409332,0.0032739310991019,0.552633464336395,0.833417952060699,0.00364958494901657,0.552632510662079,0.833417057991028,0.00260545406490564,0.552620828151703,0.833428621292114,0.00136190326884389,0.552629709243774,0.83342581987381,0.999990224838257,0.0018763147527352,-0.00400644680485129,0.999993920326233,0.00300472253002226,-0.0018309362931177,0.999991416931152,0.00413311086595058,0.000344585801940411,0.999993920326233,0.00300472253002226,-0.00183093617670238,-0.999999642372131,0.000837532919831574,-2.14207305525619e-015,-0.999999761581421,0.000687249470502138,-1.14621513669366e-010,-0.999999642372131,0.000873318058438599,-5.12891276116534e-008,-0.999999701976776,0.000893193820957094,-5.12891240589397e-008,0,0.000141737938974984,-1,0,0.000632332812529057,-0.999999821186066,0,0.00110116926953197,-0.999999403953552,0,0.000803211238235235,-0.999999701976776,0,0.000654373492579907,-0.99999988079071,0,0.00048340079956688,-0.999999940395355,-0.999999940395355,0.000304718065308407,-0,-0.999999761581421,0.000687249470502138,-1.14621513669366e-010,-0.999999642372131,0.000770014594309032,1.39301770119005e-008,-0.999999940395355,0.000483590323710814,1.09679187954015e-009,0.00432081567123532,0.99999064207077,9.02590918672175e-011,0.00421170610934496,0.999991118907928,7.73066541337464e-011,0.00467788428068161,0.999988973140717,1.71628614098474e-011,0.00462766084820032,0.99998927116394,0,0.00370988692156971,0.552634835243225,0.833415269851685,
  662. 0.00367986876517534,0.55263489484787,0.833415389060974,0.00364958494901657,0.552632510662079,0.833417057991028,0.0032739310991019,0.552633464336395,0.833417952060699,0,0.00174458930268884,0.999998509883881,0,0.00190619868226349,0.999998211860657,0,0.00208644615486264,0.999997913837433,-0,0.00244631082750857,0.999997019767761,-0,0.00192462676204741,0.999998152256012,-0,0.00142074015457183,0.999998986721039,0.0062271486967802,0.999980688095093,-4.31306657056041e-010,0.0053322846069932,0.999985873699188,-4.35650057695192e-011,0.00536606553941965,0.999985635280609,-1.62760397607459e-012,0.00542643759399652,0.99998527765274,-4.6704471887149e-012,0.0053322846069932,0.999985873699188,-4.35650057695192e-011,0.00491062924265862,0.999987959861755,0,0.00489500304684043,0.9999880194664,0,0.00536606553941965,0.999985635280609,-1.62760397607459e-012,-0.999999523162842,0.000954493880271912,0,-0.999999523162842,0.00105234142392874,-9.67504854010315e-010,-0.999998271465302,0.00185172096826136,-2.06804559588214e-010,-0.999999642372131,0.000958327553234994,0,0.000103247883089352,0,1,9.94524816633202e-005,0,1,9.73582064034417e-005,0,1,9.82767232926562e-005,0,1,-0.0140224974602461,0.999807357788086,0.0137276761233807,-0.0103047108277678,0.997014760971069,0.0765203610062599,0.000309046532493085,0.992365181446075,-0.123333774507046,0.00947512593120337,0.999942600727081,-0.0049960701726377,0.00141086499206722,0.995766639709473,0.091906763613224,-0.999999701976776,0.000559969281312078,0.000645738386083394,-1,9.39422679948621e-005,-0.000141672790050507,-1,0.000168392070918344,-0.00025394931435585,-0.999999642372131,0.000628891226369888,0.000542207504622638,-0.999971270561218,0.00499954679980874,0.00568271148949862,-0.999999701976776,0.000559969281312078,0.000645738386083394,-0.999999642372131,0.000628891226369888,0.000542207504622638,-0.999960958957672,0.0035325672943145,0.00809453427791595,-0.999619841575623,0.0183137413114309,0.020611509680748,-0.999971270561218,0.00499954679980874,0.00568271148949862,-0.999960958957672,0.0035325672943145,0.00809453427791595,
  663. -0.999604642391205,0.0172655712813139,0.0221915021538734,0.00328234396874905,0,0.99999463558197,0.00166732107754797,0,0.99999862909317,5.80756677663885e-005,0,1,0.00112832977902144,0,0.999999344348907,8.10602941783145e-005,0,1,6.3985789893195e-005,0,1,0.00112832977902144,0,0.999999344348907,5.80756677663885e-005,0,1,9.932964167092e-005,0,1,9.06959394342266e-005,0,1,6.3985789893195e-005,0,1,8.10602941783145e-005,0,1,9.82767232926562e-005,0,1,9.73582064034417e-005,0,1,9.06959394342266e-005,0,1,9.932964167092e-005,0,1,0.0809179916977882,-0.883249223232269,-0.461869090795517,-0.00802791677415371,-0.864985823631287,-0.501732051372528,0.0784436091780663,-0.770955502986908,-0.632039844989777,0.0496490858495235,-0.804910063743591,-0.591316103935242,-0.142774164676666,-0.704137802124023,0.695561289787292,0.128568112850189,-0.90636545419693,0.402457445859909,0.116387069225311,-0.924825608730316,-0.362148642539978,0.130671173334122,-0.541189253330231,0.830686032772064,0.128568112850189,-0.90636545419693,0.402457445859909,0.0175058543682098,-0.525436043739319,0.850653052330017,-0.00325750629417598,-0.802011668682098,-0.597299456596375,0.0481239631772041,-0.795890331268311,-0.603525221347809,0.113786056637764,0.482050538063049,-0.868723213672638,0.0386115685105324,0.518284797668457,-0.854336142539978,0.0481239631772041,-0.795890331268311,-0.603525221347809,-0.00325750629417598,-0.802011668682098,-0.597299456596375,0.0322364754974842,-0.936727046966553,-0.348573267459869,-0.00622499268501997,-0.945410013198853,-0.325823754072189,0.0630976036190987,-0.931282699108124,-0.358791291713715,0.180137112736702,-0.892584383487701,-0.413332611322403,0.124175742268562,-0.546586871147156,0.828144311904907,0.0846627131104469,-0.570321261882782,0.81704705953598,0.0386115685105324,0.518284797668457,-0.854336142539978,0.113786056637764,0.482050538063049,-0.868723213672638,-0.19929513335228,0.0583640709519386,-0.97819995880127,-0.0762626379728317,0.00746902544051409,-0.99705982208252,-0.0445573069155216,0.52612030506134,-0.849242150783539,-0.101422369480133,0.533467233181,-0.839717864990234,
  664. 0.148828759789467,-0.809507608413696,-0.567932605743408,0.0167837962508202,-0.794909477233887,-0.60649585723877,-0.088805764913559,0.554914116859436,-0.827154159545898,0.0190024878829718,0.262921988964081,-0.964629948139191,-0.0488555058836937,0.224391520023346,-0.973273634910584,0.180137112736702,-0.892584383487701,-0.413332611322403,0.0630976036190987,-0.931282699108124,-0.358791291713715,0.0167837962508202,-0.794909477233887,-0.60649585723877,0.128568112850189,-0.90636545419693,0.402457445859909,0.130671173334122,-0.541189253330231,0.830686032772064,-0.103057377040386,-0.890213906764984,-0.443732291460037,0.128568112850189,-0.90636545419693,0.402457445859909,-0.103057377040386,-0.890213906764984,-0.443732291460037,-0.00802791677415371,-0.864985823631287,-0.501732051372528,0.128568112850189,-0.90636545419693,0.402457445859909,-0.142774164676666,-0.704137802124023,0.695561289787292,-0.000674267183057964,-0.540497720241547,0.841345191001892,0.0175058543682098,-0.525436043739319,0.850653052330017,0.0346568264067173,0.534571826457977,-0.84441214799881,0.0496490858495235,-0.804910063743591,-0.591316103935242,0.0784436091780663,-0.770955502986908,-0.632039844989777,0.180137112736702,-0.892584383487701,-0.413332611322403,-0.0215537846088409,-0.909904658794403,-0.414257198572159,0.0733746811747551,-0.556535124778748,0.827577650547028,0.124175742268562,-0.546586871147156,0.828144311904907,-0.0110802724957466,-0.689751207828522,0.723961770534515,0.00757381226867437,-0.990309834480286,0.138668850064278,-0.0162589997053146,-0.93910551071167,-0.343243956565857,-0.0442283563315868,-0.572801291942596,0.818500161170959,0.0156680904328823,-0.815671265125275,-0.578303396701813,0.00824531726539135,-0.810849726200104,-0.585196375846863,-0.00580459274351597,0.521151542663574,-0.853444457054138,-0.0110157802700996,0.520159602165222,-0.853998005390167,-0.0308437794446945,-0.939817905426025,-0.340281009674072,-0.0162589997053146,-0.93910551071167,-0.343243956565857,0.00824531726539135,-0.810849726200104,-0.585196375846863,0.0156680904328823,-0.815671265125275,-0.578303396701813,
  665. -0.0110157802700996,0.520159602165222,-0.853998005390167,-0.00580459274351597,0.521151542663574,-0.853444457054138,-0.0100503442808986,7.80530317570083e-005,-0.99994957447052,0.0250610914081335,0.0011857250938192,-0.999685287475586,-0.00448579015210271,0.55198472738266,-0.833842217922211,-0.00622499268501997,-0.945410013198853,-0.325823754072189,0.0322364754974842,-0.936727046966553,-0.348573267459869,0.00513992086052895,-0.56947273015976,0.821994125843048,0.00414196494966745,-0.555522501468658,0.831491231918335,0.0190024878829718,0.262921988964081,-0.964629948139191,0.0182883962988853,0.53128707408905,-0.846994519233704,-0.0113876322284341,-0.77728533744812,-0.629045128822327,-0.0359768494963646,-0.768253445625305,-0.639134109020233,0.00382542749866843,-0.895624339580536,-0.444794684648514,0.0217254087328911,-0.904097199440002,-0.426774263381958,0.152994677424431,-0.532621502876282,0.832410335540771,-0.0293384548276663,-0.549830377101898,0.834760904312134,-0.101422369480133,0.533467233181,-0.839717864990234,-0.0488555058836937,0.224391520023346,-0.973273634910584,0.0951673835515976,-0.844317138195038,-0.52732515335083,0.148828759789467,-0.809507608413696,-0.567932605743408,0.0182883962988853,0.53128707408905,-0.846994519233704,0.0346568264067173,0.534571826457977,-0.84441214799881,0.0784436091780663,-0.770955502986908,-0.632039844989777,-0.0113876322284341,-0.77728533744812,-0.629045128822327,0.0182883962988853,0.53128707408905,-0.846994519233704,0.0190024878829718,0.262921988964081,-0.964629948139191,-0.088805764913559,0.554914116859436,-0.827154159545898,-0.0445573069155216,0.52612030506134,-0.849242150783539,-0.0241640415042639,0.000579719198867679,-0.999707818031311,0.0107267387211323,0.00032596752862446,-0.999942421913147,-0.0215537846088409,-0.909904658794403,-0.414257198572159,0.180137112736702,-0.892584383487701,-0.413332611322403,0.0167837962508202,-0.794909477233887,-0.60649585723877,0.148828759789467,-0.809507608413696,-0.567932605743408,0.0951673835515976,-0.844317138195038,-0.52732515335083,0.0217254087328911,-0.904097199440002,-0.426774263381958,
  666. 0.00382542749866843,-0.895624339580536,-0.444794684648514,-0.0359768494963646,-0.768253445625305,-0.639134109020233,-0.0113876322284341,-0.77728533744812,-0.629045128822327,-0.0162589997053146,-0.93910551071167,-0.343243956565857,-0.0308437794446945,-0.939817905426025,-0.340281009674072,-0.00128826894797385,-0.569811224937439,0.82177460193634,-0.0442283563315868,-0.572801291942596,0.818500161170959,0.00824531726539135,-0.810849726200104,-0.585196375846863,-0.00653937924653292,-0.596314013004303,-0.802724659442902,0.0129735004156828,0.34106433391571,-0.939950466156006,-0.00580459274351597,0.521151542663574,-0.853444457054138,-0.0162589997053146,-0.93910551071167,-0.343243956565857,0.00757381226867437,-0.990309834480286,0.138668850064278,-0.00653937924653292,-0.596314013004303,-0.802724659442902,0.00824531726539135,-0.810849726200104,-0.585196375846863,-0.00580459274351597,0.521151542663574,-0.853444457054138,0.0129735004156828,0.34106433391571,-0.939950466156006,-0.0164545532315969,0.553834080696106,-0.832464456558228,-0.0100503442808986,7.80530317570083e-005,-0.99994957447052,0.0322364754974842,-0.936727046966553,-0.348573267459869,0.0630976036190987,-0.931282699108124,-0.358791291713715,0.0846627131104469,-0.570321261882782,0.81704705953598,0.00513992086052895,-0.56947273015976,0.821994125843048,-0.00325750629417598,-0.802011668682098,-0.597299456596375,0.0167837962508202,-0.794909477233887,-0.60649585723877,0.0630976036190987,-0.931282699108124,-0.358791291713715,0.0322364754974842,-0.936727046966553,-0.348573267459869,0.0167837962508202,-0.794909477233887,-0.60649585723877,-0.00325750629417598,-0.802011668682098,-0.597299456596375,0.0386115685105324,0.518284797668457,-0.854336142539978,-0.0445573069155216,0.52612030506134,-0.849242150783539,-0.0445573069155216,0.52612030506134,-0.849242150783539,0.0386115685105324,0.518284797668457,-0.854336142539978,-0.0762626379728317,0.00746902544051409,-0.99705982208252,-0.0241640415042639,0.000579719198867679,-0.999707818031311,-0.0308437794446945,-0.939817905426025,-0.340281009674072,
  667. -0.00622499268501997,-0.945410013198853,-0.325823754072189,0.00414196494966745,-0.555522501468658,0.831491231918335,-0.00128826894797385,-0.569811224937439,0.82177460193634,-0.00622499268501997,-0.945410013198853,-0.325823754072189,-0.0308437794446945,-0.939817905426025,-0.340281009674072,0.0156680904328823,-0.815671265125275,-0.578303396701813,0.0481239631772041,-0.795890331268311,-0.603525221347809,0.0481239631772041,-0.795890331268311,-0.603525221347809,0.0156680904328823,-0.815671265125275,-0.578303396701813,-0.0110157802700996,0.520159602165222,-0.853998005390167,0.113786056637764,0.482050538063049,-0.868723213672638,0.113786056637764,0.482050538063049,-0.868723213672638,-0.0110157802700996,0.520159602165222,-0.853998005390167,-0.00448579015210271,0.55198472738266,-0.833842217922211,-0.00448579015210271,0.55198472738266,-0.833842217922211,0.0250610914081335,0.0011857250938192,-0.999685287475586,0.257483243942261,0.461121648550034,-0.849158048629761,0.113786056637764,0.482050538063049,-0.868723213672638,-0.00448579015210271,0.55198472738266,-0.833842217922211,0.257483243942261,0.461121648550034,-0.849158048629761,-0.19929513335228,0.0583640709519386,-0.97819995880127,-0.0445573069155216,0.52612030506134,-0.849242150783539,0.0107267387211323,0.00032596752862446,-0.999942421913147,-0.00690223416313529,0.00289868772961199,-0.9999720454216,-0.088805764913559,0.554914116859436,-0.827154159545898,-0.101422369480133,0.533467233181,-0.839717864990234,0.0217254087328911,-0.904097199440002,-0.426774263381958,-0.103057377040386,-0.890213906764984,-0.443732291460037,0.130671173334122,-0.541189253330231,0.830686032772064,0.152994677424431,-0.532621502876282,0.832410335540771,-0.00802791677415371,-0.864985823631287,-0.501732051372528,-0.103057377040386,-0.890213906764984,-0.443732291460037,0.0217254087328911,-0.904097199440002,-0.426774263381958,-0.0113876322284341,-0.77728533744812,-0.629045128822327,0.0784436091780663,-0.770955502986908,-0.632039844989777,-0.0215537846088409,-0.909904658794403,-0.414257198572159,0.00382542749866843,-0.895624339580536,-0.444794684648514,
  668. -0.0293384548276663,-0.549830377101898,0.834760904312134,0.0733746811747551,-0.556535124778748,0.827577650547028,0.00382542749866843,-0.895624339580536,-0.444794684648514,-0.0215537846088409,-0.909904658794403,-0.414257198572159,0.0951673835515976,-0.844317138195038,-0.52732515335083,-0.0359768494963646,-0.768253445625305,-0.639134109020233,-0.0488555058836937,0.224391520023346,-0.973273634910584,0.0190024878829718,0.262921988964081,-0.964629948139191,-0.0359768494963646,-0.768253445625305,-0.639134109020233,0.0951673835515976,-0.844317138195038,-0.52732515335083,-0.088805764913559,0.554914116859436,-0.827154159545898,-0.0488555058836937,0.224391520023346,-0.973273634910584,-0.101422369480133,0.533467233181,-0.839717864990234,0.0346568264067173,0.534571826457977,-0.84441214799881,0.0141910202801228,0.537335813045502,-0.843248963356018,0.0496490858495235,-0.804910063743591,-0.591316103935242,-0.00690223416313529,0.00289868772961199,-0.9999720454216,0.00245475629344583,0.00577858882024884,-0.999980330467224,0.0346568264067173,0.534571826457977,-0.84441214799881,0.0182883962988853,0.53128707408905,-0.846994519233704,-0.088805764913559,0.554914116859436,-0.827154159545898,0.05630799010396,0.873388886451721,0.483757436275482,-0.0260190311819315,0.875606715679169,0.482323527336121,-0.0621110126376152,0.8748819231987,0.480337202548981,-0.0013787568314001,0.875230014324188,0.483704924583435,0.00245765130966902,0.874095320701599,0.48574823141098,0.0654875040054321,0.873967468738556,0.481552064418793,0.00970776379108429,0.804259181022644,-0.594199478626251,0.0121366083621979,0.737435102462769,-0.675309002399445,0.03806371986866,0.833947837352753,-0.550529003143311,0.03806371986866,0.833947837352753,-0.550529003143311,0.390532821416855,0.843765139579773,0.368163645267487,0.00970776379108429,0.804259181022644,-0.594199478626251,-0.0591191537678242,0.550851345062256,0.832506895065308,0.0213135220110416,0.531216681003571,0.846967875957489,-0.14552266895771,0.86289769411087,0.48397371172905,0.00722755398601294,0.801823496818542,-0.597517251968384,
  669. -0.0348650962114334,-0.518812775611877,-0.854176700115204,-0.114234380424023,-0.482069492340088,-0.868653893470764,-0.0497346371412277,0.795795977115631,-0.603519082069397,-0.0497346371412277,0.795795977115631,-0.603519082069397,0.00625985627993941,0.945398390293121,-0.325857073068619,-0.0328573957085609,0.936707615852356,-0.348567396402359,0.00722755398601294,0.801823496818542,-0.597517251968384,-0.0530333705246449,0.931757092475891,-0.359188109636307,-0.0804701894521713,0.570698797702789,0.817207038402557,-0.124789416790009,0.546774864196777,0.827928066253662,-0.172516718506813,0.893841505050659,-0.413866460323334,-0.0348650962114334,-0.518812775611877,-0.854176700115204,0.0763651803135872,-0.00747885787859559,-0.997051954269409,0.200379744172096,-0.0584579594433308,-0.977972686290741,-0.114234380424023,-0.482069492340088,-0.868653893470764,0.0491147190332413,-0.526340663433075,-0.848854124546051,-0.0141237732023001,0.794931650161743,-0.606534600257874,-0.152163669466972,0.809053063392639,-0.567696511745453,0.103318721055985,-0.533632218837738,-0.839381873607636,0.0914654210209847,-0.551204442977905,-0.8293417096138,0.0459417812526226,-0.225263580679893,-0.973214149475098,-0.018863957375288,-0.263019919395447,-0.964605867862701,-0.172516718506813,0.893841505050659,-0.413866460323334,-0.0141237732023001,0.794931650161743,-0.606534600257874,-0.0530333705246449,0.931757092475891,-0.359188109636307,-0.14552266895771,0.86289769411087,0.48397371172905,0.12891848385334,0.856407284736633,-0.499946653842926,-0.0591191537678242,0.550851345062256,0.832506895065308,-0.14552266895771,0.86289769411087,0.48397371172905,0.03806371986866,0.833947837352753,-0.550529003143311,0.12891848385334,0.856407284736633,-0.499946653842926,-0.14552266895771,0.86289769411087,0.48397371172905,0.0213135220110416,0.531216681003571,0.846967875957489,-0.00400951271876693,0.535794258117676,0.844338953495026,0.390532821416855,0.843765139579773,0.368163645267487,0.0220253504812717,-0.530909359455109,-0.847142398357391,0.0121366083621979,0.737435102462769,-0.675309002399445,
  670. 0.00970776379108429,0.804259181022644,-0.594199478626251,-0.172516718506813,0.893841505050659,-0.413866460323334,-0.124789416790009,0.546774864196777,0.827928066253662,-0.0669183954596519,0.556884527206421,0.827889800071716,0.0362701192498207,0.909650683403015,-0.413787603378296,0.0119143165647984,0.699234485626221,0.714793264865875,0.0489663071930408,0.573161482810974,0.817978143692017,0.00736298970878124,0.939207255840302,-0.343271702528,-0.00751113332808018,0.990960001945496,0.13394720852375,-0.0180315338075161,0.815557956695557,-0.57839447259903,0.0100233657285571,-0.520481288433075,-0.853814244270325,0.00386666459962726,-0.52146315574646,-0.853265047073364,-0.00803400762379169,0.810859560966492,-0.585185527801514,0.0347186885774136,0.939764797687531,-0.340054005384445,-0.0180315338075161,0.815557956695557,-0.57839447259903,-0.00803400762379169,0.810859560966492,-0.585185527801514,0.00736298970878124,0.939207255840302,-0.343271702528,0.0100233657285571,-0.520481288433075,-0.853814244270325,0.00447943992912769,-0.552292943000793,-0.83363801240921,-0.0278334524482489,-0.00133935280609876,-0.999611675739288,0.00950820744037628,-8.11850986792706e-005,-0.99995481967926,0.00386666459962726,-0.52146315574646,-0.853265047073364,0.00625985627993941,0.945398390293121,-0.325857073068619,-0.00419810321182013,0.555791795253754,0.831310987472534,-0.010929811745882,0.569912970066071,0.821632385253906,-0.0328573957085609,0.936707615852356,-0.348567396402359,-0.018863957375288,-0.263019919395447,-0.964605867862701,0.0342915952205658,0.768382966518402,-0.639070987701416,0.0236909091472626,0.734959781169891,-0.677696645259857,0.0338610932230949,-0.530466079711914,-0.847029626369476,0.00882001034915447,0.895542860031128,-0.444887667894363,0.0474708937108517,0.551990270614624,0.832498252391815,-0.133196368813515,0.539093852043152,0.831646919250488,-0.0111666526645422,0.882602393627167,-0.469987541437149,0.103318721055985,-0.533632218837738,-0.839381873607636,-0.152163669466972,0.809053063392639,-0.567696511745453,-0.0985539183020592,0.844001233577728,-0.527208745479584,
  671. 0.0459417812526226,-0.225263580679893,-0.973214149475098,0.0338610932230949,-0.530466079711914,-0.847029626369476,0.0236909091472626,0.734959781169891,-0.677696645259857,0.0121366083621979,0.737435102462769,-0.675309002399445,0.0220253504812717,-0.530909359455109,-0.847142398357391,0.0338610932230949,-0.530466079711914,-0.847029626369476,0.0914654210209847,-0.551204442977905,-0.8293417096138,-0.018863957375288,-0.263019919395447,-0.964605867862701,0.0491147190332413,-0.526340663433075,-0.848854124546051,-0.0114193009212613,-0.000348280067555606,-0.999934792518616,0.0232122857123613,-0.000566384522244334,-0.999730348587036,0.0362701192498207,0.909650683403015,-0.413787603378296,-0.0985539183020592,0.844001233577728,-0.527208745479584,-0.152163669466972,0.809053063392639,-0.567696511745453,-0.0141237732023001,0.794931650161743,-0.606534600257874,-0.172516718506813,0.893841505050659,-0.413866460323334,-0.0111666526645422,0.882602393627167,-0.469987541437149,0.0236909091472626,0.734959781169891,-0.677696645259857,0.0342915952205658,0.768382966518402,-0.639070987701416,0.00882001034915447,0.895542860031128,-0.444887667894363,0.00736298970878124,0.939207255840302,-0.343271702528,0.0489663071930408,0.573161482810974,0.817978143692017,0.0112679535523057,0.570099234580994,0.821498513221741,0.0347186885774136,0.939764797687531,-0.340054005384445,-0.00803400762379169,0.810859560966492,-0.585185527801514,0.00386666459962726,-0.52146315574646,-0.853265047073364,-0.0130967069417238,-0.339542478322983,-0.940499603748322,0.00650452170521021,0.598083436489105,-0.801407516002655,0.00736298970878124,0.939207255840302,-0.343271702528,-0.00803400762379169,0.810859560966492,-0.585185527801514,0.00650452170521021,0.598083436489105,-0.801407516002655,-0.00751113332808018,0.990960001945496,0.13394720852375,0.00386666459962726,-0.52146315574646,-0.853265047073364,0.00950820744037628,-8.11850986792706e-005,-0.99995481967926,0.0164536815136671,-0.553663611412048,-0.832577884197235,-0.0130967069417238,-0.339542478322983,-0.940499603748322,-0.0328573957085609,0.936707615852356,-0.348567396402359,
  672. -0.010929811745882,0.569912970066071,0.821632385253906,-0.0804701894521713,0.570698797702789,0.817207038402557,-0.0530333705246449,0.931757092475891,-0.359188109636307,0.00722755398601294,0.801823496818542,-0.597517251968384,-0.0328573957085609,0.936707615852356,-0.348567396402359,-0.0530333705246449,0.931757092475891,-0.359188109636307,-0.0141237732023001,0.794931650161743,-0.606534600257874,-0.0141237732023001,0.794931650161743,-0.606534600257874,0.0491147190332413,-0.526340663433075,-0.848854124546051,-0.0348650962114334,-0.518812775611877,-0.854176700115204,0.00722755398601294,0.801823496818542,-0.597517251968384,0.0491147190332413,-0.526340663433075,-0.848854124546051,0.0232122857123613,-0.000566384522244334,-0.999730348587036,0.0763651803135872,-0.00747885787859559,-0.997051954269409,-0.0348650962114334,-0.518812775611877,-0.854176700115204,0.0347186885774136,0.939764797687531,-0.340054005384445,0.0112679535523057,0.570099234580994,0.821498513221741,-0.00419810321182013,0.555791795253754,0.831310987472534,0.00625985627993941,0.945398390293121,-0.325857073068619,0.00625985627993941,0.945398390293121,-0.325857073068619,-0.0497346371412277,0.795795977115631,-0.603519082069397,-0.0180315338075161,0.815557956695557,-0.57839447259903,0.0347186885774136,0.939764797687531,-0.340054005384445,-0.0497346371412277,0.795795977115631,-0.603519082069397,-0.114234380424023,-0.482069492340088,-0.868653893470764,0.0100233657285571,-0.520481288433075,-0.853814244270325,-0.0180315338075161,0.815557956695557,-0.57839447259903,-0.114234380424023,-0.482069492340088,-0.868653893470764,0.00447943992912769,-0.552292943000793,-0.83363801240921,0.0100233657285571,-0.520481288433075,-0.853814244270325,0.00447943992912769,-0.552292943000793,-0.83363801240921,-0.257924228906631,-0.462048560380936,-0.84851998090744,-0.0278334524482489,-0.00133935280609876,-0.999611675739288,-0.114234380424023,-0.482069492340088,-0.868653893470764,0.200379744172096,-0.0584579594433308,-0.977972686290741,-0.257924228906631,-0.462048560380936,-0.84851998090744,
  673. 0.00447943992912769,-0.552292943000793,-0.83363801240921,0.0491147190332413,-0.526340663433075,-0.848854124546051,0.103318721055985,-0.533632218837738,-0.839381873607636,0.0914654210209847,-0.551204442977905,-0.8293417096138,0.00302287633530796,0.00306046870537102,-0.999990820884705,-0.0114193009212613,-0.000348280067555606,-0.999934792518616,-0.0111666526645422,0.882602393627167,-0.469987541437149,-0.133196368813515,0.539093852043152,0.831646919250488,-0.0591191537678242,0.550851345062256,0.832506895065308,0.12891848385334,0.856407284736633,-0.499946653842926,0.03806371986866,0.833947837352753,-0.550529003143311,0.0121366083621979,0.737435102462769,-0.675309002399445,0.0236909091472626,0.734959781169891,-0.677696645259857,-0.0111666526645422,0.882602393627167,-0.469987541437149,0.12891848385334,0.856407284736633,-0.499946653842926,0.0362701192498207,0.909650683403015,-0.413787603378296,-0.0669183954596519,0.556884527206421,0.827889800071716,0.0474708937108517,0.551990270614624,0.832498252391815,0.00882001034915447,0.895542860031128,-0.444887667894363,0.00882001034915447,0.895542860031128,-0.444887667894363,0.0342915952205658,0.768382966518402,-0.639070987701416,-0.0985539183020592,0.844001233577728,-0.527208745479584,0.0362701192498207,0.909650683403015,-0.413787603378296,0.0459417812526226,-0.225263580679893,-0.973214149475098,-0.0985539183020592,0.844001233577728,-0.527208745479584,0.0342915952205658,0.768382966518402,-0.639070987701416,-0.018863957375288,-0.263019919395447,-0.964605867862701,0.0914654210209847,-0.551204442977905,-0.8293417096138,0.103318721055985,-0.533632218837738,-0.839381873607636,0.0459417812526226,-0.225263580679893,-0.973214149475098,-0.15591561794281,-0.099524237215519,-0.982743740081787,-0.00932037923485041,0.00537997717037797,-0.999942064285278,0.0220253504812717,-0.530909359455109,-0.847142398357391,-0.0401785895228386,-0.535894572734833,-0.843328237533569,-0.00932037923485041,0.00537997717037797,-0.999942064285278,0.00302287633530796,0.00306046870537102,-0.999990820884705,0.0914654210209847,-0.551204442977905,-0.8293417096138,
  674. 0.0338610932230949,-0.530466079711914,-0.847029626369476,0.0220253504812717,-0.530909359455109,-0.847142398357391,0.0260554999113083,-0.876915574073792,0.479937970638275,-0.0562380738556385,-0.87230122089386,0.485724061727524,-0.0654481053352356,-0.87663459777832,0.476684868335724,-0.00232130335643888,-0.878288865089417,0.478124976158142,0.00153655430767685,-0.879238486289978,0.47637951374054,0.0620975382626057,-0.878639340400696,0.473430931568146,0.03550910577178,0.550780773162842,0.8338942527771,0.00578162260353565,0.529498279094696,0.848291277885437,0.0489663071930408,0.573161482810974,0.817978143692017,0.0119143165647984,0.699234485626221,0.714793264865875,0.0109755899757147,-0.746042609214783,-0.665807723999023,0.874271333217621,-0.410619348287582,-0.258923500776291,0.999094009399414,0.0423710383474827,0.00398185849189758,0.0556930005550385,0.987065672874451,0.150331392884254,0.0134786693379283,-0.811645984649658,-0.583994269371033,0.832809329032898,-0.477819889783859,-0.279493510723114,0.874271333217621,-0.410619348287582,-0.258923500776291,0.0109755899757147,-0.746042609214783,-0.665807723999023,0.996802568435669,0.0132829723879695,-0.0787916705012321,0.832809329032898,-0.477819889783859,-0.279493510723114,0.998835206031799,-0.0332790687680244,-0.03493857011199,0.575087249279022,0.630342543125153,0.521481513977051,0.914702296257019,0.356232911348343,0.190834164619446,0.998944342136383,-0.0371239110827446,0.0270550884306431,0.663840472698212,0.590248584747314,0.459262937307358,0.970377624034882,-0.170868441462517,0.170795947313309,0.995359659194946,-0.0130465226247907,-0.095336064696312,0.992435038089752,0.0795829966664314,0.093483179807663,0.985083520412445,0.109296597540379,0.132909297943115,0.999505698680878,-0.0314171351492405,0.00119919108692557,0.920628249645233,-0.383332014083862,-0.0741626098752022,0.955131828784943,0.29540753364563,-0.0213879346847534,-0.0552152805030346,-0.991780996322632,-0.115419931709766,-0.0306410938501358,-0.85872220993042,-0.511524438858032,0.0739171430468559,-0.931071281433105,-0.357270628213882,
  675. 0.0659733265638351,-0.842449069023132,-0.534721553325653,0.0134786693379283,-0.811645984649658,-0.583994269371033,0.0109755899757147,-0.746042609214783,-0.665807723999023,0.914702296257019,0.356232911348343,0.190834164619446,0.575087249279022,0.630342543125153,0.521481513977051,0.581973969936371,0.636536777019501,0.506090223789215,0.985083520412445,0.109296597540379,0.132909297943115,0.832809329032898,-0.477819889783859,-0.279493510723114,0.996802568435669,0.0132829723879695,-0.0787916705012321,0.989226698875427,-0.120555736124516,-0.0830472707748413,0.832809329032898,-0.477819889783859,-0.279493510723114,0.989226698875427,-0.120555736124516,-0.0830472707748413,0.874271333217621,-0.410619348287582,-0.258923500776291,0.832809329032898,-0.477819889783859,-0.279493510723114,0.0134786693379283,-0.811645984649658,-0.583994269371033,0.0659733265638351,-0.842449069023132,-0.534721553325653,0.998835206031799,-0.0332790687680244,-0.03493857011199,0.997741043567657,0.0649580433964729,-0.0171243194490671,0.0556930005550385,0.987065672874451,0.150331392884254,0.999094009399414,0.0423710383474827,0.00398185849189758,0.914702296257019,0.356232911348343,0.190834164619446,0.889638423919678,-0.421563565731049,-0.17557780444622,0.987405598163605,-0.156976297497749,0.0197082161903381,0.998944342136383,-0.0371239110827446,0.0270550884306431,0.920628249645233,-0.383332014083862,-0.0741626098752022,0.956749975681305,-0.150864824652672,0.248735502362251,0.969576001167297,-0.191006049513817,-0.153098002076149,0.997454762458801,-0.0432675667107105,0.0566740483045578,0.993869006633759,0.0947749987244606,0.0569389499723911,0.955885827541351,0.26925665140152,0.117401033639908,0.997621834278107,0.064332015812397,-0.0247394107282162,0.988596260547638,0.134207859635353,0.068305715918541,0.995359659194946,-0.0130465226247907,-0.095336064696312,0.955131828784943,0.29540753364563,-0.0213879346847534,0.997362971305847,0.0465428158640862,0.0556841120123863,0.992435038089752,0.0795829966664314,0.093483179807663,0.956749975681305,-0.150864824652672,0.248735502362251,
  676. 0.997741043567657,0.0649580433964729,-0.0171243194490671,0.999094009399414,0.0423710383474827,0.00398185849189758,0.969576001167297,-0.191006049513817,-0.153098002076149,0.956749975681305,-0.150864824652672,0.248735502362251,0.920628249645233,-0.383332014083862,-0.0741626098752022,0.999505698680878,-0.0314171351492405,0.00119919108692557,0.970377624034882,-0.170868441462517,0.170795947313309,0.101401872932911,0.0836283937096596,0.991324365139008,0.87374222278595,-0.0764926820993423,0.48033681511879,0.889638423919678,-0.421563565731049,-0.17557780444622,0.914702296257019,0.356232911348343,0.190834164619446,0.985083520412445,0.109296597540379,0.132909297943115,0.992435038089752,0.0795829966664314,0.093483179807663,0.997362971305847,0.0465428158640862,0.0556841120123863,0.955885827541351,0.26925665140152,0.117401033639908,0.993869006633759,0.0947749987244606,0.0569389499723911,0.997454762458801,-0.0432675667107105,0.0566740483045578,0.969576001167297,-0.191006049513817,-0.153098002076149,0.970377624034882,-0.170868441462517,0.170795947313309,0.87374222278595,-0.0764926820993423,0.48033681511879,0.999316513538361,-0.0345814190804958,-0.0130669279024005,0.999505698680878,-0.0314171351492405,0.00119919108692557,0.995359659194946,-0.0130465226247907,-0.095336064696312,0.955885827541351,0.26925665140152,0.117401033639908,0.989226698875427,-0.120555736124516,-0.0830472707748413,0.996802568435669,0.0132829723879695,-0.0787916705012321,0.997621834278107,0.064332015812397,-0.0247394107282162,0.874271333217621,-0.410619348287582,-0.258923500776291,0.989226698875427,-0.120555736124516,-0.0830472707748413,0.955885827541351,0.26925665140152,0.117401033639908,0.969576001167297,-0.191006049513817,-0.153098002076149,0.999094009399414,0.0423710383474827,0.00398185849189758,0.889638423919678,-0.421563565731049,-0.17557780444622,0.993869006633759,0.0947749987244606,0.0569389499723911,0.988596260547638,0.134207859635353,0.068305715918541,0.987405598163605,-0.156976297497749,0.0197082161903381,0.993869006633759,0.0947749987244606,0.0569389499723911,
  677. 0.889638423919678,-0.421563565731049,-0.17557780444622,0.997362971305847,0.0465428158640862,0.0556841120123863,0.997454762458801,-0.0432675667107105,0.0566740483045578,0.955131828784943,0.29540753364563,-0.0213879346847534,0.920628249645233,-0.383332014083862,-0.0741626098752022,0.997454762458801,-0.0432675667107105,0.0566740483045578,0.997362971305847,0.0465428158640862,0.0556841120123863,0.999505698680878,-0.0314171351492405,0.00119919108692557,0.955131828784943,0.29540753364563,-0.0213879346847534,0.995359659194946,-0.0130465226247907,-0.095336064696312,0.0739171430468559,-0.931071281433105,-0.357270628213882,0.996154308319092,-0.0849926918745041,0.0212773084640503,0.998835206031799,-0.0332790687680244,-0.03493857011199,0.0659733265638351,-0.842449069023132,-0.534721553325653,0.973506808280945,0.0543224290013313,0.222111374139786,0.0320785902440548,0.89901727437973,0.436736553907394,0.0556930005550385,0.987065672874451,0.150331392884254,0.997741043567657,0.0649580433964729,-0.0171243194490671,0.999316513538361,-0.0345814190804958,-0.0130669279024005,0.973506808280945,0.0543224290013313,0.222111374139786,0.997741043567657,0.0649580433964729,-0.0171243194490671,0.956749975681305,-0.150864824652672,0.248735502362251,0.999505698680878,-0.0314171351492405,0.00119919108692557,-0.0109560219570994,0.74773234128952,-0.663909733295441,-0.0553776547312737,-0.990261733531952,0.12773035466671,-0.999230861663818,-0.0391840673983097,0.00150848948396742,-0.873575091362,0.411763250827789,-0.259456157684326,-0.013514875434339,0.808388590812683,-0.588493943214417,-0.0109560219570994,0.74773234128952,-0.663909733295441,-0.873575091362,0.411763250827789,-0.259456157684326,-0.833485722541809,0.475834548473358,-0.280861228704453,-0.996715486049652,-0.0139709655195475,-0.0797686502337456,-0.998654723167419,0.0274506509304047,-0.0439920760691166,-0.833485722541809,0.475834548473358,-0.280861228704453,-0.702947437763214,-0.479538261890411,0.525269508361816,-0.999335527420044,0.0317812375724316,0.0178473088890314,-0.962329387664795,-0.221276566386223,0.157984152436256,
  678. -0.97684633731842,0.160021901130676,0.142000779509544,-0.953978955745697,-0.216736748814583,0.207242086529732,-0.995396018028259,-0.0460385382175446,0.0840671434998512,-0.99261349439621,-0.00364798912778497,-0.121264696121216,-0.999526262283325,0.0307787638157606,0.000221696420339867,-0.954675137996674,-0.29646423459053,-0.0265376344323158,-0.920887649059296,0.381768733263016,-0.0788572579622269,0.0551908314228058,0.991868436336517,-0.114677794277668,-0.0109560219570994,0.74773234128952,-0.663909733295441,-0.013514875434339,0.808388590812683,-0.588493943214417,-0.0659932792186737,0.833103477954865,-0.549166083335876,-0.0689983069896698,0.869042992591858,-0.489901661872864,0.0306848492473364,0.860031127929688,-0.509317934513092,-0.962329387664795,-0.221276566386223,0.157984152436256,-0.953978955745697,-0.216736748814583,0.207242086529732,-0.702947437763214,-0.479538261890411,0.525269508361816,-0.833485722541809,0.475834548473358,-0.280861228704453,-0.989441931247711,0.119244784116745,-0.0823734104633331,-0.996715486049652,-0.0139709655195475,-0.0797686502337456,-0.833485722541809,0.475834548473358,-0.280861228704453,-0.873575091362,0.411763250827789,-0.259456157684326,-0.989441931247711,0.119244784116745,-0.0823734104633331,-0.833485722541809,0.475834548473358,-0.280861228704453,-0.998654723167419,0.0274506509304047,-0.0439920760691166,-0.0659932792186737,0.833103477954865,-0.549166083335876,-0.013514875434339,0.808388590812683,-0.588493943214417,-0.99715930223465,-0.070683591067791,-0.026023481041193,-0.999230861663818,-0.0391840673983097,0.00150848948396742,-0.0553776547312737,-0.990261733531952,0.12773035466671,-0.962329387664795,-0.221276566386223,0.157984152436256,-0.999335527420044,0.0317812375724316,0.0178473088890314,-0.986842393875122,0.159896776080132,0.0239829830825329,-0.88785582780838,0.424471348524094,-0.177583634853363,-0.920887649059296,0.381768733263016,-0.0788572579622269,-0.997460663318634,0.0455969572067261,0.0547092333436012,-0.969419240951538,0.191505700349808,-0.153466254472733,-0.95709353685379,0.150288417935371,0.24776054918766,
  679. -0.994171023368835,-0.0922901928424835,0.0557362101972103,-0.988672196865082,-0.13030132651329,0.0744907557964325,-0.997584879398346,-0.0647030770778656,-0.0252562221139669,-0.956149995326996,-0.26844534277916,0.117108181118965,-0.99261349439621,-0.00364798912778497,-0.121264696121216,-0.995396018028259,-0.0460385382175446,0.0840671434998512,-0.997297644615173,-0.0360812842845917,0.0639966130256653,-0.954675137996674,-0.29646423459053,-0.0265376344323158,-0.95709353685379,0.150288417935371,0.24776054918766,-0.969419240951538,0.191505700349808,-0.153466254472733,-0.999230861663818,-0.0391840673983097,0.00150848948396742,-0.99715930223465,-0.070683591067791,-0.026023481041193,-0.95709353685379,0.150288417935371,0.24776054918766,-0.999526262283325,0.0307787638157606,0.000221696420339867,-0.920887649059296,0.381768733263016,-0.0788572579622269,-0.97684633731842,0.160021901130676,0.142000779509544,-0.86803936958313,0.0760281085968018,0.490639746189117,-0.0987716168165207,0.0237551480531693,0.994826555252075,-0.88785582780838,0.424471348524094,-0.177583634853363,-0.997297644615173,-0.0360812842845917,0.0639966130256653,-0.995396018028259,-0.0460385382175446,0.0840671434998512,-0.953978955745697,-0.216736748814583,0.207242086529732,-0.962329387664795,-0.221276566386223,0.157984152436256,-0.956149995326996,-0.26844534277916,0.117108181118965,-0.969419240951538,0.191505700349808,-0.153466254472733,-0.997460663318634,0.0455969572067261,0.0547092333436012,-0.994171023368835,-0.0922901928424835,0.0557362101972103,-0.97684633731842,0.160021901130676,0.142000779509544,-0.99261349439621,-0.00364798912778497,-0.121264696121216,-0.999526262283325,0.0307787638157606,0.000221696420339867,-0.999316990375519,0.0345821976661682,-0.0130262169986963,-0.86803936958313,0.0760281085968018,0.490639746189117,-0.956149995326996,-0.26844534277916,0.117108181118965,-0.997584879398346,-0.0647030770778656,-0.0252562221139669,-0.996715486049652,-0.0139709655195475,-0.0797686502337456,-0.989441931247711,0.119244784116745,-0.0823734104633331,-0.873575091362,0.411763250827789,-0.259456157684326,
  680. -0.999230861663818,-0.0391840673983097,0.00150848948396742,-0.969419240951538,0.191505700349808,-0.153466254472733,-0.956149995326996,-0.26844534277916,0.117108181118965,-0.989441931247711,0.119244784116745,-0.0823734104633331,-0.88785582780838,0.424471348524094,-0.177583634853363,-0.986842393875122,0.159896776080132,0.0239829830825329,-0.988672196865082,-0.13030132651329,0.0744907557964325,-0.994171023368835,-0.0922901928424835,0.0557362101972103,-0.994171023368835,-0.0922901928424835,0.0557362101972103,-0.997460663318634,0.0455969572067261,0.0547092333436012,-0.997297644615173,-0.0360812842845917,0.0639966130256653,-0.88785582780838,0.424471348524094,-0.177583634853363,-0.954675137996674,-0.29646423459053,-0.0265376344323158,-0.997297644615173,-0.0360812842845917,0.0639966130256653,-0.997460663318634,0.0455969572067261,0.0547092333436012,-0.920887649059296,0.381768733263016,-0.0788572579622269,-0.999526262283325,0.0307787638157606,0.000221696420339867,-0.99261349439621,-0.00364798912778497,-0.121264696121216,-0.954675137996674,-0.29646423459053,-0.0265376344323158,-0.0324921682476997,-0.910676956176758,0.411839425563812,-0.975670218467712,-0.0544288344681263,0.2123793810606,-0.99715930223465,-0.070683591067791,-0.026023481041193,-0.0553776547312737,-0.990261733531952,0.12773035466671,-0.975670218467712,-0.0544288344681263,0.2123793810606,-0.999316990375519,0.0345821976661682,-0.0130262169986963,-0.999526262283325,0.0307787638157606,0.000221696420339867,-0.95709353685379,0.150288417935371,0.24776054918766,-0.99715930223465,-0.070683591067791,-0.026023481041193,-0.0401785895228386,-0.535894572734833,-0.843328237533569,0.0220253504812717,-0.530909359455109,-0.847142398357391,0.00970776379108429,0.804259181022644,-0.594199478626251,0.00245475629344583,0.00577858882024884,-0.999980330467224,0.19447660446167,0.00570835452526808,-0.980890572071075,0.0141910202801228,0.537335813045502,-0.843248963356018,0.0346568264067173,0.534571826457977,-0.84441214799881,0.116387069225311,-0.924825608730316,-0.362148642539978,0.128568112850189,-0.90636545419693,0.402457445859909,
  681. -0.00802791677415371,-0.864985823631287,-0.501732051372528,0.0809179916977882,-0.883249223232269,-0.461869090795517,0.390532821416855,0.843765139579773,0.368163645267487,0.03806371986866,0.833947837352753,-0.550529003143311,-0.14552266895771,0.86289769411087,0.48397371172905,0.00951828062534332,-0.528290331363678,0.849010467529297,-0.0185174848884344,-0.287219554185867,0.957685708999634,-0.0110802724957466,-0.689751207828522,0.723961770534515,-0.0442283563315868,-0.572801291942596,0.818500161170959,-0.997276723384857,0.0320135578513145,-0.0664395689964294,-0.0689983069896698,0.869042992591858,-0.489901661872864,-0.0659932792186737,0.833103477954865,-0.549166083335876,-0.998654723167419,0.0274506509304047,-0.0439920760691166,0.0297896452248096,-0.526876747608185,0.84941953420639,-0.0260410811752081,0.527207791805267,0.84933739900589,-0.0445136502385139,0.525913596153259,0.849372386932373,0.00951828062534332,-0.528290331363678,0.849010467529297,0.300663590431213,0.50450474023819,0.809368014335632,0.0297896452248096,-0.526876747608185,0.84941953420639,-0.0658463090658188,-0.515647292137146,0.854267060756683,0.150640964508057,0.506001651287079,0.849276006221771,0.150640964508057,0.506001651287079,0.849276006221771,-0.0658463090658188,-0.515647292137146,0.854267060756683,-0.0463635362684727,-0.522077202796936,0.851637184619904,-0.104861229658127,0.525072813034058,0.8445725440979,0.657624065876007,0.539578139781952,0.525724291801453,0.973998963832855,0.19450356066227,0.116165362298489,0.99927020072937,-0.0369761288166046,0.00957792159169912,0.521452665328979,0.422408938407898,0.741389036178589,0.116894155740738,-0.490836203098297,0.863374471664429,-0.154437229037285,0.475369811058044,0.866125226020813,0.189151272177696,0.496815800666809,0.846992254257202,0.0436403080821037,-0.503516614437103,0.862882733345032,0.0436403080821037,-0.503516614437103,0.862882733345032,0.0408657416701317,0.508935391902924,0.859834134578705,-0.0239937324076891,0.509566128253937,0.860096871852875,-0.00407156208530068,-0.50249981880188,0.864567756652832,
  682. 0.0148626500740647,-0.500854551792145,0.865403831005096,-0.0303115379065275,0.498069673776627,0.866607010364532,0.377718538045883,0.466151565313339,0.80001962184906,0.0480279698967934,-0.510310411453247,0.858648121356964,-0.0303115379065275,0.498069673776627,0.866607010364532,0.0148626500740647,-0.500854551792145,0.865403831005096,-0.00407156208530068,-0.50249981880188,0.864567756652832,-0.172113031148911,0.496539860963821,0.850779175758362,-0.0345243290066719,-0.525101006031036,0.850339293479919,0.013967527076602,0.526016652584076,0.850359559059143,0.0242000799626112,0.523487865924835,0.851689398288727,-0.0463635362684727,-0.522077202796936,0.851637184619904,0.013967527076602,0.526016652584076,0.850359559059143,-0.0345243290066719,-0.525101006031036,0.850339293479919,-0.0133037278428674,-0.511787414550781,0.859009087085724,-0.172136783599854,0.496302992105484,0.850912570953369,0.032224714756012,0.512645244598389,0.857995569705963,-0.0133037278428674,-0.511787414550781,0.859009087085724,0.0480279698967934,-0.510310411453247,0.858648121356964,0.0427592396736145,0.509151697158813,0.859613955020905,0.97722989320755,-0.185865134000778,0.10235196352005,0.990911960601807,-0.134006157517433,-0.0116579355672002,0.996473371982574,-0.064245268702507,-0.0539752990007401,0.99927020072937,-0.0369761288166046,0.00957792159169912,0.841917932033539,-0.350945472717285,-0.409892022609711,0.97722989320755,-0.185865134000778,0.10235196352005,0.943071186542511,0.0397210642695427,0.330210536718369,0.956012964248657,0.0692447200417519,-0.285033822059631,0.956012964248657,0.0692447200417519,-0.285033822059631,0.943071186542511,0.0397210642695427,0.330210536718369,0.982389748096466,-0.0804750844836235,0.168623954057693,0.267918825149536,0.501751065254211,0.822475135326386,0.996221899986267,-0.0281153563410044,-0.0821686387062073,0.982389748096466,-0.0804750844836235,0.168623954057693,0.996154308319092,-0.0849926918745041,0.0212773084640503,0.994487524032593,-0.0966220200061798,-0.0407289378345013,0.0846627131104469,-0.570321261882782,0.81704705953598,
  683. 0.124175742268562,-0.546586871147156,0.828144311904907,-0.0133037278428674,-0.511787414550781,0.859009087085724,-0.0345243290066719,-0.525101006031036,0.850339293479919,0.00513992086052895,-0.56947273015976,0.821994125843048,-0.0463635362684727,-0.522077202796936,0.851637184619904,-0.0658463090658188,-0.515647292137146,0.854267060756683,0.00414196494966745,-0.555522501468658,0.831491231918335,0.00513992086052895,-0.56947273015976,0.821994125843048,0.0846627131104469,-0.570321261882782,0.81704705953598,-0.0345243290066719,-0.525101006031036,0.850339293479919,-0.0463635362684727,-0.522077202796936,0.851637184619904,0.00414196494966745,-0.555522501468658,0.831491231918335,-0.0658463090658188,-0.515647292137146,0.854267060756683,0.0297896452248096,-0.526876747608185,0.84941953420639,-0.00128826894797385,-0.569811224937439,0.82177460193634,0.124175742268562,-0.546586871147156,0.828144311904907,0.0733746811747551,-0.556535124778748,0.827577650547028,0.0480279698967934,-0.510310411453247,0.858648121356964,-0.0133037278428674,-0.511787414550781,0.859009087085724,0.0733746811747551,-0.556535124778748,0.827577650547028,-0.0293384548276663,-0.549830377101898,0.834760904312134,0.0148626500740647,-0.500854551792145,0.865403831005096,0.0480279698967934,-0.510310411453247,0.858648121356964,0.116894155740738,-0.490836203098297,0.863374471664429,0.0436403080821037,-0.503516614437103,0.862882733345032,0.0175058543682098,-0.525436043739319,0.850653052330017,-0.000674267183057964,-0.540497720241547,0.841345191001892,0.0297896452248096,-0.526876747608185,0.84941953420639,0.00951828062534332,-0.528290331363678,0.849010467529297,-0.0442283563315868,-0.572801291942596,0.818500161170959,-0.00128826894797385,-0.569811224937439,0.82177460193634,-0.00407156208530068,-0.50249981880188,0.864567756652832,0.0148626500740647,-0.500854551792145,0.865403831005096,-0.0293384548276663,-0.549830377101898,0.834760904312134,0.152994677424431,-0.532621502876282,0.832410335540771,0.0436403080821037,-0.503516614437103,0.862882733345032,-0.00407156208530068,-0.50249981880188,0.864567756652832,
  684. 0.152994677424431,-0.532621502876282,0.832410335540771,0.130671173334122,-0.541189253330231,0.830686032772064,0.0175058543682098,-0.525436043739319,0.850653052330017,-0.010929811745882,0.569912970066071,0.821632385253906,-0.00419810321182013,0.555791795253754,0.831310987472534,0.00327624473720789,0.520791888237,0.85367751121521,0.000668384891469032,0.524430453777313,0.851453065872192,-0.010929811745882,0.569912970066071,0.821632385253906,0.000668384891469032,0.524430453777313,0.851453065872192,-0.00183325039688498,0.526370584964752,0.850253403186798,-0.0804701894521713,0.570698797702789,0.817207038402557,-0.124789416790009,0.546774864196777,0.827928066253662,0.00178429111838341,0.511577188968658,0.859235405921936,-0.00387245719321072,0.510400891304016,0.859927952289581,-0.0669183954596519,0.556884527206421,0.827889800071716,-0.0125419655814767,0.510520577430725,0.859774053096771,-0.00742391776293516,0.517949640750885,0.855378925800323,-0.00400951271876693,0.535794258117676,0.844338953495026,0.0213135220110416,0.531216681003571,0.846967875957489,0.00578162260353565,0.529498279094696,0.848291277885437,0.00485215475782752,0.527524769306183,0.849525809288025,0.0112679535523057,0.570099234580994,0.821498513221741,0.0489663071930408,0.573161482810974,0.817978143692017,0.00181829603388906,0.504251301288605,0.863555133342743,-0.0279918629676104,0.509363293647766,0.860096156597137,-0.133196368813515,0.539093852043152,0.831646919250488,0.0474708937108517,0.551990270614624,0.832498252391815,-0.0804701894521713,0.570698797702789,0.817207038402557,-0.00183325039688498,0.526370584964752,0.850253403186798,0.00178429111838341,0.511577188968658,0.859235405921936,-0.124789416790009,0.546774864196777,0.827928066253662,0.0112679535523057,0.570099234580994,0.821498513221741,0.00485215475782752,0.527524769306183,0.849525809288025,0.00327624473720789,0.520791888237,0.85367751121521,-0.00419810321182013,0.555791795253754,0.831310987472534,-0.0279918629676104,0.509363293647766,0.860096156597137,-0.0125419655814767,0.510520577430725,0.859774053096771,
  685. 0.0213135220110416,0.531216681003571,0.846967875957489,-0.0591191537678242,0.550851345062256,0.832506895065308,-0.133196368813515,0.539093852043152,0.831646919250488,-0.0669183954596519,0.556884527206421,0.827889800071716,-0.00387245719321072,0.510400891304016,0.859927952289581,0.00181829603388906,0.504251301288605,0.863555133342743,0.0474708937108517,0.551990270614624,0.832498252391815,0.663840472698212,0.590248584747314,0.459262937307358,0.998944342136383,-0.0371239110827446,0.0270550884306431,0.99927020072937,-0.0369761288166046,0.00957792159169912,0.973998963832855,0.19450356066227,0.116165362298489,0.908427000045776,0.279085844755173,0.311241894960403,0.998944342136383,-0.0371239110827446,0.0270550884306431,0.987405598163605,-0.156976297497749,0.0197082161903381,0.97722989320755,-0.185865134000778,0.10235196352005,0.99927020072937,-0.0369761288166046,0.00957792159169912,0.97722989320755,-0.185865134000778,0.10235196352005,0.987405598163605,-0.156976297497749,0.0197082161903381,0.988596260547638,0.134207859635353,0.068305715918541,0.943071186542511,0.0397210642695427,0.330210536718369,0.982389748096466,-0.0804750844836235,0.168623954057693,0.943071186542511,0.0397210642695427,0.330210536718369,0.988596260547638,0.134207859635353,0.068305715918541,0.997621834278107,0.064332015812397,-0.0247394107282162,0.996154308319092,-0.0849926918745041,0.0212773084640503,0.982389748096466,-0.0804750844836235,0.168623954057693,0.997621834278107,0.064332015812397,-0.0247394107282162,0.996802568435669,0.0132829723879695,-0.0787916705012321,0.998835206031799,-0.0332790687680244,-0.03493857011199,-0.999335527420044,0.0317812375724316,0.0178473088890314,-0.994513988494873,-0.0275864098221064,-0.100900806486607,-0.985103309154511,0.161448195576668,0.0592116937041283,-0.986842393875122,0.159896776080132,0.0239829830825329,-0.968574941158295,-0.107886433601379,0.224104702472687,-0.999561667442322,-0.0038020156789571,0.0293603520840406,-0.997584879398346,-0.0647030770778656,-0.0252562221139669,-0.988672196865082,-0.13030132651329,0.0744907557964325,
  686. -0.702947437763214,-0.479538261890411,0.525269508361816,-0.878744065761566,-0.343784332275391,0.331090927124023,-0.961523354053497,-0.240871414542198,0.132112786173821,-0.994513988494873,-0.0275864098221064,-0.100900806486607,-0.999335527420044,0.0317812375724316,0.0178473088890314,-0.999561667442322,-0.0038020156789571,0.0293603520840406,-0.997276723384857,0.0320135578513145,-0.0664395689964294,-0.998654723167419,0.0274506509304047,-0.0439920760691166,-0.996715486049652,-0.0139709655195475,-0.0797686502337456,-0.997584879398346,-0.0647030770778656,-0.0252562221139669,-0.986842393875122,0.159896776080132,0.0239829830825329,-0.985103309154511,0.161448195576668,0.0592116937041283,-0.968574941158295,-0.107886433601379,0.224104702472687,-0.988672196865082,-0.13030132651329,0.0744907557964325,-0.0445136502385139,0.525913596153259,0.849372386932373,-0.0185174848884344,-0.287219554185867,0.957685708999634,0.00951828062534332,-0.528290331363678,0.849010467529297,0.77691525220871,-0.36603656411171,-0.512269616127014,0.996154308319092,-0.0849926918745041,0.0212773084640503,0.0739171430468559,-0.931071281433105,-0.357270628213882,-0.761458873748779,0.348523616790771,-0.546545207500458,-0.634152412414551,0.108466602861881,-0.765562355518341,-0.997384607791901,0.0614302530884743,-0.0380828715860844,-0.886195361614227,-0.202245742082596,-0.416838645935059,-0.966841101646423,-0.181408688426018,0.179747432470322,-0.976375102996826,-0.176414728164673,0.124777354300022,-0.946568071842194,-0.147299349308014,-0.286900073289871,-0.85212641954422,0.222912073135376,0.473487883806229,-0.965475857257843,-0.225470781326294,0.130457773804665,-0.997384607791901,0.0614302530884743,-0.0380828715860844,-0.976375102996826,-0.176414728164673,0.124777354300022,-0.966841101646423,-0.181408688426018,0.179747432470322,-0.85212641954422,0.222912073135376,0.473487883806229,-0.946568071842194,-0.147299349308014,-0.286900073289871,-0.999064922332764,-0.0352722108364105,-0.0250005349516869,-0.96548718214035,-0.114364765584469,-0.233997985720634,-0.991081058979034,0.071113221347332,0.112699635326862,
  687. -0.997384607791901,0.0614302530884743,-0.0380828715860844,-0.965475857257843,-0.225470781326294,0.130457773804665,-0.922294080257416,0.179566934704781,0.342241734266281,-0.886195361614227,-0.202245742082596,-0.416838645935059,-0.976375102996826,-0.176414728164673,0.124777354300022,-0.65719747543335,-0.639156937599182,-0.399461925029755,-0.680470287799835,-0.724565804004669,0.109382338821888,-0.946568071842194,-0.147299349308014,-0.286900073289871,-0.997384607791901,0.0614302530884743,-0.0380828715860844,-0.634152412414551,0.108466602861881,-0.765562355518341,-0.65719747543335,-0.639156937599182,-0.399461925029755,-0.976375102996826,-0.176414728164673,0.124777354300022,-0.946568071842194,-0.147299349308014,-0.286900073289871,-0.680470287799835,-0.724565804004669,0.109382338821888,-0.659157752990723,-0.439163684844971,0.610447764396667,-0.999064922332764,-0.0352722108364105,-0.0250005349516869,-0.922294080257416,0.179566934704781,0.342241734266281,-0.571339547634125,-0.484339892864227,0.662560164928436,-0.980941474437714,0.0783247500658035,0.177817612886429,-0.965475857257843,-0.225470781326294,0.130457773804665,-0.435424536466599,0.0564618483185768,0.898452818393707,-0.571339547634125,-0.484339892864227,0.662560164928436,-0.922294080257416,0.179566934704781,0.342241734266281,-0.435424536466599,0.0564618483185768,0.898452818393707,-0.965475857257843,-0.225470781326294,0.130457773804665,-0.966841101646423,-0.181408688426018,0.179747432470322,-0.462862968444824,0.490545839071274,0.738324165344238,-0.462862968444824,0.490545839071274,0.738324165344238,-0.966841101646423,-0.181408688426018,0.179747432470322,-0.85212641954422,0.222912073135376,0.473487883806229,-0.669865608215332,0.5739706158638,0.470996707677841,-0.669865608215332,0.5739706158638,0.470996707677841,-0.85212641954422,0.222912073135376,0.473487883806229,-0.991081058979034,0.071113221347332,0.112699635326862,-0.991081058979034,0.071113221347332,0.112699635326862,-0.96548718214035,-0.114364765584469,-0.233997985720634,-0.640086889266968,0.623187303543091,-0.449362069368362,
  688. -0.669865608215332,0.5739706158638,0.470996707677841,-0.991081058979034,0.071113221347332,0.112699635326862,-0.640086889266968,0.623187303543091,-0.449362069368362,-0.614104211330414,0.756768226623535,-0.224004030227661,-0.980941474437714,0.0783247500658035,0.177817612886429,-0.571339547634125,-0.484339892864227,0.662560164928436,-0.517773926258087,-0.804275512695313,0.291635155677795,-0.660162389278412,-0.698586225509644,0.275976151227951,-0.973733305931091,-0.098232664167881,-0.205411404371262,-0.998835206031799,-0.00494233658537269,-0.0479980781674385,-0.886195361614227,-0.202245742082596,-0.416838645935059,-0.922294080257416,0.179566934704781,0.342241734266281,-0.980941474437714,0.0783247500658035,0.177817612886429,9.47227931646921e-007,0.881880640983582,-0.471472978591919,9.30591909309442e-007,0.866392314434052,-0.499363958835602,9.13083454179286e-007,0.850091934204102,-0.526634514331818,9.15380041988101e-007,0.852229952812195,-0.523167371749878,9.17587613002979e-007,0.85428524017334,-0.519804537296295,9.23072605019115e-007,0.859391808509827,-0.511317729949951,-0.998835206031799,-0.00494233658537269,-0.0479980781674385,-0.73809951543808,0.661225616931915,0.134126648306847,-0.761458873748779,0.348523616790771,-0.546545207500458,-0.886195361614227,-0.202245742082596,-0.416838645935059,-0.660162389278412,-0.698586225509644,0.275976151227951,-0.973733305931091,-0.098232664167881,-0.205411404371262,-0.980941474437714,0.0783247500658035,0.177817612886429,0.760918021202087,-0.347313731908798,-0.548066556453705,0.886107385158539,0.202481344342232,-0.41691130399704,0.997220098972321,-0.0634852200746536,-0.0390100404620171,0.632818222045898,-0.11111418902874,-0.766286253929138,0.967295587062836,0.180024340748787,0.178690955042839,0.851844131946564,-0.223178640007973,0.473870158195496,0.946758806705475,0.14719757437706,-0.286322593688965,0.976488590240479,0.176020607352257,0.124446347355843,0.966081261634827,0.22340926527977,0.129519492387772,0.967295587062836,0.180024340748787,0.178690955042839,0.976488590240479,0.176020607352257,0.124446347355843,
  689. 0.997220098972321,-0.0634852200746536,-0.0390100404620171,0.851844131946564,-0.223178640007973,0.473870158195496,0.994697630405426,-0.0573213361203671,0.0853871777653694,0.967674493789673,0.110775291919708,-0.226571708917618,0.99909245967865,0.0349997393786907,-0.024275328963995,0.946758806705475,0.14719757437706,-0.286322593688965,0.997220098972321,-0.0634852200746536,-0.0390100404620171,0.886107385158539,0.202481344342232,-0.41691130399704,0.922573089599609,-0.179297357797623,0.341630131006241,0.966081261634827,0.22340926527977,0.129519492387772,0.976488590240479,0.176020607352257,0.124446347355843,0.946758806705475,0.14719757437706,-0.286322593688965,0.680857598781586,0.724001705646515,0.110699243843555,0.657085835933685,0.638185024261475,-0.401195824146271,0.997220098972321,-0.0634852200746536,-0.0390100404620171,0.976488590240479,0.176020607352257,0.124446347355843,0.657085835933685,0.638185024261475,-0.401195824146271,0.632818222045898,-0.11111418902874,-0.766286253929138,0.946758806705475,0.14719757437706,-0.286322593688965,0.99909245967865,0.0349997393786907,-0.024275328963995,0.659509122371674,0.439172238111496,0.610061883926392,0.680857598781586,0.724001705646515,0.110699243843555,0.922573089599609,-0.179297357797623,0.341630131006241,0.981051087379456,-0.0781170204281807,0.177303403615952,0.546835482120514,0.404593169689178,0.732990562915802,0.966081261634827,0.22340926527977,0.129519492387772,0.922573089599609,-0.179297357797623,0.341630131006241,0.546835482120514,0.404593169689178,0.732990562915802,0.435753971338272,-0.0589581243693829,0.898132801055908,0.435753971338272,-0.0589581243693829,0.898132801055908,0.462857842445374,-0.490572154521942,0.738309979438782,0.967295587062836,0.180024340748787,0.178690955042839,0.966081261634827,0.22340926527977,0.129519492387772,0.462857842445374,-0.490572154521942,0.738309979438782,0.67439329624176,-0.573393702507019,0.465202391147614,0.851844131946564,-0.223178640007973,0.473870158195496,0.967295587062836,0.180024340748787,0.178690955042839,0.67439329624176,-0.573393702507019,0.465202391147614,
  690. 0.994697630405426,-0.0573213361203671,0.0853871777653694,0.851844131946564,-0.223178640007973,0.473870158195496,0.994697630405426,-0.0573213361203671,0.0853871777653694,0.634732782840729,-0.597230553627014,-0.49033659696579,0.967674493789673,0.110775291919708,-0.226571708917618,0.67439329624176,-0.573393702507019,0.465202391147614,0.61776876449585,-0.731799066066742,-0.287805169820786,0.634732782840729,-0.597230553627014,-0.49033659696579,0.994697630405426,-0.0573213361203671,0.0853871777653694,0.981051087379456,-0.0781170204281807,0.177303403615952,0.658479809761047,0.631218671798706,0.409838318824768,0.49329024553299,0.575516402721405,0.652261912822723,0.546835482120514,0.404593169689178,0.732990562915802,0.998806834220886,0.00529374508187175,-0.0485467799007893,0.97002387046814,0.10508531332016,-0.219113364815712,0.981051087379456,-0.0781170204281807,0.177303403615952,0.922573089599609,-0.179297357797623,0.341630131006241,0.886107385158539,0.202481344342232,-0.41691130399704,0,-0.868810713291168,-0.495144337415695,0,-0.883709073066711,-0.468036651611328,0,-0.860694050788879,-0.509122669696808,0,-0.851710259914398,-0.524013042449951,0,-0.852356553077698,-0.522961258888245,0,-0.853041291236877,-0.521843433380127,0.737764596939087,-0.661469876766205,0.134762614965439,0.998806834220886,0.00529374508187175,-0.0485467799007893,0.886107385158539,0.202481344342232,-0.41691130399704,0.760918021202087,-0.347313731908798,-0.548066556453705,0.97002387046814,0.10508531332016,-0.219113364815712,0.658479809761047,0.631218671798706,0.409838318824768,0.981051087379456,-0.0781170204281807,0.177303403615952,0.0180401802062988,-0.999837338924408,0.000247560790739954,0.0180401802062988,-0.999837279319763,0.000130016545881517,0.0180401783436537,-0.999837338924408,-0.000130652115331031,0.0180401764810085,-0.999837338924408,0.000196842214791104,0.0180401783436537,-0.999837160110474,0.000478933361591771,0.0180401764810085,-0.999837338924408,0.000261369423242286,0.0180401802062988,-0.999837338924408,3.7197725760052e-005,0.0180401783436537,-0.999837279319763,-1.73123373276018e-011,
  691. 0.0180401783436537,-0.999837279319763,-0.000366760388715193,0.0180401764810085,-0.999837279319763,-0.000157829214003868,-0.762938380241394,0.351740807294846,-0.542405426502228,-0.633964538574219,0.108424134552479,-0.765723943710327,-0.998374938964844,0.0381125174462795,-0.0423658899962902,-0.939129114151001,-0.170866474509239,-0.298062413930893,-0.962255775928497,-0.207229942083359,0.176407530903816,-0.972511053085327,-0.200638979673386,0.118178516626358,-0.945717215538025,-0.17302243411541,-0.275104016065598,-0.854331612586975,0.197435587644577,0.480766713619232,-0.959010601043701,-0.252439856529236,0.128734603524208,-0.998374938964844,0.0381125174462795,-0.0423658899962902,-0.972511053085327,-0.200638979673386,0.118178516626358,-0.962255775928497,-0.207229942083359,0.176407530903816,-0.854331612586975,0.197435587644577,0.480766713619232,-0.945717215538025,-0.17302243411541,-0.275104016065598,-0.997743368148804,-0.0647145211696625,-0.0178939998149872,-0.96613621711731,-0.138397306203842,-0.217776969075203,-0.995781898498535,0.0255516730248928,0.0881226137280464,-0.998374938964844,0.0381125174462795,-0.0423658899962902,-0.959010601043701,-0.252439856529236,0.128734603524208,-0.899182260036469,0.179218277335167,0.39918914437294,-0.939129114151001,-0.170866474509239,-0.298062413930893,-0.972511053085327,-0.200638979673386,0.118178516626358,-0.657099366188049,-0.639023721218109,-0.399836331605911,-0.680615842342377,-0.724394023418427,0.109613962471485,-0.945717215538025,-0.17302243411541,-0.275104016065598,-0.998374938964844,0.0381125174462795,-0.0423658899962902,-0.633964538574219,0.108424134552479,-0.765723943710327,-0.657099366188049,-0.639023721218109,-0.399836331605911,-0.972511053085327,-0.200638979673386,0.118178516626358,-0.945717215538025,-0.17302243411541,-0.275104016065598,-0.680615842342377,-0.724394023418427,0.109613962471485,-0.65860641002655,-0.437368094921112,0.612328946590424,-0.997743368148804,-0.0647145211696625,-0.0178939998149872,-0.899182260036469,0.179218277335167,0.39918914437294,-0.543579280376434,-0.397934556007385,0.739032864570618,
  692. -0.983501970767975,0.0443409979343414,0.1753790974617,-0.959010601043701,-0.252439856529236,0.128734603524208,-0.435884654521942,0.0563512891530991,0.898236691951752,-0.543579280376434,-0.397934556007385,0.739032864570618,-0.899182260036469,0.179218277335167,0.39918914437294,-0.435884654521942,0.0563512891530991,0.898236691951752,-0.959010601043701,-0.252439856529236,0.128734603524208,-0.962255775928497,-0.207229942083359,0.176407530903816,-0.463584959506989,0.490457266569138,0.737929940223694,-0.463584959506989,0.490457266569138,0.737929940223694,-0.962255775928497,-0.207229942083359,0.176407530903816,-0.854331612586975,0.197435587644577,0.480766713619232,-0.67504608631134,0.573235869407654,0.464449673891068,-0.67504608631134,0.573235869407654,0.464449673891068,-0.854331612586975,0.197435587644577,0.480766713619232,-0.995781898498535,0.0255516730248928,0.0881226137280464,-0.995781898498535,0.0255516730248928,0.0881226137280464,-0.96613621711731,-0.138397306203842,-0.217776969075203,-0.636818051338196,0.592167019844055,-0.493762105703354,-0.67504608631134,0.573235869407654,0.464449673891068,-0.995781898498535,0.0255516730248928,0.0881226137280464,-0.636818051338196,0.592167019844055,-0.493762105703354,-0.621798813343048,0.72399228811264,-0.298666030168533,-0.983501970767975,0.0443409979343414,0.1753790974617,-0.543579280376434,-0.397934556007385,0.739032864570618,-0.486098647117615,-0.555889189243317,0.67431104183197,-0.656472504138947,-0.625725567340851,0.421320974826813,-0.985018253326416,-0.0994188711047173,-0.140907481312752,-0.9964799284935,-0.0480702482163906,-0.0686807706952095,-0.939129114151001,-0.170866474509239,-0.298062413930893,-0.899182260036469,0.179218277335167,0.39918914437294,-0.983501970767975,0.0443409979343414,0.1753790974617,-0,0.881894111633301,-0.471447557210922,-0,0.866380870342255,-0.499383896589279,-0,0.850052356719971,-0.526698172092438,-0,0.852225840091705,-0.523174047470093,-0,0.854316234588623,-0.519753634929657,-0,0.859383881092072,-0.511330902576447,-0.9964799284935,-0.0480702482163906,-0.0686807706952095,
  693. -0.731522858142853,0.66465437412262,0.152016058564186,-0.762938380241394,0.351740807294846,-0.542405426502228,-0.939129114151001,-0.170866474509239,-0.298062413930893,-0.656472504138947,-0.625725567340851,0.421320974826813,-0.985018253326416,-0.0994188711047173,-0.140907481312752,-0.983501970767975,0.0443409979343414,0.1753790974617,0.761008501052856,-0.347382456064224,-0.547897398471832,0.939118146896362,0.171006828546524,-0.298016130924225,0.998250424861908,-0.0402515605092049,-0.0433115735650063,0.633121132850647,-0.111232981085777,-0.766018807888031,0.962740540504456,0.205870032310486,0.175351738929749,0.85408353805542,-0.197698652744293,0.481099188327789,0.946014225482941,0.172797411680222,-0.274222642183304,0.972604751586914,0.200328856706619,0.11793390661478,0.959728002548218,0.250218689441681,0.127721428871155,0.962740540504456,0.205870032310486,0.175351738929749,0.972604751586914,0.200328856706619,0.11793390661478,0.998250424861908,-0.0402515605092049,-0.0433115735650063,0.85408353805542,-0.197698652744293,0.481099188327789,0.995313882827759,-0.0278607979416847,0.0925962999463081,0.963760495185852,0.142455041408539,-0.22554874420166,0.997736394405365,0.0648175552487373,-0.0179075133055449,0.946014225482941,0.172797411680222,-0.274222642183304,0.998250424861908,-0.0402515605092049,-0.0433115735650063,0.939118146896362,0.171006828546524,-0.298016130924225,0.899292469024658,-0.179172456264496,0.39896148443222,0.959728002548218,0.250218689441681,0.127721428871155,0.972604751586914,0.200328856706619,0.11793390661478,0.946014225482941,0.172797411680222,-0.274222642183304,0.680830836296082,0.724019110202789,0.110750451683998,0.657338440418243,0.638209581375122,-0.400742769241333,0.998250424861908,-0.0402515605092049,-0.0433115735650063,0.972604751586914,0.200328856706619,0.11793390661478,0.657338440418243,0.638209581375122,-0.400742769241333,0.633121132850647,-0.111232981085777,-0.766018807888031,0.946014225482941,0.172797411680222,-0.274222642183304,0.997736394405365,0.0648175552487373,-0.0179075133055449,0.659479439258575,0.439217418432236,0.610061526298523,
  694. 0.680830836296082,0.724019110202789,0.110750451683998,0.899292469024658,-0.179172456264496,0.39896148443222,0.983937621116638,-0.0432951934635639,0.173182904720306,0.546091318130493,0.404861271381378,0.733397245407104,0.959728002548218,0.250218689441681,0.127721428871155,0.899292469024658,-0.179172456264496,0.39896148443222,0.546091318130493,0.404861271381378,0.733397245407104,0.43620166182518,-0.0588390007615089,0.897923231124878,0.43620166182518,-0.0588390007615089,0.897923231124878,0.463595062494278,-0.490617275238037,0.737817287445068,0.962740540504456,0.205870032310486,0.175351738929749,0.959728002548218,0.250218689441681,0.127721428871155,0.463595062494278,-0.490617275238037,0.737817287445068,0.674419283866882,-0.573520302772522,0.465008765459061,0.85408353805542,-0.197698652744293,0.481099188327789,0.962740540504456,0.205870032310486,0.175351738929749,0.674419283866882,-0.573520302772522,0.465008765459061,0.995313882827759,-0.0278607979416847,0.0925962999463081,0.85408353805542,-0.197698652744293,0.481099188327789,0.995313882827759,-0.0278607979416847,0.0925962999463081,0.635497629642487,-0.596756756305695,-0.489922732114792,0.963760495185852,0.142455041408539,-0.22554874420166,0.674419283866882,-0.573520302772522,0.465008765459061,0.618721544742584,-0.731202125549316,-0.287275522947311,0.635497629642487,-0.596756756305695,-0.489922732114792,0.995313882827759,-0.0278607979416847,0.0925962999463081,0.983937621116638,-0.0432951934635639,0.173182904720306,0.658273875713348,0.631303668022156,0.410037994384766,0.49274680018425,0.575402021408081,0.652773380279541,0.546091318130493,0.404861271381378,0.733397245407104,0.995853960514069,0.0513059943914413,-0.0751180723309517,0.984746694564819,0.100181773304939,-0.142258569598198,0.983937621116638,-0.0432951934635639,0.173182904720306,0.899292469024658,-0.179172456264496,0.39896148443222,0.939118146896362,0.171006828546524,-0.298016130924225,-4.65419560669034e-007,-0.866073608398438,-0.499916315078735,-4.74347274348474e-007,-0.882686614990234,-0.469962060451508,-4.61748868474388e-007,-0.859242916107178,-0.511567711830139,
  695. -4.59986239320642e-007,-0.855963051319122,-0.517036974430084,-4.5799592385265e-007,-0.852259516716003,-0.523119270801544,-4.55964254797436e-007,-0.848478674888611,-0.529229581356049,0.737740099430084,-0.661460280418396,0.134943887591362,0.995853960514069,0.0513059943914413,-0.0751180723309517,0.939118146896362,0.171006828546524,-0.298016130924225,0.761008501052856,-0.347382456064224,-0.547897398471832,0.984746694564819,0.100181773304939,-0.142258569598198,0.658273875713348,0.631303668022156,0.410037994384766,0.983937621116638,-0.0432951934635639,0.173182904720306,0.0179113410413265,-0.999839603900909,-2.80029530586035e-006,0.017911346629262,-0.999839663505554,5.42316302016843e-005,0.0179113429039717,-0.999839603900909,3.30685106746387e-005,0.0179113410413265,-0.99983948469162,0.000278844119748101,0.0179113391786814,-0.99983948469162,0.000467470061266795,0.0179113410413265,-0.999839544296265,0.000386351806810126,0.0179113447666168,-0.999839544296265,0.000111836168798618,0.0179113447666168,-0.999839603900909,-3.35538607032504e-005,0.0179113447666168,-0.999839603900909,1.19020405691117e-005,0.0179113447666168,-0.999839544296265,5.52737292309757e-005,0.999746561050415,0.0225076638162136,0.000524208589922637,0.999719560146332,0.0236319694668055,-0.00153078290168196,0.999687075614929,0.0247561410069466,-0.00358576793223619,0.999719560146332,0.0236319694668055,-0.00153078290168196,1,-2.30578075388621e-006,-4.32570050179493e-006,1,-1.15289037694311e-006,-2.16285025089746e-006,1,0,0,1,-1.15289037694311e-006,-2.16285025089746e-006,-0.0470083206892014,-0.00436563184484839,-0.998884975910187,-0.0371446907520294,-0.0360128805041313,-0.998660743236542,1.76376452145632e-005,-0.00167137559037656,-0.99999862909317,0.0370993167161942,0.0435093156993389,-0.998363971710205,0.0469264648854733,-0.00147254986222833,-0.998897254467011,0.0186279509216547,0.691898941993713,-0.72175395488739,0.0165870785713196,0.0171911679208279,-0.999714612960815,-0.197535440325737,-0.0165279246866703,-0.980156421661377,-0.0322358533740044,-0.714104950428009,-0.699295997619629,
  696. 0.000670817506033927,0.998178780078888,-0.0603223517537117,0.0186279509216547,0.691898941993713,-0.72175395488739,-0.0572852194309235,0.998351335525513,0.0036144929472357,-0.00861508119851351,0.998742938041687,0.0493802130222321,0.0388855449855328,0.999184727668762,-0.0108532877638936,0.0573847405612469,0.998312532901764,0.00889063067734241,-0.0566650107502937,0.998060643672943,0.0257695093750954,-0.0572086796164513,0.998322427272797,0.00891521200537682,0.0186279509216547,0.691898941993713,-0.72175395488739,0.000670817506033927,0.998178780078888,-0.0603223517537117,0.0165870785713196,0.0171911679208279,-0.999714612960815,-0.197535440325737,-0.0165279246866703,-0.980156421661377,-0.139920622110367,-0.988923728466034,-0.0495189987123013,-0.0322358533740044,-0.714104950428009,-0.699295997619629,0.0122706908732653,-0.426373511552811,0.904463946819305,-0.0522821247577667,-0.994051694869995,0.0955400690436363,-0.00158160051796585,-0.0215123668313026,0.999767422676086,-0.139920622110367,-0.988923728466034,-0.0495189987123013,-0.0522821247577667,-0.994051694869995,0.0955400690436363,0.0122706908732653,-0.426373511552811,0.904463946819305,-0.0322358533740044,-0.714104950428009,-0.699295997619629,-0.207242906093597,0.0127638569101691,0.978206336498261,-0.00622143456712365,0.339665919542313,0.940525591373444,0.0122706908732653,-0.426373511552811,0.904463946819305,-0.00158160051796585,-0.0215123668313026,0.999767422676086,-0.207242906093597,0.0127638569101691,0.978206336498261,-0.467251569032669,0.883490145206451,0.0334841348230839,-0.00622143456712365,0.339665919542313,0.940525591373444,1.20660943139228e-005,-0.0111134145408869,0.999938189983368,-0.00493677612394094,-0.640224874019623,0.768171787261963,0.00166355154942721,0.209637239575386,0.97777783870697,-0.00746847875416279,0.0229023601859808,0.999709904193878,0.00988961290568113,-0.996999859809875,0.0767693370580673,-0.00439928332343698,-0.013123014010489,0.999904215335846,0.00486897630617023,-0.491727441549301,0.870735585689545,-0.00493677612394094,-0.640224874019623,0.768171787261963,
  697. 0.0319046080112457,-0.996130406856537,0.081892766058445,-0.0337522551417351,-0.994026839733124,-0.103785373270512,0.01510457880795,-0.813381910324097,-0.581533908843994,-0.00746847875416279,0.0229023601859808,0.999709904193878,-0.122359909117222,0.989666640758514,0.0747533589601517,-0.0799776315689087,0.993609845638275,0.0796436443924904,-0.0674275234341621,0.0254403240978718,0.997399747371674,-0.0194794852286577,-0.99260413646698,0.119822978973389,0.00988961290568113,-0.996999859809875,0.0767693370580673,0.00486897630617023,-0.491727441549301,0.870735585689545,-0.00439928332343698,-0.013123014010489,0.999904215335846,-0.00894289463758469,-0.0190276838839054,0.999778985977173,0.00486897630617023,-0.491727441549301,0.870735585689545,0.0510502606630325,0.99676775932312,-0.0620314404368401,0.0402375608682632,0.995533287525177,0.0854073911905289,-0.0393498316407204,0.998885750770569,-0.0260551050305367,-0.0417462363839149,0.98591822385788,0.161933600902557,-0.020277040079236,0.989391922950745,0.143848806619644,1.20660943139228e-005,-0.0111134145408869,0.999938189983368,0.0319046080112457,-0.996130406856537,0.081892766058445,-0.00493677612394094,-0.640224874019623,0.768171787261963,0.00166355154942721,0.209637239575386,0.97777783870697,-0.122359909117222,0.989666640758514,0.0747533589601517,-0.00746847875416279,0.0229023601859808,0.999709904193878,0.01510457880795,-0.813381910324097,-0.581533908843994,-0.0159645471721888,-0.0143408635631204,-0.999769747257233,-0.0135844582691789,0.000660638441331685,-0.999907493591309,-0.00852589216083288,0.102706767618656,-0.994675159454346,-0.0370902977883816,0.0220972169190645,-0.999067604541779,-0.0135844582691789,0.000660638441331685,-0.999907493591309,-0.0159645471721888,-0.0143408635631204,-0.999769747257233,-0.0401408709585667,-0.0199423879384995,-0.998995006084442,-0.0220795981585979,0.0159333031624556,-0.999629318714142,-0.0159645471721888,-0.0143408635631204,-0.999769747257233,-0.0337522551417351,-0.994026839733124,-0.103785373270512,-0.0255483090877533,-0.994090974330902,-0.105500973761082,
  698. -0.0401408709585667,-0.0199423879384995,-0.998995006084442,-0.00921976380050182,0.772832810878754,-0.63454270362854,-0.0544124096632004,0.998335659503937,-0.0191072337329388,0.033065102994442,0.997158586978912,0.0676858201622963,0.0511724017560482,0.9951012134552,-0.0845871195197105,0.00117367319762707,0.997840166091919,-0.0656774267554283,-0.083419993519783,0.0337258912622929,-0.995943546295166,0.00792670529335737,0.017605209723115,-0.999813616275787,0.019056873396039,0.99718165397644,-0.0725647434592247,-0.0116884578019381,0.68666809797287,0.726877152919769,0.0220298357307911,0.999602556228638,0.017590569332242,-0.00464559113606811,0.998233318328857,0.0592347718775272,-0.0766722708940506,0.995672523975372,-0.0525122508406639,-0.0135844582691789,0.000660638441331685,-0.999907493591309,-0.0370902977883816,0.0220972169190645,-0.999067604541779,-0.0337522551417351,-0.994026839733124,-0.103785373270512,-0.0159645471721888,-0.0143408635631204,-0.999769747257233,0.01510457880795,-0.813381910324097,-0.581533908843994,-0.00921976380050182,0.772832810878754,-0.63454270362854,-0.0766722708940506,0.995672523975372,-0.0525122508406639,-0.0544124096632004,0.998335659503937,-0.0191072337329388,-0.00921976380050182,0.772832810878754,-0.63454270362854,-0.00852589216083288,0.102706767618656,-0.994675159454346,-0.0135844582691789,0.000660638441331685,-0.999907493591309,-0.0766722708940506,0.995672523975372,-0.0525122508406639,-0.000323799380566925,-0.999704897403717,0.0242936592549086,-0.0351784229278564,-0.0162494163960218,0.999248921871185,-0.00626273872330785,-0.0178358796983957,0.999821305274963,0.000528255943208933,-0.99551659822464,0.0945853367447853,-0.0746274888515472,0.0239687412977219,0.996923387050629,-0.0513275191187859,0.998676896095276,-0.00316433678381145,-0.232587292790413,0.96954220533371,0.0767528712749481,-0.0515517629683018,0.0121828578412533,0.998596012592316,-0.01241360232234,-0.383635431528091,-0.923401236534119,-0.000780627247877419,-0.394267350435257,-0.918995440006256,-0.00702989427372813,-0.994516730308533,-0.104340955615044,
  699. -0.0631102994084358,-0.995802164077759,-0.0662961080670357,-0.0351784229278564,-0.0162494163960218,0.999248921871185,-0.0746274888515472,0.0239687412977219,0.996923387050629,-0.0515517629683018,0.0121828578412533,0.998596012592316,-0.00626273872330785,-0.0178358796983957,0.999821305274963,-0.0290562231093645,-0.0154389915987849,-0.99945855140686,-0.00930600240826607,-0.0121261905878782,-0.99988317489624,-0.000780627247877419,-0.394267350435257,-0.918995440006256,-0.01241360232234,-0.383635431528091,-0.923401236534119,-0.0309347175061703,0.0146560734137893,-0.999413967132568,0.0240406561642885,0.997104823589325,-0.0721391141414642,-0.140612453222275,0.522333085536957,-0.84106856584549,0.0240406561642885,0.997104823589325,-0.0721391141414642,0.0645531564950943,0.986920058727264,-0.147721514105797,-0.140612453222275,0.522333085536957,-0.84106856584549,-0.078474648296833,0.0133433490991592,0.996826827526093,-0.553496420383453,0.731867551803589,0.397506833076477,-0.333492130041122,0.938246130943298,0.0920714884996414,-0.095759853720665,0.0150735164061189,0.995290338993073,0.125156462192535,-0.97417688369751,0.187923952937126,0.0393387451767921,-0.984599947929382,0.170339182019234,0.00486897630617023,-0.491727441549301,0.870735585689545,0.00486897630617023,-0.491727441549301,0.870735585689545,0.00439374288544059,-0.00813771225512028,0.999957323074341,-0.0754494220018387,-0.00830167904496193,0.997115075588226,-0.0309347175061703,0.0146560734137893,-0.999413967132568,-0.0288989990949631,0.0208771321922541,-0.999364256858826,-0.0124105466529727,0.00254733022302389,-0.999919652938843,-0.00204862956888974,-0.0186098404228687,-0.999824702739716,0.0153729915618896,0.992901086807251,-0.11794526129961,0.0645531564950943,0.986920058727264,-0.147721514105797,0.0557407103478909,0.998283505439758,0.0179728381335735,0.0234407242387533,0.996267974376678,0.0830706581473351,-0.0159351415932179,0.779475688934326,-0.626229882240295,-0.018381142988801,0.493604302406311,-0.869492411613464,-0.023530151695013,0.0151025066152215,-0.999608993530273,
  700. 0.0102446461096406,0.99641090631485,-0.0840249061584473,0.0102446461096406,0.99641090631485,-0.0840249061584473,-0.0153034422546625,0.996105015277863,-0.0868371948599815,-0.0159351415932179,0.779475688934326,-0.626229882240295,0.162823110818863,-0.984034538269043,0.0718651562929153,-0.112780712544918,-0.103637114167213,0.98820036649704,-0.0154734468087554,-0.0210201367735863,0.999659419059753,0.0101063614711165,-0.99607789516449,0.0879026129841805,-0.0263744462281466,-0.0151477754116058,0.999537408351898,-0.525571405887604,0.840617477893829,0.130907997488976,-0.745220005512238,0.663808226585388,0.0632915496826172,-0.132266208529472,0.00569990510120988,0.991197824478149,0.0294590089470148,-0.992366194725037,-0.119755759835243,0.162823110818863,-0.984034538269043,0.0718651562929153,0.0101063614711165,-0.99607789516449,0.0879026129841805,-0.0899592936038971,-0.993453204631805,-0.0704144462943077,-0.112780712544918,-0.103637114167213,0.98820036649704,-0.0263744462281466,-0.0151477754116058,0.999537408351898,-0.132266208529472,0.00569990510120988,0.991197824478149,-0.0154734468087554,-0.0210201367735863,0.999659419059753,-0.00604092935100198,0.704343855381012,-0.709833145141602,0.153099462389946,0.12563918530941,-0.98019140958786,-0.00919021293520927,0.00309091759845614,-0.999952971935272,0.00402735732495785,0.758507490158081,-0.651651859283447,-0.194181978702545,-0.144713133573532,-0.970232725143433,0.0294590089470148,-0.992366194725037,-0.119755759835243,-0.0899592936038971,-0.993453204631805,-0.0704144462943077,-0.0737514197826386,-0.015604991465807,-0.997154533863068,0.00402735732495785,0.758507490158081,-0.651651859283447,0.0109648955985904,0.999860525131226,-0.0126024251803756,-0.0220167897641659,0.960184693336487,-0.278497099876404,-0.00604092935100198,0.704343855381012,-0.709833145141602,-0.0835916101932526,-0.995590448379517,0.0425674468278885,0.0691560506820679,-0.0189625807106495,0.997425556182861,-0.0225047580897808,-0.021784445270896,0.999509394168854,0.00171118637081236,-0.99416184425354,0.107885308563709,
  701. -0.326343506574631,0.130811229348183,0.936156153678894,-0.241010040044785,0.698687076568604,0.673610031604767,-0.455095440149307,0.888641595840454,0.0566058158874512,-0.124603852629662,0.00530074676498771,0.992192387580872,-0.11835790425539,-0.990522861480713,-0.0696834176778793,0.0115047423169017,-0.997822165489197,-0.064950980246067,-0.0835916101932526,-0.995590448379517,0.0425674468278885,0.00171118637081236,-0.99416184425354,0.107885308563709,-0.124603852629662,0.00530074676498771,0.992192387580872,0.0242143012583256,0.00136332656256855,0.999705851078033,-0.326343506574631,0.130811229348183,0.936156153678894,-0.0759311318397522,-0.012216760776937,-0.997038245201111,0.00792670529335737,0.017605209723115,-0.999813616275787,-0.083419993519783,0.0337258912622929,-0.995943546295166,0.0520996078848839,-0.00288161844946444,-0.998637735843658,-0.0759311318397522,-0.012216760776937,-0.997038245201111,-0.11835790425539,-0.990522861480713,-0.0696834176778793,-0.139920622110367,-0.988923728466034,-0.0495189987123013,-0.197535440325737,-0.0165279246866703,-0.980156421661377,0.000140388248837553,0.00945356488227844,-0.999955236911774,0.0117475828155875,0.998389363288879,-0.0555043891072273,0.00402735732495785,0.758507490158081,-0.651651859283447,0.0117475828155875,0.998389363288879,-0.0555043891072273,0.0109648955985904,0.999860525131226,-0.0126024251803756,0.00402735732495785,0.758507490158081,-0.651651859283447,-0.141025677323341,0.017466876655817,0.989851832389832,-0.269398033618927,0.961052775382996,0.0616614036262035,-0.241010040044785,0.698687076568604,0.673610031604767,-0.326343506574631,0.130811229348183,0.936156153678894,0.0242143012583256,0.00136332656256855,0.999705851078033,-0.141025677323341,0.017466876655817,0.989851832389832,-0.326343506574631,0.130811229348183,0.936156153678894,-0.0320730730891228,-0.994941234588623,0.0952014252543449,0.0158434957265854,-0.0206917431205511,0.99966037273407,0.0691560506820679,-0.0189625807106495,0.997425556182861,-0.0835916101932526,-0.995590448379517,0.0425674468278885,-0.0831891000270844,-0.995677471160889,-0.0413051210343838,
  702. -0.0320730730891228,-0.994941234588623,0.0952014252543449,-0.0835916101932526,-0.995590448379517,0.0425674468278885,0.0115047423169017,-0.997822165489197,-0.064950980246067,-0.0737514197826386,-0.015604991465807,-0.997154533863068,-0.0899592936038971,-0.993453204631805,-0.0704144462943077,-0.0831891000270844,-0.995677471160889,-0.0413051210343838,-0.0681851729750633,-0.024611160159111,-0.997369110584259,0.00402735732495785,0.758507490158081,-0.651651859283447,-0.00919021293520927,0.00309091759845614,-0.999952971935272,0.000140388248837553,0.00945356488227844,-0.999955236911774,-0.00604092935100198,0.704343855381012,-0.709833145141602,-0.0220167897641659,0.960184693336487,-0.278497099876404,0.0442578867077827,0.998892962932587,-0.0159455891698599,0.0164547748863697,0.683741509914398,-0.72953873872757,-0.115269437432289,0.0179298799484968,0.993172466754913,-0.246518939733505,0.967526376247406,0.0558682344853878,-0.525571405887604,0.840617477893829,0.130907997488976,0.726715207099915,0.555096030235291,-0.404664516448975,0.00143349391873926,-0.0184196829795837,0.999829351902008,-0.115269437432289,0.0179298799484968,0.993172466754913,-0.0263744462281466,-0.0151477754116058,0.999537408351898,-0.112780712544918,-0.103637114167213,0.98820036649704,-0.0301248673349619,-0.996048986911774,0.0835401862859726,0.00143349391873926,-0.0184196829795837,0.999829351902008,-0.112780712544918,-0.103637114167213,0.98820036649704,0.162823110818863,-0.984034538269043,0.0718651562929153,-0.100418463349342,-0.992826104164124,-0.0649024918675423,-0.0301248673349619,-0.996048986911774,0.0835401862859726,0.162823110818863,-0.984034538269043,0.0718651562929153,0.0294590089470148,-0.992366194725037,-0.119755759835243,-0.226107239723206,-0.022666048258543,-0.973838686943054,-0.100418463349342,-0.992826104164124,-0.0649024918675423,0.0294590089470148,-0.992366194725037,-0.119755759835243,-0.194181978702545,-0.144713133573532,-0.970232725143433,0.0164547748863697,0.683741509914398,-0.72953873872757,-0.00841995608061552,0.00194134947378188,-0.999962627887726,
  703. 0.153099462389946,0.12563918530941,-0.98019140958786,-0.00604092935100198,0.704343855381012,-0.709833145141602,0.0164547748863697,0.683741509914398,-0.72953873872757,0.0500433519482613,0.997032403945923,-0.0584989450871944,0.00111632654443383,0.0146169364452362,-0.999892592430115,0.0164547748863697,0.683741509914398,-0.72953873872757,0.0442578867077827,0.998892962932587,-0.0159455891698599,0.0500433519482613,0.997032403945923,-0.0584989450871944,-0.01241360232234,-0.383635431528091,-0.923401236534119,-0.0631102994084358,-0.995802164077759,-0.0662961080670357,-0.0290562231093645,-0.0154389915987849,-0.99945855140686,0.00111632654443383,0.0146169364452362,-0.999892592430115,-0.00841995608061552,0.00194134947378188,-0.999962627887726,0.0164547748863697,0.683741509914398,-0.72953873872757,-0.0118434447795153,0.997307360172272,-0.0723711997270584,-0.0229591429233551,0.0164045467972755,-0.9996018409729,-0.018381142988801,0.493604302406311,-0.869492411613464,-0.0159351415932179,0.779475688934326,-0.626229882240295,-0.0153034422546625,0.996105015277863,-0.0868371948599815,-0.0118434447795153,0.997307360172272,-0.0723711997270584,-0.0159351415932179,0.779475688934326,-0.626229882240295,-0.095759853720665,0.0150735164061189,0.995290338993073,-0.333492130041122,0.938246130943298,0.0920714884996414,-0.13566467165947,0.988623082637787,0.0649577453732491,-0.0991152822971344,0.0193099193274975,0.994888544082642,0.00486897630617023,-0.491727441549301,0.870735585689545,-0.0754494220018387,-0.00830167904496193,0.997115075588226,-0.0731451287865639,-0.0129668526351452,0.997237026691437,-0.0731451287865639,-0.0129668526351452,0.997237026691437,0.0988774821162224,-0.991691410541534,0.082289069890976,0.00486897630617023,-0.491727441549301,0.870735585689545,-0.193399056792259,-0.419575482606888,-0.886878371238709,-0.0296637192368507,-0.99644923210144,-0.0787960216403008,-0.00702989427372813,-0.994516730308533,-0.104340955615044,-0.000780627247877419,-0.394267350435257,-0.918995440006256,-0.0472822114825249,-0.0213678665459156,-0.998653054237366,
  704. -0.0296637192368507,-0.99644923210144,-0.0787960216403008,-0.193399056792259,-0.419575482606888,-0.886878371238709,-0.0472822114825249,-0.0213678665459156,-0.998653054237366,-0.193399056792259,-0.419575482606888,-0.886878371238709,-0.000780627247877419,-0.394267350435257,-0.918995440006256,-0.00930600240826607,-0.0121261905878782,-0.99988317489624,-0.0674275234341621,0.0254403240978718,0.997399747371674,-0.0799776315689087,0.993609845638275,0.0796436443924904,-0.553496420383453,0.731867551803589,0.397506833076477,-0.078474648296833,0.0133433490991592,0.996826827526093,0.0393387451767921,-0.984599947929382,0.170339182019234,-0.0194794852286577,-0.99260413646698,0.119822978973389,0.00486897630617023,-0.491727441549301,0.870735585689545,0.00486897630617023,-0.491727441549301,0.870735585689545,-0.00894289463758469,-0.0190276838839054,0.999778985977173,0.00439374288544059,-0.00813771225512028,0.999957323074341,0.171292752027512,0.650766611099243,-0.739703714847565,-0.0226454567164183,0.00528050912544131,-0.999729573726654,-0.0288989990949631,0.0208771321922541,-0.999364256858826,-0.140612453222275,0.522333085536957,-0.84106856584549,-0.0220795981585979,0.0159333031624556,-0.999629318714142,0.0125114731490612,0.996179699897766,-0.0864258706569672,-0.0766722708940506,0.995672523975372,-0.0525122508406639,-0.0370902977883816,0.0220972169190645,-0.999067604541779,0.0125114731490612,0.996179699897766,-0.0864258706569672,0.0234407242387533,0.996267974376678,0.0830706581473351,0.033065102994442,0.997158586978912,0.0676858201622963,-0.0544124096632004,0.998335659503937,-0.0191072337329388,-0.0766722708940506,0.995672523975372,-0.0525122508406639,0.0520996078848839,-0.00288161844946444,-0.998637735843658,-0.0681851729750633,-0.024611160159111,-0.997369110584259,-0.0324075929820538,-0.460669934749603,-0.886979639530182,0.00473636202514172,0.997627854347229,-0.0686739981174469,0.0122041832655668,0.0154529409483075,-0.999806106090546,-0.083419993519783,0.0337258912622929,-0.995943546295166,0.00117367319762707,0.997840166091919,-0.0656774267554283,
  705. 0.00295870727859437,0.997625946998596,0.0688011795282364,0.0220298357307911,0.999602556228638,0.017590569332242,-0.0116884578019381,0.68666809797287,0.726877152919769,-0.0220167897641659,0.960184693336487,-0.278497099876404,0.0109648955985904,0.999860525131226,-0.0126024251803756,0.00495345331728458,0.997873783111572,0.0649878680706024,0.0186093002557755,0.99829226732254,0.0553751327097416,0.0442578867077827,0.998892962932587,-0.0159455891698599,-0.0220167897641659,0.960184693336487,-0.278497099876404,0.0186093002557755,0.99829226732254,0.0553751327097416,-0.00971508864313364,0.997673988342285,0.0674697607755661,0.153099462389946,0.12563918530941,-0.98019140958786,-0.00841995608061552,0.00194134947378188,-0.999962627887726,-0.226107239723206,-0.022666048258543,-0.973838686943054,-0.194181978702545,-0.144713133573532,-0.970232725143433,-0.00919021293520927,0.00309091759845614,-0.999952971935272,0.153099462389946,0.12563918530941,-0.98019140958786,-0.194181978702545,-0.144713133573532,-0.970232725143433,-0.0737514197826386,-0.015604991465807,-0.997154533863068,-0.018381142988801,0.493604302406311,-0.869492411613464,-0.0229591429233551,0.0164045467972755,-0.9996018409729,-0.0220125336199999,5.28679884155281e-005,-0.999757707118988,-0.0111477412283421,-0.0263542551547289,-0.999590516090393,-0.0373455323278904,-0.995043933391571,-0.092157319188118,-0.0296637192368507,-0.99644923210144,-0.0787960216403008,-0.0472822114825249,-0.0213678665459156,-0.998653054237366,0.0988774821162224,-0.991691410541534,0.082289069890976,0.125156462192535,-0.97417688369751,0.187923952937126,0.00486897630617023,-0.491727441549301,0.870735585689545,-0.00702989427372813,-0.994516730308533,-0.104340955615044,-0.000323799380566925,-0.999704897403717,0.0242936592549086,0.000528255943208933,-0.99551659822464,0.0945853367447853,-0.0631102994084358,-0.995802164077759,-0.0662961080670357,-0.0290562231093645,-0.0154389915987849,-0.99945855140686,-0.0631102994084358,-0.995802164077759,-0.0662961080670357,-0.100418463349342,-0.992826104164124,-0.0649024918675423,
  706. -0.226107239723206,-0.022666048258543,-0.973838686943054,-0.0220125336199999,5.28679884155281e-005,-0.999757707118988,-0.023530151695013,0.0151025066152215,-0.999608993530273,-0.018381142988801,0.493604302406311,-0.869492411613464,-0.0759311318397522,-0.012216760776937,-0.997038245201111,0.0520996078848839,-0.00288161844946444,-0.998637735843658,-0.0324075929820538,-0.460669934749603,-0.886979639530182,-0.0324075929820538,-0.460669934749603,-0.886979639530182,-0.119154706597328,-0.807896733283997,-0.5771524310112,-0.11835790425539,-0.990522861480713,-0.0696834176778793,-0.0759311318397522,-0.012216760776937,-0.997038245201111,-0.119154706597328,-0.807896733283997,-0.5771524310112,0.0115047423169017,-0.997822165489197,-0.064950980246067,-0.11835790425539,-0.990522861480713,-0.0696834176778793,-0.0831891000270844,-0.995677471160889,-0.0413051210343838,0.0115047423169017,-0.997822165489197,-0.064950980246067,-0.119154706597328,-0.807896733283997,-0.5771524310112,-0.0681851729750633,-0.024611160159111,-0.997369110584259,-0.0831891000270844,-0.995677471160889,-0.0413051210343838,-0.119154706597328,-0.807896733283997,-0.5771524310112,-0.0324075929820538,-0.460669934749603,-0.886979639530182,0.0520996078848839,-0.00288161844946444,-0.998637735843658,-0.083419993519783,0.0337258912622929,-0.995943546295166,0.0122041832655668,0.0154529409483075,-0.999806106090546,-0.0681851729750633,-0.024611160159111,-0.997369110584259,-0.0124105466529727,0.00254733022302389,-0.999919652938843,-0.0636925101280212,-0.0114376097917557,-0.997904062271118,-0.052412886172533,-0.312885731458664,-0.948343575000763,-0.00204862956888974,-0.0186098404228687,-0.999824702739716,-0.0124105466529727,0.00254733022302389,-0.999919652938843,-0.052412886172533,-0.312885731458664,-0.948343575000763,-0.0111477412283421,-0.0263542551547289,-0.999590516090393,-0.00204862956888974,-0.0186098404228687,-0.999824702739716,-0.052412886172533,-0.312885731458664,-0.948343575000763,-0.052412886172533,-0.312885731458664,-0.948343575000763,0.00404117349535227,-0.640217423439026,-0.768183290958405,
  707. -0.0373455323278904,-0.995043933391571,-0.092157319188118,-0.0111477412283421,-0.0263542551547289,-0.999590516090393,-0.028339883312583,-0.999460220336914,-0.0166158210486174,-0.0373455323278904,-0.995043933391571,-0.092157319188118,0.00404117349535227,-0.640217423439026,-0.768183290958405,0.00404117349535227,-0.640217423439026,-0.768183290958405,0.0221587587147951,-0.997269034385681,0.0704528391361237,-0.028339883312583,-0.999460220336914,-0.0166158210486174,0.00404117349535227,-0.640217423439026,-0.768183290958405,0.037328377366066,-0.998725295066834,-0.0339785218238831,0.0221587587147951,-0.997269034385681,0.0704528391361237,-0.0255483090877533,-0.994090974330902,-0.105500973761082,0.037328377366066,-0.998725295066834,-0.0339785218238831,0.00404117349535227,-0.640217423439026,-0.768183290958405,-0.0401408709585667,-0.0199423879384995,-0.998995006084442,-0.0255483090877533,-0.994090974330902,-0.105500973761082,0.00404117349535227,-0.640217423439026,-0.768183290958405,-0.052412886172533,-0.312885731458664,-0.948343575000763,-0.0636925101280212,-0.0114376097917557,-0.997904062271118,-0.0401408709585667,-0.0199423879384995,-0.998995006084442,-0.052412886172533,-0.312885731458664,-0.948343575000763,-0.0220795981585979,0.0159333031624556,-0.999629318714142,-0.0226454567164183,0.00528050912544131,-0.999729573726654,0.171292752027512,0.650766611099243,-0.739703714847565,0.171292752027512,0.650766611099243,-0.739703714847565,0.0125114731490612,0.996179699897766,-0.0864258706569672,-0.0220795981585979,0.0159333031624556,-0.999629318714142,0.171292752027512,0.650766611099243,-0.739703714847565,0.0153729915618896,0.992901086807251,-0.11794526129961,0.0125114731490612,0.996179699897766,-0.0864258706569672,-0.140612453222275,0.522333085536957,-0.84106856584549,0.0645531564950943,0.986920058727264,-0.147721514105797,0.0153729915618896,0.992901086807251,-0.11794526129961,0.171292752027512,0.650766611099243,-0.739703714847565,-0.0288989990949631,0.0208771321922541,-0.999364256858826,-0.0226454567164183,0.00528050912544131,-0.999729573726654,
  708. -0.0636925101280212,-0.0114376097917557,-0.997904062271118,-0.0124105466529727,0.00254733022302389,-0.999919652938843,-0.140612453222275,0.522333085536957,-0.84106856584549,-0.0288989990949631,0.0208771321922541,-0.999364256858826,-0.0309347175061703,0.0146560734137893,-0.999413967132568,0.0240406561642885,0.997104823589325,-0.0721391141414642,0.0529277585446835,0.996528923511505,0.0642552375793457,0.0557407103478909,0.998283505439758,0.0179728381335735,0.0645531564950943,0.986920058727264,-0.147721514105797,-0.00464559113606811,0.998233318328857,0.0592347718775272,0.0220298357307911,0.999602556228638,0.017590569332242,0.00117367319762707,0.997840166091919,-0.0656774267554283,0.019056873396039,0.99718165397644,-0.0725647434592247,-0.124603852629662,0.00530074676498771,0.992192387580872,-0.455095440149307,0.888641595840454,0.0566058158874512,-0.467251569032669,0.883490145206451,0.0334841348230839,-0.207242906093597,0.0127638569101691,0.978206336498261,0.0691560506820679,-0.0189625807106495,0.997425556182861,0.0242143012583256,0.00136332656256855,0.999705851078033,-0.124603852629662,0.00530074676498771,0.992192387580872,-0.0225047580897808,-0.021784445270896,0.999509394168854,0.0158434957265854,-0.0206917431205511,0.99966037273407,-0.141025677323341,0.017466876655817,0.989851832389832,0.0242143012583256,0.00136332656256855,0.999705851078033,0.0691560506820679,-0.0189625807106495,0.997425556182861,-0.132266208529472,0.00569990510120988,0.991197824478149,-0.745220005512238,0.663808226585388,0.0632915496826172,-0.269398033618927,0.961052775382996,0.0616614036262035,-0.141025677323341,0.017466876655817,0.989851832389832,0.00295870727859437,0.997625946998596,0.0688011795282364,0.00473636202514172,0.997627854347229,-0.0686739981174469,0.00117367319762707,0.997840166091919,-0.0656774267554283,0.0220298357307911,0.999602556228638,0.017590569332242,-0.0290562231093645,-0.0154389915987849,-0.99945855140686,-0.023530151695013,0.0151025066152215,-0.999608993530273,-0.0220125336199999,5.28679884155281e-005,-0.999757707118988,-0.00930600240826607,-0.0121261905878782,-0.99988317489624,
  709. 0.0102446461096406,0.99641090631485,-0.0840249061584473,-0.023530151695013,0.0151025066152215,-0.999608993530273,0.00111632654443383,0.0146169364452362,-0.999892592430115,0.0500433519482613,0.997032403945923,-0.0584989450871944,-0.0177491437643766,0.999841690063477,0.00125898735132068,-0.0153034422546625,0.996105015277863,-0.0868371948599815,0.0102446461096406,0.99641090631485,-0.0840249061584473,-0.00554651394486427,0.996906638145447,0.078399121761322,-0.0118434447795153,0.997307360172272,-0.0723711997270584,0.00255595869384706,0.997461795806885,0.0711584240198135,0.0529277585446835,0.996528923511505,0.0642552375793457,0.0240406561642885,0.997104823589325,-0.0721391141414642,0.0240406561642885,0.997104823589325,-0.0721391141414642,-0.0309347175061703,0.0146560734137893,-0.999413967132568,-0.0229591429233551,0.0164045467972755,-0.9996018409729,-0.0118434447795153,0.997307360172272,-0.0723711997270584,-0.0111477412283421,-0.0263542551547289,-0.999590516090393,-0.0309347175061703,0.0146560734137893,-0.999413967132568,-0.00204862956888974,-0.0186098404228687,-0.999824702739716,0.0319046080112457,-0.996130406856537,0.081892766058445,0.00988961290568113,-0.996999859809875,0.0767693370580673,-0.0255483090877533,-0.994090974330902,-0.105500973761082,-0.0337522551417351,-0.994026839733124,-0.103785373270512,0.0319046080112457,-0.996130406856537,0.081892766058445,1.20660943139228e-005,-0.0111134145408869,0.999938189983368,-0.00439928332343698,-0.013123014010489,0.999904215335846,0.00988961290568113,-0.996999859809875,0.0767693370580673,1.20660943139228e-005,-0.0111134145408869,0.999938189983368,-0.00746847875416279,0.0229023601859808,0.999709904193878,-0.0674275234341621,0.0254403240978718,0.997399747371674,-0.00439928332343698,-0.013123014010489,0.999904215335846,0.00439374288544059,-0.00813771225512028,0.999957323074341,-0.00894289463758469,-0.0190276838839054,0.999778985977173,-0.0674275234341621,0.0254403240978718,0.997399747371674,-0.078474648296833,0.0133433490991592,0.996826827526093,-0.0754494220018387,-0.00830167904496193,0.997115075588226,
  710. 0.00439374288544059,-0.00813771225512028,0.999957323074341,-0.078474648296833,0.0133433490991592,0.996826827526093,-0.095759853720665,0.0150735164061189,0.995290338993073,-0.0731451287865639,-0.0129668526351452,0.997237026691437,-0.0754494220018387,-0.00830167904496193,0.997115075588226,-0.095759853720665,0.0150735164061189,0.995290338993073,-0.0991152822971344,0.0193099193274975,0.994888544082642,0.0134924035519362,-0.0164776463061571,0.999773263931274,0.0134924035519362,-0.0164776463061571,0.999773263931274,-0.0248810350894928,-0.994080543518066,0.105757884681225,0.0988774821162224,-0.991691410541534,0.082289069890976,-0.0731451287865639,-0.0129668526351452,0.997237026691437,0.0988774821162224,-0.991691410541534,0.082289069890976,-0.0373455323278904,-0.995043933391571,-0.092157319188118,-0.028339883312583,-0.999460220336914,-0.0166158210486174,0.125156462192535,-0.97417688369751,0.187923952937126,-0.028339883312583,-0.999460220336914,-0.0166158210486174,0.0221587587147951,-0.997269034385681,0.0704528391361237,0.0393387451767921,-0.984599947929382,0.170339182019234,0.125156462192535,-0.97417688369751,0.187923952937126,0.0221587587147951,-0.997269034385681,0.0704528391361237,0.037328377366066,-0.998725295066834,-0.0339785218238831,-0.0194794852286577,-0.99260413646698,0.119822978973389,0.0393387451767921,-0.984599947929382,0.170339182019234,0.0165870785713196,0.0171911679208279,-0.999714612960815,0.00792670529335737,0.017605209723115,-0.999813616275787,-0.0759311318397522,-0.012216760776937,-0.997038245201111,-0.197535440325737,-0.0165279246866703,-0.980156421661377,0.019056873396039,0.99718165397644,-0.0725647434592247,0.00792670529335737,0.017605209723115,-0.999813616275787,0.0165870785713196,0.0171911679208279,-0.999714612960815,0.000670817506033927,0.998178780078888,-0.0603223517537117,-0.00464559113606811,0.998233318328857,0.0592347718775272,0.019056873396039,0.99718165397644,-0.0725647434592247,0.000670817506033927,0.998178780078888,-0.0603223517537117,-0.00861508119851351,0.998742938041687,0.0493802130222321,
  711. 0.00495345331728458,0.997873783111572,0.0649878680706024,0.0109648955985904,0.999860525131226,-0.0126024251803756,0.0117475828155875,0.998389363288879,-0.0555043891072273,0.00473636202514172,0.997627854347229,-0.0686739981174469,0.00295870727859437,0.997625946998596,0.0688011795282364,0.0117475828155875,0.998389363288879,-0.0555043891072273,0.000140388248837553,0.00945356488227844,-0.999955236911774,0.0122041832655668,0.0154529409483075,-0.999806106090546,0.00473636202514172,0.997627854347229,-0.0686739981174469,-0.0681851729750633,-0.024611160159111,-0.997369110584259,0.0122041832655668,0.0154529409483075,-0.999806106090546,0.000140388248837553,0.00945356488227844,-0.999955236911774,-0.00919021293520927,0.00309091759845614,-0.999952971935272,-0.0737514197826386,-0.015604991465807,-0.997154533863068,-0.00554651394486427,0.996906638145447,0.078399121761322,0.0102446461096406,0.99641090631485,-0.0840249061584473,0.0500433519482613,0.997032403945923,-0.0584989450871944,0.0442578867077827,0.998892962932587,-0.0159455891698599,-0.00971508864313364,0.997673988342285,0.0674697607755661,-0.0515517629683018,0.0121828578412533,0.998596012592316,-0.232587292790413,0.96954220533371,0.0767528712749481,-0.246518939733505,0.967526376247406,0.0558682344853878,-0.115269437432289,0.0179298799484968,0.993172466754913,-0.00626273872330785,-0.0178358796983957,0.999821305274963,-0.0515517629683018,0.0121828578412533,0.998596012592316,-0.115269437432289,0.0179298799484968,0.993172466754913,0.00143349391873926,-0.0184196829795837,0.999829351902008,0.000528255943208933,-0.99551659822464,0.0945853367447853,-0.00626273872330785,-0.0178358796983957,0.999821305274963,0.00143349391873926,-0.0184196829795837,0.999829351902008,-0.0301248673349619,-0.996048986911774,0.0835401862859726,-0.0631102994084358,-0.995802164077759,-0.0662961080670357,0.000528255943208933,-0.99551659822464,0.0945853367447853,-0.0301248673349619,-0.996048986911774,0.0835401862859726,-0.100418463349342,-0.992826104164124,-0.0649024918675423,-0.0296637192368507,-0.99644923210144,-0.0787960216403008,
  712. -0.0373455323278904,-0.995043933391571,-0.092157319188118,0.0988774821162224,-0.991691410541534,0.082289069890976,-0.0248810350894928,-0.994080543518066,0.105757884681225,-0.0472822114825249,-0.0213678665459156,-0.998653054237366,-0.0229591429233551,0.0164045467972755,-0.9996018409729,-0.0309347175061703,0.0146560734137893,-0.999413967132568,-0.0111477412283421,-0.0263542551547289,-0.999590516090393,-0.0220125336199999,5.28679884155281e-005,-0.999757707118988,-0.0229591429233551,0.0164045467972755,-0.9996018409729,-0.0472822114825249,-0.0213678665459156,-0.998653054237366,-0.00930600240826607,-0.0121261905878782,-0.99988317489624,-0.0177491437643766,0.999841690063477,0.00125898735132068,0.00255595869384706,0.997461795806885,0.0711584240198135,-0.0118434447795153,0.997307360172272,-0.0723711997270584,-0.0153034422546625,0.996105015277863,-0.0868371948599815,-0.0991152822971344,0.0193099193274975,0.994888544082642,-0.13566467165947,0.988623082637787,0.0649577453732491,-0.0513275191187859,0.998676896095276,-0.00316433678381145,-0.0746274888515472,0.0239687412977219,0.996923387050629,0.0134924035519362,-0.0164776463061571,0.999773263931274,-0.0991152822971344,0.0193099193274975,0.994888544082642,-0.0746274888515472,0.0239687412977219,0.996923387050629,-0.0351784229278564,-0.0162494163960218,0.999248921871185,-0.000323799380566925,-0.999704897403717,0.0242936592549086,-0.0248810350894928,-0.994080543518066,0.105757884681225,0.0134924035519362,-0.0164776463061571,0.999773263931274,-0.0351784229278564,-0.0162494163960218,0.999248921871185,-0.0296637192368507,-0.99644923210144,-0.0787960216403008,-0.0248810350894928,-0.994080543518066,0.105757884681225,-0.000323799380566925,-0.999704897403717,0.0242936592549086,-0.00702989427372813,-0.994516730308533,-0.104340955615044,0.00111632654443383,0.0146169364452362,-0.999892592430115,-0.023530151695013,0.0151025066152215,-0.999608993530273,-0.0290562231093645,-0.0154389915987849,-0.99945855140686,-0.226107239723206,-0.022666048258543,-0.973838686943054,-0.00841995608061552,0.00194134947378188,-0.999962627887726,
  713. -0.0220795981585979,0.0159333031624556,-0.999629318714142,-0.0401408709585667,-0.0199423879384995,-0.998995006084442,-0.0636925101280212,-0.0114376097917557,-0.997904062271118,-0.0226454567164183,0.00528050912544131,-0.999729573726654,0.0125114731490612,0.996179699897766,-0.0864258706569672,0.0153729915618896,0.992901086807251,-0.11794526129961,0.0234407242387533,0.996267974376678,0.0830706581473351,-0.00439928332343698,-0.013123014010489,0.999904215335846,-0.0674275234341621,0.0254403240978718,0.997399747371674,-0.00894289463758469,-0.0190276838839054,0.999778985977173,-0.0255483090877533,-0.994090974330902,-0.105500973761082,0.00988961290568113,-0.996999859809875,0.0767693370580673,-0.0194794852286577,-0.99260413646698,0.119822978973389,0.037328377366066,-0.998725295066834,-0.0339785218238831,-0.0225047580897808,-0.021784445270896,0.999509394168854,-0.124603852629662,0.00530074676498771,0.992192387580872,-0.207242906093597,0.0127638569101691,0.978206336498261,-0.00158160051796585,-0.0215123668313026,0.999767422676086,0.00171118637081236,-0.99416184425354,0.107885308563709,-0.0225047580897808,-0.021784445270896,0.999509394168854,-0.00158160051796585,-0.0215123668313026,0.999767422676086,-0.0522821247577667,-0.994051694869995,0.0955400690436363,-0.11835790425539,-0.990522861480713,-0.0696834176778793,0.00171118637081236,-0.99416184425354,0.107885308563709,-0.0522821247577667,-0.994051694869995,0.0955400690436363,-0.139920622110367,-0.988923728466034,-0.0495189987123013,-0.0899592936038971,-0.993453204631805,-0.0704144462943077,0.0101063614711165,-0.99607789516449,0.0879026129841805,-0.0320730730891228,-0.994941234588623,0.0952014252543449,-0.0831891000270844,-0.995677471160889,-0.0413051210343838,0.0101063614711165,-0.99607789516449,0.0879026129841805,-0.0154734468087554,-0.0210201367735863,0.999659419059753,0.0158434957265854,-0.0206917431205511,0.99966037273407,-0.0320730730891228,-0.994941234588623,0.0952014252543449,-0.0154734468087554,-0.0210201367735863,0.999659419059753,-0.132266208529472,0.00569990510120988,0.991197824478149,
  714. -0.141025677323341,0.017466876655817,0.989851832389832,0.0158434957265854,-0.0206917431205511,0.99966037273407,0.0433491729199886,-0.097634568810463,-0.994277894496918,0.996339380741119,0.0843025296926498,-0.0141760855913162,0.998813629150391,0.0485880896449089,-0.00325428228825331,0.0681620910763741,0.232036635279655,-0.970315992832184,-0.0035718372091651,-0.999988853931427,0.00311819277703762,-0.10576605796814,-0.994384765625,0.00355401029810309,-0.0117563661187887,-0.976715624332428,0.214216202497482,7.90281119407155e-005,-1,0.000206327109481208,0.994450151920319,-0.10203979164362,0.0256290789693594,0.998458743095398,0.0056443065404892,0.0552102103829384,-0.0387329049408436,0.444064140319824,0.895157396793365,-0.0060432362370193,-0.201129332184792,0.979546010494232,-0.0060432362370193,-0.201129332184792,0.979546010494232,0.0363825298845768,-0.80181497335434,0.596463799476624,0.985776662826538,-0.161592692136765,-0.0461760126054287,0.994450151920319,-0.10203979164362,0.0256290789693594,0.898768365383148,0.0189354997128248,0.438014686107636,0.964556574821472,-0.0347816161811352,-0.261573761701584,0.999823868274689,0.0039553982205689,-0.0183482747524977,0.998214781284332,-0.00405367091298103,0.0595881380140781,0.0473808124661446,0.997665405273438,-0.0491814985871315,0.0666112899780273,0.787857413291931,-0.61224490404129,0.992624461650848,0.106784544885159,0.0573904067277908,0.962181329727173,0.0554208569228649,-0.266712754964828,2.13629737118026e-005,-1,-5.05901880387682e-005,0.00334315490908921,-0.976766467094421,0.214280337095261,0.0987133756279945,-0.995114803314209,0.00149249832611531,-0.00344526208937168,-0.99998950958252,-0.00304840179160237,0.0666112899780273,0.787857413291931,-0.61224490404129,0.0353746153414249,0.188683807849884,-0.981400549411774,0.994598686695099,0.102221086621284,0.0180072747170925,0.992624461650848,0.106784544885159,0.0573904067277908,0.970611572265625,-0.0596811883151531,0.233133524656296,0.985776662826538,-0.161592692136765,-0.0461760126054287,0.0363825298845768,-0.80181497335434,0.596463799476624,
  715. 0.0381260104477406,-0.997972786426544,0.0509583055973053,2.13629737118026e-005,-1,-5.05901880387682e-005,7.90281119407155e-005,-1,0.000206327109481208,-0.0117563661187887,-0.976715624332428,0.214216202497482,0.00334315490908921,-0.976766467094421,0.214280337095261,0.994598686695099,0.102221086621284,0.0180072747170925,0.999898850917816,0.00304430979304016,-0.0138941537588835,0.998458743095398,0.0056443065404892,0.0552102103829384,0.994450151920319,-0.10203979164362,0.0256290789693594,0.994598686695099,0.102221086621284,0.0180072747170925,0.994450151920319,-0.10203979164362,0.0256290789693594,0.985776662826538,-0.161592692136765,-0.0461760126054287,0.992624461650848,0.106784544885159,0.0573904067277908,0.985776662826538,-0.161592692136765,-0.0461760126054287,0.970611572265625,-0.0596811883151531,0.233133524656296,0.962181329727173,0.0554208569228649,-0.266712754964828,0.992624461650848,0.106784544885159,0.0573904067277908,0.0339096486568451,-0.00486688176169991,-0.999413073062897,-0.0132274143397808,0.0364236682653427,-0.999248921871185,-0.0138148730620742,0.00656294217333198,-0.999882996082306,0.0174000449478626,0.0231809858232737,-0.999579846858978,0.0260490700602531,-0.0101623497903347,-0.999608993530273,-0.0552473925054073,-0.00460643973201513,0.998462080955505,-0.0549544133245945,-0.032173365354538,0.997970402240753,-0.00750941131263971,0.00671772146597505,0.999949216842651,-0.0152610661461949,0.0106794750317931,0.999826550483704,-0.024168387055397,-0.0219339951872826,0.999467253684998,0.898768365383148,0.0189354997128248,0.438014686107636,0.998214781284332,-0.00405367091298103,0.0595881380140781,0.0170545522123575,0.043026726692915,0.998928427696228,0.998091280460358,-0.00358565617352724,0.0616514533758163,0.999145746231079,-0.00358943990431726,0.0411690436303616,0.99997091293335,-0.00359239685349166,0.00674259336665273,0.999849855899811,-0.00359196378849447,0.0169569328427315,0.998131453990936,-0.00358580006286502,0.0609982199966908,0.999159216880798,-0.0035894881002605,0.0408414825797081,0.999969124794006,-0.00359239056706429,0.0069949934259057,
  716. 0.999846994876862,-0.00359195400960743,0.0171207301318645,0.964556574821472,-0.0347816161811352,-0.261573761701584,0.0577623695135117,-0.0366017930209637,-0.997659146785736,0.999823868274689,0.0039553982205689,-0.0183482747524977,0.998813629150391,0.0485880896449089,-0.00325428228825331,0.904800176620483,-0.0724645778536797,-0.419625520706177,0.523867726325989,0.11934707313776,-0.843397200107574,0.0681620910763741,0.232036635279655,-0.970315992832184,-0.00812573358416557,-0.108168914914131,0.994099318981171,-0.0254069082438946,-0.00443269219249487,0.999667346477509,0.000121421668154653,-0.165186733007431,0.986262321472168,0.144473388791084,-0.9646937251091,0.220212504267693,0.998099148273468,-0.0380887798964977,0.0484490469098091,0.995861113071442,-0.0720489323139191,0.0554044023156166,0.00320609682239592,0.190423935651779,0.981696724891663,0.020121306180954,-0.169388666749001,0.985343873500824,-0.039604477584362,-0.975866079330444,0.214748561382294,-0.000150733016198501,-0.165379583835602,0.9862300157547,0.0246259216219187,-0.0145669737830758,0.999590694904327,-0.0328817591071129,-0.116238161921501,0.992676913738251,0.144473388791084,-0.9646937251091,0.220212504267693,0.000121421668154653,-0.165186733007431,0.986262321472168,-0.000150733016198501,-0.165379583835602,0.9862300157547,-0.039604477584362,-0.975866079330444,0.214748561382294,0.998813629150391,0.0485880896449089,-0.00325428228825331,0.996339380741119,0.0843025296926498,-0.0141760855913162,0.995861113071442,-0.0720489323139191,0.0554044023156166,0.998099148273468,-0.0380887798964977,0.0484490469098091,-0.00186815764755011,0.0144049534574151,-0.999894559383392,-0.00249484158121049,0.025020906701684,-0.999683856964111,0.0439847745001316,0.025514230132103,-0.998706340789795,0.0464152805507183,0.0158471018075943,-0.99879652261734,0.00431739771738648,-0.00946031045168638,0.999945998191834,0.00248565734364092,-0.0236507132649422,0.99971729516983,-0.0439772605895996,-0.0226305462419987,0.998776197433472,-0.0427248440682888,-0.0198789965361357,0.998889148235321,
  717. 0.920654356479645,0.0538964793086052,0.386640578508377,0.998099148273468,-0.0380887798964977,0.0484490469098091,0.020121306180954,-0.169388666749001,0.985343873500824,0.364074468612671,-0.092301994562149,0.926784813404083,0.904800176620483,-0.0724645778536797,-0.419625520706177,0.998813629150391,0.0485880896449089,-0.00325428228825331,0.998099148273468,-0.0380887798964977,0.0484490469098091,0.920654356479645,0.0538964793086052,0.386640578508377,0.0367307104170322,0.00716832559555769,-0.999299585819244,-0.00186815764755011,0.0144049534574151,-0.999894559383392,0.0464152805507183,0.0158471018075943,-0.99879652261734,0.0382759906351566,0.000820157933048904,-0.999266862869263,-0.00423754006624222,-0.000666962587274611,0.999990820884705,0.00431739771738648,-0.00946031045168638,0.999945998191834,-0.0427248440682888,-0.0198789965361357,0.998889148235321,-0.00509664975106716,-0.00716946413740516,0.999961376190186,0.999898850917816,0.00304430979304016,-0.0138941537588835,0.994598686695099,0.102221086621284,0.0180072747170925,0.0353746153414249,0.188683807849884,-0.981400549411774,0.00235356274060905,-0.301215291023254,-0.953553259372711,0.0170545522123575,0.043026726692915,0.998928427696228,0.998214781284332,-0.00405367091298103,0.0595881380140781,0.998000979423523,-0.000890515162609518,0.06319260597229,0.0162581466138363,0.0490325018763542,0.998664855957031,0.999759495258331,0.00100825098343194,-0.0219033379107714,0.999823868274689,0.0039553982205689,-0.0183482747524977,0.0577623695135117,-0.0366017930209637,-0.997659146785736,0.0568897388875484,-0.0410468950867653,-0.997536301612854,0.998214781284332,-0.00405367091298103,0.0595881380140781,0.999823868274689,0.0039553982205689,-0.0183482747524977,0.999759495258331,0.00100825098343194,-0.0219033379107714,0.998000979423523,-0.000890515162609518,0.06319260597229,0.0433495566248894,-0.0975854620337486,-0.994282603263855,0.997648596763611,0.0670500472187996,-0.0141956256702542,0.999518036842346,0.0301716737449169,-0.00730669824406505,0.065269373357296,0.201972290873528,-0.97721391916275,
  718. 0.00234481762163341,-0.0656511560082436,0.997839987277985,0.0288513638079166,0.240200877189636,0.97029435634613,0.998082876205444,0.0412652194499969,0.0461264625191689,0.995463252067566,0.0773919224739075,0.0553488694131374,0.995330214500427,-0.0920439511537552,0.0290819238871336,0.998197078704834,-0.0235644206404686,0.0552014783024788,-0.0349436774849892,0.302290350198746,0.952575206756592,-0.00530869094654918,-0.217356264591217,0.976077914237976,-0.00530869094654918,-0.217356264591217,0.976077914237976,0.0365891270339489,-0.805230379104614,0.591832220554352,0.985796570777893,-0.161489695310593,-0.0461113229393959,0.995330214500427,-0.0920439511537552,0.0290819238871336,0.89759236574173,0.0187681056559086,0.440426766872406,0.965362668037415,-0.0349716320633888,-0.258557200431824,0.999832212924957,0.000411155517213047,-0.0183144453912973,0.998192310333252,-0.0075725382193923,0.0596215687692165,0.0485809817910194,0.998414039611816,0.0284484047442675,0.0668251663446426,0.804860770702362,-0.589689373970032,0.992697179317474,0.106276512145996,0.0570763647556305,0.969979643821716,0.0543487407267094,-0.237035363912582,0.999581217765808,0.0252081714570522,-0.0142102362588048,0.999873459339142,0.00155071530025452,-0.0158357676118612,0.0721723064780235,-0.29798623919487,-0.95183789730072,0.0425420850515366,-0.1804588586092,-0.98266214132309,0.0668251663446426,0.804860770702362,-0.589689373970032,0.036628246307373,0.21731986105442,-0.975412964820862,0.993016064167023,0.115786023437977,0.0226435754448175,0.992697179317474,0.106276512145996,0.0570763647556305,0.975791156291962,-0.0588197112083435,0.210646465420723,0.985796570777893,-0.161489695310593,-0.0461113229393959,0.0365891270339489,-0.805230379104614,0.591832220554352,0.0425282791256905,-0.998742461204529,-0.0265488382428885,0.999581217765808,0.0252081714570522,-0.0142102362588048,0.995463252067566,0.0773919224739075,0.0553488694131374,0.998082876205444,0.0412652194499969,0.0461264625191689,0.999873459339142,0.00155071530025452,-0.0158357676118612,0.993016064167023,0.115786023437977,0.0226435754448175,
  719. 0.999838590621948,0.0113858971744776,-0.0138929011300206,0.998197078704834,-0.0235644206404686,0.0552014783024788,0.995330214500427,-0.0920439511537552,0.0290819238871336,0.993016064167023,0.115786023437977,0.0226435754448175,0.995330214500427,-0.0920439511537552,0.0290819238871336,0.985796570777893,-0.161489695310593,-0.0461113229393959,0.992697179317474,0.106276512145996,0.0570763647556305,0.985796570777893,-0.161489695310593,-0.0461113229393959,0.975791156291962,-0.0588197112083435,0.210646465420723,0.969979643821716,0.0543487407267094,-0.237035363912582,0.992697179317474,0.106276512145996,0.0570763647556305,0.0337878316640854,-0.00696371449157596,-0.999404788017273,-0.0133670074865222,0.0335600338876247,-0.999347329139709,-0.0138895511627197,0.00487837241962552,-0.999891638755798,0.0173627007752657,0.0223258715122938,-0.999599993228912,0.0259948577731848,-0.0112557178363204,-0.999598681926727,-0.0552480928599834,-0.00458744773641229,0.99846214056015,-0.0548736900091171,-0.0340585634112358,0.997912287712097,-0.00750210974365473,0.00657359044998884,0.999950230121613,-0.0153018068522215,0.011651374399662,0.999814927577972,-0.0241813752800226,-0.0215864554047585,0.99947452545166,0.89759236574173,0.0187681056559086,0.440426766872406,0.998192310333252,-0.0075725382193923,0.0596215687692165,0.0168996956199408,0.0397731885313988,0.999065816402435,0.998091876506805,-0.00358565733768046,0.0616420954465866,0.999145865440369,-0.00358943943865597,0.0411643534898758,0.99997091293335,-0.00359239638783038,0.00674582598730922,0.99985009431839,-0.00359196471981704,0.0169385578483343,0.998147070407867,-0.00358585547655821,0.0607417449355125,0.999164402484894,-0.0035895062610507,0.0407131090760231,0.999968528747559,-0.00359238754026592,0.00708339689299464,0.999846160411835,-0.00359195051714778,0.0171642042696476,0.965362668037415,-0.0349716320633888,-0.258557200431824,0.057892695069313,-0.0399614423513412,-0.997522711753845,0.999832212924957,0.000411155517213047,-0.0183144453912973,0.999518036842346,0.0301716737449169,-0.00730669824406505,
  720. 0.897259175777435,-0.0750387087464333,-0.435080617666245,0.523896753787994,0.119354233145714,-0.843378186225891,0.065269373357296,0.201972290873528,-0.97721391916275,0.0288513638079166,0.240200877189636,0.97029435634613,0.722194969654083,0.175570905208588,0.669036090373993,0.955165505409241,-0.0446241907775402,0.292690217494965,0.998082876205444,0.0412652194499969,0.0461264625191689,0.998116910457611,-0.0374358296394348,0.048593420535326,0.993608832359314,-0.0984137207269669,0.0552844516932964,0.00290822028182447,0.0975270196795464,0.99522864818573,0.0233368445187807,-0.20204009115696,0.979099154472351,0.999873459339142,0.00155071530025452,-0.0158357676118612,0.937676787376404,0.053024884313345,-0.343439370393753,0.747332990169525,-0.180682450532913,-0.639411747455597,0.0721723064780235,-0.29798623919487,-0.95183789730072,0.998082876205444,0.0412652194499969,0.0461264625191689,0.955165505409241,-0.0446241907775402,0.292690217494965,0.937676787376404,0.053024884313345,-0.343439370393753,0.999873459339142,0.00155071530025452,-0.0158357676118612,0.999518036842346,0.0301716737449169,-0.00730669824406505,0.997648596763611,0.0670500472187996,-0.0141956256702542,0.993608832359314,-0.0984137207269669,0.0552844516932964,0.998116910457611,-0.0374358296394348,0.048593420535326,-0.00188312167301774,0.0142643395811319,-0.999896466732025,-0.00249872147105634,0.0239559225738049,-0.999709963798523,0.04397963732481,0.0234570801258087,-0.998757004737854,0.0463378615677357,0.01511384639889,-0.998811423778534,0.00430110981687903,-0.00929593108594418,0.999947547912598,0.00248366105370224,-0.0241977982223034,0.999704122543335,-0.0439808368682861,-0.0240315161645412,0.998743414878845,-0.0426916666328907,-0.0202108789235353,0.998883783817291,0.931496798992157,0.0493706241250038,0.360383361577988,0.998116910457611,-0.0374358296394348,0.048593420535326,0.0233368445187807,-0.20204009115696,0.979099154472351,0.48621466755867,-0.122625790536404,0.865192711353302,0.897259175777435,-0.0750387087464333,-0.435080617666245,0.999518036842346,0.0301716737449169,-0.00730669824406505,
  721. 0.998116910457611,-0.0374358296394348,0.048593420535326,0.931496798992157,0.0493706241250038,0.360383361577988,0.035992693156004,0.00699002807959914,-0.999327600002289,-0.00188312167301774,0.0142643395811319,-0.999896466732025,0.0463378615677357,0.01511384639889,-0.998811423778534,0.0377748124301434,0.000699016323778778,-0.999286115169525,-0.00452966522425413,-0.000594173325225711,0.999989569187164,0.00430110981687903,-0.00929593108594418,0.999947547912598,-0.0426916666328907,-0.0202108789235353,0.998883783817291,-0.00536786671727896,-0.00710192136466503,0.999960422515869,0.999838590621948,0.0113858971744776,-0.0138929011300206,0.993016064167023,0.115786023437977,0.0226435754448175,0.036628246307373,0.21731986105442,-0.975412964820862,0.00231353938579559,-0.30202841758728,-0.95329612493515,0.0168996956199408,0.0397731885313988,0.999065816402435,0.998192310333252,-0.0075725382193923,0.0596215687692165,0.997991442680359,-0.00435533653944731,0.0631990432739258,0.0160871241241694,0.0451084859669209,0.998852550983429,0.99975711107254,-0.00249058753252029,-0.0218972656875849,0.999832212924957,0.000411155517213047,-0.0183144453912973,0.057892695069313,-0.0399614423513412,-0.997522711753845,0.0570318549871445,-0.0451552085578442,-0.997350692749023,0.998192310333252,-0.0075725382193923,0.0596215687692165,0.999832212924957,0.000411155517213047,-0.0183144453912973,0.99975711107254,-0.00249058753252029,-0.0218972656875849,0.997991442680359,-0.00435533653944731,0.0631990432739258,-0.584562480449677,0.143784821033478,-0.798506617546082,-0.747476100921631,-0.0697913616895676,-0.660612344741821,-0.0371446907520294,-0.0360128805041313,-0.998660743236542,-0.0470083206892014,-0.00436563184484839,-0.998884975910187,-0.747476100921631,-0.0697913616895676,-0.660612344741821,0.00144007382914424,-0.00175236316863447,-0.99999737739563,1.76376452145632e-005,-0.00167137559037656,-0.99999862909317,-0.0371446907520294,-0.0360128805041313,-0.998660743236542,0.00144007382914424,-0.00175236316863447,-0.99999737739563,0.748244285583496,0.0655357837677002,-0.660178422927856,
  722. 0.0370993167161942,0.0435093156993389,-0.998363971710205,1.76376452145632e-005,-0.00167137559037656,-0.99999862909317,0.748244285583496,0.0655357837677002,-0.660178422927856,0.597926914691925,-0.104954704642296,-0.794649600982666,0.0469264648854733,-0.00147254986222833,-0.998897254467011,0.0370993167161942,0.0435093156993389,-0.998363971710205,0.597926914691925,-0.104954704642296,-0.794649600982666,-0.584562480449677,0.143784821033478,-0.798506617546082,-0.0470083206892014,-0.00436563184484839,-0.998884975910187,0.0469264648854733,-0.00147254986222833,-0.998897254467011,-0.236948549747467,0.966302573680878,-0.1005719602108,-0.361839264631271,0.929485857486725,-0.0716134086251259,-0.0103047108277678,0.997014760971069,0.0765203610062599,-0.0140224974602461,0.999807357788086,0.0137276761233807,-0.361839264631271,0.929485857486725,-0.0716134086251259,0.217984914779663,0.975944936275482,0.00375343789346516,0.000309046532493085,0.992365181446075,-0.123333774507046,-0.0103047108277678,0.997014760971069,0.0765203610062599,0.217984914779663,0.975944936275482,0.00375343789346516,0.642759561538696,0.765958249568939,-0.0129682011902332,0.00947512593120337,0.999942600727081,-0.0049960701726377,0.000309046532493085,0.992365181446075,-0.123333774507046,0.642759561538696,0.765958249568939,-0.0129682011902332,0.224455595016479,0.974399328231812,-0.0128728868439794,0.00141086499206722,0.995766639709473,0.091906763613224,0.00947512593120337,0.999942600727081,-0.0049960701726377,0.224455595016479,0.974399328231812,-0.0128728868439794,-0.236948549747467,0.966302573680878,-0.1005719602108,-0.0140224974602461,0.999807357788086,0.0137276761233807,0.00141086499206722,0.995766639709473,0.091906763613224
  723. }
  724. TangentsW: *2322 {
  725. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  726. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  727. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  728. }
  729. }
  730. LayerElementUV: 0 {
  731. Version: 101
  732. Name: "map1"
  733. MappingInformationType: "ByPolygonVertex"
  734. ReferenceInformationType: "IndexToDirect"
  735. UV: *1708 {
  736. a: -3.00096249580383,0.656494140625,-4.057053565979,1.66205072402954,-3.82012462615967,0.662051439285278,-3.82012987136841,0.876119375228882,-3.9385929107666,1.9546674489975,-4.057053565979,1.87610828876495,-2.94189167022705,1.87248599529266,-3.06057691574097,1.9509664773941,-3.17908716201782,1.87217807769775,-3.17879366874695,0.65642237663269,-2.94161081314087,1.65673959255219,-1.99968004226685,2.02655792236328e-006,-1.76279258728027,5.96046447753906e-007,-1.7613685131073,0.652748227119446,-1.99709987640381,0.660039842128754,-1.94725525379181,2.57844519615173,-1.95949053764343,2.80722856521606,-2.09343576431274,2.80722880363464,-2.09343600273132,2.57034039497375,-0.877120018005371,3.23625898361206,-0.87791919708252,3.47874546051025,-1.95483553409576,3.48493051528931,-1.95480895042419,3.22430038452148,-1.75591361522675,3.22463798522949,-1.59384834766388,3.22552108764648,-1.18779516220093,3.22786235809326,-1.05992877483368,3.23124980926514,-1.05994057655334,3.47814559936523,-1.18781352043152,3.4815149307251,-1.59387302398682,3.48378372192383,-1.75593888759613,3.4846339225769,-2.48783731460571,2.39041376113892,-2.25094890594482,2.39041376113892,-2.25101804733276,2.57096648216248,-2.48780870437622,2.57087516784668,-2.99111604690552,0.657569050788879,-2.99434089660645,0.00496596097946167,-2.81423187255859,0.656692743301392,-2.8174409866333,0.00410431623458862,-2.69780015945435,0.00352710485458374,-2.6946063041687,0.656043231487274,-2.32327198982239,0.654344797134399,-2.32620334625244,0.00169378519058228,-2.81282830238342,0.871256709098816,-2.69331932067871,0.873897075653076,-2.32229566574097,0.872802555561066,-2.17941188812256,0.000936210155487061,-2.17662382125854,0.659583926200867,-2.6930251121521,1.01503920555115,-2.81283950805664,1.01286995410919,-2.17572975158691,0.872231304645538,-2.32178068161011,1.01401221752167,-2.17520570755005,1.01346969604492,-3.0007643699646,0.000582337379455566,-3.17859411239624,0.000531613826751709,-3.29908132553101,0.656360507011414,-3.29886651039124,0.000491082668304443,
  737. -3.29928374290466,0.875461578369141,-3.67260694503784,0.65626060962677,-3.67243695259094,0.000388264656066895,-3.67260122299194,0.876075387001038,-3.17824411392212,1.01467454433441,-3.29886412620544,1.01749408245087,-3.81995534896851,0.000359892845153809,-3.67248487472534,1.01819109916687,-4.00065946578979,0.656189322471619,-4.00048971176147,0.000307857990264893,-3.82004690170288,1.01827585697174,0.376749515533447,4.20777893066406,0.382156580686569,4.20793724060059,0.382212579250336,4.19220733642578,0.377954810857773,4.18926429748535,0.372594892978668,4.2326397895813,0.379535615444183,4.22739839553833,0.374240577220917,4.22279214859009,0.413305163383484,4.22495126724243,0.382784247398376,4.24935531616211,0.663463056087494,4.19175434112549,0.668102920055389,4.1917667388916,0.668129622936249,4.18540859222412,0.663953542709351,4.18541288375854,0.662638187408447,4.21943473815918,0.66741818189621,4.2194766998291,0.564511179924011,4.21857070922852,0.560128808021545,4.21905136108398,0.558496117591858,4.22422122955322,0.563001155853271,4.22423076629639,0.666931092739105,4.06010341644287,0.662333130836487,4.06492853164673,0.56450492143631,4.18551635742188,0.491526544094086,4.18590450286865,0.491228878498077,4.19177913665771,0.564549386501312,4.19149160385132,0.473301857709885,4.16523456573486,0.47493639588356,4.18599319458008,0.478493839502335,4.18597412109375,0.410327911376953,4.21978092193604,0.379024267196655,4.25335073471069,0.382134407758713,4.18648624420166,0.47870472073555,4.21944808959961,0.479635179042816,4.22450828552246,0.790541768074036,4.22377014160156,0.790369272232056,4.22053527832031,0.78729236125946,4.22050905227661,0.787461996078491,4.22378444671631,0.67105370759964,4.19177341461182,0.787697970867157,4.19205188751221,0.787718951702118,4.18481302261353,0.671328186988831,4.18539237976074,0.671684980392456,4.21951389312744,0.787219941616058,4.06345224380493,0.673755645751953,4.06514453887939,0.671162486076355,4.10863780975342,0.663087725639343,4.22432994842529,0.667413651943207,4.22433471679688,0.470479488372803,
  738. 4.18601655960083,0.470469444990158,4.19186115264893,0.474966675043106,4.19184303283691,0.4737369120121,4.2194652557373,0.471862256526947,4.21948146820068,0.469260692596436,4.22478246688843,0.473920434713364,4.22481536865234,0.478426277637482,4.19182968139648,0.565214514732361,4.06262874603271,0.562614679336548,4.0595440864563,0.672343969345093,4.22431182861328,0.790778636932373,4.19205951690674,0.790800631046295,4.18479776382446,0.790294170379639,4.06070756912231,0.668739497661591,4.06089973449707,0.472329139709473,4.06160688400269,0.377919435501099,4.1866455078125,0.380384922027588,4.0633749961853,0.353326767683029,4.15720558166504,0.327261060476303,4.14010858535767,0.32709401845932,4.02607345581055,0.330241352319717,4.02112913131714,0.351608216762543,4.02238655090332,0.353283852338791,4.025710105896,0.377954810857773,5.18926429748535,0.382212579250336,5.19220733642578,0.382156580686569,5.20793724060059,0.372594892978668,5.2326397895813,0.413305163383484,5.22495126724243,0.382784247398376,5.24935531616211,0.379535615444183,5.22739839553833,0.663463056087494,5.19175434112549,0.663953542709351,5.18541288375854,0.668129622936249,5.18540859222412,0.668102920055389,5.1917667388916,0.66741818189621,5.2194766998291,0.662638187408447,5.21943473815918,0.564511179924011,5.21857070922852,0.563001155853271,5.22423076629639,0.558496117591858,5.22422122955322,0.560128808021545,5.21905136108398,0.662334442138672,5.06502628326416,0.666932165622711,5.06020975112915,0.56450492143631,5.18551635742188,0.564549386501312,5.19149160385132,0.491228878498077,5.19177913665771,0.491526544094086,5.18590450286865,0.473301857709885,5.16523456573486,0.478493839502335,5.18597412109375,0.47493639588356,5.18599319458008,0.410327911376953,5.21978092193604,0.379024267196655,5.25335073471069,0.382134407758713,5.18648624420166,0.479635179042816,5.22450828552246,0.47870472073555,5.21944808959961,0.790541768074036,5.22377014160156,0.787461996078491,5.22378444671631,0.78729236125946,5.22050905227661,0.790369272232056,5.22053527832031,0.67105370759964,5.19177341461182,
  739. 0.671328186988831,5.18539237976074,0.787718951702118,5.18481302261353,0.787697970867157,5.19205188751221,0.671684980392456,5.21951389312744,0.671162486076355,5.10863780975342,0.673749804496765,5.06524276733398,0.787220239639282,5.06355047225952,0.667413651943207,5.22433471679688,0.663087725639343,5.22432994842529,0.474966675043106,5.19184303283691,0.470469444990158,5.19186115264893,0.470479488372803,5.18601655960083,0.4737369120121,5.2194652557373,0.473920434713364,5.22481536865234,0.469260692596436,5.22478246688843,0.471862256526947,5.21948146820068,0.478426277637482,5.19182968139648,0.562616229057312,5.05964660644531,0.565213918685913,5.06272840499878,0.672343969345093,5.22431182861328,0.790800631046295,5.18479776382446,0.790778636932373,5.19205951690674,0.790294587612152,5.06080913543701,0.668744921684265,5.06100797653198,0.472330093383789,5.06170845031738,0.376234769821167,5.06194877624512,0.380386352539063,5.06347608566284,0.377828985452652,5.17995071411133,0.327260941267014,5.14001560211182,0.353326767683029,5.15711307525635,0.353283852338791,5.025710105896,0.351608216762543,5.02238655090332,0.330241352319717,5.02112913131714,0.32709401845932,5.02607345581055,0.791177332401276,5.36684989929199,0.788077652454376,5.36261796951294,0.376749515533447,3.20777893066406,0.382156580686569,3.20793724060059,0.382212579250336,3.19220733642578,0.377954810857773,3.18926429748535,0.372594892978668,3.2326397895813,0.379535615444183,3.22739839553833,0.413305163383484,3.22495126724243,0.382784247398376,3.24935531616211,0.564511179924011,3.21857070922852,0.560128808021545,3.21905136108398,0.558496117591858,3.22422122955322,0.563001155853271,3.22423076629639,0.56450492143631,3.18551635742188,0.491526544094086,3.18590450286865,0.491228878498077,3.19177913665771,0.564549386501312,3.19149160385132,0.473301857709885,3.16523456573486,0.47493639588356,3.18599319458008,0.478493839502335,3.18597412109375,0.35041081905365,3.22111034393311,0.350173681974411,3.3471155166626,0.376514136791229,3.36221981048584,0.379024267196655,3.25335073471069,
  740. 0.365059554576874,3.22047424316406,0.564526379108429,3.20780563354492,0.410327911376953,3.21978092193604,0.382134407758713,3.18648624420166,0.47870472073555,3.21944808959961,0.479635179042816,3.22450828552246,0.470479488372803,3.18601655960083,0.470469444990158,3.19186115264893,0.474966675043106,3.19184303283691,0.4737369120121,3.2194652557373,0.471862256526947,3.21948146820068,0.469260692596436,3.22478246688843,0.473920434713364,3.22481536865234,0.478426277637482,3.19182968139648,0.565214514732361,3.06262874603271,0.562614679336548,3.0595440864563,0.472329139709473,3.06160688400269,0.381902813911438,3.36137771606445,0.380384922027588,3.0633749961853,0.376233398914337,3.06184768676758,0.376749515533447,2.20777916908264,0.377954810857773,2.18926429748535,0.382212579250336,2.19220757484436,0.382156580686569,2.20793724060059,0.372594892978668,2.2326397895813,0.379535615444183,2.22739839553833,0.413305163383484,2.22495126724243,0.382784247398376,2.24935555458069,0.563001155853271,2.22423076629639,0.558496117591858,2.22422122955322,0.560128808021545,2.21905159950256,0.56450492143631,2.18551659584045,0.564549386501312,2.19149160385132,0.491228878498077,2.19177937507629,0.491526544094086,2.18590450286865,0.473301857709885,2.16523480415344,0.478493839502335,2.18597412109375,0.47493639588356,2.1859929561615,0.35041081905365,2.22111034393311,0.365059554576874,2.22047400474548,0.379024267196655,2.25335073471069,0.376516371965408,2.36212158203125,0.350173860788345,2.34701585769653,0.410327911376953,2.21978092193604,0.382134407758713,2.18648624420166,0.479635179042816,2.22450828552246,0.47870472073555,2.21944808959961,0.474966675043106,2.19184303283691,0.470469444990158,2.19186091423035,0.470479488372803,2.18601655960083,0.4737369120121,2.2194652557373,0.473920434713364,2.22481560707092,0.469260692596436,2.22478246688843,0.471862256526947,2.21948146820068,0.478426277637482,2.19182968139648,0.562616229057312,2.05964636802673,0.565213918685913,2.06272840499878,0.472330093383789,2.06170845031738,0.376234769821167,2.06194853782654,
  741. 0.380386352539063,2.06347608566284,0.376233398914337,4.06184768676758,0.78807806968689,4.36271572113037,0.791177809238434,4.36695098876953,0.381903558969498,2.36127996444702,0.674312710762024,4.36047267913818,0.674432396888733,4.36410808563232,0.788094460964203,4.36641693115234,0.672719597816467,4.36431789398193,0.667520105838776,4.36119270324707,0.667500495910645,4.36499977111816,0.659652173519135,4.35996246337891,0.661329925060272,4.36388921737671,0.56443977355957,3.36549663543701,0.56440269947052,3.3618597984314,0.559784471988678,3.36372184753418,0.561813235282898,3.36656045913696,0.376617848873138,4.35858964920044,0.376514136791229,4.36221981048584,0.378964155912399,4.36353445053101,0.381902784109116,4.3613805770874,0.381873548030853,4.36509609222412,0.467948436737061,4.36923503875732,0.467979550361633,4.36555194854736,0.473859310150146,4.36063957214355,0.473857581615448,4.36447334289551,0.480252981185913,4.36501932144165,0.48185533285141,4.36155796051025,0.469945192337036,4.36762619018555,0.564294219017029,4.36203670501709,0.564443826675415,4.36549663543701,0.659594535827637,4.36357688903809,0.559769570827484,4.36372089385986,0.561581134796143,4.36665439605713,0.559658110141754,4.36736392974854,0.481894820928574,4.36515951156616,0.481855303049088,3.36155796051025,0.481894820928574,3.36515951156616,0.559678614139557,3.36736488342285,0.480250984430313,3.36501884460449,0.473859310150146,3.36063957214355,0.473857581615448,3.36447334289551,0.46798250079155,3.36548662185669,0.469968855381012,3.36760711669922,0.467895954847336,3.36909627914429,0.381873548030853,3.36509609222412,0.667520582675934,5.36109447479248,0.659654557704926,5.35986709594727,0.564293086528778,5.36193895339966,0.559770166873932,5.36362361907959,0.481848955154419,5.36146640777588,0.381903052330017,5.36134433746338,0.376628577709198,5.3583197593689,0.674308180809021,5.36037874221802,0.473859339952469,5.36054134368896,0.467982828617096,5.36544513702393,0.563328981399536,3.25642013549805,0.559785008430481,2.36362457275391,0.481848984956741,2.36146640777588,
  742. 0.473859339952469,2.36053991317749,0.467983335256577,2.36538887023926,0.563336849212646,2.25719785690308,0.564392924308777,2.36161875724792,0.379123419523239,3.36361980438232,0.790541768074036,3.22377014160156,0.790369272232056,3.22053527832031,0.78729236125946,3.22050905227661,0.787461996078491,3.22378444671631,0.67105370759964,3.19177341461182,0.787697970867157,3.19205188751221,0.787718951702118,3.18481302261353,0.671328186988831,3.18539237976074,0.671684980392456,3.21951389312744,0.787219941616058,3.06345224380493,0.673755645751953,3.06514453887939,0.671162486076355,3.10863780975342,0.672343969345093,3.22431182861328,0.790778636932373,3.19205951690674,0.790800631046295,3.18479776382446,0.790294170379639,3.06070756912231,0.667413651943207,3.22433471679688,0.670907258987427,3.29481363296509,0.66741818189621,3.2194766998291,0.668102920055389,3.1917667388916,0.668129622936249,3.18540859222412,0.668739497661591,3.06089973449707,0.666931092739105,3.06010341644287,0.667458295822144,3.36468887329102,0.66783195734024,3.36517810821533,0.674341976642609,3.36410617828369,0.788094460964203,3.36641693115234,0.353326767683029,1.15720582008362,0.327261060476303,1.14010858535767,0.32709401845932,1.02607345581055,0.330241352319717,1.02112913131714,0.351608216762543,1.02238631248474,0.353283852338791,1.02571034431458,0.791177809238434,3.36695098876953,0.790541768074036,2.22377014160156,0.787461996078491,2.22378444671631,0.78729236125946,2.22050905227661,0.790369272232056,2.22053551673889,0.67105370759964,2.19177341461182,0.671328186988831,2.18539261817932,0.787718951702118,2.18481302261353,0.787697970867157,2.19205188751221,0.671684980392456,2.21951365470886,0.671162486076355,2.10863780975342,0.673749804496765,2.06524300575256,0.787220239639282,2.06355047225952,0.672343969345093,2.22431206703186,0.790800631046295,2.18479776382446,0.790778636932373,2.19205927848816,0.790294587612152,2.06080889701843,0.670907258987427,2.29481363296509,0.667413651943207,2.22433471679688,0.66741818189621,2.21947693824768,0.668102920055389,2.19176650047302,
  743. 0.668129622936249,2.18540859222412,0.668744921684265,2.06100797653198,0.666932165622711,2.06020975112915,0.667836129665375,2.3650815486908,0.667458236217499,2.36458683013916,0.788094043731689,2.36631870269775,0.674337327480316,2.36401128768921,0.327260941267014,3.14001560211182,0.353326767683029,3.15711307525635,0.353283852338791,3.025710105896,0.351608216762543,3.02238655090332,0.330241352319717,3.02112913131714,0.32709401845932,3.02607345581055,0.791177332401276,2.36684989929199,0.75704300403595,6.24145698547363,0.757222175598145,6.24527263641357,0.722778856754303,6.30727100372314,0.757222175598145,6.36921119689941,0.75704300403595,6.37302684783936,0.741214394569397,6.38207530975342,0.738877177238464,6.3810863494873,0.702746868133545,6.30727100372314,0.738877177238464,6.23340129852295,0.741214454174042,6.23241186141968,0.790541768074036,1.22377014160156,0.790369272232056,1.22053551673889,0.78729236125946,1.22050905227661,0.787461996078491,1.22378444671631,0.67105370759964,1.19177341461182,0.787697970867157,1.19205188751221,0.787718951702118,1.18481302261353,0.671328186988831,1.18539261817932,0.671684980392456,1.21951365470886,0.787219941616058,1.06345224380493,0.673755645751953,1.06514453887939,0.671162486076355,1.10863780975342,0.672343969345093,1.22431206703186,0.790778636932373,1.19205927848816,0.790800631046295,1.18479776382446,0.790294170379639,1.06070756912231,0.667413651943207,1.22433471679688,0.670907258987427,1.29481363296509,0.66741818189621,1.21947693824768,0.668102920055389,1.19176650047302,0.668129622936249,1.18540859222412,0.668739497661591,1.06089997291565,0.666931092739105,1.06010365486145,0.667458295822144,1.36468887329102,0.66783195734024,1.36517810821533,0.674341976642609,1.36410617828369,0.788094460964203,1.36641693115234,0.353326767683029,0.157205820083618,0.327261060476303,0.140108704566956,0.32709401845932,0.0260733366012573,0.330241352319717,0.0211291313171387,0.351608216762543,0.0223863124847412,0.353283852338791,0.0257103443145752,0.791177809238434,1.36695098876953,0.790541768074036,0.223770141601563,
  744. 0.787461996078491,0.223784327507019,0.78729236125946,0.220509052276611,0.790369272232056,0.220535516738892,0.67105370759964,0.191773533821106,0.671328186988831,0.185392618179321,0.787718951702118,0.184813022613525,0.787697970867157,0.192051887512207,0.671684980392456,0.219513654708862,0.671162486076355,0.108637690544128,0.673749804496765,0.0652430057525635,0.787220239639282,0.0635504722595215,0.672343969345093,0.22431206703186,0.790800631046295,0.184797763824463,0.790778636932373,0.192059278488159,0.790294587612152,0.0608088970184326,0.670907258987427,0.294813632965088,0.667413651943207,0.224334597587585,0.66741818189621,0.219476938247681,0.668102920055389,0.191766500473022,0.668129622936249,0.185408592224121,0.668744921684265,0.0610079765319824,0.666932165622711,0.0602097511291504,0.667836129665375,0.365081548690796,0.667458236217499,0.364586710929871,0.788094043731689,0.366318583488464,0.674337327480316,0.364011168479919,0.327260941267014,2.14001560211182,0.353326767683029,2.15711283683777,0.353283852338791,2.02571034431458,0.351608216762543,2.02238631248474,0.330241352319717,2.02112913131714,0.32709401845932,2.02607345581055,0.791177332401276,0.366849899291992,0.75704300403595,5.24145698547363,0.757222175598145,5.24527263641357,0.722778856754303,5.30727100372314,0.757222175598145,5.36921119689941,0.75704300403595,5.37302684783936,0.741214394569397,5.38207530975342,0.738877177238464,5.3810863494873,0.702746868133545,5.30727100372314,0.738877177238464,5.23340129852295,0.741214454174042,5.23241186141968,-1.87909626960754,0.719227612018585,-2.3704195022583,2.39684176445007,-2.36979246139526,2.56614136695862,-3.93859004974365,1.72514295578003,-1.95337295532227,2.68878436088562,-3.06028652191162,1.71985816955566,-2.09955358505249,2.6887845993042,-0.762497425079346,0.000515002873726189,-0.763921737670898,0.653261959552765,-0.881937980651855,0.715840339660645,-0.999679803848267,0.652748227119446,-0.998255729675293,5.96046447753906e-007,1.23916292190552,0.0764368176460266,1.24253344535828,0.0764726400375366,1.24380087852478,
  745. 0.184449136257172,1.23930335044861,0.185579836368561,1.24296200275421,0.0733648538589478,1.23930335044861,0.0179970264434814,1.24380087852478,0.0183199644088745,1.55424547195435,0.985522627830505,1.42306280136108,0.985522627830505,1.42306280136108,0.916933655738831,1.55424547195435,0.916933655738831,1.24380087852478,0.187894701957703,1.23930335044861,0.243086755275726,1.24380087852478,0.241251170635223,1.24380087852478,0.244515538215637,1.24380087852478,0.353143811225891,1.23930335044861,0.352981925010681,1.24380087852478,0.356969654560089,1.97727823257446,0.24379026889801,1.98107743263245,0.242977738380432,1.98107743263245,0.351454377174377,1.97615647315979,0.351501941680908,1.84933090209961,0.241179823875427,1.85060048103333,0.243949413299561,1.82496964931488,0.24255245923996,1.97731161117554,0.241141200065613,1.97403192520142,0.187905192375183,1.98107743263245,0.186224341392517,1.97641777992249,0.357104539871216,1.82672047615051,0.357069492340088,1.82623624801636,0.351811170578003,1.82776165008545,0.230742990970612,1.82745432853699,0.254188060760498,1.23758006095886,0.917926728725433,1.3810042142868,0.917926728725433,1.3810042142868,0.985006153583527,1.25645196437836,0.985006153583527,1.23758006095886,0.976689696311951,1.97646737098694,0.183213353157043,1.97642350196838,0.0875939726829529,1.98107743263245,0.0879178047180176,1.96509432792664,0.0737150907516479,1.84277558326721,0.183553338050842,1.8323769569397,0.0741579532623291,1.84399044513702,0.187868297100067,1.98107743263245,0.0651010274887085,1.97524547576904,0.0636932849884033,1.97588670253754,0.0179970264434814,1.98107743263245,0.0179970264434814,1.3885817527771,0.0725605487823486,1.38847804069519,0.0759156942367554,1.38240170478821,0.075938880443573,1.38217210769653,0.0725959539413452,1.38849151134491,0.0182561278343201,1.38850855827332,0.0285028219223022,1.36864995956421,0.0182648897171021,1.97181534767151,0.0693389773368835,1.69299244880676,0.241183817386627,1.69305014610291,0.244071304798126,1.68611991405487,0.244078159332275,1.68602907657623,0.241184890270233,
  746. 1.69139289855957,0.352140367031097,1.69220185279846,0.357052206993103,1.68245196342468,0.35705041885376,1.68227231502533,0.352160811424255,1.69097137451172,0.185798168182373,1.69360780715942,0.185795962810516,1.69370222091675,0.194142639636993,1.67650818824768,0.187900900840759,1.67607069015503,0.183720052242279,1.69321250915527,0.171162605285645,1.81785440444946,0.0739917159080505,1.8177342414856,0.0703587532043457,1.82327556610107,0.0722079277038574,1.82333087921143,0.057271420955658,1.82356858253479,0.351844012737274,1.82412338256836,0.357076525688171,1.82238125801086,0.357076168060303,1.82182312011719,0.351847887039185,1.82334935665131,0.233365952968597,1.82508683204651,0.233692705631256,1.82486176490784,0.252792358398438,1.82307994365692,0.255805730819702,1.82363545894623,0.0881394147872925,1.825270652771,0.165663957595825,1.82346677780151,0.162875890731812,1.82593679428101,0.0580887794494629,1.82370269298553,0.0180641412734985,1.82634627819061,0.0180621147155762,1.69155979156494,0.0708869695663452,1.69162154197693,0.074758768081665,1.67981648445129,0.0748038291931152,1.67751693725586,0.0709645748138428,1.69164884090424,0.0560615062713623,1.52882242202759,0.241208434104919,1.52893257141113,0.24423360824585,1.52525961399078,0.244237184524536,1.52514815330505,0.241208970546722,1.52696621417999,0.352509021759033,1.52809143066406,0.357021987438202,1.524418592453,0.357021331787109,1.52328634262085,0.352517247200012,1.5295193195343,0.187898814678192,1.52584266662598,0.187898755073547,1.52777457237244,0.0735878348350525,1.52786886692047,0.0854368805885315,1.52419471740723,0.084930419921875,1.5241082906723,0.0736050009727478,1.52892899513245,0.183968245983124,1.52524757385254,0.18397444486618,1.52415084838867,0.0556843876838684,1.52781903743744,0.0548084378242493,1.38927674293518,0.241229355335236,1.38943183422089,0.24437153339386,1.38071596622467,0.244380116462708,1.38059961795807,0.241230666637421,1.387202501297,0.352822303771973,1.388596534729,0.356996297836304,1.36874043941498,0.356992661952972,1.36669504642487,0.352868318557739,
  747. 1.37113475799561,0.187896549701691,1.38962888717651,0.210263252258301,1.38769841194153,0.328698873519897,1.37054908275604,0.184235334396362,1.38904237747192,0.172423839569092,1.50657033920288,0.0754649639129639,1.50346302986145,0.071925938129425,1.3985755443573,0.352796792984009,1.40044856071472,0.35699850320816,1.39813494682312,0.241228044033051,1.39736199378967,0.24436366558075,1.397625207901,0.187896907329559,1.40405309200287,0.184178829193115,1.52996098995209,0.054296612739563,1.52991509437561,0.073577880859375,1.52911484241486,0.352504193782806,1.53023588657379,0.357022404670715,1.53107714653015,0.244231462478638,1.53096771240234,0.241208136081696,1.53166604042053,0.187898874282837,1.53107833862305,0.183964610099792,1.53001403808594,0.0857326984405518,1.53825652599335,0.0717337727546692,1.53836596012115,0.0753436684608459,1.70734620094299,0.0708209276199341,1.70843195915222,0.07465660572052,1.69878721237183,0.357053399085999,1.69831800460815,0.352124810218811,1.79014897346497,0.243975281715393,1.79070043563843,0.241169214248657,1.69532299041748,0.185794532299042,1.72348701953888,0.187901616096497,1.72207701206207,0.183642446994781,1.82581341266632,0.0701568126678467,1.82628583908081,0.0896922945976257,1.83349514007568,0.0701137781143188,1.38911128044128,0.184204041957855,1.39652037620544,0.0725166797637939,1.39501023292542,0.0758907794952393,1.40033495426178,0.0182509422302246,1.52421522140503,0.0181962847709656,1.52788531780243,0.0181946754455566,1.53002822399139,0.0181937217712402,1.69178915023804,0.0849217176437378,1.80516350269318,0.183502316474915,1.80540537834167,0.187902748584747,1.38988327980042,0.18789678812027,1.82801616191864,0.169972360134125,1.82564616203308,0.183467745780945,1.82585227489471,0.187903046607971,1.82390367984772,0.20016086101532,1.82566857337952,0.198891282081604,1.82832324504852,0.19694983959198,1.82196187973022,0.0180649161338806,1.69187688827515,0.0181223154067993,1.68213403224945,0.0181266069412231,1.69845747947693,0.0181193947792053,1.69849896430969,0.244065940380096,1.69875049591064,
  748. 0.2411829829216,2.9316987991333,-1.35238754749298,2.93490171432495,-1.35249423980713,2.93497705459595,-1.36932849884033,2.93226647377014,-1.36997604370117,2.26620841026306,-1.73012268543243,2.24597525596619,-1.72963953018188,2.24664521217346,-1.72666323184967,2.26606726646423,-1.72673261165619,2.9788670539856,-1.40418767929077,2.97982406616211,-1.37854647636414,2.98185396194458,-1.37789726257324,2.9813756942749,-1.40428304672241,2.98067569732666,-1.52458846569061,2.97836923599243,-1.52524733543396,2.08837223052979,-1.72121548652649,2.08837175369263,-1.67230820655823,2.09087109565735,-1.67237496376038,2.09087085723877,-1.72114765644073,2.93270921707153,-1.55701160430908,2.93334484100342,-1.5245875120163,2.93565130233765,-1.52524662017822,2.93521428108215,-1.55705368518829,2.26606392860413,-1.66679072380066,2.24664521217346,-1.66685962677002,2.24597525596619,-1.66388320922852,2.26620864868164,-1.66340005397797,2.93265104293823,-1.4042820930481,2.93515849113464,-1.40418684482574,2.97880411148071,-1.55705368518829,2.98130989074707,-1.55701279640198,2.9342041015625,-1.37854659557343,2.26742005348206,-1.8972315788269,2.26831960678101,-1.94079518318176,2.10571575164795,-1.9441511631012,2.10342001914978,-1.83291578292847,2.13747882843018,-1.83221244812012,2.10695695877075,-0.837790846824646,2.26956057548523,-0.841149806976318,2.26866126060486,-0.884713292121887,2.13871765136719,-0.949730634689331,2.10465979576111,-0.949026346206665,2.09084749221802,-1.72390830516815,0.117052748799324,7.04240036010742,0.119933918118477,7.03997802734375,0.186439484357834,7.03997802734375,0.189320534467697,7.04240036010742,0.189320534467697,7.17012405395508,0.186439484357834,7.17254829406738,0.119933918118477,7.17254829406738,0.117052748799324,7.17012405395508,2.09084701538086,-1.66961562633514,2.93217420578003,-1.37789714336395,2.23587536811829,-1.72398018836975,2.23587226867676,-1.7207635641098,2.97934722900391,-1.36932861804962,2.9794180393219,-1.35249423980713,2.98262071609497,-1.35238742828369,2.98205471038818,-1.36997652053833,2.2358717918396,
  749. -1.67275941371918,2.23587536811829,-1.66954243183136,2.09471559524536,-1.9597373008728,2.06415820121765,-1.96036732196808,2.06122922897339,-1.81842756271362,2.09178638458252,-1.81779742240906,2.09302520751953,-0.964145064353943,2.0624680519104,-0.96351432800293,2.06540012359619,-0.821574449539185,2.09595727920532,-0.822204351425171,2.9316987991333,-0.352387547492981,2.93490171432495,-0.352494239807129,2.93497705459595,-0.369328498840332,2.93226647377014,-0.369976043701172,2.26620841026306,-0.730122685432434,2.24597525596619,-0.729639530181885,2.24664521217346,-0.72666323184967,2.26606726646423,-0.726732611656189,2.9788670539856,-0.404187679290771,2.97982406616211,-0.378546476364136,2.98185396194458,-0.377897262573242,2.9813756942749,-0.404283046722412,2.98067569732666,-0.524588465690613,2.97836923599243,-0.52524733543396,2.08837223052979,-0.721215486526489,2.08837175369263,-0.672308206558228,2.09087109565735,-0.672374963760376,2.09087085723877,-0.721147656440735,2.93270921707153,-0.557011604309082,2.93334484100342,-0.524587512016296,2.93565130233765,-0.525246620178223,2.93521428108215,-0.557053685188293,2.26606392860413,-0.666790723800659,2.24664521217346,-0.66685962677002,2.24597525596619,-0.663883209228516,2.26620864868164,-0.663400053977966,2.93265104293823,-0.404282093048096,2.93515849113464,-0.404186844825745,2.97880411148071,-0.557053685188293,2.98130989074707,-0.557012796401978,2.9342041015625,-0.378546595573425,2.26742005348206,0.102768421173096,2.26831960678101,0.0592048168182373,2.10571575164795,0.0558488368988037,2.10342001914978,0.167084217071533,2.13747882843018,0.167787551879883,2.10695695877075,1.16220915317535,2.26956057548523,1.15885019302368,2.26866126060486,1.11528670787811,2.13871765136719,1.05026936531067,2.10465979576111,1.05097365379334,2.09084749221802,-0.723908305168152,0.117052748799324,8.04240036010742,0.119933918118477,8.03997802734375,0.186439484357834,8.03997802734375,0.189320534467697,8.04240036010742,0.189320534467697,8.17012405395508,0.186439484357834,8.17254829406738,0.119933918118477,
  750. 8.17254829406738,0.117052748799324,8.17012405395508,2.09084701538086,-0.669615626335144,2.93217420578003,-0.377897143363953,2.23587536811829,-0.723980188369751,2.23587226867676,-0.720763564109802,2.97934722900391,-0.369328618049622,2.9794180393219,-0.352494239807129,2.98262071609497,-0.352387428283691,2.98205471038818,-0.36997652053833,2.2358717918396,-0.672759413719177,2.23587536811829,-0.66954243183136,2.09471559524536,0.0402626991271973,2.06415820121765,0.0396326780319214,2.06122922897339,0.181572437286377,2.09178638458252,0.182202577590942,2.09302520751953,1.03585493564606,2.0624680519104,1.03648567199707,2.06540012359619,1.17842555046082,2.09595727920532,1.17779564857483,-0.770562648773193,0.0100287776440382,-0.772422552108765,0.645453274250031,-0.881905078887939,0.704804420471191,-0.991148233413696,0.644964396953583,-0.990231990814209,0.00956056918948889,-1.98995280265808,0.00860923528671265,-1.77245879173279,0.00863116979598999,-1.77176237106323,0.645896255970001,-1.87923622131348,0.70840710401535,-1.98677229881287,0.653017461299896,-3.17908716201782,0.872178018093109,-3.82012987136841,1.87611937522888,-3.82012462615967,1.66205143928528,-3.17879366874695,1.65642237663269
  751. }
  752. UVIndex: *2322 {
  753. a: 35,36,38,37,53,0,9,54,15,517,519,18,45,41,47,50,44,40,41,45,57,55,9,850,60,58,55,57,47,46,11,14,41,40,39,42,55,58,59,56,58,2,63,59,44,48,49,43,45,51,48,44,31,514,515,34,63,2,65,66,1,516,852,851,4,5,3,2,58,60,46,47,41,42,50,52,51,45,6,7,8,853,518,10,43,37,40,44,37,38,39,40,54,9,55,56,21,22,23,30,845,846,847,848,849,64,67,3,60,62,64,60,57,61,62,57,850,19,20,27,26,28,25,26,27,29,24,25,28,30,23,24,29,68,69,70,71,72,73,74,75,73,76,77,78,79,80,78,77,81,82,83,84,85,86,80,79,87,88,89,90,91,92,93,94,95,84,83,92,73,75,96,73,96,69,73,72,97,76,98,71,70,84,99,100,85,101,102,103,104,105,106,107,108,109,103,106,105,108,107,110,111,112,82,81,113,114,94,115,116,117,118,119,120,121,90,95,122,91,115,98,70,116,115,94,93,89,123,124,99,84,92,91,122,119,118,117,116,103,109,125,104,106,126,127,107,103,102,126,106,107,127,128,110,81,83,86,113,77,92,83,81,92,77,80,89,89,80,88,123,109,82,114,125,82,109,105,78,78,105,108,79,79,108,112,112,111,129,79,112,129,87,89,124,130,93,90,119,96,75,120,69,96,119,116,70,99,118,121,100,118,99,122,117,95,94,117,122,93,95,90,98,131,71,130,132,98,115,93,133,134,135,136,137,138,139,140,141,141,142,139,143,144,145,146,147,148,149,149,150,151,146,152,153,154,155,147,156,157,148,158,159,160,161,162,163,164,155,159,152,145,165,143,145,141,165,145,144,166,142,167,140,139,155,154,168,169,170,171,172,173,174,175,176,177,178,174,177,172,175,179,180,181,176,150,182,183,151,164,184,185,186,187,188,189,190,161,160,191,163,186,185,140,167,186,162,164,158,192,193,169,191,160,159,155,190,185,184,187,172,171,194,178,177,176,195,196,172,177,196,173,176,181,197,195,151,183,153,152,146,151,152,159,159,158,147,146,158,193,156,147,178,194,182,150,150,149,174,178,149,148,175,174,148,179,175,179,198,180,148,157,198,179,158,161,162,199,192,190,189,143,165,141,140,185,190,165,169,168,188,187,187,184,191,169,163,191,184,164,162,161,163,200,201,167,202,201,199,162,186,167,203,204,205,206,207,208,209,210,171,170,211,212,213,214,215,216,212,211,217,216,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,
  754. 215,234,220,219,235,226,216,217,236,216,236,212,216,215,233,218,237,214,213,220,238,239,221,228,240,241,242,243,244,245,246,224,229,247,225,240,237,213,241,240,228,227,223,248,249,238,220,226,225,247,244,243,242,241,223,249,250,227,224,244,236,217,245,212,236,244,241,213,238,243,246,239,243,238,247,242,229,228,242,247,227,229,224,232,251,218,233,252,253,214,237,250,252,237,240,227,254,255,256,257,258,254,257,259,260,261,259,262,263,264,265,266,267,268,269,270,271,272,273,258,274,275,276,264,266,262,259,277,260,259,257,277,259,261,274,258,278,256,255,264,263,279,280,271,281,282,283,284,285,286,287,268,267,288,270,283,282,256,278,283,269,271,265,289,290,280,288,267,266,264,287,282,281,284,265,268,269,291,289,287,286,260,277,257,256,282,287,277,280,279,285,284,284,281,288,280,270,288,281,271,269,268,270,292,293,278,255,293,291,269,283,278,202,167,139,132,294,131,98,74,73,69,68,142,141,145,295,296,101,104,297,275,274,261,298,299,300,295,301,298,302,303,303,302,304,305,306,307,308,309,310,311,312,313,313,314,315,316,317,318,319,320,318,317,316,321,322,323,324,304,323,322,325,326,327,325,320,328,329,330,331,308,332,329,333,334,334,333,335,336,337,335,251,338,86,85,325,322,113,304,302,114,113,86,322,304,114,302,298,125,85,100,320,325,100,121,317,320,310,313,76,97,298,295,104,125,316,317,121,120,313,316,120,75,76,183,182,339,340,183,340,341,153,154,342,343,168,344,345,166,144,210,346,194,171,347,348,189,188,153,341,342,154,194,346,339,182,348,344,144,143,189,168,343,347,188,222,221,308,307,349,221,239,329,308,329,239,246,333,335,333,246,245,251,335,245,217,218,263,350,351,279,352,353,286,285,262,354,355,350,263,353,297,261,260,286,279,351,352,285,300,296,295,356,251,232,357,358,359,360,361,362,363,364,365,359,362,361,364,363,366,367,368,359,365,369,360,362,370,371,363,359,358,370,362,363,371,372,366,369,373,374,365,375,373,369,375,365,361,376,376,361,364,377,377,364,368,368,367,378,377,368,378,379,374,373,380,381,382,383,360,369,374,384,385,386,387,388,389,383,390,357,360,381,382,374,391,392,393,394,395,396,397,398,399,395,
  755. 398,393,396,400,401,402,397,393,392,403,399,398,397,404,405,393,398,405,394,397,402,406,404,403,407,408,399,403,408,409,409,410,395,399,410,411,396,395,411,400,396,400,412,401,411,413,412,400,407,414,415,408,416,417,407,403,392,418,419,420,421,422,423,424,416,392,391,417,414,407,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,437,440,439,442,441,444,445,446,437,443,447,438,440,448,449,441,437,436,448,440,441,449,450,444,447,451,452,443,453,451,447,453,443,439,454,454,439,442,455,455,442,446,446,445,456,455,446,456,457,452,451,458,459,460,461,438,447,452,462,463,464,465,466,467,461,468,435,438,459,460,452,469,470,471,472,473,474,475,476,477,473,476,471,474,478,479,480,475,471,470,481,477,476,475,482,483,471,476,483,472,475,480,484,482,481,485,486,477,481,486,487,487,488,473,477,488,489,474,473,489,478,474,478,490,479,489,491,490,478,485,492,493,486,494,495,485,481,470,496,497,498,499,500,501,502,494,470,469,495,492,485,503,504,505,506,507,508,509,510,511,512,515,514,32,33,519,517,16,17,840,841,842,843,844,525,526,527,528,529,525,530,531,532,533,534,535,525,529,526,527,536,528,537,538,539,536,538,537,528,540,541,537,539,540,542,541,543,544,545,546,547,548,549,544,550,551,552,546,553,554,555,556,547,549,548,557,549,558,559,560,561,562,543,550,544,545,553,546,552,563,564,565,566,564,563,567,568,563,551,569,567,570,571,572,573,574,575,576,577,578,579,580,581,564,566,551,563,552,570,581,571,570,565,564,581,582,583,584,585,586,587,588,589,590,591,592,593,583,586,589,584,594,595,591,590,596,597,598,597,599,598,600,601,602,603,604,605,549,549,606,607,596,608,609,610,611,599,612,613,614,615,616,617,617,618,614,619,620,621,622,623,624,625,626,627,619,622,628,620,623,626,621,629,630,631,632,633,627,628,634,632,635,636,629,637,638,639,640,641,642,643,644,645,646,637,640,644,647,641,648,576,575,649,648,645,536,527,650,651,632,651,635,632,652,653,642,641,647,652,641,654,655,638,637,656,654,637,646,634,628,656,657,632,631,650,629,636,658,659,660,661,624,623,662,660,623,620,663,662,620,619,664,663,619,627,
  756. 665,664,627,633,659,666,630,629,659,667,668,659,658,667,590,593,594,668,666,659,669,670,615,614,618,669,614,603,602,671,672,549,607,673,673,674,549,675,676,592,591,677,676,675,677,675,591,595,555,554,601,600,605,556,549,549,557,606,678,679,608,598,568,680,581,566,680,613,572,571,581,649,657,681,682,683,575,574,684,579,578,636,635,685,686,658,636,686,687,630,666,665,633,631,630,633,634,615,670,688,689,690,676,677,674,604,549,592,582,585,593,594,593,664,665,688,616,615,648,649,681,681,691,645,648,691,646,645,656,646,691,657,656,691,681,649,575,683,657,609,692,693,610,609,693,689,610,693,693,694,690,689,695,690,694,694,696,695,694,697,696,569,697,694,567,569,694,693,692,567,693,568,679,678,678,680,568,678,611,680,598,599,611,678,608,679,692,609,598,608,596,597,698,612,599,580,579,574,577,644,643,542,540,638,647,644,639,655,652,647,638,626,625,653,652,684,682,574,579,594,616,688,595,617,616,668,667,699,618,617,700,669,701,698,597,597,596,670,669,689,596,610,550,547,569,551,550,543,548,547,543,546,555,548,606,557,555,600,607,606,600,603,673,607,603,672,702,702,703,674,673,674,690,695,604,695,696,605,604,696,697,556,605,526,576,648,527,577,576,526,529,580,577,529,531,685,635,651,682,684,651,650,683,682,657,683,650,631,634,700,617,667,658,687,589,588,661,660,584,589,660,662,585,584,662,663,593,585,663,664,676,690,674,703,677,670,596,689,688,670,677,595,699,701,669,618,672,671,587,586,702,672,586,583,582,703,702,583,676,703,582,592,668,616,594,665,666,568,567,692,679,680,611,613,548,555,557,569,547,556,697,639,644,540,539,640,639,539,538,645,640,538,536,628,622,654,656,622,621,655,654,621,626,652,655,704,705,706,707,708,709,710,711,712,713,714,715,715,716,717,712,718,719,720,721,722,723,724,725,726,727,728,729,723,730,731,724,732,717,716,733,726,711,710,727,731,734,713,712,731,712,717,724,717,732,725,724,735,736,737,738,739,740,741,742,743,744,718,721,745,746,747,748,749,750,751,752,753,719,754,720,706,734,755,707,709,756,757,710,758,759,760,761,727,762,763,728,710,757,762,727,706,705,759,758,764,765,766,767,768,769,770,771,
  757. 713,758,761,714,734,706,758,713,737,764,767,738,744,768,771,740,734,731,730,755,745,721,757,756,762,720,754,763,721,720,762,757,772,773,774,775,776,777,778,779,780,781,782,783,783,784,785,780,786,787,788,789,790,791,792,793,794,795,796,797,791,798,799,792,800,785,784,801,794,779,778,795,799,802,781,780,799,780,785,792,785,800,793,792,803,804,805,806,807,808,809,810,811,812,786,789,813,814,815,816,817,818,819,820,821,787,822,788,774,802,823,775,777,824,825,778,826,827,828,829,795,830,831,796,778,825,830,795,774,773,827,826,832,833,834,835,836,837,838,839,781,826,829,782,802,774,826,781,805,832,835,806,812,836,839,808,802,799,798,823,813,789,825,824,830,788,822,831,789,788,830,825,520,521,841,840,521,522,842,841,522,523,843,842,523,524,844,843,524,520,840,844,11,12,846,845,12,13,847,846,13,513,848,847,513,14,849,848,14,11,845,849
  758. }
  759. }
  760. LayerElementUV: 1 {
  761. Version: 101
  762. Name: "uvSet"
  763. MappingInformationType: "ByPolygonVertex"
  764. ReferenceInformationType: "IndexToDirect"
  765. UV: *1720 {
  766. a: 0.440991044044495,0.412564605474472,0.228029519319534,0.413617134094238,0.227748185396194,0.355889976024628,0.440704852342606,0.354842782020569,0.585201501846313,0.340635746717453,0.585395336151123,0.128250867128372,0.64297741651535,0.128309398889542,0.642783045768738,0.340687543153763,0.698977708816528,0.779853522777557,0.696607351303101,0.822604358196259,0.639969646930695,0.822604656219482,0.642340064048767,0.776713252067566,0.511227488517761,0.194311231374741,0.43993878364563,0.19462975859642,0.441648483276367,0.146774679422379,0.511041045188904,0.146482884883881,0.511584341526031,0.315385967493057,0.440493047237396,0.315805912017822,0.682035326957703,0.0574076175689697,0.681926429271698,0.128353148698807,0.904770791530609,0.867824673652649,0.802915990352631,0.057283528149128,0.802874565124512,0.128459259867668,0.226714432239532,0.147684454917908,0.226409763097763,0.0890332534909248,0.441797137260437,0.0881913080811501,0.2275600284338,0.31684809923172,0.226961746811867,0.195586353540421,0.802689671516418,0.340831518173218,0.681727170944214,0.340724438428879,0.850641846656799,0.126613676548004,0.850456058979034,0.340870022773743,0.557642936706543,0.315289855003357,0.556935250759125,0.354388535022736,0.510722875595093,0.354384779930115,0.557307720184326,0.194143041968346,0.434391975402832,0.859695017337799,0.436642944812775,0.818570256233215,0.495939403772354,0.818350613117218,0.497597396373749,0.859685242176056,0.909098148345947,0.128547236323357,0.908913612365723,0.340922236442566,0.80178040266037,0.858827233314514,0.763444781303406,0.838380336761475,0.850685894489288,0.0572980865836143,0.763491153717041,0.764081358909607,0.801822781562805,0.789534449577332,0.557130694389343,0.146311938762665,0.828062415122986,0.867678463459015,0.866460204124451,0.8423210978508,0.866320669651031,0.917060911655426,0.827928841114044,0.937450230121613,0.98828125,0.689094305038452,0.909875273704529,0.689086198806763,0.909976840019226,0.629252314567566,0.988191902637482,0.629259824752808,0.229218363761902,0.0858590230345726,
  767. 0.229225650429726,0.0148850558325648,0.437181770801544,0.0146578093990684,0.457580924034119,0.0497293435037136,0.439505517482758,0.0848210901021957,0.802906453609467,0.0112660247832537,0.850687146186829,0.0112677095457911,0.681927561759949,0.0114177754148841,0.64287006855011,0.0123068289831281,0.913472652435303,0.364883333444595,0.986420571804047,0.365123808383942,0.986240088939667,0.419881552457809,0.91196596622467,0.419877737760544,0.987253844738007,0.458349794149399,0.910946846008301,0.458344370126724,0.987936437129974,0.580505609512329,0.910242557525635,0.580497741699219,0.0720036625862122,0.788653671741486,0.0719355344772339,0.786543250083923,0.0778242945671082,0.786543250083923,0.0789139270782471,0.788143217563629,0.062744677066803,0.790151536464691,0.0646510720252991,0.787564337253571,0.0664210915565491,0.789572954177856,0.0656041502952576,0.775003671646118,0.0564814805984497,0.786339163780212,0.0779948234558105,0.681530296802521,0.0779948234558105,0.679828107357025,0.0803773403167725,0.679828107357025,0.0803773403167725,0.681325912475586,0.0676804184913635,0.681836187839508,0.0676124691963196,0.680032193660736,0.0679870247840881,0.718429267406464,0.0678167343139648,0.720131635665894,0.0658763647079468,0.720744013786316,0.0658761858940125,0.719042122364044,0.127148509025574,0.680236577987671,0.125344157218933,0.681938230991364,0.0803433656692505,0.718429267406464,0.0801730155944824,0.745729506015778,0.0779944062232971,0.745831489562988,0.078096330165863,0.718429267406464,0.0879001021385193,0.752537548542023,0.0801730155944824,0.751924693584442,0.0801730155944824,0.750630915164948,0.0675103068351746,0.776024997234344,0.0549837946891785,0.787734627723694,0.0799689292907715,0.786543250083923,0.0676804184913635,0.750528872013092,0.0657742619514465,0.750222980976105,0.0660467147827148,0.634078323841095,0.0672378540039063,0.634078323841095,0.0672378540039063,0.635269641876221,0.0660467147827148,0.635167717933655,0.0779948234558105,0.678704559803009,0.0778922438621521,0.63506555557251,0.0805816054344177,0.63506555557251,
  768. 0.0803773403167725,0.678602635860443,0.0676124691963196,0.678398013114929,0.125923097133636,0.635269641876221,0.125310003757477,0.677717626094818,0.109039008617401,0.678602635860443,0.0658423900604248,0.681632459163666,0.0658423900604248,0.680032193660736,0.0801392197608948,0.75366085767746,0.0779604315757751,0.75366085767746,0.0779604315757751,0.751924693584442,0.0676124691963196,0.752333402633667,0.0676124691963196,0.753048300743103,0.0656719207763672,0.754035413265228,0.0656719207763672,0.752333402633667,0.0779604315757751,0.750630915164948,0.126229107379913,0.718225181102753,0.127420783042908,0.719144225120544,0.0658423900604248,0.678228199481964,0.0778924822807312,0.633976221084595,0.0805816054344177,0.633976221084595,0.126944124698639,0.634180307388306,0.126841962337494,0.679521381855011,0.126603662967682,0.752946257591248,0.0799008011817932,0.788143217563629,0.125956892967224,0.787258148193359,0.0527766868472099,0.870154976844788,0.04204161465168,0.863113820552826,0.041972778737545,0.816148936748505,0.0432689823210239,0.814112663269043,0.0520688407123089,0.814630687236786,0.0527589656412601,0.815999329090118,0.20245635509491,0.787522792816162,0.203550696372986,0.785939276218414,0.209399342536926,0.78596031665802,0.218584835529327,0.789515554904938,0.215725541114807,0.77437835931778,0.224799990653992,0.785726845264435,0.216635942459106,0.786934375762939,0.203382194042206,0.68136191368103,0.201024353504181,0.681179225444794,0.201022386550903,0.679626882076263,0.20338648557663,0.679636240005493,0.213690221309662,0.679890751838684,0.213674604892731,0.681668758392334,0.213353395462036,0.718155264854431,0.215458035469055,0.718717217445374,0.215454280376434,0.720392048358917,0.213531970977783,0.719784259796143,0.156260848045349,0.681781768798828,0.154470145702362,0.680071532726288,0.201062679290771,0.718157112598419,0.203284561634064,0.718141078948975,0.203391432762146,0.745403826236725,0.201207101345062,0.74529355764389,0.193521201610565,0.752068996429443,0.201232969760895,0.75013929605484,0.201239705085754,0.751461327075958,
  769. 0.213803231716156,0.775485575199127,0.226285457611084,0.78712522983551,0.201423227787018,0.78596830368042,0.215560972690582,0.749714970588684,0.213679671287537,0.75006115436554,0.215286731719971,0.634110033512115,0.215291857719421,0.635254859924316,0.214074075222015,0.635318160057068,0.214084148406982,0.634174108505249,0.203389286994934,0.678539574146271,0.201016664505005,0.678437292575836,0.200801312923431,0.635160088539124,0.203492820262909,0.635167419910431,0.213704168796539,0.678304433822632,0.172476887702942,0.678498983383179,0.156341731548309,0.677537322044373,0.155712068080902,0.635344803333282,0.215496361255646,0.679892659187317,0.215494990348816,0.681501269340515,0.203415155410767,0.751449882984161,0.203421890735626,0.753122568130493,0.20124876499176,0.753118872642517,0.213686048984528,0.751907348632813,0.215675354003906,0.751839518547058,0.215663135051727,0.753572106361389,0.21369194984436,0.752605140209198,0.20341020822525,0.750163853168488,0.154260694980621,0.718859732151031,0.155406415462494,0.717893600463867,0.215488076210022,0.67805951833725,0.200795531272888,0.634013950824738,0.203495979309082,0.634022116661072,0.154692828655243,0.634201765060425,0.15476667881012,0.679397583007813,0.155027270317078,0.752431333065033,0.155116379261017,0.788162112236023,0.155684411525726,0.786618530750275,0.198993325233459,0.787568867206573,0.0224620699882507,0.943019270896912,0.01171875,0.950101375579834,0.0117188021540642,0.895870208740234,0.0124148614704609,0.894540071487427,0.0211909338831902,0.894116103649139,0.0224925354123116,0.896113514900208,0.268487870693207,0.633874237537384,0.266914427280426,0.635026454925537,0.76098370552063,0.64987576007843,0.756769597530365,0.647599101066589,0.756769597530365,0.6416876912117,0.758367419242859,0.640569388866425,0.760364472866058,0.656785666942596,0.757768154144287,0.654828667640686,0.745186626911163,0.653869867324829,0.756530046463013,0.662976801395416,0.688868999481201,0.651593387126923,0.690466344356537,0.651673257350922,0.691065609455109,0.653670430183411,0.689387798309326,
  770. 0.653670430183411,0.688868999481201,0.639171540737152,0.716029167175293,0.639371037483215,0.716108977794647,0.641567885875702,0.688788950443268,0.641488015651703,0.722819149494171,0.631662249565125,0.722220122814178,0.639371037483215,0.720862150192261,0.639371037483215,0.768632113933563,0.652472078800201,0.768712282180786,0.699403524398804,0.758886694908142,0.705115258693695,0.757967948913574,0.664494395256042,0.688868999481201,0.647599101066589,0.746304869651794,0.651992976665497,0.756809592247009,0.639570713043213,0.720822095870972,0.651872754096985,0.720462679862976,0.653790056705475,0.723897635936737,0.639371037483215,0.723897635936737,0.641567885875702,0.722220122814178,0.641567885875702,0.722659468650818,0.651872754096985,0.723378419876099,0.651872754096985,0.724336862564087,0.653869867324829,0.722579419612885,0.653869867324829,0.72090208530426,0.641567885875702,0.688549280166626,0.593438267707825,0.689547836780548,0.592359602451324,0.723178684711456,0.593038737773895,0.756889343261719,0.704715728759766,0.757408857345581,0.59375786781311,0.759006202220917,0.593158602714539,0.803487360477448,0.684006929397583,0.806102871894836,0.674783945083618,0.807682275772095,0.675875723361969,0.807661473751068,0.681711077690125,0.804114580154419,0.690874516963959,0.806689321994781,0.688930332660675,0.819216728210449,0.688022434711456,0.807894289493561,0.69707578420639,0.874748885631561,0.687755167484283,0.873077630996704,0.687751591205597,0.873683094978333,0.685833752155304,0.87530642747879,0.673393666744232,0.875322937965393,0.67561012506485,0.848123848438263,0.675716578960419,0.848233938217163,0.67353755235672,0.84147310256958,0.6658695936203,0.843399405479431,0.673563182353973,0.842079639434814,0.673570096492767,0.795884907245636,0.686597526073456,0.806499600410461,0.698557734489441,0.805569052696228,0.738908112049103,0.795796990394592,0.733304440975189,0.818112075328827,0.686104297637939,0.807653188705444,0.673753380775452,0.843822956085205,0.687858164310455,0.843477368354797,0.685980916023254,0.842090964317322,0.67574018239975,
  771. 0.840422630310059,0.675747096538544,0.840426206588745,0.673579037189484,0.841634690761566,0.685987055301666,0.841702580451965,0.687972247600555,0.839974105358124,0.687960147857666,0.840939462184906,0.685993313789368,0.843374013900757,0.675735533237457,0.874605774879456,0.62669974565506,0.875569581985474,0.627843260765076,0.841112792491913,0.627464771270752,0.805464744567871,0.62755411863327,0.807004809379578,0.628120362758636,0.126535296440125,0.78885817527771,0.0141354203224182,0.63496333360672,0.0125696659088135,0.633874237537384,0.807567715644836,0.738595902919769,0.0149527788162231,0.677513480186462,0.0136250853538513,0.677411377429962,0.0127401947975159,0.63496333360672,0.0135225653648376,0.678023815155029,0.0147143006324768,0.680032193660736,0.0132846832275391,0.680032193660736,0.0151906609535217,0.682925701141357,0.0136928558349609,0.682312846183777,0.688868761062622,0.70631343126297,0.688868761062622,0.704915404319763,0.69062614440918,0.705634593963623,0.689867258071899,0.706712782382965,0.0156673789024353,0.788653671741486,0.0143401026725769,0.788653671741486,0.0138291716575623,0.787734627723694,0.0146461725234985,0.786645650863647,0.0132505297660828,0.786747395992279,0.01171875,0.75454580783844,0.0130801796913147,0.75454580783844,0.0149183869361877,0.752333402633667,0.013522744178772,0.752333402633667,0.0133184790611267,0.749950349330902,0.0145440101623535,0.749337673187256,0.0122973918914795,0.75383073091507,0.0144078731536865,0.718531548976898,0.0131143927574158,0.718531548976898,0.0137953758239746,0.682925701141357,0.0137612223625183,0.720233500003815,0.0126378536224365,0.71955269575119,0.0123993754386902,0.720335721969604,0.0132167339324951,0.749337673187256,0.719623804092407,0.704835772514343,0.719623804092407,0.706113934516907,0.69062614440918,0.707032561302185,0.720223009586334,0.706113934516907,0.722619533538818,0.704516172409058,0.722619533538818,0.70591413974762,0.724776446819305,0.70631343126297,0.724097371101379,0.707112371921539,0.724816203117371,0.707631528377533,0.756889343261719,0.706113934516907,
  772. 0.266347944736481,0.679853200912476,0.26589161157608,0.682777762413025,0.266661882400513,0.718236088752747,0.267288267612457,0.719917953014374,0.266486048698425,0.748891472816467,0.26644092798233,0.786054491996765,0.265316069126129,0.788015961647034,0.266082167625427,0.677329123020172,0.266142129898071,0.751862108707428,0.26796555519104,0.754047334194183,0.689268469810486,0.665612816810608,0.873555660247803,0.739465892314911,0.844643950462341,0.738665103912354,0.841679930686951,0.738321483135223,0.839500188827515,0.740120232105255,0.874873280525208,0.699984967708588,0.87526524066925,0.738721609115601,0.757888078689575,0.705634593963623,0.448969721794128,0.692804336547852,0.44905823469162,0.691433310508728,0.450384557247162,0.691433310508728,0.45029604434967,0.692804336547852,0.499025762081146,0.679405689239502,0.450163424015045,0.679538488388062,0.450163424015045,0.676487386226654,0.498937427997589,0.676708698272705,0.498760402202606,0.690991580486298,0.450384557247162,0.625635325908661,0.497920304536819,0.626298785209656,0.498981505632401,0.644517004489899,0.498495072126389,0.693025588989258,0.448925465345383,0.679538488388062,0.448881238698959,0.676487386226654,0.44905823469162,0.624485552310944,0.500573515892029,0.693025588989258,0.499114245176315,0.722475230693817,0.500573515892029,0.690991580486298,0.500263929367065,0.679405689239502,0.500263929367065,0.676708698272705,0.49999862909317,0.624485552310944,0.500750422477722,0.624264299869537,0.50052934885025,0.751880884170532,0.500396728515625,0.751969277858734,0.497654974460602,0.751615881919861,0.450031131505966,0.752544403076172,0.164516478776932,0.871226489543915,0.153454482555389,0.863970696926117,0.153383553028107,0.815575063228607,0.154719352722168,0.81347668170929,0.163787215948105,0.814010262489319,0.164498388767242,0.815421044826508,0.448704421520233,0.752765476703644,0.660395920276642,0.692799150943756,0.659105539321899,0.692805171012878,0.659034192562103,0.69143271446228,0.660323560237885,0.691443860530853,0.610328316688538,0.679392039775848,0.610443294048309,
  773. 0.676718235015869,0.659213185310364,0.676475524902344,0.659204304218292,0.679508745670319,0.610592663288116,0.691015660762787,0.610373795032501,0.644556760787964,0.611458241939545,0.626373410224915,0.659003913402557,0.625664234161377,0.610868871212006,0.69302636384964,0.660504341125488,0.676468908786774,0.660495102405548,0.679511725902557,0.660291910171509,0.624515533447266,0.610266923904419,0.722567617893219,0.60880309343338,0.693035662174225,0.608805060386658,0.69100034236908,0.609091937541962,0.679389119148254,0.609103143215179,0.676724851131439,0.609360754489899,0.624598860740662,0.608600974082947,0.624264299869537,0.608980178833008,0.752011179924011,0.60882180929184,0.751803815364838,0.659370064735413,0.752529740333557,0.611703991889954,0.751562654972076,0.12718677520752,0.864651918411255,0.116134464740753,0.87185800075531,0.11616425961256,0.816050946712494,0.116830877959728,0.81468802690506,0.125915110111237,0.814112663269043,0.127277508378029,0.816292226314545,0.660662233829498,0.752752125263214,0.555640697479248,0.782041668891907,0.5557461977005,0.784283697605133,0.535506665706635,0.820715367794037,0.5557461977005,0.857112050056458,0.555640697479248,0.859353840351105,0.546339631080627,0.864671170711517,0.544966340065002,0.864089548587799,0.523735642433167,0.820715367794037,0.544966340065002,0.777307391166687,0.546339750289917,0.776726603507996,0.369080871343613,0.692626118659973,0.369116842746735,0.691217720508575,0.370381087064743,0.691217720508575,0.370344936847687,0.692626118659973,0.419173777103424,0.679191172122955,0.370272636413574,0.679335534572601,0.370272636413574,0.676301896572113,0.419029504060745,0.676518380641937,0.418848872184753,0.690820336341858,0.370453417301178,0.625414371490479,0.417981743812561,0.626100540161133,0.419101417064667,0.644339144229889,0.418595939874649,0.692842900753021,0.369008779525757,0.679335534572601,0.369008779525757,0.676301896572113,0.369189143180847,0.624258577823639,0.420654743909836,0.692842900753021,0.419210225343704,0.722385823726654,0.420654743909836,0.690820336341858,
  774. 0.42036560177803,0.679191172122955,0.42036560177803,0.676518380641937,0.420149117708206,0.624366939067841,0.420835256576538,0.624005734920502,0.420654743909836,0.751639783382416,0.420474290847778,0.75185638666153,0.417765289545059,0.751422941684723,0.370128214359283,0.752362132072449,0.201755583286285,0.871226966381073,0.190693452954292,0.863971471786499,0.190622538328171,0.815575063228607,0.191958233714104,0.81347668170929,0.201026231050491,0.814010202884674,0.201737344264984,0.815420985221863,0.368756085634232,0.752614915370941,0.580450654029846,0.69280344247818,0.57915985584259,0.692809343338013,0.579089164733887,0.69143682718277,0.580378115177155,0.691448032855988,0.530379891395569,0.679395377635956,0.530494689941406,0.676721572875977,0.579267978668213,0.676478445529938,0.579258859157562,0.679512023925781,0.530644178390503,0.691019654273987,0.530425071716309,0.64455783367157,0.531509399414063,0.626373410224915,0.579058945178986,0.625664293766022,0.530920267105103,0.693030416965485,0.580559134483337,0.676472246646881,0.580549597740173,0.67951512336731,0.580346941947937,0.624515235424042,0.53031861782074,0.722573816776276,0.528854489326477,0.693040132522583,0.52885639667511,0.691004455089569,0.529143333435059,0.679392337799072,0.529154539108276,0.676728308200836,0.52941232919693,0.624598562717438,0.528652727603912,0.624264299869537,0.529031217098236,0.752019345760345,0.528872966766357,0.751811802387238,0.579425036907196,0.752537667751312,0.531755805015564,0.751570701599121,0.0899549722671509,0.864584445953369,0.0788827240467072,0.871805369853973,0.0789196267724037,0.816111922264099,0.0796232521533966,0.814631044864655,0.0886587426066399,0.814112663269043,0.0900284200906754,0.81622314453125,0.580717146396637,0.752760350704193,0.613758385181427,0.782036423683167,0.613863587379456,0.784278631210327,0.593623757362366,0.820710957050323,0.613863587379456,0.857109367847443,0.613758385181427,0.859350681304932,0.604456901550293,0.86466771364212,0.603083610534668,0.864086866378784,0.581852316856384,0.820710957050323,0.603083610534668,
  775. 0.777303040027618,0.604456901550293,0.776721477508545,0.434391975402832,0.776726603507996,0.497629523277283,0.776750683784485,0.694237053394318,0.868495881557465,0.642340064048767,0.868495881557465,0.881089448928833,0.368215352296829,0.880471587181091,0.579350769519806,0.844093322753906,0.599071621894836,0.807794809341431,0.579188466072083,0.808099150657654,0.368059903383255,0.0441929064691067,0.423536121845245,0.0442127697169781,0.421663165092468,0.104213386774063,0.42095884680748,0.10484179854393,0.423458009958267,0.0424857810139656,0.421424895524979,0.01171875,0.423458009958267,0.0118981916457415,0.42095884680748,0.350327730178833,0.803138673305511,0.350327730178833,0.866305470466614,0.317301213741302,0.866305470466614,0.317301213741302,0.803138673305511,0.106128245592117,0.42095884680748,0.13679763674736,0.423458009958267,0.135777443647385,0.42095884680748,0.137591436505318,0.42095884680748,0.197954475879669,0.42095884680748,0.197864502668381,0.423458009958267,0.200080424547195,0.42095884680748,0.137188479304314,0.0133772408589721,0.136736884713173,0.0112660247832537,0.197015628218651,0.0112660247832537,0.197042062878609,0.0140005890280008,0.135737925767899,0.0844754725694656,0.137276828289032,0.0837700515985489,0.136500611901283,0.0980126112699509,0.135716289281845,0.0133586572483182,0.106133952736855,0.0151811316609383,0.105199947953224,0.0112660247832537,0.200155317783356,0.0138553464785218,0.200135916471481,0.0970398038625717,0.197213962674141,0.0973087996244431,0.129938215017319,0.0964612066745758,0.142966240644455,0.0966319292783737,0.37643375992775,0.844679653644562,0.37643375992775,0.776576042175293,0.408285915851593,0.776576042175293,0.408285915851593,0.83571857213974,0.404336869716644,0.844679653644562,0.103526845574379,0.0138277914375067,0.0503926612436771,0.013852191157639,0.05057268217206,0.011266028508544,0.0426804199814796,0.0201475918292999,0.103715673089027,0.0881182253360748,0.042926549911499,0.0938964933156967,0.106113389134407,0.0874431431293488,0.0378936380147934,0.0112660331651568,0.0371114648878574,
  776. 0.0145067339763045,0.01171875,0.0141504164785147,0.01171875,0.0112660331651568,0.0420388206839561,0.340506374835968,0.0439032465219498,0.340564012527466,0.0439160987734795,0.343940675258636,0.0420584380626678,0.344068169593811,0.0118627417832613,0.340556561946869,0.0175566766411066,0.340547144412994,0.0118676200509071,0.351582288742065,0.0402486771345139,0.0164128709584475,0.135740101337433,0.17135027050972,0.13734458386898,0.171318262815475,0.137348309159279,0.175169289112091,0.135740727186203,0.175219714641571,0.197396844625473,0.172239154577255,0.200126320123672,0.171789616346359,0.200125247240067,0.177207484841347,0.197408109903336,0.177307337522507,0.104963213205338,0.172473341226578,0.104962006211281,0.171008422970772,0.109600074589252,0.170955836772919,0.106131583452225,0.180510327219963,0.103808261454105,0.180753409862518,0.0968304127454758,0.171227961778641,0.0428341515362263,0.101966470479965,0.0408153869211674,0.102033227682114,0.0418428368866444,0.0989540219306946,0.0335429832339287,0.0989233031868935,0.197232127189636,0.0987912267446518,0.200139731168747,0.0984829440712929,0.20013952255249,0.0994510129094124,0.197234317660332,0.0997610986232758,0.131395876407623,0.0989130511879921,0.131577372550964,0.0979475155472755,0.142190709710121,0.0980725735425949,0.143865182995796,0.0990626811981201,0.0506957545876503,0.0987540781497955,0.0937748923897743,0.0978453978896141,0.0922256484627724,0.0988477319478989,0.0339970886707306,0.0974752604961395,0.0117559675127268,0.0987166464328766,0.0117548909038305,0.0972477644681931,0.0411088243126869,0.172146379947662,0.0432604476809502,0.172112077474594,0.0432854071259499,0.178671956062317,0.0411520041525364,0.179949790239334,0.0328705832362175,0.172096863389015,0.135753825306892,0.262576848268509,0.137434735894203,0.262515723705292,0.137436747550964,0.264556765556335,0.135754138231277,0.264618694782257,0.197601601481438,0.263608455657959,0.200109586119652,0.26298314332962,0.200109094381332,0.265024036169052,0.197606280446053,0.265653222799301,0.106130480766296,0.26218968629837,
  777. 0.106130480766296,0.264232695102692,0.0426096804440022,0.263159215450287,0.0491941012442112,0.263106882572174,0.04891262575984,0.265148520469666,0.0426191762089729,0.265196621417999,0.103946223855019,0.262517750263214,0.103949666023254,0.26456344127655,0.0326610505580902,0.265172839164734,0.0321742594242096,0.263134598731995,0.135765314102173,0.340120255947113,0.137511566281319,0.340034157037735,0.137516170740128,0.344877362251282,0.135766267776489,0.344942033290863,0.197775796055794,0.341272920370102,0.200095191597939,0.340498268604279,0.200093269348145,0.351532012224197,0.19780133664608,0.352668583393097,0.106129199266434,0.350201517343521,0.118557944893837,0.33992463350296,0.184370845556259,0.340997278690338,0.104094743728638,0.35052689909935,0.0975312665104866,0.340250492095947,0.0436528250575066,0.274942100048065,0.041686125099659,0.276668816804886,0.197761669754982,0.334953129291534,0.200096487998962,0.333912342786789,0.135764569044113,0.335197865962982,0.137507140636444,0.335627436637878,0.106129318475723,0.3354811668396,0.104063466191292,0.331909328699112,0.0318898297846317,0.261944383382797,0.0426040850579739,0.261969834566116,0.197598993778229,0.262414395809174,0.200109824538231,0.261791467666626,0.137433677911758,0.261324018239975,0.135753601789474,0.261384904384613,0.106130480766296,0.260996788740158,0.103944316506386,0.261323392391205,0.0493584312498569,0.261914730072021,0.0415792390704155,0.257334530353546,0.0435854196548462,0.257273733615875,0.0410721153020859,0.163374170660973,0.0432036183774471,0.162770807743073,0.20012691617012,0.168130218982697,0.197388201951981,0.168390959501266,0.137291207909584,0.117361932992935,0.135731875896454,0.117055490612984,0.104961067438126,0.170055210590363,0.106132052838802,0.154404997825623,0.103765338659287,0.155188471078873,0.0407031327486038,0.0975438058376312,0.0515586510300636,0.097281202673912,0.0406793504953384,0.0932751446962357,0.104077361524105,0.340212285518646,0.0420144274830818,0.336095154285431,0.0438894703984261,0.336934268474579,0.0118597652763128,0.333975374698639,
  778. 0.0118294525891542,0.265137076377869,0.0118285976350307,0.263097703456879,0.0118280295282602,0.261906802654266,0.0489077605307102,0.172018945217133,0.103687353432179,0.109018623828888,0.106132641434669,0.108884193003178,0.106129318475723,0.339783251285553,0.0961690619587898,0.0963197648525238,0.103668197989464,0.0976367592811584,0.106132879853249,0.097522146999836,0.112944290041924,0.0986050441861153,0.112238824367523,0.0976243168115616,0.111159980297089,0.0961491763591766,0.0117564387619495,0.0996840298175812,0.0117884296923876,0.171970173716545,0.0117906890809536,0.177384123206139,0.011786762624979,0.16831348836422,0.137341618537903,0.168290466070175,0.135739475488663,0.168150663375854,0.778853893280029,0.568259119987488,0.775640964508057,0.568119049072266,0.775640964508057,0.551567196846008,0.778365254402161,0.550798356533051,0.731920778751373,0.516855955123901,0.73108321428299,0.542207956314087,0.728988111019135,0.543046355247498,0.729476451873779,0.516646504402161,0.7303147315979,0.397149622440338,0.732409954071045,0.396520972251892,0.777806758880615,0.365022838115692,0.777247667312622,0.397149622440338,0.774872779846191,0.396520972251892,0.775431871414185,0.364883333444595,0.77808552980423,0.516646504402161,0.775431871414185,0.516716301441193,0.731920778751373,0.364883333444595,0.729476451873779,0.365022838115692,0.776479005813599,0.542348027229309,0.575635433197021,0.438423246145248,0.609786093235016,0.43757826089859,0.612461566925049,0.565307974815369,0.525219559669495,0.567209184169769,0.524656295776367,0.540452003479004,0.250493496656418,0.565188646316528,0.252983331680298,0.43757826089859,0.287238419055939,0.438325166702271,0.338222682476044,0.540343761444092,0.337724566459656,0.566980957984924,0.903044581413269,0.714979350566864,0.905333161354065,0.713055431842804,0.958160281181335,0.713055431842804,0.96044909954071,0.714979350566864,0.96044909954071,0.816434800624847,0.958160281181335,0.818360090255737,0.905333161354065,0.818360090255737,0.903044581413269,0.816434800624847,0.778365254402161,0.542906880378723,
  779. 0.731641829013824,0.551427125930786,0.731362223625183,0.568119049072266,0.728149592876434,0.568398475646973,0.728708267211914,0.550798356533051,0.62464302778244,0.573968946933746,0.625206530094147,0.597839176654816,0.513812780380249,0.600303173065186,0.513390183448792,0.57629257440567,0.349474936723709,0.576142191886902,0.34907665848732,0.600041270256042,0.237747550010681,0.597850739955902,0.238145470619202,0.573802053928375,0.702043533325195,0.568225860595703,0.698898911476135,0.568085789680481,0.698898911476135,0.551385283470154,0.701554179191589,0.550756216049194,0.0737161040306091,0.447497248649597,0.0732225775718689,0.465840280056,0.0705110430717468,0.465149581432343,0.0706592798233032,0.447595983743668,0.655085861682892,0.516795992851257,0.65424770116806,0.542301297187805,0.652151226997375,0.542860388755798,0.652640223503113,0.516656279563904,0.653478920459747,0.397026717662811,0.655644655227661,0.39639800786972,0.0655310750007629,0.609029591083527,0.0211048126220703,0.609029591083527,0.0212523937225342,0.606761336326599,0.0655310750007629,0.606761336326599,0.700995087623596,0.364883333444595,0.700435817241669,0.397026717662811,0.698060393333435,0.39639800786972,0.698619484901428,0.364883333444595,0.016124427318573,0.447595983743668,0.0162230134010315,0.465149581432343,0.0134128928184509,0.465840280056,0.0130677223205566,0.447497248649597,0.701274991035461,0.516656279563904,0.698619484901428,0.516795992851257,0.655365765094757,0.364883333444595,0.652640223503113,0.364883333444595,0.699667572975159,0.542301297187805,0.162030041217804,0.44827127456665,0.196300685405731,0.447497248649597,0.198904514312744,0.575009286403656,0.111644566059113,0.576838850975037,0.111081659793854,0.550098121166229,0.388195097446442,0.565125823020935,0.390815883874893,0.43757826089859,0.425064235925674,0.438370555639267,0.476010262966156,0.540201544761658,0.475461840629578,0.566893219947815,0.0680949687957764,0.606761336326599,0.930876851081848,0.84424501657486,0.933165431022644,0.8423210978508,0.985992848873138,0.8423210978508,0.988281309604645,
  780. 0.84424501657486,0.988281309604645,0.945699274539948,0.985992848873138,0.947625160217285,0.933165431022644,0.947625160217285,0.930876851081848,0.945699274539948,0.0186887383460999,0.606761336326599,0.701554179191589,0.542860388755798,0.0680949687957764,0.474912256002426,0.0651859045028687,0.474912256002426,0.654806554317474,0.551385283470154,0.654526770114899,0.568085789680481,0.651312589645386,0.568225860595703,0.652151226997375,0.550756216049194,0.0214992165565491,0.474912256002426,0.0186887383460999,0.474912256002426,0.211078703403473,0.583735406398773,0.211641550064087,0.607661306858063,0.100314676761627,0.609913110733032,0.0998221039772034,0.586057484149933,0.48728409409523,0.57609498500824,0.48685759305954,0.60004460811615,0.375580966472626,0.597728908061981,0.375946640968323,0.573779284954071,0.883769273757935,0.365054368972778,0.883296072483063,0.581945478916168,0.844082474708557,0.602738618850708,0.804959952831268,0.581774711608887,0.80543315410614,0.364883333444595,0.226409122347832,0.011730738915503,0.439417809247971,0.0112660247832537,0.461111962795258,0.0496836230158806,0.725127935409546,0.789484262466431,0.725083768367767,0.8587806224823,0.904633045196533,0.937599420547485,0.643114924430847,0.0584477260708809,0.231019705533981,0.81347668170929,0.239839941263199,0.820068717002869,0.238247454166412,0.821889340877533,0.228987783193588,0.815797209739685,0.237365007400513,0.864579558372498,0.22786158323288,0.870270550251007,0.23888087272644,0.866460680961609,0.229796051979065,0.872673749923706,0.265954554080963,0.870568811893463,0.266151338815689,0.815806210041046,0.291186988353729,0.815898954868317,0.290989995002747,0.870658457279205,0.266159743070602,0.81347668170929,0.291195213794708,0.813566327095032,0.290981411933899,0.873074173927307,0.265945971012115,0.872984647750854,0.332936555147171,0.777605950832367,0.302223384380341,0.777495384216309,0.296558737754822,0.624009132385254,0.339701354503632,0.624164402484894,0.332897961139679,0.77917754650116,0.302184760570526,0.779067158699036,0.300859481096268,0.777490615844727,
  781. 0.294657677412033,0.624002397060394,0.334232926368713,0.777610599994659,0.341541320085526,0.62417083978653
  782. }
  783. UVIndex: *2322 {
  784. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,13,12,18,19,6,833,21,22,19,18,14,23,24,25,13,17,26,27,19,22,28,29,22,30,31,28,16,32,33,34,12,35,32,16,36,37,38,39,31,30,40,41,42,43,831,830,45,46,44,30,22,21,23,14,13,27,15,47,35,12,48,49,20,832,50,51,34,3,17,16,3,2,26,17,7,6,19,29,52,53,54,55,56,57,58,59,60,61,62,44,21,63,61,21,18,64,63,18,833,65,66,67,68,69,70,68,67,71,72,70,69,55,54,72,71,73,74,75,76,77,78,79,80,78,81,82,83,84,85,83,82,86,87,88,89,90,91,85,84,92,93,94,95,96,97,98,99,100,89,88,97,78,80,101,78,101,74,78,77,102,81,103,76,75,89,104,105,90,106,107,108,109,110,111,112,113,114,108,111,110,113,112,115,116,117,87,86,118,119,99,120,121,122,123,124,125,126,95,100,127,96,120,103,75,121,120,99,98,94,128,129,104,89,97,96,127,124,123,122,121,108,114,130,109,111,131,132,112,108,107,131,111,112,132,133,115,86,88,91,118,82,97,88,86,97,82,85,94,94,85,93,128,114,87,119,130,87,114,110,83,83,110,113,84,84,113,117,117,116,134,84,117,134,92,94,129,135,98,95,124,101,80,125,74,101,124,121,75,104,123,126,105,123,104,127,122,100,99,122,127,98,100,95,103,136,76,135,137,103,120,98,138,139,140,141,142,143,144,145,146,146,147,144,148,149,150,151,152,153,154,154,155,156,151,157,158,159,160,152,161,162,153,163,164,165,166,167,168,169,160,164,157,150,170,148,150,146,170,150,149,171,147,172,145,144,160,159,173,174,175,176,177,178,179,180,181,182,183,179,182,177,180,184,185,186,181,155,187,188,156,169,189,190,191,192,193,194,195,166,165,196,168,191,190,145,172,191,167,169,163,197,198,174,196,165,164,160,195,190,189,192,177,176,199,183,182,181,200,201,177,182,201,178,181,186,202,200,156,188,158,157,151,156,157,164,164,163,152,151,163,198,161,152,183,199,187,155,155,154,179,183,154,153,180,179,153,184,180,184,203,185,153,162,203,184,163,166,167,204,197,195,194,148,170,146,145,190,195,170,174,173,193,192,192,189,196,174,168,196,189,169,167,166,168,205,206,172,207,206,204,167,191,172,208,209,210,211,212,213,214,215,176,175,216,217,218,219,220,221,217,216,222,221,223,224,225,226,227,228,229,230,231,232,233,234,235,236,
  785. 237,238,220,216,225,224,239,231,221,222,240,221,240,217,221,220,238,223,241,219,218,225,242,243,226,233,244,245,246,247,248,249,250,229,234,251,230,244,241,218,245,244,233,232,228,252,253,242,225,231,230,251,248,247,246,245,228,253,254,232,229,248,240,222,249,217,240,248,245,218,242,247,250,243,247,242,251,246,234,233,246,251,232,234,229,237,255,223,238,256,257,219,241,254,256,241,244,232,258,259,260,261,262,258,261,263,264,265,263,266,267,268,269,270,271,272,273,274,275,276,258,262,277,278,279,268,270,266,263,280,264,263,261,280,263,265,277,262,281,260,259,268,267,282,283,275,284,285,286,287,288,289,290,272,271,291,274,286,285,260,281,286,273,275,269,292,293,283,291,271,270,268,290,285,284,287,269,272,273,294,292,290,289,264,280,261,260,285,290,280,283,282,288,287,287,284,291,283,274,291,284,275,273,272,274,295,296,281,259,296,294,273,286,281,207,172,144,137,297,136,103,79,78,74,73,147,146,150,298,299,106,109,300,278,277,265,301,302,303,298,304,301,305,306,306,305,307,308,309,310,311,312,313,314,315,316,316,317,318,319,320,321,322,323,321,320,319,324,325,326,327,307,326,325,328,329,330,328,323,331,332,333,334,311,335,332,336,337,337,336,338,339,340,338,255,341,91,90,328,325,118,307,305,119,118,91,325,307,119,305,301,130,90,105,323,328,105,126,320,323,313,316,81,102,301,298,109,130,319,320,126,125,316,319,125,80,81,188,187,342,343,188,343,344,158,159,345,346,173,347,348,171,149,215,349,199,176,350,351,194,193,158,344,345,159,199,349,342,187,351,347,149,148,194,173,346,350,193,227,226,311,310,352,226,243,332,311,332,243,250,336,338,336,250,249,255,338,249,222,223,267,353,354,282,355,356,289,288,266,357,358,353,267,356,300,265,264,289,282,354,355,288,303,299,298,359,255,237,360,361,362,363,364,365,366,367,368,362,365,364,367,366,369,370,371,362,368,372,363,365,373,374,366,362,361,373,365,366,374,375,369,372,376,377,368,378,376,372,378,368,364,379,379,364,367,380,380,367,371,371,370,381,380,371,381,382,377,376,383,384,385,386,363,372,377,387,388,389,390,391,392,386,393,360,363,384,385,377,394,395,396,397,398,399,400,
  786. 401,402,398,401,396,399,403,404,405,400,396,395,406,402,401,400,407,408,396,401,408,397,400,405,409,407,406,410,411,402,406,411,412,412,413,398,402,413,414,399,398,414,403,399,403,415,404,414,416,415,403,410,417,418,411,419,420,410,406,395,421,422,423,424,425,426,427,419,395,394,420,417,410,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,440,443,442,445,444,447,448,449,440,446,450,441,443,451,452,444,440,439,451,443,444,452,453,447,450,454,455,446,456,454,450,456,446,442,457,457,442,445,458,458,445,449,449,448,459,458,449,459,460,455,454,461,462,463,464,441,450,455,465,466,467,468,469,470,464,471,438,441,462,463,455,472,473,474,475,476,477,478,479,480,476,479,474,477,481,482,483,478,474,473,484,480,479,478,485,486,474,479,486,475,478,483,487,485,484,488,489,480,484,489,490,490,491,476,480,491,492,477,476,492,481,477,481,493,482,492,494,493,481,488,495,496,489,497,498,488,484,473,499,500,501,502,503,504,505,497,473,472,498,495,488,506,507,508,509,510,511,512,513,514,515,38,37,516,517,10,9,518,519,520,521,522,523,524,525,526,527,528,529,525,530,531,532,533,534,535,525,529,526,527,536,528,537,538,539,536,538,537,528,540,541,537,539,540,542,541,543,544,545,546,547,548,549,544,550,551,552,546,553,554,555,556,547,549,548,557,549,558,559,560,561,562,543,550,544,545,553,546,552,563,564,565,566,564,563,567,568,563,551,569,567,570,571,572,573,574,575,576,577,578,579,580,581,564,566,551,563,552,570,581,571,570,565,564,581,582,583,584,585,586,587,588,589,590,591,592,593,583,586,589,584,594,595,591,590,596,597,598,597,599,598,600,601,602,603,604,605,549,549,606,607,596,608,609,610,611,599,612,613,614,615,616,617,617,618,614,619,620,621,622,623,624,625,626,627,619,622,628,620,623,626,621,629,630,631,632,633,627,628,634,632,635,636,629,637,638,639,640,641,642,643,644,645,646,637,640,644,647,641,648,576,575,649,648,645,536,527,650,651,632,651,635,632,652,653,642,641,647,652,641,654,655,638,637,656,654,637,646,634,628,656,657,632,631,650,629,636,658,659,660,661,624,623,662,660,623,620,663,662,620,619,664,
  787. 663,619,627,665,664,627,633,659,666,630,629,659,667,668,659,658,667,590,593,594,668,666,659,669,670,615,614,618,669,614,603,602,671,672,549,607,673,673,674,549,675,676,592,591,677,676,675,677,675,591,595,555,554,601,600,605,556,549,549,557,606,678,679,608,598,568,680,581,566,680,613,572,571,581,649,657,681,682,683,575,574,684,579,578,636,635,685,686,658,636,686,687,630,666,665,633,631,630,633,634,615,670,688,689,690,676,677,674,604,549,592,582,585,593,594,593,664,665,688,616,615,648,649,681,681,691,645,648,691,646,645,656,646,691,657,656,691,681,649,575,683,657,609,692,693,610,609,693,689,610,693,693,694,690,689,695,690,694,694,696,695,694,697,696,569,697,694,567,569,694,693,692,567,693,568,679,678,678,680,568,678,611,680,598,599,611,678,608,679,692,609,598,608,596,597,698,612,599,580,579,574,577,644,643,542,540,638,647,644,639,655,652,647,638,626,625,653,652,684,682,574,579,594,616,688,595,617,616,668,667,699,618,617,700,669,701,698,597,597,596,670,669,689,596,610,550,547,569,551,550,543,548,547,543,546,555,548,606,557,555,600,607,606,600,603,673,607,603,672,702,702,703,674,673,674,690,695,604,695,696,605,604,696,697,556,605,526,576,648,527,577,576,526,529,580,577,529,531,685,635,651,682,684,651,650,683,682,657,683,650,631,634,700,617,667,658,687,589,588,661,660,584,589,660,662,585,584,662,663,593,585,663,664,676,690,674,703,677,670,596,689,688,670,677,595,699,701,669,618,672,671,587,586,702,672,586,583,582,703,702,583,676,703,582,592,668,616,594,665,666,568,567,692,679,680,611,613,548,555,557,569,547,556,697,639,644,540,539,640,639,539,538,645,640,538,536,628,622,654,656,622,621,655,654,621,626,652,655,704,705,706,707,846,847,844,843,708,709,710,711,711,712,713,708,854,855,851,850,714,715,716,717,842,845,848,849,715,718,719,716,720,713,712,721,842,843,844,845,719,722,709,708,719,708,713,716,713,720,717,716,723,724,725,726,727,728,729,730,731,732,854,850,858,733,734,735,736,737,738,739,740,855,856,851,706,722,741,707,834,835,836,837,742,743,744,745,839,838,840,841,837,836,838,839,706,705,743,742,746,747,748,749,750,
  788. 751,752,753,709,742,745,710,722,706,742,709,725,746,749,726,732,750,753,728,722,719,718,741,858,850,853,859,852,851,856,857,850,851,852,853,754,755,756,757,758,759,760,761,762,763,764,765,765,766,767,762,768,769,770,771,772,773,774,775,776,777,778,779,773,780,781,774,782,767,766,783,776,761,760,777,781,784,763,762,781,762,767,774,767,782,775,774,785,786,787,788,789,790,791,792,793,794,768,771,795,796,797,798,799,800,801,802,803,769,804,770,756,784,805,757,759,806,807,760,808,809,810,811,777,812,813,778,760,807,812,777,756,755,809,808,814,815,816,817,818,819,820,821,763,808,811,764,784,756,808,763,787,814,817,788,794,818,821,790,784,781,780,805,795,771,807,806,812,770,804,813,771,770,812,807,822,823,521,520,823,824,522,521,824,825,523,522,825,826,524,523,826,822,520,524,24,827,57,56,827,828,58,57,828,829,59,58,829,25,60,59,25,24,56,60
  789. }
  790. }
  791. LayerElementSmoothing: 0 {
  792. Version: 102
  793. Name: ""
  794. MappingInformationType: "ByEdge"
  795. ReferenceInformationType: "Direct"
  796. Smoothing: *1161 {
  797. a: 0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,1,1,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,0,1,1,0,0,1,1,
  798. 1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,1,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  799. }
  800. }
  801. LayerElementMaterial: 0 {
  802. Version: 101
  803. Name: ""
  804. MappingInformationType: "ByPolygon"
  805. ReferenceInformationType: "IndexToDirect"
  806. Materials: *590 {
  807. a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0
  808. }
  809. }
  810. Layer: 0 {
  811. Version: 100
  812. LayerElement: {
  813. Type: "LayerElementNormal"
  814. TypedIndex: 0
  815. }
  816. LayerElement: {
  817. Type: "LayerElementBinormal"
  818. TypedIndex: 0
  819. }
  820. LayerElement: {
  821. Type: "LayerElementTangent"
  822. TypedIndex: 0
  823. }
  824. LayerElement: {
  825. Type: "LayerElementMaterial"
  826. TypedIndex: 0
  827. }
  828. LayerElement: {
  829. Type: "LayerElementSmoothing"
  830. TypedIndex: 0
  831. }
  832. LayerElement: {
  833. Type: "LayerElementUV"
  834. TypedIndex: 0
  835. }
  836. }
  837. Layer: 1 {
  838. Version: 100
  839. LayerElement: {
  840. Type: "LayerElementBinormal"
  841. TypedIndex: 1
  842. }
  843. LayerElement: {
  844. Type: "LayerElementTangent"
  845. TypedIndex: 1
  846. }
  847. LayerElement: {
  848. Type: "LayerElementUV"
  849. TypedIndex: 1
  850. }
  851. }
  852. }
  853. Geometry: 2267733711520, "Geometry::", "Mesh" {
  854. Vertices: *945 {
  855. a: -135.58984375,192.7431640625,-15.7080078125,-135.560546875,161.302612304688,31.7164916992188,-135.30078125,175.020629882813,38.6768188476563,-135.66015625,210.295776367188,-15.2582397460938,-135.30078125,175.020751953125,-70.0552978515625,-135.560546875,161.302368164063,-63.094970703125,200.888671875,90.733154296875,-72.8953857421875,201.388671875,100.061889648438,-15.9732055664063,200.986328125,75.6015625,-64.1156005859375,201.091796875,118.801513671875,-16.029296875,200.888671875,90.7333984375,40.7990112304688,200.919921875,75.5577392578125,31.9129638671875,-128.23046875,94.1524658203125,-72.9046630859375,-127.734375,103.492919921875,-15.9771118164063,-128.11328125,79.025390625,-64.1223754882813,-128.025390625,122.23046875,-16.028564453125,-128.23046875,94.15234375,40.8085327148438,-128.169921875,78.97900390625,31.9239501953125,54.60546875,-211.1162109375,36.870361328125,57.12890625,-211.125244140625,-85.27490234375,54.49609375,-241.679931640625,36.869873046875,57.01953125,-241.68896484375,-85.27587890625,62.5703125,-243.673583984375,26.04541015625,64.64453125,-243.680908203125,-74.126708984375,-164.6875,-211.1162109375,36.870361328125,-162.1640625,-211.125244140625,-85.27490234375,-164.796875,-241.679931640625,36.869873046875,-162.2734375,-241.68896484375,-85.27587890625,-156.72265625,-243.673583984375,26.04541015625,-154.6484375,-243.680908203125,-74.126708984375,112.703125,-430.216552734375,-73.11865234375,121.578125,-243.885498046875,-72.94970703125,111.97265625,-430.2138671875,-37.691162109375,119.390625,-276.4697265625,27.222900390625,119.5078125,-243.878173828125,27.222412109375,62.453125,-276.26513671875,26.0458984375,71.44140625,-430.068115234375,-38.529052734375,72.17578125,-430.07080078125,-73.95654296875,-106.58984375,-430.216552734375,-73.11865234375,-97.71484375,-243.885498046875,-72.94970703125,-107.3203125,-430.2138671875,-37.691162109375,-99.90234375,-276.4697265625,27.222900390625,-99.78515625,-243.878173828125,27.222412109375,-156.83984375,-276.26513671875,26.0458984375,-147.8515625,-430.068115234375,-38.529052734375,
  856. -147.1171875,-430.07080078125,-73.95654296875,128.720703125,75.85498046875,31.0423583984375,128.771484375,90.075927734375,38.9646606445313,128.921875,102.277587890625,-16.0297241210938,128.44140625,117.1103515625,-16.0296020507813,128.771484375,90.076416015625,-71.060546875,128.970703125,75.896728515625,-63.0272827148438,-200.373046875,76.860595703125,31.0380859375,-200.333984375,91.121826171875,38.96728515625,-200.1875,103.321044921875,-16.0294799804688,-200.669921875,118.1552734375,-16.0288696289063,-200.333984375,91.122314453125,-71.0635986328125,-200.12109375,76.9140625,-63.0228881835938,124.3046875,-211.36669921875,40.74755859375,57.453125,-211.126220703125,39.365478515625,127.25390625,-211.377197265625,38.3720703125,129.77734375,-211.38623046875,-83.773193359375,60.078125,-211.1357421875,-87.64990234375,126.93359375,-211.3759765625,-86.267822265625,127.14453125,-241.94091796875,38.37158203125,129.66796875,-241.949951171875,-83.774169921875,-94.98828125,-211.36669921875,40.74755859375,-161.83984375,-211.126220703125,39.365478515625,-92.0390625,-211.377197265625,38.3720703125,-89.515625,-211.38623046875,-83.773193359375,-159.21484375,-211.1357421875,-87.64990234375,-92.359375,-211.3759765625,-86.267822265625,-92.1484375,-241.94091796875,38.37158203125,-89.625,-241.949951171875,-83.774169921875,51.36328125,175.565551757813,-69.2908935546875,49.84765625,210.88818359375,-16.7021484375,50.87109375,209.487426757813,-15.9185180664063,50.080078125,177.6162109375,-70.6285400390625,7.5390625,210.756103515625,-16.9226684570313,50.58984375,162.537109375,-63.1047973632813,-39.755859375,175.113159179688,-69.8424072265625,-38.017578125,208.385864257813,-17.0439453125,-86.9296875,212.197265625,-16.8560180664063,39.275390625,174.485473632813,-71.3872680664063,-41.10546875,172.827392578125,-70.728515625,-134.13671875,161.589233398438,-64.3796997070313,50.8203125,162.584838867188,-61.7005004882813,-87.11328125,174.668334960938,-70.128173828125,-87.71484375,177.911865234375,-69.2371826171875,-134.45703125,209.864501953125,-17.107421875,
  857. -134.45703125,173.487548828125,-70.4716796875,-40.013671875,191.490966796875,-15.7166137695313,50.638671875,193.417724609375,-15.7322387695313,-86.412109375,161.666259765625,-61.2609252929688,-86.62109375,193.080322265625,-15.7079467773438,-134.45703125,160.872314453125,-61.57177734375,-88.7734375,182.023193359375,-32.11572265625,-134.45703125,191.133544921875,-15.7080078125,64.80078125,-243.681640625,28.00146484375,64.68359375,-276.9453125,28.00146484375,117.19140625,-243.869873046875,29.08447265625,73.78515625,-431.9853515625,-73.923095703125,117.07421875,-277.133544921875,29.08447265625,73.03515625,-431.982666015625,-37.73486328125,110.3359375,-432.11669921875,-36.9638671875,111.08203125,-432.119384765625,-73.152099609375,66.953125,-243.689208984375,-75.987060546875,59.96875,-241.699462890625,-87.64990234375,119.34375,-243.877685546875,-74.904052734375,126.8203125,-241.93994140625,-86.267822265625,57.3359375,-241.690185546875,39.365234375,124.1953125,-241.930419921875,40.74755859375,73.83203125,-430.07666015625,-75.8310546875,111.12890625,-430.2109375,-75.059814453125,-154.4921875,-243.681640625,28.00146484375,-154.609375,-276.9453125,28.00146484375,-102.1015625,-243.869873046875,29.08447265625,-145.5078125,-431.9853515625,-73.923095703125,-102.21875,-277.133544921875,29.08447265625,-146.2578125,-431.982666015625,-37.73486328125,-108.95703125,-432.11669921875,-36.9638671875,-108.2109375,-432.119384765625,-73.152099609375,-152.33984375,-243.689208984375,-75.987060546875,-159.32421875,-241.699462890625,-87.64990234375,-99.94921875,-243.877685546875,-74.904052734375,-92.47265625,-241.93994140625,-86.267822265625,-161.95703125,-241.690185546875,39.365234375,-95.09765625,-241.930419921875,40.74755859375,-145.4609375,-430.07666015625,-75.8310546875,-108.1640625,-430.2109375,-75.059814453125,-37.6328125,208.332397460938,-14.3251342773438,-87.037109375,212.051513671875,-14.3239135742188,-39.912109375,175.146118164063,38.5692138671875,-87.712890625,177.911865234375,37.8577270507813,-87.11328125,174.668212890625,38.7489624023438,
  858. -134.45703125,173.487548828125,39.0927734375,-134.033203125,162.291748046875,33.1077880859375,-41.1875,172.67333984375,39.2887573242188,-134.45703125,160.872314453125,30.19287109375,-88.7734375,182.023193359375,0.736328125,-86.791015625,161.71630859375,29.7675170898438,51.05859375,161.605590820313,30.6759643554688,51.046875,162.63671875,31.9705810546875,50.333984375,175.96435546875,39.801025390625,50.173828125,178.463256835938,38.3519287109375,51.328125,175.622314453125,37.8211669921875,7.3203125,210.942626953125,-14.65771484375,49.83984375,210.896484375,-13.88720703125,137.13671875,159.978271484375,32.2333984375,135.58203125,179.34375,27.734130859375,135.58984375,166.920654296875,34.71875,135.58984375,191.897216796875,-15.7099609375,135.58984375,206.0869140625,-15.7099609375,134.46484375,207.654541015625,-17.109375,134.46484375,207.655029296875,-14.31005859375,91.978515625,208.604858398438,-16.8038330078125,91.669921875,208.369384765625,-14.3031616210938,134.66015625,178.0859375,31.5291137695313,135.1640625,170.59033203125,38.11376953125,115.1640625,173.653930664063,38.8760375976563,52.80078125,177.9013671875,39.5126953125,52.30859375,210.9560546875,-14.310546875,52.30859375,210.955810546875,-17.109375,135.5,159.879272460938,29.0048217773438,92.56640625,190.156982421875,-15.7060546875,134.46484375,190.421630859375,-15.7099609375,135.58203125,179.348754882813,-59.1060791015625,135.58984375,161.192626953125,-62.63232421875,135.58984375,166.920654296875,-66.10009765625,134.654296875,178.0712890625,-62.9129638671875,135.064453125,170.660400390625,-69.416259765625,115.25,173.636352539063,-70.1592407226563,52.80078125,177.9013671875,-70.89453125,52.74609375,175.232666015625,-71.18798828125,135.19921875,158.4326171875,-63.4132080078125,135.603515625,159.919799804688,-60.1511840820313,130.25390625,99.7608642578125,-16.0349731445313,199.609375,76.325439453125,-66.041015625,130.01171875,76.348388671875,-65.771484375,199.609375,89.570556640625,-73.541015625,130.34375,89.062255859375,-73.361328125,129.923828125,91.689208984375,-72.5964965820313,
  859. 131.0546875,119.282470703125,-16.029296875,-198.87109375,100.801025390625,-16.0327758789063,-129.5,79.705078125,-66.041015625,-199.09375,77.400390625,-65.77099609375,-129.5,92.94970703125,-73.541015625,-198.765625,90.1142578125,-73.361083984375,-199.1796875,92.7308349609375,-72.6151123046875,-198.0546875,120.33447265625,-16.028564453125,199.609375,76.325439453125,33.9453125,130.01171875,76.348388671875,33.67578125,199.609375,89.570556640625,41.4453125,130.34375,89.062255859375,41.265625,129.92578125,91.6859130859375,40.4924926757813,-129.5,79.705078125,33.94482421875,-199.09375,77.400390625,33.6748046875,-129.5,92.94970703125,41.44482421875,-198.765625,90.1142578125,41.264892578125,-199.177734375,92.7271728515625,40.5116577148438,-201.171875,-211.40673828125,41.268310546875,-201.15625,-180.70361328125,-62.818359375,-201.296875,-210.6123046875,-63.61181640625,-201.47265625,-180.2421875,40.947998046875,201.2578125,-182.701171875,28.691162109375,200.9765625,-214.96142578125,-63.16796875,200.57421875,-182.52978515625,-64.03759765625,201.4765625,-213.85400390625,41.296142578125,201.24609375,-186.1279296875,39.560791015625,-200.06640625,-180.66943359375,42.661865234375,-199.4375,-211.462890625,42.447509765625,-119.685546875,-211.438354492188,42.4989624023438,-200.203125,-179.05615234375,40.769775390625,-60.638671875,-182.637084960938,43.9105834960938,-114.25,-214.8115234375,43.705322265625,-46.56640625,-215.50439453125,44.022705078125,-199.5546875,-178.86181640625,-64.736328125,-44.671875,-194.218383789063,42.106201171875,-44.51953125,-211.259765625,39.8145141601563,-43.23046875,-212.3232421875,44.858642578125,-119.30859375,-180.36767578125,41.6116333007813,-36.498046875,-179.430419921875,44.5365600585938,113.6015625,-213.648681640625,46.950927734375,-46.568359375,-181.524658203125,40.7174682617188,-44.158203125,-181.811767578125,34.1242065429688,-122.818359375,-179.02001953125,-61.329833984375,-112.453125,-181.3017578125,-64.146484375,-45.0703125,-179.687622070313,-63.0567016601563,-40.396484375,-177.991943359375,42.4640502929688,
  860. -121.6796875,-181.409912109375,-65.5130615234375,45.060546875,-179.142456054688,-65.83349609375,41.09375,-177.396362304688,-61.7443237304688,-200.07421875,-180.37353515625,-66.076171875,-199.78125,-210.595703125,-66.6806640625,-118.740234375,-212.88525390625,-66.1532592773438,-199.890625,-211.92626953125,-63.1796875,-122.376953125,-211.357788085938,-63.0017700195313,-198.53125,-213.0078125,40.544189453125,-131.7109375,-212.96240234375,40.671142578125,-120.666015625,-208.04296875,35.5896606445313,-116.38671875,-215.7666015625,-63.1767578125,-114.5234375,-216.64208984375,41.559814453125,-46.56640625,-217.48291015625,41.688232421875,-46.56640625,-216.83544921875,-63.17529296875,-45.310546875,-213.673950195313,-65.9703979492188,-43.94921875,-213.502563476563,-63.1240844726563,-43.23046875,-214.189453125,42.515380859375,110.431640625,-215.77099609375,43.703125,116.30859375,-214.025268554688,44.9487915039063,199.572265625,-214.98486328125,-65.1096801757813,199.5546875,-216.25048828125,-62.7774658203125,199.671875,-216.177734375,42.705322265625,199.671875,-213.810546875,45.731201171875,197.3359375,-182.60986328125,-65.84912109375,121.109375,-184.616088867188,-65.7775268554688,198.6640625,-180.4990234375,-62.037109375,115.841796875,-181.416381835938,-62.443115234375,199.46484375,-180.673706054688,41.7675170898438,47.173828125,-177.726806640625,43.102783203125,116.7421875,-180.65234375,42.9767456054688,112.19140625,-180.837890625,46.823486328125,116.71484375,-192.177734375,39.795166015625,118.79296875,-185.139282226563,42.5994873046875,123.8203125,-183.34033203125,44.862060546875,200.123046875,-182.46826171875,44.745849609375,200,76.42822265625,-63.439453125,200,76.42822265625,31.343505859375,200,-185.9990234375,-63.439453125,200,-185.9990234375,31.343505859375,80.73046875,164.182373046875,31.343505859375,80.73046875,164.182373046875,-63.439453125,-68.7421875,164.388427734375,31.343505859375,-68.7421875,164.388427734375,-63.439453125,-200,76.42822265625,31.343505859375,-200,79.15087890625,-63.439453125,-68.7421875,76.42822265625,-63.439453125,
  861. 80.73046875,76.42822265625,-63.439453125,80.73046875,76.42822265625,31.343505859375,-68.7421875,76.42822265625,31.343505859375,-200,-185.9990234375,-63.439453125,-68.7421875,-185.9990234375,-63.439453125,80.73046875,-185.9990234375,-63.439453125,80.73046875,-185.9990234375,31.343505859375,-68.7421875,-185.9990234375,31.343505859375,-200,-185.9990234375,31.343505859375,-127.765625,78.755859375,31.343505859375,-127.765625,78.755859375,-63.439453125,-127.765625,-185.9990234375,-63.439453125,-127.765625,-185.9990234375,31.343505859375,128.8515625,76.42822265625,-63.439453125,128.8515625,76.42822265625,31.343505859375,-127.765625,164.388427734375,31.343505859375,-127.765625,164.388427734375,-63.439453125,128.8515625,-185.9990234375,-63.439453125,128.8515625,162.642822265625,-63.439453125,128.8515625,162.642822265625,31.343505859375,128.8515625,-185.9990234375,31.343505859375,-127.765625,195.8134765625,-16.048095703125,-68.7421875,195.8134765625,-16.048095703125,80.73046875,195.607421875,-16.048095703125,128.8515625,194.06787109375,-16.048095703125,-200,103.05126953125,-16.0478515625,-127.765625,104.017578125,-16.0478515625,200,101.68994140625,-16.0478515625,128.8515625,101.68994140625,-16.0478515625,203.109375,73.4893798828125,-61.46533203125,203.109375,-182.43408203125,-61.46533203125,203.109375,98.125,-16.0478515625,203.109375,73.4893798828125,29.369384765625,203.109375,-182.43408203125,29.369384765625,-202.8046875,-183.030883789063,29.0048828125,-202.8046875,-183.030883789063,-61.100830078125,-202.8046875,74.0068359375,29.0048828125,-202.8046875,100.083129882813,-16.0478515625,-202.8046875,76.673583984375,-61.100830078125
  862. }
  863. PolygonVertexIndex: *1704 {
  864. a: 0,1,-3,2,3,-1,4,0,-4,0,4,-6,6,7,-9,7,6,-10,7,10,-12,10,7,-10,12,13,-15,13,12,-16,13,16,-18,16,13,-16,18,19,-21,20,19,-22,20,21,-23,22,21,-24,24,25,-27,26,25,-28,26,27,-29,28,27,-30,30,31,-33,31,33,-33,33,31,-35,22,23,-36,23,36,-36,36,23,-38,38,39,-41,39,41,-41,41,39,-43,28,29,-44,29,44,-44,44,29,-46,46,47,-49,48,47,-50,50,48,-50,48,50,-52,52,53,-55,54,53,-56,56,54,-56,54,56,-58,58,18,-60,60,18,-59,61,18,-61,61,19,-19,19,61,-63,62,61,-64,64,61,-61,61,64,-66,65,64,-32,31,64,-35,66,24,-68,68,24,-67,69,24,-69,69,25,-25,25,69,-71,70,69,-72,72,69,-69,69,72,-74,73,72,-40,39,72,-43,74,75,-77,77,75,-75,75,77,-79,77,74,-80,80,78,-78,78,80,-82,80,82,-82,79,83,-78,83,84,-78,79,84,-84,80,77,-85,84,79,-86,86,85,-80,84,87,-81,87,84,-86,82,80,-89,88,80,-88,4,82,-89,87,4,-89,82,4,-90,89,4,-4,4,87,-91,85,90,-88,5,4,-91,90,85,-6,91,86,-93,86,91,-94,85,86,-94,93,91,-95,95,5,-86,85,93,-96,93,94,-97,96,95,-94,97,96,-95,95,96,-98,97,5,-96,5,97,-1,35,98,-23,98,35,-100,99,100,-99,36,99,-36,33,34,-101,101,36,-38,100,102,-34,100,99,-103,102,32,-34,99,36,-104,99,103,-103,36,101,-104,102,103,-105,101,104,-104,102,104,-33,104,101,-106,105,32,-105,32,105,-31,21,106,-24,106,21,-108,19,107,-22,107,108,-107,107,19,-63,109,107,-63,108,107,-110,109,62,-64,108,109,-66,63,65,-110,108,65,-32,65,63,-62,20,22,-99,98,110,-21,110,18,-21,100,110,-99,18,110,-60,111,59,-111,111,110,-101,59,111,-59,100,64,-112,64,58,-112,64,100,-35,58,64,-61,106,37,-24,37,106,-113,101,37,-113,108,112,-107,112,105,-102,112,108,-114,105,112,-114,31,113,-109,105,113,-31,113,31,-31,43,114,-29,114,43,-116,115,116,-115,44,115,-44,41,42,-117,117,44,-46,116,118,-42,116,115,-119,118,40,-42,115,44,-120,115,119,-119,44,117,-120,118,119,-121,117,120,-120,118,120,-41,120,117,-122,121,40,-121,40,121,-39,27,122,-30,122,27,-124,25,123,-28,123,124,-123,123,25,-71,125,123,-71,124,123,-126,125,70,-72,124,125,-74,71,73,-126,124,73,-40,73,71,-70,26,28,-115,114,126,-27,126,24,-27,116,126,-115,24,126,-68,127,67,-127,127,126,-117,67,127,-67,116,72,-128,72,66,-128,72,116,-43,66,72,-69,
  865. 122,45,-30,45,122,-129,117,45,-129,124,128,-123,128,121,-118,128,124,-130,121,128,-130,39,129,-125,121,129,-39,129,39,-39,81,82,-131,131,130,-83,82,89,-132,3,131,-90,2,131,-4,131,132,-131,2,133,-132,132,131,-134,2,134,-134,132,133,-135,134,2,-136,135,2,-2,135,136,-135,136,135,-2,132,134,-138,137,134,-137,97,1,-1,1,97,-139,1,138,-137,97,139,-139,139,97,-95,138,139,-141,94,140,-140,140,136,-139,91,140,-95,140,91,-93,141,140,-93,142,140,-142,136,140,-143,142,137,-137,137,142,-144,144,137,-144,144,132,-138,144,143,-146,146,132,-145,132,146,-131,146,81,-131,81,146,-79,145,147,-145,146,144,-148,147,145,-77,147,76,-76,75,146,-148,146,75,-79,148,149,-151,149,148,-152,149,151,-153,153,154,-153,154,149,-153,155,154,-154,154,155,-157,149,154,-158,156,157,-155,157,150,-150,150,157,-159,148,150,-159,157,159,-159,157,156,-160,159,143,-159,143,148,-159,156,160,-160,159,160,-144,148,143,-143,145,143,-161,142,141,-149,160,161,-146,160,156,-162,145,161,-77,162,76,-162,155,161,-157,161,155,-163,163,148,-142,92,163,-142,163,151,-149,163,92,-165,151,163,-166,165,163,-165,166,167,-169,167,166,-152,166,152,-152,152,166,-154,169,153,-167,168,169,-167,153,169,-156,169,168,-171,171,155,-170,169,170,-172,172,155,-172,155,172,-163,170,173,-172,172,171,-174,162,172,-75,162,74,-77,74,172,-174,173,79,-75,174,173,-171,173,174,-80,174,170,-169,86,79,-175,168,167,-175,174,175,-87,175,174,-168,175,92,-87,167,151,-176,92,175,-165,175,151,-166,164,175,-166,51,176,-49,51,7,-177,7,51,-9,51,177,-9,177,51,-179,50,178,-52,177,179,-9,8,179,-7,177,178,-181,177,180,-180,180,178,-51,179,181,-7,179,180,-182,50,181,-181,181,9,-7,50,49,-182,9,181,-183,49,182,-182,57,183,-55,57,13,-184,13,57,-15,57,184,-15,184,57,-186,56,185,-58,184,186,-15,14,186,-13,184,185,-188,184,187,-187,187,185,-57,188,12,-187,186,187,-189,56,188,-188,188,15,-13,56,55,-189,15,188,-190,55,189,-189,11,176,-8,46,48,-177,176,11,-47,190,46,-12,46,190,-192,191,47,-47,192,190,-12,192,11,-11,191,190,-194,192,193,-191,191,193,-48,194,192,-11,192,194,-194,194,47,-194,194,10,-10,49,47,-195,194,9,-183,
  866. 182,49,-195,17,183,-14,52,54,-184,183,17,-53,195,52,-18,52,195,-197,196,53,-53,197,195,-18,197,17,-17,196,195,-199,197,198,-196,196,198,-54,199,197,-17,198,197,-200,199,53,-199,199,16,-16,55,53,-200,199,15,-190,189,55,-200,200,201,-203,201,200,-204,204,205,-207,205,204,-208,207,204,-209,209,200,-211,203,200,-210,211,209,-211,203,209,-213,209,211,-214,209,213,-213,213,211,-215,212,201,-204,213,214,-216,201,212,-217,213,215,-218,218,217,-216,219,217,-219,220,212,-214,219,221,-218,221,219,-223,213,217,-224,223,220,-214,224,217,-222,217,224,-224,220,225,-213,212,225,-217,220,223,-227,220,226,-226,227,223,-225,226,223,-228,228,227,-225,224,221,-229,225,226,-230,229,216,-226,230,226,-228,226,230,-230,228,231,-228,227,231,-231,216,229,-233,216,232,-202,233,201,-233,229,233,-233,201,233,-203,233,229,-235,230,234,-230,202,233,-236,235,200,-203,236,233,-235,233,236,-236,200,235,-238,237,210,-201,237,211,-211,235,238,-238,211,237,-239,238,235,-237,211,238,-240,236,239,-239,239,214,-212,240,239,-237,236,234,-241,214,239,-242,240,241,-240,242,214,-242,214,242,-216,218,215,-243,243,241,-241,241,243,-243,234,243,-241,243,218,-243,243,234,-245,234,230,-245,218,243,-246,243,244,-246,245,246,-219,219,218,-247,246,222,-220,222,246,-248,245,247,-247,247,248,-223,249,245,-245,244,230,-250,247,245,-251,245,249,-251,251,248,-248,250,251,-248,248,251,-253,207,252,-252,251,250,-208,207,250,-206,250,249,-206,249,206,-206,206,249,-254,253,249,-255,230,254,-250,253,255,-207,255,204,-207,256,253,-255,254,230,-257,253,256,-256,231,256,-231,204,255,-258,256,257,-256,208,204,-258,258,256,-232,228,258,-232,258,228,-222,256,258,-260,259,257,-257,221,260,-259,259,258,-261,260,221,-223,222,261,-261,260,261,-260,261,222,-249,261,262,-260,261,248,-263,262,263,-260,263,262,-249,263,257,-260,248,252,-264,257,263,-265,252,264,-264,257,264,-209,207,264,-253,264,207,-209,265,267,293,-290,268,266,290,-297,266,303,304,-291,272,275,286,-293,270,276,275,-273,269,277,290,-296,271,278,277,-270,286,287,279,-275,275,276,281,-281,277,278,283,-283,278,285,288,-284,270,
  867. 299,300,-295,272,298,299,-271,274,301,302,-287,288,285,273,-285,286,302,285,291,297,-293,291,285,278,-272,287,286,275,-281,292,297,298,-273,294,300,295,290,304,-290,294,289,276,-271,289,293,281,-277,296,290,277,-283,284,279,287,-289,311,310,312,313,-315,298,297,291,-272,299,298,271,-270,300,299,269,-296,267,268,296,-294,282,281,293,-297,283,280,281,-283,288,287,280,-284,302,301,273,-286,304,303,265,-290,306,305,307,308,-310,267,265,305,-307,265,303,307,-306,303,266,308,-308,266,268,309,-309,268,267,306,-310,279,284,310,-312,284,273,312,-311,273,301,313,-313,301,274,314,-314,274,279,311,-315
  868. }
  869. Edges: *852 {
  870. a: 0,1,2,3,4,6,8,10,11,12,13,14,16,17,18,19,20,23,24,25,26,28,29,30,31,32,35,36,37,38,40,41,43,44,46,47,48,49,50,52,53,55,56,58,59,60,61,62,63,64,67,68,70,71,72,73,76,77,78,79,80,81,82,85,86,88,89,90,91,94,95,96,97,98,100,101,102,104,106,107,108,109,110,112,113,114,116,118,119,120,121,122,123,125,126,128,129,133,134,136,137,138,140,142,143,145,146,148,150,151,152,153,155,156,158,159,163,164,166,167,168,170,172,173,175,176,178,180,181,182,183,185,187,188,190,191,192,194,196,197,198,199,201,202,204,205,207,212,214,215,216,218,219,220,224,226,227,230,231,233,234,238,239,242,244,245,246,251,253,255,256,257,259,260,263,265,266,267,269,271,274,275,276,279,281,284,285,289,291,292,295,296,297,298,300,304,305,306,308,309,310,313,315,319,320,322,325,328,329,330,334,337,338,339,343,345,346,349,350,351,354,355,359,360,362,365,368,370,371,372,377,383,384,385,387,390,394,396,398,401,403,405,406,408,417,421,422,425,426,429,433,434,437,438,442,447,448,451,452,453,454,456,460,461,462,464,465,466,469,471,475,476,478,481,484,485,486,490,493,494,495,499,501,502,505,506,507,510,511,515,516,518,521,524,526,527,528,533,539,540,541,543,546,550,552,554,557,559,561,562,564,573,577,578,581,582,585,589,590,593,594,598,604,605,606,608,610,612,615,618,619,621,622,626,627,628,632,634,635,638,639,640,644,646,647,650,651,655,656,658,660,661,665,667,668,669,672,675,680,681,683,684,686,689,690,694,695,696,698,699,703,704,705,707,709,711,715,717,718,722,724,725,728,729,735,736,737,739,740,742,743,744,745,746,747,750,752,754,755,757,758,759,762,766,767,770,771,772,775,777,778,780,783,784,787,791,794,796,798,799,802,805,807,809,810,814,816,818,819,822,826,827,829,830,833,834,835,836,838,839,840,844,846,848,849,853,856,857,858,860,862,864,866,868,870,871,875,877,878,884,885,888,890,892,896,899,901,903,904,908,909,913,916,920,924,925,927,928,931,933,934,937,938,939,942,943,946,949,950,952,956,957,958,961,963,966,970,973,974,975,978,979,981,982,985,987,988,991,992,993,996,997,1000,1003,1004,1006,1010,1011,1013,1015,1017,1020,1024,1027,1028,
  871. 1029,1032,1037,1039,1041,1043,1045,1046,1047,1050,1052,1055,1057,1058,1059,1063,1065,1067,1069,1071,1076,1079,1082,1086,1091,1093,1095,1097,1099,1100,1101,1104,1106,1109,1111,1112,1113,1117,1119,1121,1124,1125,1130,1133,1136,1140,1141,1142,1144,1145,1146,1147,1148,1150,1151,1153,1154,1155,1156,1157,1160,1161,1163,1165,1166,1168,1169,1171,1174,1175,1176,1180,1181,1183,1184,1186,1187,1188,1190,1191,1193,1194,1196,1197,1198,1201,1202,1204,1205,1206,1209,1211,1213,1215,1216,1219,1222,1223,1225,1227,1229,1232,1233,1235,1237,1240,1241,1242,1245,1247,1249,1251,1252,1255,1258,1259,1261,1263,1265,1266,1270,1273,1274,1275,1279,1280,1281,1284,1286,1288,1291,1292,1293,1296,1299,1300,1304,1307,1309,1310,1311,1314,1317,1319,1321,1324,1325,1326,1329,1331,1333,1337,1338,1340,1342,1344,1347,1351,1352,1354,1357,1358,1360,1362,1363,1367,1368,1372,1373,1374,1377,1378,1380,1382,1384,1387,1388,1390,1392,1394,1395,1399,1400,1401,1403,1405,1408,1411,1413,1417,1418,1420,1421,1422,1425,1426,1428,1431,1433,1435,1438,1440,1444,1445,1446,1451,1452,1454,1455,1460,1462,1463,1464,1467,1468,1472,1475,1476,1477,1480,1484,1485,1486,1489,1491,1492,1496,1497,1501,1504,1505,1506,1510,1512,1518,1522,1526,1521,1523,1545,1537,1534,1587,1533,1530,1548,1553,1551,1538,1542,1535,1603,1543,1558,1557,1555,1576,1547,1552,1607,1525,1556,1560,1630,1626,1652,1614,1575,1549,1577,1546,1559,1579,1601,1540,1528,1580,1532,1531,1591,1581,1519,1565,1541,1539,1613,1597,1520,1524,1582,1566,1562,1564,1593,1567,1563,1635,1637,1639,1643,1616,1570,1572,1571,1656,1600,1527,1665,1667,1659,1669,1660,1673,1661,1677,1662,1663,1685,1687,1618,1689,1619,1693,1620,1697,1621,1622
  872. }
  873. GeometryVersion: 124
  874. LayerElementNormal: 0 {
  875. Version: 102
  876. Name: ""
  877. MappingInformationType: "ByPolygonVertex"
  878. ReferenceInformationType: "Direct"
  879. Normals: *5112 {
  880. a: -0.999504387378693,-0.0314804539084435,-6.99006495096098e-018,-0.99799108505249,-0.0550073832273483,-0.0314327888190746,-0.99771386384964,0.054992102086544,0.0392800718545914,-0.99771386384964,0.054992102086544,0.0392800718545914,-0.997498512268066,0.0706888660788536,1.56960813410775e-017,-0.999504387378693,-0.0314804539084435,-6.99006495096098e-018,-0.99771386384964,0.054992102086544,-0.0392800718545914,-0.999504387378693,-0.0314804539084435,-6.99006495096098e-018,-0.998021900653839,0.0628675222396851,1.39593941383265e-017,-0.999504387378693,-0.0314804539084435,-6.99006495096098e-018,-0.99771386384964,0.054992102086544,-0.0392800718545914,-0.99799108505249,-0.0550073832273483,0.0314327888190746,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-1,0,0,-0.998885869979858,1.04786090217166e-017,-0.047191459685564,-0.994719624519348,-0.102629795670509,-2.27883924331949e-017,-0.994719624519348,-0.102629795670509,-2.27883924331949e-017,-0.998885869979858,1.04786090217166e-017,-0.047191459685564,-0.993605554103851,-0.102514855563641,-0.0473145507276058,-0.994719624519348,-0.102629795670509,-2.27883924331949e-017,-0.993605554103851,-0.102514855563641,-0.0473145507276058,-0.244390159845352,-0.969677090644836,-2.15311566497086e-016,-0.244390159845352,-0.969677090644836,-2.15311566497086e-016,-0.993605554103851,-0.102514855563641,-0.0473145507276058,-0.244382545351982,-0.969646871089935,-0.00788330752402544,-1,0,0,-0.998885869979858,1.04786090217166e-017,-0.047191459685564,-0.994719624519348,-0.102629795670509,-2.27883924331949e-017,-0.994719624519348,-0.102629795670509,-2.27883924331949e-017,-0.998885869979858,1.04786090217166e-017,-0.047191459685564,-0.993605554103851,-0.102514855563641,-0.0473145507276058,-0.994719624519348,-0.102629795670509,-2.27883924331949e-017,-0.993605554103851,-0.102514855563641,-0.0473145507276058,-0.244390159845352,-0.969677090644836,-2.15311566497086e-016,-0.244390159845352,-0.969677090644836,-2.15311566497086e-016,
  881. -0.993605554103851,-0.102514855563641,-0.0473145507276058,-0.244382545351982,-0.969646871089935,-0.00788330752402544,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.99799108505249,-0.0550073832273483,0.0314327888190746,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.998607933521271,-0.047178328037262,0.023589164018631,0.99799108505249,-0.0550073832273483,0.0314327888190746,0.998607933521271,-0.047178328037262,0.023589164018631,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.998762309551239,-0.0471856184303761,0.0157285407185555,-0.99894767999649,-0.0393286496400833,-0.0235971882939339,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.999102234840393,-0.0393347330391407,-0.0157338920980692,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.999102234840393,-0.0393347330391407,-0.0157338920980692,-0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.99771386384964,-0.0392800718545914,-0.054992102086544,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.99799108505249,-0.0550073832273483,0.0314327888190746,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.998607933521271,-0.047178328037262,0.023589164018631,0.99799108505249,-0.0550073832273483,0.0314327888190746,0.998607933521271,-0.047178328037262,0.023589164018631,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.998762309551239,-0.0471856184303761,0.0157285407185555,-0.99894767999649,-0.0393286496400833,-0.0235971882939339,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.999102234840393,-0.0393347330391407,-0.0157338920980692,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.999102234840393,-0.0393347330391407,-0.0157338920980692,-0.998854994773865,-0.047189999371767,-0.00786499958485365,
  882. -0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,
  883. 0.993605554103851,-0.102514855563641,0.0473145507276058,1,0,0,0.998885869979858,-1.04786090217166e-017,0.047191459685564,1,0,0,0.993605554103851,-0.102514855563641,0.0473145507276058,0.994719624519348,-0.102629795670509,-2.27883924331949e-017,0.994719624519348,-0.102629795670509,-2.27883924331949e-017,0.993605554103851,-0.102514855563641,0.0473145507276058,0.236956179141998,-0.971520364284515,-2.15720855464178e-016,0.236956179141998,-0.971520364284515,-2.15720855464178e-016,0.993605554103851,-0.102514855563641,0.0473145507276058,0.236948788166046,-0.971490025520325,0.007898292504251,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0.993605554103851,-0.102514855563641,0.0473145507276058,1,0,0,0.998885869979858,-1.04786090217166e-017,0.047191459685564,1,0,0,0.993605554103851,-0.102514855563641,0.0473145507276058,0.994719624519348,-0.102629795670509,-2.27883924331949e-017,0.994719624519348,-0.102629795670509,-2.27883924331949e-017,0.993605554103851,-0.102514855563641,0.0473145507276058,0.236956179141998,-0.971520364284515,-2.15720855464178e-016,0.236956179141998,-0.971520364284515,-2.15720855464178e-016,0.993605554103851,-0.102514855563641,0.0473145507276058,0.236948788166046,-0.971490025520325,0.007898292504251,-0.588620126247406,0.651406288146973,-0.478744387626648,0.0236323066055775,0.858640432357788,-0.51203328371048,-0.259192526340485,0.824703514575958,-0.502676427364349,0.0158094149082899,0.822089552879334,-0.569138884544373,0.0236323066055775,0.858640432357788,-0.51203328371048,-0.588620126247406,0.651406288146973,-0.478744387626648,0.0236323066055775,0.858640432357788,-0.51203328371048,0.0158094149082899,0.822089552879334,-0.569138884544373,
  884. -0.00787939131259918,0.85885363817215,-0.512160420417786,0.0158094149082899,0.822089552879334,-0.569138884544373,-0.588620126247406,0.651406288146973,-0.478744387626648,-0.00789730809628963,-0.687065720558167,-0.726552307605743,-0.0157071854919195,0.824627220630646,-0.565458595752716,-0.00787939131259918,0.85885363817215,-0.512160420417786,0.0158094149082899,0.822089552879334,-0.569138884544373,-0.00787939131259918,0.85885363817215,-0.512160420417786,-0.0157071854919195,0.824627220630646,-0.565458595752716,-0.015693636611104,0.855303227901459,-0.51789003610611,-0.0157071854919195,0.824627220630646,-0.565458595752716,0.0235979184508324,0.849525094032288,-0.527020156383514,-0.015693636611104,0.855303227901459,-0.51789003610611,-0.00789730809628963,-0.687065720558167,-0.726552307605743,-0.00789509247988462,-0.481600642204285,-0.876355230808258,0.0158094149082899,0.822089552879334,-0.569138884544373,-0.00789509247988462,-0.481600642204285,-0.876355230808258,0,-0.392970532178879,-0.919551074504852,0.0158094149082899,0.822089552879334,-0.569138884544373,-0.00789730809628963,-0.687065720558167,-0.726552307605743,0,-0.392970532178879,-0.919551074504852,-0.00789509247988462,-0.481600642204285,-0.876355230808258,-0.0157071854919195,0.824627220630646,-0.565458595752716,0.0158094149082899,0.822089552879334,-0.569138884544373,0,-0.392970532178879,-0.919551074504852,0,-0.392970532178879,-0.919551074504852,-0.00789730809628963,-0.687065720558167,-0.726552307605743,0,-0.574518263339996,-0.818491756916046,0.0157212503254414,-0.801783680915833,0.597407519817352,0,-0.574518263339996,-0.818491756916046,-0.00789730809628963,-0.687065720558167,-0.726552307605743,0,-0.392970532178879,-0.919551074504852,0,-0.339838653802872,-0.940483748912811,-0.0157071854919195,0.824627220630646,-0.565458595752716,0,-0.339838653802872,-0.940483748912811,0,-0.392970532178879,-0.919551074504852,0,-0.574518263339996,-0.818491756916046,0.0235979184508324,0.849525094032288,-0.527020156383514,-0.0157071854919195,0.824627220630646,-0.565458595752716,0.0158094149082899,0.822089552879334,-0.569138884544373,
  885. 0.0158094149082899,0.822089552879334,-0.569138884544373,-0.0157071854919195,0.824627220630646,-0.565458595752716,0,-0.339838653802872,-0.940483748912811,-0.0868027433753014,0.812789261341095,-0.576054573059082,0.0235979184508324,0.849525094032288,-0.527020156383514,0.0158094149082899,0.822089552879334,-0.569138884544373,0,-0.339838653802872,-0.940483748912811,-0.0868027433753014,0.812789261341095,-0.576054573059082,0.0158094149082899,0.822089552879334,-0.569138884544373,0.0235979184508324,0.849525094032288,-0.527020156383514,-0.0868027433753014,0.812789261341095,-0.576054573059082,-0.0711090341210365,0.845407485961914,-0.52936726808548,-0.0711090341210365,0.845407485961914,-0.52936726808548,-0.0868027433753014,0.812789261341095,-0.576054573059082,-0.988851487636566,0.141264483332634,-0.0470881685614586,-0.0868027433753014,0.812789261341095,-0.576054573059082,0,-0.339838653802872,-0.940483748912811,0,-0.346800923347473,-0.937938749790192,0,-0.574518263339996,-0.818491756916046,0,-0.346800923347473,-0.937938749790192,0,-0.339838653802872,-0.940483748912811,-0.986702144145966,-0.14208510518074,0.0789361670613289,-0.0868027433753014,0.812789261341095,-0.576054573059082,0,-0.346800923347473,-0.937938749790192,0,-0.346800923347473,-0.937938749790192,0,-0.574518263339996,-0.818491756916046,-0.986702144145966,-0.14208510518074,0.0789361670613289,0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,0.0157212503254414,-0.801783680915833,0.597407519817352,0.0314794778823853,-0.999473392963409,-0.00786986947059631,0.0157212503254414,-0.801783680915833,0.597407519817352,0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,-0.0474149063229561,-0.861370801925659,0.505759000778198,0,-0.574518263339996,-0.818491756916046,0.0157212503254414,-0.801783680915833,0.597407519817352,-0.0474149063229561,-0.861370801925659,0.505759000778198,-0.0474149063229561,-0.861370801925659,0.505759000778198,0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,-0.031476553529501,-0.999380588531494,0.0157382767647505,0.00790051091462374,-0.853255212306976,0.521433711051941,
  886. -0.986702144145966,-0.14208510518074,0.0789361670613289,0,-0.574518263339996,-0.818491756916046,0,-0.574518263339996,-0.818491756916046,-0.0474149063229561,-0.861370801925659,0.505759000778198,0.00790051091462374,-0.853255212306976,0.521433711051941,-0.0474149063229561,-0.861370801925659,0.505759000778198,-0.031476553529501,-0.999380588531494,0.0157382767647505,0.0550226718187332,-0.833200514316559,0.55022668838501,0.0550226718187332,-0.833200514316559,0.55022668838501,0.00790051091462374,-0.853255212306976,0.521433711051941,-0.0474149063229561,-0.861370801925659,0.505759000778198,-0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,0.0550226718187332,-0.833200514316559,0.55022668838501,-0.031476553529501,-0.999380588531494,0.0157382767647505,0.00790051091462374,-0.853255212306976,0.521433711051941,0.0550226718187332,-0.833200514316559,0.55022668838501,-0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,-0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,-0.986702144145966,-0.14208510518074,0.0789361670613289,0.00790051091462374,-0.853255212306976,0.521433711051941,-0.986702144145966,-0.14208510518074,0.0789361670613289,-0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,-0.999504387378693,-0.0314804539084435,-6.99006495096098e-018,-0.999102234840393,-0.0393347330391407,-0.0157338920980692,-0.0550345741212368,-2.21708081382065e-016,0.998484432697296,-0.99894767999649,-0.0393286496400833,-0.0235971882939339,-0.0550345741212368,-2.21708081382065e-016,0.998484432697296,-0.999102234840393,-0.0393347330391407,-0.0157338920980692,-0.0551164075732231,-0.322824656963348,0.944852709770203,-0.0551164075732231,-0.322824656963348,0.944852709770203,0.0157460793852806,-2.22017076354246e-016,0.999876022338867,-0.0550345741212368,-2.21708081382065e-016,0.998484432697296,-0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.0551164075732231,-0.322824656963348,0.944852709770203,-0.999102234840393,-0.0393347330391407,-0.0157338920980692,0.998607933521271,-0.047178328037262,0.023589164018631,
  887. 0.998762309551239,-0.0471856184303761,0.0157285407185555,0.0157460793852806,-2.22017076354246e-016,0.999876022338867,-0.0471390038728714,-0.997775554656982,-0.0471390038728714,-0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.99771386384964,-0.0392800718545914,-0.054992102086544,0.0157460793852806,-2.22017076354246e-016,0.999876022338867,0.0157695561647415,-0.32327589392662,0.946173369884491,0.998607933521271,-0.047178328037262,0.023589164018631,0.0157460793852806,-2.22017076354246e-016,0.999876022338867,-0.0551164075732231,-0.322824656963348,0.944852709770203,0.0157695561647415,-0.32327589392662,0.946173369884491,0.0157695561647415,-0.32327589392662,0.946173369884491,0.99799108505249,-0.0550073832273483,0.0314327888190746,0.998607933521271,-0.047178328037262,0.023589164018631,-0.0551164075732231,-0.322824656963348,0.944852709770203,-0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.0471564643085003,-0.526580512523651,0.848816394805908,-0.0551164075732231,-0.322824656963348,0.944852709770203,-0.0471564643085003,-0.526580512523651,0.848816394805908,0.0157695561647415,-0.32327589392662,0.946173369884491,-0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.0471390038728714,-0.997775554656982,-0.0471390038728714,-0.0471564643085003,-0.526580512523651,0.848816394805908,0.0157695561647415,-0.32327589392662,0.946173369884491,-0.0471564643085003,-0.526580512523651,0.848816394805908,0.00786792021244764,-0.527150630950928,0.8497354388237,-0.0471390038728714,-0.997775554656982,-0.0471390038728714,0.00786792021244764,-0.527150630950928,0.8497354388237,-0.0471564643085003,-0.526580512523651,0.848816394805908,0.0157695561647415,-0.32327589392662,0.946173369884491,0.00786792021244764,-0.527150630950928,0.8497354388237,0.99799108505249,-0.0550073832273483,0.0314327888190746,0.00786792021244764,-0.527150630950928,0.8497354388237,-0.0471390038728714,-0.997775554656982,-0.0471390038728714,0.0471390038728714,-0.997775554656982,-0.0471390038728714,0.0471390038728714,-0.997775554656982,-0.0471390038728714,
  888. 0.99799108505249,-0.0550073832273483,0.0314327888190746,0.00786792021244764,-0.527150630950928,0.8497354388237,0.99799108505249,-0.0550073832273483,0.0314327888190746,0.0471390038728714,-0.997775554656982,-0.0471390038728714,0.998762309551239,-0.0471856184303761,-0.0157285407185555,-0.993605554103851,-0.102514855563641,-0.0473145507276058,-0.00788919348269701,-0.986149191856384,-0.165673062205315,-0.244382545351982,-0.969646871089935,-0.00788330752402544,-0.00788919348269701,-0.986149191856384,-0.165673062205315,-0.993605554103851,-0.102514855563641,-0.0473145507276058,-0.015757804736495,-0.21273036301136,-0.976983845233917,-0.998885869979858,1.04786090217166e-017,-0.047191459685564,-0.015757804736495,-0.21273036301136,-0.976983845233917,-0.993605554103851,-0.102514855563641,-0.0473145507276058,-0.015757804736495,-0.21273036301136,-0.976983845233917,0.00788919348269701,-0.986149191856384,-0.165673062205315,-0.00788919348269701,-0.986149191856384,-0.165673062205315,-0.015757804736495,-0.21273036301136,-0.976983845233917,-0.998885869979858,1.04786090217166e-017,-0.047191459685564,-0.0157460793852806,2.22017076354246e-016,-0.999876022338867,0.0550754480063915,-0.212433889508247,-0.975622236728668,-0.015757804736495,-0.21273036301136,-0.976983845233917,-0.0157460793852806,2.22017076354246e-016,-0.999876022338867,0.00788919348269701,-0.986149191856384,-0.165673062205315,-0.015757804736495,-0.21273036301136,-0.976983845233917,0.0550754480063915,-0.212433889508247,-0.975622236728668,0.0550754480063915,-0.212433889508247,-0.975622236728668,-0.0157460793852806,2.22017076354246e-016,-0.999876022338867,0.0550345741212368,2.21708081382065e-016,-0.998484432697296,0.00788919348269701,-0.986149191856384,-0.165673062205315,0.0550754480063915,-0.212433889508247,-0.975622236728668,0.994719624519348,-0.102629795670509,-2.27883924331949e-017,0.0550345741212368,2.21708081382065e-016,-0.998484432697296,0.994719624519348,-0.102629795670509,-2.27883924331949e-017,0.0550754480063915,-0.212433889508247,-0.975622236728668,0.00788919348269701,-0.986149191856384,-0.165673062205315,
  889. 0.994719624519348,-0.102629795670509,-2.27883924331949e-017,0.236956179141998,-0.971520364284515,-2.15720855464178e-016,0.994719624519348,-0.102629795670509,-2.27883924331949e-017,0.0550345741212368,2.21708081382065e-016,-0.998484432697296,1,0,0,-0.994719624519348,-0.102629795670509,-2.27883924331949e-017,-0.244390159845352,-0.969677090644836,-2.15311566497086e-016,-0.00788919348269701,-0.986149191856384,0.165673062205315,-0.00788919348269701,-0.986149191856384,0.165673062205315,-0.0550754480063915,-0.212433889508247,0.975622236728668,-0.994719624519348,-0.102629795670509,-2.27883924331949e-017,-0.0550754480063915,-0.212433889508247,0.975622236728668,-1,0,0,-0.994719624519348,-0.102629795670509,-2.27883924331949e-017,0,-0.986179888248444,0.165678218007088,-0.0550754480063915,-0.212433889508247,0.975622236728668,-0.00788919348269701,-0.986149191856384,0.165673062205315,-1,0,0,-0.0550754480063915,-0.212433889508247,0.975622236728668,-0.0550345741212368,-2.21708081382065e-016,0.998484432697296,0.015757804736495,-0.21273036301136,0.976983845233917,-0.0550345741212368,-2.21708081382065e-016,0.998484432697296,-0.0550754480063915,-0.212433889508247,0.975622236728668,0.015757804736495,-0.21273036301136,0.976983845233917,-0.0550754480063915,-0.212433889508247,0.975622236728668,0,-0.986179888248444,0.165678218007088,-0.0550345741212368,-2.21708081382065e-016,0.998484432697296,0.015757804736495,-0.21273036301136,0.976983845233917,0.0157460793852806,-2.22017076354246e-016,0.999876022338867,0,-0.986179888248444,0.165678218007088,0.993605554103851,-0.102514855563641,0.0473145507276058,0.015757804736495,-0.21273036301136,0.976983845233917,0.993605554103851,-0.102514855563641,0.0473145507276058,0.0157460793852806,-2.22017076354246e-016,0.999876022338867,0.015757804736495,-0.21273036301136,0.976983845233917,0.993605554103851,-0.102514855563641,0.0473145507276058,0,-0.986179888248444,0.165678218007088,0.236948788166046,-0.971490025520325,0.007898292504251,0.0157460793852806,-2.22017076354246e-016,0.999876022338867,0.993605554103851,-0.102514855563641,0.0473145507276058,
  890. 0.998885869979858,-1.04786090217166e-017,0.047191459685564,-0.023615462705493,2.21982705345433e-016,-0.999721229076386,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.023615462705493,2.21982705345433e-016,-0.999721229076386,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,-0.0471390038728714,-0.997775554656982,-0.0471390038728714,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,0.0628675222396851,2.21605378637211e-016,-0.998021900653839,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,-0.023615462705493,2.21982705345433e-016,-0.999721229076386,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,0.0471390038728714,-0.997775554656982,-0.0471390038728714,-0.0471390038728714,-0.997775554656982,-0.0471390038728714,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,0.0628675222396851,2.21605378637211e-016,-0.998021900653839,0.0628655776381493,-0.00785819720476866,-0.99799108505249,0.0471390038728714,-0.997775554656982,-0.0471390038728714,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,0.0628655776381493,-0.00785819720476866,-0.99799108505249,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.0628655776381493,-0.00785819720476866,-0.99799108505249,0.0628675222396851,2.21605378637211e-016,-0.998021900653839,0.0471390038728714,-0.997775554656982,-0.0471390038728714,0.0628655776381493,-0.00785819720476866,-0.99799108505249,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.0628655776381493,-0.00785819720476866,-0.99799108505249,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.998762309551239,-0.0471856184303761,-0.0157285407185555,-0.999102234840393,-0.0393347330391407,-0.0157338920980692,-0.0550345741212368,-2.21708081382065e-016,0.998484432697296,-0.99894767999649,-0.0393286496400833,-0.0235971882939339,-0.0550345741212368,-2.21708081382065e-016,0.998484432697296,
  891. -0.999102234840393,-0.0393347330391407,-0.0157338920980692,-0.0551164075732231,-0.322824656963348,0.944852709770203,-0.0551164075732231,-0.322824656963348,0.944852709770203,0.0157460793852806,-2.22017076354246e-016,0.999876022338867,-0.0550345741212368,-2.21708081382065e-016,0.998484432697296,-0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.0551164075732231,-0.322824656963348,0.944852709770203,-0.999102234840393,-0.0393347330391407,-0.0157338920980692,0.998607933521271,-0.047178328037262,0.023589164018631,0.998762309551239,-0.0471856184303761,0.0157285407185555,0.0157460793852806,-2.22017076354246e-016,0.999876022338867,-0.0471390038728714,-0.997775554656982,-0.0471390038728714,-0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.99771386384964,-0.0392800718545914,-0.054992102086544,0.0157460793852806,-2.22017076354246e-016,0.999876022338867,0.0157695561647415,-0.32327589392662,0.946173369884491,0.998607933521271,-0.047178328037262,0.023589164018631,0.0157460793852806,-2.22017076354246e-016,0.999876022338867,-0.0551164075732231,-0.322824656963348,0.944852709770203,0.0157695561647415,-0.32327589392662,0.946173369884491,0.0157695561647415,-0.32327589392662,0.946173369884491,0.99799108505249,-0.0550073832273483,0.0314327888190746,0.998607933521271,-0.047178328037262,0.023589164018631,-0.0551164075732231,-0.322824656963348,0.944852709770203,-0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.0471564643085003,-0.526580512523651,0.848816394805908,-0.0551164075732231,-0.322824656963348,0.944852709770203,-0.0471564643085003,-0.526580512523651,0.848816394805908,0.0157695561647415,-0.32327589392662,0.946173369884491,-0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.0471390038728714,-0.997775554656982,-0.0471390038728714,-0.0471564643085003,-0.526580512523651,0.848816394805908,0.0157695561647415,-0.32327589392662,0.946173369884491,-0.0471564643085003,-0.526580512523651,0.848816394805908,0.00786792021244764,-0.527150630950928,0.8497354388237,-0.0471390038728714,-0.997775554656982,-0.0471390038728714,
  892. 0.00786792021244764,-0.527150630950928,0.8497354388237,-0.0471564643085003,-0.526580512523651,0.848816394805908,0.0157695561647415,-0.32327589392662,0.946173369884491,0.00786792021244764,-0.527150630950928,0.8497354388237,0.99799108505249,-0.0550073832273483,0.0314327888190746,0.00786792021244764,-0.527150630950928,0.8497354388237,-0.0471390038728714,-0.997775554656982,-0.0471390038728714,0.0471390038728714,-0.997775554656982,-0.0471390038728714,0.0471390038728714,-0.997775554656982,-0.0471390038728714,0.99799108505249,-0.0550073832273483,0.0314327888190746,0.00786792021244764,-0.527150630950928,0.8497354388237,0.99799108505249,-0.0550073832273483,0.0314327888190746,0.0471390038728714,-0.997775554656982,-0.0471390038728714,0.998762309551239,-0.0471856184303761,-0.0157285407185555,-0.993605554103851,-0.102514855563641,-0.0473145507276058,-0.00788919348269701,-0.986149191856384,-0.165673062205315,-0.244382545351982,-0.969646871089935,-0.00788330752402544,-0.00788919348269701,-0.986149191856384,-0.165673062205315,-0.993605554103851,-0.102514855563641,-0.0473145507276058,-0.015757804736495,-0.21273036301136,-0.976983845233917,-0.998885869979858,1.04786090217166e-017,-0.047191459685564,-0.015757804736495,-0.21273036301136,-0.976983845233917,-0.993605554103851,-0.102514855563641,-0.0473145507276058,-0.015757804736495,-0.21273036301136,-0.976983845233917,0.00788919348269701,-0.986149191856384,-0.165673062205315,-0.00788919348269701,-0.986149191856384,-0.165673062205315,-0.015757804736495,-0.21273036301136,-0.976983845233917,-0.998885869979858,1.04786090217166e-017,-0.047191459685564,-0.0157460793852806,2.22017076354246e-016,-0.999876022338867,0.0550754480063915,-0.212433889508247,-0.975622236728668,-0.015757804736495,-0.21273036301136,-0.976983845233917,-0.0157460793852806,2.22017076354246e-016,-0.999876022338867,0.00788919348269701,-0.986149191856384,-0.165673062205315,-0.015757804736495,-0.21273036301136,-0.976983845233917,0.0550754480063915,-0.212433889508247,-0.975622236728668,0.0550754480063915,-0.212433889508247,-0.975622236728668,
  893. -0.0157460793852806,2.22017076354246e-016,-0.999876022338867,0.0550345741212368,2.21708081382065e-016,-0.998484432697296,0.00788919348269701,-0.986149191856384,-0.165673062205315,0.0550754480063915,-0.212433889508247,-0.975622236728668,0.994719624519348,-0.102629795670509,-2.27883924331949e-017,0.0550345741212368,2.21708081382065e-016,-0.998484432697296,0.994719624519348,-0.102629795670509,-2.27883924331949e-017,0.0550754480063915,-0.212433889508247,-0.975622236728668,0.00788919348269701,-0.986149191856384,-0.165673062205315,0.994719624519348,-0.102629795670509,-2.27883924331949e-017,0.236956179141998,-0.971520364284515,-2.15720855464178e-016,0.994719624519348,-0.102629795670509,-2.27883924331949e-017,0.0550345741212368,2.21708081382065e-016,-0.998484432697296,1,0,0,-0.994719624519348,-0.102629795670509,-2.27883924331949e-017,-0.244390159845352,-0.969677090644836,-2.15311566497086e-016,-0.00788919348269701,-0.986149191856384,0.165673062205315,-0.00788919348269701,-0.986149191856384,0.165673062205315,-0.0550754480063915,-0.212433889508247,0.975622236728668,-0.994719624519348,-0.102629795670509,-2.27883924331949e-017,-0.0550754480063915,-0.212433889508247,0.975622236728668,-1,0,0,-0.994719624519348,-0.102629795670509,-2.27883924331949e-017,0,-0.986179888248444,0.165678218007088,-0.0550754480063915,-0.212433889508247,0.975622236728668,-0.00788919348269701,-0.986149191856384,0.165673062205315,-1,0,0,-0.0550754480063915,-0.212433889508247,0.975622236728668,-0.0550345741212368,-2.21708081382065e-016,0.998484432697296,0.015757804736495,-0.21273036301136,0.976983845233917,-0.0550345741212368,-2.21708081382065e-016,0.998484432697296,-0.0550754480063915,-0.212433889508247,0.975622236728668,0.015757804736495,-0.21273036301136,0.976983845233917,-0.0550754480063915,-0.212433889508247,0.975622236728668,0,-0.986179888248444,0.165678218007088,-0.0550345741212368,-2.21708081382065e-016,0.998484432697296,0.015757804736495,-0.21273036301136,0.976983845233917,0.0157460793852806,-2.22017076354246e-016,0.999876022338867,0,-0.986179888248444,0.165678218007088,
  894. 0.993605554103851,-0.102514855563641,0.0473145507276058,0.015757804736495,-0.21273036301136,0.976983845233917,0.993605554103851,-0.102514855563641,0.0473145507276058,0.0157460793852806,-2.22017076354246e-016,0.999876022338867,0.015757804736495,-0.21273036301136,0.976983845233917,0.993605554103851,-0.102514855563641,0.0473145507276058,0,-0.986179888248444,0.165678218007088,0.236948788166046,-0.971490025520325,0.007898292504251,0.0157460793852806,-2.22017076354246e-016,0.999876022338867,0.993605554103851,-0.102514855563641,0.0473145507276058,0.998885869979858,-1.04786090217166e-017,0.047191459685564,-0.023615462705493,2.21982705345433e-016,-0.999721229076386,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.023615462705493,2.21982705345433e-016,-0.999721229076386,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,-0.0471390038728714,-0.997775554656982,-0.0471390038728714,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,0.0628675222396851,2.21605378637211e-016,-0.998021900653839,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,-0.023615462705493,2.21982705345433e-016,-0.999721229076386,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,0.0471390038728714,-0.997775554656982,-0.0471390038728714,-0.0471390038728714,-0.997775554656982,-0.0471390038728714,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,0.0628675222396851,2.21605378637211e-016,-0.998021900653839,0.0628655776381493,-0.00785819720476866,-0.99799108505249,0.0471390038728714,-0.997775554656982,-0.0471390038728714,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,0.0628655776381493,-0.00785819720476866,-0.99799108505249,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.0628655776381493,-0.00785819720476866,-0.99799108505249,0.0628675222396851,2.21605378637211e-016,-0.998021900653839,0.0471390038728714,-0.997775554656982,-0.0471390038728714,
  895. 0.0628655776381493,-0.00785819720476866,-0.99799108505249,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.0628655776381493,-0.00785819720476866,-0.99799108505249,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.0157990492880344,0.900545835494995,-0.434473872184753,0.0393347330391407,0.888964951038361,-0.456282883882523,-0.015693636611104,0.855303227901459,0.51789003610611,0.0235979184508324,0.849525094032288,0.527020156383514,-0.015693636611104,0.855303227901459,0.51789003610611,0.0393347330391407,0.888964951038361,-0.456282883882523,0,0.889653563499451,-0.456636339426041,-0.0711090341210365,0.845407485961914,-0.52936726808548,0.0235979184508324,0.849525094032288,0.527020156383514,-0.118165194988251,0.850789427757263,0.512049198150635,0.0235979184508324,0.849525094032288,0.527020156383514,-0.0711090341210365,0.845407485961914,-0.52936726808548,-0.0868027433753014,0.812789261341095,0.576054573059082,0.0235979184508324,0.849525094032288,0.527020156383514,-0.118165194988251,0.850789427757263,0.512049198150635,0.0235979184508324,0.849525094032288,0.527020156383514,-0.0235571414232254,0.824500024318695,0.56537139415741,-0.015693636611104,0.855303227901459,0.51789003610611,-0.0868027433753014,0.812789261341095,0.576054573059082,0.0158094149082899,0.822089552879334,0.569138884544373,0.0235979184508324,0.849525094032288,0.527020156383514,-0.0235571414232254,0.824500024318695,0.56537139415741,0.0235979184508324,0.849525094032288,0.527020156383514,0.0158094149082899,0.822089552879334,0.569138884544373,-0.0868027433753014,0.812789261341095,0.576054573059082,0,-0.339838653802872,0.940483748912811,0.0158094149082899,0.822089552879334,0.569138884544373,-0.0235571414232254,0.824500024318695,0.56537139415741,0.0158094149082899,0.822089552879334,0.569138884544373,0,-0.339838653802872,0.940483748912811,0,-0.339838653802872,0.940483748912811,-0.0868027433753014,0.812789261341095,0.576054573059082,0,-0.346800923347473,0.937938749790192,0,-0.346800923347473,0.937938749790192,
  896. -0.0868027433753014,0.812789261341095,0.576054573059082,-0.986702144145966,-0.14208510518074,-0.0789361670613289,0,-0.346800923347473,0.937938749790192,0,-0.574518263339996,0.818491756916046,0,-0.339838653802872,0.940483748912811,0,-0.574518263339996,0.818491756916046,0,-0.346800923347473,0.937938749790192,-0.986702144145966,-0.14208510518074,-0.0789361670613289,-0.0235571414232254,0.824500024318695,0.56537139415741,0,-0.339838653802872,0.940483748912811,0,-0.392970532178879,0.919551074504852,0,-0.392970532178879,0.919551074504852,0,-0.339838653802872,0.940483748912811,0,-0.574518263339996,0.818491756916046,-0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,-0.986702144145966,-0.14208510518074,-0.0789361670613289,-0.999504387378693,-0.0314804539084435,-6.99006495096098e-018,-0.986702144145966,-0.14208510518074,-0.0789361670613289,-0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,0.00790051091462374,-0.853255212306976,-0.521433711051941,-0.986702144145966,-0.14208510518074,-0.0789361670613289,0.00790051091462374,-0.853255212306976,-0.521433711051941,0,-0.574518263339996,0.818491756916046,-0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,0.0550226718187332,-0.833200514316559,-0.55022668838501,0.00790051091462374,-0.853255212306976,-0.521433711051941,0.0550226718187332,-0.833200514316559,-0.55022668838501,-0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,-0.031476553529501,-0.999380588531494,-0.0157382767647505,0.00790051091462374,-0.853255212306976,-0.521433711051941,0.0550226718187332,-0.833200514316559,-0.55022668838501,-0.0392425507307053,-0.824093580245972,-0.56509268283844,-0.031476553529501,-0.999380588531494,-0.0157382767647505,-0.0392425507307053,-0.824093580245972,-0.56509268283844,0.0550226718187332,-0.833200514316559,-0.55022668838501,-0.0392425507307053,-0.824093580245972,-0.56509268283844,0,-0.574518263339996,0.818491756916046,0.00790051091462374,-0.853255212306976,-0.521433711051941,0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,-0.0392425507307053,-0.824093580245972,-0.56509268283844,
  897. -0.031476553529501,-0.999380588531494,-0.0157382767647505,-0.0392425507307053,-0.824093580245972,-0.56509268283844,0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,0.0315028987824917,-0.858454048633575,-0.511922121047974,-0.0392425507307053,-0.824093580245972,-0.56509268283844,0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,0.0157441273331642,-0.645509243011475,0.763590157032013,-0.0392425507307053,-0.824093580245972,-0.56509268283844,0.0315028987824917,-0.858454048633575,-0.511922121047974,0,-0.574518263339996,0.818491756916046,-0.0392425507307053,-0.824093580245972,-0.56509268283844,0.0157441273331642,-0.645509243011475,0.763590157032013,0.0157441273331642,-0.645509243011475,0.763590157032013,0,-0.392970532178879,0.919551074504852,0,-0.574518263339996,0.818491756916046,0,-0.392970532178879,0.919551074504852,0.0157441273331642,-0.645509243011475,0.763590157032013,0.0629531145095825,-0.299027293920517,0.952165842056274,0.0157426651567221,0.83436131477356,0.550993263721466,0,-0.392970532178879,0.919551074504852,0.0629531145095825,-0.299027293920517,0.952165842056274,0.0157426651567221,0.83436131477356,0.550993263721466,-0.0235571414232254,0.824500024318695,0.56537139415741,0,-0.392970532178879,0.919551074504852,0.0157426651567221,0.83436131477356,0.550993263721466,0.0629531145095825,-0.299027293920517,0.952165842056274,-0.535167694091797,0.700440108776093,0.472206801176071,-0.0235665887594223,0.864108264446259,0.502753913402557,-0.0235571414232254,0.824500024318695,0.56537139415741,0.0157426651567221,0.83436131477356,0.550993263721466,-0.0235571414232254,0.824500024318695,0.56537139415741,-0.0235665887594223,0.864108264446259,0.502753913402557,-0.015693636611104,0.855303227901459,0.51789003610611,-0.0235665887594223,0.864108264446259,0.502753913402557,-0.0471695773303509,0.880498766899109,-0.471695780754089,-0.015693636611104,0.855303227901459,0.51789003610611,-0.0471695773303509,0.880498766899109,-0.471695780754089,-0.0235665887594223,0.864108264446259,0.502753913402557,
  898. 0.0236125327646732,0.889405429363251,-0.456508964300156,-0.535167694091797,0.700440108776093,0.472206801176071,0.0235665887594223,0.864108264446259,0.502753913402557,0.0157426651567221,0.83436131477356,0.550993263721466,-0.0235665887594223,0.864108264446259,0.502753913402557,0.0157426651567221,0.83436131477356,0.550993263721466,0.0235665887594223,0.864108264446259,0.502753913402557,0.0235665887594223,0.864108264446259,0.502753913402557,-0.535167694091797,0.700440108776093,0.472206801176071,-0.23616923391819,0.865953862667084,0.440849214792252,0.0235665887594223,0.864108264446259,0.502753913402557,-0.23616923391819,0.865953862667084,0.440849214792252,0.0236323066055775,0.858640432357788,-0.51203328371048,0.0236323066055775,0.858640432357788,-0.51203328371048,-0.0235665887594223,0.864108264446259,0.502753913402557,0.0235665887594223,0.864108264446259,0.502753913402557,-0.0235665887594223,0.864108264446259,0.502753913402557,0.0236323066055775,0.858640432357788,-0.51203328371048,-0.0471870787441731,0.896554529666901,-0.440412759780884,0.998206853866577,-0.055019274353981,-0.0235796887427568,0.99771386384964,0.054992102086544,0.0392800718545914,0.999876022338867,-3.49633197622281e-018,0.0157460793852806,0.99771386384964,0.054992102086544,0.0392800718545914,0.998206853866577,-0.055019274353981,-0.0235796887427568,0.999225914478302,-0.0393396019935608,-8.73514638256818e-018,0.99771386384964,0.054992102086544,0.0392800718545914,0.999225914478302,-0.0393396019935608,-8.73514638256818e-018,0.996914327144623,0.0784971937537193,1.74298783747682e-017,0.0630801841616631,0.851582527160645,-0.520411491394043,0.0630801841616631,0.851582527160645,0.520411491394043,0.996914327144623,0.0784971937537193,1.74298783747682e-017,0.0630801841616631,0.851582527160645,0.520411491394043,0.99771386384964,0.054992102086544,0.0392800718545914,0.996914327144623,0.0784971937537193,1.74298783747682e-017,-0.0157926455140114,0.908077120780945,-0.418505132198334,0.0630801841616631,0.851582527160645,0.520411491394043,0.0630801841616631,0.851582527160645,-0.520411491394043,
  899. 0.0630801841616631,0.851582527160645,0.520411491394043,-0.0157926455140114,0.908077120780945,-0.418505132198334,0.039367638528347,0.858214497566223,0.511779308319092,0.99771386384964,0.054992102086544,0.0392800718545914,0.0630801841616631,0.851582527160645,0.520411491394043,0.0708266273140907,0.826310694217682,0.558743417263031,0.039367638528347,0.858214497566223,0.511779308319092,0.0708266273140907,0.826310694217682,0.558743417263031,0.0630801841616631,0.851582527160645,0.520411491394043,0.0708266273140907,0.826310694217682,0.558743417263031,0.999876022338867,-3.49633197622281e-018,0.0157460793852806,0.99771386384964,0.054992102086544,0.0392800718545914,0.999876022338867,-3.49633197622281e-018,0.0157460793852806,0.0708266273140907,0.826310694217682,0.558743417263031,0.0705583989620209,-0.39199110865593,0.917259216308594,0.0788673982024193,-0.599392235279083,0.796560645103455,0.999876022338867,-3.49633197622281e-018,0.0157460793852806,0.0705583989620209,-0.39199110865593,0.917259216308594,0.0708266273140907,0.826310694217682,0.558743417263031,0.0472836866974831,0.827464580535889,0.559523582458496,0.0705583989620209,-0.39199110865593,0.917259216308594,0.0708266273140907,0.826310694217682,0.558743417263031,0.039367638528347,0.858214497566223,0.511779308319092,0.0472836866974831,0.827464580535889,0.559523582458496,0.0472836866974831,0.827464580535889,0.559523582458496,-0.0551865845918655,-0.362654715776443,0.930288136005402,0.0705583989620209,-0.39199110865593,0.917259216308594,-0.0551865845918655,-0.362654715776443,0.930288136005402,0.0788673982024193,-0.599392235279083,0.796560645103455,0.0705583989620209,-0.39199110865593,0.917259216308594,0.039367638528347,0.858214497566223,0.511779308319092,0.0157426651567221,0.83436131477356,0.550993263721466,0.0472836866974831,0.827464580535889,0.559523582458496,0.0472836866974831,0.827464580535889,0.559523582458496,0.0157426651567221,0.83436131477356,0.550993263721466,-0.0551865845918655,-0.362654715776443,0.930288136005402,0.0788673982024193,-0.599392235279083,0.796560645103455,
  900. -0.0551865845918655,-0.362654715776443,0.930288136005402,-0.0471856221556664,-0.644870162010193,0.762834191322327,-0.520865082740784,0.710270583629608,0.473513722419739,-0.0551865845918655,-0.362654715776443,0.930288136005402,0.0157426651567221,0.83436131477356,0.550993263721466,-0.0471856221556664,-0.644870162010193,0.762834191322327,-0.0552209243178368,-0.851979970932007,-0.520654380321503,0.0788673982024193,-0.599392235279083,0.796560645103455,0.0157426651567221,0.83436131477356,0.550993263721466,0.0236323066055775,0.858640432357788,0.51203328371048,-0.520865082740784,0.710270583629608,0.473513722419739,0.0157426651567221,0.83436131477356,0.550993263721466,0.039367638528347,0.858214497566223,0.511779308319092,0.0236323066055775,0.858640432357788,0.51203328371048,-0.520865082740784,0.710270583629608,0.473513722419739,0.0236323066055775,0.858640432357788,0.51203328371048,-0.228715434670448,0.867541372776031,0.441657394170761,0.0315028987824917,0.858454048633575,-0.511922121047974,-0.228715434670448,0.867541372776031,0.441657394170761,0.0236323066055775,0.858640432357788,0.51203328371048,0.118396870791912,0.907709300518036,-0.402549356222153,0.0236323066055775,0.858640432357788,0.51203328371048,0.039367638528347,0.858214497566223,0.511779308319092,0.0236323066055775,0.858640432357788,0.51203328371048,0.118396870791912,0.907709300518036,-0.402549356222153,0.0315028987824917,0.858454048633575,-0.511922121047974,0.0392776504158974,-0.801264047622681,-0.597020268440247,0.0788673982024193,-0.599392235279083,0.796560645103455,-0.0552209243178368,-0.851979970932007,-0.520654380321503,-0.0784971937537193,-0.996914327144623,-2.21359447914931e-016,0.0392776504158974,-0.801264047622681,-0.597020268440247,-0.0552209243178368,-0.851979970932007,-0.520654380321503,0.0392776504158974,-0.801264047622681,-0.597020268440247,0.999225914478302,-0.0393396019935608,-8.73514638256818e-018,0.0788673982024193,-0.599392235279083,0.796560645103455,0.0392776504158974,-0.801264047622681,-0.597020268440247,-0.0784971937537193,-0.996914327144623,-2.21359447914931e-016,
  901. -0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,0.999225914478302,-0.0393396019935608,-8.73514638256818e-018,0.0392776504158974,-0.801264047622681,-0.597020268440247,0.0550345741212368,-0.998484432697296,-2.21708081382065e-016,0.0550345741212368,-0.998484432697296,-2.21708081382065e-016,0.0392776504158974,-0.801264047622681,-0.597020268440247,-0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,0.99771386384964,0.054992102086544,-0.0392800718545914,0.998206853866577,-0.055019274353981,0.0235796887427568,0.999876022338867,3.49633197622281e-018,-0.0157460793852806,0.998206853866577,-0.055019274353981,0.0235796887427568,0.99771386384964,0.054992102086544,-0.0392800718545914,0.999225914478302,-0.0393396019935608,-8.73514638256818e-018,0.99771386384964,0.054992102086544,-0.0392800718545914,0.996914327144623,0.0784971937537193,1.74298783747682e-017,0.999225914478302,-0.0393396019935608,-8.73514638256818e-018,0.996914327144623,0.0784971937537193,1.74298783747682e-017,0.99771386384964,0.054992102086544,-0.0392800718545914,0.0630801841616631,0.851582527160645,-0.520411491394043,0.0708266273140907,0.826310694217682,-0.558743417263031,0.0630801841616631,0.851582527160645,-0.520411491394043,0.99771386384964,0.054992102086544,-0.0392800718545914,0.999876022338867,3.49633197622281e-018,-0.0157460793852806,0.0708266273140907,0.826310694217682,-0.558743417263031,0.99771386384964,0.054992102086544,-0.0392800718545914,0.0630801841616631,0.851582527160645,-0.520411491394043,0.0708266273140907,0.826310694217682,-0.558743417263031,0.039367638528347,0.858214497566223,-0.511779308319092,0.0708266273140907,0.826310694217682,-0.558743417263031,0.999876022338867,3.49633197622281e-018,-0.0157460793852806,0.0707740485668182,-0.385325402021408,-0.920062720775604,0.0394165441393852,0.827747464179993,-0.55971485376358,0.039367638528347,0.858214497566223,-0.511779308319092,0.0708266273140907,0.826310694217682,-0.558743417263031,0.0708266273140907,0.826310694217682,-0.558743417263031,0.0707740485668182,-0.385325402021408,-0.920062720775604,
  902. 0.0394165441393852,0.827747464179993,-0.55971485376358,0.0157426651567221,0.83436131477356,-0.550993263721466,0.039367638528347,0.858214497566223,-0.511779308319092,0.0394165441393852,0.827747464179993,-0.55971485376358,0.039367638528347,0.858214497566223,-0.511779308319092,0.0157426651567221,0.83436131477356,-0.550993263721466,0.0315028987824917,0.858454048633575,-0.511922121047974,0.0707740485668182,-0.385325402021408,-0.920062720775604,-0.0550141781568527,-0.424395084381104,-0.903804302215576,0.0394165441393852,0.827747464179993,-0.55971485376358,0.0157426651567221,0.83436131477356,-0.550993263721466,0.0394165441393852,0.827747464179993,-0.55971485376358,-0.0550141781568527,-0.424395084381104,-0.903804302215576,0.0315028987824917,0.858454048633575,-0.511922121047974,0.0157426651567221,0.83436131477356,-0.550993263721466,-0.572219133377075,0.666282534599304,-0.478155702352524,0.0315028987824917,0.858454048633575,-0.511922121047974,-0.572219133377075,0.666282534599304,-0.478155702352524,-0.259192526340485,0.824703514575958,-0.502676427364349,-0.572219133377075,0.666282534599304,-0.478155702352524,0.0157426651567221,0.83436131477356,-0.550993263721466,-0.0550141781568527,-0.424395084381104,-0.903804302215576,-0.0550141781568527,-0.424395084381104,-0.903804302215576,-0.0392958410084248,-0.636592626571655,-0.770198464393616,-0.572219133377075,0.666282534599304,-0.478155702352524,0.0156917050480843,-0.619822382926941,-0.784585237503052,-0.0550141781568527,-0.424395084381104,-0.903804302215576,0.0707740485668182,-0.385325402021408,-0.920062720775604,-0.0550141781568527,-0.424395084381104,-0.903804302215576,0.0156917050480843,-0.619822382926941,-0.784585237503052,-0.0392958410084248,-0.636592626571655,-0.770198464393616,0.0156917050480843,-0.619822382926941,-0.784585237503052,0.0707740485668182,-0.385325402021408,-0.920062720775604,0.999876022338867,3.49633197622281e-018,-0.0157460793852806,-0.0630801841616631,-0.851582527160645,0.520411491394043,-0.0392958410084248,-0.636592626571655,-0.770198464393616,0.0156917050480843,-0.619822382926941,-0.784585237503052,
  903. 0.999876022338867,3.49633197622281e-018,-0.0157460793852806,0.998206853866577,-0.055019274353981,0.0235796887427568,0.0156917050480843,-0.619822382926941,-0.784585237503052,0.0156917050480843,-0.619822382926941,-0.784585237503052,0.0394619405269623,-0.805023550987244,0.591929078102112,-0.0630801841616631,-0.851582527160645,0.520411491394043,0.0394619405269623,-0.805023550987244,0.591929078102112,0.0156917050480843,-0.619822382926941,-0.784585237503052,0.998206853866577,-0.055019274353981,0.0235796887427568,0.0394619405269623,-0.805023550987244,0.591929078102112,-0.0862911120057106,-0.996270060539246,-2.21216391991074e-016,-0.0630801841616631,-0.851582527160645,0.520411491394043,0.998206853866577,-0.055019274353981,0.0235796887427568,0.999225914478302,-0.0393396019935608,-8.73514638256818e-018,0.0394619405269623,-0.805023550987244,0.591929078102112,-0.0862911120057106,-0.996270060539246,-2.21216391991074e-016,0.0394619405269623,-0.805023550987244,0.591929078102112,-0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,0.0394619405269623,-0.805023550987244,0.591929078102112,0.999225914478302,-0.0393396019935608,-8.73514638256818e-018,0.0550345741212368,-0.998484432697296,-2.21708081382065e-016,-0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,0.0394619405269623,-0.805023550987244,0.591929078102112,0.0550345741212368,-0.998484432697296,-2.21708081382065e-016,-0.0236066840589046,-0.904922902584076,0.424920320510864,-0.0158005300909281,-0.892729878425598,0.450315088033676,-0.809169471263886,-0.510640978813171,0.290672570466995,-0.0236066840589046,-0.904922902584076,0.424920320510864,0.0394754633307457,-0.89214551448822,0.450020313262939,-0.0158005300909281,-0.892729878425598,0.450315088033676,0.0394754633307457,-0.89214551448822,0.450020313262939,-0.0236066840589046,-0.904922902584076,0.424920320510864,0.0551574602723122,-0.914037883281708,0.401861488819122,-0.0236066840589046,-0.904922902584076,0.424920320510864,0.00788477808237076,-0.61501270532608,-0.788477778434753,0.0551574602723122,-0.914037883281708,0.401861488819122,
  904. 0.00788477808237076,-0.61501270532608,-0.788477778434753,-0.0236066840589046,-0.904922902584076,0.424920320510864,-0.0315244197845459,-0.614726185798645,-0.788110494613647,-0.869029104709625,0.308110326528549,-0.387112945318222,-0.0315244197845459,-0.614726185798645,-0.788110494613647,-0.0236066840589046,-0.904922902584076,0.424920320510864,0.00788477808237076,-0.61501270532608,-0.788477778434753,0.00786621775478125,-0.409043312072754,-0.912481188774109,0.0551574602723122,-0.914037883281708,0.401861488819122,0.0551574602723122,-0.914037883281708,0.401861488819122,0.00786621775478125,-0.409043312072754,-0.912481188774109,0.0471695773303509,0.880498766899109,-0.471695780754089,0.00788477808237076,-0.61501270532608,-0.788477778434753,-0.0315244197845459,-0.614726185798645,-0.788110494613647,-0.0235165804624558,-0.415459603071213,-0.909307718276978,0.00788477808237076,-0.61501270532608,-0.788477778434753,-0.0235165804624558,-0.415459603071213,-0.909307718276978,0.00786621775478125,-0.409043312072754,-0.912481188774109,-0.0235165804624558,-0.415459603071213,-0.909307718276978,-0.0315244197845459,-0.614726185798645,-0.788110494613647,-0.869029104709625,0.308110326528549,-0.387112945318222,0.00786621775478125,-0.409043312072754,-0.912481188774109,-0.00787279568612576,0.889625906944275,-0.456622123718262,0.0471695773303509,0.880498766899109,-0.471695780754089,0.00786621775478125,-0.409043312072754,-0.912481188774109,-0.0235165804624558,-0.415459603071213,-0.909307718276978,-0.00787279568612576,0.889625906944275,-0.456622123718262,-0.869029104709625,0.308110326528549,-0.387112945318222,-0.00787279568612576,0.889625906944275,-0.456622123718262,-0.0235165804624558,-0.415459603071213,-0.909307718276978,-0.00787279568612576,0.889625906944275,-0.456622123718262,0.0236132647842169,0.897304058074951,-0.440780937671661,0.0471695773303509,0.880498766899109,-0.471695780754089,-0.869029104709625,0.308110326528549,-0.387112945318222,-0.81119966506958,0.527673602104187,-0.252023220062256,-0.00787279568612576,0.889625906944275,-0.456622123718262,
  905. 0.0236132647842169,0.897304058074951,-0.440780937671661,-0.00787279568612576,0.889625906944275,-0.456622123718262,0,0.897554337978363,-0.440903872251511,-0.81119966506958,0.527673602104187,-0.252023220062256,0,0.897554337978363,-0.440903872251511,-0.00787279568612576,0.889625906944275,-0.456622123718262,0.00787084549665451,-0.905147194862366,0.425025671720505,0.0158005300909281,-0.892729878425598,0.450315088033676,-0.809169471263886,-0.510640978813171,0.290672570466995,0.00787084549665451,-0.905147194862366,0.425025671720505,0.0630841106176376,-0.891063034534454,0.44947424530983,0.0158005300909281,-0.892729878425598,0.450315088033676,0.0630841106176376,-0.891063034534454,0.44947424530983,0.00787084549665451,-0.905147194862366,0.425025671720505,0.0864829123020172,-0.912001550197601,0.400966197252274,0.00787084549665451,-0.905147194862366,0.425025671720505,0.0315244197845459,-0.614726185798645,-0.788110494613647,0.0864829123020172,-0.912001550197601,0.400966197252274,0.0315244197845459,-0.614726185798645,-0.788110494613647,0.00787084549665451,-0.905147194862366,0.425025671720505,-0.00788477808237076,-0.61501270532608,-0.788477778434753,-0.869029104709625,0.308110326528549,-0.387112945318222,-0.00788477808237076,-0.61501270532608,-0.788477778434753,0.00787084549665451,-0.905147194862366,0.425025671720505,0.0315244197845459,-0.614726185798645,-0.788110494613647,0.0236683171242476,-0.402361392974854,-0.915174901485443,0.0864829123020172,-0.912001550197601,0.400966197252274,0.0864829123020172,-0.912001550197601,0.400966197252274,0.0236683171242476,-0.402361392974854,-0.915174901485443,0.0157970786094666,0.884636402130127,-0.466013818979263,0.0315244197845459,-0.614726185798645,-0.788110494613647,-0.00788477808237076,-0.61501270532608,-0.788477778434753,-0.0157926455140114,-0.418505132198334,-0.908077120780945,0.0315244197845459,-0.614726185798645,-0.788110494613647,-0.0157926455140114,-0.418505132198334,-0.908077120780945,0.0236683171242476,-0.402361392974854,-0.915174901485443,-0.0157926455140114,-0.418505132198334,-0.908077120780945,
  906. -0.00788477808237076,-0.61501270532608,-0.788477778434753,-0.869029104709625,0.308110326528549,-0.387112945318222,-0.0394754633307457,0.89214551448822,-0.450020313262939,0.0157970786094666,0.884636402130127,-0.466013818979263,0.0236683171242476,-0.402361392974854,-0.915174901485443,0.0236683171242476,-0.402361392974854,-0.915174901485443,-0.0157926455140114,-0.418505132198334,-0.908077120780945,-0.0394754633307457,0.89214551448822,-0.450020313262939,-0.869029104709625,0.308110326528549,-0.387112945318222,-0.0394754633307457,0.89214551448822,-0.450020313262939,-0.0157926455140114,-0.418505132198334,-0.908077120780945,-0.0394754633307457,0.89214551448822,-0.450020313262939,0,0.897554337978363,-0.440903872251511,0.0157970786094666,0.884636402130127,-0.466013818979263,-0.869029104709625,0.308110326528549,-0.387112945318222,-0.814566552639008,0.521955251693726,-0.253069221973419,-0.0394754633307457,0.89214551448822,-0.450020313262939,0,0.897554337978363,-0.440903872251511,-0.0394754633307457,0.89214551448822,-0.450020313262939,-0.0314775295555592,0.897109568119049,-0.440685391426086,-0.814566552639008,0.521955251693726,-0.253069221973419,-0.0314775295555592,0.897109568119049,-0.440685391426086,-0.0394754633307457,0.89214551448822,-0.450020313262939,0.0314502753317356,-0.912057936191559,-0.408853530883789,-0.0156873594969511,-0.886335849761963,-0.462777107954025,0.0473543219268322,-0.891839742660522,-0.449866056442261,-0.039301909506321,-0.91180431842804,-0.408739864826202,-0.809169471263886,-0.510640978813171,-0.290672570466995,-0.0156873594969511,-0.886335849761963,-0.462777107954025,-0.0156873594969511,-0.886335849761963,-0.462777107954025,0.0314502753317356,-0.912057936191559,-0.408853530883789,-0.039301909506321,-0.91180431842804,-0.408739864826202,0.00788477808237076,-0.61501270532608,0.788477778434753,-0.039301909506321,-0.91180431842804,-0.408739864826202,0.0314502753317356,-0.912057936191559,-0.408853530883789,-0.039301909506321,-0.91180431842804,-0.408739864826202,0.00788477808237076,-0.61501270532608,0.788477778434753,
  907. -0.0315244197845459,-0.614726185798645,0.788110494613647,-0.0315244197845459,-0.614726185798645,0.788110494613647,-0.869029104709625,0.308110326528549,0.387112945318222,-0.039301909506321,-0.91180431842804,-0.408739864826202,0.00786621775478125,-0.409043312072754,0.912481188774109,0.00788477808237076,-0.61501270532608,0.788477778434753,0.0314502753317356,-0.912057936191559,-0.408853530883789,0.00786621775478125,-0.409043312072754,0.912481188774109,0.0314502753317356,-0.912057936191559,-0.408853530883789,0.0471695773303509,0.880498766899109,0.471695780754089,-0.0315244197845459,-0.614726185798645,0.788110494613647,0.00788477808237076,-0.61501270532608,0.788477778434753,-0.0235165804624558,-0.415459603071213,0.909307718276978,0.00786621775478125,-0.409043312072754,0.912481188774109,-0.0235165804624558,-0.415459603071213,0.909307718276978,0.00788477808237076,-0.61501270532608,0.788477778434753,-0.0315244197845459,-0.614726185798645,0.788110494613647,-0.0235165804624558,-0.415459603071213,0.909307718276978,-0.869029104709625,0.308110326528549,0.387112945318222,-0.00787279568612576,0.889625906944275,0.456622123718262,0.00786621775478125,-0.409043312072754,0.912481188774109,0.0471695773303509,0.880498766899109,0.471695780754089,0.00786621775478125,-0.409043312072754,0.912481188774109,-0.00787279568612576,0.889625906944275,0.456622123718262,-0.0235165804624558,-0.415459603071213,0.909307718276978,-0.00787279568612576,0.889625906944275,0.456622123718262,-0.869029104709625,0.308110326528549,0.387112945318222,-0.0235165804624558,-0.415459603071213,0.909307718276978,-0.00787279568612576,0.889625906944275,0.456622123718262,0.0471695773303509,0.880498766899109,0.471695780754089,0.0236132647842169,0.897304058074951,0.440780937671661,-0.809569299221039,0.526613056659698,0.259376585483551,-0.869029104709625,0.308110326528549,0.387112945318222,-0.00787279568612576,0.889625906944275,0.456622123718262,-0.00787279568612576,0.889625906944275,0.456622123718262,0.0236132647842169,0.897304058074951,0.440780937671661,0,0.897554337978363,0.440903872251511,
  908. 0,0.897554337978363,0.440903872251511,-0.809569299221039,0.526613056659698,0.259376585483551,-0.00787279568612576,0.889625906944275,0.456622123718262,0.0632593929767609,-0.909353792667389,-0.411186039447784,0.0156873594969511,-0.886335849761963,-0.462777107954025,0.0787670239806175,-0.890067338943481,-0.448972016572952,-0.00786621775478125,-0.912481188774109,-0.409043312072754,-0.809169471263886,-0.510640978813171,-0.290672570466995,0.0156873594969511,-0.886335849761963,-0.462777107954025,0.0156873594969511,-0.886335849761963,-0.462777107954025,0.0632593929767609,-0.909353792667389,-0.411186039447784,-0.00786621775478125,-0.912481188774109,-0.409043312072754,0.0315244197845459,-0.614726185798645,0.788110494613647,-0.00786621775478125,-0.912481188774109,-0.409043312072754,0.0632593929767609,-0.909353792667389,-0.411186039447784,-0.00786621775478125,-0.912481188774109,-0.409043312072754,0.0315244197845459,-0.614726185798645,0.788110494613647,-0.00788477808237076,-0.61501270532608,0.788477778434753,-0.00788477808237076,-0.61501270532608,0.788477778434753,-0.869029104709625,0.308110326528549,0.387112945318222,-0.00786621775478125,-0.912481188774109,-0.409043312072754,0.0236683171242476,-0.402361392974854,0.915174901485443,0.0315244197845459,-0.614726185798645,0.788110494613647,0.0632593929767609,-0.909353792667389,-0.411186039447784,0.0236683171242476,-0.402361392974854,0.915174901485443,0.0632593929767609,-0.909353792667389,-0.411186039447784,0.0157387647777796,0.881370782852173,0.472162932157516,-0.00788477808237076,-0.61501270532608,0.788477778434753,0.0315244197845459,-0.614726185798645,0.788110494613647,-0.0157926455140114,-0.418505132198334,0.908077120780945,0.0236683171242476,-0.402361392974854,0.915174901485443,-0.0157926455140114,-0.418505132198334,0.908077120780945,0.0315244197845459,-0.614726185798645,0.788110494613647,-0.00788477808237076,-0.61501270532608,0.788477778434753,-0.0157926455140114,-0.418505132198334,0.908077120780945,-0.869029104709625,0.308110326528549,0.387112945318222,-0.0393347330391407,0.888964951038361,0.456282883882523,
  909. 0.0236683171242476,-0.402361392974854,0.915174901485443,0.0157387647777796,0.881370782852173,0.472162932157516,-0.0157926455140114,-0.418505132198334,0.908077120780945,0.0236683171242476,-0.402361392974854,0.915174901485443,-0.0393347330391407,0.888964951038361,0.456282883882523,-0.0393347330391407,0.888964951038361,0.456282883882523,-0.869029104709625,0.308110326528549,0.387112945318222,-0.0157926455140114,-0.418505132198334,0.908077120780945,-0.0393347330391407,0.888964951038361,0.456282883882523,0.0157387647777796,0.881370782852173,0.472162932157516,0,0.897554337978363,0.440903872251511,-0.81119966506958,0.527673602104187,0.252023220062256,-0.869029104709625,0.308110326528549,0.387112945318222,-0.0393347330391407,0.888964951038361,0.456282883882523,-0.0393347330391407,0.888964951038361,0.456282883882523,0,0.897554337978363,0.440903872251511,-0.0314775295555592,0.897109568119049,0.440685391426086,-0.0314775295555592,0.897109568119049,0.440685391426086,-0.81119966506958,0.527673602104187,0.252023220062256,-0.0393347330391407,0.888964951038361,0.456282883882523,-0.998361051082611,-0.0550277717411518,0.0157222207635641,-0.998361051082611,0.0550277717411518,-0.0157222207635641,-0.998361051082611,-0.0550277717411518,-0.0157222207635641,-0.998361051082611,0.0550277717411518,-0.0157222207635641,-0.998361051082611,-0.0550277717411518,0.0157222207635641,-0.999194979667664,0.0393383838236332,0.00786767713725567,0.999194979667664,0.0393383838236332,-0.00786767713725567,0.99894767999649,-0.0393286496400833,-0.0235971882939339,0.998731434345245,0.039320133626461,-0.031456109136343,0.99894767999649,-0.0393286496400833,-0.0235971882939339,0.999194979667664,0.0393383838236332,-0.00786767713725567,0.998854994773865,-0.047189999371767,0.00786499958485365,0.998854994773865,-0.047189999371767,0.00786499958485365,0.999194979667664,0.0393383838236332,-0.00786767713725567,0.999845147132874,0.0157455932348967,0.00787279661744833,-0.0235687755048275,0.0628500655293465,0.997744739055634,-0.998361051082611,-0.0550277717411518,0.0157222207635641,
  910. -0.023589164018631,-0.047178328037262,0.998607933521271,-0.999194979667664,0.0393383838236332,0.00786767713725567,-0.998361051082611,-0.0550277717411518,0.0157222207635641,-0.0235687755048275,0.0628500655293465,0.997744739055634,-0.00784440524876118,-0.0862884521484375,0.996239423751831,-0.0235687755048275,0.0628500655293465,0.997744739055634,-0.023589164018631,-0.047178328037262,0.998607933521271,-0.999194979667664,0.0393383838236332,0.00786767713725567,-0.0235687755048275,0.0628500655293465,0.997744739055634,-0.0236125327646732,0.999597251415253,0.0157416891306639,-0.0235687755048275,0.0628500655293465,0.997744739055634,-0.00784440524876118,-0.0862884521484375,0.996239423751831,0.00785819720476866,0.0628655776381493,0.99799108505249,-0.0235687755048275,0.0628500655293465,0.997744739055634,0.00785819720476866,0.0628655776381493,0.99799108505249,-0.0236125327646732,0.999597251415253,0.0157416891306639,0.00785819720476866,0.0628655776381493,0.99799108505249,-0.00784440524876118,-0.0862884521484375,0.996239423751831,-0.0157066993415356,-0.0706801414489746,0.99737536907196,-0.0236125327646732,0.999597251415253,0.0157416891306639,-0.998361051082611,0.0550277717411518,-0.0157222207635641,-0.999194979667664,0.0393383838236332,0.00786767713725567,0.00785819720476866,0.0628655776381493,0.99799108505249,-0.0157066993415356,-0.0706801414489746,0.99737536907196,0.0235687755048275,-0.0628500655293465,0.997744739055634,-0.998361051082611,0.0550277717411518,-0.0157222207635641,-0.0236125327646732,0.999597251415253,0.0157416891306639,-0.00787279661744833,0.999845147132874,-0.0157455932348967,0.00785819720476866,0.0628655776381493,0.99799108505249,0.0235687755048275,-0.0628500655293465,0.997744739055634,0,0.0314804539084435,0.999504387378693,0.149974033236504,-0.0631469637155533,0.986671268939972,0,0.0314804539084435,0.999504387378693,0.0235687755048275,-0.0628500655293465,0.997744739055634,-0.0392413474619389,-0.0706344172358513,0.996730208396912,0,0.0314804539084435,0.999504387378693,0.149974033236504,-0.0631469637155533,0.986671268939972,
  911. 0.0236088801175356,0.999442577362061,0.0236088801175356,-0.0236125327646732,0.999597251415253,0.0157416891306639,0.00785819720476866,0.0628655776381493,0.99799108505249,-0.0392413474619389,-0.0706344172358513,0.996730208396912,-0.0392183996737003,0.0784367993474007,0.996147394180298,0,0.0314804539084435,0.999504387378693,-0.0392183996737003,0.0784367993474007,0.996147394180298,-0.0392413474619389,-0.0706344172358513,0.996730208396912,0.0392619036138058,-0.0628190487623215,0.997252345085144,0.00785819720476866,0.0628655776381493,0.99799108505249,0,0.0314804539084435,0.999504387378693,0.0157441273331642,0.999752104282379,0.0157441273331642,0.0157441273331642,0.999752104282379,0.0157441273331642,0.0236088801175356,0.999442577362061,0.0236088801175356,0.00785819720476866,0.0628655776381493,0.99799108505249,-0.655885696411133,0.742810368537903,0.134338036179543,0,0.0314804539084435,0.999504387378693,-0.0392183996737003,0.0784367993474007,0.996147394180298,0,0.0314804539084435,0.999504387378693,-0.655885696411133,0.742810368537903,0.134338036179543,0.0157441273331642,0.999752104282379,0.0157441273331642,0.0236088801175356,0.999442577362061,0.0236088801175356,0.0393347330391407,0.999102234840393,-0.0157338920980692,-0.0236125327646732,0.999597251415253,0.0157416891306639,-0.0236125327646732,0.999597251415253,0.0157416891306639,0.0393347330391407,0.999102234840393,-0.0157338920980692,-0.00787279661744833,0.999845147132874,-0.0157455932348967,0.0236088801175356,0.999442577362061,0.0236088801175356,0.0157441273331642,0.999752104282379,0.0157441273331642,0,0.999721229076386,-0.023615462705493,0.0236088801175356,0.999442577362061,0.0236088801175356,0,0.999721229076386,-0.023615462705493,0.0393347330391407,0.999102234840393,-0.0157338920980692,-0.0550277717411518,0.998361051082611,-0.0157222207635641,0.0157441273331642,0.999752104282379,0.0157441273331642,-0.655885696411133,0.742810368537903,0.134338036179543,0,0.999721229076386,-0.023615462705493,0.0157441273331642,0.999752104282379,0.0157441273331642,-0.0550277717411518,0.998361051082611,-0.0157222207635641,
  912. -0.023614726960659,0.999690115451813,0.00787157565355301,-0.0550277717411518,0.998361051082611,-0.0157222207635641,-0.655885696411133,0.742810368537903,0.134338036179543,-0.655885696411133,0.742810368537903,0.134338036179543,-0.0392183996737003,0.0784367993474007,0.996147394180298,-0.023614726960659,0.999690115451813,0.00787157565355301,0.0393347330391407,0.999102234840393,-0.0157338920980692,0,0.999721229076386,-0.023615462705493,0.00790618918836117,0.0869680792093277,-0.996179819107056,0.00790618918836117,0.0869680792093277,-0.996179819107056,-0.00787279661744833,0.999845147132874,-0.0157455932348967,0.0393347330391407,0.999102234840393,-0.0157338920980692,0.00784947723150253,0.0784947723150253,-0.996883630752563,0,0.999721229076386,-0.023615462705493,-0.0550277717411518,0.998361051082611,-0.0157222207635641,0,0.999721229076386,-0.023615462705493,0.00784947723150253,0.0784947723150253,-0.996883630752563,0.00790618918836117,0.0869680792093277,-0.996179819107056,-0.023614726960659,0.999690115451813,0.00787157565355301,0.0157416891306639,0.999597251415253,-0.0236125327646732,-0.0550277717411518,0.998361051082611,-0.0157222207635641,-0.0550277717411518,0.998361051082611,-0.0157222207635641,0.0157416891306639,0.999597251415253,-0.0236125327646732,0.00784947723150253,0.0784947723150253,-0.996883630752563,-0.00787279661744833,0.999845147132874,-0.0157455932348967,0.00790618918836117,0.0869680792093277,-0.996179819107056,-0.0392800718545914,0.054992102086544,-0.99771386384964,-0.00787279661744833,0.999845147132874,-0.0157455932348967,-0.0392800718545914,0.054992102086544,-0.99771386384964,-0.998361051082611,0.0550277717411518,-0.0157222207635641,-0.0394730009138584,-0.0947351977229118,-0.994719624519348,-0.998361051082611,0.0550277717411518,-0.0157222207635641,-0.0392800718545914,0.054992102086544,-0.99771386384964,0.00790618918836117,0.0869680792093277,-0.996179819107056,-0.0394730009138584,-0.0947351977229118,-0.994719624519348,-0.0392800718545914,0.054992102086544,-0.99771386384964,-0.998361051082611,0.0550277717411518,-0.0157222207635641,
  913. -0.0394730009138584,-0.0947351977229118,-0.994719624519348,-0.998361051082611,-0.0550277717411518,-0.0157222207635641,-0.0394730009138584,-0.0947351977229118,-0.994719624519348,0.00790618918836117,0.0869680792093277,-0.996179819107056,0,-0.0948090925812721,-0.995495498180389,0.00784947723150253,0.0784947723150253,-0.996883630752563,0,-0.0948090925812721,-0.995495498180389,0.00790618918836117,0.0869680792093277,-0.996179819107056,-0.998361051082611,-0.0550277717411518,-0.0157222207635641,-0.0394730009138584,-0.0947351977229118,-0.994719624519348,-0.0236088801175356,-0.999442577362061,-0.0236088801175356,-0.0236088801175356,-0.999442577362061,-0.0236088801175356,-0.998361051082611,-0.0550277717411518,0.0157222207635641,-0.998361051082611,-0.0550277717411518,-0.0157222207635641,0.00787157565355301,-0.999690115451813,-0.023614726960659,-0.0394730009138584,-0.0947351977229118,-0.994719624519348,0,-0.0948090925812721,-0.995495498180389,-0.0394730009138584,-0.0947351977229118,-0.994719624519348,0.00787157565355301,-0.999690115451813,-0.023614726960659,-0.0236088801175356,-0.999442577362061,-0.0236088801175356,-0.998361051082611,-0.0550277717411518,0.0157222207635641,-0.0236088801175356,-0.999442577362061,-0.0236088801175356,-0.023614726960659,-0.999690115451813,0.00787157565355301,-0.023614726960659,-0.999690115451813,0.00787157565355301,-0.023589164018631,-0.047178328037262,0.998607933521271,-0.998361051082611,-0.0550277717411518,0.0157222207635641,-0.023614726960659,-0.999690115451813,0.00787157565355301,-0.0236808490008116,-0.26838293671608,0.963021218776703,-0.023589164018631,-0.047178328037262,0.998607933521271,-0.0236088801175356,-0.999442577362061,-0.0236088801175356,0.023614726960659,-0.999690115451813,0.00787157565355301,-0.023614726960659,-0.999690115451813,0.00787157565355301,-0.0236808490008116,-0.26838293671608,0.963021218776703,-0.023614726960659,-0.999690115451813,0.00787157565355301,0.023614726960659,-0.999690115451813,0.00787157565355301,0.023614726960659,-0.999690115451813,0.00787157565355301,-0.0236088801175356,-0.999442577362061,-0.0236088801175356,
  914. 0.00787157565355301,-0.999690115451813,-0.023614726960659,-0.0236808490008116,-0.26838293671608,0.963021218776703,0.023614726960659,-0.999690115451813,0.00787157565355301,-0.292382806539536,-0.956170737743378,0.0158044751733541,0.00787157565355301,-0.999690115451813,-0.023614726960659,-0.292382806539536,-0.956170737743378,0.0158044751733541,0.023614726960659,-0.999690115451813,0.00787157565355301,-0.292382806539536,-0.956170737743378,0.0158044751733541,-0.0157066993415356,-0.0706801414489746,0.99737536907196,-0.0236808490008116,-0.26838293671608,0.963021218776703,-0.102617025375366,-0.994595766067505,-0.0157872345298529,-0.292382806539536,-0.956170737743378,0.0158044751733541,0.00787157565355301,-0.999690115451813,-0.023614726960659,0.00787157565355301,-0.999690115451813,-0.023614726960659,0,-0.0948090925812721,-0.995495498180389,-0.102617025375366,-0.994595766067505,-0.0157872345298529,-0.0157066993415356,-0.0706801414489746,0.99737536907196,-0.292382806539536,-0.956170737743378,0.0158044751733541,-0.047189999371767,-0.998854994773865,0.00786499958485365,-0.102617025375366,-0.994595766067505,-0.0157872345298529,-0.047189999371767,-0.998854994773865,0.00786499958485365,-0.292382806539536,-0.956170737743378,0.0158044751733541,0.0393383838236332,-0.999194979667664,0.00786767713725567,-0.0157066993415356,-0.0706801414489746,0.99737536907196,-0.047189999371767,-0.998854994773865,0.00786499958485365,-0.0157066993415356,-0.0706801414489746,0.99737536907196,0.0393383838236332,-0.999194979667664,0.00786767713725567,0.0235687755048275,-0.0628500655293465,0.997744739055634,0.636376440525055,-0.769936978816986,0.0471389964222908,0.0235687755048275,-0.0628500655293465,0.997744739055634,0.0393383838236332,-0.999194979667664,0.00786767713725567,0.0393286496400833,-0.99894767999649,-0.0235971882939339,-0.047189999371767,-0.998854994773865,0.00786499958485365,-0.102617025375366,-0.994595766067505,-0.0157872345298529,-0.047189999371767,-0.998854994773865,0.00786499958485365,0.0393286496400833,-0.99894767999649,-0.0235971882939339,
  915. 0.0393383838236332,-0.999194979667664,0.00786767713725567,0,-0.0948090925812721,-0.995495498180389,0.0393286496400833,-0.99894767999649,-0.0235971882939339,-0.102617025375366,-0.994595766067505,-0.0157872345298529,0.0393286496400833,-0.99894767999649,-0.0235971882939339,0.636376440525055,-0.769936978816986,0.0471389964222908,0.0393383838236332,-0.999194979667664,0.00786767713725567,0.0393286496400833,-0.99894767999649,-0.0235971882939339,0,-0.0948090925812721,-0.995495498180389,-0.00784440524876118,-0.0862884521484375,-0.996239423751831,0,-0.0948090925812721,-0.995495498180389,0.00784947723150253,0.0784947723150253,-0.996883630752563,-0.00784440524876118,-0.0862884521484375,-0.996239423751831,0.636376440525055,-0.769936978816986,0.0471389964222908,0.0393286496400833,-0.99894767999649,-0.0235971882939339,-0.00787279661744833,-0.999845147132874,-0.0157455932348967,0.0393286496400833,-0.99894767999649,-0.0235971882939339,-0.00784440524876118,-0.0862884521484375,-0.996239423751831,-0.00787279661744833,-0.999845147132874,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,-0.0157455932348967,-0.0236125327646732,-0.999597251415253,0.0157416891306639,0.636376440525055,-0.769936978816986,0.0471389964222908,-0.0392413474619389,-0.0706344172358513,0.996730208396912,0.636376440525055,-0.769936978816986,0.0471389964222908,-0.0236125327646732,-0.999597251415253,0.0157416891306639,-0.0236125327646732,-0.999597251415253,0.0157416891306639,0.0471550077199936,-0.180760860443115,0.982396006584167,-0.0392413474619389,-0.0706344172358513,0.996730208396912,0.0471550077199936,-0.180760860443115,0.982396006584167,-0.0236125327646732,-0.999597251415253,0.0157416891306639,-0.00787279661744833,-0.999845147132874,0.0157455932348967,-0.00787279661744833,-0.999845147132874,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,0.0157455932348967,-0.0236125327646732,-0.999597251415253,0.0157416891306639,-0.00787279661744833,-0.999845147132874,0.0157455932348967,-0.0236720032989979,-0.205157354474068,0.978442788124084,0.0471550077199936,-0.180760860443115,0.982396006584167,
  916. 0.0156873594969511,-0.0862804874777794,-0.996147394180298,-0.00787279661744833,-0.999845147132874,-0.0157455932348967,-0.00784440524876118,-0.0862884521484375,-0.996239423751831,-0.00784440524876118,-0.0862884521484375,-0.996239423751831,0.00784947723150253,0.0784947723150253,-0.996883630752563,0.0156873594969511,-0.0862804874777794,-0.996147394180298,-0.00787279661744833,-0.999845147132874,0.0157455932348967,-0.00787279661744833,-0.999845147132874,-0.0157455932348967,0.00787279661744833,-0.999845147132874,-0.0157455932348967,-0.00787279661744833,-0.999845147132874,-0.0157455932348967,0.0156873594969511,-0.0862804874777794,-0.996147394180298,0.00787279661744833,-0.999845147132874,-0.0157455932348967,0.0157416891306639,-0.999597251415253,0.0236125327646732,-0.0236720032989979,-0.205157354474068,0.978442788124084,-0.00787279661744833,-0.999845147132874,0.0157455932348967,0.00787279661744833,-0.999845147132874,-0.0157455932348967,0.0157416891306639,-0.999597251415253,0.0236125327646732,-0.00787279661744833,-0.999845147132874,0.0157455932348967,-0.0236720032989979,-0.205157354474068,0.978442788124084,0.0157416891306639,-0.999597251415253,0.0236125327646732,0.0470736660063267,-0.0706104934215546,0.996392607688904,0.998854994773865,-0.047189999371767,0.00786499958485365,0.0470736660063267,-0.0706104934215546,0.996392607688904,0.0157416891306639,-0.999597251415253,0.0236125327646732,0.0157416891306639,-0.999597251415253,0.0236125327646732,0.00787279661744833,-0.999845147132874,-0.0157455932348967,0.998854994773865,-0.047189999371767,0.00786499958485365,0.998854994773865,-0.047189999371767,0.00786499958485365,0.00787279661744833,-0.999845147132874,-0.0157455932348967,0.99894767999649,-0.0393286496400833,-0.0235971882939339,0.00787279661744833,-0.999845147132874,-0.0157455932348967,0.0156873594969511,-0.0862804874777794,-0.996147394180298,0.99894767999649,-0.0393286496400833,-0.0235971882939339,0.0156873594969511,-0.0862804874777794,-0.996147394180298,0.998731434345245,0.039320133626461,-0.031456109136343,0.99894767999649,-0.0393286496400833,-0.0235971882939339,
  917. 0.998731434345245,0.039320133626461,-0.031456109136343,0.0156873594969511,-0.0862804874777794,-0.996147394180298,0.0236771609634161,0.102601028978825,-0.994440734386444,0.0236771609634161,0.102601028978825,-0.994440734386444,0.0156873594969511,-0.0862804874777794,-0.996147394180298,0,0.0948090925812721,-0.995495498180389,0.00784947723150253,0.0784947723150253,-0.996883630752563,0,0.0948090925812721,-0.995495498180389,0.0156873594969511,-0.0862804874777794,-0.996147394180298,0.0236771609634161,0.102601028978825,-0.994440734386444,0.0236125327646732,0.999597251415253,-0.0157416891306639,0.998731434345245,0.039320133626461,-0.031456109136343,0.0236125327646732,0.999597251415253,-0.0157416891306639,0.999194979667664,0.0393383838236332,-0.00786767713725567,0.998731434345245,0.039320133626461,-0.031456109136343,0.0236037615686655,0.999225914478302,-0.0314716808497906,0.0236771609634161,0.102601028978825,-0.994440734386444,0,0.0948090925812721,-0.995495498180389,0,0.0948090925812721,-0.995495498180389,0.00784947723150253,0.0784947723150253,-0.996883630752563,0.0236037615686655,0.999225914478302,-0.0314716808497906,0.0236771609634161,0.102601028978825,-0.994440734386444,0.0236037615686655,0.999225914478302,-0.0314716808497906,0.0236125327646732,0.999597251415253,-0.0157416891306639,0.0157416891306639,0.999597251415253,-0.0236125327646732,0.0236037615686655,0.999225914478302,-0.0314716808497906,0.00784947723150253,0.0784947723150253,-0.996883630752563,0.999194979667664,0.0393383838236332,-0.00786767713725567,0.0236125327646732,0.999597251415253,-0.0157416891306639,0,0.999876022338867,0.0157460793852806,0.0236037615686655,0.999225914478302,-0.0314716808497906,0,0.999876022338867,0.0157460793852806,0.0236125327646732,0.999597251415253,-0.0157416891306639,0.999845147132874,0.0157455932348967,0.00787279661744833,0.999194979667664,0.0393383838236332,-0.00786767713725567,0,0.999876022338867,0.0157460793852806,0.0157416891306639,0.999597251415253,0.0236125327646732,0.0236037615686655,0.999225914478302,-0.0314716808497906,0.0157416891306639,0.999597251415253,-0.0236125327646732,
  918. -0.023614726960659,0.999690115451813,0.00787157565355301,0.0157416891306639,0.999597251415253,0.0236125327646732,0.0157416891306639,0.999597251415253,-0.0236125327646732,0.0157416891306639,0.999597251415253,0.0236125327646732,-0.023614726960659,0.999690115451813,0.00787157565355301,-0.0392183996737003,0.0784367993474007,0.996147394180298,0.0236037615686655,0.999225914478302,-0.0314716808497906,0.0157416891306639,0.999597251415253,0.0236125327646732,0.0314716808497906,0.999225914478302,0.0236037615686655,0.0314716808497906,0.999225914478302,0.0236037615686655,0,0.999876022338867,0.0157460793852806,0.0236037615686655,0.999225914478302,-0.0314716808497906,-0.0392183996737003,0.0784367993474007,0.996147394180298,0.0392413474619389,0.0706344172358513,0.996730208396912,0.0157416891306639,0.999597251415253,0.0236125327646732,0.0314716808497906,0.999225914478302,0.0236037615686655,0.0157416891306639,0.999597251415253,0.0236125327646732,0.0392413474619389,0.0706344172358513,0.996730208396912,0.0392413474619389,0.0706344172358513,0.996730208396912,-0.0392183996737003,0.0784367993474007,0.996147394180298,0.0392619036138058,-0.0628190487623215,0.997252345085144,0.0392619036138058,-0.0628190487623215,0.997252345085144,0.660741746425629,0.0707937553524971,0.747267425060272,0.0392413474619389,0.0706344172358513,0.996730208396912,0.0392413474619389,0.0706344172358513,0.996730208396912,0.660741746425629,0.0707937553524971,0.747267425060272,0.0314716808497906,0.999225914478302,0.0236037615686655,0.660741746425629,0.0707937553524971,0.747267425060272,0.0392619036138058,-0.0628190487623215,0.997252345085144,-0.0392413474619389,-0.0706344172358513,0.996730208396912,0.660741746425629,0.0707937553524971,0.747267425060272,-0.739790678024292,0.275453984737396,0.613868892192841,0.0314716808497906,0.999225914478302,0.0236037615686655,0.660741746425629,0.0707937553524971,0.747267425060272,-0.0392413474619389,-0.0706344172358513,0.996730208396912,-0.739790678024292,0.275453984737396,0.613868892192841,-0.739790678024292,0.275453984737396,0.613868892192841,
  919. 0,0.0862911120057106,0.996270060539246,0.0314716808497906,0.999225914478302,0.0236037615686655,0,0.0862911120057106,0.996270060539246,-0.739790678024292,0.275453984737396,0.613868892192841,-0.0392413474619389,-0.0706344172358513,0.996730208396912,0,0.0862911120057106,0.996270060539246,0,0.999876022338867,0.0157460793852806,0.0314716808497906,0.999225914478302,0.0236037615686655,-0.0392413474619389,-0.0706344172358513,0.996730208396912,0.0470736660063267,-0.0706104934215546,0.996392607688904,0,0.0862911120057106,0.996270060539246,0,0.999876022338867,0.0157460793852806,0,0.0862911120057106,0.996270060539246,0.00786499958485365,0.047189999371767,0.998854994773865,0.0470736660063267,-0.0706104934215546,0.996392607688904,0.00786499958485365,0.047189999371767,0.998854994773865,0,0.0862911120057106,0.996270060539246,0,0.999876022338867,0.0157460793852806,0.00786499958485365,0.047189999371767,0.998854994773865,0.999845147132874,0.0157455932348967,0.00787279661744833,0.998854994773865,-0.047189999371767,0.00786499958485365,0.00786499958485365,0.047189999371767,0.998854994773865,0.0470736660063267,-0.0706104934215546,0.996392607688904,0.00786499958485365,0.047189999371767,0.998854994773865,0.998854994773865,-0.047189999371767,0.00786499958485365,0.999845147132874,0.0157455932348967,0.00787279661744833,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,-8.17004597308824e-009,0,-1,0,0,0.999999940395355,0,0,0.999999940395355,-9.67505298099525e-010,0,1,0,0,1,0,0.882458627223969,0.47039008140564,0,0.882458627223969,0.47039008140564,0,0.882458627223969,0.47039008140564,0,0.882458627223969,0.47039008140564,1.47283465423698e-008,0,-1,3.66893648795497e-009,0,-1,1.83551893684353e-008,0,-0.999999940395355,0,0,-1,-8.60683746495283e-010,0,-1,-3.03314234839647e-010,0,-0.999999940395355,3.66893648795497e-009,0,-1,1.47283465423698e-008,0,-1,-7.87998888363006e-010,0,1,-2.06804934288485e-010,0,0.999999940395355,-9.67505298099525e-010,0,1,-8.20211454310993e-009,0,1,1.09679176851785e-009,0,1,1.39301805646141e-008,0,1,-2.06804934288485e-010,0,0.999999940395355,
  920. -7.87998888363006e-010,0,1,1.83551893684353e-008,0,-0.999999940395355,2.08893666808763e-008,0,-1,3.78705742321017e-008,0,-1,3.78705742321017e-008,0,-1,3.66893648795497e-009,0,-1,-3.03314234839647e-010,0,-0.999999940395355,0,0,-1,0,0,-1,-2.06804934288485e-010,0,0.999999940395355,1.39301805646141e-008,0,1,1.78257693050909e-008,0,1,0,0,1,1.39301805646141e-008,0,1,-1.14621548363836e-010,0,1,-2.14207390228914e-015,0,1,1.78257693050909e-008,0,1,0.00741752982139587,0.8333979845047,-0.552623391151428,0.00730721186846495,0.833398759365082,-0.552623927593231,0.0266543608158827,0.833124816417694,-0.552442312240601,0.0266543608158827,0.833124876022339,-0.552442312240601,0.000823776645120233,0.833420634269714,-0.552638471126556,0.000823550450149924,0.833420634269714,-0.552638471126556,0.00730721186846495,0.833398759365082,-0.552623927593231,0.00741752982139587,0.8333979845047,-0.552623391151428,-0.00351029797457159,0.887690603733063,-0.460426986217499,-0.00351029797457159,0.887690663337708,-0.460427016019821,-0.00351029797457159,0.887690663337708,-0.460426986217499,-0.00351029797457159,0.887690603733063,-0.460427016019821,-2.14207390228914e-015,0,1,-1.14621548363836e-010,0,1,-5.12891453752218e-008,0,1,-5.12891418225081e-008,0,0.999999940395355,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0,0,1,-1.14621548363836e-010,0,1,1.39301805646141e-008,0,1,1.09679176851785e-009,0,1,2.08893666808763e-008,0,-1,1.83551893684353e-008,0,-0.999999940395355,3.66893648795497e-009,0,-1,0,0,-1,0,0.833420991897583,-0.552638649940491,0,0.833420991897583,-0.552638649940491,0.000823550450149924,0.833420634269714,-0.552638471126556,0.000823776645120233,0.833420634269714,-0.552638471126556,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-6.92623061127051e-008,0,-1,-8.17004597308824e-009,0,-1,-3.03314234839647e-010,0,-0.999999940395355,-8.60683746495283e-010,0,-1,-8.17004597308824e-009,0,-1,0,0,-1,0,0,-1,-3.03314234839647e-010,0,-0.999999940395355,0,0,1,-9.67505298099525e-010,0,1,-2.06804934288485e-010,0,0.999999940395355,0,0,1,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-0.999062895774841,-0.0134471682831645,-0.0411383956670761,
  921. -0.999079585075378,-0.0134521368891001,0.0407310277223587,-0.999470412731171,0.00431954395025969,0.0322514772415161,-0.999955058097839,0.00947684422135353,0.00031735742231831,-0.999439537525177,0.00447794469073415,-0.0331740491092205,0.000823549518827349,0.833421945571899,0.552636444568634,0,0.833422303199768,0.552636682987213,0,0.833422303199768,0.552636682987213,0.00082377577200532,0.833422005176544,0.552636444568634,0.00730722397565842,0.833400130271912,0.552621960639954,0.000823549518827349,0.833421945571899,0.552636444568634,0.00082377577200532,0.833422005176544,0.552636444568634,0.00741754332557321,0.833399415016174,0.552621483802795,0.0266544204205275,0.833126127719879,0.552440404891968,0.00730722397565842,0.833400130271912,0.552621960639954,0.00741754332557321,0.833399415016174,0.552621483802795,0.0266544166952372,0.833126127719879,0.552440345287323,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-0.0199959278106689,0.876998960971832,0.480075865983963,-0.0199959296733141,0.876999020576477,0.480075895786285,-0.0199959296733141,0.876999080181122,0.480075925588608,-0.0199959296733141,0.876999020576477,0.480075895786285,0,0.882459580898285,-0.470388144254684,0,0.882459580898285,-0.470388144254684,0,0.882459580898285,-0.470388144254684,0,0.882459580898285,-0.470388144254684,0.99879777431488,-0.0141247734427452,-0.0469425581395626,0.999292433261871,0.00456810928881168,-0.0373329147696495,0.999944388866425,0.0105519220232964,5.75691327941996e-010,0.999292433261871,0.0045680720359087,0.0373328849673271,0.998797655105591,-0.0141247697174549,0.0469425618648529,0.738439857959747,-0.313460677862167,-0.597033441066742,0.639914572238922,0.191263377666473,-0.744263172149658,0.999292433261871,0.00456810928881168,-0.0373329147696495,0.99879777431488,-0.0141247734427452,-0.0469425581395626,0.639914572238922,0.191263377666473,-0.744263172149658,0.772500216960907,0.635014653205872,-3.19536582082947e-007,
  922. 0.999944388866425,0.0105519220232964,5.75691327941996e-010,0.999292433261871,0.00456810928881168,-0.0373329147696495,0.772500216960907,0.635014653205872,-3.19536582082947e-007,0.639914333820343,0.191262468695641,0.744263648986816,0.999292433261871,0.0045680720359087,0.0373328849673271,0.999944388866425,0.0105519220232964,5.75691327941996e-010,0.639914333820343,0.191262468695641,0.744263648986816,0.738439977169037,-0.313460558652878,0.597033381462097,0.998797655105591,-0.0141247697174549,0.0469425618648529,0.999292433261871,0.0045680720359087,0.0373328849673271,0.738439977169037,-0.313460558652878,0.597033381462097,0.738439857959747,-0.313460677862167,-0.597033441066742,0.99879777431488,-0.0141247734427452,-0.0469425581395626,0.998797655105591,-0.0141247697174549,0.0469425618648529,-0.762006759643555,-0.249066740274429,-0.597755372524261,-0.762658298015594,-0.250965595245361,0.596127986907959,-0.999079585075378,-0.0134521368891001,0.0407310277223587,-0.999062895774841,-0.0134471682831645,-0.0411383956670761,-0.762658298015594,-0.250965595245361,0.596127986907959,-0.69569593667984,0.152689546346664,0.701920926570892,-0.999470412731171,0.00431954395025969,0.0322514772415161,-0.999079585075378,-0.0134521368891001,0.0407310277223587,-0.69569593667984,0.152689546346664,0.701920926570892,-0.765823245048523,0.642889976501465,0.0143951121717691,-0.999955058097839,0.00947684422135353,0.00031735742231831,-0.999470412731171,0.00431954395025969,0.0322514772415161,-0.765823245048523,0.642889976501465,0.0143951121717691,-0.698211371898651,0.151591673493385,-0.699657559394836,-0.999439537525177,0.00447794469073415,-0.0331740491092205,-0.999955058097839,0.00947684422135353,0.00031735742231831,-0.698211371898651,0.151591673493385,-0.699657559394836,-0.762006759643555,-0.249066740274429,-0.597755372524261,-0.999062895774841,-0.0134471682831645,-0.0411383956670761,-0.999439537525177,0.00447794469073415,-0.0331740491092205
  923. }
  924. NormalsW: *1704 {
  925. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  926. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  927. }
  928. }
  929. LayerElementBinormal: 0 {
  930. Version: 102
  931. Name: "map1"
  932. MappingInformationType: "ByPolygonVertex"
  933. ReferenceInformationType: "Direct"
  934. Binormals: *5112 {
  935. a: -0.0159309469163418,0.505807518959045,-0.862499237060547,-0.000697467476129532,0.505648076534271,-0.862739562988281,-0.0060894601047039,0.505717933177948,-0.862677395343781,-0.00650879926979542,0.500342547893524,-0.865803062915802,0.0354398526251316,0.500095725059509,-0.865244686603546,-0.0157568026334047,0.500278472900391,-0.865721225738525,-0.00591836124658585,0.507904648780823,0.861392974853516,-0.0159948747605085,0.507837235927582,0.861304581165314,0.0319808758795261,0.507696390151978,0.860942244529724,-0.0142561923712492,0.45263409614563,0.891582369804382,-0.0101584736257792,0.452595055103302,0.891658306121826,0.00315194018185139,0.452415704727173,0.891801655292511,-0,0.526151776313782,0.850390672683716,-0,0.526151776313782,0.850390672683716,-0,0.526151776313782,0.850390672683716,-0,0.472143799066544,0.88152152299881,-0,0.472143799066544,0.88152152299881,-0,0.472143799066544,0.88152152299881,-0,0.505295038223267,-0.862946689128876,-0,0.505295038223267,-0.862946689128876,-0,0.505295038223267,-0.862946689128876,-0,0.438466906547546,-0.898747324943542,-0,0.438466906547546,-0.898747324943542,-0,0.438466906547546,-0.898747324943542,-0,0.524007081985474,0.851713895797729,-0,0.524007081985474,0.851713895797729,-0,0.524007081985474,0.851713895797729,-0,0.466647654771805,0.884443342685699,-0,0.466647654771805,0.884443342685699,-0,0.466647654771805,0.884443342685699,-0,0.527060329914093,-0.849827885627747,-0,0.527060329914093,-0.849827885627747,-0,0.527060329914093,-0.849827885627747,-0,0.463258475065231,-0.886223196983337,-0,0.463258475065231,-0.886223196983337,-0,0.463258475065231,-0.886223196983337,-0,0.0275669116526842,-0.999619960784912,0.0471737496554852,0.0273943748325109,-0.998511016368866,-0.00284507614560425,0.0275753568857908,-0.999615788459778,-3.29782005792367e-006,3.19634891638998e-005,-1,0.047191459685564,-0.000136962757096626,-0.998885869979858,0.0475793927907944,-0.00013835122808814,-0.998867452144623,0.0695089772343636,-0.673702478408813,-0.735726594924927,0.100585833191872,-0.613348245620728,-0.783381402492523,
  936. 0.294069766998291,-0.0741151422262192,-0.952906012535095,-0.325608462095261,0.0820639207959175,-0.941936612129211,-0.0474328771233559,0.759285092353821,-0.649027168750763,-0.323786377906799,0.0892625004053116,-0.941910088062286,-0,0.0180652048438787,-0.999836802482605,0.0471839047968388,0.0178938768804073,-0.998725950717926,-0.00186448357999325,0.0180711504071951,-0.999835073947906,-0.00177708140108734,0.01722402125597,-0.99985009431839,0.0471846014261246,0.0170470904558897,-0.99874073266983,0.0458027422428131,0.0170526504516602,-0.998805046081543,0.0637213215231895,-0.617606699466705,-0.783901512622833,0.0959233790636063,-0.545414686203003,-0.832659363746643,0.255949050188065,-0.0645074844360352,-0.964535653591156,-0.327888160943985,0.0826384797692299,-0.941095173358917,-0.047788642346859,0.761513710021973,-0.64638477563858,-0.326067715883255,0.0898306369781494,-0.941068768501282,0.0148511286824942,-0.0188882127404213,0.999711334705353,0.0148511286824942,-0.0188882127404213,0.999711334705353,-0.0323927737772465,-0.0166479963809252,0.99933660030365,0.0138085000216961,-0.0407448075711727,0.999074161052704,-0.0254280529916286,-0.0387647151947021,0.998924851417542,-0.0335687026381493,-0.0383461490273476,0.998700499534607,-0.02361074462533,9.98734030872583e-005,0.999721229076386,0.0157441142946482,-4.16302355006337e-005,0.999876141548157,-0.0157427005469799,7.15850692358799e-005,0.999876141548157,0.0225499961525202,0.0268609561026096,-0.999384820461273,0.0539655722677708,0.0267332009971142,-0.998184859752655,0.0146820247173309,0.026888782158494,-0.999530613422394,0.0534920617938042,0.0382701121270657,-0.9978346824646,0.00615793839097023,0.0362111702561378,-0.999325215816498,0.0142960865050554,0.0365709140896797,-0.999228835105896,0.00708599528297782,0.0166524648666382,-0.999836266040802,0.0542968809604645,0.0185526832938194,-0.998352468013763,0.0542968809604645,0.0185526832938194,-0.998352468013763,0.0149615127593279,-0.0165649317204952,0.999750852584839,0.0149615127593279,-0.0165649317204952,0.999750852584839,-0.0322659462690353,-0.0143241044133902,0.999376714229584,
  937. 0.0138599704951048,-0.039669543504715,0.999116718769073,-0.0253782477229834,-0.0376892946660519,0.998967230319977,-0.0335108041763306,-0.0372713394463062,0.998743176460266,-0.0242451131343842,-0.0133799491450191,0.999616503715515,0.0151063948869705,-0.0135128768160939,0.999794602394104,-0.0163779631257057,-0.0134081924334168,0.999776005744934,0.0228510964661837,0.0193135142326355,-0.999552309513092,0.0542712137103081,0.0191896893084049,-0.998341798782349,0.0149818388745189,0.0193415228277445,-0.999700665473938,0.0534507259726524,0.0392689555883408,-0.997798144817352,0.00611048517748713,0.0372095331549644,-0.999288856983185,0.014256183989346,0.0375698059797287,-0.999192297458649,0.00722324242815375,0.0137546081095934,-0.999879419803619,0.0544133260846138,0.0156554523855448,-0.99839574098587,0.0544133260846138,0.0156554523855448,-0.99839574098587,-0.000320638617267832,0.0203605517745018,0.999792695045471,-0.000320638617267832,0.0203605517745018,0.999792695045471,-0.000320638617267832,0.0203605517745018,0.999792695045471,1.29536687154541e-007,-8.22558013169328e-006,1,1.29536687154541e-007,-8.22558013169328e-006,1,1.29536687154541e-007,-8.22558013169328e-006,1,1.29536687154541e-007,-8.22558013169328e-006,1,1.29536687154541e-007,-8.22558013169328e-006,1,1.29536687154541e-007,-8.22558013169328e-006,1,0.000640588987153023,-0.040677398443222,0.999172210693359,0.000640588987153023,-0.040677398443222,0.999172210693359,0.000640588987153023,-0.040677398443222,0.999172210693359,-0.000313442636979744,0.0199036076664925,0.999801874160767,-0.000313442636979744,0.0199036076664925,0.999801874160767,-0.000313442636979744,0.0199036076664925,0.999801874160767,6.47618207949563e-007,-4.11237524531316e-005,1,6.47618207949563e-007,-4.11237524531316e-005,1,6.47618207949563e-007,-4.11237524531316e-005,1,6.47618207949563e-007,-4.11237524531316e-005,1,6.47618207949563e-007,-4.11237524531316e-005,1,6.47618207949563e-007,-4.11237524531316e-005,1,0.000632720941212028,-0.0401777811348438,0.999192357063293,0.000632720941212028,-0.0401777811348438,0.999192357063293,
  938. 0.000632720941212028,-0.0401777811348438,0.999192357063293,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.0206682402640581,2.21997171079985e-016,-0.999786376953125,0.0206682402640581,2.21997171079985e-016,-0.999786376953125,0.0206682402640581,2.21997171079985e-016,-0.999786376953125,-0.0531770959496498,-0.0552287586033344,0.997056722640991,-0,-0.0554361119866371,0.99846225976944,-0.0471193492412567,-0.0552603006362915,0.997359573841095,-0,-3.19516875606496e-005,1,-0.0475509166717529,0.000138249713927507,0.998868823051453,-3.29538579535438e-006,-3.1939893233357e-005,1,-0.0702466666698456,-0.680852353572845,0.729044198989868,-0.101062186062336,-0.620662093162537,0.777537822723389,-0.294580906629562,-0.0718489959836006,0.952921807765961,0.326327353715897,0.0795920342206955,0.941900014877319,0.0484525114297867,0.765657365322113,0.641421377658844,0.324553400278091,0.0868168771266937,0.941874742507935,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.0206682402640581,2.21997171079985e-016,-0.999786376953125,
  939. 0.0206682402640581,2.21997171079985e-016,-0.999786376953125,0.0206682402640581,2.21997171079985e-016,-0.999786376953125,-0.0503657013177872,-0.0273804776370525,0.998355448246002,-0,-0.0275669116526842,0.999619960784912,-0.0471737496554852,-0.0273943748325109,0.998511016368866,-0,-0.0137640684843063,0.999905288219452,-0.0489593036472797,-0.0135862790048122,0.998708426952362,-0.00141961837653071,-0.0137593802064657,0.99990439414978,-0.0709100738167763,-0.687282264232636,0.722921073436737,-0.101567849516869,-0.628518521785736,0.771134614944458,-0.299403995275497,-0.0730253607034683,0.951327860355377,0.281807541847229,0.0687335431575775,0.95700591802597,0.0410434529185295,0.718336760997772,0.694483757019043,0.280004411935806,0.0760740861296654,0.956979870796204,0.706475377082825,0.126630291342735,-0.696316957473755,0.0417867712676525,0.510880291461945,0.858635604381561,0.10048408806324,0.540664434432983,0.835215508937836,0.050961047410965,0.567807674407959,0.82158225774765,-0.0733119398355484,0.512285828590393,0.855680286884308,0.260266214609146,-0.407973498106003,-0.875110864639282,-0.00607545394450426,0.512290239334106,0.858790993690491,-0.00606223847717047,0.569278299808502,0.822122514247894,-0.00607545208185911,0.512125790119171,0.858888983726501,0.050961047410965,0.567807674407959,0.82158225774765,0.260266214609146,-0.407973498106003,-0.875110864639282,0.882052421569824,0.337503045797348,-0.328748017549515,-0.00853595789521933,0.565397083759308,0.824774622917175,-0.00675297901034355,0.512118995189667,0.85888797044754,-0.00866828858852386,0.569301247596741,0.822083294391632,-0.0289121847599745,0.51176655292511,0.858637869358063,-0.031582735478878,0.564836978912354,0.824597895145416,-0.0291932839900255,0.517341017723084,0.855281233787537,0.0472300015389919,0.565508961677551,0.823388755321503,0.0442331358790398,0.52576345205307,0.849480032920837,0.0436500534415245,0.518046021461487,0.854238212108612,0.00353422155603766,0.726551294326782,-0.68710321187973,-0.0467319525778294,0.875602722167969,-0.480766087770462,-0.193347528576851,0.560979962348938,0.804933667182922,
  940. -0.0220200195908546,0.87625378370285,-0.481346517801285,-0.0221834108233452,0.91932475566864,-0.392873793840408,-0.00500501785427332,0.569267868995667,0.822136878967285,-0.0206155553460121,0.726532518863678,-0.686822891235352,-0.0221834108233452,0.91932475566864,-0.392873793840408,-0.0220200195908546,0.87625378370285,-0.481346517801285,-0.00853595789521933,0.565397083759308,0.824774622917175,-0.00866828858852386,0.569301247596741,0.822083294391632,-0.0290475003421307,0.919163048267365,-0.392804712057114,-0.0111262984573841,0.919494211673737,-0.39294621348381,-0.00809255614876747,0.726595163345337,-0.687018275260925,-0.00948612298816442,0.818454921245575,-0.574492394924164,-0.982539892196655,0.0983908772468567,0.157907202839851,-0.957774758338928,-0.235332742333412,0.165185481309891,-0.972617983818054,-0.163493394851685,0.165179803967476,0.0316510163247585,0.919090330600739,-0.392773628234863,0.0331794992089272,0.939965963363647,-0.339651554822922,0.0333853252232075,0.565645515918732,0.823972404003143,0.0331794992089272,0.939965963363647,-0.339651554822922,0.0316510163247585,0.919090330600739,-0.392773628234863,0.0252461135387421,0.818230926990509,-0.574335157871246,0.0414095930755138,0.525883972644806,0.849547803401947,0.0433969236910343,0.565557658672333,0.823566257953644,0.0435233302414417,0.568104684352875,0.821804642677307,0.0435233302414417,0.568104684352875,0.821804642677307,0.0433969236910343,0.565557658672333,0.823566257953644,0.0505298264324665,0.939282298088074,-0.339404553174973,-0.0115583688020706,0.577376544475555,0.816396176815033,-0.00907309073954821,0.527327299118042,0.849613904953003,-0.0111540500074625,0.569319546222687,0.822040677070618,0.00636410200968385,0.940464675426483,-0.3398317694664,0.00546512752771378,0.578616976737976,0.815581202507019,0.00540580600500107,0.569131374359131,0.822228848934174,-0.0303835421800613,0.527532875537872,0.848991096019745,-0.0325745716691017,0.575612306594849,0.81707376241684,-0.030433539301157,0.528624892234802,0.848309934139252,-0.79729300737381,0.270735830068588,0.539468288421631,
  941. -0.80217170715332,0.285863220691681,0.52421635389328,-0.11454676091671,-0.519593954086304,0.846700251102448,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0.0162431541830301,0.818383812904358,-0.574442505836487,-0.0208720620721579,0.937734425067902,-0.34672537446022,-0.0209859758615494,0.940276622772217,-0.339763820171356,-0.107362985610962,0.20511431992054,-0.972831666469574,0.848981857299805,0.362896859645844,0.384103745222092,0.837591171264648,0.512393832206726,-0.189456552267075,0.626571416854858,0.730995714664459,-0.27028414607048,0.529933989048004,0.69411289691925,-0.487213909626007,-0.104016542434692,0.178797021508217,-0.97837221622467,0.0156691037118435,0.000123378777061589,-0.999877214431763,0.0315964445471764,-0.596784591674805,-0.80177915096283,0.0154060581699014,0.00835803803056479,-0.999846458435059,0.0136580467224121,-0.597253441810608,-0.801936328411102,0.00709215179085732,5.58437131985556e-005,-0.999974846839905,0.0128769483417273,-0.50681346654892,-0.86195957660675,-0.000869175768457353,0.818491458892822,-0.574518084526062,0.00912337470799685,-0.597341477870941,-0.801935076713562,0.00900286436080933,-0.506676435470581,-0.862089276313782,-0.0554452650249004,-0.503278315067291,-0.862343847751617,-0.031707625836134,-0.000249666365562007,-0.999497175216675,-0.0325109958648682,-0.0147140333428979,-0.999363124370575,0.0509403049945831,-0.52042955160141,-0.85238379240036,0.0340423174202442,-0.655521154403687,-0.754409074783325,0.100075259804726,0.814382791519165,-0.571634113788605,-0.00980800669640303,0.818452477455139,-0.574490666389465,0.0139523893594742,-0.506850183010101,-0.861921191215515,0.0141351409256458,-0.521302580833435,-0.853254795074463,0.0734957382082939,-0.507964551448822,-0.858236849308014,0.108076319098473,-0.0190568901598454,-0.993959963321686,0.069346621632576,-0.546542048454285,-0.834555506706238,0.0144956419244409,-0.550336837768555,-0.834816932678223,0.0141351409256458,-0.521302580833435,-0.853254795074463,0.0139523893594742,-0.506850183010101,-0.861921191215515,1.27633586544107e-006,-1.00498889210598e-008,-1,
  942. 0.022380081936717,-0.549893975257874,-0.834934711456299,0.00064291717717424,-0.0157663207501173,-0.999875605106354,0.016077782958746,-0.521274209022522,-0.853237807750702,0.0171616468578577,-0.550190925598145,-0.834862530231476,-0.00292251352220774,2.3011914890958e-005,-0.999995708465576,0.0391923524439335,-0.000308601185679436,-0.999231696128845,-0.0674614086747169,-0.0838471502065659,-0.99419242143631,-0.536805927753448,-0.44356369972229,-0.717698156833649,0.0886579379439354,-0.877509415149689,-0.471292853355408,0.783954203128815,-0.0061728679575026,-0.620787918567657,0.0283578913658857,-0.900363028049469,-0.434214562177658,-0.0400739051401615,0.997954666614532,0.0498062521219254,0.00344551680609584,0.999994099140167,0.000189910366316326,-0.0404753461480141,0.997915506362915,0.0502638518810272,0.279279738664627,0.960086405277252,0.0153933707624674,-0.0423648059368134,0.927674293518066,0.370979458093643,0.00485254218801856,0.946193218231201,0.323565751314163,-0.00327985640615225,0.946344554424286,0.323143035173416,0.00359401130117476,0.999993562698364,-5.65986047149636e-005,0.00358875235542655,0.999993562698364,0.000197805245989002,-0.0466908663511276,0.9257493019104,0.375244140625,0.00485254218801856,0.946193218231201,0.323565751314163,-0.0423648059368134,0.927674293518066,0.370979458093643,0.0458854399621487,0.997559130191803,0.0526345893740654,0.0462898164987564,0.997513771057129,0.0531378351151943,0.00353865511715412,0.999993741512299,-5.57268504053354e-005,-0.0726267993450165,-0.0436430126428604,0.996403872966766,-0.00836633797734976,0.010435713455081,0.999910652637482,-0.053918581455946,-0.0278862453997135,0.998155891895294,-0.272295147180557,0.962204277515411,0.00428811274468899,-0.0111977020278573,0.946174621582031,0.323462933301926,0.0349509716033936,0.926781415939331,0.373971611261368,0.00359401130117476,0.999993562698364,-5.65986047149636e-005,-0.00327985640615225,0.946344554424286,0.323143035173416,-0.00328468158841133,0.946269154548645,0.323363393545151,-0.0111977020278573,0.946174621582031,0.323462933301926,
  943. 0.0390570163726807,0.924824714660645,0.378383129835129,0.0349509716033936,0.926781415939331,0.373971611261368,0.681095242500305,0.679799914360046,0.271995514631271,-0.0245947055518627,0.365507364273071,0.930483520030975,0.585196375846863,0.674100875854492,0.450703084468842,-0.00327985640615225,0.946344554424286,0.323143035173416,-0.00783696305006742,0.849930644035339,0.526836335659027,-0.00328468158841133,0.946269154548645,0.323363393545151,-0.0245947055518627,0.365507364273071,0.930483520030975,-0.46492150425911,-0.0198523364961147,0.885129272937775,0.585196375846863,0.674100875854492,0.450703084468842,-0.00328358775004745,0.946269154548645,0.323363363742828,-0.00783548969775438,0.849930644035339,0.526836395263672,-0.00784388836473227,0.849703133106232,0.527203142642975,-0.0208091642707586,-0.0462003014981747,0.998715460300446,-0.00784388836473227,0.849703133106232,0.527203142642975,-0.00783548969775438,0.849930644035339,0.526836395263672,-0.686648607254028,0.684366047382355,0.245269194245338,-0.598887383937836,0.678021669387817,0.426169723272324,-0.00927355792373419,0.36396136879921,0.931367874145508,-0.00784471072256565,0.849703133106232,0.52720320224762,-0.0208113417029381,-0.046200193464756,0.998715400695801,-0.0208164751529694,-0.0481624715030193,0.998622596263886,0.42768806219101,-0.0224862322211266,0.903646647930145,-0.00927355792373419,0.36396136879921,0.931367874145508,-0.598887383937836,0.678021669387817,0.426169723272324,-0.0309927128255367,0.00883535854518414,0.999480605125427,0.0329404883086681,-0.0456130169332027,0.998415946960449,0.0143325719982386,-0.02977847866714,0.999453783035278,-0.109190471470356,0.979090631008148,0.171636790037155,-0.958976089954376,-0.0394896566867828,0.280723035335541,-0.923040390014648,0.230129852890968,0.308280378580093,-0.98637193441391,-0.0195543728768826,0.163365170359612,-0.108398444950581,0.98336660861969,0.145739749073982,-0.911349833011627,-0.398908078670502,0.101558215916157,-0.047191459685564,0.000136962757096626,0.998885869979858,-0.999875783920288,0.00357765424996614,0.0153480237349868,
  944. -0.0475793927907944,0.00013835122808814,0.998867452144623,-0.992717564105988,-0.113381989300251,0.04069958999753,-0.998197853565216,-0.0176228005439043,0.0573643893003464,-0.998195469379425,-0.00209653889760375,0.0600125156342983,-0.999875903129578,0.00357814528979361,0.0153479184955359,-0.047191459685564,0.000168878847034648,0.998885869979858,-0.999869644641876,0.00357812247239053,0.0157459788024426,-0.998359978199005,0.00357271963730454,-0.0571369603276253,-0.999875903129578,0.00357814528979361,0.0153479184955359,-0.999869644641876,0.00357812247239053,0.0157459788024426,-0.996260762214661,0.0065034949220717,-0.0861522704362869,-0.965333521366119,0.257847100496292,-0.0405742302536964,-0.994105935096741,0.0797160193324089,-0.0734764039516449,-0.998357892036438,0.00370028102770448,-0.0571646206080914,-0.999869167804718,0.00370588130317628,0.015745971351862,-0.998477697372437,0.00370072410441935,-0.0550342053174973,-0.998354971408844,-0.0171768441796303,0.0547024048864841,-0.943431615829468,-0.331032484769821,0.0188214164227247,-0.102139875292778,-0.989971220493317,-0.0975931584835052,-0.998477697372437,0.00370072410441935,-0.0550342053174973,-2.29006044463714e-017,8.48778298346787e-020,-1,-0.998357892036438,0.00370028102770448,-0.0571646206080914,-0.996604442596436,0.00582554331049323,-0.0821332111954689,-0.101833499968052,-0.987001657485962,-0.124328702688217,-0.965846717357636,-0.23557236790657,-0.107915535569191,3.29538579535438e-006,3.1939893233357e-005,-1,-0.998478174209595,0.00357490172609687,-0.0550342313945293,-0,3.19516875606496e-005,-1,-0.101885132491589,0.987502098083496,0.120245888829231,-0.650098204612732,0.163845881819725,0.741975069046021,-0.65343850851059,0.130496129393578,0.745646595954895,-0.654174447059631,0.130396500229836,0.745018482208252,-0.172487035393715,0.964439511299133,0.200261771678925,-0.101888038218021,0.987530291080475,0.120011538267136,-0.172487035393715,0.964439511299133,0.200261771678925,0,0.999991536140442,0.00410915212705731,-0.101888038218021,0.987530291080475,0.120011538267136,
  945. -0.0197869669646025,0.16564579308033,0.985986888408661,-0.000886430847458541,0.977115213871002,0.212708920240402,-0.0197858791798353,0.165799722075462,0.985960960388184,0,0.999991953372955,0.00401170924305916,-0.172109305858612,0.964499831199646,0.200296223163605,0.00335313146933913,0.999994397163391,0.000184818272828124,-0.000888195703737438,0.977101802825928,0.212770357728004,0.00358901615254581,0.999993562698364,0.000197819783352315,-0.000886876950971782,0.977115213871002,0.21270889043808,-0.000888195703737438,0.977101802825928,0.212770357728004,-0.000886876950971782,0.977115213871002,0.21270889043808,-0.0197901874780655,0.165645778179169,0.985986709594727,0.0035930834710598,0.999993562698364,0.000198043970158324,-0.000883952481672168,0.977101922035217,0.212770327925682,0.00359834940172732,0.999993503093719,-5.66669186810032e-005,0.622346341609955,0.129683300852776,0.771924376487732,0.0965041071176529,0.988617897033691,0.115419134497643,0.170218706130981,0.963412821292877,0.207029923796654,0.0965041071176529,0.988617897033691,0.115419134497643,0.00351498578675091,0.999993801116943,-5.53541067347396e-005,0.170218706130981,0.963412821292877,0.207029923796654,0.0964917168021202,0.988594651222229,0.115628845989704,0.621509373188019,0.129793435335159,0.772580027580261,0.61907422542572,0.157249227166176,0.769428312778473,0.00351499486714602,0.999993801116943,-5.53542522538919e-005,0.096502810716629,0.9886155128479,0.115441270172596,0.000197217348613776,0.999991297721863,-0.00417443364858627,-0.998907327651978,-0.0403401963412762,0.0235962364822626,-0.0549831092357636,-0.00131006608717144,0.998486459255219,-0.0549831092357636,-0.00131006608717144,0.998486459255219,-0.0549876838922501,-0.00119367148727179,0.998486340045929,-0.999042153358459,-0.0368513874709606,0.0235994216054678,-0.99919182062149,-0.0368632487952709,0.0160255655646324,-0.998699605464935,0.0461602173745632,0.0216417443007231,-0.0666538625955582,0.706217229366302,0.704850733280182,-0.999082744121552,0.039949294179678,0.0154190259054303,-0.99734365940094,-0.0368610396981239,-0.0628247931599617,
  946. -0.99919182062149,-0.0368632487952709,0.0160255655646324,-0.999042153358459,-0.0368513874709606,0.0235994216054678,-0.999082744121552,0.039949294179678,0.0154190259054303,-0.9966961145401,-0.0438583008944988,-0.0683621019124985,-0.998699605464935,0.0461602173745632,0.0216417443007231,-0.998911917209625,0.0440260097384453,0.0153842344880104,-0.997054934501648,0.0440095029771328,-0.0628066137433052,-0.997033178806305,0.0440088324248791,-0.0631517618894577,-0.996695876121521,-0.0438581444323063,-0.0683650895953178,-0.999082684516907,0.0399524047970772,0.0154189998283982,-0.997319638729095,-0.0380040220916271,-0.0625240430235863,-0.0156739465892315,0.00152684189379215,-0.999876022338867,-0.997033178806305,0.0440088324248791,-0.0631517618894577,-0.997054934501648,0.0440095029771328,-0.0628066137433052,-0.996695876121521,-0.0438581444323063,-0.0683650895953178,-0.997319638729095,-0.0380040220916271,-0.0625240430235863,-0.0444765836000443,-0.705724835395813,-0.707088589668274,-0.99686998128891,0.0475384704768658,-0.0631692782044411,-0.0156679898500443,0.00165285239927471,-0.999875903129578,-0.0156679898500443,0.00165285239927471,-0.999875903129578,-0.0261857658624649,0.865327477455139,-0.500522434711456,-0.455478936433792,0.889892637729645,-0.0251051373779774,-0.0220861509442329,0.863404989242554,-0.504027903079987,0.279279738664627,0.960086405277252,0.0153933707624674,-0.0423648059368134,0.927674293518066,0.370979458093643,0.00485254218801856,0.946193218231201,0.323565751314163,-0.00327985640615225,0.946344554424286,0.323143035173416,0.00359401130117476,0.999993562698364,-5.65986047149636e-005,0.00358875235542655,0.999993562698364,0.000197805245989002,-0.0466908663511276,0.9257493019104,0.375244140625,0.00485254218801856,0.946193218231201,0.323565751314163,-0.0423648059368134,0.927674293518066,0.370979458093643,0.0526529923081398,0.864906013011932,-0.499164521694183,0.0486906841397285,0.863004982471466,-0.5028435587883,0.460705757141113,0.887523293495178,-0.00725520914420486,-0.0726267993450165,-0.0436430126428604,0.996403872966766,
  947. -0.00836633797734976,0.010435713455081,0.999910652637482,-0.053918581455946,-0.0278862453997135,0.998155891895294,-0.272295147180557,0.962204277515411,0.00428811274468899,-0.0111977020278573,0.946174621582031,0.323462933301926,0.0349509716033936,0.926781415939331,0.373971611261368,0.00359401130117476,0.999993562698364,-5.65986047149636e-005,-0.00327985640615225,0.946344554424286,0.323143035173416,-0.00328468158841133,0.946269154548645,0.323363393545151,-0.0111977020278573,0.946174621582031,0.323462933301926,0.0390570163726807,0.924824714660645,0.378383129835129,0.0349509716033936,0.926781415939331,0.373971611261368,0.681095242500305,0.679799914360046,0.271995514631271,-0.0245947055518627,0.365507364273071,0.930483520030975,0.585196375846863,0.674100875854492,0.450703084468842,-0.00327985640615225,0.946344554424286,0.323143035173416,-0.00783696305006742,0.849930644035339,0.526836335659027,-0.00328468158841133,0.946269154548645,0.323363393545151,-0.0245947055518627,0.365507364273071,0.930483520030975,-0.46492150425911,-0.0198523364961147,0.885129272937775,0.585196375846863,0.674100875854492,0.450703084468842,-0.00328358775004745,0.946269154548645,0.323363363742828,-0.00783548969775438,0.849930644035339,0.526836395263672,-0.00784388836473227,0.849703133106232,0.527203142642975,-0.0208091642707586,-0.0462003014981747,0.998715460300446,-0.00784388836473227,0.849703133106232,0.527203142642975,-0.00783548969775438,0.849930644035339,0.526836395263672,-0.686648607254028,0.684366047382355,0.245269194245338,-0.598887383937836,0.678021669387817,0.426169723272324,-0.00927355792373419,0.36396136879921,0.931367874145508,-0.00784471072256565,0.849703133106232,0.52720320224762,-0.0208113417029381,-0.046200193464756,0.998715400695801,-0.0208164751529694,-0.0481624715030193,0.998622596263886,0.42768806219101,-0.0224862322211266,0.903646647930145,-0.00927355792373419,0.36396136879921,0.931367874145508,-0.598887383937836,0.678021669387817,0.426169723272324,-0.0309927128255367,0.00883535854518414,0.999480605125427,0.0329404883086681,-0.0456130169332027,0.998415946960449,
  948. 0.0143325719982386,-0.02977847866714,0.999453783035278,-0.108610928058624,0.982323110103607,0.152462989091873,-0.980483174324036,-0.0249190796166658,0.195017531514168,-0.945747554302216,0.236548364162445,0.222725182771683,-0.997837245464325,-0.00304867187514901,0.0656629130244255,-0.107727862894535,0.986234724521637,0.125443249940872,-0.988066852092743,-0.146415129303932,0.0478172823786736,-0.047191459685564,0.000136962757096626,0.998885869979858,-0.999875783920288,0.00357765424996614,0.0153480237349868,-0.0475793927907944,0.00013835122808814,0.998867452144623,-0.992717564105988,-0.113381989300251,0.04069958999753,-0.998197853565216,-0.0176228005439043,0.0573643893003464,-0.998195469379425,-0.00209653889760375,0.0600125156342983,-0.999875903129578,0.00357814528979361,0.0153479184955359,-0.047191459685564,0.000168878847034648,0.998885869979858,-0.999869644641876,0.00357812247239053,0.0157459788024426,-0.998359978199005,0.00357271963730454,-0.0571369603276253,-0.999875903129578,0.00357814528979361,0.0153479184955359,-0.999869644641876,0.00357812247239053,0.0157459788024426,-0.996260762214661,0.0065034949220717,-0.0861522704362869,-0.965333521366119,0.257847100496292,-0.0405742302536964,-0.994105935096741,0.0797160193324089,-0.0734764039516449,-0.998357892036438,0.00370028102770448,-0.0571646206080914,-0.999869167804718,0.00370588130317628,0.015745971351862,-0.998477697372437,0.00370072410441935,-0.0550342053174973,-0.994197189807892,0.0100398194044828,-0.107103556394577,-0.984209358692169,0.153070285916328,-0.0888900309801102,-0.101769752800465,-0.98638379573822,-0.129189282655716,-0.998477697372437,0.00370072410441935,-0.0550342053174973,-2.29006044463714e-017,8.48778298346787e-020,-1,-0.998357892036438,0.00370028102770448,-0.0571646206080914,-0.971576452255249,0.0316405892372131,-0.234602391719818,-0.101388499140739,-0.982688546180725,-0.155060574412346,-0.937896251678467,-0.228755176067352,-0.260809808969498,3.29538579535438e-006,3.1939893233357e-005,-1,-0.998478174209595,0.00357490172609687,-0.0550342313945293,-0,3.19516875606496e-005,-1,
  949. -0.102568365633488,0.994124233722687,-0.03459457680583,-0.918052971363068,0.231379210948944,0.321935653686523,-0.937706232070923,0.0648441910743713,0.341324627399445,-0.654174447059631,0.130396500229836,0.745018482208252,-0.172487035393715,0.964439511299133,0.200261771678925,-0.101888038218021,0.987530291080475,0.120011538267136,-0.172487035393715,0.964439511299133,0.200261771678925,0,0.999991536140442,0.00410915212705731,-0.101888038218021,0.987530291080475,0.120011538267136,-0.0197869669646025,0.16564579308033,0.985986888408661,-0.000886430847458541,0.977115213871002,0.212708920240402,-0.0197858791798353,0.165799722075462,0.985960960388184,0,0.999991953372955,0.00401170924305916,-0.172109305858612,0.964499831199646,0.200296223163605,0.00335313146933913,0.999994397163391,0.000184818272828124,-0.000888195703737438,0.977101802825928,0.212770357728004,0.00358901615254581,0.999993562698364,0.000197819783352315,-0.000886876950971782,0.977115213871002,0.21270889043808,-0.000888195703737438,0.977101802825928,0.212770357728004,-0.000886876950971782,0.977115213871002,0.21270889043808,-0.0197901874780655,0.165645778179169,0.985986709594727,0.0035930834710598,0.999993562698364,0.000198043970158324,-0.000883952481672168,0.977101922035217,0.212770327925682,0.00359834940172732,0.999993503093719,-5.66669186810032e-005,0.622346341609955,0.129683300852776,0.771924376487732,0.0965041071176529,0.988617897033691,0.115419134497643,0.170218706130981,0.963412821292877,0.207029923796654,0.0965041071176529,0.988617897033691,0.115419134497643,0.00351498578675091,0.999993801116943,-5.53541067347396e-005,0.170218706130981,0.963412821292877,0.207029923796654,0.104124933481216,0.994019448757172,-0.0329147763550282,0.922397911548615,0.0639917403459549,0.380903244018555,0.905171453952789,0.22371181845665,0.361410588026047,0.00351499486714602,0.999993801116943,-5.53542522538919e-005,0.096502810716629,0.9886155128479,0.115441270172596,0.000197217348613776,0.999991297721863,-0.00417443364858627,-0.998907327651978,-0.0403401963412762,0.0235962364822626,
  950. -0.0549831092357636,-0.00131006608717144,0.998486459255219,-0.0549831092357636,-0.00131006608717144,0.998486459255219,-0.0549876838922501,-0.00119367148727179,0.998486340045929,-0.999042153358459,-0.0368513874709606,0.0235994216054678,-0.99919182062149,-0.0368632487952709,0.0160255655646324,-0.998699605464935,0.0461602173745632,0.0216417443007231,-0.0666538625955582,0.706217229366302,0.704850733280182,-0.999082744121552,0.039949294179678,0.0154190259054303,-0.99734365940094,-0.0368610396981239,-0.0628247931599617,-0.99919182062149,-0.0368632487952709,0.0160255655646324,-0.999042153358459,-0.0368513874709606,0.0235994216054678,-0.999082744121552,0.039949294179678,0.0154190259054303,-0.9966961145401,-0.0438583008944988,-0.0683621019124985,-0.998699605464935,0.0461602173745632,0.0216417443007231,-0.998911917209625,0.0440260097384453,0.0153842344880104,-0.997054934501648,0.0440095029771328,-0.0628066137433052,-0.997033178806305,0.0440088324248791,-0.0631517618894577,-0.996695876121521,-0.0438581444323063,-0.0683650895953178,-0.999082684516907,0.0399524047970772,0.0154189998283982,-0.997319638729095,-0.0380040220916271,-0.0625240430235863,-0.0156739465892315,0.00152684189379215,-0.999876022338867,-0.997033178806305,0.0440088324248791,-0.0631517618894577,-0.997054934501648,0.0440095029771328,-0.0628066137433052,-0.996695876121521,-0.0438581444323063,-0.0683650895953178,-0.997319638729095,-0.0380040220916271,-0.0625240430235863,-0.0444765836000443,-0.705724835395813,-0.707088589668274,-0.99686998128891,0.0475384704768658,-0.0631692782044411,-0.0156679898500443,0.00165285239927471,-0.999875903129578,-0.0156679898500443,0.00165285239927471,-0.999875903129578,0.0121537847444415,-0.43466904759407,-0.900508344173431,0.00983769912272692,-0.456958651542664,-0.88943350315094,0.0842766389250755,0.517242252826691,-0.851679563522339,0.0845727622509003,0.523580849170685,-0.847768008708954,0.0842766389250755,0.517242252826691,-0.851679563522339,0.00983769912272692,-0.456958651542664,-0.88943350315094,0.00411540269851685,-0.456632405519485,-0.889645934104919,
  951. 0.00872430019080639,-0.530163288116455,-0.847850680351257,-0.0447623804211617,0.527536153793335,-0.848352491855621,-0.0554334968328476,0.509205996990204,-0.858857691287994,-0.0551532208919525,0.527470409870148,-0.847781240940094,-0.0364812053740025,-0.532559871673584,-0.845605790615082,-0.0413213633000851,0.574802041053772,-0.817248523235321,-0.0390260219573975,0.527547895908356,-0.848628461360931,-0.0382311269640923,0.511381685733795,-0.858502924442291,0.0575745701789856,0.52513724565506,-0.849067866802216,0.060609295964241,0.56566596031189,-0.822404205799103,0.057026419788599,0.517876386642456,-0.853552579879761,-0.0303529929369688,0.575810968875885,-0.81701934337616,-0.0300332885235548,0.569343566894531,-0.821550905704498,-0.0279631651937962,0.527521550655365,-0.84908127784729,0.0635710284113884,0.565619230270386,-0.822212636470795,0.0616149492561817,0.52492892742157,-0.848913073539734,0.06364656239748,0.567228138446808,-0.821097612380981,-0.0216534454375505,0.576561272144318,-0.816767036914825,-0.0222744699567556,0.940250396728516,0.339754343032837,-0.0215018149465322,0.569357872009277,-0.821808516979218,0.0713466927409172,0.565472841262817,-0.8216752409935,0.0714474767446518,0.566826105117798,-0.820733487606049,0.0773799121379852,0.937663912773132,0.338819712400436,-0.0209813602268696,0.940276741981506,0.339763849973679,-0.0203121919184923,0.576673030853271,-0.816722571849823,-0.0208674091845751,0.937734544277191,0.346725404262543,0.417622148990631,0.852230608463287,0.31511053442955,0.787956953048706,0.409832239151001,-0.459523141384125,-0.153659045696259,0.657080233097076,0.737993597984314,-0.0208674091845751,0.937734544277191,0.346725404262543,-0.0162373445928097,0.818383932113647,0.574442565441132,-0.0209813602268696,0.940276741981506,0.339763849973679,0.119660615921021,0.812610745429993,0.570390284061432,0.23644295334816,0.911343932151794,0.336967557668686,-0.13382326066494,0.434512406587601,0.890668451786041,0.0342617854475975,0.565861940383911,-0.823787808418274,0.0368323363363743,0.939845621585846,0.339608073234558,
  952. 0.0353015884757042,0.918977916240692,0.392725586891174,0.0353015884757042,0.918977916240692,0.392725586891174,0.0368323363363743,0.939845621585846,0.339608073234558,0.0287881195545197,0.818152487277985,0.574280142784119,0.538641452789307,-0.00424127141013741,0.842524409294128,0.00981101114302874,-0.536820530891418,0.843639433383942,0.0167502276599407,-0.531819760799408,0.846691966056824,-0.0675361901521683,-0.0833482295274735,0.994229316711426,0.0385031662881374,-0.000303174514556304,0.999258518218994,-0.537235736846924,-0.443423926830292,0.71746289730072,0.162495478987694,-0.873601078987122,-0.458711564540863,0.151717081665993,-0.514390468597412,0.84402871131897,-0.143465027213097,0.810024857521057,0.568575143814087,0.012774271890521,-0.000100584817118943,0.999918401241302,0.0360895991325378,-0.549041867256165,0.835015296936035,0.0350145287811756,-0.520894169807434,0.852902948856354,0.0410582758486271,-0.548707365989685,0.835005700588226,0.0155968517065048,-0.000122809855383821,0.999878346920013,0.0164192300289869,-0.0162609685212374,0.999733030796051,0.0168436001986265,-0.521262466907501,0.853230178356171,0.0171918906271458,-0.550189256668091,0.834862947463989,0.0173769481480122,-0.566005647182465,0.824218213558197,0.018707387149334,-0.016332384198904,0.999691605567932,-0.0514567121863365,-0.563111305236816,0.824777483940125,-0.0500386357307434,-0.552670061588287,0.831896543502808,0.0173769481480122,-0.566005647182465,0.824218213558197,-0.00936535187065601,0.818455874919891,0.574493050575256,0.0168436001986265,-0.521262466907501,0.853230178356171,-0.031806405633688,-0.000250444136327133,0.999494016170502,-0.0578381568193436,-0.562706828117371,0.824630796909332,-0.0326143875718117,-0.0147107243537903,0.999359786510468,0.0215120781213045,-0.566094040870667,0.824060022830963,0.00806849543005228,6.35314645478502e-005,0.999967455863953,0.00806349702179432,0.00025396840646863,0.999967455863953,0.0127282924950123,-0.511790215969086,0.859016180038452,0.0129512017592788,-0.565900325775146,0.824371933937073,0.00894606299698353,0.000281765765976161,0.999959945678711,
  953. 0.999822497367859,0.0180683247745037,-0.00534064276143909,0.987835168838501,-0.117156900465488,0.102254167199135,0.997494220733643,0.0594639740884304,-0.0383322574198246,-0.00130732194520533,0.818491101264954,0.574517786502838,0.0030337474308908,-0.565623939037323,0.824657678604126,-0.00102871935814619,0.763673961162567,0.645601272583008,-0.00198512291535735,0.763663172721863,0.645611882209778,-0.00378539739176631,0.919544517993927,0.392967730760574,-0.00255384598858655,0.818489074707031,0.574516415596008,-0.0247753523290157,0.919268906116486,0.392849951982498,-0.0206519141793251,0.763311982154846,0.645699918270111,-0.0256648361682892,0.95325756072998,0.301067024469376,-0.00101511762477458,0.55107456445694,-0.83445543050766,-0.0257918033748865,0.919245183467865,0.392839819192886,-0.0253108125180006,0.953272879123688,0.301048398017883,-0.0223086345940828,0.551217436790466,-0.834063291549683,-0.0227915681898594,0.564938426017761,-0.824818253517151,-0.0328940078616142,0.919053554534912,0.392757922410965,-0.152358070015907,0.546628177165985,-0.823398232460022,0.859617948532104,0.500957727432251,0.100491315126419,-0.553602397441864,-0.713030695915222,0.430246084928513,-0.0205830819904804,0.502367615699768,-0.86440908908844,-0.0227915681898594,0.564938426017761,-0.824818253517151,-0.0223086345940828,0.551217436790466,-0.834063291549683,-0.0191022995859385,0.565053820610046,-0.824832916259766,-0.0157552156597376,0.502510130405426,-0.864427804946899,-0.0165604464709759,0.517660439014435,-0.855425894260406,-0.00910571124404669,0.502687215805054,-0.864420473575592,0.0469324290752411,-0.469746321439743,-0.881552994251251,-0.0101741058751941,0.517790377140045,-0.855446994304657,-0.99113667011261,-0.0999672338366508,-0.0874918177723885,-0.994672954082489,0.0302130430936813,-0.0985539630055428,-0.995299518108368,-0.021985987201333,-0.0943157821893692,0.423691749572754,-0.261031061410904,0.867380023002625,0.0755244344472885,0.499917685985565,-0.862773656845093,0.201012790203094,0.537169754505157,-0.819171786308289,-0.00444113789126277,0.502798140048981,-0.864392459392548,
  954. -0.0049323970451951,0.551119565963745,-0.834411680698395,-0.00444297399371862,0.502979159355164,-0.864287137985229,-0.694671034812927,0.375805765390396,-0.613353371620178,-0.783378899097443,-0.620676279067993,0.0328404456377029,-0.896972596645355,-0.0197924952954054,-0.441642910242081,-0.694671034812927,0.375805765390396,-0.613353371620178,-0.896972596645355,-0.0197924952954054,-0.441642910242081,-0.921842932701111,-0.179470732808113,-0.343505203723907,-0.0419313758611679,-0.510874330997467,-0.858632206916809,-0.0408984832465649,0.501639306545258,-0.864109635353088,-0.0408498384058475,0.503305912017822,-0.863142192363739,-0.0408984832465649,0.501639306545258,-0.864109635353088,-0.0419313758611679,-0.510874330997467,-0.858632206916809,-0.0436298884451389,-0.442333042621613,-0.895789086818695,0.0032223928719759,0.442739605903625,-0.896644473075867,0.0107816364616156,0.44426816701889,-0.895829021930695,0.0141016347333789,0.444931089878082,-0.895453751087189,0.0090164877474308,0.467721998691559,-0.883829653263092,0.004880515858531,0.467414319515228,-0.884024918079376,0.0184406749904156,0.46839314699173,-0.883327722549438,0.00754010118544102,0.487025946378708,-0.873354971408844,0.019171305000782,0.486951172351837,-0.873218774795532,-0.0383211448788643,0.486678510904312,-0.872740209102631,-0.864418029785156,-0.213998511433601,-0.454957365989685,-0.28737336397171,0.51486349105835,-0.807670831680298,-0.0507554821670055,0.644594609737396,-0.762837946414948,-0.28737336397171,0.51486349105835,-0.807670831680298,-0.00708167441189289,0.6631138920784,-0.748484969139099,-0.0507554821670055,0.644594609737396,-0.762837946414948,-0.134271502494812,-0.416692286729813,-0.899076700210571,-0.105689153075218,0.524217844009399,-0.845000267028809,-0.129587471485138,-0.510046482086182,-0.850329160690308,-0.0177010018378496,0.522322595119476,-0.85256427526474,-0.0323825143277645,-0.418802261352539,-0.90749990940094,-0.0180048085749149,0.512702465057373,-0.858377575874329,-0.0213682986795902,0.808126211166382,-0.58862179517746,-0.397270202636719,0.499782174825668,-0.769671499729156,
  955. -0.357902735471725,0.543903231620789,-0.758996069431305,-0.0118026379495859,0.51254004240036,-0.858582258224487,-0.010999945923686,0.560763120651245,-0.827903211116791,-0.0116496626287699,0.522042751312256,-0.852839767932892,-0.764709770679474,0.404643058776855,-0.501480758190155,0.00713783968240023,0.8913534283638,-0.453252792358398,-0.0304937940090895,0.885040462017059,-0.464514255523682,0.00064647279214114,0.999156832695007,-0.041051022708416,-0.993437647819519,0.1088657528162,-0.0350699387490749,0.974355697631836,0.224050298333168,0.0207975581288338,0.108389407396317,0.799468398094177,0.590848624706268,0.00984612666070461,-0.780379354953766,-0.625229001045227,0.71331399679184,0.662617921829224,0.228299766778946,-0.0770804286003113,0.563009142875671,-0.822848260402679,-0.0772878751158714,0.561501562595367,-0.823858380317688,0.0966692566871643,0.917909979820251,0.384833127260208,-0.0682208240032196,0.562851309776306,-0.823737978935242,-0.0689944997429848,0.513288676738739,-0.855438232421875,-0.0682452023029327,0.561517357826233,-0.824645936489105,0.0159604325890541,0.559452712535858,-0.828708589076996,0.0584347769618034,0.928937971591949,0.365594834089279,0.0583347380161285,0.919598877429962,0.388503670692444,0.0544435009360313,0.929228961467743,0.365471512079239,0.0508911125361919,0.800428509712219,0.597263991832733,0.0542687848210335,0.919697701931,0.388858675956726,0.026040855795145,0.511121213436127,-0.859114050865173,0.0289720818400383,0.55044949054718,-0.834365665912628,0.0295936837792397,0.5587437748909,-0.828812301158905,0.0295936837792397,0.5587437748909,-0.828812301158905,0.0289720818400383,0.55044949054718,-0.834365665912628,0.066957138478756,0.928266525268555,0.365838706493378,0.0466094762086868,0.800392866134644,0.597661077976227,0.0511460602283478,0.92945808172226,0.365365236997604,0.0450528375804424,0.761533737182617,0.646557569503784,0.044671755284071,0.576619684696198,-0.81579053401947,-0.874081194400787,0.467908263206482,0.130552649497986,0.108334854245186,0.546394050121307,-0.830492079257965,0.0403929948806763,0.761828362941742,0.646518349647522,
  956. -0.0120900459587574,-0.520841181278229,0.853567957878113,0.0414629280567169,0.800330460071564,0.598123669624329,0.108334854245186,0.546394050121307,-0.830492079257965,0.19903701543808,0.497881859540939,-0.844095885753632,0.044671755284071,0.576619684696198,-0.81579053401947,0.0363148488104343,0.550220847129822,-0.834229171276093,0.0337252058088779,0.510743379592896,-0.859071493148804,0.0337550975382328,0.511198997497559,-0.858799397945404,-0.126596614718437,0.484294235706329,-0.865697622299194,-0.171869099140167,0.508040249347687,-0.844012022018433,-0.0516858771443367,0.442221522331238,-0.895415425300598,-0.192707702517509,-0.497349858283997,-0.845876395702362,-0.719345808029175,0.155071079730988,-0.677122294902802,-0.78026282787323,0.336043953895569,-0.527507722377777,-0,-0,-0,0,-0,-0,0,-0,-0,-0.0235722679644823,0.512512564659119,-0.858356177806854,-0.0809339880943298,-0.395230323076248,-0.915009677410126,-0.0839896500110626,-0.508091151714325,-0.857198417186737,-0.00233012065291405,-0.597553193569183,0.801825940608978,0.0233574882149696,0.799941420555115,0.599623501300812,-0.000175373614183627,-0.521441698074341,0.853286921977997,0.0113103548064828,-0.000890579191036522,0.999935626983643,-0.0065948273986578,-0.597676157951355,0.801710486412048,-0.00400397926568985,-0.521256864070892,0.853390514850616,0.72923880815506,-0.385487467050552,0.565340936183929,0.00462852697819471,0.117564588785172,0.993054449558258,-0.729752480983734,0.509654998779297,0.455755531787872,-0.0270420499145985,-0.598114848136902,0.800953984260559,0.0164817646145821,-0.00129777670372278,0.99986332654953,0.016534136608243,-0.000520760251674801,0.999863266944885,-0.0226065013557673,-0.574205160140991,0.818399310112,0.00754988100379705,-0.59722626209259,0.802037239074707,-0.516223430633545,-0.0284532587975264,0.855981171131134,0.0172935016453266,0.000953185081016272,0.99985009431839,0.0246748123317957,-0.596521377563477,0.802217841148376,0.0173205938190222,-0.000545530521776527,0.999849855899811,0.00942688994109631,0.462305396795273,0.886670649051666,
  957. 0.00453656725585461,0.462321043014526,0.886701047420502,0.0139625752344728,0.462281048297882,0.886623561382294,0.00524924881756306,0.472860038280487,0.881121933460236,0.00862635299563408,0.472850680351257,0.881100356578827,0.0186138395220041,0.472791522741318,0.880977749824524,0.00965996459126472,0.459219455718994,0.888270378112793,-0.0361368171870708,0.458937555551529,0.887733340263367,0.0180774182081223,0.459166437387466,0.888166308403015,-0.0376913622021675,0.478680312633514,0.877179980278015,0.00653669610619545,0.499984115362167,0.866009891033173,0.0469338297843933,0.518341779708862,0.853884696960449,-0.328821927309036,0.548180878162384,0.769008457660675,-0.36881548166275,0.504427850246429,0.780722498893738,-0.0197149608284235,0.792801082134247,0.609161555767059,0.006664271466434,0.90602058172226,0.42318120598793,-0.782517790794373,0.393401503562927,0.482598572969437,-0.0324627757072449,0.899779200553894,0.435136467218399,-0.0132281892001629,0.522117555141449,0.852770924568176,-0.0125430636107922,0.560843706130981,0.827826797962189,-0.0133897019550204,0.512583494186401,0.858532965183258,-0.993603229522705,0.107836320996284,0.033526573330164,-0.00110514322295785,0.997534036636353,-0.0701765939593315,0.945095181465149,0.320917457342148,-0.0617017038166523,-0.0611950270831585,0.561098337173462,0.825483977794647,-0.061829324811697,0.513287127017975,0.855986952781677,-0.061169970780611,0.562693953514099,0.824399054050446,-0.061233177781105,0.562695503234863,0.824393391609192,0.100455231964588,0.920439660549164,-0.37775593996048,-0.0614558719098568,0.561097919940948,0.825464904308319,0.0277714915573597,0.55048406124115,0.83438366651535,0.0247959606349468,0.511179566383362,0.859116196632385,0.0284198503941298,0.558994770050049,0.828683972358704,0.0236800014972687,0.511231184005737,0.859116971492767,0.0261991750448942,0.550528109073639,0.834405362606049,0.0236902143806219,0.511391162872314,0.859021484851837,0.0594472400844097,0.922365546226501,-0.381716966629028,0.0593064278364182,0.902188122272491,-0.427246123552322,
  958. 0.0132519146427512,0.559667766094208,0.828611135482788,0.0277714915573597,0.55048406124115,0.83438366651535,0.0284198503941298,0.558994770050049,0.828683972358704,0.0666078180074692,0.901598930358887,-0.427413910627365,0.133028745651245,0.504018485546112,0.853386640548706,0.0365905128419399,0.550211608409882,0.83422315120697,-0.0172857195138931,0.573116719722748,0.819291472434998,-0.121486820280552,0.511667609214783,0.850551187992096,-0.118403643369675,0.509816467761993,0.852096080780029,-0.0956920832395554,0.495974004268646,0.863048553466797,-0.0172857195138931,0.573116719722748,0.819291472434998,0.0365905128419399,0.550211608409882,0.83422315120697,-0.885006427764893,0.439838260412216,-0.15266278386116,-0.848132073879242,0.497541010379791,-0.182002514600754,-0.886001706123352,0.378590732812881,-0.26771268248558,0.353614866733551,0.726515412330627,0.589179039001465,0.0568497031927109,0.783965587615967,-0.618195831775665,0.0593064278364182,0.902188122272491,-0.427246123552322,0.0594472400844097,0.922365546226501,-0.381716966629028,0.0481658987700939,0.902993440628052,-0.426946192979813,0.0417260080575943,0.784404218196869,-0.618844866752625,0.0408988520503044,0.769123196601868,-0.637790560722351,-0.725819706916809,0.532635748386383,-0.435298651456833,-0.846384644508362,0.464900642633438,-0.259808480739594,-0.0132870245724916,0.536609530448914,-0.8437260389328,-0.0254268907010555,-0.519909381866455,-0.853842854499817,0.0370067730545998,0.769337892532349,-0.637769460678101,0.0377458110451698,0.784489750862122,-0.618992030620575,-0.0156235788017511,0.124494962394238,-0.992097198963165,0.0300147049129009,0.119232825934887,-0.992412567138672,-0.984075307846069,0.129377990961075,-0.121890127658844,0.03456125035882,0.784549176692963,-0.619102656841278,-0.00983100943267345,-0.592674612998962,-0.805382072925568,-0.00678414106369019,-0.521072089672089,-0.853485763072968,0.962325215339661,-0.128871902823448,-0.2394208163023,-0.988278985023499,0.109554432332516,-0.106313586235046,0.0198769345879555,-0.0669020190834999,-0.997561573982239,
  959. -0.00900652911514044,-0.592652976512909,-0.805407583713531,0.0139948688447475,-0.00121215404942632,-0.999901413917542,-0.00588036328554153,-0.521123826503754,-0.853460848331451,0.00812685582786798,-0.265706896781921,-0.964019656181335,-0.0104644643142819,-0.265797406435013,-0.963972151279449,0.995354831218719,-0.0203920211642981,-0.0940901339054108,0.0177722964435816,-0.0015393327921629,-0.999840974807739,-0.025543199852109,-0.5930095911026,-0.804790198802948,0.0178381148725748,-0.000561830413062125,-0.99984073638916,0.348675400018692,-0.544060289859772,-0.763166964054108,-0.0106590101495385,-0.270738869905472,-0.962593913078308,-0.285710245370865,-0.0157478097826242,-0.958186745643616,0.00846551638096571,-0.000266630435362458,-0.999964118003845,0.0140350824221969,-0.591885507106781,-0.805899918079376,0.00845658406615257,0.000466110941488296,-0.99996417760849,0.713882923126221,-0.312812209129334,-0.626513957977295,0.702715992927551,-0.330301582813263,-0.630151748657227,0.255691736936569,-0.751418709754944,-0.608269453048706,-0.00936284754425287,-0.424820065498352,-0.905229508876801,-0.00927008502185345,-0.450678944587708,-0.892638027667999,-0.00927180331200361,-0.450221121311188,-0.892868936061859,-0.00362179847434163,-0.450496107339859,-0.892771005630493,-0.00371068809181452,-0.424956500530243,-0.905206143856049,-0.00378491869196296,-0.402662634849548,-0.915340602397919,-0.00540436338633299,-0.424917072057724,-0.905216217041016,0.00606416910886765,0.788517236709595,-0.614982843399048,-0.00522128818556666,-0.402732700109482,-0.915302813053131,-0.00212188507430255,0.788490235805511,-0.615043640136719,-0.00364572182297707,-0.424958020448685,-0.905205726623535,-0.00212161312811077,0.788541674613953,-0.614977657794952,0.485988914966583,0.678271532058716,-0.551146686077118,0.489181220531464,0.678120911121368,-0.548501551151276,-0.884055554866791,-0.179561257362366,-0.431513160467148,-0.274344921112061,0.756916224956512,-0.593138098716736,-0.459120839834213,0.809165298938751,-0.3666872382164,0.661665260791779,-0.267955809831619,-0.700284898281097,
  960. 0.719805717468262,-0.242528557777405,-0.65043044090271,0.658119916915894,0.689141690731049,-0.303252160549164,-0.659661054611206,0.382057964801788,0.647208750247955,-0.00212188507430255,0.788490235805511,-0.615043640136719,-0.00212161312811077,0.788541674613953,-0.614977657794952,-0.0013093639863655,0.909571170806885,-0.415546119213104,-0.00738152582198381,0.788444995880127,-0.615060925483704,-0.00775270164012909,0.909607589244843,-0.415396124124527,-0.00775727583095431,0.912456870079041,-0.409099280834198,-0.547567784786224,0.766346573829651,-0.335979908704758,-0.706112205982208,0.571759581565857,-0.417727947235107,0.282464176416397,0.951347708702087,0.123091854155064,0.0105708641931415,0.912492334842682,-0.408957183361053,0.00989924371242523,0.456683218479156,0.889574289321899,0.0100692734122276,0.471778333187103,0.881659805774689,-0.00775727583095431,0.912456870079041,-0.409099280834198,-0.00775270164012909,0.909607589244843,-0.415396124124527,-0.00104300712700933,0.456628799438477,0.889656841754913,0.202556222677231,0.935409903526306,0.289791911840439,0.753146409988403,0.305662542581558,0.582529664039612,-0.606871664524078,0.728733479976654,-0.31726086139679,0.00989924371242523,0.456683218479156,0.889574289321899,0.00971746258437634,0.440677046775818,0.897613167762756,0.0100692734122276,0.471778333187103,0.881659805774689,0.0791110917925835,0.858891367912292,0.506011128425598,0.315716654062271,0.75797176361084,0.570790529251099,0.781377077102661,0.290427207946777,0.552360355854034,0.015508234500885,0.440522044897079,0.897607862949371,0.0156166795641184,0.456689953804016,0.889488816261292,0.015510480850935,0.440850853919983,0.897446393966675,-0.168197065591812,0.202222675085068,0.96478796005249,-0.344180732965469,0.413966178894043,0.842716872692108,-0.3531354367733,0.424740850925446,0.83360093832016,0.641508162021637,-0.321476578712463,-0.696505784988403,0.624918460845947,-0.342755198478699,-0.701424121856689,0.198277160525322,-0.702982783317566,-0.683009028434753,0.00372655130922794,-0.425009280443192,-0.905181288719177,
  961. 0.0046605821698904,-0.450103342533112,-0.8929643034935,0.00466796243563294,-0.450300604104996,-0.892864942550659,0.00764005444943905,-0.449926912784576,-0.893032729625702,0.00671940669417381,-0.424981325864792,-0.905177175998688,0.00587726011872292,-0.402000099420547,-0.915620803833008,0.00459160283207893,-0.425001591444016,-0.905180931091309,-0.0252646543085575,0.787760317325592,-0.615463674068451,0.00391358276829124,-0.402159988880157,-0.915561020374298,-0.0271946080029011,0.787682890892029,-0.615480482578278,0.0119925532490015,-0.4249227643013,-0.905150175094604,-0.0272144228219986,0.788342177867889,-0.614634811878204,0.481768429279327,0.705102443695068,-0.520316958427429,0.43650609254837,0.707294583320618,-0.556054830551147,-0.892185032367706,-0.198310673236847,-0.405806303024292,-0.426196932792664,0.704957008361816,-0.566914319992065,-0.580734848976135,0.739606201648712,-0.340190708637238,0.642355561256409,-0.256595373153687,-0.722176015377045,0.689361035823822,-0.235781654715538,-0.684973359107971,0.222436338663101,0.894603788852692,-0.387564539909363,-0.673989772796631,0.353691726922989,0.648567676544189,-0.026615746319294,0.78770637512207,-0.615475654602051,-0.0266336649656296,0.788351714611053,-0.614648044109344,-0.0298288092017174,0.907983362674713,-0.417943149805069,-0.0263848826289177,0.787715673446655,-0.615473687648773,-0.0307391602545977,0.907964289188385,-0.417918533086777,-0.0309873018413782,0.914696216583252,-0.402952343225479,-0.479342192411423,0.800192773342133,-0.360448122024536,-0.67268443107605,0.586683392524719,-0.450886249542236,0.302051514387131,0.950085759162903,0.0781158655881882,-0.016666317358613,0.449720770120621,0.893013656139374,-0.0171755105257034,0.466243267059326,0.884489774703979,-0.0283643938601017,0.914792537689209,-0.402926832437515,-0.032555315643549,0.91463565826416,-0.402966260910034,-0.0324003919959068,0.907927632331848,-0.417872756719589,-0.0108939642086625,0.449960261583328,0.892982065677643,0.285337388515472,0.951306998729706,0.116609483957291,0.794193863868713,0.301323026418686,0.527693569660187,
  962. -0.43074506521225,0.822442233562469,-0.371547400951386,-0.0160170365124941,0.449748456478119,0.893011629581451,-0.0158209875226021,0.440848678350449,0.897441983222961,-0.0163786727935076,0.466238439083099,0.884507596492767,0.157842397689819,0.914191663265228,0.373281896114349,0.387236177921295,0.814126551151276,0.432719439268112,0.861083388328552,0.258857220411301,0.437639445066452,0.0022216965444386,0.440902799367905,0.897552132606506,0.0019622144754976,0.450439631938934,0.892804741859436,0.00221999455243349,0.440965533256531,0.897521317005157,-0.236322790384293,0.0998159199953079,0.96653425693512,-0.46279239654541,0.377712100744247,0.801970541477203,-0.466035544872284,0.381948530673981,0.798076570034027,-0.0109532866626978,-0.409345805644989,0.912313580513,-0.010720475576818,-0.46265834569931,0.886471807956696,-0.010776155628264,-0.450801223516464,0.892559289932251,0.596937835216522,-0.349464625120163,0.722177088260651,0.184898987412453,-0.69085681438446,0.698948621749878,0.561016440391541,-0.39091694355011,0.729687929153442,-0.00669625168666244,-0.462730556726456,0.886473655700684,-0.00679515395313501,-0.409241527318954,0.912400782108307,-0.00679585710167885,-0.408802598714828,0.91259765625,0.000965876039117575,0.788506627082825,0.615025579929352,-0.00838831439614296,-0.408740431070328,0.91261214017868,-0.00839013047516346,-0.409282386302948,0.912369191646576,-0.00366892293095589,-0.408921480178833,0.912562251091003,-0.00212188507430255,0.788490235805511,0.615043640136719,-0.00212161312811077,0.788541674613953,0.614977657794952,0.445289731025696,0.697289705276489,0.561697542667389,0.482814729213715,0.699015438556671,0.527510523796082,-0.828050851821899,-0.199231460690498,0.52405971288681,-0.633341908454895,0.704112887382507,0.321096688508987,-0.488633096218109,0.685583472251892,0.539641499519348,0.693452119827271,-0.274679690599442,0.666089534759521,0.433245658874512,0.823810935020447,0.365559697151184,0.694658994674683,-0.274168431758881,0.66504180431366,-0.665261387825012,0.379945069551468,-0.642704546451569,
  963. -0.00212161312811077,0.788541674613953,0.614977657794952,-0.00212188507430255,0.788490235805511,0.615043640136719,-0.0013093639863655,0.909571170806885,0.415546119213104,-0.000213269115192816,0.912508606910706,0.409057438373566,-0.000203653209609911,0.909561157226563,0.415570110082626,0.000113782691187225,0.788502812385559,0.615031123161316,-0.706219017505646,0.571677565574646,0.417659729719162,-0.547751724720001,0.766238749027252,0.335925906896591,0.282408893108368,0.951348066329956,-0.123216271400452,0.00474863033741713,0.45666441321373,-0.889626383781433,0.00669881934300065,0.912510335445404,0.408998668193817,0.00485981861129403,0.472013592720032,-0.881577968597412,-0.00175581034272909,0.912502288818359,0.409067869186401,0.00439685862511396,0.456662654876709,-0.889629065990448,-0.00178768299520016,0.90957510471344,0.415535569190979,0.779115438461304,0.291699826717377,-0.554878711700439,0.250145077705383,0.948672413825989,-0.193515658378601,-0.510896623134613,0.786813318729401,0.346279472112656,0.00389702245593071,0.456660121679306,-0.889632701873779,0.00407126778736711,0.472048074007034,-0.881563484668732,0.00371807534247637,0.440822005271912,-0.897586822509766,0.3657006919384,0.798072159290314,-0.478898823261261,0.132894739508629,0.899034917354584,-0.417223274707794,0.846673846244812,0.248893037438393,-0.470314472913742,0.0219760034233332,0.456679940223694,-0.889359652996063,0.0218675695359707,0.440334767103195,-0.897567331790924,0.0218707323074341,0.440798401832581,-0.897339642047882,-0.470408231019974,0.389075130224228,-0.792045831680298,-0.24054217338562,0.105457097291946,-0.964892983436584,-0.477144151926041,0.397957772016525,-0.783558130264282,0.00297358073294163,-0.411837667226791,0.911252439022064,0.00490657892078161,-0.462760269641876,0.886469960212708,0.00442045740783215,-0.450055062770844,0.892989873886108,0.619045257568359,-0.325691759586334,0.714638352394104,0.184950664639473,-0.690904319286346,0.698888063430786,0.584257423877716,-0.367471873760223,0.723607420921326,0.00859551224857569,-0.462697416543961,0.886474609375,
  964. 0.00678600929677486,-0.411609798669815,0.911334931850433,0.00669757183641195,-0.40909481048584,0.912467300891876,-0.0255397725850344,0.787749409675598,0.615466117858887,0.00507354363799095,-0.409087121486664,0.912481307983398,0.005152752622962,-0.411708146333694,0.91130119562149,0.0128839369863272,-0.409114420413971,0.91239207983017,-0.0258428044617176,0.787737369537354,0.615468919277191,-0.0258627943694592,0.788363873958588,0.614665329456329,0.329633384943008,0.742830753326416,0.582704365253448,0.47214263677597,0.750310778617859,0.462725877761841,-0.83813863992691,-0.217089891433716,0.500395476818085,-0.639760911464691,0.697344064712524,0.323136478662491,-0.492661088705063,0.676505327224731,0.54738062620163,0.680902600288391,-0.261895507574081,0.683946251869202,0.260564714670181,0.886273801326752,0.38291609287262,0.692160725593567,-0.256839841604233,0.674497485160828,-0.675839900970459,0.357391238212585,-0.644602239131927,-0.0247923191636801,0.788380086421967,0.614688634872437,-0.0247758626937866,0.78777939081192,0.615459024906158,-0.0279843360185623,0.908019602298737,0.417991936206818,-0.0309550035744905,0.914697468280792,0.402952045202255,-0.0307067893445492,0.907965004444122,0.417919397354126,-0.0263527724891901,0.78771698474884,0.615473389625549,-0.655401229858398,0.598705232143402,0.460436046123505,-0.450824856758118,0.813616633415222,0.367130756378174,0.308705806732178,0.949108481407166,-0.0623999387025833,-0.014706932939589,0.456071823835373,-0.889821529388428,-0.026910649612546,0.914843261241913,0.40291154384613,-0.0151849510148168,0.472377628087997,-0.88126540184021,-0.0322729013860226,0.907930552959442,0.417876273393631,-0.032425619661808,0.914640784263611,0.402965188026428,-0.010974183678627,0.456224411725998,-0.88979709148407,0.796600461006165,0.303565859794617,-0.522757649421692,0.292160987854004,0.951014757156372,-0.101058527827263,-0.410241633653641,0.830939829349518,0.375820249319077,-0.0145535506308079,0.456078171730042,-0.889820694923401,-0.0149126229807734,0.472375780344009,-0.881271064281464,-0.0142168859019876,0.440859287977219,-0.897463619709015,
  965. 0.392343163490295,0.810699999332428,-0.434548527002335,0.15765006840229,0.914083659648895,-0.373627662658691,0.858389973640442,0.263806611299515,-0.439968943595886,0.00333923054859042,0.45675066113472,-0.889588475227356,0.0037715882062912,0.44090074300766,-0.897547960281372,0.00376869924366474,0.441007256507874,-0.897495627403259,-0.462478756904602,0.377793222665787,-0.80211329460144,-0.235610097646713,0.0995194911956787,-0.966738820075989,-0.469295859336853,0.38670489192009,-0.79386442899704,-0.0549132004380226,0.998461961746216,0.00762847950682044,0.0549153126776218,0.998462915420532,0.00749758817255497,-0.0551527515053749,0.99844890832901,0.00762866577133536,0.05510114133358,0.998471677303314,-0.00427196454256773,-0.0551063343882561,0.998469889163971,-0.00460800342261791,0.0393052436411381,0.999217927455902,-0.00432344805449247,-0.0393227152526379,0.999224364757538,0.0021367110311985,0.0393762700259686,0.999223291873932,0.00155654223635793,-0.0392723307013512,0.999226272106171,0.00213634292595088,0.039083082228899,0.999177813529968,-0.0107793277129531,-0.0394192636013031,0.999168634414673,-0.010403492487967,0.0472736619412899,0.998823463916779,-0.0108147747814655,0.0475048273801804,0.997795522212982,-0.0463399663567543,-0.0396639369428158,0.998120307922363,-0.0467187687754631,-0.0153617141768336,0.998793244361877,-0.046648770570755,0.221827387809753,0.973471939563751,-0.0560810528695583,-0.0466989204287529,0.942115128040314,0.332021504640579,0.152453497052193,0.987033247947693,0.050232756882906,0.0278457701206207,0.821257948875427,-0.569877147674561,-0.0551374368369579,0.851248264312744,-0.52185845375061,-0.580638408660889,0.811575651168823,-0.0648387521505356,-0.00376866338774562,0.996265530586243,0.0862610414624214,-0.00367533671669662,0.99800968170166,-0.0629535764455795,-0.0037522166967392,0.998883008956909,0.0471026860177517,-0.0131104178726673,-0.134848684072495,-0.990779578685761,-0.685984909534454,0.724980354309082,-0.0618724226951599,-0.150019660592079,0.0120248906314373,-0.988609969615936,0.0164900571107864,0.997910559177399,-0.0624709837138653,
  966. 0.01513681281358,0.996145606040955,0.0863995179533958,0.0164941418915987,0.997878015041351,-0.0629883334040642,0.0167052205651999,0.997907280921936,-0.0624656900763512,0.0167105700820684,0.99787425994873,-0.0629897937178612,0.0114706140011549,0.0160159338265657,-0.999805927276611,0.600578844547272,0.797673285007477,-0.0549760982394218,0.579355657100677,0.811629831790924,0.074860505759716,0.581009089946747,0.811164855957031,0.066633865237236,-0.150019660592079,0.0120248906314373,-0.988609969615936,0.00696329865604639,-0.155880525708199,-0.987751364707947,-0.0131104178726673,-0.134848684072495,-0.990779578685761,0.0105112148448825,0.997961580753326,-0.0629464834928513,0.00987850967794657,0.997438788414001,0.0708402022719383,0.00992262177169323,0.997987449169159,0.0626309663057327,-0.0399712063372135,-0.867071330547333,-0.496578007936478,-0.898096561431885,-0.0142925782129169,-0.439566105604172,-0.898165822029114,-0.0139923952519894,-0.439434140920639,-0.171547040343285,0.98331093788147,-0.0605900771915913,-0.149384066462517,0.986595749855042,0.0656765252351761,-0.166598334908485,0.985536158084869,-0.0310405101627111,-0.877341568470001,0.451601773500443,0.162258431315422,-0.93852972984314,0.345027357339859,-0.0108670042827725,-0.923149228096008,0.381697714328766,0.0458506308495998,0.781834125518799,0.619001805782318,0.0746471360325813,0.877982378005981,0.478455692529678,-0.0150694716721773,0.952580153942108,0.276472955942154,-0.127097919583321,-0.0166418142616749,0.0240050815045834,-0.999573349952698,-0.0166029259562492,0.01535180862993,-0.999744296073914,-0.00584974465891719,0.998007714748383,-0.0628205612301826,-0.411518841981888,0.910120785236359,0.0482952110469341,-0.358469218015671,0.929450869560242,-0.0872980654239655,-0.382284909486771,0.923586547374725,-0.0290893390774727,0.00562571827322245,0.996915936470032,-0.0782758295536041,0.00364627386443317,0.997481644153595,0.070831224322319,0.00375659228302538,0.998024106025696,0.0627197697758675,0.0112384846433997,0.997953295707703,-0.0629516839981079,0.017953610047698,0.999343276023865,-0.0314753800630569,
  967. -0.207148775458336,0.0186658278107643,-0.978131353855133,0.0110941110178828,0.0155704421922565,-0.999817252159119,0.0112952413037419,0.0233472846448421,-0.999663591384888,0.0266868956387043,0.997653305530548,-0.0630544349551201,0.423004388809204,0.509071409702301,-0.749608993530273,-0.572249054908752,0.819673478603363,-0.0258164890110493,-0.526163876056671,0.845888137817383,-0.087320476770401,0.382677644491196,0.923424065113068,-0.0290842223912477,-0.753596186637878,-0.634040594100952,-0.173451200127602,-0.928810358047485,0.0204535573720932,-0.369990587234497,-0.000996321556158364,0.0236389711499214,-0.99972015619278,-0.00162822497077286,-0.0156819708645344,-0.999875783920288,-0.00112376129254699,0.0157195292413235,-0.999875843524933,0.00087368197273463,0.0157667081803083,-0.999875366687775,0.000811194884590805,-0.0157780013978481,-0.99987518787384,0.000811271253041923,-0.0157396867871284,-0.999875783920288,0.00764298858121037,0.0234343279153109,-0.99969619512558,0.00752112083137035,0.0156272202730179,-0.999849617481232,0.00690183555707335,-0.0236148964613676,-0.999697268009186,0.054429218173027,0.0222954228520393,-0.998268783092499,0.0442695803940296,-0.0235923063009977,-0.998741030693054,0.0456191152334213,-0.0175252426415682,-0.998805165290833,-0.891972422599792,-0.0562280751764774,-0.448579668998718,-0.891056537628174,0.0211725160479546,-0.453398287296295,-0.735890448093414,-0.589550375938416,-0.333010107278824,0.00970537960529327,-0.0236143469810486,-0.999674022197723,0.00876255985349417,0.0156075162813067,-0.999839782714844,0.00950481649488211,-0.0152216078713536,-0.999839007854462,0.802389025688171,0.0236496031284332,-0.596332550048828,0.798161745071411,0.0345214605331421,-0.601453363895416,0.449810475111008,0.527511596679688,-0.720695555210114,0.595219671726227,0.618371367454529,-0.513157367706299,-0.990050673484802,0.13177190721035,-0.0493541099131107,0.99708878993988,0.024122828617692,-0.0723328441381454,-0.075212188065052,-0.0127410348504782,-0.997086226940155,-0.0763897895812988,-0.0235464554280043,-0.996800005435944,
  968. -0.116226442158222,-0.989378929138184,-0.0872967839241028,-0.0159539245069027,-0.996073067188263,-0.0870853736996651,0.0167311225086451,-0.0156121691688895,-0.999738216400146,0.0167170893400908,-0.0164018645882607,-0.999725759029388,0.0205992963165045,-0.996715486049652,-0.0783193334937096,0.00673178769648075,-0.0236149244010448,-0.999698460102081,0.00656673405319452,-0.0153838815167546,-0.999860107898712,-0.00524242734536529,-0.0236151367425919,-0.999707460403442,0.0131648248061538,-0.996836066246033,-0.0783873721957207,0.0131080877035856,-0.996134281158447,-0.0868600681424141,-0.00704332767054439,0.00770720932632685,-0.99994558095932,-0.00622163433581591,-0.0235170759260654,-0.99970406293869,-0.00641744211316109,-0.0160993840545416,-0.999849855899811,-0.00546640018001199,-0.01604706607759,-0.999856352806091,-0.00533658405765891,-0.0235311314463615,-0.999708950519562,0.0167272128164768,-0.996785163879395,-0.0783553123474121,0.00697454018518329,-0.0156907942146063,-0.999852657318115,-0.0125433979555964,-0.996123850345612,-0.0870627462863922,-0.0128075908869505,-0.998430132865906,-0.0545273460447788,-0.871930360794067,-0.0145728848874569,-0.489413022994995,0.580467998981476,-0.811474025249481,-0.067579984664917,-0.0420592613518238,-0.891787886619568,-0.450494557619095,0.822649598121643,-0.568143427371979,0.0214640721678734,-0.0435287542641163,-0.908489048480988,-0.415635615587235,0.720344424247742,-0.690429508686066,-0.0664151832461357,-0.0125433979555964,-0.996123850345612,-0.0870627462863922,-0.0138433808460832,-0.995348155498505,0.0953443944454193,-0.0128075908869505,-0.998430132865906,-0.0545273460447788,-0.0571008250117302,-0.976215064525604,0.209150046110153,-0.267351716756821,-0.958199501037598,0.101866289973259,0.0491092018783093,-0.964799046516418,0.258362382650375,-0.0287339258939028,-0.994976222515106,0.0958998650312424,-0.0275662820786238,-0.995813369750977,-0.0871548652648926,-0.0287296362221241,-0.995084583759308,0.0947699621319771,0.00826126802712679,-0.996885418891907,-0.0784298628568649,0.00860010553151369,-0.995458722114563,0.0948055908083916,
  969. 0.0082381721585989,-0.996182799339294,-0.0869029611349106,0.040869377553463,-0.877834856510162,0.477216571569443,-0.32500433921814,-0.940148651599884,0.1024349629879,0.66138356924057,-0.0333234034478664,0.74930727481842,0.54571932554245,-0.0326704792678356,0.837330877780914,0.0440676286816597,-0.563892066478729,0.824671924114227,0.0192731507122517,-0.581953883171082,0.812993407249451,-0.00717464042827487,-0.0236713159829378,0.999694108963013,-0.0287339258939028,-0.994976222515106,0.0958998650312424,-0.0287296362221241,-0.995084583759308,0.0947699621319771,0.00708395522087812,-0.995496988296509,0.0945281162858009,-0.00212134188041091,-0.0236321017146111,0.999718546867371,-0.00212183501571417,-0.0235653128474951,0.99972003698349,0.0434401109814644,-0.549793303012848,0.834170460700989,0.395557373762131,-0.0310269556939602,0.91791707277298,0.410168498754501,-0.00250786892138422,0.912006258964539,0.329587072134018,-0.000351465307176113,0.944125115871429,0.557892620563507,0.828262984752655,0.0523091033101082,0.0377441607415676,-0.42660054564476,0.903652310371399,0.00534094544127584,0.0077475025318563,0.999955713748932,0.00578129710629582,0.963238477706909,0.268585652112961,0.00476827844977379,0.998869240283966,0.0473033078014851,-0.00884302984923124,-0.0234057642519474,0.99968695640564,-0.00886405352503061,0.00766408769413829,0.999931335449219,-0.0088642779737711,0.00808284152299166,0.999928057193756,-0.00376765173859894,0.963308453559875,0.268370360136032,-0.00433748308569193,0.00797615293413401,0.999958872795105,-0.00433693500235677,0.00777125777676702,0.999960482120514,-0.00235256645828485,0.00781818199902773,0.999966740608215,-0.00212183501571417,-0.0235653128474951,0.99972003698349,-0.00212134188041091,-0.0236321017146111,0.999718546867371,-0.215916678309441,0.941929161548615,0.257195383310318,0.0913910940289497,0.00999951362609863,0.995764911174774,0.0972749590873718,-0.0132961701601744,0.995168685913086,-0.17056080698967,-0.0246116574853659,0.985039830207825,-0.217804819345474,0.0826755985617638,0.972484350204468,
  970. -0.18314591050148,0.00341450516134501,0.98307991027832,-0.244579330086708,0.0907453149557114,0.965373575687408,0.534198343753815,0.842609703540802,0.0681250691413879,0.478114932775497,0.842945456504822,0.246676132082939,0.01628777384758,-0.0175489503890276,0.999713361263275,0.033756036311388,0.00619709584861994,0.99941098690033,0.0118911527097225,-0.0235202144831419,0.999652743339539,0.0118911527097225,-0.0235202144831419,0.999652743339539,-0.589566826820374,-0.804081201553345,0.0765791609883308,0.01628777384758,-0.0175489503890276,0.999713361263275,0.893980622291565,0.445772379636765,0.0456686057150364,-0.230705305933952,0.0865655168890953,0.969165444374084,-0.346222400665283,0.0237416252493858,0.937852025032043,0.139344468712807,-0.0300877131521702,0.989786744117737,0.179862201213837,-0.000751824583858252,0.983691573143005,0.143077880144119,-0.0273984912782907,0.98933219909668,-0.00532313948497176,0.00766410073265433,0.999956488609314,0.0089695705100894,0.99744838476181,0.070826567709446,-0.00531879952177405,0.00812492612749338,0.999952852725983,0.00987850967794657,0.997438788414001,0.0708402022719383,-0.00461028050631285,0.00769219221547246,0.999959826469421,0.00992262177169323,0.997987449169159,0.0626309663057327,0.398600459098816,0.380544126033783,0.834448218345642,-0.914367735385895,0.402155727148056,0.0469318851828575,0.820957124233246,0.0368077754974365,0.569802343845367,-0.000382723228540272,-0.0236305166035891,0.999720752239227,9.94845177046955e-005,0.00786907225847244,0.999969065189362,-0.000263523746980354,-0.0158438365906477,0.999874532222748,-0.00876843649893999,0.00828769989311695,0.999927222728729,-0.00916673336178064,-0.023975158110261,0.999670565128326,-0.00877792295068502,0.00752790179103613,0.999933183193207,-0.0152398105710745,-0.99537992477417,0.0947980806231499,-0.000382723228540272,-0.0236305166035891,0.999720752239227,-0.000263523746980354,-0.0158438365906477,0.999874532222748,0.904401898384094,0.0255453623831272,0.425916224718094,0.465271800756454,0.43186742067337,0.772665977478027,0.897048115730286,0.038783211261034,0.440227955579758,
  971. 0.00505408737808466,-0.0234162881970406,0.999713063240051,-0.00162903196178377,-0.995494186878204,0.094808965921402,-0.00167409307323396,-0.996267437934875,0.0863040611147881,-0.00675051566213369,-0.995472848415375,0.094806931912899,-0.00632990291342139,-0.996890485286713,-0.0785451531410217,-0.00673456303775311,-0.996242880821228,0.0863417834043503,-0.0474530160427094,0.0219194293022156,0.998633027076721,0.0100102787837386,-0.0232203882187605,0.99968022108078,0.000493154569994658,-0.0157499592751265,0.999875843524933,0.0100102787837386,-0.0232203882187605,0.99968022108078,0.785258293151855,-0.61735987663269,0.0472889728844166,0.000493154569994658,-0.0157499592751265,0.999875843524933,-0.973000705242157,0.00402729911729693,0.230766892433167,-0.96989506483078,0.0267227608710527,0.242052748799324,-0.756284058094025,-0.634787678718567,-0.158363595604897,0.720992624759674,0.688630521297455,0.0771861150860786,-0.768983960151672,-0.638026714324951,-0.0398203209042549,-0.950242042541504,0.0273334551602602,0.310311317443848,-0.0147146759554744,0.0160918775945902,0.999762237071991,0.00446022534742951,0.983518362045288,0.180753290653229,0.0061907097697258,0.997462093830109,0.0709300115704536,0.0109309386461973,0.98352462053299,0.180443838238716,-0.00490890024229884,0.0158618185669184,0.999862134456635,-0.00490983761847019,0.0157845392823219,0.999863386154175,-0.004779655020684,-0.0157082732766867,0.999865174293518,-0.00445618852972984,0.0157810039818287,0.999865591526031,-0.00445546256378293,0.0158511437475681,0.999864459037781,0.595335364341736,0.00796488486230373,0.803437888622284,0.280953228473663,0.937907934188843,0.203455358743668,0.253403812646866,0.953481674194336,0.163277223706245,-0.00569080002605915,-0.996261596679688,0.0862007588148117,-0.00591389508917928,-0.0156992487609386,0.999859273433685,-0.00569151807576418,-0.996249973773956,0.0863341838121414,-0.00689077144488692,-0.996241688728333,0.086342915892601,-0.00631443923339248,-0.996890604496002,-0.0785450413823128,-0.00689029414206743,-0.99625563621521,0.0861813575029373,
  972. -0.00124548084568232,0.0157558731734753,0.99987518787384,-0.00160083535593003,-0.0157334562391043,0.999874949455261,-0.00160111929289997,-0.0157586634159088,0.999874532222748,-0.00160083535593003,-0.0157334562391043,0.999874949455261,-0.0113648567348719,-0.996221005916595,0.0861078873276711,-0.00160111929289997,-0.0157586634159088,0.999874532222748,0.00573731120675802,0.0237053763121367,0.999702632427216,-0.00146264128852636,0.978722989559174,0.205180704593658,0.00575992744415998,0.015700476244092,0.999860167503357,-0.00508181471377611,-0.0157858822494745,0.999862551689148,-0.00490226736292243,0.0235380176454782,0.999710977077484,-0.00493828160688281,0.015784764662385,0.999863266944885,-0.0015100387390703,0.978723168373108,0.205179616808891,-0.00636378768831491,0.0235148184001446,0.999703228473663,-0.000658703967928886,0.997496068477631,0.0707198157906532,0.0172514952719212,0.50862580537796,0.860814869403839,-0.762614250183105,0.641698241233826,0.0815036967396736,0.592267334461212,0.0283485241234303,0.805242717266083,0.592267334461212,0.0283485241234303,0.805242717266083,0.621366560459137,-0.0074456911534071,0.783484637737274,0.0172514952719212,0.50862580537796,0.860814869403839,-0.0343333519995213,-0.592594504356384,0.804768919944763,-0.570848882198334,-0.0174219645559788,0.820870280265808,-0.0054605514742434,-0.612820148468018,0.79020369052887,-0.474793285131454,-0.017595561221242,0.879921436309814,0.380553245544434,-0.920775234699249,0.0857451483607292,-0.0139496074989438,-0.750651001930237,0.66055166721344,0.437500268220901,-0.895245790481567,0.0844307467341423,0.0483338311314583,-0.923768877983093,0.379888087511063,-0.0255816951394081,-0.904806911945343,0.425053000450134,0.021788377314806,-0.900640189647675,-0.43401911854744,-0.276699870824814,-0.957736909389496,0.0785961151123047,-0.179619133472443,-0.978096067905426,-0.105191320180893,0.0107455896213651,-0.994688391685486,-0.102370731532574,0.0108725968748331,-0.996196389198303,0.0864559561014175,0.0107581662014127,-0.995437860488892,-0.0948036015033722,-0.0487150065600872,-0.995700657367706,-0.0787852108478546,
  973. -0.048644632101059,-0.994316935539246,-0.0946968495845795,-0.0487156920135021,-0.995152771472931,0.0854271650314331,-0.197042882442474,-0.974727988243103,-0.105258673429489,0.185637220740318,-0.0198562778532505,-0.982417821884155,0.00171226426027715,-0.650853037834167,-0.759201884269714,0.348321288824081,-0.0229854360222816,-0.937093377113342,0.00629900442436337,-0.347524672746658,-0.937649726867676,-0.0149438418447971,-0.365103930234909,-0.930846810340881,-0.0136819137260318,-0.0311546269804239,-0.999420940876007,0.011611576192081,-0.994680821895599,-0.10234934091568,0.0117277707904577,-0.995427012443542,-0.0948025733232498,-0.0485449135303497,-0.994321823120117,-0.0946973115205765,-0.0490171574056149,-0.995685815811157,-0.0787864178419113,0.0236274339258671,-0.0320292338728905,-0.999207615852356,0.0115190632641315,-0.994681656360626,-0.102351620793343,0.00524967024102807,-0.0316039025783539,-0.999486684799194,0.00507718697190285,-0.0158657804131508,-0.999861240386963,0.0079323835670948,-0.0237395651638508,-0.999686717987061,0.00755966547876596,-0.031657949090004,-0.999470174312592,-0.0459149479866028,-0.995834648609161,-0.078773707151413,-0.00838610529899597,0.0130310831591487,-0.999879956245422,-0.0385186783969402,-0.0148247228935361,-0.999147891998291,-0.00544742867350578,0.0157458484172821,-0.999861299991608,0.00524967024102807,-0.0316039025783539,-0.999486684799194,0.00472706649452448,0.0157459042966366,-0.999864876270294,0.00507718697190285,-0.0158657804131508,-0.999861240386963,-0.00924159679561853,0.850106358528137,-0.526530027389526,-0.0374976396560669,0.846099078655243,-0.53170508146286,-0.96463418006897,0.00415054569020867,-0.263559639453888,0.0112002519890666,0.0234376937150955,-0.999662578105927,0.00823430344462395,-0.0316737033426762,-0.999464392662048,0.00866255164146423,-0.0237509161233902,-0.999680399894714,0.00726915569975972,0.00804526545107365,-0.999941229820251,0.00722058396786451,0.0235011968761683,-0.999697744846344,0.0073635415174067,-0.0237307138741016,-0.999691247940063,0.00722058396786451,0.0235011968761683,-0.999697744846344,
  974. 0.00726915569975972,0.00804526545107365,-0.999941229820251,-0.00244507659226656,0.996903836727142,-0.0785926207900047,-0.0167047046124935,-0.031081847846508,-0.999377250671387,-0.0143930520862341,0.0238395482301712,-0.999612212181091,-0.014383434318006,0.0240657832473516,-0.999606907367706,-0.0146058518439531,0.0240727104246616,-0.999603569507599,-0.0146104255691171,0.015744399279356,-0.999769270420074,-0.0146172558888793,-0.0311321411281824,-0.999408423900604,0.00665897503495216,0.996912717819214,-0.0782348960638046,0.00657924730330706,0.997458577156067,-0.0709450617432594,0.0115020079538226,0.0234328620135784,-0.999659240245819,-0.0143977012485266,0.0240662265568972,-0.999606668949127,-0.014407005161047,0.0238397642970085,-0.999612033367157,0.0394715741276741,0.996610283851624,-0.0721799209713936,0.00649428926408291,0.997459352016449,-0.0709417685866356,0.00660343933850527,0.996912956237793,-0.0782371014356613,0.00444371532648802,0.998022973537445,0.0626926422119141,0.634566783905029,0.772505342960358,0.0236788131296635,0.227099448442459,0.930029988288879,-0.288911819458008,0.518546760082245,0.851228952407837,-0.0807385295629501,0.408810794353485,0.909060418605804,-0.080516517162323,0.219168290495873,0.933963596820831,-0.282271683216095,-0.6983642578125,0.0388780683279037,-0.71468585729599,0.102433919906616,0.977724552154541,-0.183199673891068,0.266232788562775,0.962603151798248,0.0501548126339912,0.285108149051666,0.955240964889526,0.0789189636707306,-0.0301467888057232,0.997242093086243,-0.0678194537758827,0.0836277976632118,0.942927479743958,-0.322326302528381,0.397865980863571,0.00913960859179497,-0.917398035526276,-0.444916129112244,-0.764868259429932,0.46586075425148,-0.615128457546234,0.787793040275574,0.031610194593668,0.0651102066040039,0.937384963035584,-0.342155307531357,0.0859600678086281,0.943575501441956,-0.31980636715889,-0.0021052579395473,0.996267735958099,-0.0862909108400345,0.346179842948914,0.0112565560266376,-0.938100636005402,-0.0359287671744823,0.99562680721283,-0.0862353965640068,0.082974910736084,0.942744016647339,-0.323030740022659,
  975. -0.109408497810364,0.991804778575897,0.0659779533743858,-0.00100411416497082,0.996269464492798,-0.0862910598516464,-0.0146104255691171,0.015744399279356,-0.999769270420074,-0.0146058518439531,0.0240727104246616,-0.999603569507599,-0.00323156220838428,0.997502207756042,0.0705618932843208,-0.0032341277692467,0.997482478618622,0.070840522646904,-0.00175623525865376,0.996268391609192,-0.0862909629940987,-0.00887975748628378,0.0157454591244459,-0.999836623668671,-0.01641402579844,0.996135711669922,-0.0862794816493988,-0.0161167252808809,0.998762130737305,-0.0470587052404881,-0.0190714802592993,0.997253119945526,0.0715724900364876,-0.0193092525005341,0.998706817626953,-0.0470309555530548,-0.0193281732499599,0.996083855628967,-0.0862749889492989,-0.996140837669373,0.00138201913796365,-0.0877582207322121,0.943651676177979,0.330138295888901,-0.0230274125933647,-0.0125817647203803,0.951945900917053,-0.306007653474808,0.0471156537532806,0.998845458030701,0.00938480719923973,-0.0898143649101257,0.994881987571716,-0.0462951026856899,0.174546718597412,0.982732892036438,0.0613961815834045,0.69881147146225,0.714228510856628,-0.0392455272376537,0.0476977825164795,0.969608306884766,-0.239968225359917,-0.0132531123235822,0.967614591121674,-0.252083986997604,0.00495274132117629,0.999987781047821,0,0.00491136126220226,0.9999880194664,0,0.0050405734218657,0.999987304210663,0,0.00516844494268298,0.999986708164215,-4.22264341548573e-011,0.000895672012120485,0.999999642372131,-0,0.000954812101554126,0.999999582767487,-0,0.00105232954956591,0.999999523162842,1.01813436154119e-012,0.000952141243033111,0.999999642372131,-0,0.0553586706519127,0.46966877579689,-0.881105422973633,0.0276891924440861,0.470209717750549,-0.882120251655579,-1.51937751979858e-006,0.47039008140564,-0.882458627223969,0.0276891924440861,0.470209717750549,-0.882120251655579,0.00397339044138789,0.999992191791534,5.85214723902716e-011,0.00434754742309451,0.99999064207077,1.59508760366744e-011,0.00389611069113016,0.999992430210114,7.15138503970536e-011,0.00389742758125067,0.999992430210114,0,
  976. 0.00626492407172918,0.999980449676514,-5.39211774189252e-012,0.0056635201908648,0.999983966350555,-1.71782651037927e-012,0.00434754742309451,0.99999064207077,1.59508760366744e-011,0.00397339044138789,0.999992191791534,5.85214723902716e-011,0.00216608215123415,0.999997675418854,1.70687032216565e-012,0.00185583694837987,0.999998331069946,3.8379626625222e-013,0.00105232954956591,0.999999523162842,1.01813436154119e-012,0.00319893262349069,0.999994874000549,2.62380117632688e-011,0.000481202645460144,0.999999940395355,-5.2777910080487e-013,0.00076650403207168,0.999999761581421,-1.06775387143099e-011,0.00185583694837987,0.999998331069946,3.8379626625222e-013,0.00216608215123415,0.999997675418854,1.70687032216565e-012,0.00389611069113016,0.999992430210114,7.15138503970536e-011,0.00470501836389303,0.999989032745361,9.82848594177632e-011,0.00406575854867697,0.999991774559021,1.53972612437769e-010,0.00293306913226843,0.999995708465576,1.11077015640948e-010,0.00434754742309451,0.99999064207077,1.59508760366744e-011,0.0056635201908648,0.999983966350555,-1.71782651037927e-012,0.00487839989364147,0.999988079071045,0,0.00488750310614705,0.99998813867569,0,0.00185583694837987,0.999998331069946,3.8379626625222e-013,0.00076650403207168,0.999999761581421,-1.06775387143099e-011,0.000844125868752599,0.999999642372131,-1.5047192658546e-011,0.000958799384534359,0.999999523162842,-0,0.00076650403207168,0.999999761581421,-1.06775387143099e-011,0.00068664166610688,0.999999761581421,7.87039297666173e-014,0.000837398692965508,0.999999642372131,1.79376990284753e-018,0.000844125868752599,0.999999642372131,-1.5047192658546e-011,-0.000373166374629363,0.552640974521637,0.833419442176819,0.00225325115025043,0.552623569965363,0.833427965641022,-0.00241446122527123,0.55269068479538,0.833382964134216,-0.00434844102710485,0.552730083465576,0.833349049091339,0.00370960496366024,0.552632331848145,0.833416879177094,0.00361496722325683,0.552632629871368,0.833417177200317,0.00225325115025043,0.552623569965363,0.833427965641022,-0.000373166374629363,0.552640974521637,0.833419442176819,
  977. 0.998819231987,0.0254226122051477,0.0413990952074528,0.999979197978973,0.00561349047347903,0.00319880922324955,0.99928605556488,-0.0142060313373804,-0.0350074023008347,0.999979138374329,0.00561349047347903,0.00319880875758827,0.000837398692965508,0.999999642372131,1.79376990284753e-018,0.00068664166610688,0.999999761581421,7.87039297666173e-014,0.000878684455528855,0.999999642372131,4.50669744578303e-011,0.000898709753528237,0.999999642372131,4.60940556556988e-011,0,1,0.000145450350828469,0,0.999999821186066,0.0006365398876369,0,0.999999403953552,0.00110733299516141,0,0.999999701976776,0.000807090196758509,0,0.999999761581421,0.000657101336400956,0,0.999999940395355,0.000486462668050081,0.000312264543026686,0.999999940395355,-0,0.00068664166610688,0.999999761581421,7.87039297666173e-014,0.00076650403207168,0.999999761581421,-1.06775387143099e-011,0.000481202645460144,0.999999940395355,-5.2777910080487e-013,0.00470501836389303,0.999989032745361,9.82848594177632e-011,0.00389611069113016,0.999992430210114,7.15138503970536e-011,0.00434754742309451,0.99999064207077,1.59508760366744e-011,0.00488750310614705,0.99998813867569,0,0.00389655749313533,0.552634477615356,0.833414673805237,0.00379895232617855,0.552634656429291,0.833414971828461,0.00361496722325683,0.552632629871368,0.833417177200317,0.00370960496366024,0.552632331848145,0.833416879177094,0,0.999998509883881,-0.00174951064400375,0,0.999998152256012,-0.00190896296408027,0,0.999997794628143,-0.00208706199191511,0,0.999997019767761,-0.00244266260415316,0,0.999998152256012,-0.00192741048522294,0,0.999998986721039,-0.00143000797834247,0.00765710370615125,0.999970674514771,-5.30348653882129e-010,0.00516844494268298,0.999986708164215,-4.22264341548573e-011,0.0056635201908648,0.999983966350555,-1.71782651037927e-012,0.00626492407172918,0.999980449676514,-5.39211774189252e-012,0.00516844494268298,0.999986708164215,-4.22264341548573e-011,0.0050405734218657,0.999987304210663,0,0.00487839989364147,0.999988079071045,0,0.0056635201908648,0.999983966350555,-1.71782651037927e-012,
  978. 0.000952141243033111,0.999999642372131,-0,0.00105232954956591,0.999999523162842,1.01813436154119e-012,0.00185583694837987,0.999998331069946,3.8379626625222e-013,0.000958799384534359,0.999999523162842,-0,-0.00149321288336068,0,0.999998867511749,0.000105301347502973,0,1,0.000647882465273142,0,0.99999988079071,-0.00168019055854529,0,0.999998688697815,-0.0136574003845453,0.999895095825195,0.00483351992443204,-0.0136944968253374,0.999890148639679,-0.00567706674337387,0.00658745504915714,0.997486650943756,0.0705480724573135,0.00947744213044643,0.999953269958496,0.00193673057947308,0.00628219870850444,0.998494863510132,-0.0544845424592495,-0.000228591961786151,0.552636802196503,-0.833422183990479,0.000174308675923385,0.552636682987213,-0.833422303199768,0.000312251650029793,0.552636682987213,-0.833422303199768,-0.000104206294054165,0.552636682987213,-0.833422243595123,-0.00197658408433199,0.552647650241852,-0.833412706851959,-0.000228591961786151,0.552636802196503,-0.833422183990479,-0.000104206294054165,0.552636682987213,-0.833422243595123,-0.00479152146726847,0.552659928798676,-0.833393096923828,-0.00704768393188715,0.552779674530029,-0.833297610282898,-0.00197658408433199,0.552647650241852,-0.833412706851959,-0.00479152146726847,0.552659928798676,-0.833393096923828,-0.00893371272832155,0.552813172340393,-0.83325731754303,0.0275092739611864,0,0.999621570110321,0.0153741091489792,0,0.999881863594055,0.00136577105149627,0,0.999999105930328,0.0192546937614679,0,0.999814689159393,-0.00862486660480499,0,0.999962866306305,0.00223806640133262,0,0.999997556209564,0.0192546937614679,0,0.999814689159393,0.00136577105149627,0,0.999999105930328,-0.00177692179568112,0,0.999998509883881,0.00192449020687491,0,0.999998152256012,0.00223806640133262,0,0.999997556209564,-0.00862486660480499,0,0.999962866306305,-0.00168019055854529,0,0.999998688697815,0.000647882465273142,0,0.99999988079071,0.00192449020687491,0,0.999998152256012,-0.00177692179568112,0,0.999998509883881,0.999074935913086,-0.000757245463319123,0.0429963991045952,0.999789953231812,0.019705893471837,0.00564427487552166,
  979. 0.998690783977509,0.0401332713663578,-0.0317180901765823,0.999789953231812,0.019705893471837,0.00564427487552166,-1.51938377257466e-006,-0.470388203859329,-0.882459700107574,-1.51938377257466e-006,-0.470388203859329,-0.882459700107574,-1.51938377257466e-006,-0.470388203859329,-0.882459700107574,-1.51938377257466e-006,-0.470388203859329,-0.882459700107574,0.0139059228822589,0.999890983104706,-0.00498543586581945,-0.00590592017397285,0.999341428279877,-0.0358032658696175,-0.0105519071221352,0.99994295835495,-0.00166730978526175,-0.00618593767285347,0.999041497707367,0.0433362498879433,0.0141777619719505,0.999899208545685,-0.000796077132690698,0.336157441139221,0.938649356365204,-0.0770435705780983,-0.178272813558578,0.979056358337402,0.0983230918645859,-0.00590592017397285,0.999341428279877,-0.0358032658696175,0.0139059228822589,0.999890983104706,-0.00498543586581945,-0.178272813558578,0.979056358337402,0.0983230918645859,-0.635012984275818,0.772498190402985,-0.00226729782298207,-0.0105519071221352,0.99994295835495,-0.00166730978526175,-0.00590592017397285,0.999341428279877,-0.0358032658696175,-0.635012984275818,0.772498190402985,-0.00226729782298207,-0.175055176019669,0.979347586631775,-0.101163253188133,-0.00618593767285347,0.999041497707367,0.0433362498879433,-0.0105519071221352,0.99994295835495,-0.00166730978526175,-0.175055176019669,0.979347586631775,-0.101163253188133,0.311748713254929,0.943784117698669,0.109929151833057,0.0141777619719505,0.999899208545685,-0.000796077132690698,-0.00618593767285347,0.999041497707367,0.0433362498879433,0.311748713254929,0.943784117698669,0.109929151833057,0.336157441139221,0.938649356365204,-0.0770435705780983,0.0139059228822589,0.999890983104706,-0.00498543586581945,0.0141777619719505,0.999899208545685,-0.000796077132690698,-0.277926057577133,0.959523797035217,-0.0455101504921913,-0.291219383478165,0.956186652183533,0.0299752540886402,-0.0136944968253374,0.999890148639679,-0.00567706674337387,-0.0136574003845453,0.999895095825195,0.00483351992443204,-0.291219383478165,0.956186652183533,0.0299752540886402,
  980. 0.162072360515594,0.985316514968872,-0.0537018552422524,0.00658745504915714,0.997486650943756,0.0705480724573135,-0.0136944968253374,0.999890148639679,-0.00567706674337387,0.162072360515594,0.985316514968872,-0.0537018552422524,0.642872273921967,0.765946447849274,-0.00643853424116969,0.00947744213044643,0.999953269958496,0.00193673057947308,0.00658745504915714,0.997486650943756,0.0705480724573135,0.642872273921967,0.765946447849274,-0.00643853424116969,0.162794083356857,0.985339522361755,0.0510315075516701,0.00628219870850444,0.998494863510132,-0.0544845424592495,0.00947744213044643,0.999953269958496,0.00193673057947308,0.162794083356857,0.985339522361755,0.0510315075516701,-0.277926057577133,0.959523797035217,-0.0455101504921913,-0.0136574003845453,0.999895095825195,0.00483351992443204,0.00628219870850444,0.998494863510132,-0.0544845424592495
  981. }
  982. BinormalsW: *1704 {
  983. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  984. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  985. }
  986. }
  987. LayerElementBinormal: 1 {
  988. Version: 102
  989. Name: "uvSet"
  990. MappingInformationType: "ByPolygonVertex"
  991. ReferenceInformationType: "Direct"
  992. Binormals: *5112 {
  993. a: -0.0159309264272451,0.505806922912598,-0.862499594688416,-0.0006974246352911,0.505647480487823,-0.86273992061615,-0.00608950667083263,0.5057173371315,-0.862677752971649,-0.00650971848517656,0.500330805778503,-0.865809977054596,0.0354390218853951,0.500083982944489,-0.865251481533051,-0.0157564338296652,0.50026673078537,-0.86572802066803,-0.00519544072449207,0.517102479934692,0.855907738208771,-0.0162843819707632,0.517029106616974,0.855813026428223,0.0325590930879116,0.516875565052032,0.855441153049469,-0.0142561923712492,0.45263409614563,0.891582369804382,-0.0101584736257792,0.452595055103302,0.891658306121826,0.00315194018185139,0.452415704727173,0.891801655292511,-0,0.526154458522797,0.850389003753662,-0,0.526154458522797,0.850389003753662,-0,0.526154458522797,0.850389003753662,-0,0.472141832113266,0.881522595882416,-0,0.472141832113266,0.881522595882416,-0,0.472141832113266,0.881522595882416,0,0.505295038223267,-0.862946689128876,0,0.505295038223267,-0.862946689128876,0,0.505295038223267,-0.862946689128876,0,0.434938371181488,-0.900460243225098,0,0.434938371181488,-0.900460243225098,0,0.434938371181488,-0.900460243225098,-0,0.524017512798309,0.851707518100739,-0,0.524017512798309,0.851707518100739,-0,0.524017512798309,0.851707518100739,-0,0.466648727655411,0.884442746639252,-0,0.466648727655411,0.884442746639252,-0,0.466648727655411,0.884442746639252,0,0.525663554668427,-0.850692570209503,0,0.525663554668427,-0.850692570209503,0,0.525663554668427,-0.850692570209503,0,0.466128408908844,-0.884717106819153,0,0.466128408908844,-0.884717106819153,0,0.466128408908844,-0.884717106819153,0,0.999515950679779,0.0311113428324461,-0.00146838638465852,0.999515891075134,0.0310808420181274,-0.102587170898914,0.99430650472641,0.0288183558732271,-0.102583922445774,0.994275033473969,0.0298961494117975,-0.00151953310705721,0.999481499195099,0.0321634486317635,-0.103990957140923,0.994129836559296,0.0298622399568558,-0.102628037333488,0.994702577590942,0.00585868488997221,-0.102904096245766,0.994674026966095,0.00585907883942127,
  994. -0.969671547412872,0.2443887591362,0.00334290345199406,-0.969665944576263,0.244387343525887,-0.00476562511175871,-0.102774240076542,0.994699954986572,0.00307596335187554,-0.969656825065613,0.244423791766167,-0.00476543698459864,0,0.999524652957916,0.0308293774724007,-0.00145507813431323,0.999524593353271,0.0307991523295641,-0.102587997913361,0.99431449174881,0.0285379253327847,-0.102586142718792,0.994296550750732,0.02916269749403,-0.00148472678847611,0.99950498342514,0.0314267165958881,-0.103958666324615,0.994154989719391,0.0291297324001789,-0.102628126740456,0.994703412055969,0.00570799084380269,-0.102897085249424,0.994675636291504,0.00570826372131705,-0.969672977924347,0.24438913166523,0.00290510454215109,-0.969666302204132,0.244387432932854,-0.00469746487215161,-0.10277534276247,0.994699776172638,0.00309941731393337,-0.969657242298126,0.244423359632492,-0.00469727907329798,0.0480680912733078,0.996950685977936,0.0614719167351723,0.0480680912733078,0.996950685977936,0.0614719167351723,0.0529966428875923,0.996694684028625,0.0615722686052322,0.0465345494449139,0.998136758804321,-0.0394663438200951,0.0480846911668777,0.998063623905182,-0.0394581779837608,0.0562293864786625,0.997639656066895,-0.0394136905670166,0.0462575107812881,0.998200178146362,0.0381659828126431,0.0477571599185467,0.998128473758698,0.0381944999098778,0.0465572662651539,0.998186051845551,0.0381716899573803,-0.0397194102406502,0.999077498912811,0.0163258668035269,-0.0402322076261044,0.999057233333588,0.0163148678839207,-0.0395911000669003,0.999082565307617,0.0163286179304123,-0.0357987508177757,0.997376322746277,-0.0629199743270874,-0.0465994067490101,0.996905505657196,-0.0633083358407021,-0.0382706709206104,0.997278928756714,-0.0630094930529594,-0.0475711561739445,0.997142672538757,0.0586810633540154,-0.0425065793097019,0.997365236282349,0.0587871000170708,-0.0425065793097019,0.997365236282349,0.0587871000170708,0.0480752438306808,0.996915698051453,0.0620310455560684,0.0480752438306808,0.996915698051453,0.0620310455560684,0.052977193146944,0.996661007404327,0.0621308423578739,
  995. 0.0465273521840572,0.998120903968811,-0.039875715970993,0.0480935759842396,0.998046934604645,-0.0398674607276917,0.0562413446605206,0.997622728347778,-0.0398229584097862,0.0462783575057983,0.998230338096619,0.037343617528677,0.0477456972002983,0.998160183429718,0.0373715795576572,0.0465716607868671,0.998216569423676,0.0373492129147053,-0.0397237688302994,0.999074280261993,0.0165156424045563,-0.0402425192296505,0.999053716659546,0.0165045093744993,-0.0395939648151398,0.999079346656799,0.0165184251964092,-0.035827063024044,0.997406244277954,-0.0624277181923389,-0.0466047488152981,0.996936500072479,-0.0628152564167976,-0.0382796451449394,0.997309565544128,-0.0625165328383446,-0.0475884862244129,0.996931970119476,0.0621460638940334,-0.0426887944340706,0.997147262096405,0.0622486993670464,-0.0426887944340706,0.997147262096405,0.0622486993670464,-0.000320299732265994,0.0203390326350927,0.999793112277985,-0.000320299732265994,0.0203390326350927,0.999793112277985,-0.000320299732265994,0.0203390326350927,0.999793112277985,1.29536687154541e-007,-8.22558013169328e-006,1,1.29536687154541e-007,-8.22558013169328e-006,1,1.29536687154541e-007,-8.22558013169328e-006,1,1.29536687154541e-007,-8.22558013169328e-006,1,1.29536687154541e-007,-8.22558013169328e-006,1,1.29536687154541e-007,-8.22558013169328e-006,1,0.000640724552795291,-0.0406860075891018,0.999171733856201,0.000640724552795291,-0.0406860075891018,0.999171733856201,0.000640724552795291,-0.0406860075891018,0.999171733856201,-0.000313569355057552,0.0199116542935371,0.999801695346832,-0.000313569355057552,0.0199116542935371,0.999801695346832,-0.000313569355057552,0.0199116542935371,0.999801695346832,6.47618207949563e-007,-4.11237524531316e-005,1,6.47618207949563e-007,-4.11237524531316e-005,1,6.47618207949563e-007,-4.11237524531316e-005,1,6.47618207949563e-007,-4.11237524531316e-005,1,6.47618207949563e-007,-4.11237524531316e-005,1,6.47618207949563e-007,-4.11237524531316e-005,1,0.000632848648820072,-0.0401858873665333,0.999192118644714,0.000632848648820072,-0.0401858873665333,0.999192118644714,
  996. 0.000632848648820072,-0.0401858873665333,0.999192118644714,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.0206682402640581,2.21997171079985e-016,-0.999786376953125,0.0206682402640581,2.21997171079985e-016,-0.999786376953125,0.0206682402640581,2.21997171079985e-016,-0.999786376953125,0.101768910884857,0.994646728038788,0.0179208125919104,-0,0.999873638153076,0.015895614400506,-0.000750239647459239,0.999873638153076,0.0158800724893808,-0,0.999535262584686,0.0304831974208355,0.101047985255718,0.994353055953979,0.0324237830936909,0.102575741708279,0.994195759296417,0.0324507169425488,0.102625586092472,0.994678854942322,0.00905886106193066,0.102199569344521,0.994722843170166,0.009041678160429,0.970711350440979,0.236758857965469,0.0408022850751877,0.970335900783539,0.236667275428772,0.0493653267621994,0.102060489356518,0.994706749916077,0.0119277751073241,0.970243513584137,0.237046077847481,0.049363411962986,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,-0,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.020666491240263,2.21997184314875e-016,-0.99978643655777,0.0206682402640581,2.21997171079985e-016,-0.999786376953125,
  997. 0.0206682402640581,2.21997171079985e-016,-0.999786376953125,0.0206682402640581,2.21997171079985e-016,-0.999786376953125,0.101724356412888,0.994634449481964,0.0188298542052507,-0,0.999858796596527,0.0168099831789732,-0.000793395738583058,0.999858736991882,0.0167935434728861,-0,0.999502301216125,0.0315488763153553,0.100994482636452,0.994323432445526,0.0334833152592182,0.102572150528431,0.994160950183868,0.0335109569132328,0.10262531042099,0.994676172733307,0.00934576336294413,0.1021858304739,0.994721651077271,0.00932768359780312,0.970677316188812,0.236750558018684,0.0416505113244057,0.97038996219635,0.23668047785759,0.0482253581285477,0.102079063653946,0.994709372520447,0.0115433149039745,0.970299780368805,0.237050548195839,0.0482234954833984,0.807546019554138,0.501164674758911,-0.310971826314926,0.999691486358643,-0.0163748860359192,0.0186801869422197,0.965823292732239,0.22247588634491,-0.133003115653992,0.999803781509399,-0.00620166165754199,0.0188143718987703,0.999632954597473,-0.0135052045807242,0.0234897211194038,0.807483017444611,0.502108216285706,-0.309610545635223,0.999151885509491,-0.0030103325843811,0.0410666093230248,0.999343991279602,0.00555788958445191,0.0357876233756542,0.999415636062622,0.0238000229001045,0.0245351828634739,0.917478680610657,0.214345306158066,0.335095405578613,0.23693785071373,-0.427184164524078,-0.872567534446716,0.998776614665985,0.0300499331206083,-0.0392730459570885,0.999155044555664,-0.00853622052818537,-0.0402029678225517,0.999219417572021,-0.0130661483854055,-0.0372835323214531,0.999116480350494,-0.0351562052965164,-0.0230279508978128,0.999963939189911,0.00514548178762197,-0.00675548380240798,0.999873876571655,0.0116213075816631,-0.0108265364542603,0.999871611595154,0.0117440354079008,-0.0109036862850189,0.99986207485199,0.00989937782287598,-0.013337355107069,0.999704837799072,-0.0231014676392078,0.00752471666783094,0.999857187271118,0.0101675475016236,-0.013506842777133,0.996517539024353,0.0549065619707108,-0.062754213809967,0.996942520141602,0.0643407553434372,-0.0443399026989937,
  998. 0.818943023681641,0.315925896167755,0.479085862636566,0.551093697547913,0.729186117649078,-0.40568870306015,0.58863753080368,0.743362426757813,-0.317676246166229,0.595797181129456,0.449375599622726,0.665648102760315,0.994200110435486,-0.0833266749978065,0.0679915174841881,0.994009673595428,-0.10049968957901,0.0429485812783241,0.994068086147308,-0.0988472700119019,0.0453659035265446,0.957736253738403,0.174858495593071,0.228398188948631,0.952373921871185,0.16097803413868,0.258978664875031,0.938746094703674,0.316886246204376,-0.135421469807625,0.914634943008423,0.371756732463837,-0.158870398998261,0.91408896446228,0.289629459381104,-0.283824443817139,0.916859984397888,0.326749235391617,-0.229352816939354,0.69408917427063,0.438822031021118,0.570679783821106,0.548032999038696,-0.684632897377014,0.480559647083282,0.618323504924774,-0.574376702308655,0.536439657211304,0.96636950969696,0.23646953701973,-0.101055353879929,0.96957266330719,0.230234012007713,-0.083193801343441,0.976431131362915,0.134399399161339,0.168876066803932,0.975918054580688,0.205155119299889,-0.0741316750645638,0.975784003734589,0.201139405369759,-0.0859570130705833,0.973912715911865,0.185734540224075,-0.130371361970901,0.999720990657806,-0.020646620541811,0.0114825069904327,0.999875783920288,0.0121736163273454,-0.0100211398676038,0.999872803688049,-0.0142022231593728,0.00725992396473885,0.99973464012146,-0.0225338581949472,-0.00477849785238504,0.99893856048584,-0.0115495920181274,-0.0445914566516876,0.999603450298309,-0.0264823846518993,0.00956926494836807,0.996225595474243,0.0707193538546562,-0.0503340847790241,0.999717473983765,-0.0215635113418102,0.0100043760612607,0.999867677688599,-0.0151888057589531,0.00583471870049834,0.999937415122986,0.0105288354679942,-0.00380453723482788,0.994478940963745,0.0364694558084011,-0.0983960926532745,0.999558627605438,0.00132452847901732,0.0296787247061729,0.99972140789032,-0.0203928593546152,0.011891576461494,0.996224045753479,0.0718467384576797,-0.0487431697547436,0.997464537620544,0.0587624758481979,-0.0401432104408741,
  999. 0.997467041015625,0.0593296103179455,-0.0392378270626068,0.99622118473053,0.0725215226411819,-0.0477906353771687,0.144243836402893,0.830227255821228,-0.538438856601715,-0.80487060546875,0.283533960580826,0.521336615085602,-0.514902412891388,0.806228697299957,-0.291326314210892,-0.50887531042099,0.807415544986725,-0.298540234565735,0.940031230449677,-0.279178291559219,0.195961683988571,0.940503299236298,-0.318697333335876,0.117837689816952,0.940409421920776,-0.319806128740311,0.115560196340084,-0.00843981187790632,-0.440201014280319,-0.897859573364258,0.864809989929199,-0.225566878914833,-0.448579400777817,0.999982953071594,-0.00549206603318453,0.00203068018890917,0.998147487640381,-0.0570649839937687,0.0210996605455875,0.998193979263306,-0.0491707026958466,0.0345140509307384,0.00415831757709384,-0.507550477981567,-0.86161196231842,0.999045670032501,0.0078665018081665,0.0429655164480209,0.999039232730865,0.0370419137179852,0.0234236381947994,0.999138474464417,0.0312539264559746,0.0273052006959915,0.999389171600342,0.0312523134052753,0.015644172206521,0.999496400356293,0.00787005014717579,0.030743820592761,0.998360633850098,-0.0246142018586397,0.0516752526164055,0.279818922281265,-0.785795271396637,0.551567852497101,0.318410247564316,0.570390999317169,0.757145464420319,0.349437206983566,0.460031270980835,0.816250503063202,0.998831152915955,-0.0456493571400642,0.0158938579261303,0.999748647212982,0.00787203665822744,-0.0209929831326008,0.99948912858963,-0.0313845984637737,0.00605617417022586,0.811550796031952,-0.299184292554855,-0.501870572566986,0.11032497137785,-0.942088723182678,-0.316697508096695,0.840020895004272,0.444076001644135,-0.311707198619843,0.399205774068832,0.750443458557129,-0.526753604412079,0.390231311321259,-0.482064455747604,-0.784431874752045,0.392100036144257,-0.47704753279686,-0.786564230918884,0.998867392539978,-0.0429034419357777,0.0205738916993141,0.999431610107422,-0.0312801860272884,0.0125714810565114,0.998449802398682,0.0412757582962513,-0.0373416803777218,0.998179197311401,0.0322600863873959,-0.0509669296443462,
  1000. 0.999684751033783,-0.00568803865462542,-0.0244544390588999,0.998684227466583,-0.0507856197655201,0.00713238585740328,0.999654173851013,-0.00787129253149033,0.0250955075025558,0.998354196548462,0.0548337027430534,-0.0168015230447054,0.998708188533783,-0.0308191515505314,0.0404001548886299,0.999963641166687,0.0084176491945982,-0.00137662817724049,0.998478949069977,0.0478476732969284,-0.0273928456008434,0.999925136566162,-0.00787342619150877,0.0093696191906929,0.999918162822723,-0.00787337124347687,0.0100851580500603,0.162018358707428,-0.820908725261688,0.547593712806702,0.999961853027344,0.00868279300630093,-0.000942730810493231,0.162048563361168,-0.822210133075714,0.545628786087036,0.999951958656311,-0.00787363760173321,0.00584230106323957,0.0262354500591755,-0.832975506782532,0.552687525749207,-0.0400739051401615,0.997954666614532,0.0498062521219254,0.00344551680609584,0.999994099140167,0.000189910366316326,-0.0404753461480141,0.997915506362915,0.0502638518810272,0.279279738664627,0.960086405277252,0.0153933707624674,-0.0423648059368134,0.927674293518066,0.370979458093643,0.00485254218801856,0.946193218231201,0.323565751314163,-0.00327985640615225,0.946344554424286,0.323143035173416,0.00359401130117476,0.999993562698364,-5.65986047149636e-005,0.00358875235542655,0.999993562698364,0.000197805245989002,-0.0466908663511276,0.9257493019104,0.375244140625,0.00485254218801856,0.946193218231201,0.323565751314163,-0.0423648059368134,0.927674293518066,0.370979458093643,0.0458854399621487,0.997559130191803,0.0526345893740654,0.0462898164987564,0.997513771057129,0.0531378351151943,0.00353865511715412,0.999993741512299,-5.57268504053354e-005,-0.0726267993450165,-0.0436430126428604,0.996403872966766,-0.00836633797734976,0.010435713455081,0.999910652637482,-0.053918581455946,-0.0278862453997135,0.998155891895294,-0.272295147180557,0.962204277515411,0.00428811274468899,-0.0111977020278573,0.946174621582031,0.323462933301926,0.0349509716033936,0.926781415939331,0.373971611261368,0.00359401130117476,0.999993562698364,-5.65986047149636e-005,
  1001. -0.00327985640615225,0.946344554424286,0.323143035173416,-0.00328468158841133,0.946269154548645,0.323363393545151,-0.0111977020278573,0.946174621582031,0.323462933301926,0.0390570163726807,0.924824714660645,0.378383129835129,0.0349509716033936,0.926781415939331,0.373971611261368,0.681095242500305,0.679799914360046,0.271995514631271,-0.0245947055518627,0.365507364273071,0.930483520030975,0.585196375846863,0.674100875854492,0.450703084468842,-0.00327985640615225,0.946344554424286,0.323143035173416,-0.00783696305006742,0.849930644035339,0.526836335659027,-0.00328468158841133,0.946269154548645,0.323363393545151,-0.0245947055518627,0.365507364273071,0.930483520030975,-0.46492150425911,-0.0198523364961147,0.885129272937775,0.585196375846863,0.674100875854492,0.450703084468842,-0.00328358775004745,0.946269154548645,0.323363363742828,-0.00783548969775438,0.849930644035339,0.526836395263672,-0.00784388836473227,0.849703133106232,0.527203142642975,-0.0208091642707586,-0.0462003014981747,0.998715460300446,-0.00784388836473227,0.849703133106232,0.527203142642975,-0.00783548969775438,0.849930644035339,0.526836395263672,-0.686648607254028,0.684366047382355,0.245269194245338,-0.598887383937836,0.678021669387817,0.426169723272324,-0.00927355792373419,0.36396136879921,0.931367874145508,-0.00784471072256565,0.849703133106232,0.52720320224762,-0.0208113417029381,-0.046200193464756,0.998715400695801,-0.0208164751529694,-0.0481624715030193,0.998622596263886,0.42768806219101,-0.0224862322211266,0.903646647930145,-0.00927355792373419,0.36396136879921,0.931367874145508,-0.598887383937836,0.678021669387817,0.426169723272324,-0.0309927128255367,0.00883535854518414,0.999480605125427,0.0329404883086681,-0.0456130169332027,0.998415946960449,0.0143325719982386,-0.02977847866714,0.999453783035278,0.0960196480154991,-0.987680554389954,0.123562045395374,0.621456503868103,-0.134633034467697,0.771793901920319,0.618799448013306,-0.162206515669823,0.768619775772095,0.121319517493248,-0.1653982847929,0.978736460208893,0.0399406962096691,-0.711097955703735,0.701957643032074,
  1002. -0.0482287853956223,-0.97580623626709,0.213251829147339,-0.0341686196625233,-0.689755499362946,0.723235785961151,-0.569717347621918,-0.801066637039185,0.183614805340767,0.0308800861239433,-0.649819731712341,0.759460806846619,-0.00791539903730154,-0.977048099040985,0.21287202835083,-0.0209775343537331,-0.165804967284203,0.98593544960022,-0.0209774933755398,-0.16547854244709,0.985990285873413,0.163563176989555,-0.964491605758667,0.207372158765793,-0.000197255649254657,-0.999991238117218,0.00417524436488748,-0.00351500394754112,-0.999993801116943,5.53543941350654e-005,-0.00790462642908096,-0.977167367935181,0.21232408285141,-0.00791552569717169,-0.977048099040985,0.21287202835083,-0.00359834940172732,-0.999993503093719,5.66669186810032e-005,-0.0209795292466879,-0.165804997086525,0.98593544960022,-0.00791552569717169,-0.977048099040985,0.21287202835083,-0.00790462642908096,-0.977167367935181,0.21232408285141,-0.0079006003215909,-0.977167308330536,0.212324306368828,-0.00359448627568781,-0.999993562698364,5.6606084399391e-005,-0.00358922616578639,-0.999993562698364,-0.000197831366676837,-0.162777543067932,-0.164734870195389,0.972813427448273,0.0325578190386295,-0.976203560829163,0.214398398995399,-0.0735056027770042,-0.712438941001892,0.697873711585999,0.69015896320343,-0.722657382488251,0.0380402579903603,-0.0638347715139389,-0.618706345558167,0.783024609088898,0.598872601985931,-0.774815082550049,0.202517062425613,-0.652988374233246,-0.130556985735893,0.746030211448669,-0.101976677775383,-0.988389432430267,0.112637355923653,-0.650343894958496,-0.158620446920395,0.74289458990097,-0.101981870830059,-0.988439679145813,0.112191274762154,-0.00343944597989321,-0.999994099140167,-0.000189575759577565,0,-0.999991536140442,-0.00411035865545273,-0.101885132491589,0.987502098083496,0.120245888829231,-0.650098204612732,0.163845881819725,0.741975069046021,-0.65343850851059,0.130496129393578,0.745646595954895,-0.654174447059631,0.130396500229836,0.745018482208252,-0.172487035393715,0.964439511299133,0.200261771678925,-0.101888038218021,0.987530291080475,0.120011538267136,
  1003. -0.172487035393715,0.964439511299133,0.200261771678925,0,0.999991536140442,0.00410915212705731,-0.101888038218021,0.987530291080475,0.120011538267136,-0.0197869669646025,0.16564579308033,0.985986888408661,-0.000886430847458541,0.977115213871002,0.212708920240402,-0.0197858791798353,0.165799722075462,0.985960960388184,0,0.999991953372955,0.00401170924305916,-0.172109305858612,0.964499831199646,0.200296223163605,0.00335313146933913,0.999994397163391,0.000184818272828124,-0.000888195703737438,0.977101802825928,0.212770357728004,0.00358901615254581,0.999993562698364,0.000197819783352315,-0.000886876950971782,0.977115213871002,0.21270889043808,-0.000888195703737438,0.977101802825928,0.212770357728004,-0.000886876950971782,0.977115213871002,0.21270889043808,-0.0197901874780655,0.165645778179169,0.985986709594727,0.0035930834710598,0.999993562698364,0.000198043970158324,-0.000883952481672168,0.977101922035217,0.212770327925682,0.00359834940172732,0.999993503093719,-5.66669186810032e-005,0.622346341609955,0.129683300852776,0.771924376487732,0.0965041071176529,0.988617897033691,0.115419134497643,0.170218706130981,0.963412821292877,0.207029923796654,0.0965041071176529,0.988617897033691,0.115419134497643,0.00351498578675091,0.999993801116943,-5.53541067347396e-005,0.170218706130981,0.963412821292877,0.207029923796654,0.0964917168021202,0.988594651222229,0.115628845989704,0.621509373188019,0.129793435335159,0.772580027580261,0.61907422542572,0.157249227166176,0.769428312778473,0.00351499486714602,0.999993801116943,-5.53542522538919e-005,0.096502810716629,0.9886155128479,0.115441270172596,0.000197217348613776,0.999991297721863,-0.00417443364858627,-0.00352841336280108,-0.999993860721588,8.33483500173315e-005,0.0365494787693024,-0.998089790344238,0.0498093031346798,0.0365494787693024,-0.998089790344238,0.0498093031346798,0.0373270586133003,-0.998650729656219,0.0361024215817451,-0.00344559666700661,-0.999994039535522,8.13920560176484e-005,0.00527958571910858,-0.999955773353577,0.00779052497819066,0.74762374162674,-0.0665388032793999,0.660780906677246,
  1004. 0.0373270586133003,-0.998650729656219,0.0361024215817451,0.00527958571910858,-0.999955773353577,0.00779052497819066,-0.00359282293356955,-0.999993562698364,-0.00022631956380792,-0.00376137462444603,-0.999961495399475,0.00793294701725245,-0.00359925907105207,-0.999993562698364,8.50218784762546e-005,-0.00375753385014832,-0.99996155500412,0.00793288741260767,-0.0208164751529694,-0.0481624715030193,0.998622596263886,-0.0208113417029381,-0.046200193464756,0.998715400695801,-0.00376413366757333,-0.999961495399475,0.00793299078941345,-0.00359552353620529,-0.999993562698364,-0.000226489675696939,-0.00375802139751613,-0.999963819980621,0.00763700483366847,-0.0208233259618282,-0.048162791877985,0.998622477054596,-0.00376413366757333,-0.999961495399475,0.00793299078941345,-0.00375802139751613,-0.999963819980621,0.00763700483366847,-0.0463644675910473,-0.997721135616302,0.0490194298326969,-0.0098407119512558,-0.999925255775452,0.00725353974848986,-0.00331389694474638,-0.999994516372681,-0.000208749406738207,-0.775080919265747,-0.0663049295544624,0.628373444080353,-0.0123182479292154,-0.99989902973175,0.00709726847708225,-0.0466140694916248,-0.998302698135376,0.034914668649435,-0.0123182479292154,-0.99989902973175,0.00709726847708225,-0.0466140694916248,-0.998302698135376,0.034914668649435,-0.0466140694916248,-0.998302698135376,0.034914668649435,-0.0271544568240643,0.879656612873077,-0.474833607673645,-0.432766318321228,0.901190638542175,-0.0238532610237598,-0.0232655014842749,0.877905189990997,-0.478269040584564,0.279279738664627,0.960086405277252,0.0153933707624674,-0.0423648059368134,0.927674293518066,0.370979458093643,0.00485254218801856,0.946193218231201,0.323565751314163,-0.00327985640615225,0.946344554424286,0.323143035173416,0.00359401130117476,0.999993562698364,-5.65986047149636e-005,0.00358875235542655,0.999993562698364,0.000197805245989002,-0.0466908663511276,0.9257493019104,0.375244140625,0.00485254218801856,0.946193218231201,0.323565751314163,-0.0423648059368134,0.927674293518066,0.370979458093643,0.052722904831171,0.87926572561264,-0.473404705524445,
  1005. 0.0489702560007572,0.87753564119339,-0.47700446844101,0.438079237937927,0.898909986019135,-0.00689888605847955,-0.0726267993450165,-0.0436430126428604,0.996403872966766,-0.00836633797734976,0.010435713455081,0.999910652637482,-0.053918581455946,-0.0278862453997135,0.998155891895294,-0.272295147180557,0.962204277515411,0.00428811274468899,-0.0111977020278573,0.946174621582031,0.323462933301926,0.0349509716033936,0.926781415939331,0.373971611261368,0.00359401130117476,0.999993562698364,-5.65986047149636e-005,-0.00327985640615225,0.946344554424286,0.323143035173416,-0.00328468158841133,0.946269154548645,0.323363393545151,-0.0111977020278573,0.946174621582031,0.323462933301926,0.0390570163726807,0.924824714660645,0.378383129835129,0.0349509716033936,0.926781415939331,0.373971611261368,0.681095242500305,0.679799914360046,0.271995514631271,-0.0245947055518627,0.365507364273071,0.930483520030975,0.585196375846863,0.674100875854492,0.450703084468842,-0.00327985640615225,0.946344554424286,0.323143035173416,-0.00783696305006742,0.849930644035339,0.526836335659027,-0.00328468158841133,0.946269154548645,0.323363393545151,-0.0245947055518627,0.365507364273071,0.930483520030975,-0.46492150425911,-0.0198523364961147,0.885129272937775,0.585196375846863,0.674100875854492,0.450703084468842,-0.00328358775004745,0.946269154548645,0.323363363742828,-0.00783548969775438,0.849930644035339,0.526836395263672,-0.00784388836473227,0.849703133106232,0.527203142642975,-0.0208091642707586,-0.0462003014981747,0.998715460300446,-0.00784388836473227,0.849703133106232,0.527203142642975,-0.00783548969775438,0.849930644035339,0.526836395263672,-0.686648607254028,0.684366047382355,0.245269194245338,-0.598887383937836,0.678021669387817,0.426169723272324,-0.00927355792373419,0.36396136879921,0.931367874145508,-0.00784471072256565,0.849703133106232,0.52720320224762,-0.0208113417029381,-0.046200193464756,0.998715400695801,-0.0208164751529694,-0.0481624715030193,0.998622596263886,0.42768806219101,-0.0224862322211266,0.903646647930145,-0.00927355792373419,0.36396136879921,0.931367874145508,
  1006. -0.598887383937836,0.678021669387817,0.426169723272324,-0.0309927128255367,0.00883535854518414,0.999480605125427,0.0329404883086681,-0.0456130169332027,0.998415946960449,0.0143325719982386,-0.02977847866714,0.999453783035278,0.0960196480154991,-0.987680554389954,0.123562045395374,0.621456503868103,-0.134633034467697,0.771793901920319,0.618799448013306,-0.162206515669823,0.768619775772095,0.0941707342863083,-0.165674597024918,0.981674015522003,0.0303856655955315,-0.646386444568634,0.762404918670654,-0.0571046657860279,-0.975318849086761,0.213288858532906,-0.0349854826927185,-0.671116471290588,0.740526020526886,-0.593989014625549,-0.784010171890259,0.180292353034019,0.0284082107245922,-0.632565379142761,0.773985922336578,-0.00791539903730154,-0.977048099040985,0.21287202835083,-0.0209775343537331,-0.165804967284203,0.98593544960022,-0.0209774933755398,-0.16547854244709,0.985990285873413,0.163563176989555,-0.964491605758667,0.207372158765793,-0.000197255649254657,-0.999991238117218,0.00417524436488748,-0.00351500394754112,-0.999993801116943,5.53543941350654e-005,-0.00790462642908096,-0.977167367935181,0.21232408285141,-0.00791552569717169,-0.977048099040985,0.21287202835083,-0.00359834940172732,-0.999993503093719,5.66669186810032e-005,-0.0209795292466879,-0.165804997086525,0.98593544960022,-0.00791552569717169,-0.977048099040985,0.21287202835083,-0.00790462642908096,-0.977167367935181,0.21232408285141,-0.0079006003215909,-0.977167308330536,0.212324306368828,-0.00359448627568781,-0.999993562698364,5.6606084399391e-005,-0.00358922616578639,-0.999993562698364,-0.000197831366676837,-0.135772719979286,-0.165200307965279,0.976869821548462,0.041412528604269,-0.97577840089798,0.214805692434311,-0.0665799304842949,-0.645313203334808,0.761011123657227,0.710135221481323,-0.702976584434509,0.0391413122415543,-0.061822421848774,-0.59920197725296,0.798207342624664,0.624945938587189,-0.754716813564301,0.199612721800804,-0.652988374233246,-0.130556985735893,0.746030211448669,-0.101976677775383,-0.988389432430267,0.112637355923653,-0.650343894958496,-0.158620446920395,0.74289458990097,
  1007. -0.101981870830059,-0.988439679145813,0.112191274762154,-0.00343944597989321,-0.999994099140167,-0.000189575759577565,0,-0.999991536140442,-0.00411035865545273,-0.102592311799526,0.994356274604797,-0.0270266216248274,-0.907234728336334,0.228652656078339,0.35304856300354,-0.925776720046997,0.0698293447494507,0.371566295623779,-0.654174447059631,0.130396500229836,0.745018482208252,-0.172487035393715,0.964439511299133,0.200261771678925,-0.101888038218021,0.987530291080475,0.120011538267136,-0.172487035393715,0.964439511299133,0.200261771678925,0,0.999991536140442,0.00410915212705731,-0.101888038218021,0.987530291080475,0.120011538267136,-0.0197869669646025,0.16564579308033,0.985986888408661,-0.000886430847458541,0.977115213871002,0.212708920240402,-0.0197858791798353,0.165799722075462,0.985960960388184,0,0.999991953372955,0.00401170924305916,-0.172109305858612,0.964499831199646,0.200296223163605,0.00335313146933913,0.999994397163391,0.000184818272828124,-0.000888195703737438,0.977101802825928,0.212770357728004,0.00358901615254581,0.999993562698364,0.000197819783352315,-0.000886876950971782,0.977115213871002,0.21270889043808,-0.000888195703737438,0.977101802825928,0.212770357728004,-0.000886876950971782,0.977115213871002,0.21270889043808,-0.0197901874780655,0.165645778179169,0.985986709594727,0.0035930834710598,0.999993562698364,0.000198043970158324,-0.000883952481672168,0.977101922035217,0.212770327925682,0.00359834940172732,0.999993503093719,-5.66669186810032e-005,0.622346341609955,0.129683300852776,0.771924376487732,0.0965041071176529,0.988617897033691,0.115419134497643,0.170218706130981,0.963412821292877,0.207029923796654,0.0965041071176529,0.988617897033691,0.115419134497643,0.00351498578675091,0.999993801116943,-5.53541067347396e-005,0.170218706130981,0.963412821292877,0.207029923796654,0.103803552687168,0.994267642498016,-0.0256281141191721,0.909187316894531,0.0689863041043282,0.410632759332657,0.893001973628998,0.22099281847477,0.392058193683624,0.00351499486714602,0.999993801116943,-5.53542522538919e-005,0.096502810716629,0.9886155128479,0.115441270172596,
  1008. 0.000197217348613776,0.999991297721863,-0.00417443364858627,-0.00352841336280108,-0.999993860721588,8.33483500173315e-005,0.0365494787693024,-0.998089790344238,0.0498093031346798,0.0365494787693024,-0.998089790344238,0.0498093031346798,0.0373270586133003,-0.998650729656219,0.0361024215817451,-0.00344559666700661,-0.999994039535522,8.13920560176484e-005,0.00527958571910858,-0.999955773353577,0.00779052497819066,0.74762374162674,-0.0665388032793999,0.660780906677246,0.0373270586133003,-0.998650729656219,0.0361024215817451,0.00527958571910858,-0.999955773353577,0.00779052497819066,-0.00359282293356955,-0.999993562698364,-0.00022631956380792,-0.00376137462444603,-0.999961495399475,0.00793294701725245,-0.00359925907105207,-0.999993562698364,8.50218784762546e-005,-0.00375753385014832,-0.99996155500412,0.00793288741260767,-0.0208164751529694,-0.0481624715030193,0.998622596263886,-0.0208113417029381,-0.046200193464756,0.998715400695801,-0.00376413366757333,-0.999961495399475,0.00793299078941345,-0.00359552353620529,-0.999993562698364,-0.000226489675696939,-0.00375802139751613,-0.999963819980621,0.00763700483366847,-0.0208233259618282,-0.048162791877985,0.998622477054596,-0.00376413366757333,-0.999961495399475,0.00793299078941345,-0.00375802139751613,-0.999963819980621,0.00763700483366847,-0.0463644675910473,-0.997721135616302,0.0490194298326969,-0.0098407119512558,-0.999925255775452,0.00725353974848986,-0.00331389694474638,-0.999994516372681,-0.000208749406738207,-0.775080919265747,-0.0663049295544624,0.628373444080353,-0.0123182479292154,-0.99989902973175,0.00709726847708225,-0.0466140694916248,-0.998302698135376,0.034914668649435,-0.0123182479292154,-0.99989902973175,0.00709726847708225,-0.0466140694916248,-0.998302698135376,0.034914668649435,-0.0466140694916248,-0.998302698135376,0.034914668649435,0.987768471240997,0.0533575899899006,0.14651457965374,0.988675534725189,0.0315575264394283,0.146713420748711,0.986647069454193,-0.0707319155335426,0.146713212132454,0.962242066860199,0.123691059648991,-0.24246808886528,0.957645356655121,0.161799266934395,-0.23819437623024,
  1009. 0.948412179946899,-0.176979467272758,-0.263045191764832,0.980694532394409,0.0892933383584023,0.17396804690361,0.965028762817383,0.192555099725723,0.177882626652718,0.979010879993439,-0.126385167241097,0.159889042377472,0.989658236503601,0.143134474754334,-0.00944077223539352,0.997798442840576,-0.0526967532932758,0.0402664802968502,0.996205508708954,0.0868917778134346,0.00494882836937904,0.996225416660309,0.0710588246583939,0.0498550795018673,0.999719023704529,-0.0212318412959576,-0.0105390790849924,0.992967844009399,0.0974982976913452,0.067149244248867,0.999702870845795,-0.0232734400779009,-0.00724741909652948,0.999708116054535,0.0163939036428928,0.0177467279136181,0.99985545873642,0.0100282384082675,0.0137368626892567,0.996222734451294,0.0694362297654152,0.0521440804004669,0.99985659122467,-0.0164580512791872,-0.00400105398148298,0.999708592891693,-0.0227388851344585,-0.00810934510082006,0.999713897705078,0.0170786324888468,0.0167484041303396,0.99971330165863,-0.0222065094858408,-0.00896770972758532,0.999862194061279,-0.0158850662410259,-0.00482885539531708,0.995091378688812,0.0431554690003395,0.0890546888113022,0.999754548072815,0.0208357870578766,0.00752889737486839,0.999197244644165,0.00796525087207556,-0.039260845631361,0.999059319496155,-0.00118018127977848,0.0433485694229603,0.999869823455811,-0.0148493610322475,-0.00632508751004934,0.999880313873291,-0.0145566239953041,-0.00525995623320341,0.997565925121307,-0.065579779446125,-0.0236968938261271,0.985867142677307,-0.0130848065018654,0.167017444968224,0.997540414333344,-0.0657444894313812,-0.024308891966939,0.999991297721863,-0.00391788268461823,-0.00144862907472998,0.871322631835938,-0.21839015185833,0.439434677362442,-0.00877344142645597,-0.43837770819664,0.898747980594635,0.913423240184784,-0.381751447916031,-0.141151815652847,0.913392186164856,-0.333192229270935,-0.233875319361687,0.913274347782135,-0.383101344108582,-0.138431578874588,0.998104929924011,-0.0503670796751976,-0.0353538133203983,0.998051583766937,-0.0585221387445927,-0.0216384399682283,0.0049153040163219,-0.511504352092743,0.859266579151154,
  1010. 0.995366334915161,0.0720799639821053,-0.0636430233716965,0.994209051132202,0.101068161427975,0.0365204252302647,0.993679404258728,0.10322542488575,0.044113427400589,0.987923741340637,0.142476007342339,0.0608871802687645,0.987977683544159,0.145395562052727,0.0525378882884979,0.987029433250427,0.131400480866432,0.0922330245375633,0.999951958656311,-0.00787363760173321,-0.00583763606846333,0.162053152918816,-0.822410404682159,-0.545325458049774,0.0262418556958437,-0.83317893743515,-0.552380561828613,0.162013098597527,-0.820685684680939,-0.547929465770721,0.999910235404968,-0.00787330884486437,-0.0108396150171757,0.999959349632263,0.00900725461542606,0.000411755172535777,0.104756936430931,-0.927227675914764,0.359548062086105,0.792303085327148,-0.312793016433716,0.523847699165344,0.845689535140991,0.436808854341507,0.306606203317642,0.999919891357422,-0.00787338521331549,-0.00991330668330193,0.998477220535278,0.048111654818058,0.0269929356873035,0.999962091445923,0.00865846499800682,0.00098254403565079,0.998322606086731,0.0558490417897701,0.0152608510106802,0.999598562717438,-0.00787085480988026,-0.0272160191088915,0.998623907566071,-0.0307840760797262,-0.042458888143301,0.999967753887177,0.00752054061740637,0.00284468778409064,0.998485028743744,0.046179823577404,0.0299190487712622,0.999226927757263,-0.0310256145894527,-0.024145070463419,0.999071300029755,-0.0309954434633255,-0.029931740835309,0.999204277992249,-0.0283227935433388,-0.0280851144343615,0.998468220233917,0.0491215325891972,0.0254627801477909,0.274257749319077,-0.552692770957947,0.786964774131775,0.426455855369568,0.740332663059235,0.519656598567963,0.30111563205719,-0.49521678686142,0.814917147159576,0.99994432926178,0.00787357706576586,-0.00702742161229253,0.999176025390625,-0.0264987628906965,-0.0307431928813457,0.998949885368347,-0.0309307128190994,-0.0337995141744614,0.997987449169159,-0.00413224520161748,-0.0632784962654114,0.998414993286133,0.00786153506487608,-0.0557293966412544,0.998670339584351,0.0314541831612587,-0.0408441759645939,0.9994957447052,0.0250061377882957,0.0195740591734648,
  1011. 0.99922776222229,-0.0335011556744576,-0.0205349680036306,0.999216318130493,0.0314713828265667,0.0240054856985807,0.437973856925964,-0.682070851325989,-0.585626363754272,0.151112362742424,0.554129600524902,-0.818599700927734,0.174415484070778,0.509039402008057,-0.842886745929718,0.540633618831635,-0.688562870025635,-0.48331817984581,0.52077704668045,0.46578124165535,-0.715429425239563,0.572659909725189,-0.620204329490662,-0.536103904247284,0.918473243713379,0.311159372329712,0.244104400277138,0.916471004486084,0.367913514375687,0.157227993011475,0.918867588043213,0.322949081659317,0.226685404777527,0.9999840259552,-0.00520586222410202,-0.00222472730092704,0.999840617179871,0.00373225007206202,-0.017460172995925,0.997978389263153,0.0271971710026264,-0.0574407838284969,0.897498309612274,0.231111526489258,-0.37561172246933,0.805735468864441,0.544627666473389,0.232746869325638,0.863740503787994,0.494291335344315,0.0981251746416092,0.980875670909882,0.0940308347344399,-0.170414596796036,0.986734747886658,0.110037781298161,-0.119357839226723,0.983567833900452,0.16601499915123,0.0709465742111206,0.987544775009155,0.0733038559556007,-0.139218553900719,0.992243111133575,0.121225491166115,-0.0275320298969746,0.824302971363068,0.310775309801102,0.473226606845856,0.999123215675354,0.00295068137347698,0.0417624153196812,0.999182939529419,0.000839624553918839,0.0404081717133522,0.999306678771973,-0.0317235887050629,0.019486965611577,0.999721765518188,0.0187325514853001,0.0143367685377598,0.999717831611633,0.0188726726919413,0.014424366876483,0.9998739361763,0.0121551984921098,0.0102247139438987,0.957780599594116,0.163650766015053,-0.23637880384922,0.967161178588867,-0.0778097435832024,-0.241960972547531,0.958226203918457,0.160800978541374,-0.236528113484383,0.848735213279724,0.284329980611801,0.445875763893127,0.843052506446838,-0.253109663724899,0.474550276994705,0.863233804702759,0.212184891104698,0.458044737577438,0.844560384750366,0.455363601446152,0.281712383031845,0.999599099159241,-0.0124716442078352,-0.025420568883419,0.999772429466248,-0.00519961817190051,-0.020691217854619,
  1012. 0.998970210552216,0.0398571789264679,-0.0216777939349413,0.999114990234375,0.0083700604736805,-0.0412208065390587,0.998917579650879,-0.000179285198100843,-0.0465161092579365,0.999666452407837,-0.0150500405579805,-0.0209921095520258,0.844545125961304,0.455828070640564,0.281006097793579,0.971623063087463,0.204309448599815,0.119190230965614,0.962583601474762,0.116184927523136,-0.244813933968544,0.932808101177216,0.329127043485641,-0.146780908107758,0.892624258995056,-0.248759835958481,-0.375953078269959,0.999662756919861,-0.0258137844502926,0.00285055325366557,0.999666213989258,0.0256934836506844,0.0026986775919795,0.999577522277832,-0.0289249084889889,0.00285949092358351,0.788350939750671,0.325314968824387,-0.52218109369278,0.816289365291595,-0.312263190746307,-0.485966444015503,0.836657464504242,-0.205390676856041,-0.507758617401123,0.0028671994805336,0.43741437792778,-0.899255514144897,0.0111671555787325,0.439090996980667,-0.898373186588287,0.0141423782333732,0.439684331417084,-0.898041009902954,0.00907880440354347,0.4669009745121,-0.884262979030609,0.00482439948245883,0.466584235429764,-0.884463608264923,0.0184081047773361,0.46756586432457,-0.883766531944275,0.00767529103904963,0.485270172357559,-0.874330699443817,0.0191022343933582,0.485196769237518,-0.874196350574493,-0.0381832346320152,0.484927088022232,-0.873720765113831,-0.864418029785156,-0.213998511433601,-0.454957365989685,-0.28737336397171,0.51486349105835,-0.807670831680298,-0.0507554821670055,0.644594609737396,-0.762837946414948,-0.28737336397171,0.51486349105835,-0.807670831680298,-0.00708167441189289,0.6631138920784,-0.748484969139099,-0.0507554821670055,0.644594609737396,-0.762837946414948,-0.143016085028648,-0.416305124759674,-0.897906720638275,-0.113922379910946,0.524185717105865,-0.843949675559998,-0.1379055082798,-0.509010136127472,-0.849641561508179,-0.015869140625,0.522239923477173,-0.852651000022888,-0.0306212138384581,-0.418800264596939,-0.907561957836151,-0.016161885112524,0.512656211853027,-0.858441829681396,-0.0229718573391438,0.822600483894348,-0.568155586719513,
  1013. -0.420868873596191,0.495513617992401,-0.759826064109802,-0.382540017366409,0.539821803569794,-0.749837040901184,-0.0108942091464996,0.512514531612396,-0.858609437942505,-0.0100916102528572,0.560715079307556,-0.827947318553925,-0.0107412412762642,0.521999061107636,-0.852878451347351,-0.772253334522247,0.399967521429062,-0.493610024452209,0.0069611151702702,0.896972894668579,-0.442030817270279,-0.0312380716204643,0.89069527387619,-0.453526377677917,0.000565449590794742,0.999355018138886,-0.0359060503542423,-0.993550658226013,0.108165584504604,-0.0340201556682587,0.974012315273285,0.225478500127792,0.0214343070983887,0.306836932897568,0.774853467941284,0.552678227424622,0.0105111692100763,-0.744572103023529,-0.66745924949646,0.765133917331696,0.611245214939117,0.202359467744827,-0.077103354036808,0.563009440898895,-0.822845935821533,-0.0773108527064323,0.561501443386078,-0.823856294155121,0.0966590791940689,0.917910516262054,0.384834140539169,-0.0671452507376671,0.56282913684845,-0.823841631412506,-0.0679186284542084,0.513290107250214,-0.855523407459259,-0.067169189453125,0.561516165733337,-0.824735105037689,0.0161136128008366,0.559445321559906,-0.828710615634918,0.0588271543383598,0.928908586502075,0.365606695413589,0.0587254948914051,0.919588565826416,0.388469219207764,0.0549497529864311,0.929192960262299,0.365487515926361,0.0513986721634865,0.800431787967682,0.597216188907623,0.0547770485281944,0.919686257839203,0.388814717531204,0.026040855795145,0.511121213436127,-0.859114050865173,0.0289720818400383,0.55044949054718,-0.834365665912628,0.0295936837792397,0.5587437748909,-0.828812301158905,0.0295936837792397,0.5587437748909,-0.828812301158905,0.0289720818400383,0.55044949054718,-0.834365665912628,0.066957138478756,0.928266525268555,0.365838706493378,0.047248862683773,0.800399243831635,0.597602546215057,0.0517793409526348,0.929414868354797,0.365385949611664,0.0456847436726093,0.761492490768433,0.646561801433563,0.044671755284071,0.576619684696198,-0.81579053401947,-0.874081194400787,0.467908263206482,0.130552649497986,
  1014. 0.108334854245186,0.546394050121307,-0.830492079257965,0.0403907224535942,0.761828482151031,0.646518349647522,-0.0120908468961716,-0.520841181278229,0.853568017482758,0.0414606891572475,0.800330460071564,0.598123908042908,0.108334854245186,0.546394050121307,-0.830492079257965,0.19903701543808,0.497881859540939,-0.844095885753632,0.044671755284071,0.576619684696198,-0.81579053401947,0.0363148488104343,0.550220847129822,-0.834229171276093,0.0337252058088779,0.510743379592896,-0.859071493148804,0.0337550975382328,0.511198997497559,-0.858799397945404,-0.156629160046577,0.465763509273529,-0.870937347412109,-0.229451224207878,0.503162384033203,-0.833174526691437,-0.0948841348290443,0.431656777858734,-0.897033751010895,-0.192707702517509,-0.497349858283997,-0.845876395702362,-0.719345808029175,0.155071079730988,-0.677122294902802,-0.78026282787323,0.336043953895569,-0.527507722377777,-0,-0,-0,0,-0,-0,0,-0,-0,-0.0235722679644823,0.512512564659119,-0.858356177806854,-0.0809339880943298,-0.395230323076248,-0.915009677410126,-0.0839896500110626,-0.508091151714325,-0.857198417186737,-0.0019929890986532,-0.597542941570282,0.801834404468536,0.0236312001943588,0.79994922876358,0.599602341651917,0.000184603035449982,-0.521458685398102,0.853276550769806,0.0116818780079484,-0.000919832906220108,0.999931335449219,-0.00614361837506294,-0.597663700580597,0.801723420619965,-0.00355420773848891,-0.521278977394104,0.85337895154953,0.738614797592163,-0.379123568534851,0.557416796684265,0.00516904890537262,0.131293833255768,0.991330027580261,-0.728747248649597,0.510567247867584,0.456342488527298,-0.0279602240771055,-0.59812867641449,0.800912201404572,0.0156965535134077,-0.00123594922479242,0.999876141548157,0.0157467816025019,-0.00049596163444221,0.999875962734222,-0.0226492155343294,-0.575290083885193,0.817635834217072,0.00614960957318544,-0.597276151180267,0.802012085914612,-0.516951203346252,-0.028493370860815,0.85554051399231,0.0173263140022755,0.000954993651248515,0.999849498271942,0.0247145630419254,-0.596519529819489,0.802217960357666,
  1015. 0.017353493720293,-0.000546566734556109,0.999849379062653,0.00942664779722691,0.462308645248413,0.886668980121613,0.00453678704798222,0.462324291467667,0.886699378490448,0.0139625491574407,0.4622842669487,0.88662189245224,0.00524950167164207,0.472863763570786,0.881119906902313,0.00862606707960367,0.472854435443878,0.881098330020905,0.0186139866709709,0.472795277833939,0.880975723266602,0.00965926982462406,0.459228664636612,0.888265609741211,-0.0361375398933887,0.458946734666824,0.887728571891785,0.0180777814239264,0.459175646305084,0.888161540031433,-0.0376898534595966,0.478661119937897,0.877190411090851,0.00653816945850849,0.499965220689774,0.866020858287811,0.0469710864126682,0.518338859081268,0.85388445854187,-0.328865051269531,0.548174977302551,0.768994271755219,-0.368856966495514,0.504421472549438,0.780707001686096,-0.0197177790105343,0.792827546596527,0.60912698507309,0.00666410895064473,0.906025409698486,0.423170894384384,-0.782524049282074,0.393397331237793,0.482591599225998,-0.032463438808918,0.899783968925476,0.435126304626465,-0.0132298748940229,0.522117733955383,0.852770924568176,-0.0125447511672974,0.560843765735626,0.827826619148254,-0.0133913885802031,0.512583553791046,0.858532965183258,-0.993602693080902,0.107839524745941,0.0335313566029072,-0.00110475986730307,0.997535765171051,-0.0701522529125214,0.945100426673889,0.320903152227402,-0.0616953000426292,-0.0611936487257481,0.561098396778107,0.825484156608582,-0.061827939003706,0.513287127017975,0.855987012386322,-0.0611685886979103,0.562693893909454,0.824399173259735,-0.0612364187836647,0.562695503234863,0.824393033981323,0.100453764200211,0.920439779758453,-0.377756118774414,-0.0614591278135777,0.561097919940948,0.82546466588974,0.0277714915573597,0.55048406124115,0.83438366651535,0.0247959606349468,0.511179566383362,0.859116196632385,0.0284198503941298,0.558994770050049,0.828683972358704,0.0236800014972687,0.511231184005737,0.859116971492767,0.0261991750448942,0.550528109073639,0.834405362606049,0.0236902143806219,0.511391162872314,0.859021484851837,
  1016. 0.0594472400844097,0.922365546226501,-0.381716966629028,0.0593064278364182,0.902188122272491,-0.427246123552322,0.0132519146427512,0.559667766094208,0.828611135482788,0.0277714915573597,0.55048406124115,0.83438366651535,0.0284198503941298,0.558994770050049,0.828683972358704,0.0666078180074692,0.901598930358887,-0.427413910627365,0.133028745651245,0.504018485546112,0.853386640548706,0.0365905128419399,0.550211608409882,0.83422315120697,-0.0172857195138931,0.573116719722748,0.819291472434998,-0.121365830302238,0.511671960353851,0.850565850734711,-0.118343144655228,0.509856998920441,0.852080225944519,-0.0956057161092758,0.495998412370682,0.863044083118439,-0.0172857195138931,0.573116719722748,0.819291472434998,0.0365905128419399,0.550211608409882,0.83422315120697,-0.885006427764893,0.439838260412216,-0.15266278386116,-0.848139524459839,0.497530341148376,-0.181997060775757,-0.886006772518158,0.378583550453186,-0.267706453800201,0.353606224060059,0.726513385772705,0.589186668395996,0.0568497031927109,0.783965587615967,-0.618195831775665,0.0593064278364182,0.902188122272491,-0.427246123552322,0.0594472400844097,0.922365546226501,-0.381716966629028,0.0481646284461021,0.902993559837341,-0.42694616317749,0.0417247302830219,0.784404277801514,-0.618844926357269,0.0408975817263126,0.769123256206512,-0.637790560722351,-0.725711345672607,0.532726526260376,-0.435368210077286,-0.846339762210846,0.464968621730804,-0.259833484888077,-0.0132862562313676,0.53668624162674,-0.843677282333374,-0.0254275649785995,-0.51990932226181,-0.853842973709106,0.0370063073933125,0.769337892532349,-0.637769401073456,0.0377453602850437,0.784489750862122,-0.618992030620575,-0.0156235620379448,0.124503910541534,-0.992096185684204,0.0300151649862528,0.119241654872894,-0.992411494255066,-0.984074652194977,0.129380732774735,-0.121892273426056,0.0345614850521088,0.784549176692963,-0.619102656841278,-0.00983002502471209,-0.592674612998962,-0.805382013320923,-0.0067831464111805,-0.521072149276733,-0.853485703468323,0.962325215339661,-0.128871902823448,-0.2394208163023,
  1017. -0.988278985023499,0.109554432332516,-0.106313586235046,0.0198769345879555,-0.0669020190834999,-0.997561573982239,-0.00900538545101881,-0.592652916908264,-0.805407583713531,0.0139958132058382,-0.00121223588939756,-0.999901294708252,-0.00587922520935535,-0.521123886108398,-0.853460848331451,0.0081241624429822,-0.265750616788864,-0.964007616043091,-0.0104661835357547,-0.265841066837311,-0.963960111141205,0.995353758335114,-0.0203990954905748,-0.094099685549736,0.0177741721272469,-0.00153949530795217,-0.999840915203094,-0.0255410056561232,-0.5930095911026,-0.804790318012238,0.0178399998694658,-0.000561889784876257,-0.999840795993805,0.348693370819092,-0.544055759906769,-0.763162076473236,-0.010658317245543,-0.270721286535263,-0.962598860263824,-0.285694748163223,-0.0157469548285007,-0.958191394805908,0.00846501160413027,-0.000266614544671029,-0.999964118003845,0.0140344696119428,-0.591885507106781,-0.805899798870087,0.00845608115196228,0.000466083234641701,-0.999964237213135,0.693444788455963,-0.320987313985825,-0.64505934715271,0.680998027324677,-0.339372992515564,-0.648897349834442,0.242302298545837,-0.740668654441834,-0.626657545566559,-0.00896996632218361,-0.42482990026474,-0.905228734016418,-0.00887709483504295,-0.450666636228561,-0.892648160457611,-0.00887874327600002,-0.450228333473206,-0.892869412899017,-0.00255822367034853,-0.450460076332092,-0.892792880535126,-0.00264741340652108,-0.424980700016022,-0.905198574066162,-0.00272303004749119,-0.40261036157608,-0.915367424488068,-0.00412284350022674,-0.424947023391724,-0.905208826065063,0.00761584891006351,0.788516342639923,-0.614966630935669,-0.00390755850821733,-0.402668654918671,-0.915337443351746,-0.00212188507430255,0.788490235805511,-0.615043640136719,-0.00364572182297707,-0.424958020448685,-0.905205726623535,-0.00212161312811077,0.788541674613953,-0.614977657794952,0.48659947514534,0.673786163330078,-0.55608743429184,0.499797403812408,0.673146963119507,-0.54504656791687,-0.883803129196167,-0.17976975440979,-0.43194317817688,-0.224275469779968,0.767326891422272,-0.600757777690887,
  1018. -0.41882199048996,0.827267646789551,-0.37445467710495,0.665082514286041,-0.266558468341827,-0.697575747966766,0.72217720746994,-0.241410806775093,-0.648213624954224,0.675120174884796,0.675320208072662,-0.296909749507904,-0.659450650215149,0.382136613130569,0.647376596927643,-0.00212188507430255,0.788490235805511,-0.615043640136719,-0.00212161312811077,0.788541674613953,-0.614977657794952,-0.0013093639863655,0.909571170806885,-0.415546119213104,-0.00738152582198381,0.788444995880127,-0.615060925483704,-0.00775270164012909,0.909607589244843,-0.415396124124527,-0.00775727583095431,0.912456870079041,-0.409099280834198,-0.534357249736786,0.773951470851898,-0.339796215295792,-0.698189735412598,0.577775418758392,-0.422737240791321,0.286053687334061,0.951289236545563,0.114987269043922,0.0105708641931415,0.912492334842682,-0.408957183361053,0.00989924371242523,0.456683218479156,0.889574289321899,0.0100692734122276,0.471778333187103,0.881659805774689,-0.00775727583095431,0.912456870079041,-0.409099280834198,-0.00775270164012909,0.909607589244843,-0.415396124124527,-0.00104300712700933,0.456628799438477,0.889656841754913,0.217514306306839,0.940678596496582,0.260406017303467,0.761800646781921,0.301137417554855,0.573564291000366,-0.579745173454285,0.746670424938202,-0.326157778501511,0.00989924371242523,0.456683218479156,0.889574289321899,0.00971746258437634,0.440677046775818,0.897613167762756,0.0100692734122276,0.471778333187103,0.881659805774689,0.0900189578533173,0.867830038070679,0.488638520240784,0.326817274093628,0.7664874792099,0.552890121936798,0.796542227268219,0.281638860702515,0.534976720809937,0.0170626360923052,0.440477967262268,0.897601366043091,0.017171049490571,0.456689268350601,0.889460623264313,0.0170651040971279,0.440839678049088,0.897423624992371,-0.168197065591812,0.202222675085068,0.96478796005249,-0.344180732965469,0.413966178894043,0.842716872692108,-0.3531354367733,0.424740850925446,0.83360093832016,0.637390196323395,-0.322961747646332,-0.699592411518097,0.620513141155243,-0.344396889209747,-0.704524099826813,
  1019. 0.196013435721397,-0.700952351093292,-0.685743808746338,0.00388837186619639,-0.425007909536362,-0.905181348323822,0.00482217967510223,-0.450093895196915,-0.8929682970047,0.0048298123292625,-0.450297921895981,-0.892865300178528,0.00734732393175364,-0.449944376945496,-0.893026292324066,0.00642627710476518,-0.424984276294708,-0.905178010463715,0.00558521784842014,-0.40202397108078,-0.915612161159515,0.00440385518595576,-0.425003290176392,-0.905181109905243,-0.0254925861954689,0.787751257419586,-0.615465760231018,0.00372150726616383,-0.402175575494766,-0.915555059909821,-0.0273959990590811,0.787674605846405,-0.615482032299042,0.01176667958498,-0.42492550611496,-0.905151784420013,-0.0274157635867596,0.788338840007782,-0.614630222320557,0.481302291154861,0.707716464996338,-0.517190039157867,0.428986966609955,0.710177183151245,-0.558228075504303,-0.892269849777222,-0.198239982128143,-0.405654191970825,-0.419163823127747,0.707682728767395,-0.568759083747864,-0.575492978096008,0.743058383464813,-0.341572910547256,0.643075883388519,-0.256292462348938,-0.721642374992371,0.691031992435455,-0.235000312328339,-0.68355667591095,0.243163615465164,0.890256404876709,-0.385117143392563,-0.674181938171387,0.353612631559372,0.648411095142365,-0.0269174054265022,0.787694156169891,-0.615478157997131,-0.0269355680793524,0.788346827030182,-0.614641189575195,-0.0301312208175659,0.907977104187012,-0.417935013771057,-0.0265691205859184,0.787708222866058,-0.615475296974182,-0.0309248864650726,0.907960295677185,-0.417913466691971,-0.0311726350337267,0.914689242839813,-0.402954071760178,-0.474808514118195,0.802398383617401,-0.361543476581573,-0.669950008392334,0.588623106479645,-0.4524265229702,0.303131937980652,0.949946701526642,0.0755797475576401,-0.0163261406123638,0.449735313653946,0.893012642860413,-0.0168305076658726,0.466241210699081,0.8844975233078,-0.0281117614358664,0.914801478385925,-0.40292426943779,-0.0327366851270199,0.914628505706787,-0.402967780828476,-0.0325793549418449,0.907923519611359,-0.417867749929428,-0.0110530937090516,0.449953883886337,0.892983376979828,
  1020. 0.287829011678696,0.951232433319092,0.110956609249115,0.795517325401306,0.300586760044098,0.52611780166626,-0.423637807369232,0.825445830821991,-0.373055279254913,-0.0159791354089975,0.449750065803528,0.893011450767517,-0.015783054754138,0.44084894657135,0.897442519664764,-0.0163407437503338,0.466238111257553,0.884508311748505,0.160306081175804,0.915563702583313,0.368843168020248,0.389517724514008,0.815462648868561,0.428131550550461,0.863438487052917,0.257127553224564,0.434003889560699,0.0025494487490505,0.440902471542358,0.897551476955414,0.00228962278924882,0.450450897216797,0.892798244953156,0.00254749599844217,0.440974473953247,0.897516071796417,-0.239171281456947,0.0952540412545204,0.966293931007385,-0.4679836332798,0.376360535621643,0.799589991569519,-0.471167206764221,0.380539387464523,0.795733094215393,-0.0109532531350851,-0.409345805644989,0.912313580513,-0.0107204411178827,-0.46265834569931,0.886471807956696,-0.0107761221006513,-0.450801223516464,0.892559289932251,0.596948444843292,-0.349461764097214,0.722169697284698,0.184904739260674,-0.690862119197845,0.698941886425018,0.56102854013443,-0.390913367271423,0.72968053817749,-0.00669409753754735,-0.4627306163311,0.886473655700684,-0.00679300166666508,-0.40924146771431,0.912400841712952,-0.00679370481520891,-0.408802628517151,0.91259753704071,0.000967819942161441,0.788506627082825,0.615025579929352,-0.00838668923825026,-0.408740550279617,0.912612199783325,-0.00838850438594818,-0.409282356500626,0.912369251251221,-0.00366892293095589,-0.408921480178833,0.912562251091003,-0.00212188507430255,0.788490235805511,0.615043640136719,-0.00212161312811077,0.788541674613953,0.614977657794952,0.445324420928955,0.697275459766388,0.561687767505646,0.482817351818085,0.698999643325806,0.527529060840607,-0.828049778938293,-0.199232265353203,0.524061322212219,-0.633326232433319,0.704124689102173,0.321101844310761,-0.488610744476318,0.685593485832214,0.539649069309235,0.693453669548035,-0.274679005146027,0.666088163852692,0.433299541473389,0.823787391185761,0.365548700094223,
  1021. 0.694662809371948,-0.274166792631149,0.665038466453552,-0.665261209011078,0.37994509935379,-0.642704665660858,-0.00212161312811077,0.788541674613953,0.614977657794952,-0.00212188507430255,0.788490235805511,0.615043640136719,-0.0013093639863655,0.909571170806885,0.415546119213104,-0.000216044223634526,0.912508606910706,0.409057438373566,-0.00020642948220484,0.909561157226563,0.415570050477982,0.000111026223748922,0.788502871990204,0.615031182765961,-0.706231474876404,0.571667909622192,0.41765171289444,-0.547772645950317,0.766226470470428,0.335919767618179,0.282403081655502,0.951348066329956,-0.123229257762432,0.00474863033741713,0.45666441321373,-0.889626383781433,0.00669881934300065,0.912510335445404,0.408998668193817,0.00485981861129403,0.472013592720032,-0.881577968597412,-0.00175791303627193,0.912502229213715,0.409067898988724,0.0043949531391263,0.456662654876709,-0.889629065990448,-0.00178977195173502,0.909575164318085,0.415535539388657,0.779106974601746,0.291704595088959,-0.554888129234314,0.250129222869873,0.948669672012329,-0.193549036979675,-0.510932564735413,0.786794126033783,0.346269816160202,0.00389659986831248,0.456660151481628,-0.889632821083069,0.00407084403559566,0.472048044204712,-0.881563365459442,0.00371765298768878,0.440822005271912,-0.897586822509766,0.36569020152092,0.798065364360809,-0.478917837142944,0.132884010672569,0.8990278840065,-0.417241752147675,0.84666246175766,0.248901203274727,-0.470330595970154,0.0219764150679111,0.456679940223694,-0.889359652996063,0.0218679793179035,0.440334767103195,-0.897567331790924,0.0218711420893669,0.440798401832581,-0.897339642047882,-0.470366179943085,0.389085024595261,-0.792065978050232,-0.240519091486931,0.105493411421776,-0.964894652366638,-0.477102845907211,0.397968202829361,-0.783577799797058,0.00297242775559425,-0.411837756633759,0.911252379417419,0.00490542221814394,-0.462760299444199,0.886469900608063,0.00441930303350091,-0.450055181980133,0.892989933490753,0.619064748287201,-0.3256855905056,0.714624226093292,0.184961333870888,-0.69091409444809,0.698875606060028,
  1022. 0.584279954433441,-0.367464065551758,0.723593235015869,0.00859653204679489,-0.462697386741638,0.886474549770355,0.00678702816367149,-0.41160973906517,0.911334931850433,0.00669859163463116,-0.409094840288162,0.912467300891876,-0.0255388803780079,0.787749469280243,0.615466117858887,0.00507428869605064,-0.409087121486664,0.912481307983398,0.00515349628403783,-0.411708146333694,0.91130131483078,0.0128848543390632,-0.409114450216293,0.91239207983017,-0.0258419644087553,0.787737429141998,0.615468859672546,-0.025861956179142,0.788363933563232,0.614665329456329,0.32963702082634,0.742829740047455,0.582703590393066,0.472142904996872,0.750309467315674,0.462727576494217,-0.838138520717621,-0.217089936137199,0.500395596027374,-0.639761805534363,0.697343468666077,0.323136240243912,-0.492662340402603,0.676504731178284,0.547380268573761,0.680902421474457,-0.261895537376404,0.683946371078491,0.260542929172516,0.886278986930847,0.382918953895569,0.692159235477448,-0.256840497255325,0.674498736858368,-0.67583966255188,0.35739129781723,-0.644602358341217,-0.0247911475598812,0.788380265235901,0.614688694477081,-0.0247746892273426,0.787779450416565,0.615458965301514,-0.027983158826828,0.908019602298737,0.417991995811462,-0.0309547744691372,0.914697468280792,0.402952015399933,-0.030706562101841,0.907965004444122,0.417919397354126,-0.0263525489717722,0.78771698474884,0.615473389625549,-0.655386626720428,0.59871518611908,0.460443943738937,-0.450800806283951,0.813627481460571,0.367136150598526,0.308711260557175,0.949107646942139,-0.0623869113624096,-0.0147074665874243,0.456071734428406,-0.889821469783783,-0.0269110444933176,0.914843261241913,0.402911603450775,-0.0151854958385229,0.472377687692642,-0.8812655210495,-0.0322727300226688,0.907930552959442,0.417876273393631,-0.032425444573164,0.914640784263611,0.402965188026428,-0.0109740253537893,0.45622444152832,-0.88979709148407,0.796604871749878,0.303563445806503,-0.522752463817596,0.292169034481049,0.951014280319214,-0.101040102541447,-0.410217940807343,0.830949306488037,0.375825017690659,-0.0145537666976452,0.456078171730042,-0.889820694923401,
  1023. -0.0149128418415785,0.472375839948654,-0.881271064281464,-0.0142171029001474,0.440859287977219,-0.897463619709015,0.392346948385239,0.810702204704285,-0.434540987014771,0.157654106616974,0.914085924625397,-0.373620390892029,0.858393967151642,0.263803720474243,-0.439962923526764,0.0033405483700335,0.456750750541687,-0.889588534832001,0.0037729071918875,0.44090074300766,-0.897547960281372,0.00377001706510782,0.441007286310196,-0.897495627403259,-0.462465107440948,0.377796739339828,-0.802119493484497,-0.235602527856827,0.0995313450694084,-0.966739356517792,-0.469282448291779,0.386708647012711,-0.793870568275452,-0.0172061007469893,0.0265969038009644,-0.999498248100281,0.017197260633111,0.0264352634549141,-0.999502658843994,0.0142830330878496,0.0264501720666885,-0.999548196792603,0.0151870707049966,-0.0101298149675131,-0.999833345413208,-0.0151708805933595,-0.010422782972455,-0.999830603599548,-0.00828108377754688,-0.0103571247309446,-0.999912083148956,0.0068123871460557,0.026888407766819,0.999615252017975,0.024673193693161,0.0271022897213697,0.999328136444092,0.0304002296179533,0.0271690580993891,0.999168515205383,0.0224828496575356,-0.0285394750535488,0.999339818954468,0.00899692717939615,-0.0286119189113379,0.99955016374588,-0.00922641437500715,-0.0287015307694674,0.999545454978943,-0.00490932585671544,0.0624255128204823,0.99803751707077,0.00539745111018419,0.0625106990337372,0.998029708862305,-0.00884090829640627,0.0623912885785103,0.998012661933899,-0.999712228775024,-0.0059590945020318,-0.0232398770749569,-0.0166494231671095,0.0164320282638073,-0.999726355075836,-0.999696731567383,-0.00594814401119947,-0.0238958988338709,-0.00773617625236511,0.00349391950294375,-0.999963998794556,-0.0159392319619656,0.00350698735564947,-0.999866843223572,-0.999717175960541,0.00171640072949231,-0.0237234868109226,-0.999962031841278,-0.00309987645596266,-0.00814221054315567,-0.999721169471741,-0.00299254758283496,-0.0234269555658102,-0.99971330165863,-0.00299022509716451,-0.0237565450370312,-0.0350833237171173,-0.761726915836334,-0.646947681903839,
  1024. -0.994419693946838,-0.104129746556282,-0.016930878162384,-0.998383164405823,-0.0243924055248499,0.0513431653380394,-0.999721348285675,-9.61754703894258e-005,-0.023609409108758,-0.999968469142914,-0.00056355691049248,-0.00792257953435183,-0.999967992305756,-0.00103594514075667,0.00793902017176151,-0.994419693946838,-0.104129746556282,-0.016930878162384,-0.99746185541153,-0.0701376423239708,0.0122721493244171,-0.998383164405823,-0.0243924055248499,0.0513431653380394,-0.99980103969574,-0.0178038366138935,0.00899394974112511,-0.999728500843048,-0.0211841054260731,-0.00970672257244587,-0.999595105648041,-0.0225619561970234,-0.0173405352979898,-0.999721050262451,-0.0236183200031519,0.000181783136213198,-0.0551476627588272,-0.998451590538025,0.00729637360200286,-0.0392811484634876,-0.999201536178589,0.00730170728638768,-0.999944031238556,-0.00658232439309359,0.00828820932656527,-0.999846637248993,-0.00661698263138533,-0.0162145365029573,-0.999709367752075,-0.00655929185450077,0.0232020001858473,-0.0550720952451229,-0.99847948551178,0.00239991466514766,-0.999719381332397,-0.0235791765153408,-0.00230129109695554,-0.999966025352478,-0.00791062414646149,-0.00234157545492053,-0.999917507171631,-0.00964551977813244,0.00848095770925283,-0.999697029590607,-0.00857194792479277,0.0230749286711216,-0.999947547912598,-0.0102447066456079,0.000322667940054089,-0.988506674766541,-0.0287947561591864,0.148410156369209,-0.999959647655487,-0.00897729862481356,0.00028274959186092,-0.999666631221771,-0.0120104942470789,0.0228576082736254,-0.999209403991699,-0.0036079699639231,-0.0395946390926838,-0.999959647655487,-0.00897729862481356,0.00028274959186092,-0.988506674766541,-0.0287947561591864,0.148410156369209,-0.995533347129822,0.0213440880179405,0.0919670611619949,-0.998110294342041,-0.0244650952517986,0.0563682690262794,-0.996713280677795,-0.0799788162112236,0.0128861712291837,-0.999167084693909,-0.0083978557959199,-0.0399324111640453,-0.99921727180481,-0.00825617276132107,-0.0386891700327396,-0.999992668628693,-0.00383023056201637,0.00012063718168065,
  1025. -0.998114883899689,0.0440238974988461,-0.0427623093128204,-0.998371183872223,0.0441137365996838,-0.036179780960083,-0.998096585273743,0.0450341962277889,0.0421319417655468,-0.99974137544632,0.0217936169356108,0.00649915263056755,-0.999784529209137,0.02074926905334,-0.000653520342893898,-0.999372184276581,0.0162340849637985,-0.0314923077821732,-0.998760759830475,0.0164681170135736,-0.0469646900892258,-0.998755872249603,0.0246171113103628,-0.0433684624731541,-0.992484927177429,0.122366771101952,0.000106699299067259,-0.606291592121124,-0.412368834018707,-0.679972469806671,-0.999176859855652,0.0405473485589027,-0.00127708190120757,-0.999061167240143,0.0152843166142702,-0.040536604821682,-0.999176859855652,0.0405473485589027,-0.00127708190120757,-0.606291592121124,-0.412368834018707,-0.679972469806671,-0.999109864234924,0.0163464359939098,-0.0388888604938984,-0.99971741437912,0.023535730317235,0.00337145710363984,-0.999217331409454,0.0393954813480377,0.00356963509693742,-0.999716222286224,-0.0236590765416622,0.00277714733965695,-0.999720931053162,-0.0235969815403223,-0.00117295421659946,-0.999226033687592,0.0393229797482491,-0.00105587567668408,-0.999968290328979,-0.00789178442209959,-0.00114414968993515,-0.99972128868103,0.0235979873687029,0.000739805400371552,-0.999875962734222,0.0157334599643946,0.000801235146354884,-0.999999642372131,2.18217537621967e-005,0.00092378759291023,-0.999719560146332,0.0235582664608955,0.00241957255639136,-0.99999737739563,5.38168460479937e-005,0.00227824645116925,-0.999221205711365,0.0393790081143379,0.00251398957334459,-0.998484194278717,-0.0550032965838909,0.00198530033230782,-0.999870955944061,0.0156915467232466,0.00345774949528277,-0.750575959682465,-0.660686373710632,-0.0113693177700043,-0.999999523162842,2.42074893321842e-005,0.00102478370536119,-0.999875545501709,0.0157256498932838,0.00129672465845943,-0.998484492301941,-0.0550334863364697,6.9215711846482e-005,-0.999720573425293,-0.0236229877918959,0.000957576790824533,-0.998484432697296,-0.0550344847142696,5.68007772017154e-006,-0.751149356365204,-0.659867465496063,-0.0186970606446266,
  1026. 0.591552019119263,0.616335093975067,-0.519805073738098,-0.958827674388886,0.277661442756653,-0.0596122220158577,0.987135827541351,0.0245621539652348,-0.157986044883728,-0.998679935932159,0.0387878231704235,-0.0336732789874077,-0.999927043914795,-0.000285299436654896,-0.0120776752009988,-0.999941229820251,-0.00671404646709561,-0.00852218922227621,-0.999812781810761,-0.0169100798666477,-0.00941129960119724,-0.999863743782043,-0.00809948332607746,-0.0143853332847357,-0.998420774936676,0.0386661030352116,-0.0407544262707233,-0.825549125671387,0.563060522079468,0.0378350876271725,-0.956013560295105,0.00692694401368499,0.293240636587143,-0.948888123035431,-0.0473869852721691,0.312034904956818,-0.989783108234406,0.00336711970157921,0.142541408538818,-0.408671885728836,0.910111486911774,0.0684444308280945,-0.449687212705612,0.890103816986084,0.0741385370492935,-0.999609112739563,-0.0237292107194662,0.0147824957966805,-0.999770283699036,0.0160792898386717,0.0141764599829912,-0.998381733894348,-0.0547889173030853,0.0152394492179155,-0.997444272041321,-0.0556823089718819,-0.0447720140218735,-0.997033417224884,0.0139130940660834,-0.0757013037800789,-0.992951273918152,-0.117290079593658,-0.0170539524406195,-0.931743323802948,-0.00161823048256338,0.363114058971405,-0.950709342956543,0.309471398591995,0.0194720327854156,-0.957932412624359,0.282009392976761,0.0532576963305473,-0.931743323802948,-0.00161823048256338,0.363114058971405,-0.957932412624359,0.282009392976761,0.0532576963305473,-0.0479055270552635,-0.653250396251678,0.755624949932098,-0.999118506908417,-0.0104971826076508,0.0406472906470299,-0.0168535057455301,-0.0201550684869289,0.99965488910675,-0.999193727970123,-0.0104602044448256,0.0387617871165276,-0.99991637468338,-0.00951571576297283,-0.00876658130437136,-0.999118506908417,-0.0104963397607207,0.0406472086906433,-0.999193727970123,-0.0104593578726053,0.0387618355453014,-0.0171973388642073,-0.0264367014169693,0.999502658843994,-0.999220728874207,0.00365469022653997,0.0393035523593426,-0.0142829539254308,-0.0264516081660986,0.999548137187958,
  1027. -0.999216079711914,0.00677552260458469,0.0390061475336552,-0.999943554401398,0.0077552511356771,-0.00725901406258345,-0.99997079372406,0.00761788245290518,-0.000725512625649571,-0.999942004680634,0.00797091703861952,-0.00724592758342624,-0.999969065189362,0.00784038100391626,-0.000746702949982136,-0.999942004680634,0.00797080155462027,-0.00724018458276987,-0.0570322945713997,0.933835208415985,0.353127717971802,-0.988735377788544,0.147540077567101,0.0251840967684984,-0.999465525150299,0.0241303741931915,-0.0220536980777979,-0.999720931053162,0.0235830936580896,0.00136994814965874,-0.0549132041633129,0.998461961746216,0.00762829557061195,-0.055152740329504,0.99844878911972,0.00762848043814301,0.9996218085289,0.00848898012191057,-0.0261595547199249,-0.997818410396576,-0.048982959240675,0.0442610122263432,-0.997978389263153,0.0632689222693443,-0.0060256109572947,-0.988735377788544,0.147540077567101,0.0251840967684984,-0.999400019645691,-0.00706829410046339,-0.0339088849723339,-0.999465525150299,0.0241303741931915,-0.0220536980777979,-0.0548564232885838,0.998432338237762,0.011130191385746,-0.999639570713043,0.0232983063906431,0.0133446417748928,-0.999629557132721,0.0237184036523104,0.0133488904684782,-0.89707887172699,0.0177143421024084,-0.441515326499939,-0.883915662765503,-0.465676307678223,-0.0428803563117981,-0.0522032901644707,0.763052701950073,-0.64422470331192,-0.89707887172699,0.0177143421024084,-0.441515326499939,-0.916276693344116,-0.379448890686035,-0.128279432654381,-0.883915662765503,-0.465676307678223,-0.0428803563117981,-0.999639570713043,0.0232983101159334,0.0133444899693131,-0.999640882015228,-0.0235123336315155,0.0128564052283764,-0.999629557132721,0.0237184036523104,0.013348737731576,-0.945066392421722,-0.308130204677582,-0.109111674129963,-0.926204800605774,0.018913920968771,-0.376546263694763,-0.938449859619141,-0.024880850687623,-0.344518452882767,-0.999650955200195,-0.0235190335661173,0.012035452760756,-0.999647319316864,0.0233131293207407,0.0127249211072922,-0.999891459941864,-0.00816287379711866,0.012264521792531,
  1028. 0.978544652462006,-0.203434556722641,-0.0326322987675667,-0.995565354824066,-0.0242330282926559,-0.0908985137939453,-0.952643632888794,0.29266881942749,0.0825546756386757,-0.999891757965088,-0.00816237553954124,0.0122433034703135,-0.956276774406433,0.292454093694687,0.00235031265765429,-0.999642610549927,-0.0235134568065405,0.0127188004553318,0.955453872680664,-0.292779445648193,-0.0372600257396698,-0.98090797662735,0.194465309381485,-0.00166636519134045,-0.878341376781464,0.465635120868683,0.108168594539166,-0.994701325893402,0.102502457797527,0.00790381897240877,-0.956288814544678,0.292423725128174,0.000293081160634756,-0.999893069267273,-0.00815982930362225,0.0121350586414337,-0.998514592647552,-0.00913117919117212,0.0537150464951992,-0.993755102157593,-0.111080810427666,0.0105791250243783,-0.989959120750427,0.100561834871769,0.0993389561772347,-0.976418972015381,-0.213716268539429,-0.0305219236761332,-0.560198962688446,0.157859563827515,-0.813177525997162,-0.792278647422791,0.0326329581439495,-0.60928612947464,-0.994703769683838,0.102509148418903,0.00749846827238798,-0.998852372169495,0.0472515225410461,0.00782909709960222,-0.956243515014648,0.292506963014603,0.00616583321243525,-0.947293341159821,-0.0397980511188507,-0.317885935306549,-0.933314621448517,-0.356826424598694,-0.0399847775697708,-0.924622654914856,0.0407010391354561,-0.378703594207764,-0.901438772678375,-0.430591583251953,-0.044710248708725,-0.920911729335785,-0.0393097810447216,-0.387783825397491,-0.885474264621735,-0.464613527059555,-0.00835027731955051,-0.686623096466064,-0.593244552612305,-0.42024952173233,0.642825365066528,-0.763395130634308,-0.06327273696661,-0.9496169090271,-0.0398342944681644,-0.310871332883835,-0.999192714691162,-0.0395103208720684,0.00728232460096478,-0.998851001262665,0.0472527332603931,0.00799145363271236,-0.994698107242584,0.102494038641453,0.00841299258172512,-0.998827040195465,0.0472712814807892,0.010490701533854,-0.999167203903198,-0.0395722612738609,0.00994701962918043,-0.999179601669312,-0.0392594411969185,0.00994911696761847,
  1029. -0.997484505176544,-0.0705662071704865,0.00672059087082744,-0.998548150062561,-0.0401609539985657,0.035900067538023,-0.980959057807922,0.0985536873340607,0.167351812124252,-0.999157845973969,-0.0395915098488331,0.0107774948701262,-0.771276950836182,-0.636095643043518,0.0226756930351257,-0.999171316623688,-0.0392526537179947,0.0107695944607258,-0.993607997894287,-0.0365958511829376,-0.10678905248642,-0.998561859130859,0.053369652479887,-0.00508282426744699,-0.998185038566589,0.0601649284362793,0.00264858966693282,-0.999343514442444,-0.0360669009387493,0.0034349428024143,-0.999290764331818,-0.0361013785004616,-0.0107110589742661,-0.999289810657501,-0.0360455326735973,0.0109904780983925,-0.771368145942688,-0.635497629642487,0.033674668520689,-0.999151170253754,-0.0396044179797173,0.0113349854946136,-0.999926030635834,0.00772552099078894,0.00939243845641613,-0.994529902935028,-0.0368459485471249,-0.0977380350232124,-0.993835031986237,0.110854551196098,-0.00177610176615417,-0.997628748416901,0.00893003959208727,-0.0682430639863014,-0.999887466430664,0.00767004350200295,0.0128959659487009,-0.999628901481628,0.0238214321434498,0.0132175395265222,-0.770700335502625,-0.637190759181976,-0.00299519300460815,-0.983234405517578,-0.17503534257412,-0.0511140935122967,-0.465122401714325,-0.334251075983047,0.819717884063721,-0.822211682796478,0.0104603441432118,-0.569085657596588,-0.971947133541107,0.0192678980529308,-0.23440907895565,-0.963571786880493,-0.267433494329453,-0.0029563196003437,-0.976608514785767,-0.208336681127548,-0.0532131679356098,-0.91544383764267,-0.401333421468735,-0.0299040414392948,-0.946548640727997,0.0172870121896267,-0.322097599506378,-0.949685037136078,0.00254561170004308,-0.313196152448654,-0.999900281429291,0.00768658658489585,0.0118518536910415,-0.999897241592407,0.00805988814681768,0.0118542648851871,-0.999645292758942,0.0238019283860922,0.0119544556364417,-0.904429197311401,0.000403007899876684,-0.426623582839966,-0.780137896537781,-0.608234941959381,-0.146407425403595,-0.722728252410889,-0.685067176818848,-0.0913613960146904,
  1030. -0.331218212842941,0.939572036266327,-0.0865962952375412,-0.996583640575409,0.00913975387811661,-0.0820825323462486,-0.25047093629837,0.964680552482605,-0.0815827995538712,-0.999872207641602,-0.0132026197388768,0.00901654455810785,-0.999871850013733,-0.0132960258051753,-0.00891993753612041,-0.999804794788361,-0.0133246704936028,-0.0145908519625664,-0.999967038631439,0.00790350139141083,0.00188875943422318,-0.999967515468597,0.00784402061253786,0.00188846571836621,-0.999967157840729,-0.00790226738899946,0.00181040668394417,-0.999963343143463,0.0079246936365962,-0.0032363198697567,-0.999808132648468,-0.0130455307662487,-0.0146150812506676,-0.9999018907547,-0.0076888520270586,-0.0117088742554188,-0.999687671661377,-0.0152758741751313,0.0197797883301973,-0.99966686964035,0.01493482850492,-0.0210539922118187,-0.999906957149506,0.0076958080753684,-0.011269697919488,-0.999949097633362,-0.00797097012400627,0.00618202611804008,-0.999859154224396,-0.0155996754765511,0.00618655607104301,-0.999949276447296,0.00797080434858799,0.00617139926180243,-0.999520897865295,0.0243771839886904,-0.0190706141293049,-0.999807357788086,-0.0154593111947179,0.0120940366759896,-0.997537672519684,-0.0552377663552761,0.043213278055191,-0.0420248098671436,-0.786921799182892,0.615619957447052,-0.997537672519684,-0.0552377663552761,0.043213278055191,-0.999807357788086,-0.0154593111947179,0.0120940366759896,-0.999867081642151,-0.0156367104500532,0.00462398212403059,-0.999957919120789,-0.00794589053839445,0.00458510173484683,-0.0472325719892979,-0.998869836330414,0.00531792594119906,-0.0472736619412899,-0.998823463916779,0.0108146835118532,-0.999956607818604,-0.00795037299394608,0.00487031182274222,-0.0390830859541893,-0.999177813529968,0.0107792383059859,-0.9999018907547,-0.0076888520270586,-0.0117088742554188,-0.999808132648468,-0.0130455307662487,-0.0146150812506676,-0.0458225458860397,-0.877853989601135,-0.476731240749359,-0.999810993671417,-0.0127960303798318,-0.0146367363631725,-0.0304002296179533,-0.0271690580993891,-0.999168515205383,-0.024673193693161,-0.0271022897213697,-0.999328136444092,
  1031. -0.0314928293228149,0.000314565404551104,-0.999504029750824,-0.999567151069641,-0.0261534098535776,-0.0134759582579136,-0.999307572841644,-0.026131784543395,-0.0264891758561134,-0.999444305896759,-0.0209168568253517,-0.0259543806314468,-0.99968945980072,-0.0206475742161274,-0.0139547670260072,-0.999790549278259,-0.0203750282526016,-0.00194047892000526,-0.99946528673172,0.0322608053684235,-0.0053295842371881,-0.999467968940735,0.0324690230190754,0.00309228780679405,-0.999318838119507,0.0319305099546909,-0.0185029376298189,-0.980906248092651,0.194453805685043,-0.00329221785068512,-0.994088053703308,0.0251457840204239,0.105625227093697,-0.0500224605202675,0.846342325210571,-0.530285239219666,-0.999690890312195,0.023731492459774,0.00741355447098613,-0.0393227152526379,0.999224364757538,0.0021367110311985,-0.0392723307013512,0.999226272106171,0.00213634292595088,-0.999401748180389,0.0227884277701378,-0.0260187238454819,-0.999586701393127,0.0186547674238682,-0.0218749847263098,-0.999995827674866,-0.0028906085062772,-0.00027529604267329,-0.999602198600769,0.0280793122947216,0.00267422012984753,-0.999299049377441,0.0371097698807716,-0.00494646746665239,-0.999696791172028,0.0238124784082174,0.00627365848049521,-0.989482641220093,0.144392177462578,-0.00866150483489037,-0.998018562793732,0.0253885053098202,0.0575711913406849,-0.99801230430603,0.0244895257055759,0.0580664575099945,-0.998363316059113,0.014414930716157,-0.0553434602916241,-0.998072743415833,0.0217459574341774,-0.0581203997135162,-0.995724320411682,-0.0911455899477005,-0.0150171667337418,-0.0393239222466946,0.999224543571472,0.00198492500931025,-0.99968820810318,0.0237367581576109,0.00775191467255354,-0.999970257282257,-0.000121479395602364,0.00771394139155746,-0.999685287475586,0.0238587744534016,0.00775212282314897,-0.999970257282257,-0.000121479781228118,0.00771396607160568,-0.99968820810318,0.0237367581576109,0.0077519379556179,-0.0173841565847397,0.953588724136353,0.300610274076462,-0.035159770399332,0.953148663043976,0.300452381372452,-0.999999403953552,1.6890793631319e-005,-0.00107256544288248,
  1032. -0.999810457229614,0.0154655454680324,0.0118322717025876,-0.999642252922058,0.0239863824099302,0.0118359811604023,-0.999801576137543,0.0160244163125753,0.0118325389921665,-0.999635517597198,-0.0237150080502033,0.012899580411613,-0.999795913696289,0.0154370125383139,0.0130304358899593,-0.99978631734848,0.0160525180399418,0.0130323367193341,-0.992740750312805,0.0128087634220719,0.119589529931545,-0.995312869548798,-0.0242484714835882,0.0936174467206001,-0.981892645359039,-0.187929674983025,-0.0238595772534609,-0.999679923057556,0.0238779541105032,0.00836513377726078,-0.999843716621399,0.015546509064734,0.0084269167855382,-0.99947601556778,0.031283263117075,0.00830972287803888,-0.99947601556778,0.031283263117075,0.00830972380936146,-0.999963521957397,-0.00013451321865432,0.00854158960282803,-0.999679923057556,0.0238779541105032,0.00836513470858335,-0.998567700386047,0.0332339592278004,-0.0419305339455605,-0.993171632289886,0.112431399524212,0.0311336666345596,-0.998242795467377,0.0170608554035425,-0.0567476637661457,-0.899185419082642,0.0386167168617249,-0.435860574245453,-0.899156033992767,0.0244814231991768,-0.436942934989929,-0.2704838514328,0.961008608341217,-0.0574539937078953,-0.999227583408356,0.00484692957252264,0.0389961861073971,-0.999201059341431,0.00459876423701644,-0.0397007316350937,-0.999202072620392,0.00484885135665536,0.0396441034972668,-0.998450696468353,0.0369166694581509,0.0416345410048962,-0.749710321426392,0.111061103641987,0.652380228042603,-0.998666226863861,0.0362676829099655,0.0367474183440208,-0.996698975563049,0.0737161263823509,0.0340161398053169,-0.743145704269409,-0.0783821865916252,0.66452294588089,0.965624094009399,-0.0242998655885458,-0.258804529905319,-0.746514320373535,0.16587707400322,0.644361138343811,-0.998755216598511,0.0282647144049406,0.0411015227437019,-0.999207317829132,0.00945621356368065,-0.0386687479913235,-0.733583390712738,-0.149957001209259,0.662848651409149,-0.549612402915955,0.278887063264847,-0.787494957447052,0.989938318729401,-0.0279022827744484,-0.138721108436584,
  1033. -0.746513962745667,0.1658815741539,0.644360423088074,-0.999207317829132,0.00945574138313532,-0.0386687815189362,-0.664920389652252,-0.159754425287247,-0.729629635810852,-0.591605067253113,0.168280109763145,-0.788470149040222,-0.999460935592651,-0.0327103175222874,0.00283317733556032,0.957917749881744,-0.0368949361145496,0.284661889076233,-0.999079167842865,0.0427451990544796,-0.00370234018191695,-0.648705005645752,-0.0498456656932831,-0.759405910968781,-0.998557448387146,0.0393581241369247,-0.0365241281688213,-0.911754906177521,-0.409202605485916,0.0354427471756935,-0.843305230140686,-0.00846249237656593,0.53736823797226,-0.829855799674988,0.0129601629450917,0.557827472686768,-0.9969362616539,0.0703130513429642,-0.034266646951437,-0.996141850948334,0.0706422179937363,0.0520679578185081,-0.997494637966156,0.0704782083630562,-0.00610441155731678,-0.976859867572784,-0.00336778117343783,0.213854104280472,-0.95190304517746,-0.305256515741348,0.0264395419508219,-0.949960649013519,-0.31157973408699,0.0222003068774939,-0.998705983161926,0.0158951319754124,0.0483093820512295,-0.99986743927002,0.0146188829094172,0.00718231592327356,-0.999896287918091,0.0143544096499681,-0.00124329538084567,-0.976859867572784,-0.00336778117343783,0.213854104280472,-0.949960649013519,-0.31157973408699,0.0222003068774939,-0.0175450351089239,0.854682147502899,0.518855094909668,-0.00638109399005771,0.0315140075981617,0.999482989311218,-0.99986743927002,0.0146188829094172,0.00718231592327356,-0.998705983161926,0.0158951319754124,0.0483093820512295,-0.999935686588287,-0.00779593549668789,0.00824182108044624,-0.00490931887179613,0.0624256581068039,0.998037576675415,-0.00884091015905142,0.062391422688961,0.998012661933899,0.999987840652466,-0.00494320690631866,0,0.999987900257111,-0.00493057304993272,0,0.999987959861755,-0.00491063389927149,0,0.999985873699188,-0.00533206295222044,-8.16993050989367e-009,-0.000892109528649598,-0.999999642372131,0,-0.000950000307057053,-0.999999582767487,0,-0.00105665577575564,-0.999999523162842,-1.02232003244829e-012,
  1034. -0.000949155539274216,-0.999999642372131,0,0.0553593300282955,0.469668745994568,-0.881105363368988,0.0276902839541435,0.470209717750549,-0.882120251655579,0,0.47039008140564,-0.882458627223969,0.0276902839541435,0.470209717750549,-0.882120251655579,0.999990403652191,-0.00438173860311508,1.4728205322001e-008,0.999989092350006,-0.0046781930141151,3.66889651992608e-009,0.999991178512573,-0.00421212008222938,1.83550277199629e-008,0.999991178512573,-0.00420543598011136,0,0.99998527765274,-0.00542660057544708,-8.60671089952803e-010,0.999985694885254,-0.00536604085937142,-3.03309904969851e-010,0.999989092350006,-0.0046781930141151,3.66889651992608e-009,0.999990403652191,-0.00438173860311508,1.4728205322001e-008,-0.00216475012712181,-0.999997675418854,-1.70582070604247e-012,-0.00186040601693094,-0.999998331069946,-3.84741175550596e-013,-0.00105665577575564,-0.999999523162842,-1.02232003244829e-012,-0.00320537853986025,-0.999994874000549,-2.62908826653696e-011,-0.000485799828311428,-0.999999940395355,5.32821237218123e-013,-0.000764300348237157,-0.999999761581421,1.0646841047679e-011,-0.00186040601693094,-0.999998331069946,-3.84741175550596e-013,-0.00216475012712181,-0.999997675418854,-1.70582070604247e-012,0.999991178512573,-0.00421212008222938,1.83550277199629e-008,0.99999076128006,-0.004320930223912,2.08891730579808e-008,0.999991774559021,-0.00407394440844655,3.7870261593298e-008,0.999992311000824,-0.00391560746356845,3.78702829095801e-008,0.999989092350006,-0.0046781930141151,3.66889651992608e-009,0.999985694885254,-0.00536604085937142,-3.03309904969851e-010,0.9999880194664,-0.00489536672830582,0,0.99998939037323,-0.00462773675099015,0,-0.00186040601693094,-0.999998331069946,-3.84741175550596e-013,-0.000764300348237157,-0.999999761581421,1.0646841047679e-011,-0.000841901986859739,-0.999999642372131,1.5007550757673e-011,-0.000961917452514172,-0.999999523162842,0,-0.000764300348237157,-0.999999761581421,1.0646841047679e-011,-0.0006916718557477,-0.999999761581421,-7.92805017056815e-014,-0.00083754223305732,-0.999999642372131,-1.79407740724024e-018,
  1035. -0.000841901986859739,-0.999999642372131,1.5007550757673e-011,0.999971628189087,-0.00693391170352697,0.0029651508666575,0.999969899654388,-0.00752858491614461,0.0018686824478209,0.99964427947998,-0.0227665901184082,0.0138973230496049,0.999644756317139,-0.0221703629940748,0.0147964935749769,0.999994337558746,-0.00249500037170947,-0.00227203313261271,0.999993085861206,-0.00270250742323697,-0.00258538057096303,0.999969899654388,-0.00752858491614461,0.0018686824478209,0.999971628189087,-0.00693391170352697,0.0029651508666575,-0.00269601657055318,-0.46043661236763,-0.88768857717514,-0.000244142225710675,-0.460430592298508,-0.887695670127869,0.00220773345790803,-0.460421830415726,-0.887697517871857,-0.000244142138399184,-0.460430651903152,-0.887695729732513,-0.00083754223305732,-0.999999642372131,-1.79407740724024e-018,-0.0006916718557477,-0.999999761581421,-7.92805017056815e-014,-0.000883059401530772,-0.999999642372131,-4.52913609394479e-011,-0.000903391221072525,-0.999999642372131,-4.63341656709026e-011,-0,-1,-0.000142529548611492,-0,-0.999999821186066,-0.000634844589512795,-0,-0.999999403953552,-0.00110855279490352,-0,-0.999999701976776,-0.000805236049927771,-0,-0.999999761581421,-0.000653704104479402,-0,-0.999999940395355,-0.000483228330267593,-0.000333051517372951,-0.999999940395355,0,-0.0006916718557477,-0.999999761581421,-7.92805017056815e-014,-0.000764300348237157,-0.999999761581421,1.0646841047679e-011,-0.000485799828311428,-0.999999940395355,5.32821237218123e-013,0.99999076128006,-0.004320930223912,2.08891730579808e-008,0.999991178512573,-0.00421212008222938,1.83550277199629e-008,0.999989092350006,-0.0046781930141151,3.66889651992608e-009,0.99998939037323,-0.00462773675099015,0,0.999993205070496,-0.00204989849589765,-0.00309140235185623,0.99999326467514,-0.00203309627249837,-0.00306606339290738,0.999993085861206,-0.00270250742323697,-0.00258538057096303,0.999994337558746,-0.00249500037170947,-0.00227203313261271,0,-0.999998509883881,0.00175149389542639,0,-0.999998152256012,0.00191171350888908,0,-0.999997794628143,0.00208659539930522,
  1036. 0,-0.999997019767761,0.00243577640503645,0,-0.999998152256012,0.00192618160508573,0,-0.999998986721039,0.00143047166056931,0.999980688095093,-0.0062269507907331,-6.92609702923619e-008,0.999985873699188,-0.00533206295222044,-8.16993050989367e-009,0.999985694885254,-0.00536604085937142,-3.03309904969851e-010,0.99998527765274,-0.00542660057544708,-8.60671089952803e-010,0.999985873699188,-0.00533206295222044,-8.16993050989367e-009,0.999987959861755,-0.00491063389927149,0,0.9999880194664,-0.00489536672830582,0,0.999985694885254,-0.00536604085937142,-3.03309904969851e-010,-0.000949155539274216,-0.999999642372131,0,-0.00105665577575564,-0.999999523162842,-1.02232003244829e-012,-0.00186040601693094,-0.999998331069946,-3.84741175550596e-013,-0.000961917452514172,-0.999999523162842,0,-1,0,0.000100187549833208,-1,0,9.86581580946222e-005,-1,0,9.70543187577277e-005,-1,0,9.82389465207234e-005,0.0409459210932255,0.0142888072878122,-0.99905925989151,-0.0416387990117073,0.0760302618145943,-0.996235728263855,-0.0325379930436611,-0.123255141079426,-0.991841495037079,-0.000364609091775492,-0.00498470244929194,-0.999987542629242,0.0334451645612717,0.0918071568012238,-0.995214998722076,0.000225676689296961,-0.552636802196503,0.833422183990479,-0.000189144615433179,-0.552636682987213,0.833422303199768,-0.000333033414790407,-0.552636623382568,0.833422243595123,9.87665262073278e-005,-0.552636682987213,0.833422243595123,0.0019766844343394,-0.552647650241852,0.833412706851959,0.000225676689296961,-0.552636802196503,0.833422183990479,9.87665262073278e-005,-0.552636682987213,0.833422243595123,0.00479007232934237,-0.552659928798676,0.833393096923828,0.00704308692365885,-0.55277955532074,0.833297789096832,0.0019766844343394,-0.552647650241852,0.833412706851959,0.00479007232934237,-0.552659928798676,0.833393096923828,0.00893212575465441,-0.552813172340393,0.833257436752319,-0.99999463558197,0,0.00327954581007361,-0.99999862909317,0,0.0016634400235489,-1,0,5.51363300473895e-005,-0.999999463558197,0,0.00112414953764528,-1,0,8.03702132543549e-005,-1,0,6.30027643637732e-005,
  1037. -0.999999463558197,0,0.00112414953764528,-1,0,5.51363300473895e-005,-1,0,9.72351554082707e-005,-1,0,8.84113760548644e-005,-1,0,6.30027643637732e-005,-1,0,8.03702132543549e-005,-1,0,9.82389465207234e-005,-1,0,9.70543187577277e-005,-1,0,8.84113760548644e-005,-1,0,9.72351554082707e-005,-0.0103467823937535,0.479964673519135,-0.877226829528809,-0.0126855205744505,0.47991070151329,-0.877225697040558,-0.0150241889059544,0.479854136705399,-0.87721973657608,-0.0126855205744505,0.47991070151329,-0.877225697040558,0,-0.470388203859329,-0.882459700107574,-3.9505107451987e-006,-0.470388203859329,-0.882459700107574,-7.9010214903974e-006,-0.470388203859329,-0.882459700107574,-3.9505107451987e-006,-0.470388203859329,-0.882459700107574,0.0139057198539376,0.999890863895416,-0.00498971994966269,-0.00590582843869925,0.999341607093811,-0.0358007848262787,-0.0105519071221352,0.99994295835495,-0.00166518846526742,-0.00618661660701036,0.999040603637695,0.0433545373380184,0.0141772702336311,0.999899208545685,-0.0007856116280891,0.336154729127884,0.938650012016296,-0.077047310769558,-0.178274095058441,0.979056239128113,0.098321944475174,-0.00590582843869925,0.999341607093811,-0.0358007848262787,0.0139057198539376,0.999890863895416,-0.00498971994966269,-0.178274095058441,0.979056239128113,0.098321944475174,-0.635012984275818,0.772498190402985,-0.00226660934276879,-0.0105519071221352,0.99994295835495,-0.00166518846526742,-0.00590582843869925,0.999341607093811,-0.0358007848262787,-0.635012984275818,0.772498190402985,-0.00226660934276879,-0.175065889954567,0.979346632957459,-0.101153805851936,-0.00618661660701036,0.999040603637695,0.0433545373380184,-0.0105519071221352,0.99994295835495,-0.00166518846526742,-0.175065889954567,0.979346632957459,-0.101153805851936,0.311743527650833,0.943785071372986,0.109936028718948,0.0141772702336311,0.999899208545685,-0.0007856116280891,-0.00618661660701036,0.999040603637695,0.0433545373380184,0.311743527650833,0.943785071372986,0.109936028718948,0.336154729127884,0.938650012016296,-0.077047310769558,0.0139057198539376,0.999890863895416,-0.00498971994966269,
  1038. 0.0141772702336311,0.999899208545685,-0.0007856116280891,0.602663278579712,0.0649943575263023,-0.795344471931458,-0.536119103431702,-0.270321547985077,-0.799689114093781,-0.0416387990117073,0.0760302618145943,-0.996235728263855,0.0409459210932255,0.0142888072878122,-0.99905925989151,-0.536119103431702,-0.270321547985077,-0.799689114093781,-0.684461653232574,0.155625894665718,-0.712244927883148,-0.0325379930436611,-0.123255141079426,-0.991841495037079,-0.0416387990117073,0.0760302618145943,-0.996235728263855,-0.684461653232574,0.155625894665718,-0.712244927883148,-0.0193530153483152,-0.000666640640702099,-0.999812483787537,-0.000364609091775492,-0.00498470244929194,-0.999987542629242,-0.0325379930436611,-0.123255141079426,-0.991841495037079,-0.0193530153483152,-0.000666640640702099,-0.999812483787537,0.679795026779175,-0.166027829051018,-0.714362382888794,0.0334451645612717,0.0918071568012238,-0.995214998722076,-0.000364609091775492,-0.00498470244929194,-0.999987542629242,0.679795026779175,-0.166027829051018,-0.714362382888794,0.602663278579712,0.0649943575263023,-0.795344471931458,0.0409459210932255,0.0142888072878122,-0.99905925989151,0.0334451645612717,0.0918071568012238,-0.995214998722076
  1039. }
  1040. BinormalsW: *1704 {
  1041. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  1042. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1043. }
  1044. }
  1045. LayerElementTangent: 0 {
  1046. Version: 102
  1047. Name: "map1"
  1048. MappingInformationType: "ByPolygonVertex"
  1049. ReferenceInformationType: "Direct"
  1050. Tangents: *5112 {
  1051. a: -0.027151869609952,0.862071752548218,0.50605833530426,-0.0633509755134583,0.860984444618225,0.5046706199646,0.0673050805926323,0.860944390296936,0.504226922988892,0.0672658234834671,0.864079415798187,0.498840749263763,0.0611631758511066,0.863080263137817,0.501349925994873,-0.027253296226263,0.865292131900787,0.500526547431946,0.0673203393816948,0.859656155109406,-0.50641804933548,-0.0271142590790987,0.860877633094788,-0.508089065551758,0.0541253089904785,0.859239220619202,-0.508702635765076,-0.0280674193054438,0.891140460968018,-0.452858537435532,0.066812127828598,0.890018880367279,-0.451001703739166,-0.0632763579487801,0.890109121799469,-0.451333433389664,0,0.850390672683716,-0.526151776313782,0,0.850390672683716,-0.526151776313782,0,0.850390672683716,-0.526151776313782,0,0.881521642208099,-0.472143858671188,0,0.881521642208099,-0.472143858671188,0,0.881521642208099,-0.472143858671188,0,0.862946689128876,0.505295038223267,0,0.862946689128876,0.505295038223267,0,0.862946689128876,0.505295038223267,0,0.898747324943542,0.438466906547546,0,0.898747324943542,0.438466906547546,0,0.898747324943542,0.438466906547546,0,0.851713895797729,-0.524007081985474,0,0.851713895797729,-0.524007081985474,0,0.851713895797729,-0.524007081985474,0,0.884443342685699,-0.466647654771805,0,0.884443342685699,-0.466647654771805,0,0.884443342685699,-0.466647654771805,0,0.849827885627747,0.527060329914093,0,0.849827885627747,0.527060329914093,0,0.849827885627747,0.527060329914093,0,0.886223196983337,0.463258475065231,0,0.886223196983337,0.463258475065231,0,0.886223196983337,0.463258475065231,0,-0.999619960784912,-0.0275669116526842,0.00129278050735593,-0.999624729156494,-0.0273638535290957,0.102590352296829,-0.994337320327759,-0.0277217347174883,0.102629795670509,-0.994719624519348,-3.21331644954626e-005,-6.46341823085095e-006,-1,0.000136810165713541,0.102392204105854,-0.994731485843658,0.00501506123691797,0.0755074620246887,-0.731841683387756,0.677278757095337,0.0512880235910416,-0.783131301403046,0.619737803936005,0.924011051654816,-0.232880830764771,0.303265690803528,
  1052. 0.913374304771423,-0.23020002245903,-0.335790634155273,0.102460235357285,-0.642632722854614,-0.759292483329773,0.914023816585541,-0.227633878588676,-0.335772633552551,0,-0.999836921691895,-0.0180652067065239,0.000844438269268721,-0.999839901924133,-0.0178739409893751,0.102612860500813,-0.994555473327637,-0.0181670766323805,0.102614410221577,-0.99457049369812,-0.0173154529184103,0.00080447708023712,-0.999854683876038,-0.017028097063303,0.103199183940887,-0.994585275650024,-0.0122481463477016,0.080451637506485,-0.779762208461761,0.620885193347931,0.0595539957284927,-0.831873536109924,0.551760613918304,0.935287952423096,-0.235722973942757,0.263952881097794,0.912558495998383,-0.229994416236877,-0.338141679763794,0.102294787764549,-0.639990389347076,-0.761543214321136,0.913212478160858,-0.227410271763802,-0.338123589754105,-0.0474690869450569,-0.99870765209198,-0.0181640777736902,-0.0474690869450569,-0.99870765209198,-0.0181640777736902,-0.0544475950300694,-0.998347163200378,-0.0183963924646378,-0.0477827899158001,-0.998054802417755,-0.0400428138673306,-0.0462131761014462,-0.998134136199951,-0.0399104095995426,-0.0537305809557438,-0.997749447822571,-0.0401156432926655,-0.047167532145977,-0.998886466026306,-0.00101418106351048,-0.0471804328262806,-0.998886227607727,0.000701317097991705,-0.0471808984875679,-0.998886108398438,-0.00067133252741769,0.0399382971227169,-0.998865246772766,-0.0259458273649216,0.0406788922846317,-0.998870670795441,-0.0245523173362017,0.0397393368184567,-0.998864233493805,-0.0262871272861958,0.0412995703518391,-0.998495101928711,-0.0360814481973648,0.0474429540336132,-0.998229384422302,-0.0358791127800941,0.0398798026144505,-0.998556733131409,-0.0359757505357265,0.0473132431507111,-0.998747110366821,-0.016299007460475,0.0402356088161469,-0.999055981636047,-0.0163774844259024,0.0402356088161469,-0.999055981636047,-0.0163774844259024,-0.0474344044923782,-0.998748779296875,-0.015838460996747,-0.0474344044923782,-0.998748779296875,-0.015838460996747,-0.0545228496193886,-0.998383224010468,-0.0160701926797628,
  1053. -0.0477678850293159,-0.998098134994507,-0.0389664508402348,-0.0462405420839787,-0.998175203800201,-0.0388341322541237,-0.053766705095768,-0.997790098190308,-0.0390398055315018,-0.0468446128070354,-0.998796880245209,-0.0145051665604115,-0.0473884642124176,-0.998794734477997,-0.0127833476290107,-0.0469641573727131,-0.998796164989471,-0.0141644012182951,0.0397667922079563,-0.999039769172668,-0.0183944888412952,0.0402702242136002,-0.999044060707092,-0.017014043405652,0.0396272763609886,-0.999038875102997,-0.0187348518520594,0.041353065520525,-0.998456418514252,-0.0370796322822571,0.0474490895867348,-0.998192667961121,-0.0368785709142685,0.0398940816521645,-0.998519539833069,-0.0369753129780293,0.0472924821078777,-0.998791217803955,-0.0133979916572571,0.0400779880583286,-0.99910569190979,-0.0134823033586144,0.0400779880583286,-0.99910569190979,-0.0134823033586144,0.015742814168334,-0.999668717384338,0.020363075658679,0.015742814168334,-0.999668717384338,0.020363075658679,0.015742814168334,-0.999668717384338,0.020363075658679,0.0157460793852806,-0.999876022338867,-8.22659967525397e-006,0.0157460793852806,-0.999876022338867,-8.22659967525397e-006,0.0157460793852806,-0.999876022338867,-8.22659967525397e-006,0.0157460793852806,-0.999876022338867,-8.22659967525397e-006,0.0157460793852806,-0.999876022338867,-8.22659967525397e-006,0.0157460793852806,-0.999876022338867,-8.22659967525397e-006,0.0157330445945263,-0.999048352241516,-0.0406824424862862,0.0157330445945263,-0.999048352241516,-0.0406824424862862,0.0157330445945263,-0.999048352241516,-0.0406824424862862,0.0157429594546556,-0.999677896499634,0.0199060756713152,0.0157429594546556,-0.999677896499634,0.0199060756713152,0.0157429594546556,-0.999677896499634,0.0199060756713152,0.0157460793852806,-0.999876022338867,-4.11288528994191e-005,0.0157460793852806,-0.999876022338867,-4.11288528994191e-005,0.0157460793852806,-0.999876022338867,-4.11288528994191e-005,0.0157460793852806,-0.999876022338867,-4.11288528994191e-005,0.0157460793852806,-0.999876022338867,-4.11288528994191e-005,
  1054. 0.0157460793852806,-0.999876022338867,-4.11288528994191e-005,0.0157333612442017,-0.99906849861145,-0.0401827618479729,0.0157333612442017,-0.99906849861145,-0.0401827618479729,0.0157333612442017,-0.99906849861145,-0.0401827618479729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.999786376953125,-4.41821732428765e-018,0.0206682402640581,0.999786376953125,-4.41821732428765e-018,0.0206682402640581,0.999786376953125,-4.41821732428765e-018,0.0206682402640581,-0.0996000096201897,-0.993197202682495,-0.0603270456194878,0,-0.99846225976944,-0.0554361119866371,0.00260781426914036,-0.998471975326538,-0.0551987327635288,0,-1,-3.19516875606496e-005,-0.102405428886414,-0.994731485843658,-0.00473730964586139,-0.102629795670509,-0.994719624519348,-3.21094448736403e-005,-0.0748216435313225,-0.725194573402405,-0.684466600418091,-0.0503429174423218,-0.777347564697266,-0.627053678035736,-0.925782859325409,-0.225800693035126,-0.303216397762299,-0.9150750041008,-0.223189011216164,0.335893481969833,-0.10198201239109,-0.635027289390564,0.765728414058685,-0.915707588195801,-0.220612645149231,0.335871547460556,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.99978643655777,-4.4128174892489e-018,0.020666491240263,
  1055. 0.99978643655777,-4.4128174892489e-018,0.020666491240263,0.999786376953125,-4.41821732428765e-018,0.0206682402640581,0.999786376953125,-4.41821732428765e-018,0.0206682402640581,0.999786376953125,-4.41821732428765e-018,0.0206682402640581,-0.101050779223442,-0.994354665279388,-0.0323686338961124,0,-0.999619960784912,-0.0275669116526842,0.00129278050735593,-0.999624729156494,-0.0273638535290957,0,-0.999905288219452,-0.0137640684843063,-0.101739630103111,-0.994638800621033,-0.0185184590518475,-0.102619975805283,-0.994624435901642,-0.0138324182480574,-0.0741932243108749,-0.719103753566742,-0.690930664539337,-0.0493147782981396,-0.77100932598114,-0.634911715984344,-0.924234390258789,-0.225423023104668,-0.308180868625641,-0.929750680923462,-0.22676844894886,0.290068596601486,-0.105182766914368,-0.68810099363327,0.717950999736786,-0.930297136306763,-0.224543645977974,0.290047138929367,0.392961710691452,0.748087346553802,0.53473961353302,-0.998847126960754,0.0416878126561642,0.023806506767869,-0.960584104061127,-0.165971234440804,0.22300611436367,-0.998575508594513,0.0419922806322575,0.0329180844128132,-0.997029006481171,-0.0173163935542107,-0.0750551223754883,0.765367865562439,0.639708995819092,-0.0706024020910263,-0.999702274799347,0.0171843748539686,-0.0173232294619083,-0.999856650829315,0.00954702217131853,-0.013983660377562,-0.999950528144836,-0.00987912807613611,-0.00118268490768969,-0.998575508594513,0.0419922806322575,0.0329180844128132,0.765367865562439,0.639708995819092,-0.0706024020910263,-0.471085131168365,0.643453478813171,-0.603362619876862,-0.999840199947357,-0.0177816152572632,0.00184181227814406,-0.999946177005768,-0.0102261239662766,-0.00176463462412357,-0.999837458133698,0.00806320365518332,-0.0161264333873987,-0.999550998210907,-0.0215732250362635,-0.0207989290356636,-0.999377727508545,-0.0308108348399401,-0.0171719864010811,-0.99945056438446,-0.0285413842648268,-0.0168501473963261,-0.998760521411896,0.01377347484231,0.0478296987712383,-0.998742520809174,0.043357715010643,0.025170236825943,-0.998923718929291,0.00919982511550188,0.0454640612006187,
  1056. -0.999962568283081,0.00799405202269554,0.00330954627133906,-0.99887627363205,-0.0371580980718136,0.0294191036373377,-0.981003046035767,-0.0973160639405251,-0.167817756533623,-0.999726355075836,-0.0154970828443766,0.0175229590386152,-0.999754011631012,-0.0203987807035446,0.00871742703020573,-0.999862611293793,0.0101489592343569,-0.013114370405674,-0.999756395816803,-0.00955422874540091,0.01990189217031,-0.999754011631012,-0.0203987807035446,0.00871742703020573,-0.999726355075836,-0.0154970828443766,0.0175229590386152,-0.999840199947357,-0.0177816152572632,0.00184181227814406,-0.999837458133698,0.00806320365518332,-0.0161264333873987,-0.999578058719635,-0.0267106592655182,0.0114148110151291,-0.999938130378723,-0.0102311996743083,0.00437230756506324,-0.999936163425446,-0.000454071065178141,0.0112982634454966,-0.999955117702484,-0.00776431430131197,0.00544995116069913,-0.185386881232262,-0.589459240436554,-0.786237716674805,-0.287519961595535,0.783930659294128,-0.550259053707123,-0.232275888323784,0.707962214946747,-0.666961312294006,-0.999499082565308,0.0291047282516956,-0.0124379182234406,-0.99944943189621,0.031204778701067,-0.0112756760790944,-0.999319136142731,0.00593572529032826,0.0364151485264301,-0.99944943189621,0.031204778701067,-0.0112756760790944,-0.999499082565308,0.0291047282516956,-0.0124379182234406,-0.999681293964386,0.0206637363880873,-0.0145043535158038,-0.998863518238068,0.0418712459504604,0.0227687172591686,-0.99893444776535,0.0116032436490059,0.0446696020662785,-0.998927414417267,0.0377630591392517,0.0267986692488194,-0.998927414417267,0.0377630591392517,0.0267986692488194,-0.99893444776535,0.0116032436490059,0.0446696020662785,-0.998722672462463,0.0475224889814854,-0.0171719901263714,-0.996158480644226,-0.0775236785411835,0.0407233498990536,-0.99968034029007,0.0152674159035087,-0.0201516430824995,-0.99981290102005,0.00664778985083103,-0.0181702431291342,-0.999979853630066,0.00598533544689417,-0.00216276803985238,-0.996210634708405,-0.0676464736461639,0.0546675398945808,-0.999860405921936,0.016075611114502,-0.00455357786267996,
  1057. -0.999259829521179,0.004021683242172,-0.0382602624595165,-0.995692908763886,-0.0896889790892601,0.0234884656965733,-0.997004151344299,-0.0764330103993416,0.0118612619116902,-0.5993891954422,-0.46042189002037,-0.654785692691803,-0.590750277042389,-0.507598102092743,-0.627182841300964,-0.095141813158989,-0.842654466629028,-0.529982507228851,0,-0,0,-0,0,0,-0,0,0,-0.999868094921112,-0.0132948886603117,0.00933198910206556,-0.999782145023346,-0.0195767153054476,0.00723844952881336,-0.999779760837555,-0.0197369679808617,0.00713184522464871,-0.12203386425972,0.968369841575623,0.217641398310661,-0.521243810653687,0.455718636512756,0.721543788909912,-0.54629772901535,0.785609245300293,-0.290477395057678,-0.779363989830017,0.587685644626617,-0.217295542359352,-0.848038911819458,0.433746576309204,-0.304456740617752,-0.124898388981819,0.973572552204132,0.19119855761528,-0.999846339225769,-0.00787280593067408,-0.0156695917248726,-0.999377071857452,-0.0314809232950211,-0.0159513130784035,-0.9993856549263,-0.0313533991575241,-0.0156610514968634,-0.999783217906952,-0.0207668617367744,-0.00156122818589211,-0.999943852424622,-0.00787357334047556,-0.00709237158298492,-0.998792290687561,0.0343570969998837,-0.0351223424077034,-0.999999642372131,-0.000711413274984807,0.000499357294756919,-0.999834895133972,-0.0180577971041203,0.00207598204724491,-0.998834729194641,0.0363226011395454,-0.0317788198590279,-0.997335374355316,0.0689298957586288,0.0238960385322571,-0.999466180801392,-0.00786981265991926,0.0317086093127728,-0.99897563457489,0.0319681726396084,0.0320277102291584,-0.99867045879364,-0.0332962572574615,-0.0393534190952778,-0.158933818340302,0.74168998003006,-0.651641011238098,-0.994979858398438,0.0819107815623283,-0.0574950687587261,-0.999951899051666,-0.00802777148783207,0.00563487829640508,-0.99877792596817,0.0338113717734814,-0.0360504388809204,-0.999868988990784,-0.014111690223217,-0.00794232729822397,-0.996167778968811,0.00352208595722914,-0.0873921737074852,-0.993644177913666,0.0295854974538088,-0.108609214425087,-0.996074080467224,-0.0840758383274078,-0.0277074426412582,
  1058. -0.99837988615036,-0.053909745067358,0.0182032287120819,-0.999868988990784,-0.014111690223217,-0.00794232729822397,-0.99877792596817,0.0338113717734814,-0.0360504388809204,-0.999969005584717,0.00787377171218395,-1.2763754284606e-006,-0.998234272003174,-0.0582544505596161,0.0116095403209329,-0.999504268169403,0.0314625166356564,-0.00113878829870373,-0.999839544296265,-0.0151245128363371,-0.00960012059658766,-0.998337626457214,-0.0553791634738445,0.0159738827496767,-0.999964833259583,0.00787373911589384,0.00292260432615876,-0.999200642108917,0.00786771159619093,-0.0391935631632805,-0.147878378629684,0.986296892166138,-0.0731469020247459,-0.843668758869171,0.274238526821136,0.461536824703217,-0.136230796575546,0.458027333021164,-0.878437340259552,-0.62076872587204,0.00488793989643455,-0.783978641033173,-0.0136692449450493,0.433999389410019,-0.900809586048126,0.0137426573783159,0.0503920614719391,-0.998635053634644,-0.998478531837463,0.00345074664801359,-0.0550342723727226,0.0215712338685989,0.0511660613119602,-0.998457193374634,-0.958631336688995,0.27970364689827,-0.0528379715979099,3.60572357749334e-006,0.371312946081162,-0.928507804870605,-0.998468160629272,0.0224186573177576,-0.0505840741097927,-0.998474538326263,0.0147115020081401,-0.053217925131321,-0.999869585037231,0.00359445693902671,0.0157459769397974,-0.99847799539566,0.00359419966116548,-0.0550342202186584,-0.0104266935959458,0.375181674957275,-0.926892638206482,-0.998468160629272,0.0224186573177576,-0.0505840741097927,3.60572357749334e-006,0.371312946081162,-0.928507804870605,-0.0260147396475077,-0.0514789223670959,0.998335182666779,-0.018196752294898,-0.0523439981043339,0.998463332653046,-0.999869763851166,0.00353909377008677,0.0157459806650877,-0.996244609355927,0.0503927879035473,-0.0704079568386078,-0.0471036583185196,0.998831391334534,-0.0108185699209571,-0.0407411493360996,0.998839020729065,0.0257045682519674,-0.962084949016571,-0.272328913211823,0.0151509447023273,-0.999812960624695,-0.0156958270817995,0.0113007836043835,-0.0395052991807461,-0.372626513242722,0.927140116691589,
  1059. -0.999869585037231,0.00359445693902671,0.0157459769397974,-0.998474538326263,0.0147115020081401,-0.053217925131321,-0.999870359897614,-0.00820717588067055,0.0138603886589408,-0.999812960624695,-0.0156958270817995,0.0113007836043835,-0.0498836450278759,-0.37639531493187,0.92511522769928,-0.0395052991807461,-0.372626513242722,0.927140116691589,-0.730117559432983,0.658525943756104,0.182406291365623,-0.0410347580909729,0.929611504077911,-0.366249442100525,-0.809519290924072,0.517977774143219,0.276364803314209,-0.998474538326263,0.0147115020081401,-0.053217925131321,-0.998856782913208,0.018191596493125,-0.044206514954567,-0.999870359897614,-0.00820717588067055,0.0138603886589408,-0.0410347580909729,0.929611504077911,-0.366249442100525,-0.884096205234528,0.063639834523201,-0.462951511144638,-0.809519290924072,0.517977774143219,0.276364803314209,-0.999870359897614,-0.00820614118129015,0.0138607425615191,-0.998856782913208,0.0181928500533104,-0.0442057363688946,-0.999938309192657,-0.0108132222667336,0.00255048531107605,-0.998671591281891,0.0480593778192997,-0.0185850355774164,-0.999938309192657,-0.0108132222667336,0.00255048531107605,-0.998856782913208,0.0181928500533104,-0.0442057363688946,-0.72681850194931,-0.653556346893311,-0.211184784770012,-0.800794720649719,-0.512248933315277,-0.310369253158569,-0.0626724064350128,-0.929788410663605,0.362720102071762,-0.999938368797302,-0.0108139216899872,0.00255005247890949,-0.998671531677246,0.0480594784021378,-0.018587214872241,-0.998671412467957,-0.0460928119719028,-0.0230404995381832,-0.902696430683136,-0.0627575740218163,0.425676703453064,-0.0626724064350128,-0.929788410663605,0.362720102071762,-0.800794720649719,-0.512248933315277,-0.310369253158569,-0.0552565008401871,-0.998446881771088,0.00711278105154634,-0.998345077037811,-0.0486168637871742,0.0307170711457729,-0.0476281978189945,-0.99844217300415,-0.0290653295814991,0.028729896992445,0.175705552101135,-0.984023451805115,-0.283377140760422,0.161091178655624,-0.945381939411163,-0.297108918428421,0.0826149508357048,-0.951262891292572,
  1060. -0.164342045783997,0.164704069495201,-0.97255551815033,0.0315870493650436,0.149936631321907,-0.988190889358521,-0.411331236362457,0.891974270343781,-0.187585964798927,6.46341823085095e-006,1,-0.000136810165713541,0.000230319870752282,0.977104485034943,-0.212760344147682,-0.102392204105854,0.994731485843658,-0.00501506123691797,-0.119430407881737,0.970510303974152,-0.209394633769989,-0.0594894699752331,0.164921939373016,-0.984511017799377,-0.0595286302268505,0.165847539901733,-0.984353065490723,0.000230821664445102,0.977104365825653,-0.212760329246521,7.96958465798525e-006,1,-0.000168690690770745,0.00357767893001437,0.999993622303009,-5.6341403251281e-005,0.0156234530732036,0.977168917655945,-0.211888745427132,0.000230821664445102,0.977104365825653,-0.212760329246521,0.00357767893001437,0.999993622303009,-5.6341403251281e-005,0.0860364437103271,0.165733233094215,-0.982410430908203,0.260543793439865,0.94247579574585,-0.209418952465057,0.0933815613389015,0.973918616771698,-0.206790864467621,0.0157537795603275,0.977168440818787,-0.211881279945374,0.00370542192831635,0.999993145465851,-5.83531036681961e-005,0.00369511521421373,0.999993145465851,0.000203667761525139,-0.0567904710769653,0.164968967437744,-0.984662413597107,-0.326960951089859,0.919396340847015,-0.218648001551628,0.0100159673020244,0.0970778465270996,-0.995226502418518,0.00369511521421373,0.999993145465851,0.000203667761525139,0.102629795670509,0.994719624519348,-2.26585469973103e-018,0.0157537795603275,0.977168440818787,-0.211881279945374,0.0819607228040695,0.165758460760117,-0.982754588127136,0.0127598289400339,0.1236722022295,-0.992241084575653,0.104842148721218,0.0255712494254112,-0.994160175323486,0.102629795670509,0.994719624519348,3.21094448736403e-005,0.00356948329135776,0.999993622303009,0.000196743159904145,0,1,3.19516875606496e-005,-0.0123408045619726,0.119610950350761,-0.992744147777557,-0.719476103782654,0.181331411004066,-0.670427560806274,-0.756938457489014,-0.102374613285065,-0.645417332649231,-0.756302535533905,-0.10250148922205,-0.646142303943634,
  1061. -0.983470857143402,-0.157252684235573,-0.0897588580846787,-0.0123167522251606,0.119377829134464,-0.99277251958847,-0.983470857143402,-0.157252684235573,-0.0897588580846787,0,0.0041091525927186,-0.999991655349731,-0.0123167522251606,0.119377829134464,-0.99277251958847,-0.999804317951202,-0.00327826989814639,-0.0195135083049536,-0.998481810092926,0.0108502181246877,-0.0540033653378487,-0.99977320432663,0.00450045010074973,-0.0208198558539152,0,0.00401170924305916,-0.999991953372955,-0.983537018299103,-0.156882271170616,-0.089681938290596,-0.998478829860687,0.00335822114720941,-0.0550342909991741,-0.999875545501709,-0.00422054715454578,0.0152080338448286,-0.99847799539566,0.00359446369111538,-0.0550342202186584,-0.998481810092926,0.0108497822657228,-0.0540034621953964,-0.999875545501709,-0.00422054715454578,0.0152080338448286,-0.998481810092926,0.0108497822657228,-0.0540034621953964,-0.999804258346558,-0.00327880354598165,-0.0195166859775782,-0.99847799539566,0.00359853729605675,-0.0550342164933681,-0.999875545501709,-0.00421640044078231,0.015208937227726,-0.999869644641876,0.00359879597090185,0.0157459788024426,-0.782742083072662,0.103109255433083,0.613745510578156,-0.0586082339286804,-0.110115043818951,0.992189347743988,-0.985280334949493,0.163038581609726,0.0513919927179813,-0.0586082339286804,-0.110115043818951,0.992189347743988,-0.9998699426651,0.00351542211137712,0.015745984390378,-0.985280334949493,0.163038581609726,0.0513919927179813,-0.0586286298930645,-0.110323995351791,0.992164969444275,-0.783406794071198,0.102970562875271,0.612919986248016,-0.748733937740326,-0.177425473928452,0.638684451580048,-0.9998699426651,0.00351543119177222,0.015745984390378,-0.0586103945970535,-0.110137097537518,0.992186903953552,-0.0471910312771797,0.00417908979579806,0.998877167701721,-0.0403289534151554,0.999186098575592,0.000952652946580201,-0.0392926633358002,0.999227404594421,-0.000852669356390834,-0.0392926633358002,0.999227404594421,-0.000852669356390834,-0.0392862558364868,0.999227523803711,-0.000968977459706366,-0.0368411056697369,0.99932074546814,0.00087026268010959,
  1062. -0.0369837023317814,0.999289333820343,-0.00728600099682808,-0.0194176640361547,0.048097662627697,-0.998653888702393,0.0111497808247805,0.706904768943787,-0.707220852375031,0.0398217141628265,0.99917072057724,-0.00849438086152077,-0.0367881208658218,0.999320387840271,-0.0023173619993031,-0.0369837023317814,0.999289333820343,-0.00728600099682808,-0.0368411056697369,0.99932074546814,0.00087026268010959,0.0398217141628265,0.99917072057724,-0.00849438086152077,0.0661426037549973,0.0502055697143078,-0.99654632806778,-0.0194176640361547,0.048097662627697,-0.998653888702393,0.0438980683684349,0.998999357223511,-0.008557447232306,0.0439224429428577,0.999031126499176,0.00276676821522415,0.0444166772067547,0.999000251293182,-0.00506824254989624,0.0661455914378166,0.0502057075500488,-0.99654620885849,0.0398248210549355,0.999170541763306,-0.00849442835897207,-0.0374363511800766,0.999246716499329,-0.0102262422442436,0.0472037829458714,0.998884975910187,0.000785367330536246,0.0444166772067547,0.999000251293182,-0.00506824254989624,0.0439224429428577,0.999031126499176,0.00276676821522415,0.0661455914378166,0.0502057075500488,-0.99654620885849,-0.0374363511800766,0.999246716499329,-0.0102262422442436,0.0222643911838531,0.706912994384766,-0.706950008869171,0.0479393638670444,0.998838484287262,-0.0048450673930347,0.0472057573497295,0.998884797096252,0.000911502982489765,0.0472057573497295,0.998884797096252,0.000911502982489765,0.033302940428257,-0.499661058187485,-0.865580558776855,-0.888543844223022,-0.456170231103897,-0.0489748790860176,0.0401967018842697,-0.502976298332214,-0.863364994525909,-0.958631336688995,0.27970364689827,-0.0528379715979099,3.60572357749334e-006,0.371312946081162,-0.928507804870605,-0.998468160629272,0.0224186573177576,-0.0505840741097927,-0.998474538326263,0.0147115020081401,-0.053217925131321,-0.999869585037231,0.00359445693902671,0.0157459769397974,-0.99847799539566,0.00359419966116548,-0.0550342202186584,-0.0104266935959458,0.375181674957275,-0.926892638206482,-0.998468160629272,0.0224186573177576,-0.0505840741097927,
  1063. 3.60572357749334e-006,0.371312946081162,-0.928507804870605,0.00314738834276795,0.499711692333221,0.866186082363129,0.0101531986147165,0.502987027168274,0.864234328269959,-0.887413263320923,0.46076288819313,0.0139750121161342,-0.996244609355927,0.0503927879035473,-0.0704079568386078,-0.0471036583185196,0.998831391334534,-0.0108185699209571,-0.0407411493360996,0.998839020729065,0.0257045682519674,-0.962084949016571,-0.272328913211823,0.0151509447023273,-0.999812960624695,-0.0156958270817995,0.0113007836043835,-0.0395052991807461,-0.372626513242722,0.927140116691589,-0.999869585037231,0.00359445693902671,0.0157459769397974,-0.998474538326263,0.0147115020081401,-0.053217925131321,-0.999870359897614,-0.00820717588067055,0.0138603886589408,-0.999812960624695,-0.0156958270817995,0.0113007836043835,-0.0498836450278759,-0.37639531493187,0.92511522769928,-0.0395052991807461,-0.372626513242722,0.927140116691589,-0.730117559432983,0.658525943756104,0.182406291365623,-0.0410347580909729,0.929611504077911,-0.366249442100525,-0.809519290924072,0.517977774143219,0.276364803314209,-0.998474538326263,0.0147115020081401,-0.053217925131321,-0.998856782913208,0.018191596493125,-0.044206514954567,-0.999870359897614,-0.00820717588067055,0.0138603886589408,-0.0410347580909729,0.929611504077911,-0.366249442100525,-0.884096205234528,0.063639834523201,-0.462951511144638,-0.809519290924072,0.517977774143219,0.276364803314209,-0.999870359897614,-0.00820614118129015,0.0138607425615191,-0.998856782913208,0.0181928500533104,-0.0442057363688946,-0.999938309192657,-0.0108132222667336,0.00255048531107605,-0.998671591281891,0.0480593778192997,-0.0185850355774164,-0.999938309192657,-0.0108132222667336,0.00255048531107605,-0.998856782913208,0.0181928500533104,-0.0442057363688946,-0.72681850194931,-0.653556346893311,-0.211184784770012,-0.800794720649719,-0.512248933315277,-0.310369253158569,-0.0626724064350128,-0.929788410663605,0.362720102071762,-0.999938368797302,-0.0108139216899872,0.00255005247890949,-0.998671531677246,0.0480594784021378,-0.018587214872241,
  1064. -0.998671412467957,-0.0460928119719028,-0.0230404995381832,-0.902696430683136,-0.0627575740218163,0.425676703453064,-0.0626724064350128,-0.929788410663605,0.362720102071762,-0.800794720649719,-0.512248933315277,-0.310369253158569,-0.0552565008401871,-0.998446881771088,0.00711278105154634,-0.998345077037811,-0.0486168637871742,0.0307170711457729,-0.0476281978189945,-0.99844217300415,-0.0290653295814991,0.0308484509587288,0.156626969575882,-0.987176060676575,-0.196444824337959,0.163978189229965,-0.966706156730652,-0.214099988341331,0.0618857592344284,-0.974849402904511,-0.0652585104107857,0.16583277285099,-0.983992278575897,0.0338034480810165,0.129738196730614,-0.990971922874451,-0.153217419981956,0.966078817844391,-0.207884788513184,6.46341823085095e-006,1,-0.000136810165713541,0.000230319870752282,0.977104485034943,-0.212760344147682,-0.102392204105854,0.994731485843658,-0.00501506123691797,-0.119430407881737,0.970510303974152,-0.209394633769989,-0.0594894699752331,0.164921939373016,-0.984511017799377,-0.0595286302268505,0.165847539901733,-0.984353065490723,0.000230821664445102,0.977104365825653,-0.212760329246521,7.96958465798525e-006,1,-0.000168690690770745,0.00357767893001437,0.999993622303009,-5.6341403251281e-005,0.0156234530732036,0.977168917655945,-0.211888745427132,0.000230821664445102,0.977104365825653,-0.212760329246521,0.00357767893001437,0.999993622303009,-5.6341403251281e-005,0.0860364437103271,0.165733233094215,-0.982410430908203,0.260543793439865,0.94247579574585,-0.209418952465057,0.0933815613389015,0.973918616771698,-0.206790864467621,0.0157537795603275,0.977168440818787,-0.211881279945374,0.00370542192831635,0.999993145465851,-5.83531036681961e-005,0.00369511521421373,0.999993145465851,0.000203667761525139,0.107283405959606,0.165556654334068,-0.980347514152527,0.168221980333328,0.965112209320068,-0.20064839720726,0.0132586704567075,0.128507122397423,-0.991619944572449,0.00369511521421373,0.999993145465851,0.000203667761525139,0.102629795670509,0.994719624519348,-2.26585469973103e-018,0.0157537795603275,0.977168440818787,-0.211881279945374,
  1065. 0.236594915390015,0.162814855575562,-0.957869589328766,0.0159138329327106,0.154241785407066,-0.987904965877533,0.2533820271492,0.0618004873394966,-0.965390205383301,0.102629795670509,0.994719624519348,3.21094448736403e-005,0.00356948329135776,0.999993622303009,0.000196743159904145,0,1,3.19516875606496e-005,0.00355043681338429,-0.0344119034707546,-0.999401450157166,-0.312173575162888,0.0786779224872589,-0.946761548519135,-0.347339898347855,-0.152659863233566,-0.925229668617249,-0.756302535533905,-0.10250148922205,-0.646142303943634,-0.983470857143402,-0.157252684235573,-0.0897588580846787,-0.0123167522251606,0.119377829134464,-0.99277251958847,-0.983470857143402,-0.157252684235573,-0.0897588580846787,0,0.0041091525927186,-0.999991655349731,-0.0123167522251606,0.119377829134464,-0.99277251958847,-0.999804317951202,-0.00327826989814639,-0.0195135083049536,-0.998481810092926,0.0108502181246877,-0.0540033653378487,-0.99977320432663,0.00450045010074973,-0.0208198558539152,0,0.00401170924305916,-0.999991953372955,-0.983537018299103,-0.156882271170616,-0.089681938290596,-0.998478829860687,0.00335822114720941,-0.0550342909991741,-0.999875545501709,-0.00422054715454578,0.0152080338448286,-0.99847799539566,0.00359446369111538,-0.0550342202186584,-0.998481810092926,0.0108497822657228,-0.0540034621953964,-0.999875545501709,-0.00422054715454578,0.0152080338448286,-0.998481810092926,0.0108497822657228,-0.0540034621953964,-0.999804258346558,-0.00327880354598165,-0.0195166859775782,-0.99847799539566,0.00359853729605675,-0.0550342164933681,-0.999875545501709,-0.00421640044078231,0.015208937227726,-0.999869644641876,0.00359879597090185,0.0157459788024426,-0.782742083072662,0.103109255433083,0.613745510578156,-0.0586082339286804,-0.110115043818951,0.992189347743988,-0.985280334949493,0.163038581609726,0.0513919927179813,-0.0586082339286804,-0.110115043818951,0.992189347743988,-0.9998699426651,0.00351542211137712,0.015745984390378,-0.985280334949493,0.163038581609726,0.0513919927179813,-0.0436573475599289,0.0376309305429459,0.998337686061859,
  1066. -0.386241137981415,0.152821227908134,0.909650206565857,-0.352873772382736,-0.0784865021705627,0.932373404502869,-0.9998699426651,0.00351543119177222,0.015745984390378,-0.0586103945970535,-0.110137097537518,0.992186903953552,-0.0471910312771797,0.00417908979579806,0.998877167701721,-0.0403289534151554,0.999186098575592,0.000952652946580201,-0.0392926633358002,0.999227404594421,-0.000852669356390834,-0.0392926633358002,0.999227404594421,-0.000852669356390834,-0.0392862558364868,0.999227523803711,-0.000968977459706366,-0.0368411056697369,0.99932074546814,0.00087026268010959,-0.0369837023317814,0.999289333820343,-0.00728600099682808,-0.0194176640361547,0.048097662627697,-0.998653888702393,0.0111497808247805,0.706904768943787,-0.707220852375031,0.0398217141628265,0.99917072057724,-0.00849438086152077,-0.0367881208658218,0.999320387840271,-0.0023173619993031,-0.0369837023317814,0.999289333820343,-0.00728600099682808,-0.0368411056697369,0.99932074546814,0.00087026268010959,0.0398217141628265,0.99917072057724,-0.00849438086152077,0.0661426037549973,0.0502055697143078,-0.99654632806778,-0.0194176640361547,0.048097662627697,-0.998653888702393,0.0438980683684349,0.998999357223511,-0.008557447232306,0.0439224429428577,0.999031126499176,0.00276676821522415,0.0444166772067547,0.999000251293182,-0.00506824254989624,0.0661455914378166,0.0502057075500488,-0.99654620885849,0.0398248210549355,0.999170541763306,-0.00849442835897207,-0.0374363511800766,0.999246716499329,-0.0102262422442436,0.0472037829458714,0.998884975910187,0.000785367330536246,0.0444166772067547,0.999000251293182,-0.00506824254989624,0.0439224429428577,0.999031126499176,0.00276676821522415,0.0661455914378166,0.0502057075500488,-0.99654620885849,-0.0374363511800766,0.999246716499329,-0.0102262422442436,0.0222643911838531,0.706912994384766,-0.706950008869171,0.0479393638670444,0.998838484287262,-0.0048450673930347,0.0472057573497295,0.998884797096252,0.000911502982489765,0.0472057573497295,0.998884797096252,0.000911502982489765,-0.999801337718964,0.0089466767385602,-0.0178123973309994,
  1067. -0.999177753925323,0.0304968617856503,-0.0267197210341692,-0.996318817138672,0.0302800815552473,-0.0801994875073433,-0.996137857437134,0.0645771101117134,-0.0594912692904472,-0.996318817138672,0.0302800815552473,-0.0801994875073433,-0.999177753925323,0.0304968617856503,-0.0267197210341692,-0.999991536140442,-0.00187923212070018,-0.00366128771565855,-0.997430384159088,-0.0649081990122795,0.0303238090127707,-0.998718917369843,-0.00357132474891841,0.0504755191504955,-0.991445481777191,-0.129871755838394,-0.0130081959068775,-0.998199105262756,-0.00906098820269108,0.0593012571334839,-0.996801197528839,-0.0408182516694069,0.0687113031744957,-0.995368182659149,-0.0947427749633789,-0.0163088347762823,-0.998959541320801,-0.000541634857654572,0.0456026159226894,-0.992257714271545,-0.121021375060081,-0.0279008764773607,-0.998062252998352,0.0503791868686676,-0.0365188904106617,-0.997883558273315,0.0148932654410601,-0.063297837972641,-0.998249411582947,0.0161380730569363,-0.056902252137661,-0.995763003826141,-0.0884044915437698,-0.0253113843500614,-0.999423861503601,-0.00410486152395606,0.033691044896841,-0.999330401420593,0.00529939914122224,0.036203820258379,-0.99769926071167,0.0165722575038671,-0.0657386854290962,-0.997820973396301,0.0525048971176147,-0.0399562083184719,-0.997847259044647,0.0492047965526581,-0.0433556288480759,-0.99599015712738,-0.083371177315712,-0.0324474088847637,-0.99975198507309,-0.0209487788379192,-0.00756972702220082,-0.999643802642822,0.000754800625145435,0.0266776327043772,-0.997173368930817,0.0209810547530651,-0.0721462741494179,-0.997319161891937,0.0536388419568539,-0.0497750416398048,-0.997001707553864,0.0727745518088341,0.0262966845184565,-0.999779880046844,-0.0197326298803091,-0.00713027780875564,-0.996018528938293,-0.0825946927070618,-0.0335472673177719,-0.999782264232636,-0.0195723529905081,-0.00723683694377542,-0.908620893955231,0.391704052686691,0.144831746816635,-0.609581232070923,0.414018362760544,-0.67601752281189,-0.0529903396964073,0.740309000015259,-0.670175015926361,-0.999782264232636,-0.0195723529905081,-0.00723683694377542,
  1068. -0.999868273735046,-0.0132901333272457,-0.00932865124195814,-0.999779880046844,-0.0197326298803091,-0.00713027780875564,-0.992814958095551,0.0979412421584129,0.0687472149729729,-0.971645474433899,0.221769019961357,0.0819986239075661,-0.0922516137361526,0.889387905597687,-0.44774854183197,-0.999135196208954,-3.54553812940139e-005,-0.041578933596611,-0.999321460723877,0.0346402153372765,0.0125170527026057,-0.999376714229584,0.0324616134166718,0.0138724837452173,-0.999376714229584,0.0324616134166718,0.0138724837452173,-0.999321460723877,0.0346402153372765,0.0125170527026057,-0.999585628509521,0.0235628429800272,0.0165393017232418,-0.842498302459717,0.006633838173002,0.538658142089844,-0.162243023514748,0.831646382808685,0.531076014041901,-0.0266542136669159,0.84627228975296,0.532083451747894,-0.147844225168228,0.986339151859283,0.0726439952850342,-0.999227464199066,0.00786792207509279,0.0385043546557426,-0.843395173549652,0.27446448802948,-0.461902439594269,-0.0037811710499227,-0.465438187122345,0.885072290897369,-0.988392412662506,-0.0857786610722542,0.125389441847801,-0.989655375480652,-0.117424935102463,-0.0824232697486877,-0.999887406826019,0.00787313003093004,0.0127746677026153,-0.997832775115967,-0.065802238881588,-0.000139876792673022,-0.999355554580688,-0.0249961242079735,0.0257609970867634,-0.997640669345856,-0.068535603582859,0.0040184292010963,-0.99984735250473,0.00787281431257725,0.015597335062921,-0.999369621276855,0.0312097389250994,0.0169208981096745,-0.999826908111572,-0.0155237754806876,0.010253650136292,-0.998337209224701,-0.0553958378732204,-0.0159485936164856,-0.999078631401062,0.0225248374044895,0.0365317352116108,-0.999329388141632,0.0311724208295345,0.019209885969758,-0.997903943061829,0.0614441893994808,-0.0203072242438793,-0.997230470180511,-0.0182405803352594,-0.0721016004681587,-0.999078631401062,0.0225248374044895,0.0365317352116108,-0.999956130981445,-0.00766546372324228,-0.00538056576624513,-0.999826908111572,-0.0155237754806876,0.010253650136292,-0.999463021755219,-0.00786978844553232,-0.0318073928356171,
  1069. -0.997554421424866,0.065044529736042,-0.0255819987505674,-0.998972237110138,0.0319696925580502,-0.0321311429142952,-0.99899810552597,0.0201818961650133,0.0399429351091385,-0.999936461448669,-0.00787351559847593,0.00806874595582485,-0.999471843242645,-0.0314794294536114,0.00806749518960714,-0.999422609806061,-0.0335773937404156,-0.00519622256979346,-0.999145805835724,0.0250318273901939,0.0328803732991219,-0.999464333057404,-0.0314791947603226,0.00895049888640642,-0.0103493612259626,0.763538718223572,0.645679116249084,-0.15047150850296,-0.554205596446991,0.818666279315948,0.0633474141359329,-0.509431898593903,0.858176231384277,-0.999999165534973,-0.00107003224547952,-0.000751080340705812,-0.999225199222565,0.0306473262608051,0.024696622043848,-0.999875545501709,-0.0109499488025904,0.0113593321293592,-0.999874174594879,-0.0116804167628288,0.0107417954131961,-0.999992847442627,-0.00348086608573794,-0.00148754962719977,-0.999996840953827,-0.00209030206315219,-0.00146723119542003,-0.999693036079407,-0.0227821990847588,-0.00973598193377256,-0.999662756919861,-0.0259355809539557,-0.00131332199089229,-0.997686445713043,-0.0433902852237225,0.0523360520601273,-0.999875664710999,0.0125772366300225,0.00952236168086529,-0.999667346477509,-0.0237168800085783,-0.010135417804122,-0.997695505619049,-0.0430520288646221,0.0524428822100163,-0.99962717294693,0.000838481064420193,0.0272910948842764,-0.99946266412735,-0.0323160588741302,0.00548331486061215,-0.999458849430084,-0.0302477180957794,-0.0129263745620847,-0.988200008869171,-0.0709860920906067,0.13572683930397,-0.50704437494278,0.812172472476959,0.288585960865021,0.638059854507446,-0.0311614908277988,0.769355952739716,-0.99951046705246,-0.0307194031774998,0.00594692165032029,-0.99946266412735,-0.0323160588741302,0.00548331486061215,-0.99962717294693,0.000838481064420193,0.0272910948842764,-0.999539971351624,-0.0302305966615677,0.00243879249319434,-0.99959808588028,-0.0282926093786955,0.0017717614537105,-0.999739706516266,-0.0220012329518795,0.00604022853076458,-0.999680817127228,-0.0249493736773729,-0.0039783027023077,
  1070. -0.997783839702606,-0.0637203231453896,-0.0191662143915892,-0.999825060367584,-0.0186941437423229,0.000575930869672447,0.124190554022789,-0.463387995958328,-0.877409994602203,0.100351020693779,0.502398312091827,-0.858793139457703,0.0939217656850815,-0.456590205430985,-0.884705662727356,0.730808556079865,0.664263606071472,-0.157075449824333,-0.996865451335907,0.0583028830587864,-0.05347990244627,-0.979462087154388,0.123652242124081,-0.15926106274128,-0.999712407588959,-0.0226035807281733,-0.00801161304116249,-0.999863922595978,0.0104181496426463,0.0127914939075708,-0.999712407588959,0.0181345753371716,0.01569271273911,-0.718941450119019,-0.334793895483017,0.609127461910248,0.316090404987335,-0.352341800928116,0.880875766277313,-0.373716920614243,-0.499732226133347,0.781411290168762,-0.718941450119019,-0.334793895483017,0.609127461910248,-0.373716920614243,-0.499732226133347,0.781411290168762,-0.386842459440231,0.480132102966309,0.787290334701538,-0.998840987682343,0.0417617186903954,0.0239308420568705,-0.998885333538055,-0.0409259870648384,0.0235187895596027,-0.998887360095978,-0.000196100285393186,0.0471598878502846,-0.998885333538055,-0.0409259870648384,0.0235187895596027,-0.998840987682343,0.0417617186903954,0.0239308420568705,-0.9979327917099,-0.0230545066297054,0.0599889755249023,0.059772402048111,0.894960641860962,0.442122995853424,-0.0667143985629082,0.894204497337341,0.442659586668015,-0.00700592156499624,0.895564913749695,0.444875985383987,-0.0669758021831512,0.882163226604462,0.466156899929047,0.0596598982810974,0.882324635982513,0.46684467792511,0.0347497649490833,0.882643938064575,0.4687559902668,-0.0671580359339714,0.871654510498047,0.485497891902924,0.0343520790338516,0.872542798519135,0.487328410148621,-0.0685076639056206,0.870047330856323,0.488184958696365,-0.498801022768021,0.478551834821701,0.722624182701111,-0.955739200115204,-0.0986044034361839,0.277199774980545,-0.0598806403577328,0.760484039783478,0.646589756011963,-0.955739200115204,-0.0986044034361839,0.277199774980545,-0.0672079175710678,0.74649566411972,0.661987364292145,
  1071. -0.0598806403577328,0.760484039783478,0.646589756011963,-0.990818738937378,0.0419945046305656,0.128509536385536,-0.992396533489227,-0.0016990783624351,0.123070806264877,-0.989559471607208,0.121077731251717,0.0781806036829948,-0.997851490974426,0.0445681028068066,0.0480220690369606,-0.999350786209106,-0.000779575144406408,0.0360198169946671,-0.999062597751617,0.024577809497714,0.0356358736753464,-0.0641127899289131,0.586436748504639,0.807453691959381,-0.915531158447266,-0.158192977309227,0.369834691286087,-0.931068956851959,-0.146218672394753,0.33426171541214,-0.999155104160309,0.0277600083500147,0.0303066838532686,-0.997427999973297,0.052491445094347,0.048806332051754,-0.997940480709076,0.0477346703410149,0.0428512021899223,-0.640470564365387,-0.391758352518082,0.660547375679016,-0.0140353227034211,0.453308999538422,0.891242921352386,-0.0603090673685074,0.462254524230957,0.884694039821625,-0.0157328024506569,0.0410561114549637,0.999032974243164,-0.0898066908121109,-0.552592873573303,0.828598737716675,-0.213664665818214,0.892269253730774,0.397747397422791,0.990975141525269,-0.0397401005029678,-0.128019690513611,-0.0122879156842828,-0.62530654668808,0.780282616615295,0.697283864021301,-0.638185322284698,-0.326365947723389,-0.994506120681763,0.0152113949880004,0.10356842726469,-0.995886981487274,-0.00428932765498757,0.0905028358101845,-0.99281245470047,0.0615175478160381,0.102659739553928,-0.9951531291008,0.0202246531844139,0.0962364673614502,-0.996840000152588,-0.0016333757666871,0.0794190391898155,-0.99654746055603,0.000807500036899,0.0830210968852043,-0.99875396490097,0.0481146350502968,0.013246295042336,-0.996764659881592,0.0745371133089066,-0.0300732664763927,-0.995800495147705,0.0260958801954985,0.0877521187067032,-0.996990740299225,0.0708172768354416,-0.0315367840230465,-0.995585381984711,-0.00656679784879088,0.0936314612627029,-0.996030330657959,0.0223412998020649,0.0861652791500092,-0.99888551235199,0.0471484698355198,-0.00222700624726713,-0.999456226825714,0.0290985479950905,-0.0155076431110501,-0.998443007469177,0.0557476580142975,0.00193174288142473,
  1072. -0.998443007469177,0.0557476580142975,0.00193174288142473,-0.999456226825714,0.0290985479950905,-0.0155076431110501,-0.996228575706482,0.082478828728199,-0.0269455406814814,-0.995794892311096,-0.0100087001919746,0.0910622626543045,-0.997165262699127,0.0677438303828239,-0.0327452570199966,-0.997869610786438,0.064876064658165,-0.0068802097812295,-0.852469444274902,-0.403764188289642,-0.332070142030716,-0.482635021209717,-0.805942595005035,-0.342811912298203,-0.993989825248718,0.0727662816643715,-0.0817884728312492,-0.998069107532501,0.0613195300102234,-0.00989910587668419,-0.998400986194611,0.0534295439720154,0.0184608548879623,-0.996022462844849,-0.0141447205096483,0.0879725366830826,-0.993989825248718,0.0727662816643715,-0.0817884728312492,-0.979707002639771,0.121861450374126,-0.159135177731514,-0.852469444274902,-0.403764188289642,-0.332070142030716,-0.999216496944427,0.0331422202289104,-0.0216377656906843,-0.998655498027802,0.0510794781148434,-0.00883670151233673,-0.999150693416595,0.0375791415572166,-0.0169026795774698,-0.844199538230896,-0.510856926441193,-0.162334114313126,-0.984836399555206,-0.0680567994713783,0.159579887986183,-0.97212028503418,-0.227622732520103,-0.0563032366335392,-0.980750381946564,0.125298947095871,0.149762704968452,-0.655919849872589,-0.472572684288025,0.5885950922966,-0.625005185604095,-0.387054324150085,0.677906692028046,-0,0,0,-0,0,-0,-0,0,-0,-0.999442875385284,0.00821515452116728,0.0323519594967365,-0.989662528038025,0.14091420173645,0.0266705024987459,-0.995968520641327,0.0700003951787949,0.0560949109494686,-0.999225616455078,-0.0301027093082666,-0.0253375247120857,-0.996611416339874,-0.0286850892007351,0.0770895853638649,-0.99847424030304,0.0472106076776981,0.0286450814455748,-0.996850192546844,0.0784921422600746,0.0113453632220626,-0.99920654296875,-0.0275520589202642,-0.0287595149129629,-0.99846613407135,0.0492096990346909,0.0253729745745659,-0.683131158351898,-0.457575559616089,0.569171726703644,-0.0390663482248783,-0.99228572845459,0.117655664682388,-0.67914742231369,-0.617236375808716,-0.3972128033638,
  1073. -0.998862445354462,-0.0153149412944913,-0.0451603755354881,-0.996778070926666,0.0784864649176598,0.0165327787399292,-0.999367594718933,0.0314761437475681,0.0165423341095448,-0.0321954749524593,-0.817765772342682,-0.57464998960495,-0.99919980764389,-0.0360095649957657,-0.0174081921577454,-0.854683876037598,-0.0471085831522942,-0.517006993293762,-0.99833470582962,-0.0550263188779354,0.0173197481781244,-0.998923659324646,-0.0462405942380428,-0.00365891773253679,-0.999354302883148,0.0314757265150547,0.0173291824758053,-0.0669192746281624,0.88501387834549,-0.460730105638504,0.0596870332956314,0.885004043579102,-0.461741596460342,-0.00727911433205009,0.88673347234726,-0.462223738431931,0.0596285834908485,0.879418134689331,-0.472300916910172,-0.0670271664857864,0.879424870014191,-0.471295297145844,0.0346573144197464,0.880295753479004,-0.473157793283463,-0.0668860226869583,0.886619091033936,-0.457638382911682,-0.0696845725178719,0.884994089603424,-0.460358083248138,0.0349401086568832,0.887478768825531,-0.459522157907486,-0.0688561648130417,0.874473214149475,-0.480161875486374,-0.0672631114721298,0.864286839962006,-0.498481631278992,-0.996904253959656,0.0782880634069443,0.0072709615342319,-0.941732287406921,-0.129260793328285,-0.3105348944664,-0.927359819412231,-0.14268770813942,-0.34589621424675,-0.0646403506398201,0.60699450969696,-0.792072772979736,-0.0142662720754743,0.423233687877655,-0.905908226966858,-0.618586778640747,-0.403045773506165,-0.674466073513031,-0.0592724494636059,0.432866483926773,-0.899507284164429,-0.9979208111763,0.0469088442623615,-0.0442001670598984,-0.997409760951996,0.0516238212585449,-0.0500871315598488,-0.999135076999664,0.0269458442926407,-0.0316704362630844,-0.0879562124609947,-0.552794694900513,-0.828662753105164,-0.0157072488218546,-0.0701852887868881,-0.997410297393799,-0.319039463996887,0.86518007516861,-0.386881738901138,-0.997347235679626,-0.00171403272543103,-0.0727705806493759,-0.997310042381287,0.00205521401949227,-0.0732697173953056,-0.995611310005188,0.0242110844701529,-0.0903991162776947,
  1074. -0.995607495307922,0.0241753682494164,-0.0904514566063881,-0.992421269416809,0.0656898021697998,-0.103851206600666,-0.997331202030182,-0.00186080578714609,-0.0729864612221718,-0.999490439891815,0.0284373201429844,0.014505379833281,-0.998917102813721,0.0465114340186119,0.00115632044617087,-0.998818635940552,0.0485708601772785,0.00149081985000521,-0.998944163322449,0.0459403395652771,0.000196555236470886,-0.999532759189606,0.0275713261216879,0.0131928026676178,-0.999222874641418,0.0391892082989216,0.00422665756195784,-0.995719373226166,0.027679530903697,-0.088186077773571,-0.996722817420959,0.0771060138940811,0.0244637839496136,-0.99913501739502,0.0400782711803913,-0.0110909277573228,-0.999490439891815,0.0284373201429844,0.014505379833281,-0.998818635940552,0.0485708601772785,0.00149081985000521,-0.996261537075043,0.0837142691016197,0.021332697942853,-0.990611374378204,0.0949845910072327,0.0983209758996964,-0.999206304550171,0.0332943797111511,0.0218676682561636,-0.819918572902679,-0.477079480886459,0.316431164741516,-0.992093026638031,-0.0353969074785709,-0.120409891009331,-0.811508476734161,-0.544201135635376,0.21283645927906,-0.961073577404022,-0.271797716617584,0.0496350526809692,-0.819918572902679,-0.477079480886459,0.316431164741516,-0.999206304550171,0.0332943797111511,0.0218676682561636,-0.462317049503326,-0.791474044322968,0.399789720773697,-0.526920676231384,-0.756532728672028,0.387314915657043,-0.462013930082321,-0.671877145767212,0.578899145126343,-0.739947199821472,-0.168056562542915,0.651333391666412,-0.998259425163269,0.0349028892815113,-0.0475384742021561,-0.996722817420959,0.0771060138940811,0.0244637839496136,-0.995719373226166,0.027679530903697,-0.088186077773571,-0.997323274612427,0.0670206397771835,0.0292360726743937,-0.999005854129791,0.0230268780142069,-0.0381713546812534,-0.998390376567841,0.0565627552568913,0.00418743770569563,-0.687706053256989,-0.576297998428345,0.441521406173706,-0.527848541736603,-0.797114610671997,0.293230652809143,-0.00844949763268232,-0.843830764293671,-0.536543071269989,
  1075. -0.997684597969055,0.0670930221676826,-0.0111428834497929,-0.998542129993439,0.0535642430186272,0.00667353812605143,-0.999164164066315,0.0199017655104399,-0.035705678164959,-0.00196030782535672,-0.992220342159271,-0.124479539692402,-0.0517903417348862,-0.991340696811676,-0.120670408010483,-0.177058294415474,-0.774003565311432,0.607921719551086,-0.999279379844666,0.0174014698714018,-0.0337327495217323,-0.999172806739807,-0.0259626898914576,0.0313022918999195,-0.997985422611237,0.0573685839772224,-0.0270920637995005,-0.26902237534523,-0.579075992107391,-0.769608974456787,-0.151850312948227,-0.777057290077209,0.610838294029236,-0.0564626380801201,-0.996241450309753,0.06568843126297,-0.999180495738983,-0.0264517292380333,0.0306377094238997,-0.996171653270721,0.0862825959920883,-0.0140472641214728,-0.997991144657135,0.0568966753780842,-0.0278649684041739,-0.0593049451708794,-0.962482571601868,0.264783293008804,-0.0379222854971886,-0.963226020336151,0.266003340482712,-0.0878154188394547,-0.592891991138458,-0.800479590892792,-0.996111452579498,0.0862773731350899,-0.0178388338536024,-0.998894512653351,-0.0166388340294361,0.0439641922712326,-0.999345183372498,0.0314754396677017,-0.0178469605743885,-0.936412453651428,-0.23650698363781,-0.25922229886055,-0.0378680303692818,-0.961848676204681,0.270948588848114,-0.956734478473663,-0.0527334250509739,0.286143898963928,-0.999468505382538,0.031479325145483,-0.0084697138518095,-0.999122500419617,-0.0401101484894753,0.0120583809912205,-0.998448729515076,-0.0550326071679592,-0.0084694204851985,0.699867069721222,0.288553446531296,0.653393447399139,0.711295068264008,0.306486845016479,0.632554471492767,0.529024124145508,-0.417870461940765,0.738591730594635,0.99967747926712,-0.0253479294478893,0.00155593757517636,0.999177634716034,0.0310655795037746,-0.0260610263794661,0.999832272529602,-0.018283037468791,-0.00116348441224545,0.999213993549347,0.033612672239542,-0.021014716476202,0.999714553356171,-0.0229456648230553,0.00667392835021019,0.998470485210419,0.048966858536005,-0.0256694108247757,
  1076. 0.999706745147705,-0.0236655753105879,0.00514034973457456,0.999950528144836,6.75402334309183e-005,0.00994682405143976,0.998464107513428,0.0483875572681427,-0.0269861724227667,0.999966681003571,0.00652254186570644,0.00491208396852016,0.99971467256546,-0.0229180473834276,0.00673275254666805,0.999500751495361,-0.0177147500216961,-0.0261625312268734,0.0927537083625793,-0.667095065116882,-0.739175856113434,0.871612310409546,-0.402819752693176,0.279335379600525,0.466785371303558,-0.385839730501175,-0.795763254165649,0.961599051952362,0.220991641283035,-0.162757501006126,0.888339102268219,0.421823501586914,-0.181435391306877,0.747767925262451,0.304523557424545,0.590007245540619,0.691980838775635,0.325138419866562,0.644552290439606,0.752872109413147,-0.59813666343689,0.274620354175568,0.750081658363342,0.280630767345428,0.598852336406708,0.999966681003571,0.00652254186570644,0.00491208396852016,0.999500751495361,-0.0177147500216961,-0.0261625312268734,0.999722599983215,-0.00858160946518183,-0.0219339933246374,0.999941766262054,0.0106697892770171,0.00167698215227574,0.999693393707275,-0.00271910661831498,-0.0246117971837521,0.99993896484375,0.0102964323014021,0.00400452362373471,0.836430847644806,0.490006566047668,-0.245513826608658,0.707397937774658,0.543325841426849,-0.452089786529541,0.406204879283905,-0.00237512984313071,-0.913778960704803,0.999913215637207,-0.00642876606434584,0.0115018067881465,0.999920129776001,0.00248322333209217,-0.0124019989743829,0.998836159706116,-0.0463371500372887,0.0133875999599695,0.99993896484375,0.0102964323014021,0.00400452362373471,0.999693393707275,-0.00271910661831498,-0.0246117971837521,0.999968469142914,0.00748034613206983,-0.00266705849207938,0.451397150754929,0.173425480723381,-0.875308096408844,0.657805800437927,-0.339317232370377,-0.672425091266632,0.794451892375946,0.544372200965881,-0.269267737865448,0.999920129776001,0.00248322333209217,-0.0124019989743829,0.999673962593079,-0.0254788491874933,0.00168630538973957,0.998836159706116,-0.0463371500372887,0.0133875999599695,0.488395184278488,0.409113436937332,-0.770776450634003,
  1077. 0.492217570543289,0.383457124233246,-0.781461775302887,0.624009549617767,-0.352445423603058,-0.697419762611389,0.999600887298584,-0.0280311852693558,-0.00351343769580126,0.999847173690796,-0.000128157727885991,-0.0174884311854839,0.999879717826843,-0.0068386304192245,-0.0139214983209968,0.560057938098907,0.825025200843811,-0.0752898305654526,0.938903450965881,0.151750594377518,0.30892089009285,0.935539186000824,0.16781222820282,0.310814559459686,0.767075955867767,0.278139770030975,0.57812887430191,0.780530095100403,0.292493045330048,0.552467703819275,0.553110241889954,-0.495036363601685,0.670080661773682,0.999962091445923,0.00870841648429632,2.78972274827538e-005,0.997997343540192,0.058426670730114,-0.0242414958775043,0.999864280223846,0.0162097923457623,-0.0029477586504072,0.997978985309601,0.0597701817750931,-0.0215754695236683,0.999946475028992,0.00998042430728674,0.00273709185421467,0.996236026287079,0.0815421342849731,-0.0294060688465834,0.999958574771881,0.0090760849416256,0.000810956058558077,0.999183714389801,0.0393134728074074,0.00930284522473812,0.996245741844177,0.0807496085762978,-0.0312107820063829,0.999132931232452,0.04083501547575,0.00811401102691889,0.999897122383118,0.012221435084939,0.00751052657142282,0.999598503112793,0.0166117083281279,-0.0229531191289425,0.112639263272285,-0.638669371604919,-0.761192381381989,0.899666845798492,-0.348559737205505,0.262879967689514,0.451601535081863,-0.376007378101349,-0.809119582176209,0.904080986976624,0.3537617623806,-0.239771202206612,0.8137486577034,0.53952568769455,-0.216160029172897,0.76151168346405,0.320018738508224,0.563638150691986,0.719237267971039,0.335648953914642,0.608307242393494,0.974659979343414,-0.194395154714584,0.11067358404398,0.738571763038635,0.303843051195145,0.601823151111603,0.999148547649384,0.0403786599636078,0.00847059208899736,0.999614179134369,0.0161536894738674,-0.0225960202515125,0.999430358409882,0.0204864330589771,-0.0268229730427265,0.999154686927795,0.0401966497302055,0.008612803183496,0.999402761459351,0.0213134903460741,-0.0272036585956812,
  1078. 0.999239504337311,0.0378960035741329,0.00918122660368681,0.877486050128937,0.429587185382843,-0.213244274258614,0.739887595176697,0.526841580867767,-0.418335348367691,0.391858786344528,-0.0490430891513824,-0.918717324733734,0.999081552028656,0.0427523069083691,-0.00288415746763349,0.999727785587311,-0.00596833042800426,0.0225593652576208,0.999317407608032,0.0354949831962585,0.0102388625964522,0.999189674854279,0.0393313392996788,0.00854888372123241,0.999350190162659,0.0228227358311415,-0.0278983078896999,0.999161243438721,0.0401533879339695,-0.00804338976740837,0.404191792011261,-0.009120749309659,-0.914628803730011,0.606380879878998,-0.336572468280792,-0.720431268215179,0.902335464954376,0.385282039642334,-0.193257555365562,0.999092161655426,0.0424600392580032,-0.00346450321376324,0.999874949455261,0.00697553483769298,0.014200197532773,0.999741077423096,-0.00633994676172733,0.0218543726950884,0.468907445669174,0.263289988040924,-0.843092024326324,0.431890547275543,0.254481226205826,-0.865280210971832,0.506929039955139,-0.370229125022888,-0.778430044651031,0.999997556209564,-0.00097955483943224,-0.0019940931815654,0.999218642711639,0.0343608409166336,-0.0195318944752216,0.999502003192902,0.0272734332829714,-0.0158720836043358,0.52974796295166,0.847112417221069,0.0420432202517986,0.885907649993896,0.22918988764286,0.403286039829254,0.883885025978088,0.241229802370071,0.400694012641907,0.99944531917572,0.0242142230272293,0.0228640716522932,0.999819576740265,-0.0188675951212645,0.00224405410699546,0.998820126056671,0.037418719381094,0.0309579931199551,0.801324307918549,0.21560937166214,-0.558025062084198,0.557724952697754,-0.511822819709778,-0.653437256813049,0.827656090259552,0.248178705573082,-0.503381490707397,0.999854624271393,-0.017005305737257,-0.00132389285136014,0.999482333660126,0.0259170364588499,0.0190683342516422,0.999204277992249,-0.0386445634067059,-0.00987022928893566,0.999968469142914,0.00408776802942157,-0.00681122578680515,0.999192178249359,-0.0392960384488106,-0.0084157781675458,0.999470114707947,0.0252639278769493,0.0205243285745382,
  1079. 0.999220669269562,-0.0373650714755058,-0.0127260545268655,0.999966681003571,0.00652254186570644,-0.00491208396852016,0.999500751495361,-0.0177147500216961,0.0261625312268734,0.894831418991089,-0.368644505739212,-0.251749843358994,0.108066484332085,-0.645325839519501,0.756224989891052,0.559273719787598,-0.359053939580917,0.747190177440643,0.773832142353058,0.580438256263733,0.253525674343109,0.87245374917984,0.389531284570694,0.295109897851944,0.719815969467163,0.304469048976898,-0.623829782009125,0.901241540908813,-0.392452955245972,-0.183696314692497,0.718651413917542,0.304929494857788,-0.624946534633636,0.745119035243988,0.283484876155853,-0.603683650493622,0.999500751495361,-0.0177147500216961,0.0261625312268734,0.999966681003571,0.00652254186570644,-0.00491208396852016,0.999722599983215,-0.00858160946518183,0.0219339933246374,0.999969065189362,0.00341233937069774,-0.00709075573831797,0.999723434448242,-0.00958760641515255,0.0214743800461292,0.999969005584717,0.00475966930389404,-0.00628714868798852,0.707291424274445,0.543412148952484,0.452152878046036,0.836310386657715,0.490175068378448,0.245587706565857,0.406243324279785,-0.00224561127834022,0.913762152194977,0.999957740306854,0.0048355171456933,0.00781972985714674,0.999946713447571,-0.00289527350105345,-0.00991811510175467,0.998875081539154,-0.0438760109245777,-0.0179856140166521,0.999967515468597,0.00481996173039079,-0.00645974092185497,0.999959349632263,0.00499616516754031,0.00750677101314068,0.999721944332123,-0.00814642384648323,0.0221328120678663,0.6268310546875,-0.351392894983292,0.695417761802673,0.426867485046387,0.0713363215327263,0.901496112346649,0.859320461750031,0.456418961286545,0.230759799480438,0.99996143579483,0.00522443000227213,0.00706208357587457,0.998878598213196,-0.0435033738613129,-0.0186815597116947,0.999714374542236,-0.0228338148444891,-0.00707300286740065,0.459195554256439,0.292847573757172,0.838677406311035,0.476578831672668,0.31113389134407,0.822233736515045,0.532054007053375,-0.382907301187515,0.755182445049286,0.999727606773376,-0.00303298304788768,0.0231457706540823,
  1080. 0.999481976032257,-0.0308333020657301,0.009224115870893,0.999760806560516,-0.00964288972318172,0.0196301694959402,0.88244891166687,0.207404792308807,-0.422216951847076,0.535478293895721,0.843538641929626,-0.0412978194653988,0.878789842128754,0.224043339490891,-0.421346694231033,0.997992694377899,0.0588679686188698,0.0233485642820597,0.999864935874939,0.016177024692297,0.00291060958988965,0.996883273124695,0.072322815656662,0.0315149873495102,0.785315990447998,0.247595027089119,-0.567428886890411,0.557707846164703,-0.511758804321289,-0.65350204706192,0.811416804790497,0.281732439994812,-0.512083649635315,0.999840021133423,0.0178842525929213,-0.000360009813448414,0.997974038124084,0.0604408048093319,0.0198673009872437,0.999946653842926,-0.0044380770996213,-0.00932944007217884,0.999176621437073,0.039530374109745,-0.00913337804377079,0.99995619058609,-0.00510248402133584,-0.00784748326987028,0.997983813285828,0.0597671009600163,0.0213587321341038,0.999886155128479,-0.00190699496306479,-0.0149745363742113,0.999168813228607,0.0397692807018757,-0.00894671678543091,0.999634504318237,0.0155457416549325,0.022122023627162,0.944076120853424,-0.264503091573715,-0.196871668100357,0.147884383797646,-0.584894716739655,0.797513842582703,0.545400619506836,-0.346771121025085,0.763078093528748,0.768209457397461,0.593141257762909,0.240910112857819,0.869650185108185,0.405527114868164,0.281525403261185,0.729636907577515,0.323243647813797,-0.602614045143127,0.965166330337524,-0.229399338364601,-0.125817820429802,0.718965768814087,0.32727512717247,-0.613171458244324,0.736880421638489,0.308961272239685,-0.6012904047966,0.99966162443161,0.0147015117108822,0.0214637964963913,0.999195873737335,0.0389281027019024,-0.00960391759872437,0.999483704566956,0.0188107378780842,0.0260516237467527,0.999240517616272,0.0378664396703243,-0.00919425208121538,0.999403774738312,0.021284082904458,0.0271901227533817,0.999155521392822,0.0401713326573372,-0.00863258261233568,0.755239844322205,0.513138890266418,0.407800793647766,0.892472743988037,0.403585761785507,0.201521649956703,
  1081. 0.386638313531876,-0.0652766525745392,0.919918477535248,0.999117851257324,0.0417114123702049,0.00486551411449909,0.9993577003479,0.0341641902923584,-0.0108249941840768,0.999760925769806,-0.00670025916770101,-0.0208182148635387,0.999354422092438,0.0227069146931171,0.0278450045734644,0.999193966388702,0.0392126217484474,-0.00860119052231312,0.999165832996368,0.0400072634220123,0.0081898020580411,0.603225111961365,-0.342912614345551,0.720090568065643,0.39928737282753,-0.0252765007317066,0.91647744178772,0.91184014081955,0.366595864295959,0.184810951352119,0.999120116233826,0.0416413955390453,0.00500211585313082,0.999765038490295,-0.00682893069460988,-0.0205781646072865,0.99989902973175,0.0062682805582881,-0.0127604296430945,0.433614999055862,0.253626018762589,0.864668667316437,0.468972146511078,0.263664931058884,0.842938899993896,0.511487483978271,-0.374362617731094,0.773455500602722,0.999220609664917,0.0334680937230587,0.0209346264600754,0.999992907047272,-0.00166290812194347,0.00338520528748631,0.999497354030609,0.0265901349484921,0.0172627549618483,0.886071443557739,0.229056164622307,-0.403002113103867,0.535203695297241,0.84359735250473,-0.0435950420796871,0.882164478302002,0.245358124375343,-0.401976644992828,0.0161178205162287,-0.00675261998549104,0.999847412109375,-0.0161106288433075,-0.00662190932780504,0.999848306179047,-0.0152780441567302,-0.0084832850843668,0.999847292900085,-0.0154631165787578,0.00513127585873008,0.999867379665375,0.0154445972293615,0.00546684535220265,0.999865889549255,0.00803160108625889,0.00401072669774294,0.999959707260132,-0.00794562976807356,0.00182561238761991,-0.999966859817505,-0.0235176421701908,0.00248407339677215,-0.999720335006714,-0.0315157771110535,0.000898278201930225,-0.999502956867218,-0.0240017268806696,-0.0098457345739007,-0.999663531780243,-0.00745187932625413,-0.010705254971981,-0.999914944171906,0.00734539702534676,-0.0111741982400417,-0.999910593032837,0.0056608784943819,-0.0466605350375175,-0.998894870281219,-0.00601504743099213,-0.0469932220876217,-0.998877108097076,
  1082. 0.00859780889004469,-0.0465206019580364,-0.998880326747894,0.974801182746887,-0.220005333423615,0.0368852950632572,0.0330825038254261,-0.330743134021759,0.943140804767609,0.988029181957245,-0.153426229953766,0.0160907581448555,0.0288794282823801,0.569199323654175,0.821692228317261,-0.0153332175686955,0.521870017051697,0.852887213230133,0.813820481300354,0.580857038497925,-0.0173654947429895,0.999962151050568,0.00307782366871834,0.00814030226320028,0.999715566635132,0.00515078706666827,0.0232908744364977,0.99971479177475,0.00263588037341833,0.023739842697978,0.0379147008061409,0.990085005760193,-0.135255858302116,0.727233946323395,0.685896039009094,-0.0260272808372974,0.988400995731354,0.0257051307708025,-0.149675279855728,0.999586224555969,-0.0149805014953017,0.0245559308677912,0.999854683876038,-0.0157576408237219,0.00650803605094552,0.999833106994629,-0.0169559810310602,-0.00680460873991251,0.999582648277283,-0.0151953045278788,0.0245693773031235,0.999829590320587,-0.0171719864010811,-0.00679097464308143,0.999655365943909,0.0234273839741945,0.0118441712111235,0.799526870250702,-0.59980434179306,0.0314874574542046,0.815037131309509,-0.577764093875885,-0.0436249971389771,0.813745498657227,-0.580530762672424,-0.0283250845968723,0.988400995731354,0.0257051307708025,-0.149675279855728,0.0568045154213905,0.986241936683655,-0.155241876840591,0.0379147008061409,0.990085005760193,-0.135255858302116,0.999913990497589,-0.0109847458079457,-0.0071813864633441,0.999827861785889,-0.0109652476385236,0.0149682564660907,0.999672949314117,-0.00842410698533058,-0.0241449829190969,0.0409578531980515,0.49513566493988,-0.867849707603455,0.439164072275162,0.0245168171823025,-0.898072302341461,0.439586371183395,-0.0106826908886433,-0.898136794567108,0.98514461517334,0.170726299285889,-0.0185114499181509,0.988498330116272,0.150595054030418,-0.0138640226796269,0.986024856567383,0.166515752673149,-0.00524458382278681,0.455828577280045,0.889982223510742,-0.0123271178454161,0.345198452472687,0.938064575195313,-0.0295453146100044,0.383718609809875,0.922147870063782,0.0490239784121513,
  1083. 0.622250378131866,-0.782206833362579,-0.0309343691915274,0.478692948818207,-0.877547204494476,0.0276392139494419,0.264762133359909,-0.958944916725159,-0.10161617398262,0.999582767486572,-0.023205915465951,-0.0171992685645819,0.999583303928375,0.0238678529858589,-0.0162337440997362,0.999952018260956,0.00534433638677001,-0.00821028836071491,0.910556197166443,0.408278107643127,0.0647816881537437,0.932717502117157,0.360511869192123,0.00833438150584698,0.924044489860535,0.38209542632103,-0.0120345195755363,0.999214828014374,-0.0025341915898025,0.0395387075841427,0.999223113059998,-0.00641386350616813,0.0388849712908268,0.999221920967102,-0.00128377322107553,-0.039420310407877,0.999906063079834,-0.0117105944082141,-0.00713559286668897,0.999838948249817,-0.0179447140544653,0.000565196212846786,0.978182852268219,-0.0121384495869279,-0.207391321659088,0.999814510345459,-0.0159159172326326,0.0108462171629071,0.999657571315765,-0.0238676071166992,0.0107377422973514,0.999612927436829,-0.0271287728101015,-0.00616206927224994,0.625204980373383,0.434832215309143,0.648104727268219,0.820079922676086,0.571965396404266,-0.0180146936327219,0.849478363990784,0.52756130695343,-0.00809626653790474,0.923881947994232,-0.38248798251152,0.0120469592511654,0.0436655804514885,0.215000823140144,-0.975637316703796,0.370220869779587,0.00879813451319933,-0.928902089595795,0.999720871448517,-0.0235787518322468,-0.00155385571997613,0.999224781990051,-0.0393554642796516,-0.0010099170031026,0.999720573425293,0.0236272905021906,-0.000752130756154656,0.999720811843872,0.0235958360135555,0.00124562194105238,0.999225854873657,-0.0393170639872551,0.00143109017517418,0.999968707561493,0.00788459368050098,0.000687230203766376,0.99969208240509,-0.0237821489572525,0.00708546955138445,0.999847769737244,-0.0158601719886065,0.00727321952581406,0.999976277351379,0.00016299364506267,0.00689991191029549,0.998238503932953,-0.0248529724776745,0.0538724958896637,0.999019622802734,0.00104549678508192,0.0442572310566902,0.998184204101563,-0.0385699570178986,0.0462675094604492,
  1084. 0.4487284719944,0.0106605533510447,-0.893604576587677,0.453619211912155,0.00689054885879159,-0.89116895198822,0.168164297938347,0.317274630069733,-0.933304667472839,0.999952912330627,0.000229191602556966,0.00970267225056887,0.999837756156921,-0.0158795658499002,0.00851466134190559,0.998439610004425,0.0551683455705643,0.00865162722766399,0.596333920955658,0.00776619836688042,0.802698910236359,0.599924802780151,0.0456454940140247,0.798753201961517,0.606204986572266,0.412267237901688,0.680111229419708,-0.4642493724823,-0.256611913442612,-0.847716271877289,-0.135135427117348,-0.988172054290771,0.0724885985255241,-0.0725003108382225,0.00614049565047026,-0.997349500656128,0.996391534805298,-0.0404034964740276,-0.0746434926986694,0.997078061103821,-0.00180395529605448,-0.0763684809207916,0.993191301822662,-0.116472616791725,-0.00228576036170125,0.999841570854187,-0.016581492498517,0.00648765824735165,0.999829053878784,0.00813418161123991,0.0166056174784899,0.999086260795593,-0.0390609204769135,0.0173472426831722,0.999756991863251,0.0199203342199326,0.00944063253700733,0.999977350234985,0.000158969749463722,0.00672991061583161,0.998463213443756,0.0551233179867268,0.00570943066850305,0.999986350536346,-0.000123805453768,-0.00524096516892314,0.999882638454437,0.012508500367403,0.00885801296681166,0.999882817268372,0.0123712802305818,0.00901561323553324,0.999696314334869,0.0236688833683729,-0.00685914093628526,0.99985682964325,-0.0158839412033558,-0.00584893114864826,0.998464226722717,0.054918609559536,-0.00729283737018704,0.998469889163971,0.0549339205026627,-0.00634047528728843,0.9998619556427,-0.0158631186932325,-0.00496401451528072,0.999829292297363,0.0160600356757641,0.0091372411698103,0.999944686889648,0.00798145774751902,0.00684992829337716,0.999890089035034,-0.0131838144734502,0.00678466772660613,0.999146163463593,-0.0106364730745554,-0.0399227254092693,0.489566653966904,-0.00987610593438149,-0.871909976005554,0.813335120677948,0.581795454025269,4.64112818008289e-005,0.0388105846941471,0.449095010757446,-0.892640829086304,
  1085. 0.567176818847656,0.81745845079422,-0.100360184907913,0.037154957652092,0.414270013570786,-0.909395337104797,0.692503392696381,0.721306443214417,0.0124931512400508,0.999890089035034,-0.0131838144734502,0.00678466772660613,0.999124765396118,-0.0175338108092546,-0.0379779189825058,0.999146163463593,-0.0106364730745554,-0.0399227254092693,0.00383919174782932,-0.209705039858818,-0.977757275104523,0.962790191173553,-0.269960969686508,-0.0124953780323267,0.0293858740478754,-0.257166832685471,-0.965920150279999,0.998807430267334,-0.0323676541447639,-0.036552581936121,0.99958872795105,-0.0281500313431025,0.00547570129856467,0.99958723783493,-0.0286002214998007,0.00272383028641343,0.99993509054184,0.00761988945305347,0.00847349595278502,0.999963045120239,0.00856136623769999,-0.000815368082839996,0.999934792518616,0.00751962745562196,0.00859246775507927,0.0400616526603699,-0.475791931152344,-0.878645181655884,0.944888412952423,-0.327331602573395,-0.00632112845778465,0.74967622756958,-0.00207570777274668,-0.661801517009735,0.837635397911072,-0.00688445335254073,-0.54618638753891,0.0365141965448856,-0.82401317358017,-0.565392851829529,0.0538867935538292,-0.811357915401459,-0.582060635089874,0.999943256378174,0.00769973825663328,0.00735874706879258,0.998807430267334,-0.0323676541447639,-0.036552581936121,0.99958723783493,-0.0286002214998007,0.00272383028641343,0.999195635318756,0.00331524084322155,-0.0399663560092449,0.999966859817505,0.00781926605850458,0.00230670650489628,0.999719023704529,-0.0236523691564798,0.00156430131755769,0.0372585281729698,-0.833486199378967,-0.551282644271851,0.918137788772583,-0.0123322056606412,-0.396069347858429,0.911704063415527,-0.0247654858976603,-0.410100698471069,0.943829834461212,-0.0248896591365337,-0.329493254423141,0.829577803611755,-0.558349907398224,-0.00678239529952407,0.0430188179016113,-0.902764618396759,-0.427978336811066,0.999706983566284,-0.0236557256430388,-0.00515633588656783,0.999702870845795,-0.0119278477504849,0.0212587043642998,0.999710381031036,-0.00587748549878597,0.0233375299721956,
  1086. 0.999682188034058,-0.0238102655857801,0.00828551594167948,0.999681830406189,0.0236828792840242,0.0086803212761879,0.999681830406189,-0.0235432516783476,0.00905240513384342,0.999712467193604,-0.00272690923884511,0.0238231364637613,0.999711751937866,-0.0235796105116606,0.00452449358999729,0.999711751937866,0.0236479304730892,0.00415207492187619,0.999718368053436,0.0236324574798346,0.00216721300967038,0.999719023704529,-0.0236523691564798,0.00156430131755769,0.999966859817505,0.00781926605850458,0.00230670650489628,0.976124584674835,0.201841726899147,0.080254040658474,0.995535135269165,0.0227953381836414,-0.0915989130735397,0.951341211795807,-0.292507618665695,-0.0968990623950958,0.98531574010849,0.00372609333135188,0.170701682567596,0.931167840957642,-0.280895411968231,0.232431545853615,0.982802093029022,0.0246568322181702,0.183008521795273,0.924496293067932,-0.278393238782883,0.260392010211945,0.845213353633881,-0.533866345882416,-0.0245226044207811,0.877977967262268,-0.466276317834854,-0.10835625231266,0.994587600231171,-0.102330327033997,-0.0180005673319101,0.955705404281616,-0.292744070291519,-0.030464606359601,0.999898314476013,0.00814960617572069,-0.0117023270577192,0.999898314476013,0.00814960617572069,-0.0117023270577192,0.807719588279724,-0.586911141872406,0.0558963008224964,0.994587600231171,-0.102330327033997,-0.0180005673319101,0.447830259799957,-0.892351567745209,-0.0561850666999817,0.928055703639984,-0.279721140861511,0.24590390920639,0.936964869499207,-0.041534099727869,0.346946328878403,0.984912633895874,-0.0993688404560089,-0.141678914427757,0.982559263706207,-0.0478349477052689,-0.179691731929779,0.945537507534027,-0.291525036096573,-0.144817739725113,0.99921178817749,0.0393785536289215,0.0050173606723547,0.999836504459381,-0.0100584803149104,0.0150326518341899,0.998871862888336,-0.047145951539278,0.00569612486287951,0.999827861785889,-0.0109652476385236,0.0149682564660907,0.999215304851532,0.0393730737268925,0.00430397083982825,0.999672949314117,-0.00842410698533058,-0.0241449829190969,0.66041100025177,0.512233555316925,-0.549066543579102,
  1087. 0.404198348522186,0.913411557674408,0.0479898676276207,0.569633185863495,0.0159560572355986,-0.82174414396286,0.999226272106171,0.0393086336553097,0.00131167680956423,0.998885929584503,-0.0471893213689327,0.000271970871835947,0.994720995426178,-0.102608323097229,-0.00136374786961824,0.998847544193268,-0.0471176095306873,0.00914949364960194,0.999184310436249,0.0390993840992451,0.0100999968126416,0.999187409877777,0.0394048169255257,0.00847472064197063,0.999883890151978,-0.015171161852777,0.00144487258512527,0.999226272106171,0.0393086336553097,0.00131167680956423,0.994720995426178,-0.102608323097229,-0.00136374786961824,0.424865216016769,0.0380920097231865,-0.904454827308655,0.615261912345886,0.469773977994919,-0.633060216903687,0.440178692340851,0.0102601526305079,-0.897851586341858,0.999213576316834,0.0394366271793842,-0.00412783771753311,0.999998688697815,-0.00162169395480305,0.00015444730524905,0.999967932701111,-0.002344801556319,-0.00767067121341825,0.999977231025696,-0.00672010751441121,0.000640010111965239,0.999949157238007,-0.00692671490833163,0.00732820481061935,0.999946653842926,-0.00738653680309653,-0.00723381945863366,0.769917786121368,0.637743413448334,0.0225868243724108,0.999176204204559,0.0395522452890873,-0.00908651947975159,0.999968886375427,-0.00786434207111597,-0.000617078912910074,0.999176204204559,0.0395522452890873,-0.00908651947975159,0.619118690490723,0.781934320926666,-0.0726015642285347,0.999968886375427,-0.00786434207111597,-0.000617078912910074,0.230667725205421,-0.0171371418982744,0.972881674766541,0.242375925183296,0.00955231674015522,0.970135390758514,-0.151853248476982,-0.0651283785700798,0.986254990100861,0.69183075428009,-0.721663892269135,-0.0239045210182667,-0.0607350803911686,0.0109084201976657,0.998094320297241,0.310616582632065,0.00763118546456099,0.950504660606384,0.999612867832184,-0.0233752839267254,0.0150887193158269,0.998877644538879,0.00414171535521746,-0.0471840500831604,0.999210596084595,-0.00895385630428791,0.0387044809758663,0.998827874660492,-0.00222967891022563,-0.0483539998531342,
  1088. 0.999709248542786,-0.0235320068895817,0.00528146140277386,0.999956965446472,-0.00779441092163324,0.00503334542736411,0.99995756149292,-0.00794699229300022,0.00465524615719914,0.999959170818329,-0.00780157232657075,0.00457973871380091,0.999711275100708,-0.0235391948372126,0.00482795387506485,0.8034388422966,-0.0156991891562939,-0.595180451869965,0.959429562091827,-0.27971288561821,-0.0354373306035995,0.966210603713989,-0.24124351143837,-0.0907669141888618,0.999860763549805,-0.00431661307811737,0.0161197185516357,0.999951541423798,-0.00796480663120747,0.00578938191756606,0.999953031539917,-0.00634735450148582,-0.00732387835159898,0.99994558095932,-0.00754216639325023,-0.00722033157944679,0.999949276447296,-0.00691129872575402,0.00732941925525665,0.999853193759918,-0.00551179051399231,0.0162231177091599,0.999968349933624,-0.00785220135003328,0.00136933056637645,0.999967753887177,-0.00789701659232378,0.00147672102320939,0.999967753887177,0.00784660130739212,0.00172493595164269,0.999967753887177,-0.00789701659232378,0.00147672102320939,0.999812364578247,-0.00997026637196541,0.0166086424142122,0.999967753887177,0.00784660130739212,0.00172493595164269,0.999859631061554,0.01560153439641,-0.00610816245898604,0.999718725681305,-0.00342592853121459,0.0234684087336063,0.999952435493469,-0.00796239078044891,-0.0056354277767241,0.999956071376801,0.00779169984161854,0.00520530575886369,0.999864101409912,0.0158528946340084,0.00452976487576962,0.999956905841827,-0.00779396435245872,0.00506178615614772,0.99971866607666,-0.0033795265480876,0.0234781354665756,0.999855935573578,0.0158872846513987,0.00599106261506677,0.998891294002533,0.0039853691123426,-0.0469092912971973,0.0446221604943275,0.85969352722168,-0.508857488632202,0.645138442516327,0.763700008392334,0.0236414838582277,0.805587768554688,-0.00130906770937145,-0.59247499704361,0.805587768554688,-0.00130906770937145,-0.59247499704361,0.78348046541214,0.0159517787396908,-0.621211647987366,0.0446221604943275,0.85969352722168,-0.508857488632202,0.0333162471652031,0.804117560386658,0.593536198139191,
  1089. 0.821017503738403,-0.00252597616054118,0.57089763879776,0.0455384403467178,0.789243161678314,0.612389981746674,0.880062222480774,-0.000548550335224718,0.474858283996582,0.924625933170319,0.380432218313217,-0.0183898117393255,0.04369181022048,0.659527361392975,0.750409662723541,0.899081468582153,0.437139213085175,-0.0237037502229214,0.0141208982095122,0.380926579236984,0.924497485160828,0.038067638874054,0.424002110958099,0.90486091375351,0.0453962683677673,-0.432783156633377,0.900354325771332,0.960828363895416,-0.274400860071182,0.0388981364667416,0.983451247215271,-0.181111201643944,0.00472945487126708,0.999661922454834,0.00826200377196074,0.0246539022773504,0.999817848205566,0.0121869742870331,0.0146895973011851,0.999942243099213,0.0107097057625651,0.00101997202727944,0.998781979084015,-0.0491816252470016,0.00399185623973608,0.998816132545471,-0.0484255105257034,-0.00461195316165686,0.998689472675323,-0.0471878834068775,0.0198145322501659,0.980109035968781,-0.198439732193947,0.00286199920810759,0.982334613800049,-0.0202751234173775,0.186031296849251,0.050325121730566,-0.758184969425201,0.650094747543335,0.937077760696411,-0.0166439656168222,0.348723739385605,0.0396198220551014,-0.936845302581787,0.347492694854736,0.0480857454240322,-0.930136144161224,0.364053189754486,0.999627888202667,-0.0240206904709339,-0.0129359578713775,0.999652206897736,0.00912368204444647,0.0247425753623247,0.999931216239929,0.0116749424487352,0.00111190008465201,0.998821020126343,-0.0483262427151203,-0.0046025007031858,0.998767077922821,-0.0494828261435032,0.00396802183240652,0.999442160129547,-0.0228414628654718,0.0243651550263166,0.999653279781342,0.00903163012117147,0.0247331038117409,0.999707698822021,-0.0234264321625233,0.00599157810211182,0.999708414077759,-0.0235293377190828,0.00544977374374866,0.99984472990036,-0.0155494548380375,0.0083028906956315,0.999692797660828,-0.0233533382415771,0.00830106064677238,0.998914539813995,-0.0463901907205582,0.00421269750222564,0.0392311252653599,-0.999141097068787,-0.0133504904806614,0.998978972434998,-0.0241987463086843,-0.0381531193852425,
  1090. 0.999985158443451,8.57746272231452e-005,-0.0054467529989779,0.999707698822021,-0.0234264321625233,0.00599157810211182,0.999988853931427,-7.44327553547919e-005,0.00472648022696376,0.999708414077759,-0.0235293377190828,0.00544977374374866,0.0149831939488649,-0.526375710964203,-0.850120186805725,0.0142595814540982,-0.531572103500366,-0.846893131732941,0.26359236240387,0.0151892071589828,-0.964514672756195,0.999813377857208,-0.0160008426755667,0.0108267916366458,0.999687492847443,-0.0233319699764252,0.00897554773837328,0.999838590621948,-0.015532111749053,0.00903294235467911,0.99969470500946,0.0235561188310385,0.00745689030736685,0.999850034713745,-0.0159074272960424,0.00684772757813334,0.999848961830139,-0.0155629571527243,0.00773413712158799,0.999850034713745,-0.0159074272960424,0.00684772757813334,0.99969470500946,0.0235561188310385,0.00745689030736685,0.99922776222229,0.00551793398335576,0.0389051921665668,0.999581813812256,-0.0241147857159376,-0.0159581247717142,0.999772489070892,-0.0153957270085812,-0.0147625301033258,0.999401152133942,-0.0311198048293591,-0.0151296900585294,0.999397933483124,-0.031114449724555,-0.0153521532192826,0.999893367290497,0.000230056946747936,-0.0146086160093546,0.999614536762238,-0.0240498278290033,-0.0138711044564843,0.999208569526672,-0.00356507347896695,0.0396196357905865,0.999208092689514,-0.00934171304106712,-0.0386769026517868,0.999809920787811,-0.0160079170018435,0.0111285019665957,0.999401032924652,-0.0311194658279419,-0.0151439625769854,0.999772310256958,-0.015395394526422,-0.014776480384171,0.998449862003326,-0.0421749427914619,-0.0363202802836895,0.999208629131317,-0.00925690401345491,-0.03868293389678,0.999208867549896,-0.00350966490805149,0.0396152809262276,0.999219179153442,-0.0019700734410435,-0.039463434368372,0.771870195865631,-0.631893515586853,-0.0701929405331612,0.71543425321579,-0.360600113868713,-0.598432421684265,0.854148387908936,-0.520019352436066,0.00322416401468217,0.9117751121521,-0.410633593797684,-0.00679645547643304,0.717903614044189,-0.35028600692749,-0.60159295797348,
  1091. 0.715050280094147,-0.00600833026692271,-0.699047207832336,0.743591070175171,-0.197593197226524,-0.638771712779999,0.963108837604523,-0.263532102108002,-0.054518137127161,0.957691848278046,-0.287272751331329,0.0173466484993696,0.750007688999176,-0.0222834311425686,-0.661053657531738,0.66761976480484,0.187117472290993,0.720604538917542,0.916903614997864,-0.0382631942629814,0.397270351648331,-0.604541182518005,0.640284955501556,0.473883032798767,0.787449836730957,0.611876606941223,0.0743629783391953,0.669679462909698,0.213154122233391,0.711403369903564,0.667323470115662,0.183821558952332,0.721726417541504,0.999997794628143,0.00209739920683205,-0.000181735085789114,0.937640249729156,-0.0376947559416294,0.345557630062103,0.999354362487793,0.0357947386801243,-0.00310042477212846,0.667701244354248,0.188039422035217,0.720288991928101,0.993221998214722,0.106461688876152,0.0466476641595364,0.999999523162842,0.00100036908406764,-8.66433765622787e-005,0.999893367290497,0.000230056946747936,-0.0146086160093546,0.999397933483124,-0.031114449724555,-0.0153521532192826,0.999224543571472,0.000452051550382748,0.0393715910613537,0.998886287212372,0.00655718380585313,-0.046726793050766,0.999998569488525,0.00174968456849456,-0.000151549305883236,0.999960601329803,0.000139821378979832,-0.00887865666300058,0.999865293502808,0.0163528006523848,-0.00141638296190649,0.999839305877686,0.0157281551510096,-0.00861581228673458,0.998709440231323,0.0223718620836735,-0.0455977134406567,0.999782621860504,0.0189172439277172,-0.00876603182405233,0.999813199043274,0.0192560777068138,-0.0016678492538631,0.0877690985798836,0.0156853124499321,-0.996017336845398,0.330846935510635,-0.942752242088318,0.0419345758855343,0.012312731705606,-0.305861175060272,-0.951996505260468,0.00829876586794853,0.00900349766016006,-0.999925136566162,0.995927572250366,0.0893474221229553,-0.0120629565790296,0.983523011207581,-0.171026930212975,-0.0585856698453426,0.715262651443481,-0.698319971561432,0.027359688654542,-0.00369814247824252,-0.240068584680557,-0.970748901367188,
  1092. 0.0115870013833046,-0.251940578222275,-0.967673361301422,-0.999987721443176,0.00495274132117629,0,-0.999987959861755,0.00491136126220226,0,-0.999987304210663,0.0050405734218657,0,-0.999986708164215,0.00516844494268298,8.16993761532103e-009,0.999999701976776,-0.000895672070328146,-0,0.999999642372131,-0.000954812159761786,-0,0.999999523162842,-0.00105232954956591,9.67504854010315e-010,0.999999523162842,-0.000952141126617789,-0,0.998466551303864,-0.0260401666164398,0.0488517321646214,0.99961656332016,-0.0130247203633189,0.0244345646351576,1,7.14700092885323e-007,-1.3407877759164e-006,0.99961656332016,-0.0130247203633189,0.0244345646351576,-0.999992191791534,0.00397339044138789,-1.47282310791752e-008,-0.999990522861481,0.00434754695743322,-3.6689018489966e-009,-0.999992370605469,0.00389611045829952,-1.83550472598881e-008,-0.999992430210114,0.00389742758125067,0,-0.999980330467224,0.00626492314040661,8.60666760083006e-010,-0.999983906745911,0.0056635201908648,3.03309322102763e-010,-0.999990522861481,0.00434754695743322,-3.6689018489966e-009,-0.999992191791534,0.00397339044138789,-1.47282310791752e-008,0.999997675418854,-0.00216608215123415,7.87997056495016e-010,0.999998271465302,-0.00185583683196455,2.06804559588214e-010,0.999999523162842,-0.00105232954956591,9.67504854010315e-010,0.999994874000549,-0.00319893262349069,8.2020727987242e-009,0.999999940395355,-0.000481202645460144,-1.09679187954015e-009,0.999999642372131,-0.000766503915656358,-1.39301770119005e-008,0.999998271465302,-0.00185583683196455,2.06804559588214e-010,0.999997675418854,-0.00216608215123415,7.87997056495016e-010,-0.999992370605469,0.00389611045829952,-1.83550472598881e-008,-0.999988913536072,0.00470501789823174,-2.08891339781303e-008,-0.999991774559021,0.00406575854867697,-3.78702651460117e-008,-0.999995708465576,0.00293306913226843,-3.78704108072725e-008,-0.999990522861481,0.00434754695743322,-3.6689018489966e-009,-0.999983906745911,0.0056635201908648,3.03309322102763e-010,-0.999988198280334,0.00487840035930276,0,-0.99998813867569,0.00488750310614705,0,
  1093. 0.999998271465302,-0.00185583683196455,2.06804559588214e-010,0.999999642372131,-0.000766503915656358,-1.39301770119005e-008,0.999999642372131,-0.000844125868752599,-1.78257621996636e-008,0.999999642372131,-0.000958799500949681,-0,0.999999642372131,-0.000766503915656358,-1.39301770119005e-008,0.999999761581421,-0.00068664166610688,1.14621513669366e-010,0.999999642372131,-0.000837398692965508,2.14207305525619e-015,0.999999642372131,-0.000844125868752599,-1.78257621996636e-008,-0.999972343444824,0.00597569392994046,-0.00441022729501128,-0.999970734119415,0.00733523489907384,-0.00216028047725558,-0.999641835689545,0.020879440009594,-0.01674316637218,-0.999635279178619,0.0198101233690977,-0.0183554608374834,-0.999992787837982,0.00273662013933063,0.00263641611672938,-0.999993205070496,0.00268413126468658,0.00255766767077148,-0.999970734119415,0.00733523489907384,-0.00216028047725558,-0.999972343444824,0.00597569392994046,-0.00441022729501128,-0.0484548471868038,0.45973801612854,0.886731684207916,-0.00542415538802743,0.460406213998795,0.887691855430603,0.0376165881752968,0.460221141576767,0.887007057666779,-0.00542415538802743,0.460406213998795,0.887691855430603,0.999999642372131,-0.000837398692965508,2.14207305525619e-015,0.999999761581421,-0.00068664166610688,1.14621513669366e-010,0.999999642372131,-0.000878684455528855,5.12891276116534e-008,0.999999582767487,-0.000898709695320576,5.12891169535123e-008,0,-0.000145450350828469,1,0,-0.0006365398876369,0.999999821186066,0,-0.00110733299516141,0.999999403953552,0,-0.000807090196758509,0.999999701976776,0,-0.000657101394608617,0.99999988079071,0,-0.000486462668050081,0.999999940395355,0.999999940395355,-0.000312264543026686,0,0.999999761581421,-0.00068664166610688,1.14621513669366e-010,0.999999642372131,-0.000766503915656358,-1.39301770119005e-008,0.999999940395355,-0.000481202645460144,-1.09679187954015e-009,-0.999988913536072,0.00470501789823174,-2.08891339781303e-008,-0.999992370605469,0.00389611045829952,-1.83550472598881e-008,-0.999990522861481,0.00434754695743322,-3.6689018489966e-009,
  1094. -0.99998813867569,0.00488750310614705,0,-0.999992430210114,0.00215338822454214,0.00324747269041836,-0.999992787837982,0.00209944788366556,0.00316612632013857,-0.999993205070496,0.00268413126468658,0.00255766767077148,-0.999992787837982,0.00273662013933063,0.00263641611672938,0,-0.00174951064400375,-0.999998509883881,0,-0.00190896319691092,-0.999998271465302,0,-0.00208706222474575,-0.999997913837433,0,-0.00244266260415316,-0.999997019767761,0,-0.00192741048522294,-0.999998152256012,0,-0.00143000797834247,-0.999998986721039,-0.999970674514771,0.00765710370615125,6.92602739604808e-008,-0.999986708164215,0.00516844494268298,8.16993761532103e-009,-0.999983906745911,0.0056635201908648,3.03309322102763e-010,-0.999980330467224,0.00626492314040661,8.60666760083006e-010,-0.999986708164215,0.00516844494268298,8.16993761532103e-009,-0.999987304210663,0.0050405734218657,0,-0.999988198280334,0.00487840035930276,0,-0.999983906745911,0.0056635201908648,3.03309322102763e-010,0.999999523162842,-0.000952141126617789,-0,0.999999523162842,-0.00105232954956591,9.67504854010315e-010,0.999998271465302,-0.00185583683196455,2.06804559588214e-010,0.999999642372131,-0.000958799500949681,-0,0.999998986721039,0,0.00149321311619133,1,0,-0.000105301347502973,0.999999761581421,0,-0.000647882407065481,0.999998569488525,0,0.00168019032571465,-0.0410691425204277,-0.00539083499461412,0.999141812324524,0.0406501814723015,0.00622963160276413,0.999153971672058,0.0318657234311104,-0.0707231685519218,0.996986925601959,0.000298988132271916,-0.00193965120706707,0.999998092651367,-0.0328801572322845,0.0546624138951302,0.997963428497314,0.999999701976776,-0.000560036220122129,-0.000645637395791709,1,-9.63293568929657e-005,0.000145272730151191,1,-0.000172561703948304,0.000260237487964332,0.999999642372131,-0.000628964859060943,-0.000542096560820937,0.999971270561218,-0.00499762874096632,-0.00568560417741537,0.999999701976776,-0.000560036220122129,-0.000645637395791709,0.999999642372131,-0.000628964859060943,-0.000542096560820937,0.999960958957672,-0.00353383063338697,-0.00809262879192829,
  1095. 0.999619960784912,-0.0183176435530186,-0.0206056330353022,0.999971270561218,-0.00499762874096632,-0.00568560417741537,0.999960958957672,-0.00353383063338697,-0.00809262879192829,0.999604761600494,-0.0172746460884809,-0.0221778228878975,0.999621570110321,0,-0.0275092739611864,0.999881863594055,0,-0.0153741091489792,0.999999105930328,0,-0.00136577105149627,0.999814569950104,0,-0.0192546918988228,0.99996280670166,0,0.00862486660480499,0.999997496604919,0,-0.00223806640133262,0.999814569950104,0,-0.0192546918988228,0.999999105930328,0,-0.00136577105149627,0.999998390674591,0,0.00177692156285048,0.999998152256012,0,-0.00192449020687491,0.999997496604919,0,-0.00223806640133262,0.99996280670166,0,0.00862486660480499,0.999998569488525,0,0.00168019032571465,0.999999761581421,0,-0.000647882407065481,0.999998152256012,0,-0.00192449020687491,0.999998390674591,0,0.00177692156285048,-0.03807133436203,-0.480491548776627,0.876172602176666,0.00451029976829886,-0.480087876319885,0.877208769321442,0.0470837503671646,-0.478813141584396,0.876653373241425,0.00451029976829886,-0.480087876319885,0.877208769321442,1,-7.14700092885323e-007,-1.3407947108135e-006,1,-7.14700092885323e-007,-1.3407947108135e-006,1,-7.14700092885323e-007,-1.3407947108135e-006,1,-7.14700092885323e-007,-1.3407947108135e-006,-0.0470077767968178,-0.00432666251435876,-0.998885095119476,-0.0371447801589966,-0.0359984189271927,-0.99866133928299,1.75937711901497e-005,-0.00166721676941961,-0.999998569488525,0.0370991490781307,0.0435365214943886,-0.99836277961731,0.046926636248827,-0.0014606611803174,-0.998897254467011,-0.584555149078369,0.14380519092083,-0.798508167266846,-0.747481226921082,-0.0697635039687157,-0.660609483718872,-0.0371447801589966,-0.0359984189271927,-0.99866133928299,-0.0470077767968178,-0.00432666251435876,-0.998885095119476,-0.747481226921082,-0.0697635039687157,-0.660609483718872,0.00143952120561153,-0.00175169028807431,-0.999997496604919,1.75937711901497e-005,-0.00166721676941961,-0.999998569488525,-0.0371447801589966,-0.0359984189271927,-0.99866133928299,
  1096. 0.00143952120561153,-0.00175169028807431,-0.999997496604919,0.748241543769836,0.0655513927340508,-0.660179972648621,0.0370991490781307,0.0435365214943886,-0.99836277961731,1.75937711901497e-005,-0.00166721676941961,-0.999998569488525,0.748241543769836,0.0655513927340508,-0.660179972648621,0.597929120063782,-0.104948326945305,-0.794648826122284,0.046926636248827,-0.0014606611803174,-0.998897254467011,0.0370991490781307,0.0435365214943886,-0.99836277961731,0.597929120063782,-0.104948326945305,-0.794648826122284,-0.584555149078369,0.14380519092083,-0.798508167266846,-0.0470077767968178,-0.00432666251435876,-0.998885095119476,0.046926636248827,-0.0014606611803174,-0.998897254467011,-0.584895551204681,-0.131452739238739,0.800385773181915,0.577532351016998,0.150743126869202,0.802329659461975,0.0406501814723015,0.00622963160276413,0.999153971672058,-0.0410691425204277,-0.00539083499461412,0.999141812324524,0.577532351016998,0.150743126869202,0.802329659461975,0.699814021587372,-0.0764018073678017,0.71022754907608,0.0318657234311104,-0.0707231685519218,0.996986925601959,0.0406501814723015,0.00622963160276413,0.999153971672058,0.699814021587372,-0.0764018073678017,0.71022754907608,0.015165152028203,-0.00432344013825059,0.999875605106354,0.000298988132271916,-0.00193965120706707,0.999998092651367,0.0318657234311104,-0.0707231685519218,0.996986925601959,0.015165152028203,-0.00432344013825059,0.999875605106354,-0.697136223316193,0.0782693475484848,0.712653458118439,-0.0328801572322845,0.0546624138951302,0.997963428497314,0.000298988132271916,-0.00193965120706707,0.999998092651367,-0.697136223316193,0.0782693475484848,0.712653458118439,-0.584895551204681,-0.131452739238739,0.800385773181915,-0.0410691425204277,-0.00539083499461412,0.999141812324524,-0.0328801572322845,0.0546624138951302,0.997963428497314
  1097. }
  1098. TangentsW: *1704 {
  1099. a: 1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,1,-1,-1,1,-1,-1,1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,-1,-1,1,-1,-1,1,1,1,-1,-1,-1,-1,-1,1,1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,1,1,-1,1,1,1,-1,1,-1,1,-1,1,1,1,1,-1,1,-1,-1,-1,1,1,-1,-1,1,1,-1,1,1,1,1,-1,-1,1,-1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,-1,1,-1,1,-1,-1,1,-1,1,-1,1,-1,1,-1,1,1,1,1,-1,-1,1,1,-1,1,1,1,1,-1,-1,1,1,-1,-1,-1,1,1,-1,-1,-1,-1,-1,-1,-1,1,1,1,-1,1,-1,-1,1,1,1,-1,1,-1,1,-1,1,1,1,1,-1,1,-1,1,-1,1,-1,-1,1,-1,1,-1,-1,-1,-1,1,-1,-1,-1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,-1,1,-1,-1,-1,1,1,1,-1,1,1,1,1,-1,1,-1,-1,-1,1,1,-1,-1,1,1,-1,1,1,1,1,-1,-1,1,-1,1,1,1,1,-1,1,1,1,1,-1,1,-1,1,1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,-1,1,1,1,1,-1,1,-1,1,-1,1,-1,-1,1,-1,1,-1,-1,-1,-1,-1,-1,1,-1,-1,1,1,-1,1,-1,1,-1,1,-1,1,1,-1,1,-1,1,1,-1,1,-1,-1,1,-1,1,-1,-1,-1,-1,1,1,1,-1,-1,-1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,-1,1,1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,1,1,-1,-1,-1,1,-1,-1,1,1,-1,-1,-1,-1,1,-1,1,-1,1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,1,1,1,-1,1,-1,-1,-1,1,1,-1,-1,1,1,1,1,1,1,1,1,-1,
  1100. 1,-1,-1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,1,-1,1,1,1,-1,1,-1,1,-1,1,-1,1,1,1,-1,1,1,-1,-1,-1,1,-1,1,-1,-1,1,-1,1,-1,1,1,1,1,1,1,1,-1,1,1,-1,1,-1,-1,-1,1,-1,-1,-1,1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,-1,-1,-1,-1,1,-1,-1,1,1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,1,-1,1,-1,-1,-1,1,-1,-1,1,1,-1,1,1,1,-1,-1,-1,-1,1,-1,1,1,-1,1,1,-1,1,-1,-1,1,1,1,-1,1,-1,1,1,1,-1,1,-1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,-1,1,1,1,1,1,-1,-1,1,1,1,1,-1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,1,1,-1,-1,1,1,-1,1,-1,-1,1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,1,1,-1,1,1,-1,-1,-1,-1,1,1,-1,1,1,-1,1,1,1,1,-1,-1,1,1,1,-1,1,-1,1,-1,1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,-1,1,1,1,1,-1,-1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,-1,-1,1,1,-1,-1,1,1,1,1,1,-1,1,1,1,1,-1,1,1,1,1,1,-1,1,-1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,1,-1,1,1,-1,1,-1,-1,1,-1,1,-1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,1,-1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,-1,-1,-1,1,1,1,-1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,-1,1,-1,-1,1,1,1,1,-1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,-1,-1,1,-1,-1,1,1,-1,-1,1,1,1,1,1,1,-1,1,-1,-1,-1,-1,1,1,1,1,1,1,1,-1,-1,-1,1,-1,-1,-1,1,-1,1,-1,1,1,1,1,-1,1,1,-1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,1,1,-1,-1,1,-1,1,1,-1,-1,1,1,-1,-1,1,1,1,1,1,1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,-1,-1,-1,
  1101. 1,1,-1,-1,1,-1,-1,-1,-1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,1,-1,-1,1,-1,-1,-1,-1,1,-1,-1,1,1,-1,-1
  1102. }
  1103. }
  1104. LayerElementTangent: 1 {
  1105. Version: 102
  1106. Name: "uvSet"
  1107. MappingInformationType: "ByPolygonVertex"
  1108. ReferenceInformationType: "Direct"
  1109. Tangents: *5112 {
  1110. a: -0.0271518807858229,0.862072110176086,0.506057739257813,-0.0633509755134583,0.860984802246094,0.504670023918152,0.0673050731420517,0.860944747924805,0.504226326942444,0.0672657340764999,0.864086210727692,0.498828947544098,0.0611636601388454,0.863087058067322,0.501338183879852,-0.0272535104304552,0.865298926830292,0.500514805316925,-0.0673799887299538,-0.85415506362915,0.515634596347809,0.026941379532218,-0.855388760566711,0.517285406589508,-0.0537794642150402,-0.853748977184296,0.517900049686432,0.0280674193054438,-0.891140460968018,0.452858537435532,-0.066812127828598,-0.890018880367279,0.451001703739166,0.0632763579487801,-0.890109121799469,0.451333433389664,0,0.850389003753662,-0.526154458522797,0,0.850389003753662,-0.526154458522797,0,0.850389003753662,-0.526154458522797,0,0.881522595882416,-0.472141832113266,0,0.881522595882416,-0.472141832113266,0,0.881522595882416,-0.472141832113266,0,-0.862946689128876,-0.505295038223267,0,-0.862946689128876,-0.505295038223267,0,-0.862946689128876,-0.505295038223267,0,-0.900460243225098,-0.434938371181488,0,-0.900460243225098,-0.434938371181488,0,-0.900460243225098,-0.434938371181488,0,0.851707518100739,-0.524017512798309,0,0.851707518100739,-0.524017512798309,0,0.851707518100739,-0.524017512798309,0,0.884442746639252,-0.466648727655411,0,0.884442746639252,-0.466648727655411,0,0.884442746639252,-0.466648727655411,0,-0.850692570209503,-0.525663554668427,0,-0.850692570209503,-0.525663554668427,0,-0.850692570209503,-0.525663554668427,0,-0.884717106819153,-0.466128408908844,0,-0.884717106819153,-0.466128408908844,0,-0.884717106819153,-0.466128408908844,0,-0.0311113428324461,0.999515950679779,-0.0471686087548733,-0.0311155058443546,0.998402178287506,0.0029576220549643,-0.0286661833524704,0.999584674835205,0.00306823546998203,-0.0297382846474648,0.999553024768829,-0.0471669882535934,-0.0321993231773376,0.99836790561676,-0.0439754836261272,-0.0345915742218494,0.998433589935303,0.000601275649387389,-0.00582774868234992,0.999982833862305,-0.0464619100093842,-0.0106904748827219,0.998862862586975,
  1111. 0.00324153737165034,-0.000816971703898162,0.999994516372681,-0.00462111737579107,0.00116467289626598,0.999988734722137,-0.046748448163271,-0.00791901163756847,0.998875319957733,-0.00654765870422125,-0.00647951336577535,0.99995756149292,0,-0.0308293774724007,0.999524652957916,-0.0471690222620964,-0.0308335050940514,0.998410940170288,0.00292884162627161,-0.0283872336149216,0.99959272146225,0.00299296225421131,-0.0290087107568979,0.999574780464172,-0.0471680983901024,-0.0314617678523064,0.998391389846802,-0.0440517626702785,-0.0338622219860554,0.998455226421356,0.000585809932090342,-0.00567785045132041,0.999983727931976,-0.046477448195219,-0.0105402916669846,0.998863756656647,0.00281701283529401,-0.000709977757651359,0.999995768070221,-0.00455502327531576,0.00114801514428109,0.999988973140717,-0.0467460341751575,-0.00794236734509468,0.998875260353088,-0.00648156646639109,-0.00649617332965136,0.999957919120789,-0.0127799892798066,0.0621518716216087,-0.997984886169434,-0.0127799892798066,0.0621518716216087,-0.997984886169434,0.034715823829174,0.0597827509045601,-0.99760764837265,-0.0175614785403013,-0.0386855751276016,-0.999097108840942,0.0216819159686565,-0.0405375249683857,-0.998942732810974,0.0291905514895916,-0.0411019586026669,-0.998728454113007,0.0253473185002804,0.0370216779410839,-0.998993039131165,-0.0138968750834465,0.0388983823359013,-0.999146640300751,0.0175011642277241,0.0373921655118465,-0.999147415161133,-0.0229333452880383,-0.017245952039957,0.999588251113892,-0.0542994104325771,-0.0184900239109993,0.998353600502014,-0.0150771765038371,-0.0169368814677,0.999742984771729,-0.0573193281888962,0.0608074851334095,0.996502459049225,-0.010828179307282,0.0628693401813507,0.997963011264801,-0.0181695390492678,0.0623507760465145,0.997888922691345,-0.00507336668670177,-0.058988019824028,0.998245775699615,-0.0525380447506905,-0.06099022179842,0.996754705905914,-0.0525380447506905,-0.06099022179842,0.996754705905914,-0.012753059156239,0.0627104267477989,-0.997950375080109,-0.012753059156239,0.0627104267477989,-0.997950375080109,
  1112. 0.034745492041111,0.0603408105671406,-0.997573018074036,-0.017580546438694,-0.0390945561230183,-0.999080955982208,0.0216622110456228,-0.0409464500844479,-0.998926520347595,0.0291675068438053,-0.0415107756853104,-0.998712241649628,0.0253092274069786,0.0361999608576298,-0.999024033546448,-0.0139362039044499,0.0380762964487076,-0.999177753925323,0.0174628347158432,0.0365704819560051,-0.99917858839035,-0.0229258053004742,-0.0174356307834387,0.999585211277008,-0.0542917624115944,-0.0186797976493835,0.998350381851196,-0.0150696570053697,-0.0171265620738268,0.999739766120911,-0.0573016293346882,0.0603147931396961,0.996533334255219,-0.0108051542192698,0.0623767822980881,0.997994184494019,-0.0181506313383579,0.0618581175804138,0.997919917106628,-0.00490819569677114,-0.0624491833150387,0.998036086559296,-0.052390094846487,-0.0644539445638657,0.996544539928436,-0.052390094846487,-0.0644539445638657,0.996544539928436,0.0157428216189146,-0.999669134616852,0.0203415546566248,0.0157428216189146,-0.999669134616852,0.0203415546566248,0.0157428216189146,-0.999669134616852,0.0203415546566248,0.0157460793852806,-0.999876022338867,-8.22659967525397e-006,0.0157460793852806,-0.999876022338867,-8.22659967525397e-006,0.0157460793852806,-0.999876022338867,-8.22659967525397e-006,0.0157460793852806,-0.999876022338867,-8.22659967525397e-006,0.0157460793852806,-0.999876022338867,-8.22659967525397e-006,0.0157460793852806,-0.999876022338867,-8.22659967525397e-006,0.015733040869236,-0.999047994613647,-0.0406910553574562,0.015733040869236,-0.999047994613647,-0.0406910553574562,0.015733040869236,-0.999047994613647,-0.0406910553574562,0.0157429594546556,-0.999677836894989,0.019914124161005,0.0157429594546556,-0.999677836894989,0.019914124161005,0.0157429594546556,-0.999677836894989,0.019914124161005,0.0157460793852806,-0.999876022338867,-4.11288528994191e-005,0.0157460793852806,-0.999876022338867,-4.11288528994191e-005,0.0157460793852806,-0.999876022338867,-4.11288528994191e-005,0.0157460793852806,-0.999876022338867,-4.11288528994191e-005,0.0157460793852806,-0.999876022338867,-4.11288528994191e-005,
  1113. 0.0157460793852806,-0.999876022338867,-4.11288528994191e-005,0.0157333575189114,-0.999068140983582,-0.0401908680796623,0.0157333575189114,-0.999068140983582,-0.0401908680796623,0.0157333575189114,-0.999068140983582,-0.0401908680796623,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.99978643655777,-4.86828215967469e-018,0.020666491240263,0.99978643655777,-4.86828215967469e-018,0.020666491240263,0.99978643655777,-4.86828215967469e-018,0.020666491240263,0.99978643655777,-4.86828215967469e-018,0.020666491240263,0.99978643655777,-4.86828215967469e-018,0.020666491240263,0.99978643655777,-4.86828215967469e-018,0.020666491240263,0.99978643655777,-4.86828215967469e-018,0.020666491240263,0.99978643655777,-4.86828215967469e-018,0.020666491240263,0.99978643655777,-4.86828215967469e-018,0.020666491240263,0.999786376953125,-4.87423786008507e-018,0.0206682402640581,0.999786376953125,-4.87423786008507e-018,0.0206682402640581,0.999786376953125,-4.87423786008507e-018,0.0206682402640581,0.0488984063267708,0.0129910670220852,-0.998719274997711,0,0.0158956162631512,-0.999873757362366,0.0471854954957962,0.0158977843821049,-0.998759627342224,0,0.0304831974208355,-0.999535262584686,0.0503712892532349,0.0274354126304388,-0.998353660106659,0.00333041022531688,0.0322793647646904,-0.999473333358765,0.000929708767216653,0.00901102647185326,-0.999958992004395,0.0479917712509632,0.00414833473041654,-0.998839139938354,0.0396402478218079,0.00966835301369429,-0.999167263507843,0.0479594171047211,0.011697418987751,-0.998780786991119,0.0482868738472462,0.00702255684882402,-0.998808801174164,0.0498283244669437,0.00403333455324173,-0.998749673366547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.99978643655777,-4.86820564546803e-018,0.020666491240263,0.99978643655777,-4.86820564546803e-018,0.020666491240263,0.99978643655777,-4.86820564546803e-018,0.020666491240263,0.99978643655777,-4.86820564546803e-018,0.020666491240263,0.99978643655777,-4.86820564546803e-018,0.020666491240263,0.99978643655777,-4.86820564546803e-018,0.020666491240263,0.99978643655777,-4.86820564546803e-018,0.020666491240263,
  1114. 0.99978643655777,-4.86820564546803e-018,0.020666491240263,0.99978643655777,-4.86820564546803e-018,0.020666491240263,0.999786376953125,-4.87414893816922e-018,0.0206682402640581,0.999786376953125,-4.87414893816922e-018,0.0206682402640581,0.999786376953125,-4.87414893816922e-018,0.0206682402640581,0.0489910282194614,0.0138964056968689,-0.998702645301819,0,0.0168099831789732,-0.999858796596527,0.0471847988665104,0.0168122742325068,-0.998744785785675,0,0.0315488763153553,-0.999502301216125,0.0504785068333149,0.0284906998276711,-0.998318791389465,0.00343922222964466,0.0333340056240559,-0.999438345432281,0.000959153519943357,0.0092964144423604,-0.999956429004669,0.0480210408568382,0.00443316111341119,-0.998836576938629,0.0404643155634403,0.00986934546381235,-0.999132215976715,0.0468519143760204,0.0114272963255644,-0.99883645772934,0.0482475869357586,0.00663967663422227,-0.998813331127167,0.0487209334969521,0.00376278650946915,-0.998805344104767,-0.0373607650399208,0.569652378559113,0.821036159992218,-0.00765507528558373,0.512316763401031,0.858762443065643,-0.00214523635804653,0.519969940185547,0.854181885719299,-0.0119374915957451,0.569324553012848,0.822026193141937,-0.013254108838737,0.512400448322296,0.858644366264343,-0.0386992171406746,0.568820953369141,0.82155054807663,-0.0337200611829758,0.512569546699524,0.857983350753784,-0.032583836466074,0.569331228733063,0.821462273597717,-0.0332615673542023,0.511667847633362,0.858539402484894,-0.397470712661743,0.527469158172607,0.750861883163452,0.77290803194046,0.627043485641479,-0.0971063748002052,-0.0488160103559494,0.725973606109619,-0.685987830162048,0.0379793383181095,0.565612256526947,0.823796331882477,0.0387130603194237,0.51205438375473,0.858080208301544,0.0389397963881493,0.568271934986115,0.821918904781342,0.00316666066646576,0.512195229530334,0.858863353729248,0.00235648779198527,0.565557301044464,0.82470566034317,0.00324384006671607,0.51799464225769,0.855377733707428,0.00540065858513117,0.565590023994446,0.824668884277344,0.00578250270336866,0.527042150497437,0.849819481372833,
  1115. 0.00628677289932966,0.518028020858765,0.855340540409088,-0.0830087661743164,0.72451776266098,-0.684239447116852,-0.0777394846081734,0.874025821685791,-0.479620158672333,-0.573657095432281,0.473665118217468,0.668250620365143,-0.834406018257141,0.486156821250916,-0.259650111198425,-0.808397114276886,0.54128223657608,-0.231317207217216,-0.802979350090027,0.349614709615707,0.482694268226624,0.107255838811398,0.721801459789276,-0.683738887310028,0.10929211974144,0.91404265165329,-0.39061650633812,0.108473554253578,0.870798528194427,-0.479524195194244,-0.287218570709229,0.537972569465637,0.792521953582764,-0.304522484540939,0.546127140522003,0.780391693115234,-0.34460973739624,0.863224923610687,-0.368899554014206,-0.404280692338943,0.841053545475006,-0.359424591064453,-0.405436992645264,0.666374862194061,-0.625751852989197,-0.399208933115005,0.750442326068878,-0.526752829551697,-0.71971732378006,0.405682325363159,0.563408255577087,-0.836456716060638,-0.448560476303101,0.314854979515076,-0.785884141921997,-0.44500795006752,0.429365009069443,-0.25715759396553,0.888626098632813,-0.3797547519207,-0.244803816080093,0.911867320537567,-0.329498261213303,-0.215257078409195,0.549478650093079,0.807302713394165,-0.218137830495834,0.917834997177124,-0.331654638051987,-0.218736529350281,0.89728319644928,-0.383454352617264,-0.226922914385796,0.797139525413513,-0.559530675411224,0.00112650659866631,0.527144014835358,0.849775195121765,0.00138002843596041,0.565545678138733,0.824715852737427,0.00211472949013114,0.569181203842163,0.822209417819977,0.0167532451450825,0.568912148475647,0.822227776050568,0.0433021411299706,0.565558612346649,0.823570489883423,0.0281582623720169,0.940110921859741,-0.339703917503357,0.000172792337252758,0.578249394893646,0.815860033035278,0.00286543555557728,0.527107298374176,0.849793910980225,0.00384787749499083,0.569155693054199,0.822220742702484,-0.0111951269209385,0.940424799919128,-0.339817345142365,0.0589668825268745,0.581415176391602,0.811467349529266,-0.0251524150371552,0.569356679916382,0.821705877780914,
  1116. 0.000645255320705473,0.52715390920639,0.849769592285156,-0.00176971638575196,0.57811039686203,0.815956652164459,0.00283043901436031,0.530879616737366,0.847442507743835,0.00176479818765074,0.530816555023193,0.847484946250916,-0.00293263792991638,0.578026115894318,0.816012978553772,0.0369684100151062,0.539228200912476,0.841347932815552,0.587067842483521,0.508902847766876,0.629578649997711,0.857248842716217,0.484257280826569,-0.174983710050583,0.860840380191803,0.477293878793716,-0.176478400826454,0.341088652610779,0.769407749176025,-0.540065050125122,0.339784771203995,0.882134437561035,-0.326167404651642,0.340044289827347,0.884439766407013,-0.319587469100952,-0.162320271134377,0.88658607006073,-0.433148086071014,0.49453929066658,0.537115752696991,0.68332827091217,0.00585546297952533,0.937922656536102,-0.346794992685318,0.0608408413827419,0.936201214790344,-0.346158474683762,0.060074757784605,0.817013442516327,-0.573480606079102,-0.162486344575882,0.849826037883759,-0.50139194726944,0.0429641827940941,0.000338306301273406,-0.999076664447784,0.0409098081290722,-0.596465289592743,-0.801595628261566,0.0270448587834835,0.00872261263430119,-0.999596178531647,0.0312136057764292,-0.596796631813049,-0.801785171031952,0.0307428650557995,0.000242075242567807,-0.999527275562286,0.0320626944303513,-0.50738000869751,-0.861125707626343,0.960052907466888,0.22902949154377,-0.160761088132858,0.947822630405426,-0.178317382931709,-0.264263391494751,0.935759305953979,-0.215433463454247,-0.27918267250061,-0.00939706899225712,-0.505921423435211,-0.862528383731842,-0.0209923312067986,-0.000165288161952049,-0.999779641628265,0.00555848376825452,-0.0159208457916975,-0.999857902526855,-0.584228456020355,-0.427134960889816,-0.690096259117126,-0.119362778961658,0.303777456283569,-0.945236384868622,-0.542554020881653,0.687550187110901,-0.482607364654541,-0.916861355304718,0.326746642589569,-0.229351013898849,-0.919495165348053,-0.160169243812561,-0.358990907669067,-0.91988867521286,-0.210668444633484,-0.330792486667633,-0.00397705240175128,-0.506161689758301,-0.862429440021515,
  1117. 0.0120713990181684,-0.0161250196397305,-0.999797105789185,-0.00840208400040865,-0.551428377628326,-0.834180057048798,-0.024715319275856,-0.552029192447662,-0.833458542823792,-0.0238318126648664,-0.521462559700012,-0.852941274642944,-0.0195416528731585,-0.505431652069092,-0.862645328044891,0.0250947270542383,-0.000197590663447045,-0.999685049057007,0.0161719284951687,-0.550245583057404,-0.834846377372742,0.0398900918662548,-0.0169895850121975,-0.999059617519379,0.00321463053114712,-0.521425604820251,-0.853290677070618,0.00350333354435861,-0.550897002220154,-0.834565877914429,0.00936932861804962,-7.37686932552606e-005,-0.999956130981445,0.0100848460569978,-7.94026345829479e-005,-0.999949157238007,0.0130055164918303,-0.553100943565369,-0.833012759685516,0.00372311077080667,-0.521421253681183,-0.853291273117065,0.0126236006617546,-0.551164507865906,-0.834301114082336,0.00584211992099881,-4.59953625977505e-005,-0.999982953071594,0.0173988528549671,-0.552413582801819,-0.833388566970825,-0.0137426573783159,-0.0503920614719391,0.998635053634644,0.998478531837463,-0.00345074664801359,0.0550342723727226,-0.0215712338685989,-0.0511660613119602,0.998457193374634,0.958631336688995,-0.27970364689827,0.0528379715979099,-3.60572357749334e-006,-0.371312946081162,0.928507804870605,0.998468160629272,-0.0224186573177576,0.0505840741097927,0.998474538326263,-0.0147115020081401,0.053217925131321,0.999869585037231,-0.00359445693902671,-0.0157459769397974,0.99847799539566,-0.00359419966116548,0.0550342202186584,0.0104266935959458,-0.375181674957275,0.926892638206482,0.998468160629272,-0.0224186573177576,0.0505840741097927,-3.60572357749334e-006,-0.371312946081162,0.928507804870605,0.0260147396475077,0.0514789223670959,-0.998335182666779,0.018196752294898,0.0523439981043339,-0.998463332653046,0.999869763851166,-0.00353909377008677,-0.0157459806650877,0.996244609355927,-0.0503927879035473,0.0704079568386078,0.0471036583185196,-0.998831391334534,0.0108185699209571,0.0407411493360996,-0.998839020729065,-0.0257045682519674,0.962084949016571,0.272328913211823,-0.0151509447023273,
  1118. 0.999812960624695,0.0156958270817995,-0.0113007836043835,0.0395052991807461,0.372626513242722,-0.927140116691589,0.999869585037231,-0.00359445693902671,-0.0157459769397974,0.998474538326263,-0.0147115020081401,0.053217925131321,0.999870359897614,0.00820717588067055,-0.0138603886589408,0.999812960624695,0.0156958270817995,-0.0113007836043835,0.0498836450278759,0.37639531493187,-0.92511522769928,0.0395052991807461,0.372626513242722,-0.927140116691589,0.730117559432983,-0.658525943756104,-0.182406291365623,0.0410347580909729,-0.929611504077911,0.366249442100525,0.809519290924072,-0.517977774143219,-0.276364803314209,0.998474538326263,-0.0147115020081401,0.053217925131321,0.998856782913208,-0.018191596493125,0.044206514954567,0.999870359897614,0.00820717588067055,-0.0138603886589408,0.0410347580909729,-0.929611504077911,0.366249442100525,0.884096205234528,-0.063639834523201,0.462951511144638,0.809519290924072,-0.517977774143219,-0.276364803314209,0.999870359897614,0.00820614118129015,-0.0138607425615191,0.998856782913208,-0.0181928500533104,0.0442057363688946,0.999938309192657,0.0108132222667336,-0.00255048531107605,0.998671591281891,-0.0480593778192997,0.0185850355774164,0.999938309192657,0.0108132222667336,-0.00255048531107605,0.998856782913208,-0.0181928500533104,0.0442057363688946,0.72681850194931,0.653556346893311,0.211184784770012,0.800794720649719,0.512248933315277,0.310369253158569,0.0626724064350128,0.929788410663605,-0.362720102071762,0.999938368797302,0.0108139216899872,-0.00255005247890949,0.998671531677246,-0.0480594784021378,0.018587214872241,0.998671412467957,0.0460928119719028,0.0230404995381832,0.902696430683136,0.0627575740218163,-0.425676703453064,0.0626724064350128,0.929788410663605,-0.362720102071762,0.800794720649719,0.512248933315277,0.310369253158569,0.0552565008401871,0.998446881771088,-0.00711278105154634,0.998345077037811,0.0486168637871742,-0.0307170711457729,0.0476281978189945,0.99844217300415,0.0290653295814991,0.0593986473977566,-0.118228800594807,-0.991208255290985,0.783408999443054,0.0968697592616081,-0.613910913467407,
  1119. 0.746568441390991,-0.18295906484127,-0.639657378196716,0.992582261562347,0.0123779391869903,-0.120944015681744,0.105606511235237,-0.695579171180725,-0.710645377635956,0.998712003231049,-0.0504791215062141,-0.00511684408411384,0.0325505584478378,-0.724042475223541,-0.688987016677856,0.821689665317535,-0.559498012065887,0.108573086559772,0.108601972460747,-0.753143429756165,-0.64883017539978,0.999844491481781,-0.0110876122489572,-0.0137122850865126,0.999748826026917,0.00430282298475504,0.0219950452446938,0.999748826026917,-0.0112540731206536,0.019381444901228,0.986406981945038,0.15653084218502,-0.0499931611120701,0.0471910387277603,-0.00417990190908313,-0.998877227306366,0.9998699426651,-0.00351544027216733,-0.015745984390378,0.998450934886932,0.00398191623389721,0.0554971396923065,0.999844491481781,-0.011087735183537,-0.0137122580781579,0.999869644641876,-0.00359879597090185,-0.0157459788024426,0.999748766422272,0.00430249283090234,0.0219970103353262,0.999844491481781,-0.011087735183537,-0.0137122580781579,0.998450934886932,0.00398191623389721,0.0554971396923065,0.998450934886932,0.00398585572838783,0.0554962828755379,0.999869585037231,-0.00359493191353977,-0.0157459769397974,0.99847799539566,-0.00359467417001724,0.0550342164933681,0.986631274223328,-0.0192931424826384,0.161822557449341,0.99795126914978,0.0435722097754478,0.0468484275043011,0.0716226100921631,0.69418865442276,0.716220855712891,0.721562147140503,0.691206514835358,0.0397711619734764,0.0803616642951965,0.778890073299408,0.621990740299225,0.798948287963867,0.5954270362854,-0.0845476910471916,0.75732684135437,-0.102297008037567,0.644973933696747,0.0115599418058991,0.112042590975761,0.993636190891266,0.721737205982208,0.176033467054367,0.66940838098526,0.011514157988131,0.111598841845989,0.993686616420746,0.998478531837463,-0.00344466650858521,0.0550342760980129,0,-0.00411035912111402,0.999991655349731,0.0123408045619726,-0.119610950350761,0.992744147777557,0.719476103782654,-0.181331411004066,0.670427560806274,0.756938457489014,0.102374613285065,0.645417332649231,
  1120. 0.756302535533905,0.10250148922205,0.646142303943634,0.983470857143402,0.157252684235573,0.0897588580846787,0.0123167522251606,-0.119377829134464,0.99277251958847,0.983470857143402,0.157252684235573,0.0897588580846787,0,-0.0041091525927186,0.999991655349731,0.0123167522251606,-0.119377829134464,0.99277251958847,0.999804317951202,0.00327826989814639,0.0195135083049536,0.998481810092926,-0.0108502181246877,0.0540033653378487,0.99977320432663,-0.00450045010074973,0.0208198558539152,0,-0.00401170924305916,0.999991953372955,0.983537018299103,0.156882271170616,0.089681938290596,0.998478829860687,-0.00335822114720941,0.0550342909991741,0.999875545501709,0.00422054715454578,-0.0152080338448286,0.99847799539566,-0.00359446369111538,0.0550342202186584,0.998481810092926,-0.0108497822657228,0.0540034621953964,0.999875545501709,0.00422054715454578,-0.0152080338448286,0.998481810092926,-0.0108497822657228,0.0540034621953964,0.999804258346558,0.00327880354598165,0.0195166859775782,0.99847799539566,-0.00359853729605675,0.0550342164933681,0.999875545501709,0.00421640044078231,-0.015208937227726,0.999869644641876,-0.00359879597090185,-0.0157459788024426,0.782742083072662,-0.103109255433083,-0.613745510578156,0.0586082339286804,0.110115043818951,-0.992189347743988,0.985280334949493,-0.163038581609726,-0.0513919927179813,0.0586082339286804,0.110115043818951,-0.992189347743988,0.9998699426651,-0.00351542211137712,-0.015745984390378,0.985280334949493,-0.163038581609726,-0.0513919927179813,0.0586286298930645,0.110323995351791,-0.992164969444275,0.783406794071198,-0.102970562875271,-0.612919986248016,0.748733937740326,0.177425473928452,-0.638684451580048,0.9998699426651,-0.00351543119177222,-0.015745984390378,0.0586103945970535,0.110137097537518,-0.992186903953552,0.0471910312771797,-0.00417908979579806,-0.998877167701721,0.999714910984039,-0.00352939730510116,-0.0236151404678822,0.056843563914299,-0.0476855076849461,-0.997243762016296,0.056843563914299,-0.0476855076849461,-0.997243762016296,0.0563360005617142,-0.0339671932160854,-0.997833907604218,
  1121. 0.999715209007263,-0.00344655802473426,-0.0236150752753019,0.999862194061279,0.00515610305592418,-0.0157862175256014,0.662447571754456,0.00409368192777038,-0.749097108840942,0.0563360005617142,-0.0339671932160854,-0.997833907604218,0.999862194061279,0.00515610305592418,-0.0157862175256014,0.998015522956848,-0.00359994452446699,0.0628671199083328,0.999869048595428,-0.0038857008330524,-0.0157153829932213,0.999714732170105,-0.00360026326961815,-0.0236153211444616,0.999868988990784,-0.00388185936026275,-0.0157154109328985,0.998671412467957,0.0460928119719028,0.0230404995381832,0.998671531677246,-0.0480594784021378,0.018587214872241,0.999868929386139,-0.00388845964334905,-0.0157153587788343,0.998015403747559,-0.00360265001654625,0.0628671124577522,0.99801504611969,-0.00327036739327013,0.0628928393125534,0.998671293258667,0.0460924804210663,0.0230473484843969,0.999868929386139,-0.00388845964334905,-0.0157153587788343,0.99801504611969,-0.00327036739327013,0.0628928393125534,0.0180056858807802,0.0482295155525208,0.998673975467682,0.997973501682281,-0.00936494488269091,0.0629381760954857,0.998016476631165,-0.00332046556286514,0.0628671497106552,0.630101084709167,-0.00691564800217748,0.776482284069061,0.997945964336395,-0.0118473256006837,0.0629559829831123,0.017349299043417,0.0341382846236229,0.999266624450684,0.997945964336395,-0.0118473256006837,0.0629559829831123,0.017349299043417,0.0341382846236229,0.999266624450684,0.017349299043417,0.0341382846236229,0.999266624450684,-0.0325179286301136,0.473980039358139,0.879934966564178,0.899824738502502,0.43342313170433,0.0495966635644436,-0.0395258069038391,0.477216750383377,0.877896308898926,0.958631336688995,-0.27970364689827,0.0528379715979099,-3.60572357749334e-006,-0.371312946081162,0.928507804870605,0.998468160629272,-0.0224186573177576,0.0505840741097927,0.998474538326263,-0.0147115020081401,0.053217925131321,0.999869585037231,-0.00359445693902671,-0.0157459769397974,0.99847799539566,-0.00359419966116548,0.0550342202186584,0.0104266935959458,-0.375181674957275,0.926892638206482,
  1122. 0.998468160629272,-0.0224186573177576,0.0505840741097927,-3.60572357749334e-006,-0.371312946081162,0.928507804870605,-0.00159334915224463,-0.473989427089691,-0.880529224872589,-0.00870541762560606,-0.477184295654297,-0.878760159015656,0.89879846572876,-0.438133507966995,-0.0141543075442314,0.996244609355927,-0.0503927879035473,0.0704079568386078,0.0471036583185196,-0.998831391334534,0.0108185699209571,0.0407411493360996,-0.998839020729065,-0.0257045682519674,0.962084949016571,0.272328913211823,-0.0151509447023273,0.999812960624695,0.0156958270817995,-0.0113007836043835,0.0395052991807461,0.372626513242722,-0.927140116691589,0.999869585037231,-0.00359445693902671,-0.0157459769397974,0.998474538326263,-0.0147115020081401,0.053217925131321,0.999870359897614,0.00820717588067055,-0.0138603886589408,0.999812960624695,0.0156958270817995,-0.0113007836043835,0.0498836450278759,0.37639531493187,-0.92511522769928,0.0395052991807461,0.372626513242722,-0.927140116691589,0.730117559432983,-0.658525943756104,-0.182406291365623,0.0410347580909729,-0.929611504077911,0.366249442100525,0.809519290924072,-0.517977774143219,-0.276364803314209,0.998474538326263,-0.0147115020081401,0.053217925131321,0.998856782913208,-0.018191596493125,0.044206514954567,0.999870359897614,0.00820717588067055,-0.0138603886589408,0.0410347580909729,-0.929611504077911,0.366249442100525,0.884096205234528,-0.063639834523201,0.462951511144638,0.809519290924072,-0.517977774143219,-0.276364803314209,0.999870359897614,0.00820614118129015,-0.0138607425615191,0.998856782913208,-0.0181928500533104,0.0442057363688946,0.999938309192657,0.0108132222667336,-0.00255048531107605,0.998671591281891,-0.0480593778192997,0.0185850355774164,0.999938309192657,0.0108132222667336,-0.00255048531107605,0.998856782913208,-0.0181928500533104,0.0442057363688946,0.72681850194931,0.653556346893311,0.211184784770012,0.800794720649719,0.512248933315277,0.310369253158569,0.0626724064350128,0.929788410663605,-0.362720102071762,0.999938368797302,0.0108139216899872,-0.00255005247890949,0.998671531677246,-0.0480594784021378,0.018587214872241,
  1123. 0.998671412467957,0.0460928119719028,0.0230404995381832,0.902696430683136,0.0627575740218163,-0.425676703453064,0.0626724064350128,0.929788410663605,-0.362720102071762,0.800794720649719,0.512248933315277,0.310369253158569,0.0552565008401871,0.998446881771088,-0.00711278105154634,0.998345077037811,0.0486168637871742,-0.0307170711457729,0.0476281978189945,0.99844217300415,0.0290653295814991,0.0593986473977566,-0.118228800594807,-0.991208255290985,0.783408999443054,0.0968697592616081,-0.613910913467407,0.746568441390991,-0.18295906484127,-0.639657378196716,0.995524823665619,0.0078569408506155,-0.0941734313964844,0.108741477131844,-0.756092071533203,-0.645368158817291,0.998243927955627,-0.0591513141989708,-0.0032209933269769,0.0316709578037262,-0.741351962089539,-0.670368790626526,0.804318845272064,-0.583158671855927,0.114005170762539,0.109274618327618,-0.767692506313324,-0.631432712078094,0.999844491481781,-0.0110876122489572,-0.0137122850865126,0.999748826026917,0.00430282298475504,0.0219950452446938,0.999748826026917,-0.0112540731206536,0.019381444901228,0.986406981945038,0.15653084218502,-0.0499931611120701,0.0471910387277603,-0.00417990190908313,-0.998877227306366,0.9998699426651,-0.00351544027216733,-0.015745984390378,0.998450934886932,0.00398191623389721,0.0554971396923065,0.999844491481781,-0.011087735183537,-0.0137122580781579,0.999869644641876,-0.00359879597090185,-0.0157459788024426,0.999748766422272,0.00430249283090234,0.0219970103353262,0.999844491481781,-0.011087735183537,-0.0137122580781579,0.998450934886932,0.00398191623389721,0.0554971396923065,0.998450934886932,0.00398585572838783,0.0554962828755379,0.999869585037231,-0.00359493191353977,-0.0157459769397974,0.99847799539566,-0.00359467417001724,0.0550342164933681,0.990708589553833,-0.0147871701046824,0.135195448994637,0.997623026371002,0.0522334910929203,0.0449439808726311,0.0781024023890495,0.756992816925049,0.648738861083984,0.701911091804504,0.711213052272797,0.0386880300939083,0.0819198563694954,0.793992519378662,0.602382779121399,0.778722882270813,0.620704770088196,-0.0911934673786163,
  1124. 0.75732684135437,-0.102297008037567,0.644973933696747,0.0115599418058991,0.112042590975761,0.993636190891266,0.721737205982208,0.176033467054367,0.66940838098526,0.011514157988131,0.111598841845989,0.993686616420746,0.998478531837463,-0.00344466650858521,0.0550342760980129,0,-0.00411035912111402,0.999991655349731,-0.00277373916469514,0.0268839113414288,0.999634742736816,0.342343062162399,-0.0862816199660301,0.935605108737946,0.37798860669136,0.150444895029068,0.913504779338837,0.756302535533905,0.10250148922205,0.646142303943634,0.983470857143402,0.157252684235573,0.0897588580846787,0.0123167522251606,-0.119377829134464,0.99277251958847,0.983470857143402,0.157252684235573,0.0897588580846787,0,-0.0041091525927186,0.999991655349731,0.0123167522251606,-0.119377829134464,0.99277251958847,0.999804317951202,0.00327826989814639,0.0195135083049536,0.998481810092926,-0.0108502181246877,0.0540033653378487,0.99977320432663,-0.00450045010074973,0.0208198558539152,0,-0.00401170924305916,0.999991953372955,0.983537018299103,0.156882271170616,0.089681938290596,0.998478829860687,-0.00335822114720941,0.0550342909991741,0.999875545501709,0.00422054715454578,-0.0152080338448286,0.99847799539566,-0.00359446369111538,0.0550342202186584,0.998481810092926,-0.0108497822657228,0.0540034621953964,0.999875545501709,0.00422054715454578,-0.0152080338448286,0.998481810092926,-0.0108497822657228,0.0540034621953964,0.999804258346558,0.00327880354598165,0.0195166859775782,0.99847799539566,-0.00359853729605675,0.0550342164933681,0.999875545501709,0.00421640044078231,-0.015208937227726,0.999869644641876,-0.00359879597090185,-0.0157459788024426,0.782742083072662,-0.103109255433083,-0.613745510578156,0.0586082339286804,0.110115043818951,-0.992189347743988,0.985280334949493,-0.163038581609726,-0.0513919927179813,0.0586082339286804,0.110115043818951,-0.992189347743988,0.9998699426651,-0.00351542211137712,-0.015745984390378,0.985280334949493,-0.163038581609726,-0.0513919927179813,0.0444160811603069,-0.0303756576031446,-0.998551309108734,0.416387349367142,-0.150632560253143,-0.896622359752655,
  1125. 0.382626116275787,0.085844524204731,-0.919906497001648,0.9998699426651,-0.00351543119177222,-0.015745984390378,0.0586103945970535,0.110137097537518,-0.992186903953552,0.0471910312771797,-0.00417908979579806,-0.998877167701721,0.999714910984039,-0.00352939730510116,-0.0236151404678822,0.056843563914299,-0.0476855076849461,-0.997243762016296,0.056843563914299,-0.0476855076849461,-0.997243762016296,0.0563360005617142,-0.0339671932160854,-0.997833907604218,0.999715209007263,-0.00344655802473426,-0.0236150752753019,0.999862194061279,0.00515610305592418,-0.0157862175256014,0.662447571754456,0.00409368192777038,-0.749097108840942,0.0563360005617142,-0.0339671932160854,-0.997833907604218,0.999862194061279,0.00515610305592418,-0.0157862175256014,0.998015522956848,-0.00359994452446699,0.0628671199083328,0.999869048595428,-0.0038857008330524,-0.0157153829932213,0.999714732170105,-0.00360026326961815,-0.0236153211444616,0.999868988990784,-0.00388185936026275,-0.0157154109328985,0.998671412467957,0.0460928119719028,0.0230404995381832,0.998671531677246,-0.0480594784021378,0.018587214872241,0.999868929386139,-0.00388845964334905,-0.0157153587788343,0.998015403747559,-0.00360265001654625,0.0628671124577522,0.99801504611969,-0.00327036739327013,0.0628928393125534,0.998671293258667,0.0460924804210663,0.0230473484843969,0.999868929386139,-0.00388845964334905,-0.0157153587788343,0.99801504611969,-0.00327036739327013,0.0628928393125534,0.0180056858807802,0.0482295155525208,0.998673975467682,0.997973501682281,-0.00936494488269091,0.0629381760954857,0.998016476631165,-0.00332046556286514,0.0628671497106552,0.630101084709167,-0.00691564800217748,0.776482284069061,0.997945964336395,-0.0118473256006837,0.0629559829831123,0.017349299043417,0.0341382846236229,0.999266624450684,0.997945964336395,-0.0118473256006837,0.0629559829831123,0.017349299043417,0.0341382846236229,0.999266624450684,0.017349299043417,0.0341382846236229,0.999266624450684,-0.155125588178635,0.431474357843399,0.888687789440155,-0.144822254776955,0.456886649131775,0.877656579017639,
  1126. -0.16211561858654,-0.513277113437653,0.842772305011749,0.271170407533646,-0.51284271478653,0.814529895782471,0.287522614002228,-0.492216795682907,0.821616291999817,0.314590632915497,0.422397375106812,0.850066542625427,-0.195545852184296,0.447820842266083,0.872478246688843,-0.252315640449524,0.498205542564392,0.829534828662872,-0.202437281608582,-0.512185394763947,0.834676742553711,0.0813240110874176,-0.505638182163239,0.858904242515564,-0.0619796365499496,-0.524909675121307,0.848898351192474,-0.0501814410090446,0.527006685733795,0.848378360271454,0.000412088702432811,-0.578207850456238,0.815889537334442,-0.0022363958414644,-0.52712082862854,0.849787533283234,-0.00720594311133027,-0.516383051872253,0.856327414512634,-0.00610870821401477,-0.527034640312195,0.849821984767914,-0.00536353420466185,-0.565624415874481,0.824645519256592,-0.00655565690249205,-0.51803070306778,0.855336904525757,-0.00238308892585337,-0.578404903411865,0.815746366977692,-0.00607769144698977,-0.569120466709137,0.822231829166412,-0.0050947587005794,-0.527057945728302,0.849814116954803,-0.0041532889008522,-0.565604150295258,0.824666440486908,-0.00408498290926218,-0.527080595493317,0.849805474281311,-0.00507105700671673,-0.569136738777161,0.822227299213409,-0.0475227944552898,-0.580957174301147,0.812545597553253,0.0221543312072754,-0.940253019332886,-0.339755266904831,0.0368092656135559,-0.569302439689636,0.821303725242615,-0.0364081375300884,-0.565860688686371,0.823696613311768,-0.00325155700556934,-0.569164514541626,0.822217226028442,-0.0154778026044369,-0.940371096134186,-0.33979794383049,-0.0697298347949982,-0.938194513320923,-0.339011460542679,-0.143287554383278,-0.582410871982574,0.800166428089142,-0.0700946450233459,-0.93563175201416,-0.34594789147377,-0.00417712004855275,-0.937930583953857,-0.346797913312912,-0.482972383499146,-0.540073573589325,0.689244627952576,0.162302583456039,-0.887489020824432,-0.43130162358284,-0.407011061906815,-0.856735050678253,-0.316776037216187,-0.407080739736557,-0.747603952884674,-0.524760484695435,-0.407345056533813,-0.85891979932785,-0.310365974903107,
  1127. -0.0615364424884319,-0.816940605640411,-0.573429465293884,-0.0623944140970707,-0.936111271381378,-0.346125215291977,0.162465214729309,-0.847452104091644,-0.505400776863098,0.0932256206870079,-0.561252355575562,0.822377502918243,0.107464015483856,-0.93503749370575,-0.337870657444,0.112256310880184,-0.91373884677887,-0.390486687421799,0.154940828680992,-0.908446311950684,-0.388224929571152,0.154596567153931,-0.929176986217499,-0.335752993822098,0.160539746284485,-0.807875394821167,-0.567066431045532,-0.00583745539188385,4.59586372016929e-005,-0.999982953071594,-0.0125646945089102,0.550865590572357,-0.834499418735504,-0.0173891913145781,0.55210679769516,-0.833592057228088,-0.0130708310753107,0.553431808948517,-0.832791924476624,-0.0108392797410488,8.53430537972599e-005,-0.999941349029541,-0.00434535415843129,0.521415770053864,-0.853291690349579,0.124278128147125,-0.346497684717178,-0.929781854152679,0.610076606273651,0.417272180318832,-0.67356550693512,0.533675312995911,-0.692189931869507,-0.485864132642746,-0.0099129993468523,7.80495684011839e-005,-0.999950885772705,-0.00398178724572062,0.550873994827271,-0.834578931331635,-0.00367645430378616,0.521421670913696,-0.853291213512421,-0.0180142819881439,0.550143420696259,-0.834875881671906,-0.0272151790559292,0.000214287152630277,-0.999629676342011,-0.0419480986893177,0.017053060233593,-0.99897426366806,-0.0014942183624953,0.521439373493195,-0.853287160396576,-0.000480806775158271,0.551039338111877,-0.834479153156281,-0.00236544804647565,0.565603375434875,-0.824674010276794,-0.0294253882020712,0.0166657920926809,-0.999428153038025,-0.00713976100087166,0.565745174884796,-0.824549376964569,-0.00581237813457847,0.550784885883331,-0.834627032279968,0.960855185985565,0.124098531901836,-0.24770313501358,0.904508471488953,-0.349050641059875,-0.245006710290909,0.953554928302765,0.163450077176094,-0.253015995025635,-0.00702720368281007,-5.53381178178824e-005,-0.999975323677063,-0.0103610130026937,0.565833508968353,-0.824454426765442,-0.0332917794585228,0.0167856235057116,-0.999304711818695,
  1128. -0.0498122982680798,0.566438555717468,-0.822597146034241,-0.0557276718318462,-0.000438805873272941,-0.998445928096771,-0.0408239290118217,-0.0012858179397881,-0.999165534973145,0.00400223536416888,0.512280583381653,-0.858808815479279,0.00200852262787521,0.565462112426758,-0.824771821498871,0.0239935908466578,0.000755676708649844,-0.999711930751801,-0.898849844932556,-0.343652695417404,-0.271977573633194,-0.987737357616425,0.117516413331032,-0.102785289287567,-0.984168171882629,0.0627337843179703,-0.165763884782791,-0.84125816822052,-0.442504167556763,-0.31060391664505,-0.852790355682373,0.322362542152405,-0.410890579223633,-0.819641888141632,-0.445717930793762,-0.359892666339874,0.395169854164124,-0.697493851184845,-0.597781836986542,0.400101244449615,-0.842741847038269,-0.360146075487137,0.394566059112549,-0.752085566520691,-0.527906179428101,-0.00566130829975009,-0.919536352157593,-0.392964243888855,-0.00842079427093267,-0.763743340969086,-0.645465135574341,0.00871985964477062,-0.953856945037842,-0.300134837627411,0.440736770629883,-0.500428557395935,0.74519956111908,0.592275619506836,-0.740914881229401,-0.316630303859711,0.49998939037323,-0.816246807575226,-0.289399355649948,0.1939976811409,-0.543138444423676,0.816924452781677,0.160622760653496,-0.555059850215912,0.816155076026917,0.180539175868034,-0.904440820217133,-0.38651317358017,0.156548500061035,-0.546322047710419,0.822815179824829,0.107193924486637,-0.946513056755066,-0.304339438676834,-0.184716701507568,-0.642497003078461,0.743691742420197,-0.0346037819981575,-0.503297328948975,0.863420188426971,-0.0328418351709843,-0.565861344337463,0.823846101760864,-0.0337386503815651,-0.550304412841797,0.834282159805298,-0.00122981646563858,-0.565551817417145,0.824711859226227,-0.00297590508125722,-0.502951979637146,0.864309251308441,-0.00245017488487065,-0.517985165119171,0.855386078357697,0.286532908678055,-0.475957244634628,0.831482768058777,0.249748855829239,0.467618972063065,0.847913920879364,0.285580486059189,-0.492543816566467,0.822097539901733,0.526710271835327,-0.379312992095947,-0.760721981525421,
  1129. 0.537314713001251,0.435031473636627,-0.722523748874664,0.504251778125763,-0.404889583587646,-0.762754619121552,0.0177031382918358,-0.549570500850677,0.835259795188904,0.01569595746696,-0.503151476383209,0.864055812358856,0.0143989957869053,-0.551193535327911,0.834253191947937,0.0387703143060207,-0.501725316047668,0.864157736301422,0.0390048958361149,-0.551154553890228,0.833491146564484,0.0401048175990582,-0.503305912017822,0.863177120685577,0.0105729885399342,-0.503080904483795,0.864174664020538,0.0184171609580517,-0.549185276031494,0.835497677326202,-0.0131435887888074,-0.456488311290741,0.889632344245911,0.269958168268204,-0.489712119102478,0.829038381576538,0.272200852632523,-0.376562535762787,0.885498344898224,0.450181782245636,0.448168605566025,0.772321999073029,0.010769915767014,0.511927962303162,0.858960866928101,0.0105855511501431,-0.50264972448349,0.864425361156464,-0.0170130208134651,-0.502474129199982,0.864424884319305,0.614774405956268,-0.384040504693985,0.688887119293213,0.577159583568573,0.406482815742493,0.708278596401215,0.54569000005722,0.392434298992157,0.740417301654816,-0.0597904920578003,-0.897575378417969,-0.436787784099579,0.0666509568691254,-0.896758019924164,-0.437473088502884,0.00692330533638597,-0.898152470588684,-0.439629882574081,0.0669673830270767,-0.882598042488098,-0.465334326028824,-0.0596644692122936,-0.882763981819153,-0.466013044118881,-0.0347670316696167,-0.883082509040833,-0.467928141355515,0.0671427249908447,-0.872633218765259,-0.483738660812378,-0.0343905352056026,-0.873519599437714,-0.485572636127472,0.0685846209526062,-0.871024668216705,-0.486427992582321,0.498801022768021,-0.478551834821701,-0.722624182701111,0.955739200115204,0.0986044034361839,-0.277199774980545,0.0598806403577328,-0.760484039783478,-0.646589756011963,0.955739200115204,0.0986044034361839,-0.277199774980545,0.0672079175710678,-0.74649566411972,-0.661987364292145,0.0598806403577328,-0.760484039783478,-0.646589756011963,0.989594340324402,-0.0456726439297199,-0.136444196105003,0.991485059261322,0.00605001160874963,-0.130080029368401,
  1130. 0.988434612751007,-0.125363156199455,-0.0853294730186462,0.997882306575775,-0.0455268956720829,-0.0464568734169006,0.999406278133392,0.00151766964700073,-0.0344203859567642,0.999094069004059,-0.0255235098302364,-0.0340524315834045,0.0635558664798737,-0.565954327583313,-0.821983158588409,0.904925584793091,0.171095043420792,-0.389661639928818,0.921220242977142,0.160633280873299,-0.354330688714981,0.999165415763855,-0.0282259937375784,-0.0295260567218065,0.997437596321106,-0.053002092987299,-0.0480523630976677,0.997950673103333,-0.0482098609209061,-0.0420748516917229,0.631354451179504,0.39653068780899,-0.666449546813965,0.0141238057985902,-0.44208562374115,-0.896861672401428,0.0599269382655621,-0.451262503862381,-0.8903768658638,0.015735924243927,-0.035910502076149,-0.999231100082397,0.0885480269789696,0.552730321884155,-0.828642547130585,0.215224295854568,-0.891909420490265,-0.397713601589203,-0.948488831520081,0.200825989246368,0.245026305317879,0.011724092066288,0.667541980743408,-0.744479835033417,-0.63999342918396,0.687548041343689,0.34305414557457,0.994504332542419,-0.015198415145278,-0.103587403893471,0.995885193347931,0.00430228374898434,-0.0905218496918678,0.992813467979431,-0.0615081563591957,-0.102655798196793,0.995226144790649,-0.0208329558372498,-0.0953461155295372,0.996913850307465,0.00107941019814461,-0.0784957706928253,0.99662059545517,-0.0014137685066089,-0.0821306779980659,0.998751521110535,-0.0482004396617413,-0.0131191937252879,0.996741712093353,-0.0749027952551842,0.0299293510615826,0.995777606964111,-0.0264567360281944,-0.0879045724868774,0.99696296453476,-0.0712891072034836,0.031351201236248,0.995559215545654,0.00615872349590063,-0.0939359366893768,0.996002495288849,-0.0228106081485748,-0.0863636955618858,0.99888551235199,-0.0471484698355198,0.00222700624726713,0.999456226825714,-0.0290985479950905,0.0155076431110501,0.998443007469177,-0.0557476580142975,-0.00193174288142473,0.998443007469177,-0.0557476580142975,-0.00193174288142473,0.999456226825714,-0.0290985479950905,0.0155076431110501,0.996228575706482,-0.082478828728199,0.0269455406814814,
  1131. 0.995764791965485,0.00949477590620518,-0.0914459973573685,0.997132658958435,-0.0683341175317764,0.0325132124125957,0.997841000556946,-0.0653583109378815,0.00647076871246099,0.852469444274902,0.403764188289642,0.332070142030716,0.482635021209717,0.805942595005035,0.342811912298203,0.993989825248718,-0.0727662816643715,0.0817884728312492,0.998069167137146,-0.0613177977502346,0.00990057736635208,0.998401045799255,-0.0534299686551094,-0.0184601750224829,0.996022582054138,0.0141465235501528,-0.0879711955785751,0.993989825248718,-0.0727662816643715,0.0817884728312492,0.979707002639771,-0.121861450374126,0.159135177731514,0.852469444274902,0.403764188289642,0.332070142030716,0.999216496944427,-0.0331422202289104,0.0216377656906843,0.998655498027802,-0.0510794781148434,0.00883670151233673,0.999150693416595,-0.0375791415572166,0.0169026795774698,0.839146494865417,0.527806878089905,0.131350859999657,0.973033249378204,0.0977968797087669,-0.208906963467598,0.968858242034912,0.247071698307991,0.0164106320589781,0.980750381946564,-0.125298947095871,-0.149762704968452,0.655919849872589,0.472572684288025,-0.5885950922966,0.625005185604095,0.387054324150085,-0.677906692028046,-0,0,0,-0,0,-0,-0,0,-0,0.999442875385284,-0.00821515452116728,-0.0323519594967365,0.989662528038025,-0.14091420173645,-0.0266705024987459,0.995968520641327,-0.0700003951787949,-0.0560949109494686,0.999226450920105,0.0303043220192194,0.0250669978559017,0.996605098247528,0.0284653920680285,-0.0772542729973793,0.99847412109375,-0.0470226034522057,-0.0289527084678411,0.996845901012421,-0.0784918069839478,-0.0117180356755853,0.999209463596344,0.0278219468891621,0.0283974856138229,0.998467862606049,-0.0489748865365982,-0.0257573910057545,0.672982513904572,0.462862014770508,-0.576934397220612,0.0389985144138336,0.990562736988068,-0.131395563483238,0.680225968360901,0.616481900215149,0.396538317203522,0.998837053775787,0.0147651294246316,0.0458966121077538,0.996790766716003,-0.0784874632954597,-0.0157451368868351,0.99938040971756,-0.0314765498042107,-0.0157545898109674,
  1132. 0.0321654379367828,0.817002892494202,0.575735747814178,0.999209523200989,0.0351725891232491,0.0185321401804686,0.854243934154511,0.0470843315124512,0.517735838890076,0.998334109783173,0.055026289075613,-0.0173526108264923,0.998922646045685,0.0462643317878246,0.00362699618563056,0.9993537068367,-0.0314757116138935,-0.0173620972782373,-0.0669193044304848,0.885012209415436,-0.460733354091644,0.0596870183944702,0.885002374649048,-0.461744844913483,-0.0072791650891304,0.886731803417206,-0.462226957082748,0.0596285685896873,0.879416227340698,-0.472304731607437,-0.06702721118927,0.879422962665558,-0.471299111843109,0.0346572324633598,0.880293726921082,-0.473161548376083,-0.0668861269950867,0.886614322662354,-0.457647621631622,-0.069684199988842,0.884989321231842,-0.460367292165756,0.0349399223923683,0.887474000453949,-0.459531366825104,-0.0688569918274879,0.874483704566956,-0.480142682790756,-0.0672629699110985,0.864297807216644,-0.498462677001953,-0.996902525424957,0.0783074349164963,0.00730287050828338,-0.941717267036438,-0.129285886883736,-0.31057009100914,-0.927343308925629,-0.142710283398628,-0.345931142568588,-0.0646394863724709,0.606959939002991,-0.792099356651306,-0.0142663475126028,0.423223376274109,-0.905913054943085,-0.618578791618347,-0.403049796819687,-0.674471020698547,-0.0592720955610275,0.432856410741806,-0.89951229095459,-0.997920751571655,0.0469079650938511,-0.0442016087472439,-0.997409760951996,0.0516228713095188,-0.050088532269001,-0.999135076999664,0.0269449800252914,-0.0316718854010105,-0.0879619419574738,-0.55279403924942,-0.82866245508194,-0.0157072767615318,-0.0701609402894974,-0.997412025928497,-0.319023817777634,0.865185379981995,-0.386882781982422,-0.997347414493561,-0.00171325355768204,-0.0727694407105446,-0.997310221195221,0.00205592717975378,-0.0732685402035713,-0.995611369609833,0.0242118667811155,-0.0903979688882828,-0.995607197284698,0.0241735316812992,-0.090454138815403,-0.992421329021454,0.0656884387135506,-0.10385063290596,-0.997331023216248,-0.00186263548675925,-0.0729891583323479,-0.999490439891815,0.0284373201429844,0.014505379833281,
  1133. -0.998917102813721,0.0465114340186119,0.00115632044617087,-0.998818635940552,0.0485708601772785,0.00149081985000521,-0.998944163322449,0.0459403395652771,0.000196555236470886,-0.999532759189606,0.0275713261216879,0.0131928026676178,-0.999222874641418,0.0391892082989216,0.00422665756195784,-0.995719373226166,0.027679530903697,-0.088186077773571,-0.996722817420959,0.0771060138940811,0.0244637839496136,-0.99913501739502,0.0400782711803913,-0.0110909277573228,-0.999490439891815,0.0284373201429844,0.014505379833281,-0.998818635940552,0.0485708601772785,0.00149081985000521,-0.996261537075043,0.0837142691016197,0.021332697942853,-0.990611374378204,0.0949845910072327,0.0983209758996964,-0.999206304550171,0.0332943797111511,0.0218676682561636,-0.819918572902679,-0.477079480886459,0.316431164741516,-0.992107808589935,-0.035334512591362,-0.12030616402626,-0.811517179012299,-0.544163048267365,0.212899938225746,-0.96108216047287,-0.271753132343292,0.0497126094996929,-0.819918572902679,-0.477079480886459,0.316431164741516,-0.999206304550171,0.0332943797111511,0.0218676682561636,-0.462317049503326,-0.791474044322968,0.399789720773697,-0.526908755302429,-0.756539702415466,0.387317478656769,-0.462004363536835,-0.671881198883057,0.578902065753937,-0.739951312541962,-0.168065056204796,0.651326477527618,-0.998259425163269,0.0349028892815113,-0.0475384742021561,-0.996722817420959,0.0771060138940811,0.0244637839496136,-0.995719373226166,0.027679530903697,-0.088186077773571,-0.997323215007782,0.067019484937191,0.0292366147041321,-0.999005913734436,0.0230258740484715,-0.0381705611944199,-0.998390436172485,0.0565617755055428,0.00418825028464198,-0.687820315361023,-0.576214075088501,0.441452771425247,-0.527920663356781,-0.797074973583221,0.293208509683609,-0.00845070462673903,-0.843781888484955,-0.53661972284317,-0.997684478759766,0.0670933648943901,-0.0111423069611192,-0.998542129993439,0.0535638853907585,0.00667383521795273,-0.999164164066315,0.0199014116078615,-0.0357053987681866,-0.00196044845506549,-0.992219209671021,-0.124488472938538,
  1134. -0.0517900809645653,-0.99133974313736,-0.120679259300232,-0.177061766386032,-0.774003148078918,0.607921302318573,-0.999279379844666,0.0174016524106264,-0.033732894808054,-0.999172747135162,-0.0259632710367441,0.0313014946877956,-0.997985422611237,0.0573680624365807,-0.0270929150283337,-0.26902237534523,-0.579075992107391,-0.769608974456787,-0.151850312948227,-0.777057290077209,0.610838294029236,-0.0564626380801201,-0.996241450309753,0.06568843126297,-0.999180495738983,-0.0264524072408676,0.0306367874145508,-0.996171653270721,0.0862825959920883,-0.0140482140704989,-0.997991144657135,0.0568960830569267,-0.0278659425675869,-0.0593053139746189,-0.962470531463623,0.264827072620392,-0.0379218049347401,-0.963213860988617,0.26604700088501,-0.0878273025155067,-0.592891752719879,-0.800478458404541,-0.996111392974854,0.0862773731350899,-0.0178407169878483,-0.998894572257996,-0.0166401378810406,0.0439624227583408,-0.999345242977142,0.0314754396677017,-0.0178488455712795,-0.936405718326569,-0.236517414450645,-0.259236931800842,-0.0378682240843773,-0.961853623390198,0.270930975675583,-0.956739127635956,-0.0527336820960045,0.286128371953964,-0.999468624591827,0.0314793288707733,-0.00846921000629663,-0.999122500419617,-0.0401097871363163,0.0120588736608624,-0.998448669910431,-0.0550325997173786,-0.00846891570836306,-0.720122933387756,-0.279431074857712,-0.635091483592987,-0.732114791870117,-0.296410709619522,-0.613309562206268,-0.535289108753204,0.436641544103622,-0.723055958747864,-0.999681174755096,0.0251809731125832,-0.00191169907338917,-0.99918121099472,-0.0312428344041109,0.0257099401205778,-0.999835848808289,0.0181060414761305,0.000812473706901073,-0.99921727180481,-0.0340921655297279,0.0200644284486771,-0.999717831611633,0.0224936753511429,-0.00763668026775122,-0.998474061489105,-0.0493950732052326,0.0246959235519171,-0.999712824821472,0.0231208596378565,-0.00630073482170701,-0.999939918518066,0.00115605187602341,-0.0109011204913259,-0.99847012758255,-0.0489174090325832,0.0257818456739187,-0.999966681003571,-0.00652254186570644,-0.00491208396852016,
  1135. -0.99971467256546,0.0229180473834276,-0.00673275254666805,-0.999500751495361,0.0177147500216961,0.0261625312268734,-0.0894950851798058,0.671625137329102,0.735466122627258,-0.865568459033966,0.411077588796616,-0.286018282175064,-0.467263102531433,0.385742634534836,0.795529901981354,-0.974493980407715,-0.181573078036308,0.131882086396217,-0.908034265041351,-0.385112643241882,0.164809033274651,-0.744730114936829,-0.305747419595718,-0.593207836151123,-0.689505398273468,-0.325969159603119,-0.64678156375885,-0.737665832042694,0.613698899745941,-0.281465411186218,-0.750266551971436,-0.280523598194122,-0.598670721054077,-0.999966681003571,-0.00652254186570644,-0.00491208396852016,-0.999500751495361,0.0177147500216961,0.0261625312268734,-0.999722599983215,0.00858160946518183,0.0219339933246374,-0.999941766262054,-0.0106697892770171,-0.00167698215227574,-0.999693393707275,0.00271910661831498,0.0246117971837521,-0.99993896484375,-0.0102964323014021,-0.00400452362373471,-0.844931542873383,-0.477904379367828,0.240204215049744,-0.715218484401703,-0.536924183368683,0.447409331798553,-0.40368515253067,0.0108078066259623,0.914834141731262,-0.999913215637207,0.00642876606434584,-0.0115018067881465,-0.999920129776001,-0.00248322333209217,0.0124019989743829,-0.998836159706116,0.0463371500372887,-0.0133875999599695,-0.99993896484375,-0.0102964323014021,-0.00400452362373471,-0.999693393707275,0.00271910661831498,0.0246117971837521,-0.999968469142914,-0.00748034613206983,0.00266705849207938,-0.444382667541504,-0.142097815871239,0.884495496749878,-0.647763669490814,0.34333947300911,0.680088400840759,-0.814458429813385,-0.51949667930603,0.25841960310936,-0.999920129776001,-0.00248322333209217,0.0124019989743829,-0.999673962593079,0.0254788491874933,-0.00168630538973957,-0.998836159706116,0.0463371500372887,-0.0133875999599695,-0.486502826213837,-0.38979360461235,0.781905353069305,-0.484918206930161,-0.366138726472855,0.794227302074432,-0.604531705379486,0.3595070540905,0.71084189414978,-0.999575555324554,0.0287161804735661,0.00490924855694175,
  1136. -0.999821543693542,0.000838139443658292,0.0188712310045958,-0.999854385852814,0.00752406986430287,0.0153168579563499,-0.560057938098907,-0.825025200843811,0.0752898305654526,-0.938903450965881,-0.151750594377518,-0.30892089009285,-0.935539186000824,-0.16781222820282,-0.310814559459686,-0.770501017570496,-0.276413798332214,-0.574389755725861,-0.784036815166473,-0.290558278560638,-0.548509001731873,-0.55391651391983,0.497907191514969,-0.667281746864319,-0.99996143579483,-0.0087771937251091,-0.000174379485542886,-0.99799656867981,-0.0584995523095131,0.0240969061851501,-0.999863505363464,-0.0162826832383871,0.00280322832986712,-0.997981190681458,-0.0596382059156895,0.0218374133110046,-0.999948382377625,-0.009855842217803,-0.00247174291871488,-0.996237695217133,-0.0814242884516716,0.0296744778752327,-0.999959349632263,-0.00899628736078739,-0.000641003483906388,-0.999177932739258,-0.0394931770861149,-0.00916244462132454,-0.99624639749527,-0.080672062933445,0.0313872955739498,-0.999127447605133,-0.0409937873482704,-0.00798994768410921,-0.999899804592133,-0.0121254455298185,-0.00730605609714985,-0.999593019485474,-0.0167704988270998,0.0230769198387861,-0.114614605903625,0.635771572589874,0.76332038640976,-0.903276264667511,0.342648178339005,-0.258232831954956,-0.451433807611465,0.376044660806656,0.809195876121521,-0.907363176345825,-0.348277062177658,0.235361829400063,-0.817464172840118,-0.534761190414429,0.213969200849533,-0.760903537273407,-0.320261389017105,-0.564321279525757,-0.717631876468658,-0.336196422576904,-0.609898746013641,-0.969696462154388,0.213422134518623,-0.118910521268845,-0.738396406173706,-0.303935080766678,-0.601991891860962,-0.999140560626984,-0.0406164824962616,-0.00828476902097464,-0.999606072902679,-0.0163917876780033,0.0227816551923752,-0.999421179294586,-0.0207611713558435,0.0269494317471981,-0.999149799346924,-0.0403418987989426,-0.00849931128323078,-0.999397039413452,-0.0214822236448526,0.0272813234478235,-0.999233841896057,-0.0380656607449055,-0.00910649076104164,-0.879947423934937,-0.425453037023544,0.211381778120995,
  1137. -0.742364346981049,-0.524673461914063,0.416668951511383,-0.391023576259613,0.051665298640728,0.918929398059845,-0.999087154865265,-0.0425991825759411,0.00318821682594717,-0.999733567237854,0.00612922804430127,-0.0222541280090809,-0.999324560165405,-0.03526371717453,-0.0103407241404057,-0.999183833599091,-0.0394973680377007,-0.00847573857754469,-0.99934446811676,-0.0229853317141533,0.0279731452465057,-0.999159514904022,-0.040225051343441,0.00790117029100657,-0.402421325445175,0.0149978185072541,0.915331840515137,-0.604643702507019,0.337230205535889,0.72158282995224,-0.905694007873535,-0.378804266452789,0.190330564975739,-0.999092757701874,-0.0424429774284363,0.00349838007241488,-0.999875545501709,-0.00695881061255932,-0.0141661511734128,-0.999741792678833,0.00635763630270958,-0.0218208190053701,-0.468070894479752,-0.258478879928589,0.845043361186981,-0.429834008216858,-0.250166714191437,0.867559432983398,-0.50290721654892,0.371432483196259,0.780462861061096,-0.999996840953827,0.00112406210973859,0.00228826864622533,-0.999217927455902,-0.0342132486402988,0.0198244340717793,-0.99950122833252,-0.0271289441734552,0.0161661691963673,-0.528468012809753,-0.847637534141541,-0.0472459457814693,-0.883176386356354,-0.231402635574341,-0.407985687255859,-0.881160140037537,-0.243446618318558,-0.405327767133713,0.99944531917572,0.0242142360657454,0.0228640399873257,0.999819576740265,-0.0188675783574581,0.00224402360618114,0.998820126056671,0.0374187342822552,0.0309579633176327,0.801316380500793,0.21561399102211,-0.558034658432007,0.557723045349121,-0.51181572675705,-0.653444468975067,0.827647805213928,0.248184382915497,-0.503392100334167,0.999854564666748,-0.0170043054968119,-0.00132580241188407,0.999482333660126,0.0259179174900055,0.0190663710236549,0.999204277992249,-0.0386436842381954,-0.0098721943795681,0.999968469142914,0.00408623507246375,-0.00681242113932967,0.999192178249359,-0.0392953716218472,-0.00841726362705231,0.999470114707947,0.0252645947039127,0.0205228440463543,0.999220669269562,-0.0373650714755058,-0.0127260545268655,
  1138. 0.999966681003571,0.00652254186570644,-0.00491208396852016,0.999500751495361,-0.0177147500216961,0.0261625312268734,0.894814193248749,-0.368671476840973,-0.251771599054337,0.108054652810097,-0.645342946052551,0.756212055683136,0.559275507926941,-0.359053492546082,0.747189044952393,0.773845016956329,0.580423951148987,0.253519177436829,0.872466266155243,0.389513731002808,0.295096069574356,0.719814479351044,0.304469645023346,-0.623831212520599,0.901215672492981,-0.392502218484879,-0.183718159794807,0.718647658824921,0.304930984973907,-0.624950110912323,0.745119154453278,0.283484786748886,-0.603683531284332,0.999500751495361,-0.0177147500216961,0.0261625312268734,0.999966681003571,0.00652254186570644,-0.00491208396852016,0.999722599983215,-0.00858160946518183,0.0219339933246374,0.999969065189362,0.00341487140394747,-0.00708962045609951,0.999723434448242,-0.00958507973700762,0.0214755330234766,0.999969005584717,0.0047618430107832,-0.00628545321524143,0.707278847694397,0.543422281742096,0.452160239219666,0.836296677589417,0.490194290876389,0.245596125721931,0.406247347593308,-0.00223209126852453,0.913760423660278,0.999957740306854,0.0048355171456933,0.00781972985714674,0.999946713447571,-0.00289527350105345,-0.00991811510175467,0.998875081539154,-0.0438760109245777,-0.0179856140166521,0.999967515468597,0.0048218802548945,-0.00645888084545732,0.999959349632263,0.004997035022825,0.00750507600605488,0.999721944332123,-0.00814452301710844,0.0221336800605059,0.626841604709625,-0.351388961076736,0.695410251617432,0.426876783370972,0.0713714808225632,0.901488959789276,0.859299063682556,0.456451922655106,0.23077429831028,0.99996143579483,0.00522462325170636,0.00706170732155442,0.998878717422485,-0.043503176420927,-0.0186819341033697,0.999714374542236,-0.0228336285799742,-0.0070733823813498,0.459203869104385,0.292865723371506,0.838666498661041,0.476581901311874,0.311154156923294,0.82222443819046,0.532072067260742,-0.38290199637413,0.755172431468964,0.999727606773376,-0.00303317047655582,0.0231461357325315,0.999481976032257,-0.0308334827423096,0.00922448467463255,
  1139. 0.999760806560516,-0.00964307133108377,0.0196305382996798,0.882471323013306,0.207386270165443,-0.422179222106934,0.535488665103912,0.843534111976624,-0.0412562638521194,0.878812313079834,0.224024683237076,-0.421309977769852,0.997992694377899,0.0588674917817116,0.023349616676569,0.999864935874939,0.0161764901131392,0.00291163520887494,0.996883273124695,0.0723222941160202,0.0315160229802132,0.785300552845001,0.247603133320808,-0.567446649074554,0.557704269886017,-0.511745631694794,-0.65351539850235,0.811400592327118,0.281742632389069,-0.512103736400604,0.999840080738068,0.0178847257047892,-0.000360914214979857,0.997974038124084,0.0604412257671356,0.0198663715273142,0.999946653842926,-0.00443765986710787,-0.00933037046343088,0.999176740646362,0.0395296737551689,-0.00913392938673496,0.99995619058609,-0.00510217947885394,-0.00784816313534975,0.997983813285828,0.0597674064338207,0.0213580541312695,0.999886155128479,-0.00190661940723658,-0.0149753736332059,0.999168872833252,0.0397686213254929,-0.00894723366945982,0.999634444713593,0.0155450776219368,0.0221215058118105,0.944074809551239,-0.264505952596664,-0.196873918175697,0.147883355617523,-0.584896385669708,0.797512829303741,0.545400679111481,-0.346771061420441,0.763077914714813,0.768208742141724,0.593142032623291,0.240910485386848,0.869649469852448,0.405528098344803,0.281526178121567,0.729636967182159,0.323243588209152,-0.602613866329193,0.965172111988068,-0.229379296302795,-0.125809162855148,0.718967258930206,0.327274590730667,-0.613170027732849,0.736880600452423,0.308961182832718,-0.601290225982666,0.999661564826965,0.0147005822509527,0.0214630719274282,0.999195873737335,0.0389271788299084,-0.00960464123636484,0.999483644962311,0.0188096668571234,0.026051128283143,0.999240517616272,0.0378662310540676,-0.00919434335082769,0.999403774738312,0.0212838761508465,0.0271900277584791,0.999155521392822,0.0401711575686932,-0.00863272231072187,0.755252540111542,0.513127326965332,0.40779185295105,0.892484962940216,0.403563916683197,0.201511800289154,0.386633902788162,-0.0652900859713554,0.91991925239563,
  1140. 0.999117851257324,0.0417116545140743,0.00486503727734089,0.999357581138611,0.0341645479202271,-0.010824833996594,0.999760806560516,-0.00670000165700912,-0.0208186917006969,0.999354422092438,0.0227067563682795,0.0278449319303036,0.999193966388702,0.0392124615609646,-0.00860126223415136,0.999165832996368,0.0400071926414967,0.00818994175642729,0.603219389915466,-0.342914789915085,0.720094323158264,0.399281442165375,-0.0252956226468086,0.916479408740997,0.91185075044632,0.366574257612228,0.184801191091537,0.999120116233826,0.0416414961218834,0.00500192260369658,0.999764919281006,-0.00682882685214281,-0.0205783545970917,0.99989902973175,0.00626837648451328,-0.0127606242895126,0.433611631393433,0.253619015216827,0.864672541618347,0.468970775604248,0.263657033443451,0.842942118644714,0.511480748653412,-0.374364644289017,0.77345883846283,0.999220490455627,0.0334674902260304,0.0209357980638742,0.999992907047272,-0.00166348973289132,0.00338638899847865,0.999497354030609,0.0265895519405603,0.017263937741518,0.886078536510468,0.22905033826828,-0.402989774942398,0.535207033157349,0.843595921993256,-0.0435814410448074,0.882171630859375,0.245352253317833,-0.401964575052261,-0.0545819960534573,0.99813050031662,0.0275001209229231,0.0545847862958908,0.998134911060333,0.0273382626473904,-0.0554187595844269,0.998134434223175,0.0256208535283804,0.0551778748631477,0.998433530330658,-0.00927750300616026,-0.0551823191344738,0.99843043088913,-0.00957088079303503,0.0392534397542477,0.999172270298004,-0.0106745511293411,-0.0395347960293293,0.998864114284515,-0.0265987738966942,0.0386626906692982,0.998858690261841,-0.0280441325157881,-0.0401420705020428,0.998857259750366,-0.0259392503648996,0.0399761386215687,0.998818695545197,0.0276252217590809,-0.03909557685256,0.998816251754761,0.0289428103715181,0.0469428114593029,0.998473525047302,0.0291040614247322,0.0475883707404137,0.996933400630951,-0.0621223673224449,-0.0397526882588863,0.997268736362457,-0.0622480511665344,-0.0152231063693762,0.99792754650116,-0.0625208169221878,-0.00448502646759152,0.998005211353302,-0.0629724338650703,
  1141. -0.0547543652355671,0.998349606990814,0.0173212774097919,-0.0070672333240509,0.998868882656097,0.0470237173140049,0.0393644608557224,0.999219954013824,0.00318677839823067,-0.0549653060734272,0.998478651046753,0.00437833974137902,0.00320355268195271,0.998021602630615,-0.0627918466925621,-0.00379079789854586,0.996265470981598,0.0862608775496483,-0.00151341257151216,0.998018503189087,-0.062903068959713,-0.00410685641691089,0.998881995677948,0.0470942668616772,0.0194568559527397,0.646702885627747,-0.762493789196014,-0.102830782532692,0.992575883865356,-0.0649533569812775,-0.0517064705491066,0.0145038822665811,-0.998557090759277,0.00138789438642561,0.998022973537445,-0.0628348216414452,-0.00124506466090679,0.996270060539246,0.0862813144922256,-0.00153295497875661,0.998021483421326,-0.0628554224967957,-0.102830782532692,0.992575883865356,-0.0649533569812775,-0.070768229663372,0.995554447174072,-0.0621548183262348,-0.0517064705491066,0.0145038822665811,-0.998557090759277,-0.0183334797620773,0.997863173484802,-0.062713161110878,-0.0219420213252306,0.996045053005219,0.0860989019274712,-0.0237283706665039,0.997243940830231,0.0702971518039703,-0.000553502177353948,0.0157330054789782,-0.999876081943512,0.0152963725849986,-0.0081514585763216,-0.999849796295166,-0.00814863294363022,-0.00698677869513631,-0.999942481517792,-0.00709014385938644,0.99800032377243,-0.0628103315830231,-0.007745660841465,0.997477054595947,0.0705653727054596,-0.00508625106886029,0.998001515865326,0.0629864037036896,0.0155662531033158,-0.00326183694414794,-0.999873518943787,0.00192918826360255,0.0157916098833084,-0.999873459339142,0.00246577011421323,-0.015726625919342,-0.999873399734497,-0.0101593025028706,0.997975409030914,-0.0627845972776413,-0.00710235396400094,0.997986257076263,0.0630330815911293,-0.0102497870102525,0.999451875686646,-0.0314787961542606,-0.0190393067896366,0.997588753700256,0.0667396634817123,-0.00898175127804279,0.999464154243469,-0.0314791947603226,-0.0105468053370714,0.997950732707977,0.0631121620535851,-0.00639291480183601,0.997495770454407,0.0704369619488716,
  1142. -0.00898175127804279,0.999464154243469,-0.0314791947603226,-0.0190393067896366,0.997588753700256,0.0667396634817123,-0.091411866247654,0.0256744958460331,-0.99548214673996,-0.0567306876182556,0.0143809299916029,-0.998285949230194,-0.0806282386183739,0.994812190532684,-0.0620304234325886,-0.0111910002306104,0.997466921806335,0.0702460706233978,-0.00518970983102918,0.996884882450104,-0.0786991864442825,-0.00383212976157665,0.999497056007385,-0.0314802192151546,0.0472084283828735,0.99594658613205,-0.0765623897314072,0.0414139479398727,0.99652636051178,0.0722504556179047,0.0475571490824223,0.997008383274078,0.0609313510358334,0.0213412623852491,0.99778413772583,-0.0630205795168877,0.0207595601677895,0.999289095401764,-0.03147367015481,0.0317400880157948,0.0152382683008909,-0.999379992485046,0.0472123324871063,0.0149851897731423,-0.99877256155014,0.0439254641532898,0.0225555319339037,-0.998780250549316,0.122114233672619,0.990491926670074,-0.0633546486496925,0.449693769216537,0.527432203292847,-0.72082644701004,0.0405674539506435,0.998681604862213,-0.0314545147120953,0.0184049922972918,0.996801912784576,-0.077763706445694,0.0405674539506435,0.998681604862213,-0.0314545147120953,0.449693769216537,0.527432203292847,-0.72082644701004,0.0391365773975849,0.0151178035885096,-0.999119520187378,-0.00281392526812851,0.0236818064004183,-0.999715685844421,-0.00418627494946122,-0.0155811700969934,-0.9998699426651,-0.00314846285618842,0.0156716480851173,-0.999872326850891,0.000801025424152613,0.0157649908214808,-0.999875426292419,0.000436224159784615,-0.0157632473856211,-0.999875664710999,0.0012682331725955,-0.0157360881567001,-0.999875485897064,-0.000182270799996331,0.0236197728663683,-0.999721109867096,-0.00055332703050226,0.0157547909766436,-0.999875843524933,-0.000924045161809772,-0.0236154533922672,-0.999720692634583,-0.00186203920748085,0.0236593838781118,-0.999718368053436,-0.00227888207882643,-0.0236154049634933,-0.999718546867371,-0.00313131790608168,-0.01562275364995,-0.999873161315918,-0.00111727265175432,-0.0158076379448175,-0.999874532222748,
  1143. -0.00320984306745231,0.015796534717083,-0.999870181083679,-0.0803100615739822,0.108287870883942,-0.990870356559753,-0.00102506962139159,-0.0236154608428478,-0.999720692634583,-0.00104881660081446,0.0157625842839479,-0.99987530708313,0.000796146458014846,-0.0157022047787905,-0.999876499176025,-0.00114323012530804,0.00784676428884268,-0.999968588352203,0.0008595937397331,-0.0156987085938454,-0.999876499176025,-0.0747569277882576,0.113171063363552,-0.990759134292603,-0.46891388297081,-0.261464804410934,-0.843656420707703,-0.281267523765564,-0.957471668720245,0.0643180161714554,-0.158130437135696,0.00403947802260518,-0.987410068511963,0.033032763749361,-0.0170376244932413,-0.999309062957764,0.0120810447260737,-0.0236136186867952,-0.999648153781891,0.00742955226451159,-0.996188521385193,-0.0869095921516418,0.0176639594137669,-0.996067702770233,-0.0868178233504295,0.014510634355247,-0.0156300719827414,-0.999772548675537,0.0401094704866409,-0.017312079668045,-0.999045312404633,-0.564275681972504,-0.822679400444031,-0.0692209899425507,-0.29332247376442,-0.0225766245275736,-0.955747067928314,-0.310778468847275,-0.0320892035961151,-0.94994056224823,-0.142581164836884,-0.0233741905540228,-0.989507079124451,-0.912647664546967,-0.406861007213593,-0.0392223969101906,-0.893151223659515,-0.447383284568787,-0.0461446717381477,-0.0149647016078234,0.0075194132514298,-0.999859750270844,-0.0145504223182797,-0.0233839452266693,-0.999620676040649,-0.0143530685454607,-0.0165353696793318,-0.999760270118713,0.0455740801990032,-0.0132183199748397,-0.99887353181839,0.0753422975540161,-0.0247341487556696,-0.996851027011871,0.118263199925423,-0.989990711212158,-0.0770207867026329,-0.363032281398773,-0.0175293460488319,-0.931611657142639,-0.309982627630234,-0.946923553943634,-0.0851279720664024,-0.284293413162231,-0.957834422588348,-0.0416013635694981,-0.363032281398773,-0.0175293460488319,-0.931611657142639,-0.284293413162231,-0.957834422588348,-0.0416013635694981,-0.0313097983598709,-0.755139648914337,-0.654815852642059,0.0142924813553691,-0.995447158813477,0.0942373275756836,
  1144. -0.0546918958425522,-0.998281359672546,-0.0210494436323643,0.00830469932407141,-0.998432099819183,-0.0553586483001709,0.0102417757734656,-0.996165633201599,-0.0868855714797974,0.0142916357144713,-0.995447158813477,0.094237357378006,0.00830385275185108,-0.998432099819183,-0.0553586147725582,-0.0545847564935684,-0.998134791851044,-0.0273396987468004,8.8037813839037e-005,-0.995495915412903,0.0948056429624558,0.0554187893867493,-0.99813449382782,-0.0256222952157259,-0.00304449000395834,-0.995479464530945,0.0949283763766289,-0.00709432223811746,-0.996181011199951,-0.0870244950056076,-0.00765235256403685,-0.995466351509094,0.0948063209652901,-0.00737730925902724,-0.996882677078247,-0.078552782535553,-0.00787585787475109,-0.995464622974396,0.0948061570525169,-0.00731068616732955,-0.996179223060608,-0.087026059627533,0.00474986899644136,-0.353445619344711,0.935443043708801,-0.144375190138817,-0.984508574008942,0.0994918793439865,-0.022611090913415,-0.0230755172669888,0.999477982521057,0.000812413927633315,-0.023634634912014,0.999720335006714,0.0161178093403578,-0.00675243651494384,0.999847412109375,-0.0152780562639236,-0.00848310254514217,0.999847412109375,0.0263519138097763,-0.0233998540788889,0.99937891960144,-0.0529173947870731,0.994296789169312,-0.0925950482487679,0.0635552033782005,0.993482887744904,-0.0946175679564476,-0.144375190138817,-0.984508574008942,0.0994918793439865,-0.0337314605712891,-0.0238674934953451,0.999145925045013,-0.022611090913415,-0.0230755172669888,0.999477982521057,0.016310041770339,-0.0102494833990932,0.999814450740814,0.0127871548756957,-0.0239154249429703,0.999632298946381,0.0135314576327801,0.00755342934280634,0.999880015850067,-0.441239029169083,0.0174877271056175,0.897219181060791,-0.467051059007645,0.883696675300598,0.0307166986167431,-0.0234533566981554,0.643989622592926,0.764674663543701,-0.441239029169083,0.0174877271056175,0.897219181060791,-0.399845331907272,0.88543164730072,0.236927315592766,-0.467051059007645,0.883696675300598,0.0307166986167431,0.012787003070116,-0.02391542121768,0.999632298946381,
  1145. 0.0126673430204391,0.00817234814167023,0.999886393547058,0.0135313048958778,0.00755343306809664,0.999880015850067,-0.326019614934921,0.912702798843384,0.246342867612839,-0.376280665397644,0.0161827690899372,0.926364362239838,-0.344607532024384,-0.000748585967812687,0.938746571540833,0.0118465926498175,0.00815304089337587,0.999896585941315,0.0121674286201596,-0.0239009726792574,0.999640285968781,0.0124534862115979,-0.023515623062849,0.999645888805389,-0.20466972887516,-0.941586375236511,-0.267442375421524,-0.0910610929131508,0.0056900936178863,0.995829045772552,0.0835618302226067,-0.00908155273646116,0.99646121263504,0.012432262301445,-0.0235157944262028,0.999646186828613,0.00686938362196088,0.0144262630492449,0.999872446060181,0.0125297717750072,0.00816911458969116,0.999888122081757,0.0402541644871235,0.00420624297112226,0.999180614948273,-0.193837136030197,-0.978359639644623,-0.0723851546645164,-0.477447062730789,-0.843299686908722,-0.246758952736855,0.00624287221580744,-0.0165146607905626,0.999844133853912,0.00490183988586068,0.0150279514491558,0.999875068664551,0.0123239913955331,-0.0235166773200035,0.999647498130798,0.0539140366017818,-0.0231568515300751,0.998277127742767,0.111583456397057,-0.989278793334961,0.0942169353365898,0.097214512526989,-0.0258224923163652,0.994928419589996,-0.215312600135803,0.974335491657257,0.0656566396355629,-0.775041580200195,0.246612802147865,0.581801235675812,-0.608331859111786,0.034983366727829,0.792911529541016,0.00583960860967636,-0.0164730977267027,0.99984735250473,0.00819176528602839,0.0074865180067718,0.999938428401947,0.0105185089632869,0.0133101427927613,0.999856114387512,-0.317943125963211,-0.0050521339289844,0.948096334934235,-0.358716040849686,0.931493103504181,0.0603622384369373,-0.377949863672256,0.0251431372016668,0.925484597682953,-0.432621568441391,0.899775087833405,0.0569506399333477,-0.387780994176865,-0.00800936669111252,0.921716868877411,-0.464090436697006,0.883280336856842,0.0666023120284081,-0.351530581712723,-0.235070154070854,0.906183362007141,-0.765650153160095,-0.642866790294647,-0.0224097426980734,
  1146. -0.310934513807297,-0.00475789187476039,0.950419545173645,0.00820699241012335,-0.0232917331159115,0.999695003032684,0.0083539467304945,0.00747884763404727,0.999937236309052,0.00674942834302783,-0.0165668502449989,0.999840080738068,0.010850477963686,0.00736071821302176,0.999914050102234,0.0108703458681703,-0.0231863334774971,0.999672055244446,0.00963222701102495,0.00825260486453772,0.999919652938843,0.0708855092525482,-0.992991268634796,0.0945705473423004,0.0368099734187126,-0.022150993347168,0.999076843261719,0.164891511201859,-0.0326595641672611,0.98577082157135,0.0117004020139575,-0.0231534522026777,0.999663472175598,-0.0125260576605797,0.0507874973118305,0.998630940914154,0.0104520972818136,0.00828481558710337,0.999911069869995,-0.10581311583519,-0.0276461839675903,0.994001626968384,-0.0536111518740654,-0.994063854217529,0.0946727097034454,-0.059710118919611,-0.994451880455017,0.086603619158268,0.0362300984561443,-0.994841933250427,0.0947468504309654,0.0368296355009079,-0.996260643005371,-0.0781557187438011,0.0368583239614964,-0.995617926120758,0.0859444141387939,-0.00402934802696109,0.0577912852168083,0.998320579528809,0.0122576095163822,-0.0231313705444336,0.999657273292542,0.00926933996379375,-0.0158183854073286,0.999831914901733,-0.0967657193541527,-0.0273119900375605,0.994932413101196,-0.110590919852257,-0.990083634853363,0.0866257846355438,-0.0683730989694595,-0.0151708517223597,0.997544467449188,0.0127731990069151,-0.0158453453332186,0.999792873859406,0.013587205670774,0.0154237495735288,0.999788820743561,-0.0323426425457001,0.0344239696860313,0.998883843421936,-0.178073406219482,0.982025146484375,0.0625815168023109,0.615374863147736,0.543574512004852,0.570824444293976,-0.568691790103912,0.0263805091381073,0.822127521038055,-0.234011366963387,0.020835068076849,0.972010612487793,-0.263260006904602,0.946469664573669,0.186786890029907,-0.211414113640785,0.975503265857697,0.0608065277338028,-0.399673759937286,0.897918164730072,0.184401288628578,-0.321695744991302,0.0225058030337095,0.946575582027435,-0.313107579946518,0.017418947070837,0.949558019638062,
  1147. 0.0117289870977402,-0.0158373303711414,0.999805808067322,0.0119793359190226,0.0156506523489952,0.999805748462677,0.0123243220150471,0.0154538294300437,0.999804615974426,-0.426551133394241,0.0175994243472815,0.904292225837708,-0.625159621238709,0.766786158084869,0.145652651786804,-0.689521789550781,0.705697178840637,0.162945330142975,-0.943423748016357,-0.331300675868988,0.0138375982642174,-0.0822137221693993,-0.015045597217977,0.99650114774704,-0.968092381954193,-0.248889237642288,0.0291777104139328,0.013930993154645,-0.99618273973465,0.0861738622188568,0.013954758644104,-0.996825873851776,-0.0783803462982178,0.0120144290849566,-0.996181786060333,0.086472675204277,0.00201291218400002,0.015730207785964,0.999874353408813,0.00176466431003064,-0.0157599505037069,0.999874353408813,0.00193455198314041,-0.0157308243215084,0.999874413013458,-0.00336059671826661,-0.0157194212079048,0.999870896339417,0.0117342751473188,-0.996185481548309,0.0864685103297234,-0.0115859946236014,-0.0158361122012138,0.999807476997375,0.0194111205637455,0.0239165015518665,0.999525487422943,0.0102934949100018,0.978615164756775,0.20544245839119,-0.0111467773094773,0.0158325582742691,0.999812543392181,0.006306576076895,-0.0156961251050234,0.999856948852539,0.00581571739166975,0.0237065982073545,0.999702155590057,0.0062959473580122,0.0156962089240551,0.999857008457184,0.0199392065405846,0.9784255027771,0.205635979771614,0.0117241321131587,0.0237983521074057,0.999648034572601,-0.0519871972501278,0.995973467826843,0.0730368793010712,0.0228619668632746,0.615245580673218,0.788003921508789,-0.0519871972501278,0.995973467826843,0.0730368793010712,0.0117241321131587,0.0237983521074057,0.999648034572601,0.00425289710983634,0.0236821826547384,0.999710500240326,0.00470950407907367,-0.0157088357955217,0.999865531921387,-0.00760515779256821,0.0056833210401237,0.99995493888855,-0.00734540121629834,0.011174107901752,0.999910593032837,0.00499474024400115,-0.0157065726816654,0.999864280223846,0.0240017250180244,0.00984564516693354,0.999663531780243,-0.0115859946236014,-0.0158361122012138,0.999807476997375,
  1148. 0.0117342751473188,-0.996185481548309,0.0864685103297234,0.00196569040417671,-0.477310836315155,0.878732323646545,0.0114838667213917,-0.996188700199127,0.0864649191498756,0.0401420705020428,-0.998857259750366,0.0259392503648996,-0.0386626906692982,-0.998858690261841,0.0280441325157881,0.0392907336354256,-0.999226629734039,-0.00155246839858592,0.024889936670661,-0.995927572250366,0.0866534188389778,0.0287043247371912,-0.994379281997681,-0.101911246776581,0.0234635211527348,-0.994502663612366,-0.102048754692078,0.0193640030920506,-0.996056914329529,0.0865775942802429,0.0204672235995531,-0.99528694152832,-0.0947892367839813,-0.0317419283092022,-0.996392488479614,-0.0787060409784317,-0.0326159410178661,-0.994965851306915,-0.094758652150631,-0.0334039367735386,-0.995759069919586,0.0857208073139191,-0.193035006523132,-0.975531101226807,-0.105246171355248,-0.105978526175022,-0.0131545346230268,-0.994281411170959,-0.00577174732461572,-0.531186044216156,-0.847235560417175,-0.00778414309024811,-0.0155617725104094,-0.99984872341156,-0.00794562976807356,0.00182561238761991,-0.999966859817505,-0.0315157771110535,0.000898278201930225,-0.999502956867218,0.0252813939005136,-0.032066959887743,-0.999165952205658,-0.0163066647946835,-0.994547665119171,-0.103000350296497,0.00290368846617639,-0.9954913854599,-0.0948086604475975,-0.0282063670456409,-0.995099484920502,-0.0947713330388069,-0.0366058498620987,-0.99622368812561,-0.0787310227751732,-0.00701822014525533,-0.03131403028965,-0.999484956264496,-0.142700791358948,-0.984186947345734,-0.104940801858902,-0.05832564458251,-0.0300504062324762,-0.997845232486725,-0.0584285780787468,-0.0143392942845821,-0.998188614845276,0.0549807958304882,-0.024445079267025,-0.998188138008118,0.0573910251259804,-0.0327828750014305,-0.997813403606415,0.0920403227210045,-0.992739260196686,-0.0774436816573143,-0.00793965999037027,0.00167393917217851,-0.999967098236084,-0.00812244974076748,-0.0155537389218807,-0.999846041202545,-0.00771489785984159,0.015745609998703,-0.999846279621124,-0.00849699694663286,-0.0312787964940071,-0.999474585056305,
  1149. -0.00771492253988981,0.015745609998703,-0.999846279621124,-0.00812247302383184,-0.0155537379905581,-0.999846041202545,0.00277412286959589,0.300700515508652,-0.953714609146118,-0.019318375736475,0.299933850765228,-0.953764379024506,0.00107269850559533,0.0157460719347,-0.999875545501709,-0.0114623252302408,0.0237943194806576,-0.999651253223419,-0.012581710703671,-0.0311810486018658,-0.999434590339661,-0.0122061530128121,-0.023421585559845,-0.999651253223419,-0.0130822602659464,0.00756408739835024,-0.9998859167099,-0.0126606822013855,0.0238128397613764,-0.999636352062225,-0.0134061258286238,-0.0234023332595825,-0.999636232852936,-0.119238935410976,0.0253236573189497,-0.992542684078217,-0.0937793180346489,0.00562397018074989,-0.995577216148376,-0.185334175825119,0.979045510292053,-0.0843867659568787,-0.00911013782024384,-0.0312641561031342,-0.999469637870789,-0.00805642921477556,0.0237414948642254,-0.999685645103455,-0.00756488693878055,0.0238529145717621,-0.99968683719635,-0.00756488833576441,0.0238529145717621,-0.99968683719635,-0.00854264851659536,0.0157455056905746,-0.999839544296265,-0.00911013875156641,-0.0312641561031342,-0.999469637870789,0.0363948158919811,0.996365010738373,-0.077021025121212,0.109864681959152,0.99114590883255,-0.0745638608932495,0.05712765827775,0.0226777214556932,-0.99810928106308,0.436434656381607,0.00750689022243023,-0.89970463514328,0.437344998121262,0.0143531300127506,-0.89917927980423,0.961924433708191,0.267344862222672,-0.0568163581192493,0.0020766076631844,0.997490584850311,-0.0707700774073601,0.00769504578784108,0.996908605098724,-0.0781937837600708,0.00732593424618244,0.998013257980347,0.062578558921814,0.0394306778907776,0.997341930866241,0.0612722970545292,0.0368078909814358,0.991288900375366,-0.126457497477531,0.033553458750248,0.996842741966248,-0.0719633772969246,0.0710723772644997,0.99477481842041,-0.0732940286397934,-0.105616539716721,0.994406700134277,-0.000819696811959147,0.258030593395233,-0.0309375412762165,0.965641260147095,0.0783377885818481,0.983602166175842,-0.162450462579727,
  1150. 0.0307690072804689,0.997624635696411,0.0616311132907867,0.00669394573196769,0.997457444667816,0.07094956189394,-0.158983528614044,0.986154735088348,0.0471497215330601,0.388118773698807,0.919971346855164,0.0549250729382038,0.137955129146576,-0.0277321729809046,0.990050256252289,0.0783411934971809,0.983601331710815,-0.162453383207321,0.00669347308576107,0.997457444667816,0.0709495395421982,0.102911114692688,0.947947084903717,-0.30133980512619,0.320489227771759,0.946470737457275,-0.0384679585695267,-0.032832782715559,0.995732843875885,-0.0862446427345276,-0.285312414169312,-0.0136518189683557,0.958337366580963,0.0429052375257015,0.995352566242218,-0.0862116366624832,0.178582713007927,0.960021197795868,-0.215563744306564,0.0366495624184608,0.996725499629974,0.0720770135521889,-0.410734683275223,0.908354043960571,-0.0786762312054634,-0.537434935569763,0.0132787544280291,-0.84320080280304,-0.557089745998383,0.03714345023036,-0.829621255397797,0.0676627308130264,0.995021045207977,0.073177196085453,0.0740639269351959,0.994999408721924,0.067012682557106,0.0707420781254768,0.993773937225342,-0.0860749259591103,-0.213880583643913,0.0153817124664783,-0.976738691329956,-0.306399405002594,0.948352456092834,-0.0821405202150345,-0.312270611524582,0.94904762506485,-0.0423779934644699,0.0192489419132471,0.997377336025238,0.0697708800435066,0.0142632098868489,0.998779058456421,-0.0472987219691277,0.0144081516191363,0.996166527271271,-0.0862821564078331,-0.213880583643913,0.0153817124664783,-0.976738691329956,-0.312270611524582,0.94904762506485,-0.0423779934644699,-0.00144089991226792,0.518912792205811,-0.854825973510742,0.04741345718503,0.998388707637787,-0.0311767999082804,0.0142632098868489,0.998779058456421,-0.0472987219691277,0.0192489419132471,0.997377336025238,0.0697708800435066,-0.00817594025284052,0.998855531215668,-0.0471256449818611,0.0475883707404137,0.996933341026306,-0.062122505158186,-0.0152231054380536,0.99792754650116,-0.0625209510326386,0.00494320690631866,0.999987781047821,0,0.00493057304993272,0.999987840652466,0,
  1151. 0.00491063389927149,0.999987959861755,0,0.00533206295222044,0.999985873699188,-4.35631947182102e-011,-0.999999701976776,0.000892109586857259,0,-0.999999642372131,0.000950000365264714,0,-0.999999523162842,0.00105665577575564,-9.67504854010315e-010,-0.999999523162842,0.000949155422858894,0,0.998466491699219,-0.0260404795408249,0.0488523170351982,0.99961656332016,-0.0130252344533801,0.0244355294853449,1,-0,-0,0.99961656332016,-0.0130252344533801,0.0244355294853449,0.00438173860311508,0.999990403652191,6.45357586814832e-011,0.00467819254845381,0.999988973140717,1.71639907148302e-011,0.00421212008222938,0.999991118907928,7.73142522225712e-011,0.00420543598011136,0.999991178512573,0,0.00542660057544708,0.99998527765274,-4.67058726763558e-012,0.00536604085937142,0.999985635280609,-1.62759627823916e-012,0.00467819254845381,0.999988973140717,1.71639907148302e-011,0.00438173860311508,0.999990403652191,6.45357586814832e-011,-0.999997675418854,0.00216475012712181,-7.87997000983864e-010,-0.999998271465302,0.00186040590051562,-2.06804559588214e-010,-0.999999523162842,0.00105665577575564,-9.67504854010315e-010,-0.999994874000549,0.00320537853986025,-8.20207191054578e-009,-0.999999940395355,0.000485799828311428,1.09679165749554e-009,-0.999999642372131,0.000764300231821835,1.39301770119005e-008,-0.999998271465302,0.00186040590051562,-2.06804559588214e-010,-0.999997675418854,0.00216475012712181,-7.87997000983864e-010,0.00421212008222938,0.999991118907928,7.73142522225712e-011,0.00432092975825071,0.99999064207077,9.02614788467204e-011,0.00407394440844655,0.999991774559021,1.54282600584033e-010,0.00391560792922974,0.999992430210114,1.48286313783608e-010,0.00467819254845381,0.999988973140717,1.71639907148302e-011,0.00536604085937142,0.999985635280609,-1.62759627823916e-012,0.00489536672830582,0.9999880194664,0,0.00462773628532887,0.99998927116394,0,-0.999998271465302,0.00186040590051562,-2.06804559588214e-010,-0.999999642372131,0.000764300231821835,1.39301770119005e-008,-0.999999642372131,0.000841901986859739,1.78257621996636e-008,-0.999999523162842,0.000961917452514172,0,
  1152. -0.999999642372131,0.000764300231821835,1.39301770119005e-008,-0.999999761581421,0.0006916718557477,-1.14621513669366e-010,-0.999999642372131,0.00083754223305732,-2.14207305525619e-015,-0.999999642372131,0.000841901986859739,1.78257621996636e-008,0.00136069126892835,0.552629768848419,0.83342581987381,0.00260311854071915,0.552620947360992,0.833428621292114,0.000999024254269898,0.552616238594055,0.833435297012329,-7.94790903455578e-005,0.552640438079834,0.833419799804688,0.00327239255420864,0.552633464336395,0.833417952060699,0.0036482191644609,0.552632510662079,0.833417057991028,0.00260311854071915,0.552620947360992,0.833428621292114,0.00136069126892835,0.552629768848419,0.83342581987381,0.999990224838257,0.00187473208643496,-0.00400949781760573,0.999993920326233,0.00300366687588394,-0.00183297134935856,0.999991416931152,0.00413258234038949,0.000343566702213138,0.999993920326233,0.00300366710871458,-0.00183297146577388,-0.999999642372131,0.00083754223305732,-2.14207305525619e-015,-0.999999761581421,0.0006916718557477,-1.14621513669366e-010,-0.999999642372131,0.000883059401530772,-5.12891276116534e-008,-0.999999582767487,0.000903391162864864,-5.12891169535123e-008,0,0.000142529548611492,-1,0,0.000634844589512795,-0.999999821186066,0,0.00110855279490352,-0.999999403953552,0,0.000805236049927771,-0.999999701976776,0,0.000653704162687063,-0.99999988079071,0,0.000483228330267593,-0.999999940395355,-0.999999940395355,0.000333051517372951,-0,-0.999999761581421,0.0006916718557477,-1.14621513669366e-010,-0.999999642372131,0.000764300231821835,1.39301770119005e-008,-0.999999940395355,0.000485799828311428,1.09679165749554e-009,0.00432092975825071,0.99999064207077,9.02614788467204e-011,0.00421212008222938,0.999991118907928,7.73142522225712e-011,0.00467819254845381,0.999988973140717,1.71639907148302e-011,0.00462773628532887,0.99998927116394,0,0.00370929250493646,0.552634835243225,0.833415269851685,0.00367888901382685,0.55263489484787,0.833415389060974,0.0036482191644609,0.552632510662079,0.833417057991028,0.00327239255420864,0.552633464336395,0.833417952060699,
  1153. 0,0.00175149389542639,0.999998509883881,0,0.00191171374171972,0.999998271465302,0,0.00208659563213587,0.999997913837433,-0,0.00243577640503645,0.999997019767761,-0,0.00192618160508573,0.999998152256012,-0,0.00143047166056931,0.999998986721039,0.0062269507907331,0.999980688095093,-4.31292945801687e-010,0.00533206295222044,0.999985873699188,-4.35631947182102e-011,0.00536604085937142,0.999985635280609,-1.62759627823916e-012,0.00542660057544708,0.99998527765274,-4.67058726763558e-012,0.00533206295222044,0.999985873699188,-4.35631947182102e-011,0.00491063389927149,0.999987959861755,0,0.00489536672830582,0.9999880194664,0,0.00536604085937142,0.999985635280609,-1.62759627823916e-012,-0.999999523162842,0.000949155422858894,0,-0.999999523162842,0.00105665577575564,-9.67504854010315e-010,-0.999998271465302,0.00186040590051562,-2.06804559588214e-010,-0.999999523162842,0.000961917452514172,0,0.000100187549833208,0,1,9.86581580946222e-005,0,1,9.70543187577277e-005,0,1,9.82389465207234e-005,0,1,-0.0140223819762468,0.999807476997375,0.0137248085811734,-0.0103047089651227,0.997014760971069,0.0765204131603241,0.000309156719595194,0.992365598678589,-0.123330406844616,0.00947513058781624,0.999942719936371,-0.00498793320730329,0.00141090841498226,0.995766758918762,0.0919054672122002,-0.999999701976776,0.000561647291760892,0.00064320774981752,-1,0.000104528247902635,-0.000157637332449667,-0.999999940395355,0.000184046482900158,-0.000277557468507439,-0.999999642372131,0.00063197105191648,0.00053756294073537,-0.999971270561218,0.00499757332727313,0.00568568799644709,-0.999999701976776,0.000561647291760892,0.00064320774981752,-0.999999642372131,0.00063197105191648,0.00053756294073537,-0.999960958957672,0.0035346313379705,0.00809142086654902,-0.999619901180267,0.0183201842010021,0.0206017978489399,-0.999971270561218,0.00499757332727313,0.00568568799644709,-0.999960958957672,0.0035346313379705,0.00809142086654902,-0.999604821205139,0.0172755233943462,0.0221764985471964,0.00327954581007361,0,0.99999463558197,0.0016634400235489,0,0.99999862909317,
  1154. 5.51363300473895e-005,0,1,0.00112414942122996,0,0.999999344348907,8.03702132543549e-005,0,1,6.30027643637732e-005,0,1,0.00112414942122996,0,0.999999344348907,5.51363300473895e-005,0,1,9.72351554082707e-005,0,1,8.84113760548644e-005,0,1,6.30027643637732e-005,0,1,8.03702132543549e-005,0,1,9.82389465207234e-005,0,1,9.70543187577277e-005,0,1,8.84113760548644e-005,0,1,9.72351554082707e-005,0,1,0.99974650144577,0.0225082039833069,0.000523221446201205,0.999719619750977,0.0236309561878443,-0.00152892793994397,0.999687194824219,0.0247535705566406,-0.00358107080683112,0.999719619750977,0.0236309561878443,-0.00152892793994397,1,0,0,1,-1.85827332188637e-006,-3.48616595147178e-006,1,-3.71654664377274e-006,-6.97233190294355e-006,1,-1.85827332188637e-006,-3.48616595147178e-006,-0.0470078364014626,-0.00433095125481486,-0.998885095119476,-0.0371447950601578,-0.0359959341585636,-0.998661398887634,1.7571352145751e-005,-0.0016650955658406,-0.999998569488525,0.0370990335941315,0.0435548275709152,-0.998362004756927,0.0469267852604389,-0.00145018519833684,-0.998897254467011,-0.584556698799133,0.143800795078278,-0.798507869243622,-0.747480809688568,-0.0697651877999306,-0.660609662532806,-0.0371447950601578,-0.0359959341585636,-0.998661398887634,-0.0470078364014626,-0.00433095125481486,-0.998885095119476,-0.747480809688568,-0.0697651877999306,-0.660609662532806,0.0014390837168321,-0.00175115850288421,-0.999997496604919,1.7571352145751e-005,-0.0016650955658406,-0.999998569488525,-0.0371447950601578,-0.0359959341585636,-0.998661398887634,0.0014390837168321,-0.00175115850288421,-0.999997496604919,0.748239040374756,0.0655654072761536,-0.66018146276474,0.0370990335941315,0.0435548275709152,-0.998362004756927,1.7571352145751e-005,-0.0016650955658406,-0.999998569488525,0.748239040374756,0.0655654072761536,-0.66018146276474,0.597931742668152,-0.104940146207809,-0.794647812843323,0.0469267852604389,-0.00145018519833684,-0.998897254467011,0.0370990335941315,0.0435548275709152,-0.998362004756927,0.597931742668152,-0.104940146207809,-0.794647812843323,
  1155. -0.584556698799133,0.143800795078278,-0.798507869243622,-0.0470078364014626,-0.00433095125481486,-0.998885095119476,0.0469267852604389,-0.00145018519833684,-0.998897254467011,-0.236944541335106,0.966302931308746,-0.100577212870121,-0.361840695142746,0.929485142230988,-0.0716155245900154,-0.0103047089651227,0.997014760971069,0.0765204131603241,-0.0140223819762468,0.999807476997375,0.0137248085811734,-0.361840695142746,0.929485142230988,-0.0716155245900154,0.217989459633827,0.975943922996521,0.00375815667212009,0.000309156719595194,0.992365598678589,-0.123330406844616,-0.0103047089651227,0.997014760971069,0.0765204131603241,0.217989459633827,0.975943922996521,0.00375815667212009,0.64275985956192,0.765958368778229,-0.0129523891955614,0.00947513058781624,0.999942719936371,-0.00498793320730329,0.000309156719595194,0.992365598678589,-0.123330406844616,0.64275985956192,0.765958368778229,-0.0129523891955614,0.224454045295715,0.97439968585968,-0.0128712374716997,0.00141090841498226,0.995766758918762,0.0919054672122002,0.00947513058781624,0.999942719936371,-0.00498793320730329,0.224454045295715,0.97439968585968,-0.0128712374716997,-0.236944541335106,0.966302931308746,-0.100577212870121,-0.0140223819762468,0.999807476997375,0.0137248085811734,0.00141090841498226,0.995766758918762,0.0919054672122002
  1156. }
  1157. TangentsW: *1704 {
  1158. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,-1,1,1,-1,1,-1,1,-1,-1,1,-1,1,-1,1,1,-1,1,-1,1,-1,1,-1,1,-1,-1,-1,-1,1,1,-1,-1,1,-1,-1,-1,-1,1,1,-1,-1,1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,-1,1,1,1,1,-1,1,-1,1,-1,1,1,-1,1,-1,1,1,1,1,-1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,1,1,-1,1,1,1,-1,1,-1,1,-1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,-1,1,1,1,1,1,1,1,1,-1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,-1,1,-1,-1,-1,1,-1,1,-1,1,1,1,1,-1,1,-1,1,1,1,1,-1,1,1,1,1,1,-1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  1159. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,-1,-1,1,1,-1,-1,1,1,1,1,1,-1,1,1,1,1,-1,1,1,1,1,1,-1,1,-1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,1,-1,1,1,-1,1,-1,-1,1,-1,1,-1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,1,-1,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,-1,-1,-1,1,1,1,-1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1160. }
  1161. }
  1162. LayerElementUV: 0 {
  1163. Version: 101
  1164. Name: "map1"
  1165. MappingInformationType: "ByPolygonVertex"
  1166. ReferenceInformationType: "IndexToDirect"
  1167. UV: *1052 {
  1168. a: 0.3271484375,4.138671875,0.32666015625,4.01953125,0.35498046875,4.021484375,0.354736328125,4.15625,0.35498046875,5.01953125,0.3271484375,5.13671875,0.353759765625,5.15625,0.32666015625,5.01953125,0.354248046875,1.02253723144531,0.32568359375,1.13916015625,0.325439453125,1.02145385742188,0.3544921875,1.157958984375,0.32568359375,3.138671875,0.354248046875,3.021484375,0.3251953125,3.021484375,0.3544921875,3.15625,0.3544921875,0.02294921875,0.32568359375,0.1396484375,0.325439453125,0.02197265625,0.3544921875,0.158203125,0.325927734375,2.138671875,0.3544921875,2.0224609375,0.3251953125,2.021484375,0.3544921875,2.1572265625,2.060546875,-0.962890625,2.064453125,-0.8212890625,2.091796875,-0.9638671875,2.095703125,-0.8212890625,2.103515625,-0.9482421875,2.10546875,-0.8369140625,2.060546875,1.03646850585938,2.064453125,1.1783447265625,2.091796875,1.03582763671875,2.095703125,1.177734375,2.103515625,1.05096435546875,2.10546875,1.162109375,2.267578125,-1.939453125,2.10546875,-1.943359375,2.265625,-1.896484375,2.13671875,-1.83203125,2.1015625,-1.83203125,2.138671875,-0.94921875,2.267578125,-0.8837890625,2.26953125,-0.8408203125,2.267578125,0.0595703125,2.10546875,0.05615234375,2.265625,0.10302734375,2.13671875,0.16796875,2.1015625,0.16748046875,2.138671875,1.05026245117188,2.267578125,1.115234375,2.26953125,1.1588134765625,0.75927734375,6.37109375,0.73974609375,6.3828125,0.72265625,6.3046875,0.7021484375,6.3046875,0.73974609375,6.23046875,0.75927734375,6.2421875,0.75927734375,5.37109375,0.73974609375,5.3828125,0.72265625,5.3046875,0.7021484375,5.3046875,0.73974609375,5.23046875,0.75927734375,5.2421875,0.1864013671875,7.0390625,0.11700439453125,7.0390625,0.119873046875,7.0390625,0.189208984375,7.0390625,0.189208984375,7.16796875,0.11700439453125,7.16796875,0.119873046875,7.171875,0.1864013671875,7.171875,2.08984375,-1.81640625,2.0625,-1.958984375,2.060546875,-1.818359375,2.09375,-1.958984375,0.1864013671875,8.0390625,0.11700439453125,8.0390625,0.119873046875,8.0390625,0.189208984375,8.0390625,0.189208984375,
  1169. 8.16796875,0.11700439453125,8.16796875,0.119873046875,8.171875,0.1864013671875,8.171875,2.08984375,0.1826171875,2.0625,0.0400390625,2.060546875,0.181640625,2.09375,0.04052734375,0.37646484375,5.22265625,0.3818359375,5.359375,0.376708984375,5.359375,0.385986328125,5.22265625,0.47509765625,5.359375,0.387939453125,5.1875,0.56396484375,5.22265625,0.56103515625,5.359375,0.666015625,5.359375,0.412841796875,5.21875,0.56787109375,5.21875,0.77392578125,5.19140625,0.385009765625,5.1875,0.666015625,5.21875,0.66748046875,5.22265625,0.78955078125,5.21875,0.78759765625,5.359375,0.79052734375,5.3671875,0.787109375,5.21875,0.7900390625,5.1875,0.5654296875,5.05859375,0.380859375,5.0625,0.66259765625,5.18359375,0.66455078125,5.0625,0.78759765625,5.18359375,0.6708984375,5.10546875,0.787109375,5.0625,0.7900390625,5.05859375,2.98046875,-1.40234375,2.978515625,-1.376953125,2.98046875,-1.376953125,2.978515625,-1.40234375,2.93359375,-1.376953125,2.98046875,-1.5234375,2.931640625,-1.40234375,2.931640625,-1.376953125,2.978515625,-1.556640625,2.98046875,-1.556640625,2.93359375,-1.40234375,2.931640625,-1.5234375,2.9765625,-1.5234375,2.935546875,-1.5234375,2.93359375,-1.556640625,2.931640625,-1.556640625,2.244140625,-1.662109375,2.234375,-1.671875,2.234375,-1.66796875,2.24609375,-1.666015625,2.265625,-1.662109375,2.234375,-1.720703125,2.265625,-1.666015625,2.24609375,-1.7265625,2.265625,-1.7265625,2.244140625,-1.728515625,2.234375,-1.72265625,2.265625,-1.728515625,2.98046875,-1.369140625,2.978515625,-1.369140625,2.982421875,-1.3515625,2.978515625,-1.3515625,2.93359375,-1.369140625,2.93359375,-1.3515625,2.931640625,-1.369140625,2.931640625,-1.3515625,2.08984375,-1.66796875,2.08984375,-1.671875,2.087890625,-1.671875,2.087890625,-1.720703125,2.08984375,-1.720703125,2.08984375,-1.72265625,2.98046875,-0.4033203125,2.978515625,-0.3779296875,2.98046875,-0.376953125,2.978515625,-0.4033203125,2.93359375,-0.3779296875,2.98046875,-0.5244140625,2.931640625,-0.4033203125,2.931640625,-0.376953125,2.978515625,-0.556640625,2.98046875,-0.556640625,2.93359375,
  1170. -0.4033203125,2.931640625,-0.5244140625,2.9765625,-0.5244140625,2.935546875,-0.5244140625,2.93359375,-0.556640625,2.931640625,-0.556640625,2.244140625,-0.6630859375,2.234375,-0.671875,2.234375,-0.6689453125,2.24609375,-0.666015625,2.265625,-0.6630859375,2.234375,-0.720703125,2.265625,-0.666015625,2.24609375,-0.7265625,2.265625,-0.7265625,2.244140625,-0.7294921875,2.234375,-0.7236328125,2.265625,-0.7294921875,2.98046875,-0.369140625,2.978515625,-0.369140625,2.982421875,-0.3515625,2.978515625,-0.3515625,2.93359375,-0.369140625,2.93359375,-0.3515625,2.931640625,-0.369140625,2.931640625,-0.3515625,2.08984375,-0.6689453125,2.08984375,-0.671875,2.087890625,-0.671875,2.087890625,-0.720703125,2.08984375,-0.720703125,2.08984375,-0.7236328125,0.56201171875,4.365234375,0.6650390625,4.361328125,0.560546875,4.361328125,0.66650390625,4.359375,0.66748046875,4.36328125,0.7880859375,4.365234375,0.791015625,4.36328125,0.78955078125,4.220703125,0.564453125,4.224609375,0.66748046875,4.22265625,0.666015625,4.21875,0.787109375,4.21875,0.7900390625,4.1875,0.771484375,4.19140625,0.56787109375,4.21875,0.787109375,4.0625,0.7900390625,4.060546875,0.78759765625,4.18359375,0.6708984375,4.107421875,0.66455078125,4.064453125,0.666015625,4.18359375,0.5654296875,4.060546875,0.381103515625,4.0625,0.380126953125,4.189453125,0.386962890625,4.189453125,0.388671875,4.220703125,0.386474609375,4.224609375,0.377197265625,4.22265625,0.475341796875,4.36328125,0.56005859375,4.365234375,0.477294921875,4.36328125,0.3818359375,4.361328125,0.376220703125,4.361328125,0.37890625,4.36328125,0.3818359375,4.36328125,0.471923828125,4.3671875,0.349365234375,3.216796875,0.378662109375,3.24609375,0.364990234375,3.21875,0.35009765625,3.345703125,0.37646484375,3.361328125,0.37890625,3.36328125,0.3818359375,3.361328125,0.47265625,3.3671875,0.3818359375,3.36328125,0.4755859375,3.36328125,0.382568359375,3.23828125,0.376708984375,3.20703125,0.384765625,3.216796875,0.379150390625,3.193359375,0.428955078125,3.22265625,0.56494140625,3.21875,0.55810546875,3.22265625,0.564453125,3.189453125,
  1171. 0.56298828125,3.22265625,0.56494140625,3.185546875,0.5595703125,3.36328125,0.564453125,3.365234375,0.5615234375,3.365234375,0.47705078125,3.36328125,0.5595703125,3.3671875,0.379638671875,3.18359375,0.56396484375,3.05859375,0.376220703125,3.060546875,0.47216796875,3.060546875,0.38037109375,3.0625,0.378662109375,2.2470703125,0.350341796875,2.220703125,0.364990234375,2.2197265625,0.35009765625,2.3466796875,0.37646484375,2.361328125,0.3818359375,2.3603515625,0.382568359375,2.2392578125,0.376708984375,2.20703125,0.474609375,2.36328125,0.385009765625,2.21875,0.4287109375,2.2236328125,0.55810546875,2.2236328125,0.5595703125,2.36328125,0.56005859375,2.21875,0.56298828125,2.2236328125,0.56396484375,2.3642578125,0.56494140625,2.189453125,0.38330078125,2.1904296875,0.5654296875,2.1845703125,0.3779296875,2.1884765625,0.37939453125,2.18359375,0.56396484375,2.0595703125,0.376220703125,2.0615234375,0.47216796875,2.0615234375,0.38037109375,2.0625,0.6689453125,3.185546875,0.671875,3.064453125,0.6669921875,3.05859375,0.7900390625,3.0625,0.7900390625,3.1875,0.78759765625,3.19140625,0.6708984375,3.19140625,0.66748046875,3.220703125,0.787109375,3.21875,0.78955078125,3.22265625,0.67138671875,3.21875,0.67041015625,3.22265625,0.79052734375,3.365234375,0.66748046875,3.36328125,0.67431640625,3.36328125,0.6689453125,1.1861572265625,0.671875,1.0650634765625,0.6669921875,1.05999755859375,0.7900390625,1.06292724609375,0.7900390625,1.1875,0.78759765625,1.1920166015625,0.6708984375,1.1917724609375,0.66748046875,1.2210693359375,0.787109375,1.220458984375,0.78955078125,1.2227783203125,0.67138671875,1.219482421875,0.67041015625,1.2244873046875,0.79052734375,1.3662109375,0.66748046875,1.364990234375,0.67431640625,1.364013671875,0.78955078125,2.1865234375,0.67138671875,2.064453125,0.7900390625,2.0625,0.6689453125,2.185546875,0.6669921875,2.0595703125,0.78759765625,2.19140625,0.6708984375,2.19140625,0.66748046875,2.220703125,0.787109375,2.2197265625,0.78955078125,2.22265625,0.67138671875,2.21875,0.67041015625,2.2236328125,0.79052734375,2.3662109375,0.66748046875,
  1172. 2.3642578125,0.67431640625,2.36328125,0.78955078125,0.1875,0.67138671875,0.0654296875,0.7900390625,0.0634765625,0.6689453125,0.1865234375,0.6669921875,0.060546875,0.78759765625,0.1923828125,0.6708984375,0.19189453125,0.66748046875,0.22119140625,0.787109375,0.220703125,0.78955078125,0.22314453125,0.67138671875,0.2197265625,0.67041015625,0.224609375,0.79052734375,0.36669921875,0.66748046875,0.365234375,0.67431640625,0.3642578125,1.5537109375,0.9169921875,1.4228515625,0.985527038574219,1.4228515625,0.9169921875,1.5537109375,0.985527038574219,1.255859375,0.985008239746094,1.380859375,0.91796875,1.380859375,0.985008239746094,1.2373046875,0.91796875,1.2373046875,0.976699829101563,1.2421875,0.07373046875,1.2392578125,0.01806640625,1.2431640625,0.0185546875,1.23828125,0.07666015625,1.3896484375,0.01806640625,1.2421875,0.07666015625,1.498046875,0.07421875,1.3994140625,0.0185546875,1.2392578125,0.18603515625,1.5234375,0.0185546875,1.2431640625,0.1845703125,1.52734375,0.0517578125,1.52734375,0.01611328125,1.529296875,0.0185546875,1.390625,0.07568359375,1.5390625,0.07177734375,1.8203125,0.017578125,1.5234375,0.0771484375,1.52734375,0.0791015625,1.384765625,0.18115234375,1.4033203125,0.1845703125,1.5263671875,0.18408203125,1.5322265625,0.07568359375,1.38671875,0.18798828125,1.693359375,0.1865234375,1.6865234375,0.18212890625,1.2431640625,0.18798828125,1.2431640625,0.24169921875,1.2392578125,0.2431640625,1.392578125,0.24169921875,1.2431640625,0.24462890625,1.2392578125,0.35302734375,1.3857421875,0.24462890625,1.2431640625,0.353515625,1.2431640625,0.357421875,1.3896484375,0.3583984375,1.3662109375,0.35302734375,1.38671875,0.345703125,1.400390625,0.357421875,1.396484375,0.24462890625,1.3984375,0.35302734375,1.5224609375,0.3525390625,1.5244140625,0.357421875,1.5263671875,0.35546875,1.5244140625,0.24462890625,1.5263671875,0.2421875,1.529296875,0.24462890625,1.5283203125,0.3525390625,1.529296875,0.357421875,1.8203125,0.35693359375,1.8125,0.35302734375,1.8232421875,0.35693359375,1.9765625,0.24169921875,1.9765625,0.24462890625,1.9755859375,
  1173. 0.3515625,1.9755859375,0.357421875,1.98046875,0.3515625,1.98046875,0.2431640625,1.98046875,0.1865234375,1.9736328125,0.18798828125,1.83203125,0.18994140625,1.9755859375,0.18359375,1.98046875,0.08837890625,1.822265625,0.18359375,1.9755859375,0.07470703125,1.98046875,0.0654296875,1.6953125,0.07568359375,1.822265625,0.07470703125,1.8173828125,0.07080078125,1.8232421875,0.0576171875,1.8232421875,0.01806640625,1.8251953125,0.06787109375,1.8330078125,0.0703125,1.9755859375,0.01806640625,1.9755859375,0.0693359375,1.98046875,0.01806640625,-2.99111604690552,0.657569050788879,-2.99434089660645,0.00496596097946167,-2.8174409866333,0.00410431623458862,-2.81423187255859,0.656692743301392,-3.00027322769165,0.000886792491655797,-3.0008716583252,0.656798303127289,-3.17870283126831,0.656617999076843,-3.17810297012329,0.000727516307961196,-1.94725525379181,2.57844519615173,-1.95337295532227,2.68878436088562,-2.09955358505249,2.6887845993042,-2.09343600273132,2.57034039497375,-2.32229566574097,0.872802555561066,-2.32327198982239,0.654344797134399,-2.17662382125854,0.659583926200867,-2.17572975158691,0.872231304645538,-2.69331932067871,0.873897075653076,-2.6946063041687,0.656043231487274,-3.29932641983032,0.875583648681641,-3.29899024963379,0.656482696533203,-3.17912793159485,0.872373461723328,-3.67264413833618,0.875969588756561,-3.67251586914063,0.656154811382294,-2.17941188812256,0.000936210155487061,-1.99968004226685,2.02655792236328e-006,-1.99709987640381,0.660039842128754,-2.69780015945435,0.00352710485458374,-2.32620334625244,0.00169378519058228,-3.67194557189941,0.000282787485048175,-3.29837512969971,0.000613644544500858,-3.82003688812256,0.661855697631836,-3.8194637298584,0.000164393917657435,-2.6930251121521,1.01503920555115,-2.81283950805664,1.01286995410919,-2.81282830238342,0.871256709098816,-2.32178068161011,1.01401221752167,-2.48783731460571,2.39041376113892,-2.3704195022583,2.39684176445007,-2.36979246139526,2.56614136695862,-2.48780870437622,2.57087516784668,-4.00056838989258,0.655883312225342,-3.99999809265137,2.14576721191406e-006,
  1174. -4.05696582794189,0.661710321903229,-3.93854093551636,0.724874794483185,-3.82017302513123,0.87592351436615,-3.93868398666382,0.954399347305298,-4.05709648132324,0.875767827033997,-2.17520570755005,1.01346969604492,-2.94193267822266,0.872826218605042,-3.06066584587097,0.951234221458435,-3.0602343082428,0.720126152038574,-2.94151997566223,0.657079994678497,-1.95483553409576,3.48493051528931,-1.95480895042419,3.22430038452148,-1.75591361522675,3.22463798522949,-1.75593888759613,3.4846339225769,-1.98995280265808,0.00860923528671265,-1.77245879173279,0.00863116979598999,-1.77176237106323,0.645896255970001,-1.87923622131348,0.70840710401535,-1.98677229881287,0.653017461299896,-3.67261457443237,1.01808536052704,-3.82017683982849,1.01807999610901,-3.2989935874939,1.01761639118195,-3.17837190628052,1.01487040519714,-0.877120018005371,3.23625898361206,-0.87791919708252,3.47874546051025,-1.05994057655334,3.47814559936523,-1.05992877483368,3.23124980926514,-1.18781352043152,3.4815149307251,-1.18779516220093,3.22786235809326,-1.59387302398682,3.48378372192383,-1.59384834766388,3.22552108764648,-2.25094890594482,2.39041376113892,-2.25101804733276,2.57096648216248,-1.95949053764343,2.80722856521606,-2.09343576431274,2.80722880363464,-0.770562648773193,0.0100287776440382,-0.772422552108765,0.645453274250031,-0.881905078887939,0.704804420471191,-0.991148233413696,0.644964396953583,-0.990231990814209,0.00956056918948889,-0.762497425079346,0.000515002873726189,-0.763921737670898,0.653261959552765,-0.881937980651855,0.715840339660645,-0.999679803848267,0.652748227119446,-0.998255729675293,5.96046447753906e-007,-1.76279258728027,5.96046447753906e-007,-1.7613685131073,0.652748227119446,-1.87909626960754,0.719227612018585
  1175. }
  1176. UVIndex: *1704 {
  1177. a: 0,1,2,2,3,0,4,5,6,5,4,7,8,9,10,9,8,11,12,13,14,13,12,15,16,17,18,17,16,19,20,21,22,21,20,23,24,25,26,26,25,27,26,27,28,28,27,29,30,31,32,32,31,33,32,33,34,34,33,35,36,37,38,37,39,38,39,37,40,28,29,41,29,42,41,42,29,43,44,45,46,45,47,46,47,45,48,34,35,49,35,50,49,50,35,51,52,53,54,54,53,55,56,54,55,54,56,57,58,59,60,60,59,61,62,60,61,60,62,63,64,65,66,67,65,64,68,65,67,68,69,65,69,68,70,70,68,71,72,73,74,73,72,75,75,72,37,37,72,40,76,77,78,79,77,76,80,77,79,80,81,77,81,80,82,82,80,83,84,85,86,85,84,87,87,84,45,45,84,48,88,89,90,91,89,88,89,91,92,91,88,93,94,92,91,92,94,95,94,96,95,93,97,91,97,98,91,93,98,97,94,91,98,98,93,99,100,99,93,98,101,94,101,98,99,96,94,102,102,94,101,103,96,102,101,103,102,96,103,104,104,103,105,103,101,106,99,106,101,107,103,106,106,99,107,108,100,109,100,108,110,99,100,110,110,108,111,112,107,99,99,110,112,110,111,113,113,112,110,114,113,111,112,113,114,114,107,112,107,114,115,116,117,118,117,116,119,119,120,117,121,119,116,122,123,120,124,121,125,120,126,122,120,119,126,126,127,122,119,121,128,119,128,126,121,124,128,126,128,129,124,129,128,126,129,127,129,124,130,130,127,129,127,130,131,132,133,134,133,132,135,136,135,132,135,137,133,135,136,138,139,135,138,137,135,139,139,138,140,137,139,141,140,141,139,137,141,142,141,140,143,144,118,117,117,145,144,145,146,144,120,145,117,146,145,147,148,147,145,148,145,120,147,148,149,120,150,148,150,149,148,150,120,123,149,150,151,133,152,134,152,133,153,154,152,153,137,153,133,153,155,154,153,137,156,155,153,156,142,156,137,155,156,157,156,142,157,158,159,160,159,158,161,161,162,159,163,161,158,164,165,162,166,163,167,162,168,164,162,161,168,168,169,164,161,163,170,161,170,168,163,166,170,168,170,171,166,171,170,168,171,169,171,166,172,172,169,171,169,172,173,174,175,176,175,174,177,178,177,174,177,179,175,177,178,180,181,177,180,179,177,181,181,180,182,179,181,183,182,183,181,179,183,184,183,182,185,186,160,159,159,187,186,187,188,186,162,187,159,188,187,189,190,189,187,190,187,162,189,190,191,162,192,190,192,191,190,192,162,
  1178. 165,191,192,193,175,194,176,194,175,195,196,194,195,179,195,175,195,197,196,195,179,198,197,195,198,184,198,179,197,198,199,198,184,199,200,201,202,203,202,201,204,205,203,206,203,205,207,203,206,203,208,202,207,209,203,208,203,209,207,210,209,208,209,210,210,207,211,211,207,212,211,213,210,213,211,212,208,210,214,214,210,213,215,212,216,212,215,217,212,217,213,215,218,217,218,215,219,217,218,220,219,220,218,220,213,217,221,220,219,220,221,222,223,220,222,224,220,223,213,220,224,224,214,213,214,224,225,226,214,225,226,208,214,226,225,227,228,208,226,208,228,202,228,229,202,229,228,230,227,231,226,228,226,231,231,227,232,231,232,233,234,228,231,228,234,235,236,237,238,237,236,239,237,239,240,241,242,240,242,237,240,243,242,244,242,243,245,237,242,246,245,246,242,246,247,237,247,246,248,249,247,248,246,250,248,246,245,250,250,251,248,251,249,248,245,252,250,250,252,251,249,251,253,254,251,252,253,255,249,252,256,254,252,245,256,254,256,257,258,257,256,259,256,245,256,259,260,261,249,255,262,261,255,261,263,249,261,262,264,263,261,265,265,261,264,266,267,268,267,266,269,266,270,269,270,266,271,272,271,266,273,272,266,271,272,274,272,273,275,276,274,272,272,275,276,277,274,276,274,277,278,275,279,276,277,276,279,278,277,280,278,280,281,280,277,279,279,282,280,283,279,275,279,283,282,283,275,273,284,282,283,273,285,283,283,286,284,286,283,285,286,287,284,285,288,286,287,286,289,286,288,290,289,286,290,291,292,293,291,294,292,294,291,295,291,296,295,296,291,297,298,297,291,296,299,295,295,299,300,296,297,301,296,301,299,301,297,298,299,302,300,299,301,302,298,302,301,302,303,300,298,304,302,303,302,305,304,305,302,306,307,308,306,309,307,309,306,310,306,311,310,311,306,312,313,312,306,311,314,310,310,314,315,311,312,316,311,316,314,316,312,313,317,315,314,314,316,317,313,317,316,317,318,315,313,319,317,318,317,320,319,320,317,321,322,323,324,325,322,322,321,324,326,324,321,324,326,327,327,328,324,329,326,321,329,321,330,327,326,331,329,331,326,327,331,328,332,329,330,329,332,331,332,328,331,332,330,333,334,328,332,332,333,
  1179. 335,335,334,332,336,337,338,339,340,337,337,336,339,341,339,336,339,341,342,342,343,339,344,341,336,344,336,345,342,341,346,344,346,341,342,346,343,347,344,345,346,344,347,347,343,346,347,345,348,349,343,347,347,348,350,350,349,347,351,352,353,352,351,354,355,356,357,356,355,358,358,355,359,360,361,362,363,361,360,364,360,362,363,360,365,360,364,366,360,366,365,366,364,367,365,368,363,366,367,369,368,365,370,366,369,371,372,371,369,373,371,372,374,365,366,373,375,371,375,373,376,366,371,377,377,374,366,378,371,375,371,378,377,374,379,365,365,379,370,374,377,380,374,380,379,381,377,378,380,377,381,382,381,378,378,375,382,379,380,383,383,370,379,384,380,381,380,384,383,382,385,381,381,385,384,370,383,386,370,386,368,387,368,386,383,387,386,368,387,388,387,383,389,384,389,383,388,387,390,390,391,388,392,387,389,387,392,390,391,390,393,393,394,391,393,395,394,390,396,393,395,393,396,396,390,392,395,396,397,392,397,396,397,398,395,399,397,392,392,389,399,398,397,400,399,400,397,401,398,400,398,401,402,403,402,401,404,400,399,400,404,401,389,404,399,404,403,401,404,389,405,389,384,405,403,404,406,404,405,406,406,407,403,408,403,407,407,409,408,409,407,410,406,410,407,410,411,409,412,406,405,405,384,412,410,406,413,406,412,413,414,411,410,413,414,410,411,414,415,416,415,414,414,413,416,416,413,417,413,412,417,412,418,417,418,412,419,419,412,420,384,420,412,419,421,418,421,422,418,423,419,420,420,384,423,419,423,421,385,423,384,422,421,424,423,424,421,425,422,424,426,423,385,382,426,385,426,382,375,423,426,427,427,424,423,375,428,426,427,426,428,428,375,376,376,429,428,428,429,427,429,376,430,429,431,427,429,430,431,431,432,427,432,431,430,432,424,427,430,433,432,424,432,434,433,434,432,424,434,425,435,434,433,434,435,425,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,449,448,454,455,442,456,457,458,455,454,450,459,460,461,449,453,462,463,455,458,464,465,458,466,467,464,452,468,469,470,448,471,468,452,472,473,474,475,467,466,476,477,478,479,466,480,481,482,480,466,458,457,459,450,449,463,451,483,471,
  1180. 448,484,485,456,442,486,487,470,439,453,452,439,438,462,453,443,442,455,465,488,489,490,491,492,493,494,495,496,497,498,480,457,499,497,457,454,500,499,454,456,501,502,503,504,505,506,504,503,507,508,506,505,491,490,508,507,474,473,509,510,446,445,511,512,513,514,515,516,517,518,519,514,513,519,520,515,514,520,521,516,515,521,522,517,516,522,518,513,517,460,523,493,492,523,524,494,493,524,525,495,494,525,461,496,495,461,460,492,496
  1181. }
  1182. }
  1183. LayerElementUV: 1 {
  1184. Version: 101
  1185. Name: "uvSet"
  1186. MappingInformationType: "ByPolygonVertex"
  1187. ReferenceInformationType: "IndexToDirect"
  1188. UV: *1060 {
  1189. a: 0.0892514362931252,0.858359336853027,0.0890521258115768,0.809728860855103,0.100611843168736,0.810526072978973,0.100512139499187,0.865534126758575,0.126717895269394,0.804304301738739,0.138121545314789,0.852194726467133,0.127213656902313,0.860332548618317,0.138325810432434,0.804304301738739,0.291818678379059,0.804059088230133,0.279766172170639,0.853266656398773,0.279663294553757,0.803601920604706,0.291921615600586,0.861198544502258,0.176553666591644,0.853804767131805,0.164502114057541,0.804304301738739,0.176763594150543,0.804304301738739,0.164431855082512,0.861161947250366,0.25355726480484,0.80401337146759,0.241425365209579,0.853157997131348,0.241322487592697,0.803601920604706,0.25355726480484,0.860971808433533,0.214901119470596,0.853761732578278,0.202869653701782,0.804689764976501,0.215216428041458,0.804304301738739,0.202869653701782,0.861653447151184,0.490282595157623,0.596814274787903,0.38033801317215,0.593795418739319,0.49112805724144,0.572603285312653,0.38033801317215,0.569463849067688,0.478932023048401,0.563426196575165,0.39247339963913,0.561976969242096,0.627438485622406,0.596867740154266,0.517234027385712,0.593870460987091,0.627996146678925,0.572610259056091,0.517721831798553,0.569543182849884,0.616216063499451,0.563478887081146,0.529850721359253,0.562015056610107,0.338926672935486,0.434523463249207,0.34196338057518,0.561034023761749,0.305340498685837,0.435981094837189,0.254991322755814,0.53667938709259,0.254991322755814,0.564191877841949,0.479656308889389,0.53607577085495,0.428880155086517,0.435972183942795,0.395492166280746,0.434523463249207,0.201505541801453,0.442194908857346,0.204162403941154,0.568464159965515,0.167666211724281,0.443663239479065,0.116976641118526,0.544133186340332,0.117396011948586,0.571540415287018,0.616703927516937,0.536154210567474,0.566237092018127,0.43605700135231,0.532429754734039,0.434523463249207,0.556664764881134,0.854468703269959,0.545334696769714,0.861266493797302,0.535420656204224,0.815945982933044,0.523524045944214,0.815945982933044,0.545334696769714,
  1190. 0.772890985012054,0.556664764881134,0.779689252376556,0.615931928157806,0.854376614093781,0.604594826698303,0.861179053783417,0.59467488527298,0.815830171108246,0.582770764827728,0.815830171108246,0.604594826698303,0.772748708724976,0.615931928157806,0.779551148414612,0.959680318832397,0.708155751228333,0.904994785785675,0.708155751228333,0.907255351543427,0.708155751228333,0.96189272403717,0.708155751228333,0.96189272403717,0.809735000133514,0.904994785785675,0.809735000133514,0.907255351543427,0.812812805175781,0.959680318832397,0.812812805175781,0.242783546447754,0.573241353034973,0.354231953620911,0.594620227813721,0.244302004575729,0.596077859401703,0.354231953620911,0.570265829563141,0.986068964004517,0.836773931980133,0.931384325027466,0.836773931980133,0.933644950389862,0.836773931980133,0.98828136920929,0.836773931980133,0.98828136920929,0.938351571559906,0.931384325027466,0.938351571559906,0.933644950389862,0.941429734230042,0.986068964004517,0.941429734230042,0.105580128729343,0.580699563026428,0.216677471995354,0.601954102516174,0.106419235467911,0.603492259979248,0.216397747397423,0.577623128890991,0.29840961098671,0.779640853404999,0.348660200834274,0.777666866779327,0.348660200834274,0.779551148414612,0.29840961098671,0.776140928268433,0.348660200834274,0.743388295173645,0.285488218069077,0.775423049926758,0.29840961098671,0.710725963115692,0.348660200834274,0.711802303791046,0.348660200834274,0.673216760158539,0.296974033117294,0.766270101070404,0.296974033117294,0.709289789199829,0.286923766136169,0.633554995059967,0.285488218069077,0.776500344276428,0.296974033117294,0.673216760158539,0.29840961098671,0.672678887844086,0.296974033117294,0.627812266349792,0.348660200834274,0.628530144691467,0.351531714200974,0.62745326757431,0.296974033117294,0.628709495067596,0.285488188266754,0.627632796764374,0.238108918070793,0.710186660289764,0.239544734358788,0.778025269508362,0.28405237197876,0.674473524093628,0.239544734358788,0.673755645751953,0.28405237197876,0.628530144691467,0.255337715148926,0.671422183513641,
  1191. 0.239544808864594,0.628709495067596,0.238108977675438,0.627632796764374,0.656245112419128,0.513697445392609,0.658095479011536,0.538432836532593,0.656245112419128,0.538432836532593,0.658095479011536,0.513697445392609,0.702015519142151,0.538432836532593,0.656245112419128,0.394986271858215,0.704158008098602,0.513697445392609,0.704158008098602,0.538432836532593,0.658095479011536,0.36236247420311,0.656245112419128,0.36236247420311,0.702015519142151,0.513697445392609,0.704158008098602,0.394986271858215,0.659945547580719,0.394986271858215,0.700164914131165,0.394986271858215,0.702015519142151,0.36236247420311,0.704158008098602,0.36236247420311,0.0197403207421303,0.461504995822906,0.028566163033247,0.470477223396301,0.0250551886856556,0.470477223396301,0.0232510566711426,0.4598468542099,0.0197403207421303,0.442194879055023,0.0725010260939598,0.470477223396301,0.0232510566711426,0.442194879055023,0.077670194208622,0.4598468542099,0.077670194208622,0.442194879055023,0.0794740915298462,0.461504995822906,0.0741589888930321,0.470477223396301,0.0794740915298462,0.442194879055023,0.656245112419128,0.546028792858124,0.658095479011536,0.546028792858124,0.654102146625519,0.563362956047058,0.658095479011536,0.563362956047058,0.702015519142151,0.546028792858124,0.702015519142151,0.563362956047058,0.704158008098602,0.546028792858124,0.704158008098602,0.563362956047058,0.0250551886856556,0.600282430648804,0.028566163033247,0.600282430648804,0.028566163033247,0.602037966251373,0.0725010260939598,0.602037966251373,0.0725010260939598,0.600282430648804,0.0741589888930321,0.600282430648804,0.732124447822571,0.51269519329071,0.733915627002716,0.537566781044006,0.732124447822571,0.538462460041046,0.733915627002716,0.51269519329071,0.778147339820862,0.537566781044006,0.732124447822571,0.393985956907272,0.780007123947144,0.51269519329071,0.780007123947144,0.538462460041046,0.733915627002716,0.36236247420311,0.732124447822571,0.36236247420311,0.778147339820862,0.51269519329071,0.780007123947144,0.393985956907272,0.736051499843597,0.393985956907272,
  1192. 0.776080429553986,0.393985956907272,0.778147339820862,0.36236247420311,0.780007123947144,0.36236247420311,0.01171875,0.645302057266235,0.0196797773241997,0.654135942459106,0.0170625448226929,0.654135942459106,0.0143907740712166,0.64355742931366,0.01171875,0.62599903345108,0.0635205134749413,0.654135942459106,0.0143907740712166,0.62599903345108,0.0688099935650826,0.64355742931366,0.0688099935650826,0.62599903345108,0.0714820101857185,0.645302057266235,0.0661925300955772,0.654135942459106,0.0714820101857185,0.62599903345108,0.732124447822571,0.546247959136963,0.733915627002716,0.546247959136963,0.730264008045197,0.563540995121002,0.733915627002716,0.563540995121002,0.778147339820862,0.546247959136963,0.778147339820862,0.563540995121002,0.780007123947144,0.546247959136963,0.780007123947144,0.563540995121002,0.017062671482563,0.784131765365601,0.0196796581149101,0.784131765365601,0.0196796581149101,0.785767793655396,0.0635205134749413,0.785767793655396,0.0635205134749413,0.784131765365601,0.0661925300955772,0.784131765365601,0.0984250828623772,0.711811006069183,0.099885381758213,0.673911094665527,0.0998853519558907,0.712422311306,0.100598603487015,0.67330002784729,0.0991382524371147,0.672994434833527,0.098425105214119,0.6285400390625,0.0991382896900177,0.62745326757431,0.151742994785309,0.62796288728714,0.150282651185989,0.71092814207077,0.150995880365372,0.672994434833527,0.152456134557724,0.673503637313843,0.152456179261208,0.628845810890198,0.16396875679493,0.627759158611298,0.162508502602577,0.634585022926331,0.152456179261208,0.709739625453949,0.210053101181984,0.628845810890198,0.21080020070076,0.627759158611298,0.165429055690765,0.628642022609711,0.193480402231216,0.671704053878784,0.209339886903763,0.674081206321716,0.165429055690765,0.673503637313843,0.210800185799599,0.710622549057007,0.210053101181984,0.77854323387146,0.163255572319031,0.778950810432434,0.163255572319031,0.77636981010437,0.151742994785309,0.77579253911972,0.150282680988312,0.776573657989502,0.150995880365372,0.780037522315979,0.0991382524371147,
  1193. 0.743801891803741,0.0984250828623772,0.712626099586487,0.0991382524371147,0.743122756481171,0.0998853445053101,0.778271675109863,0.0998853445053101,0.780343234539032,0.0991382524371147,0.779358327388763,0.0991382524371147,0.778271675109863,0.0977119207382202,0.745092391967773,0.770066201686859,0.645878434181213,0.759264588356018,0.656680405139923,0.764321327209473,0.64656674861908,0.769791066646576,0.693453848361969,0.760055780410767,0.699198782444,0.759161353111267,0.699886620044708,0.758095026016235,0.699198782444,0.72455507516861,0.701365947723389,0.758095026016235,0.699886620044708,0.723488688468933,0.699886620044708,0.757819771766663,0.653825283050537,0.759952664375305,0.642232358455658,0.756994187831879,0.645878434181213,0.759092569351196,0.637244284152985,0.740688562393188,0.648046135902405,0.690499305725098,0.64656674861908,0.693010449409485,0.648046135902405,0.690705537796021,0.635765194892883,0.691255986690521,0.648046135902405,0.690499305725098,0.634285926818848,0.692494332790375,0.699886620044708,0.690705537796021,0.700677633285522,0.691771984100342,0.700677633285522,0.722938418388367,0.699886620044708,0.692494332790375,0.701365947723389,0.758920669555664,0.633597850799561,0.690877556800842,0.587502002716064,0.760158956050873,0.588190197944641,0.724727153778076,0.588190197944641,0.758645415306091,0.588912308216095,0.808258593082428,0.691433906555176,0.79783684015274,0.681730687618256,0.803227365016937,0.681371331214905,0.797747015953064,0.728090286254883,0.80745005607605,0.733481049537659,0.809426605701447,0.733121633529663,0.80969625711441,0.68855893611908,0.807539939880371,0.67669951915741,0.843567490577698,0.734199821949005,0.81059467792511,0.681011915206909,0.826676785945892,0.682808876037598,0.874294340610504,0.682808876037598,0.874833285808563,0.734199821949005,0.875012934207916,0.681011915206909,0.876091182231903,0.682808876037598,0.876450479030609,0.734559059143066,0.87680983543396,0.670230686664581,0.809965670108795,0.670589983463287,0.876989483833313,0.668433785438538,0.807989239692688,0.669871270656586,
  1194. 0.808528244495392,0.668074488639832,0.876450479030609,0.622433483600616,0.807360172271729,0.623152315616608,0.842669069766998,0.623152315616608,0.808887541294098,0.623511672019959,0.429305195808411,0.673737823963165,0.428083598613739,0.623142421245575,0.430119663476944,0.62077534198761,0.378709614276886,0.622353196144104,0.378709614276886,0.674628794193268,0.37972766160965,0.676206648349762,0.428490817546844,0.676206648349762,0.429916143417358,0.688448250293732,0.379931211471558,0.687659323215485,0.378913193941116,0.689339220523834,0.428287237882614,0.687659323215485,0.42869445681572,0.689339220523834,0.378505975008011,0.748918890953064,0.429916143417358,0.748002648353577,0.427065640687943,0.748002648353577,0.663298189640045,0.673531651496887,0.662046670913696,0.622933506965637,0.6640944480896,0.620828747749329,0.61269998550415,0.622051954269409,0.61269998550415,0.674072027206421,0.613752245903015,0.675949215888977,0.662473320960999,0.675863802433014,0.66389536857605,0.688094079494476,0.613951563835144,0.687837898731232,0.612927615642548,0.68883341550827,0.662274301052094,0.687439799308777,0.662672579288483,0.689544558525085,0.612500905990601,0.748732030391693,0.66389536857605,0.748219966888428,0.661051213741302,0.74779349565506,0.507703900337219,0.673864245414734,0.4583400785923,0.622868597507477,0.507907867431641,0.622052669525146,0.457320183515549,0.673456132411957,0.456504255533218,0.620828747749329,0.506888091564178,0.675904035568237,0.458136141300201,0.675904035568237,0.456708192825317,0.688143193721771,0.506684005260468,0.687735021114349,0.507703900337219,0.688959002494812,0.4583400785923,0.687327206134796,0.45793217420578,0.6893669962883,0.508111894130707,0.748929917812347,0.456708192825317,0.748113811016083,0.459563970565796,0.74770599603653,0.585726976394653,0.673889875411987,0.536339342594147,0.622869610786438,0.585931003093719,0.622053205966949,0.535318911075592,0.673481643199921,0.534502625465393,0.620828747749329,0.58491063117981,0.675930678844452,0.536135256290436,0.675726532936096,0.534706652164459,
  1195. 0.687971353530884,0.584706544876099,0.687767326831818,0.585726976394653,0.688787698745728,0.536339342594147,0.687359154224396,0.53593111038208,0.68939995765686,0.586135029792786,0.748787641525269,0.534706652164459,0.748175263404846,0.537563800811768,0.747767150402069,0.318027675151825,0.803601920604706,0.350839793682098,0.866253137588501,0.318027675151825,0.866253137588501,0.350839734077454,0.803601920604706,0.408538579940796,0.831786751747131,0.376945853233337,0.772880017757416,0.408538579940796,0.772880017757416,0.376945853233337,0.840530753135681,0.40462327003479,0.840530753135681,0.0433202907443047,0.416091412305832,0.0127899684011936,0.417698293924332,0.0130576239898801,0.415555775165558,0.0449270568788052,0.418233871459961,0.0127899684011936,0.335212975740433,0.0449270568788052,0.416091412305832,0.0435880646109581,0.275759220123291,0.0130576239898801,0.329856753349304,0.104916490614414,0.417698293924332,0.0130576239898801,0.261833161115646,0.104113042354584,0.415555775165558,0.0312688983976841,0.25969061255455,0.0117187509313226,0.25969061255455,0.0130576239898801,0.258619338274002,0.0443915091454983,0.334677338600159,0.0422490760684013,0.253263115882874,0.0125220753252506,0.0990047603845596,0.0451949499547482,0.261833131313324,0.0462660491466522,0.25969061255455,0.102238386869431,0.337891072034836,0.104113042354584,0.327714294195175,0.10384526848793,0.260226249694824,0.0443915091454983,0.257012546062469,0.105987705290318,0.336819797754288,0.105184264481068,0.16863526403904,0.102773949503899,0.172384664416313,0.105987705290318,0.415555775165558,0.135446816682816,0.415555715560913,0.136250138282776,0.417698323726654,0.135446816682816,0.333606094121933,0.137053579092026,0.415555715560913,0.196507349610329,0.417698293924332,0.137053579092026,0.337355405092239,0.196775108575821,0.415555775165558,0.198917552828789,0.415555775165558,0.199453219771385,0.335212975740433,0.196507349610329,0.348067849874496,0.192490130662918,0.33681982755661,0.198917552828789,0.32932111620903,0.137053579092026,0.331463605165482,0.196507349610329,
  1196. 0.330392360687256,0.196239590644836,0.262368738651276,0.198917552828789,0.261297553777695,0.197846338152885,0.260226249694824,0.137053579092026,0.261297553777695,0.135714471340179,0.260226249694824,0.137053579092026,0.258619338274002,0.196239590644836,0.259155035018921,0.198917552828789,0.258619338274002,0.198649898171425,0.0990047603845596,0.196507349610329,0.103289768099785,0.198649898171425,0.0973979607224464,0.135446816682816,0.0133057050406933,0.137053579092026,0.0133057050406933,0.195703908801079,0.0138412974774837,0.198917552828789,0.0138412974774837,0.195703908801079,0.0111631983891129,0.136250138282776,0.0111632132902741,0.105184264481068,0.0111632132902741,0.105987705290318,0.0149126024916768,0.10705903917551,0.0925773829221725,0.103577382862568,0.0138412974774837,0.0513544753193855,0.0111632132902741,0.103577382862568,0.0979335829615593,0.0438558384776115,0.0138413067907095,0.0387674123048782,0.0111632170155644,0.0443915091454983,0.167564079165459,0.0438558384776115,0.0979335755109787,0.0417134091258049,0.100611671805382,0.0344825498759747,0.0973979607224464,0.0127899684011936,0.0973979905247688,0.0401065237820148,0.0963266789913177,0.0414455160498619,0.0920417904853821,0.0127899684011936,0.0138413067907095,0.0409099645912647,0.0138413067907095,0.0127899684011936,0.0111632151529193,0.439416497945786,0.409517616033554,0.22801761329174,0.410562336444855,0.22773851454258,0.353258699178696,0.439132660627365,0.352219223976135,0.583251595497131,0.338117063045502,0.583443939685822,0.127290487289429,0.640603423118591,0.127348095178604,0.640410602092743,0.338168054819107,0.700612843036652,0.775810301303864,0.698260068893433,0.818247556686401,0.642037928104401,0.818247556686401,0.644391000270844,0.7726930975914,0.509137332439423,0.192865386605263,0.438372075557709,0.193181648850441,0.440069139003754,0.145677655935287,0.508952438831329,0.145387977361679,0.509491980075836,0.313051819801331,0.438922047615051,0.313468664884567,0.679374873638153,0.0569672137498856,0.679266750812531,0.127392023801804,0.905278146266937,
  1197. 0.862090110778809,0.799368560314178,0.0568425804376602,0.799327373504639,0.127497330307961,0.226712271571159,0.146580800414085,0.226409539580345,0.0883599072694778,0.440216720104218,0.0875240787863731,0.227551251649857,0.314503282308578,0.226957619190216,0.194131210446358,0.799144089221954,0.338311165571213,0.679069101810455,0.338204681873322,0.846744477748871,0.125664800405502,0.846560180187225,0.338348954916,0.555212497711182,0.312956541776657,0.554509520530701,0.351768225431442,0.508636713027954,0.351764589548111,0.554879784584045,0.192698493599892,0.434644550085068,0.855250716209412,0.436879217624664,0.814427852630615,0.495740413665771,0.814209759235382,0.497386395931244,0.855240821838379,0.90477180480957,0.127584710717201,0.904588520526886,0.33840137720108,0.8028524518013,0.852571487426758,0.764798283576965,0.832274675369263,0.846788167953491,0.0568583756685257,0.764844298362732,0.758520126342773,0.802894532680511,0.783787429332733,0.554704129695892,0.145218312740326,0.829132974147797,0.861944556236267,0.867249071598053,0.836773931980133,0.867110550403595,0.910965204238892,0.829000532627106,0.931204617023468,0.988281309604645,0.684194684028625,0.910450518131256,0.68418687582016,0.910551607608795,0.624791920185089,0.988192558288574,0.624799489974976,0.229197800159454,0.0852089151740074,0.229204639792442,0.0147556820884347,0.435635298490524,0.0145300393924117,0.455884397029877,0.049344290047884,0.437942087650299,0.0841786116361618,0.799359142780304,0.011163204908371,0.846789360046387,0.0111653506755829,0.679267883300781,0.0113143101334572,0.640497028827667,0.0121966451406479,0.914021730422974,0.36236247420311,0.986434280872345,0.362600982189178,0.986255288124084,0.416957020759583,0.91252589225769,0.416953593492508,0.987261295318604,0.455143302679062,0.911514222621918,0.455137848854065,0.987938821315765,0.57640266418457,0.910815179347992,0.576395153999329,0.434644550085068,0.772890985012054,0.49741804599762,0.772915184497833,0.695907235145569,0.863801717758179,0.644391000270844,0.863802194595337,0.881684303283691,
  1198. 0.365670084953308,0.881070852279663,0.57525622844696,0.844959616661072,0.594832420349121,0.808927178382874,0.575094938278198,0.80922943353653,0.365515649318695,0.884344458580017,0.362532138824463,0.883874893188477,0.57783180475235,0.844948828220367,0.598472476005554,0.806113123893738,0.577662408351898,0.806582927703857,0.36236247420311,0.226409196853638,0.0116245048120618,0.437854945659637,0.0111631983891129,0.45938977599144,0.049298956990242,0.726762473583221,0.783737659454346,0.726718842983246,0.852524757385254,0.905141592025757,0.931352496147156,0.640740036964417,0.0579989925026894
  1199. }
  1200. UVIndex: *1704 {
  1201. a: 0,1,2,2,3,0,4,5,6,5,4,7,8,9,10,9,8,11,12,13,14,13,12,15,16,17,18,17,16,19,20,21,22,21,20,23,24,25,26,26,25,27,26,27,28,28,27,29,30,31,32,32,31,33,32,33,34,34,33,35,36,37,38,37,39,38,39,37,40,28,29,41,29,42,41,42,29,43,44,45,46,45,47,46,47,45,48,34,35,49,35,50,49,50,35,51,52,53,54,54,53,55,56,54,55,54,56,57,58,59,60,60,59,61,62,60,61,60,62,63,64,65,66,67,65,64,68,65,67,68,69,65,69,68,70,70,68,71,72,73,74,73,72,75,75,72,37,37,72,40,76,77,78,79,77,76,80,77,79,80,81,77,81,80,82,82,80,83,84,85,86,85,84,87,87,84,45,45,84,48,88,89,90,91,89,88,89,91,92,91,88,93,94,92,91,92,94,95,94,96,95,93,97,91,97,98,91,93,98,97,94,91,98,98,93,99,100,99,93,98,101,94,101,98,99,96,94,102,102,94,101,103,96,102,101,103,102,96,103,104,104,103,105,103,101,106,99,106,101,107,103,106,106,99,107,108,100,109,100,108,110,99,100,110,110,108,111,112,107,99,99,110,112,110,111,113,113,112,110,114,113,111,112,113,114,114,107,112,107,114,115,116,117,118,117,116,119,119,120,117,121,119,116,122,123,120,124,121,125,120,126,122,120,119,126,126,127,122,119,121,128,119,128,126,121,124,128,126,128,129,124,129,128,126,129,127,129,124,130,130,127,129,127,130,131,132,133,134,133,132,135,136,135,132,135,137,133,135,136,138,139,135,138,137,135,139,139,138,140,137,139,141,140,141,139,137,141,142,141,140,143,144,118,117,117,145,144,145,146,144,120,145,117,146,145,147,148,147,145,148,145,120,147,148,149,120,150,148,150,149,148,150,120,123,149,150,151,133,152,134,152,133,153,154,152,153,137,153,133,153,155,154,153,137,156,155,153,156,142,156,137,155,156,157,156,142,157,158,159,160,159,158,161,161,162,159,163,161,158,164,165,162,166,163,167,162,168,164,162,161,168,168,169,164,161,163,170,161,170,168,163,166,170,168,170,171,166,171,170,168,171,169,171,166,172,172,169,171,169,172,173,174,175,176,175,174,177,178,177,174,177,179,175,177,178,180,181,177,180,179,177,181,181,180,182,179,181,183,182,183,181,179,183,184,183,182,185,186,160,159,159,187,186,187,188,186,162,187,159,188,187,189,190,189,187,190,187,162,189,190,191,162,192,190,192,191,190,192,162,
  1202. 165,191,192,193,175,194,176,194,175,195,196,194,195,179,195,175,195,197,196,195,179,198,197,195,198,184,198,179,197,198,199,198,184,199,200,201,202,203,202,201,204,205,203,206,203,205,207,203,206,203,208,202,207,209,203,208,203,209,207,210,209,208,209,210,210,207,211,211,207,212,211,213,210,213,211,212,208,210,214,214,210,213,215,212,216,212,215,217,212,217,213,215,218,217,218,215,219,217,218,220,219,220,218,220,213,217,221,220,219,220,221,222,223,220,222,224,220,223,213,220,224,224,214,213,214,224,225,226,214,225,226,208,214,226,225,227,228,208,226,208,228,202,228,229,202,229,228,230,227,231,226,228,226,231,231,227,232,231,232,233,234,228,231,228,234,235,236,237,238,237,236,239,237,239,240,241,242,240,242,237,240,243,242,244,242,243,245,237,242,246,245,246,242,246,247,237,247,246,248,249,247,248,246,250,248,246,245,250,250,251,248,251,249,248,245,252,250,250,252,251,249,251,253,254,251,252,253,255,249,252,256,254,252,245,256,254,256,257,258,257,256,259,256,245,256,259,260,261,249,255,262,261,255,261,263,249,261,262,264,263,261,265,265,261,264,266,267,268,267,266,269,266,270,269,270,266,271,272,271,266,273,272,266,271,272,274,272,273,275,276,274,272,272,275,276,277,274,276,274,277,278,275,279,276,277,276,279,278,277,280,278,280,281,280,277,279,279,282,280,283,279,275,279,283,282,283,275,273,284,282,283,273,285,283,283,286,284,286,283,285,286,287,284,285,288,286,287,286,289,286,288,290,289,286,290,291,292,293,291,294,292,294,291,295,291,296,295,296,291,297,298,297,291,296,299,295,295,299,300,296,297,301,296,301,299,301,297,298,299,302,300,299,301,302,298,302,301,302,303,300,298,304,302,303,302,305,304,305,302,306,307,308,306,309,307,309,306,310,306,311,310,311,306,312,313,312,306,311,314,310,310,314,315,311,312,316,311,316,314,316,312,313,317,315,314,314,316,317,313,317,316,317,318,315,313,319,317,318,317,320,319,320,317,321,322,323,324,325,322,322,321,324,326,324,321,324,326,327,327,328,324,329,326,321,329,321,330,327,326,331,329,331,326,327,331,328,332,329,330,329,332,331,332,328,331,332,330,333,334,328,332,332,333,
  1203. 335,335,334,332,336,337,338,339,340,337,337,336,339,341,339,336,339,341,342,342,343,339,344,341,336,344,336,345,342,341,346,344,346,341,342,346,343,347,344,345,346,344,347,347,343,346,347,345,348,349,343,347,347,348,350,350,349,347,351,352,353,352,351,354,355,356,357,356,355,358,358,355,359,360,361,362,363,361,360,364,360,362,363,360,365,360,364,366,360,366,365,366,364,367,365,368,363,366,367,369,368,365,370,366,369,371,372,371,369,373,371,372,374,365,366,373,375,371,375,373,376,366,371,377,377,374,366,378,371,375,371,378,377,374,379,365,365,379,370,374,377,380,374,380,379,381,377,378,380,377,381,382,381,378,378,375,382,379,380,383,383,370,379,384,380,381,380,384,383,382,385,381,381,385,384,370,383,386,370,386,368,387,368,386,383,387,386,368,387,388,387,383,389,384,389,383,388,387,390,390,391,388,392,387,389,387,392,390,391,390,393,393,394,391,393,395,394,390,396,393,395,393,396,396,390,392,395,396,397,392,397,396,397,398,395,399,397,392,392,389,399,398,397,400,399,400,397,401,398,400,398,401,402,403,402,401,404,400,399,400,404,401,389,404,399,404,403,401,404,389,405,389,384,405,403,404,406,404,405,406,406,407,403,408,403,407,407,409,408,409,407,410,406,410,407,410,411,409,412,406,405,405,384,412,410,406,413,406,412,413,414,411,410,413,414,410,411,414,415,416,415,414,414,413,416,416,413,417,413,412,417,412,418,417,418,412,419,419,412,420,384,420,412,419,421,418,421,422,418,423,419,420,420,384,423,419,423,421,385,423,384,422,421,424,423,424,421,425,422,424,426,423,385,382,426,385,426,382,375,423,426,427,427,424,423,375,428,426,427,426,428,428,375,376,376,429,428,428,429,427,429,376,430,429,431,427,429,430,431,431,432,427,432,431,430,432,424,427,430,433,432,424,432,434,433,434,432,424,434,425,435,434,433,434,435,425,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,449,448,454,455,442,529,457,458,455,454,450,459,460,461,449,453,462,463,455,458,464,465,458,466,467,464,452,468,469,470,448,471,468,452,472,473,474,475,467,466,476,477,478,479,527,526,481,482,480,466,458,457,459,450,449,463,451,483,471,
  1204. 448,484,485,456,528,486,487,470,439,453,452,439,438,462,453,443,442,455,465,488,489,490,491,492,493,494,495,496,497,498,480,457,499,497,457,454,500,499,454,529,501,502,503,504,505,506,504,503,507,508,506,505,491,490,508,507,474,473,509,510,446,445,511,512,513,514,515,516,517,518,519,514,513,519,520,515,514,520,521,516,515,521,522,517,516,522,518,513,517,460,523,493,492,523,524,494,493,524,525,495,494,525,461,496,495,461,460,492,496
  1205. }
  1206. }
  1207. LayerElementSmoothing: 0 {
  1208. Version: 102
  1209. Name: ""
  1210. MappingInformationType: "ByEdge"
  1211. ReferenceInformationType: "Direct"
  1212. Smoothing: *852 {
  1213. a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,1,0,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1214. }
  1215. }
  1216. LayerElementMaterial: 0 {
  1217. Version: 101
  1218. Name: ""
  1219. MappingInformationType: "ByPolygon"
  1220. ReferenceInformationType: "IndexToDirect"
  1221. Materials: *551 {
  1222. a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2
  1223. }
  1224. }
  1225. Layer: 0 {
  1226. Version: 100
  1227. LayerElement: {
  1228. Type: "LayerElementNormal"
  1229. TypedIndex: 0
  1230. }
  1231. LayerElement: {
  1232. Type: "LayerElementBinormal"
  1233. TypedIndex: 0
  1234. }
  1235. LayerElement: {
  1236. Type: "LayerElementTangent"
  1237. TypedIndex: 0
  1238. }
  1239. LayerElement: {
  1240. Type: "LayerElementMaterial"
  1241. TypedIndex: 0
  1242. }
  1243. LayerElement: {
  1244. Type: "LayerElementSmoothing"
  1245. TypedIndex: 0
  1246. }
  1247. LayerElement: {
  1248. Type: "LayerElementUV"
  1249. TypedIndex: 0
  1250. }
  1251. }
  1252. Layer: 1 {
  1253. Version: 100
  1254. LayerElement: {
  1255. Type: "LayerElementBinormal"
  1256. TypedIndex: 1
  1257. }
  1258. LayerElement: {
  1259. Type: "LayerElementTangent"
  1260. TypedIndex: 1
  1261. }
  1262. LayerElement: {
  1263. Type: "LayerElementUV"
  1264. TypedIndex: 1
  1265. }
  1266. }
  1267. }
  1268. Geometry: 2267733708448, "Geometry::", "Mesh" {
  1269. Vertices: *300 {
  1270. a: -135.544921875,161.90673828125,-84.4989013671875,-136.09375,191.367919921875,-15.74755859375,-135.712890625,210.31640625,-16.7396240234375,201.388671875,100.061889648438,-15.9732666015625,204.48828125,82.5068359375,-69.3314208984375,201.091796875,118.801513671875,-16.029296875,205.658203125,76.42041015625,39.2618408203125,-127.734375,103.492919921875,-15.9771728515625,-124.552734375,82.265380859375,-68.8685302734375,-128.025390625,122.23046875,-16.028564453125,-123.095703125,77.476318359375,39.4677734375,-135.26171875,160.601318359375,30.9193115234375,-135.3828125,174.422241210938,39.9619140625,131.62890625,-209.58251953125,-86.7376708984375,63.03515625,-244.105346679688,-76.4200439453125,57.025390625,-211.004638671875,-87.070068359375,122.001953125,-243.982421875,-74.067138671875,113.169921875,-432.04736328125,-74.2530517578125,112.1640625,-431.12841796875,-37.21044921875,122.8046875,-245.836059570313,38.3365478515625,71.17578125,-430.864013671875,-37.7303466796875,59.208984375,-245.375,36.09423828125,71.947265625,-432.09228515625,-75.6046142578125,54.529296875,-210.968383789063,38.603759765625,127.275390625,-211.276123046875,40.0123291015625,-87.6640625,-209.58251953125,-86.7376708984375,-156.2578125,-244.105346679688,-76.4200439453125,-162.267578125,-211.004638671875,-87.070068359375,-97.291015625,-243.982421875,-74.067138671875,-106.123046875,-432.04736328125,-74.2530517578125,-107.12890625,-431.12841796875,-37.2105712890625,-96.48828125,-245.836059570313,38.3365478515625,-148.1171875,-430.864013671875,-37.7303466796875,-160.083984375,-245.375,36.0943603515625,-147.345703125,-432.09228515625,-75.6046142578125,-164.763671875,-210.968383789063,38.603759765625,-92.017578125,-211.276123046875,40.0123291015625,50.619140625,187.38623046875,-17.77783203125,51.474609375,159.525268554688,55.1678466796875,48.994140625,214.21728515625,-16.3270263671875,138.30078125,158.603271484375,30.7686767578125,137.4453125,190.009887695313,-15.695556640625,140.23828125,174.156494140625,35.301025390625,138.689453125,158.494750976563,-62.2728271484375,
  1271. 50.4140625,176.28857421875,-72.430419921875,138.94140625,174.19091796875,-66.9642333984375,128.884765625,75.5152587890625,-63.353271484375,126.9140625,100.612060546875,-16.1148681640625,127.419921875,90.912109375,-73.676025390625,127.3671875,118.748168945313,-16.03271484375,124.322265625,90.8721923828125,43.033935546875,-200.1953125,76.5279541015625,-63.3477783203125,-202.271484375,101.572631835938,-16.119873046875,-201.689453125,91.90966796875,-73.6446533203125,-201.71875,119.6923828125,-16.0318603515625,-204.912109375,89.33642578125,43.3345947265625,-201.79296875,-213.179443359375,42.7454833984375,-200.982421875,-178.7451171875,-64.8660888671875,-202.380859375,-212.94384765625,-64.34521484375,-201.9375,-179.08642578125,41.9825439453125,202.205078125,-180.546875,42.333984375,201.158203125,-216.7265625,-64.1259765625,200.92578125,-179.914916992188,-63.59912109375,202.927734375,-216.863403320313,46.6099853515625,200,76.42822265625,-63.439453125,200,76.42822265625,31.343505859375,200,-185.9990234375,-63.439453125,200,-185.9990234375,31.343505859375,-200,76.42822265625,31.343505859375,-200,79.15087890625,-63.439453125,-200,-185.9990234375,-63.439453125,-200,-185.9990234375,31.343505859375,-127.765625,78.755859375,31.343505859375,-127.765625,78.755859375,-63.439453125,-127.765625,-185.9990234375,-63.439453125,-127.765625,-185.9990234375,31.343505859375,128.8515625,76.42822265625,-63.439453125,128.8515625,76.42822265625,31.343505859375,-127.765625,164.388427734375,31.343505859375,-127.765625,164.388427734375,-63.439453125,128.8515625,-185.9990234375,-63.439453125,128.8515625,162.642822265625,-63.439453125,128.8515625,162.642822265625,31.343505859375,128.8515625,-185.9990234375,31.343505859375,-127.765625,195.8134765625,-16.048095703125,128.8515625,194.06787109375,-16.048095703125,-200,103.05126953125,-16.0478515625,-127.765625,104.017578125,-16.0478515625,200,101.68994140625,-16.0478515625,128.8515625,101.68994140625,-16.0478515625,203.109375,73.4893798828125,-61.46533203125,203.109375,-182.43408203125,-61.46533203125,
  1272. 203.109375,98.125,-16.0478515625,203.109375,73.4893798828125,29.369384765625,203.109375,-182.43408203125,29.369384765625,-202.8046875,-183.030883789063,29.0048828125,-202.8046875,-183.030883789063,-61.100830078125,-202.8046875,74.0068359375,29.0048828125,-202.8046875,100.083129882813,-16.0478515625,-202.8046875,76.673583984375,-61.100830078125
  1273. }
  1274. PolygonVertexIndex: *442 {
  1275. a: 0,1,-3,3,4,-6,6,3,-6,7,8,-10,10,7,-10,1,11,-13,12,2,-2,13,14,-16,16,14,-14,17,16,-19,16,19,-19,14,20,-22,20,14,-23,13,23,-25,13,15,-24,23,19,-25,19,23,-22,19,13,-25,13,19,-17,23,15,-22,21,15,-15,22,16,-18,16,22,-15,25,26,-28,28,26,-26,29,28,-31,28,31,-31,26,32,-34,32,26,-35,25,35,-37,25,27,-36,35,31,-37,31,35,-34,31,25,-37,25,31,-29,35,27,-34,33,27,-27,34,28,-30,28,34,-27,11,1,-38,38,11,-38,38,12,-12,39,12,-39,12,39,-3,40,37,-42,37,40,-39,38,40,-43,39,38,-43,42,41,-40,42,40,-42,37,43,-42,44,43,-38,43,44,-46,44,39,-46,45,39,-42,43,45,-42,46,3,-48,3,46,-5,4,46,-49,48,5,-5,5,48,-50,6,47,-4,47,6,-51,50,6,-6,50,5,-50,47,50,-50,48,47,-50,47,48,-47,51,7,-53,7,51,-9,8,51,-54,53,9,-9,9,53,-55,10,52,-8,52,10,-56,55,10,-10,55,9,-55,52,55,-55,53,52,-55,52,53,-52,21,20,-20,19,20,-19,22,18,-21,18,22,-18,33,32,-32,31,32,-31,34,30,-33,30,34,-30,37,1,-1,37,0,-45,0,39,-45,39,0,-3,56,57,-59,57,56,-60,60,61,-63,61,60,-64,59,56,-64,59,63,-61,60,57,-60,57,60,-63,57,62,-62,58,57,-62,63,58,-62,58,63,-57,64,66,80,-77,67,65,77,-84,65,88,89,-78,76,73,79,-82,73,74,70,-70,72,75,83,-78,69,86,87,-74,75,72,68,-72,73,87,72,78,84,-80,78,72,77,-83,74,73,76,-81,81,79,84,-86,81,85,82,77,89,-77,71,70,74,-76,96,95,97,98,-100,84,78,82,-86,66,67,83,-81,83,75,74,-81,87,86,68,-73,89,88,64,-77,91,90,92,93,-95,66,64,90,-92,64,88,92,-91,88,65,93,-93,65,67,94,-94,67,66,91,-95,70,71,95,-97,71,68,97,-96,68,86,98,-98,86,69,99,-99,69,70,96,-100
  1276. }
  1277. Edges: *221 {
  1278. a: 0,1,2,3,4,5,6,8,9,10,11,12,14,15,16,17,18,21,22,23,24,26,27,28,29,30,31,33,34,35,37,38,39,40,41,43,45,46,49,50,51,58,63,65,69,70,71,72,74,75,76,77,78,79,81,82,83,85,86,87,88,89,91,93,94,97,98,99,106,111,113,118,119,120,122,123,126,128,130,132,133,134,136,139,140,143,144,145,150,151,153,155,157,158,159,160,164,168,169,170,172,175,176,177,181,182,183,187,188,191,194,197,198,204,205,206,208,211,212,213,217,218,219,223,224,227,230,233,234,241,244,246,253,256,258,266,268,270,276,277,278,280,281,282,283,284,286,287,289,290,293,294,299,302,305,306,312,316,320,315,317,326,330,342,329,357,319,333,390,368,341,331,343,328,332,345,327,352,322,346,325,324,347,313,353,335,363,314,318,348,361,360,381,383,370,336,338,337,394,366,321,403,405,397,407,398,411,399,415,400,401,423,425,372,427,373,431,374,435,375,376
  1279. }
  1280. GeometryVersion: 124
  1281. LayerElementNormal: 0 {
  1282. Version: 102
  1283. Name: ""
  1284. MappingInformationType: "ByPolygonVertex"
  1285. ReferenceInformationType: "Direct"
  1286. Normals: *1326 {
  1287. a: -0.999225914478302,0.0314716808497906,-0.0236037615686655,-0.999225914478302,-0.0393396019935608,-8.73514638256818e-018,-0.997498512268066,0.0706888660788536,1.56960813410775e-017,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,-0.999225914478302,-0.0393396019935608,-8.73514638256818e-018,-0.997252345085144,-0.0628190487623215,-0.0392619036138058,-0.997252345085144,0.0628190487623215,0.0392619036138058,-0.997252345085144,0.0628190487623215,0.0392619036138058,-0.998021900653839,0.0628675222396851,1.39593941383265e-017,-0.999225914478302,-0.0393396019935608,-8.73514638256818e-018,0.173314332962036,0.0157558489590883,-0.984740495681763,-0.10223551094532,-0.566227436065674,-0.817884087562561,-0.0784971937537193,2.21359447914931e-016,-0.996914327144623,0.0236956179141998,-0.995215952396393,-0.0947824716567993,-0.10223551094532,-0.566227436065674,-0.817884087562561,0.173314332962036,0.0157558489590883,-0.984740495681763,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.99799108505249,-0.0550073832273483,0.0314327888190746,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.998607933521271,-0.047178328037262,0.023589164018631,0.99799108505249,-0.0550073832273483,0.0314327888190746,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.999102234840393,-0.0393347330391407,-0.0157338920980692,-0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.99771386384964,-0.0392800718545914,-0.054992102086544,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,-0.118212893605232,-2.20487692193529e-016,0.992988288402557,0.0628597587347031,-0.369301080703735,0.927181422710419,0.133704990148544,0.00786499958485365,0.990989983081818,0.0628597587347031,-0.369301080703735,0.927181422710419,
  1288. -0.118212893605232,-2.20487692193529e-016,0.992988288402557,-0.149434998631477,-0.519089996814728,0.841554999351501,0.972218096256256,-0.229222148656845,0.0474252738058567,0.999969005584717,-0.00787377171218395,-1.74832852910177e-018,0.998885869979858,-1.04786090217166e-017,0.047191459685564,0.999969005584717,-0.00787377171218395,-1.74832852910177e-018,0.972218096256256,-0.229222148656845,0.0474252738058567,0.283017456531525,-0.959114789962769,-2.12966264615037e-016,-0.999969005584717,0.00787377171218395,1.74832852910177e-018,-0.998854994773865,0.00786499958485365,-0.047189999371767,-0.982062458992004,-0.188555985689163,-4.18678393486001e-017,-0.982062458992004,-0.188555985689163,-4.18678393486001e-017,-0.998854994773865,0.00786499958485365,-0.047189999371767,-0.899956464767456,-0.434189558029175,-0.0394717752933502,-0.0869599208235741,-0.0158108938485384,-0.996086359024048,0.125968649983406,-0.00787304062396288,-0.992003083229065,0.23659485578537,-0.0552054643630981,-0.970038890838623,0.125968649983406,-0.00787304062396288,-0.992003083229065,-0.0869599208235741,-0.0158108938485384,-0.996086359024048,-0.125968649983406,-0.00787304062396288,-0.992003083229065,0.173314332962036,0.0157558489590883,-0.984740495681763,-0.10223551094532,-0.566227436065674,-0.817884087562561,-0.0784971937537193,2.21359447914931e-016,-0.996914327144623,0.0236956179141998,-0.995215952396393,-0.0947824716567993,-0.10223551094532,-0.566227436065674,-0.817884087562561,0.173314332962036,0.0157558489590883,-0.984740495681763,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.99799108505249,-0.0550073832273483,0.0314327888190746,0.998762309551239,-0.0471856184303761,-0.0157285407185555,0.998607933521271,-0.047178328037262,0.023589164018631,0.99799108505249,-0.0550073832273483,0.0314327888190746,-0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.999102234840393,-0.0393347330391407,-0.0157338920980692,-0.998854994773865,-0.047189999371767,-0.00786499958485365,
  1289. -0.99771386384964,-0.0392800718545914,-0.054992102086544,-0.99771386384964,-0.0392800718545914,-0.054992102086544,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,-0.118212893605232,-2.20487692193529e-016,0.992988288402557,0.0628597587347031,-0.369301080703735,0.927181422710419,0.133704990148544,0.00786499958485365,0.990989983081818,0.0628597587347031,-0.369301080703735,0.927181422710419,-0.118212893605232,-2.20487692193529e-016,0.992988288402557,-0.149434998631477,-0.519089996814728,0.841554999351501,0.972218096256256,-0.229222148656845,0.0474252738058567,0.999969005584717,-0.00787377171218395,-1.74832852910177e-018,0.998885869979858,-1.04786090217166e-017,0.047191459685564,0.999969005584717,-0.00787377171218395,-1.74832852910177e-018,0.972218096256256,-0.229222148656845,0.0474252738058567,0.283017456531525,-0.959114789962769,-2.12966264615037e-016,-0.999969005584717,0.00787377171218395,1.74832852910177e-018,-0.998854994773865,0.00786499958485365,-0.047189999371767,-0.982062458992004,-0.188555985689163,-4.18678393486001e-017,-0.982062458992004,-0.188555985689163,-4.18678393486001e-017,-0.998854994773865,0.00786499958485365,-0.047189999371767,-0.899956464767456,-0.434189558029175,-0.0394717752933502,-0.0869599208235741,-0.0158108938485384,-0.996086359024048,0.125968649983406,-0.00787304062396288,-0.992003083229065,0.23659485578537,-0.0552054643630981,-0.970038890838623,0.125968649983406,-0.00787304062396288,-0.992003083229065,-0.0869599208235741,-0.0158108938485384,-0.996086359024048,-0.125968649983406,-0.00787304062396288,-0.992003083229065,-0.0471389964222908,-0.872071444988251,-0.48710298538208,-0.0316099375486374,-0.99571305513382,-0.0869273319840431,0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,0.0710314884781837,-0.260448783636093,0.962871313095093,-0.0471389964222908,-0.872071444988251,-0.48710298538208,0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,0.0710314884781837,-0.260448783636093,0.962871313095093,
  1290. -0.0394226647913456,0.670185267925262,0.741146087646484,-0.0471389964222908,-0.872071444988251,-0.48710298538208,-0.00789927877485752,0.88471919298172,0.466057419776917,-0.0394226647913456,0.670185267925262,0.741146087646484,0.0710314884781837,-0.260448783636093,0.962871313095093,-0.0394226647913456,0.670185267925262,0.741146087646484,-0.00789927877485752,0.88471919298172,0.466057419776917,-0.0550090856850147,0.880145370960236,0.471506476402283,0.0629609003663063,-0.944413602352142,-0.322674632072449,-0.0784947723150253,-0.996883630752563,-0.00784947723150253,0.0862884521484375,-0.996239423751831,0.00784440524876118,-0.0784947723150253,-0.996883630752563,-0.00784947723150253,0.0629609003663063,-0.944413602352142,-0.322674632072449,-0.134124636650085,-0.599616050720215,0.788968443870544,-0.134124636650085,-0.599616050720215,0.788968443870544,0.0629609003663063,-0.944413602352142,-0.322674632072449,0.26840803027153,0.734174966812134,0.623653948307037,-0.0157387647777796,0.881370782852173,0.472162932157516,-0.134124636650085,-0.599616050720215,0.788968443870544,0.26840803027153,0.734174966812134,0.623653948307037,0.26840803027153,0.734174966812134,0.623653948307037,0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.0157387647777796,0.881370782852173,0.472162932157516,0.26840803027153,0.734174966812134,0.623653948307037,0.987132668495178,-0.134250044822693,-0.0868676751852036,0.998854994773865,-0.047189999371767,-0.00786499958485365,-0.0788698568940163,-0.993760168552399,0.0788698568940163,0.0631194412708282,-0.946791589260101,0.315597206354141,0.0948061496019363,-0.995464503765106,-0.00790051184594631,-0.0472734123468399,0.53576534986496,-0.843042552471161,0.0631194412708282,-0.946791589260101,0.315597206354141,-0.0788698568940163,-0.993760168552399,0.0788698568940163,0.0631194412708282,-0.946791589260101,0.315597206354141,-0.0472734123468399,0.53576534986496,-0.843042552471161,0.252187490463257,0.740800797939301,-0.622587859630585,-0.0472734123468399,0.53576534986496,-0.843042552471161,-0.00787939131259918,0.85885363817215,-0.512160420417786,
  1291. 0.252187490463257,0.740800797939301,-0.622587859630585,0.252187490463257,0.740800797939301,-0.622587859630585,-0.00787939131259918,0.85885363817215,-0.512160420417786,0.998854994773865,-0.047189999371767,0.00786499958485365,0.982274770736694,-0.157163962721825,0.102156579494476,0.252187490463257,0.740800797939301,-0.622587859630585,0.998854994773865,-0.047189999371767,0.00786499958485365,-0.0235339347273111,-0.949202120304108,0.313785821199417,0.0394754633307457,-0.89214551448822,0.450020313262939,-0.0628597587347031,-0.887894093990326,0.455733239650726,0.0394754633307457,-0.89214551448822,0.450020313262939,-0.0235339347273111,-0.949202120304108,0.313785821199417,0.110308051109314,-0.0472748801112175,-0.99277251958847,0.110308051109314,-0.0472748801112175,-0.99277251958847,-0.0235339347273111,-0.949202120304108,0.313785821199417,-0.0470620803534985,0.729462265968323,-0.682400166988373,-0.0470620803534985,0.729462265968323,-0.682400166988373,0.0236132647842169,0.897304058074951,-0.440780937671661,0.110308051109314,-0.0472748801112175,-0.99277251958847,0.0236132647842169,0.897304058074951,-0.440780937671661,-0.0470620803534985,0.729462265968323,-0.682400166988373,-0.102169178426266,0.895945131778717,-0.432254254817963,0.0944442898035049,-0.81851714849472,0.566665709018707,-0.0394668504595757,-0.884057462215424,-0.46570885181427,0.0473543219268322,-0.891839742660522,-0.449866056442261,-0.0394668504595757,-0.884057462215424,-0.46570885181427,0.0944442898035049,-0.81851714849472,0.566665709018707,-0.062984324991703,0.496001541614532,0.86603444814682,-0.062984324991703,0.496001541614532,0.86603444814682,0.0944442898035049,-0.81851714849472,0.566665709018707,0.0236132647842169,0.897304058074951,0.440780937671661,-0.062984324991703,0.496001541614532,0.86603444814682,0.0236132647842169,0.897304058074951,0.440780937671661,-0.102169178426266,0.895945131778717,0.432254254817963,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,
  1292. -0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,0.00784657709300518,-0.949435830116272,0.313863068819046,0.0630841106176376,-0.891063034534454,0.44947424530983,-0.0393347330391407,-0.888964951038361,0.456282883882523,0.0630841106176376,-0.891063034534454,0.44947424530983,0.00784657709300518,-0.949435830116272,0.313863068819046,0.118033424019814,-0.0550822615623474,-0.991480767726898,0.118033424019814,-0.0550822615623474,-0.991480767726898,0.00784657709300518,-0.949435830116272,0.313863068819046,-0.0708991140127182,0.724746584892273,-0.685358107089996,-0.0708991140127182,0.724746584892273,-0.685358107089996,0,0.897554337978363,-0.440903872251511,0.118033424019814,-0.0550822615623474,-0.991480767726898,0,0.897554337978363,-0.440903872251511,-0.0708991140127182,0.724746584892273,-0.685358107089996,-0.126293927431107,0.891950845718384,-0.434135377407074,0.126046791672707,-0.81930410861969,0.559332609176636,-0.0078444043174386,-0.88641768693924,-0.462819844484329,0.0787670239806175,-0.890067338943481,-0.448972016572952,-0.0078444043174386,-0.88641768693924,-0.462819844484329,0.126046791672707,-0.81930410861969,0.559332609176636,-0.0864508524537086,0.495127588510513,0.864508509635925,-0.0864508524537086,0.495127588510513,0.864508509635925,0.126046791672707,-0.81930410861969,0.559332609176636,0,0.897554337978363,0.440903872251511,-0.0864508524537086,0.495127588510513,0.864508509635925,0,0.897554337978363,0.440903872251511,-0.126293927431107,0.891950845718384,0.434135377407074,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,
  1293. -0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.999876022338867,-0.0157460793852806,-3.49633197622281e-018,-0.173400446772575,-0.173400446772575,0.969466149806976,-0.118474394083023,-0.521287322044373,0.845117330551147,0.0945321545004845,-0.228452697396278,0.968954622745514,0.0945321545004845,-0.228452697396278,0.968954622745514,-0.118474394083023,-0.521287322044373,0.845117330551147,0.134003728628159,-0.520249783992767,0.843435347080231,-0.109764270484447,-0.987878441810608,-0.109764270484447,0.134003728628159,-0.520249783992767,0.843435347080231,-0.118474394083023,-0.521287322044373,0.845117330551147,0.134003728628159,-0.520249783992767,0.843435347080231,-0.109764270484447,-0.987878441810608,-0.109764270484447,0.173621699213982,-0.978595018386841,-0.110486537218094,-0.173400446772575,-0.173400446772575,0.969466149806976,-0.118474394083023,-0.521287322044373,0.845117330551147,0.0945321545004845,-0.228452697396278,0.968954622745514,0.0945321545004845,-0.228452697396278,0.968954622745514,-0.118474394083023,-0.521287322044373,0.845117330551147,0.134003728628159,-0.520249783992767,0.843435347080231,-0.109764270484447,-0.987878441810608,-0.109764270484447,0.134003728628159,-0.520249783992767,0.843435347080231,-0.118474394083023,-0.521287322044373,0.845117330551147,0.134003728628159,-0.520249783992767,0.843435347080231,-0.109764270484447,-0.987878441810608,-0.109764270484447,0.173621699213982,-0.978595018386841,-0.110486537218094,0.0314775295555592,-0.991542160511017,0.125910118222237,-0.023589164018631,-0.998607933521271,0.047178328037262,-0.0553848780691624,0.553848743438721,-0.830773174762726,0.0314775295555592,-0.991542160511017,0.125910118222237,-0.0553848780691624,0.553848743438721,-0.830773174762726,0.0156873594969511,0.666712820529938,-0.745149612426758,-0.0553848780691624,0.553848743438721,-0.830773174762726,0.00785746984183788,0.864321649074554,-0.502878069877625,
  1294. 0.0156873594969511,0.666712820529938,-0.745149612426758,0.00785746984183788,0.864321649074554,-0.502878069877625,-0.0553848780691624,0.553848743438721,-0.830773174762726,-0.0628209859132767,0.848083257675171,-0.526125729084015,-0.997898638248444,-0.0628597587347031,0.0157149396836758,-0.997898638248444,0.0628597587347031,-0.0157149396836758,-0.997898638248444,-0.0628597587347031,-0.0157149396836758,-0.997898638248444,0.0628597587347031,-0.0157149396836758,-0.997898638248444,-0.0628597587347031,0.0157149396836758,-0.999194979667664,0.0393383838236332,0.00786767713725567,0.998885869979858,0.047191459685564,1.04786090217166e-017,0.99894767999649,-0.0393286496400833,-0.0235971882939339,0.99839198589325,0.0471681281924248,-0.0314454175531864,0.99894767999649,-0.0393286496400833,-0.0235971882939339,0.998885869979858,0.047191459685564,1.04786090217166e-017,0.99799108505249,-0.0628655776381493,0.00785819720476866,-0.0473513714969158,0.852324724197388,0.520865082740784,-0.0632040947675705,-0.0711046010255814,0.995464503765106,0.0631666406989098,-0.0789583027362823,0.994874656200409,-0.0473513714969158,0.852324724197388,0.520865082740784,0.0631666406989098,-0.0789583027362823,0.994874656200409,0.0392800718545914,0.99771386384964,0.054992102086544,0.0392800718545914,0.99771386384964,0.054992102086544,-0.00788551289588213,0.946261584758759,-0.323306024074554,-0.0473513714969158,0.852324724197388,0.520865082740784,-0.00788551289588213,0.946261584758759,-0.323306024074554,0.0392800718545914,0.99771386384964,0.054992102086544,0.0392970517277718,0.943129301071167,-0.330095231533051,-0.00788551289588213,0.946261584758759,-0.323306024074554,0.0392970517277718,0.943129301071167,-0.330095231533051,0.0236323066055775,-0.858640432357788,-0.51203328371048,-0.0236301068216562,-0.984587788581848,-0.173287451267242,-0.00788551289588213,0.946261584758759,-0.323306024074554,0.0236323066055775,-0.858640432357788,-0.51203328371048,0,-0.998885869979858,0.047191459685564,-0.0236301068216562,-0.984587788581848,-0.173287451267242,0.0236323066055775,-0.858640432357788,-0.51203328371048,
  1295. -0.0236301068216562,-0.984587788581848,-0.173287451267242,0,-0.998885869979858,0.047191459685564,-0.0471390038728714,-0.997775554656982,0.0471390038728714,0,0,-0.999999940395355,0,0,-0.999999940395355,0,0,-1,0,0,-1,0,0,0.999999940395355,0,0,0.999999940395355,6.64187460586163e-009,0,1,8.48562198285663e-009,0,1,0,0.882458627223969,0.47039008140564,0,0.882458627223969,0.47039008140564,0,0.882458627223969,0.47039008140564,0,0.882458627223969,0.47039008140564,0,0,-1,6.69513378070974e-009,0,-1,0,0,-1,0,0,-1,6.69513378070974e-009,0,-1,8.35200353321852e-009,0,-1,3.78705742321017e-008,0,-1,3.78705742321017e-008,0,-1,-2.25476126658464e-009,0,1,-2.81649747968515e-009,0,1,8.48562198285663e-009,0,1,6.64187460586163e-009,0,1,-0.00351029797457159,0.887690603733063,-0.460426986217499,-0.00351029797457159,0.887690663337708,-0.460427016019821,-0.00351029797457159,0.887690663337708,-0.460426986217499,-0.00351029797457159,0.887690603733063,-0.460427016019821,-2.81649747968515e-009,0,1,-2.25476126658464e-009,0,1,-5.12891453752218e-008,0,1,-5.12891418225081e-008,0,0.999999940395355,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-6.92025325932377e-010,0,1,-2.25476126658464e-009,0,1,6.64187460586163e-009,0,1,-6.92025325932377e-010,0,1,8.35200353321852e-009,0,-1,6.69513378070974e-009,0,-1,0,0,-1,0,0,-1,0.00566914398223162,0.833407461643219,-0.552629888057709,0.00566914398223162,0.833407461643219,-0.552629888057709,0.00566914398223162,0.833407461643219,-0.552629888057709,0.00566914398223162,0.833407461643219,-0.552629888057709,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-0.999062895774841,-0.0134471682831645,-0.0411383956670761,-0.999079585075378,-0.0134521368891001,0.0407310277223587,-0.999470412731171,0.00431954395025969,0.0322514772415161,-0.999955058097839,0.00947684422135353,0.00031735742231831,-0.999439537525177,0.00447794469073415,-0.0331740491092205,0.00566915748640895,0.833408772945404,0.552627921104431,0.00566915748640895,0.833408772945404,0.552627921104431,0.00566915748640895,0.833408772945404,0.552627921104431,0.00566915748640895,0.833408772945404,0.552627921104431,
  1296. 0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,-0.0199959278106689,0.876998960971832,0.480075865983963,-0.0199959296733141,0.876999020576477,0.480075895786285,-0.0199959296733141,0.876999080181122,0.480075925588608,-0.0199959296733141,0.876999020576477,0.480075895786285,0,0.882459580898285,-0.470388144254684,0,0.882459580898285,-0.470388144254684,0,0.882459580898285,-0.470388144254684,0,0.882459580898285,-0.470388144254684,0.99879777431488,-0.0141247734427452,-0.0469425581395626,0.999292433261871,0.00456810928881168,-0.0373329147696495,0.999944388866425,0.0105519220232964,5.75691327941996e-010,0.999292433261871,0.0045680720359087,0.0373328849673271,0.998797655105591,-0.0141247697174549,0.0469425618648529,0.738439857959747,-0.313460677862167,-0.597033441066742,0.639914572238922,0.191263377666473,-0.744263172149658,0.999292433261871,0.00456810928881168,-0.0373329147696495,0.99879777431488,-0.0141247734427452,-0.0469425581395626,0.639914572238922,0.191263377666473,-0.744263172149658,0.772500216960907,0.635014653205872,-3.19536582082947e-007,0.999944388866425,0.0105519220232964,5.75691327941996e-010,0.999292433261871,0.00456810928881168,-0.0373329147696495,0.772500216960907,0.635014653205872,-3.19536582082947e-007,0.639914333820343,0.191262468695641,0.744263648986816,0.999292433261871,0.0045680720359087,0.0373328849673271,0.999944388866425,0.0105519220232964,5.75691327941996e-010,0.639914333820343,0.191262468695641,0.744263648986816,0.738439977169037,-0.313460558652878,0.597033381462097,0.998797655105591,-0.0141247697174549,0.0469425618648529,0.999292433261871,0.0045680720359087,0.0373328849673271,0.738439977169037,-0.313460558652878,0.597033381462097,0.738439857959747,-0.313460677862167,-0.597033441066742,0.99879777431488,-0.0141247734427452,-0.0469425581395626,0.998797655105591,-0.0141247697174549,0.0469425618648529,-0.762006759643555,-0.249066740274429,-0.597755372524261,-0.762658298015594,-0.250965595245361,0.596127986907959,-0.999079585075378,-0.0134521368891001,0.0407310277223587,-0.999062895774841,-0.0134471682831645,-0.0411383956670761,
  1297. -0.762658298015594,-0.250965595245361,0.596127986907959,-0.69569593667984,0.152689546346664,0.701920926570892,-0.999470412731171,0.00431954395025969,0.0322514772415161,-0.999079585075378,-0.0134521368891001,0.0407310277223587,-0.69569593667984,0.152689546346664,0.701920926570892,-0.765823245048523,0.642889976501465,0.0143951121717691,-0.999955058097839,0.00947684422135353,0.00031735742231831,-0.999470412731171,0.00431954395025969,0.0322514772415161,-0.765823245048523,0.642889976501465,0.0143951121717691,-0.698211371898651,0.151591673493385,-0.699657559394836,-0.999439537525177,0.00447794469073415,-0.0331740491092205,-0.999955058097839,0.00947684422135353,0.00031735742231831,-0.698211371898651,0.151591673493385,-0.699657559394836,-0.762006759643555,-0.249066740274429,-0.597755372524261,-0.999062895774841,-0.0134471682831645,-0.0411383956670761,-0.999439537525177,0.00447794469073415,-0.0331740491092205
  1298. }
  1299. NormalsW: *442 {
  1300. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1301. }
  1302. }
  1303. LayerElementBinormal: 0 {
  1304. Version: 102
  1305. Name: "map1"
  1306. MappingInformationType: "ByPolygonVertex"
  1307. ReferenceInformationType: "Direct"
  1308. Binormals: *1326 {
  1309. a: -0.00709081999957561,0.446087449789047,0.894961297512054,-0.01756926253438,0.446259289979935,0.894731223583221,0.0315376110374928,0.445030748844147,0.89495986700058,-0,0.365852266550064,0.930672943592072,-0,0.365852266550064,0.930672943592072,-0,0.365852266550064,0.930672943592072,-0,0.336010992527008,-0.941858053207397,-0,0.336010992527008,-0.941858053207397,-0,0.336010992527008,-0.941858053207397,-0,0.368308335542679,0.929703712463379,-0,0.368308335542679,0.929703712463379,-0,0.368308335542679,0.929703712463379,-0,0.364119559526443,-0.931352198123932,-0,0.364119559526443,-0.931352198123932,-0,0.364119559526443,-0.931352198123932,-0.0177192278206348,0.450068384408951,-0.892818331718445,0.00678424909710884,0.450324535369873,-0.892839193344116,-0.00679323729127645,0.450216054916382,-0.89289391040802,-0.00744558963924646,0.442318320274353,-0.896827340126038,0.0277979895472527,0.441293090581894,-0.896932423114777,-0.0174215994775295,0.442508637905121,-0.896595060825348,-0.984023630619049,-0.0385897904634476,-0.173805609345436,-0.994661211967468,0.04658417776227,0.0920820683240891,-0.996024549007416,0.0422429032623768,0.0784271359443665,-0.99444568157196,-0.013739101588726,-0.104350849986076,-0.994760155677795,0.0577331036329269,0.0843759477138519,-0.983951807022095,-0.0403167828917503,-0.173820599913597,0.0148556232452393,-0.0187936965376139,0.999713122844696,0.0148556232452393,-0.0187936965376139,0.999713122844696,-0.0323896668851376,-0.016591040417552,0.999337673187256,0.0139136034995317,-0.0385486893355846,0.999159872531891,-0.0253188200294971,-0.0364068858325481,0.999016284942627,-0.0334399081766605,-0.0359562411904335,0.998793721199036,0.0535210371017456,0.0375692918896675,-0.99785977602005,0.00620773248374462,0.0351633727550507,-0.999362289905548,0.0143355643376708,0.0355822481215,-0.999263942241669,0.00725203286856413,0.0131465177983046,-0.999887347221375,0.0544244162738323,0.0153790498152375,-0.998399436473846,0.0544244162738323,0.0153790498152375,-0.998399436473846,0.0193591881543398,2.22002994431497e-016,-0.999812602996826,
  1310. 0.0193591881543398,2.22002994431497e-016,-0.999812602996826,0.0193591881543398,2.22002994431497e-016,-0.999812602996826,0.00445547606796026,2.22042394698435e-016,-0.999990046024323,0.00445547606796026,2.22042394698435e-016,-0.999990046024323,0.00445547606796026,2.22042394698435e-016,-0.999990046024323,0.00422055320814252,0.999990999698639,0.000502446840982884,-0.00323880463838577,0.928938269615173,0.370220452547073,0.00439527351409197,0.999953985214233,-0.00852915551513433,-0.00632566399872303,0.928852617740631,0.370395600795746,0.00721936067566276,0.999973654747009,0.000859447696711868,-0.0122762210667133,0.852020084857941,0.523365199565887,-0.0582826361060143,-0.040826715528965,0.997464954853058,-0.000380968936951831,-0.0483830533921719,0.998828828334808,-0.0471492372453213,-0.0422925055027008,0.997992157936096,-0.000609528739005327,-0.0774101465940475,0.996999204158783,-0.0626633539795876,-0.0596583560109138,0.996250033378601,-0.132826372981071,-0.0391946621239185,0.990364074707031,0.000188408215763047,0.0239278431981802,-0.999713778495789,0.0474076643586159,0.0302732922136784,-0.998416781425476,-0.00447330065071583,0.023298442363739,-0.999718546867371,-0.00149058911483735,0.00776348542422056,-0.999968767166138,0.0473195947706699,0.0171980112791061,-0.998731732368469,0.0365331284701824,0.0151148121803999,-0.999218225479126,-0.995190143585205,0.0466516241431236,0.0861411765217781,-0.990906953811646,0.0466603897511959,-0.126199781894684,-0.969898521900177,0.0457854568958282,-0.239166304469109,-0.991413056850433,-0.0363824032247067,-0.12560498714447,-0.995526552200317,-0.0357023067772388,0.0874777510762215,-0.99137681722641,-0.0354015305638313,0.126170098781586,-0.984023630619049,-0.0385897904634476,-0.173805609345436,-0.994661211967468,0.04658417776227,0.0920820683240891,-0.996024549007416,0.0422429032623768,0.0784271359443665,-0.99444568157196,-0.013739101588726,-0.104350849986076,-0.994760155677795,0.0577331036329269,0.0843759477138519,-0.983951807022095,-0.0403167828917503,-0.173820599913597,0.0149645628407598,-0.0165007449686527,0.9997518658638,
  1311. 0.0149645628407598,-0.0165007449686527,0.9997518658638,-0.0322644524276257,-0.0142966452986002,0.999377191066742,0.0138695612549782,-0.0394691303372383,0.999124526977539,-0.0253614615648985,-0.0373269952833653,0.998981237411499,-0.0334894806146622,-0.0368757024407387,0.998758554458618,0.0534454137086868,0.039397057145834,-0.997793316841125,0.00612090388312936,0.0369903482496738,-0.999296903610229,0.0142625588923693,0.0374102666974068,-0.999198257923126,0.00726160081103444,0.0129444124177098,-0.9998899102211,0.0544325150549412,0.015176996588707,-0.998402118682861,0.0544325150549412,0.015176996588707,-0.998402118682861,0.0193591881543398,2.22002994431497e-016,-0.999812602996826,0.0193591881543398,2.22002994431497e-016,-0.999812602996826,0.0193591881543398,2.22002994431497e-016,-0.999812602996826,0.00445547606796026,2.22042394698435e-016,-0.999990046024323,0.00445547606796026,2.22042394698435e-016,-0.999990046024323,0.00445547606796026,2.22042394698435e-016,-0.999990046024323,0.00422055320814252,0.999990999698639,0.000502446840982884,-0.00323880463838577,0.928938269615173,0.370220452547073,0.00439527351409197,0.999953985214233,-0.00852915551513433,-0.00632495246827602,0.928852677345276,0.370395541191101,0.00721936207264662,0.999973654747009,0.000859447871334851,-0.0122752171009779,0.852020025253296,0.523365318775177,-0.0527624301612377,-0.0172077529132366,0.998458921909332,-0.000189610727829859,-0.0240805614739656,0.999710023403168,-0.0471838638186455,-0.0179402530193329,0.998725116252899,-0.000733973691239953,-0.0932146534323692,0.995645761489868,-0.0661041662096977,-0.0745051428675652,0.995027244091034,-0.159419298171997,-0.0470417514443398,0.986089587211609,6.92518151481636e-005,0.00879498012363911,-0.999961316585541,0.0473050624132156,0.0151490131393075,-0.998765647411346,-0.00164430763106793,0.00856410246342421,-0.999961972236633,-0.00350876920856535,0.0182748399674892,-0.999826848506927,0.0473937131464481,0.0281187389045954,-0.998480439186096,0.0317176766693592,0.0250926241278648,-0.999181866645813,-0.995190143585205,0.0466516241431236,0.0861411765217781,
  1312. -0.990906953811646,0.0466603897511959,-0.126199781894684,-0.969898521900177,0.0457854568958282,-0.239166304469109,-0.991201758384705,-0.0419549457728863,-0.125533923506737,-0.995306015014648,-0.0412498898804188,0.0875465497374535,-0.991162300109863,-0.0409176871180534,0.12618662416935,0.00382918817922473,-0.487799257040024,0.87294739484787,0.0131491385400295,-0.0873775482177734,0.99608850479126,0.0148492241278291,0.000467692094389349,0.999889671802521,-0.0338496901094913,0.964124202728271,0.263284772634506,-0.0637847036123276,-0.484021931886673,0.872728049755096,-0.0800923407077789,-0.00252259336411953,0.996784269809723,0.0162970349192619,0.965483665466309,0.259953171014786,0.102466925978661,0.740523934364319,-0.664172351360321,-0.112212367355824,-0.479935228824615,0.870098114013672,0.0644147172570229,0.465554177761078,-0.882672071456909,0.0690522491931915,0.741776704788208,-0.667082548141479,0.0386981666088104,0.965302407741547,0.25825160741806,-0.00955361686646938,0.741436004638672,-0.67095559835434,-0.00310077331960201,0.466048061847687,-0.884754002094269,-0.003232441842556,0.472062051296234,-0.881559491157532,-0.0223125014454126,-0.324567288160324,0.945599436759949,-0.0319362431764603,-0.00535522121936083,0.999475598335266,-0.0321941524744034,0.00508136302232742,0.999468684196472,0.214798763394356,-0.0246010720729828,0.976348459720612,0.195579409599304,-0.305371433496475,0.931931972503662,0.161570757627487,0.77227646112442,0.61439722776413,0.137219950556755,0.777254521846771,0.614040851593018,0.255264073610306,-0.297323018312454,0.92002135515213,-0.21100065112114,0.676496505737305,-0.705571591854095,-0.105320319533348,0.468133091926575,-0.877359092235565,0.00477844104170799,0.795761585235596,0.605591177940369,-0.105162091553211,0.665873050689697,-0.738616347312927,0.0388290956616402,0.63863867521286,-0.768526494503021,0.0213859342038631,0.587493360042572,-0.808946430683136,-0.0153812784701586,0.471952110528946,-0.881489992141724,0.695258140563965,0.300469815731049,-0.652942657470703,-0.00270833843387663,0.52913624048233,-0.848532676696777,
  1313. 0.0181940495967865,0.5267453789711,-0.849828362464905,-0.0557708144187927,-0.0745938420295715,-0.99565327167511,-0.0586404353380203,-0.319199860095978,-0.945871472358704,-0.0541643612086773,0.0027663151267916,-0.998528182506561,0.200998619198799,0.831824839115143,0.517365396022797,-0.0923684909939766,-0.320412546396255,-0.942763984203339,-0.0374677367508411,-0.0761053860187531,-0.996395587921143,0.0501153841614723,-0.312821924686432,-0.948488831520081,0.0118033848702908,0.844226837158203,0.535856127738953,-0.0165535360574722,0.646591484546661,0.76265686750412,0.0233506020158529,0.844348251819611,0.535285770893097,-0.00122063478920609,0.512167751789093,0.858884692192078,0.00738853961229324,0.641890227794647,0.766760945320129,0.0464464426040649,0.63337504863739,0.772449910640717,0.00636812392622232,0.512209057807922,0.858837187290192,0.0195928905159235,0.553487360477448,0.832627177238464,-0.0035906950943172,0.529112100601196,0.848544418811798,0.508608222007751,0.445875942707062,0.736554443836212,0.0182914957404137,0.528614163398743,0.848665177822113,-0.00051334360614419,-0.313861221075058,-0.949468731880188,-0.00162993813864887,-0.450428187847137,-0.892811179161072,-0.001681013032794,-0.456541478633881,-0.889700591564178,0.0716213509440422,-0.446686625480652,-0.89181923866272,0.0561031550168991,-0.314632058143616,-0.947554349899292,-0.12273221462965,0.99057525396347,-0.0608071610331535,0.0202739425003529,0.998767375946045,-0.0453076884150505,-0.00943487882614136,-0.313647896051407,-0.949492514133453,0.0162985976785421,0.68362694978714,0.729649603366852,-0.0477696545422077,0.680731952190399,0.730973482131958,-0.0831824168562889,0.441138476133347,0.893575727939606,0.0681542456150055,0.996876776218414,-0.0398976244032383,0.0115324463695288,0.440630048513412,0.897614717483521,0.0108240759000182,0.683489441871643,0.729880154132843,0.0115362396463752,0.435566037893295,0.90008282661438,-0.000181451439857483,0.569195866584778,0.822202026844025,-0.0104089779779315,-0.46568301320076,0.884890496730804,-0.0103199277073145,-0.450784087181091,0.892573356628418,
  1314. 0.00251198746263981,-0.466158300638199,0.884697794914246,0.171336054801941,0.574080765247345,0.800671756267548,0.10196428745985,0.866414666175842,-0.488803714513779,0.173816367983818,0.859947025775909,-0.479873925447464,0.125004202127457,0.574455201625824,0.80893462896347,0.0833240896463394,0.437603294849396,-0.895299136638641,0.0126011334359646,0.868083357810974,-0.496258586645126,0.0158385150134563,0.440512746572495,-0.897606670856476,0.0158429704606533,0.435938537120819,-0.899837017059326,7.13631088729016e-005,-0.00453155720606446,0.999989748001099,7.13631088729016e-005,-0.00453155720606446,0.999989748001099,7.13631088729016e-005,-0.00453155720606446,0.999989748001099,7.13631088729016e-005,-0.00453155720606446,0.999989748001099,7.13631088729016e-005,-0.00453155720606446,0.999989748001099,7.13631088729016e-005,-0.00453155720606446,0.999989748001099,-0.00156787724699825,0.0995602011680603,0.995030343532562,-0.00156787724699825,0.0995602011680603,0.995030343532562,-0.00156787724699825,0.0995602011680603,0.995030343532562,0.00218319240957499,-0.313855737447739,-0.949468195438385,0.00547405146062374,-0.450055599212646,-0.892983853816986,0.00564084202051163,-0.456826567649841,-0.889537870883942,0.069078616797924,-0.445392608642578,-0.892666578292847,0.055126678198576,-0.312984704971313,-0.948156952857971,-0.111587509512901,0.991400480270386,-0.0683620274066925,0.0366169698536396,0.998022735118866,-0.0510865412652493,-0.0090982336550951,-0.313927531242371,-0.949403345584869,0.0233403947204351,0.688104450702667,0.725236177444458,-0.0418252274394035,0.684322893619537,0.727978587150574,-0.0817009806632996,0.439429879188538,0.89455372095108,0.0810215994715691,0.995665550231934,-0.045669324696064,-0.000299809325952083,0.440903872251511,0.897554337978363,-0.00945331063121557,0.686568081378937,0.727004110813141,-0.00018642473150976,0.437618315219879,0.899160921573639,-0.0188148431479931,0.561753749847412,0.827090501785278,0.0048069846816361,-0.46286216378212,0.886417269706726,0.00446175038814545,-0.450052052736282,0.892991244792938,
  1315. 0.0201059598475695,-0.462880343198776,0.886192739009857,0.152581676840782,0.57313197851181,0.805132687091827,0.071667917072773,0.868599891662598,-0.49030402302742,0.14733462035656,0.864569485187531,-0.480429083108902,0.107436336576939,0.571787416934967,0.813336789608002,0.0692029073834419,0.439846903085709,-0.895402610301971,-0.0160600021481514,0.866951942443848,-0.498132973909378,0.00130459223873913,0.440903514623642,-0.897553563117981,0.0014105960726738,0.437800645828247,-0.899070978164673,7.65284494264051e-005,-0.00485955644398928,0.999988198280334,7.65284494264051e-005,-0.00485955644398928,0.999988198280334,7.65284494264051e-005,-0.00485955644398928,0.999988198280334,7.65284494264051e-005,-0.00485955644398928,0.999988198280334,7.65284494264051e-005,-0.00485955644398928,0.999988198280334,7.65284494264051e-005,-0.00485955644398928,0.999988198280334,-0.00155092356726527,0.098483644425869,0.995137453079224,-0.00155092356726527,0.098483644425869,0.995137453079224,-0.00155092356726527,0.098483644425869,0.995137453079224,0.000922815757803619,0.984349012374878,0.176227480173111,-0.0122893825173378,0.851816236972809,0.523696541786194,-0.00103837437927723,0.973290145397186,0.22957618534565,0.00337224826216698,0.973381221294403,0.229167371988297,-0.00116667151451111,0.851184189319611,0.524865925312042,-0.00117088481783867,0.851027965545654,0.525119125843048,-0.0133102759718895,-0.10896073281765,0.993956923484802,-0.00117088481783867,0.851027965545654,0.525119125843048,-0.00116667151451111,0.851184189319611,0.524865925312042,-0.0182043202221394,0.849675714969635,0.526991248130798,-0.0324655547738075,-0.106809318065643,0.993749439716339,-0.0324128419160843,-0.117807939648628,0.99250727891922,0.00092315103393048,0.984349012374878,0.176227539777756,-0.0122883841395378,0.851816236972809,0.523696720600128,-0.00103793293237686,0.973290145397186,0.229576155543327,0.00337293185293674,0.973381221294403,0.229167312383652,-0.00116511061787605,0.851184070110321,0.524866104125977,-0.00116932392120361,0.851028084754944,0.525118947029114,
  1316. -0.0133073190227151,-0.108961068093777,0.993956983089447,-0.00116932392120361,0.851028084754944,0.525118947029114,-0.00116511061787605,0.851184070110321,0.524866104125977,-0.0182043202221394,0.849675714969635,0.526991248130798,-0.0324655547738075,-0.106809318065643,0.993749439716339,-0.0324128419160843,-0.117807939648628,0.99250727891922,0.0674936696887016,-0.12357634305954,-0.990037143230438,0.0670373663306236,-0.0486652739346027,-0.996562957763672,-0.0469690598547459,0.829684019088745,0.556253910064697,-0.100564904510975,0.122191421687603,0.987398624420166,0.119018398225307,-0.822455823421478,-0.556238412857056,0.121816769242287,-0.740964233875275,-0.660403430461884,-0.0734956115484238,0.827531695365906,0.556587517261505,-0.06613489985466,0.502241730690002,0.862194538116455,-0.0728020593523979,0.744024932384491,0.66417384147644,-0.00132949475664645,0.502902150154114,0.864342272281647,-0.00826553255319595,0.831767559051514,0.555062651634216,-0.00178229995071888,0.527070820331573,0.849819481372833,-0.062740184366703,0.997997999191284,0.00799071975052357,0.0627508610486984,0.998002350330353,0.00733000878244638,-0.0629908740520477,0.997982144355774,0.00799191743135452,0.062934510409832,0.99800843000412,-0.00430790008977056,-0.062951885163784,0.998001754283905,-0.00543763116002083,0.0393036156892776,0.999217092990875,-0.00452587613835931,-0.0471914075314999,0.998884797096252,0.00148457649629563,0.0393500365316868,0.999225437641144,0.000442608434241265,-0.0471447706222534,0.998886942863464,0.00148401677142829,0.0390666909515858,0.999170899391174,-0.0114616118371487,-0.0471890531480312,0.99883496761322,-0.0100984135642648,0.0629558712244034,0.997946262359619,-0.0118248555809259,0.0117833763360977,0.52189040184021,-0.852931201457977,0.00634885206818581,0.997409880161285,0.0716466531157494,0.00627789460122585,0.996877133846283,0.0787186399102211,0.00217952392995358,0.521536886692047,-0.853225946426392,0.00282384618185461,0.996875584125519,0.0789378136396408,0.00094298436306417,0.0549975372850895,-0.99848610162735,-0.000111529603600502,0.0550389513373375,-0.998484253883362,
  1317. -0.00146117073018104,-0.323326617479324,-0.946286261081696,0.00161752128042281,0.521514773368835,-0.853240847587585,-0.00132171856239438,-0.323325663805008,-0.946286857128143,-0.000249795120907947,0.0550443753600121,-0.998483896255493,-0.00134088378399611,-0.330300360918045,-0.943874955177307,0.00128336413763464,-0.323306232690811,-0.946293532848358,0.00123911071568727,-0.330396145582199,-0.943841576576233,-0.00532434321939945,-0.512277185916901,0.858803689479828,-0.00215941830538213,-0.173285186290741,0.984869360923767,-0.00251677888445556,-0.323333859443665,-0.946281731128693,-0.00526858028024435,-0.512276232242584,0.8588045835495,-0.000100317884061951,0.047191459685564,0.998885869979858,-0.00215941830538213,-0.173285186290741,0.984869360923767,-0.00526858028024435,-0.512276232242584,0.8588045835495,-0.0109792519360781,-0.173069819808006,0.984848380088806,-0.00910799019038677,0.0471895001828671,0.99884444475174,-0.00910389050841331,0.0476186498999596,0.998824179172516,0.00495274132117629,0.999987781047821,0,0.00491136126220226,0.9999880194664,0,0.004917255602777,0.999987900257111,0,0.00477445498108864,0.999988615512848,0,0.000895672012120485,0.999999642372131,-0,0.000954812101554126,0.999999582767487,-0,0.000927576154936105,0.999999642372131,-6.16084440407949e-012,0.000929208123125136,0.999999642372131,-7.88490887165816e-012,0.0553586706519127,0.46966877579689,-0.881105422973633,0.0276891924440861,0.470209717750549,-0.882120251655579,-1.51937751979858e-006,0.47039008140564,-0.882458627223969,0.0276891924440861,0.470209717750549,-0.882120251655579,0.00477445498108864,0.999988615512848,0,0.00449789175763726,0.999989986419678,3.01139876923706e-011,0.00527291046455503,0.999986112117767,0,0.00490814633667469,0.9999880194664,0,0.00449789175763726,0.999989986419678,3.01139876923706e-011,0.00490153906866908,0.9999880194664,4.09376699206376e-011,0.00406575854867697,0.999991774559021,1.53972612437769e-010,0.00293306913226843,0.999995708465576,1.11077015640948e-010,0.000986353494226933,0.999999523162842,2.22399160719478e-012,
  1318. 0.000884798355400562,0.999999642372131,2.49203240508533e-012,0.000929208123125136,0.999999642372131,-7.88490887165816e-012,0.000927576154936105,0.999999642372131,-6.16084440407949e-012,0.998819231987,0.0254226122051477,0.0413990952074528,0.999979197978973,0.00561349047347903,0.00319880922324955,0.99928605556488,-0.0142060313373804,-0.0350074023008347,0.999979138374329,0.00561349047347903,0.00319880875758827,0.000884798355400562,0.999999642372131,2.49203240508533e-012,0.000986353494226933,0.999999523162842,2.22399160719478e-012,0.000878684455528855,0.999999642372131,4.50669744578303e-011,0.000898709753528237,0.999999642372131,4.60940556556988e-011,0,1,0.000145450350828469,0,0.999999821186066,0.0006365398876369,0,0.999999403953552,0.00110733299516141,0,0.999999701976776,0.000807090196758509,0,0.999999761581421,0.000657101336400956,0,0.999999940395355,0.000486462668050081,0.00126840255688876,0.999999225139618,8.7776671781753e-013,0.000986353494226933,0.999999523162842,2.22399160719478e-012,0.000927576154936105,0.999999642372131,-6.16084440407949e-012,0.00109146488830447,0.999999403953552,7.55321369685924e-013,0.00490153906866908,0.9999880194664,4.09376699206376e-011,0.00449789175763726,0.999989986419678,3.01139876923706e-011,0.00477445498108864,0.999988615512848,0,0.004917255602777,0.999987900257111,0,0.0022341781295836,0.552626848220825,0.83342581987381,0.002526197116822,0.552625119686127,0.833426177501678,0.00281821563839912,0.552623271942139,0.833426415920258,0.002526197116822,0.552625119686127,0.833426177501678,0,0.999998509883881,-0.00174951064400375,0,0.999998152256012,-0.00190896296408027,0,0.999997794628143,-0.00208706199191511,0,0.999997019767761,-0.00244266260415316,0,0.999998152256012,-0.00192741048522294,0,0.999998986721039,-0.00143000797834247,-0.00149321288336068,0,0.999998867511749,0.000105301347502973,0,1,0.00554818660020828,0,0.999984622001648,-2.57453866652213e-005,0,1,-0.0136574003845453,0.999895095825195,0.00483351992443204,-0.0136944968253374,0.999890148639679,-0.00567706674337387,0.00658745504915714,0.997486650943756,0.0705480724573135,
  1319. 0.00947744213044643,0.999953269958496,0.00193673057947308,0.00628219870850444,0.998494863510132,-0.0544845424592495,-0.00124375300947577,0.552642285823822,-0.833417594432831,-0.00150248501449823,0.552643299102783,-0.833416521549225,-0.00176121667027473,0.552644312381744,-0.833415329456329,-0.00150248501449823,0.552643299102783,-0.833416521549225,0.0275092739611864,0,0.999621570110321,0.0153741091489792,0,0.999881863594055,-0.00323475687764585,0,0.999994814395905,0.00760877598077059,0,0.999971091747284,-0.00323475687764585,0,0.999994814395905,-2.57453866652213e-005,0,1,0.00554818660020828,0,0.999984622001648,0.00760877598077059,0,0.999971091747284,0.999074935913086,-0.000757245463319123,0.0429963991045952,0.999789953231812,0.019705893471837,0.00564427487552166,0.998690783977509,0.0401332713663578,-0.0317180901765823,0.999789953231812,0.019705893471837,0.00564427487552166,-1.51938377257466e-006,-0.470388203859329,-0.882459700107574,-1.51938377257466e-006,-0.470388203859329,-0.882459700107574,-1.51938377257466e-006,-0.470388203859329,-0.882459700107574,-1.51938377257466e-006,-0.470388203859329,-0.882459700107574,0.0139059228822589,0.999890983104706,-0.00498543586581945,-0.00590592017397285,0.999341428279877,-0.0358032658696175,-0.0105519071221352,0.99994295835495,-0.00166730978526175,-0.00618593767285347,0.999041497707367,0.0433362498879433,0.0141777619719505,0.999899208545685,-0.000796077132690698,0.336157441139221,0.938649356365204,-0.0770435705780983,-0.178272813558578,0.979056358337402,0.0983230918645859,-0.00590592017397285,0.999341428279877,-0.0358032658696175,0.0139059228822589,0.999890983104706,-0.00498543586581945,-0.178272813558578,0.979056358337402,0.0983230918645859,-0.635012984275818,0.772498190402985,-0.00226729782298207,-0.0105519071221352,0.99994295835495,-0.00166730978526175,-0.00590592017397285,0.999341428279877,-0.0358032658696175,-0.635012984275818,0.772498190402985,-0.00226729782298207,-0.175055176019669,0.979347586631775,-0.101163253188133,-0.00618593767285347,0.999041497707367,0.0433362498879433,
  1320. -0.0105519071221352,0.99994295835495,-0.00166730978526175,-0.175055176019669,0.979347586631775,-0.101163253188133,0.311748713254929,0.943784117698669,0.109929151833057,0.0141777619719505,0.999899208545685,-0.000796077132690698,-0.00618593767285347,0.999041497707367,0.0433362498879433,0.311748713254929,0.943784117698669,0.109929151833057,0.336157441139221,0.938649356365204,-0.0770435705780983,0.0139059228822589,0.999890983104706,-0.00498543586581945,0.0141777619719505,0.999899208545685,-0.000796077132690698,-0.277926057577133,0.959523797035217,-0.0455101504921913,-0.291219383478165,0.956186652183533,0.0299752540886402,-0.0136944968253374,0.999890148639679,-0.00567706674337387,-0.0136574003845453,0.999895095825195,0.00483351992443204,-0.291219383478165,0.956186652183533,0.0299752540886402,0.162072360515594,0.985316514968872,-0.0537018552422524,0.00658745504915714,0.997486650943756,0.0705480724573135,-0.0136944968253374,0.999890148639679,-0.00567706674337387,0.162072360515594,0.985316514968872,-0.0537018552422524,0.642872273921967,0.765946447849274,-0.00643853424116969,0.00947744213044643,0.999953269958496,0.00193673057947308,0.00658745504915714,0.997486650943756,0.0705480724573135,0.642872273921967,0.765946447849274,-0.00643853424116969,0.162794083356857,0.985339522361755,0.0510315075516701,0.00628219870850444,0.998494863510132,-0.0544845424592495,0.00947744213044643,0.999953269958496,0.00193673057947308,0.162794083356857,0.985339522361755,0.0510315075516701,-0.277926057577133,0.959523797035217,-0.0455101504921913,-0.0136574003845453,0.999895095825195,0.00483351992443204,0.00628219870850444,0.998494863510132,-0.0544845424592495
  1321. }
  1322. BinormalsW: *442 {
  1323. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1324. }
  1325. }
  1326. LayerElementBinormal: 1 {
  1327. Version: 102
  1328. Name: "uvSet"
  1329. MappingInformationType: "ByPolygonVertex"
  1330. ReferenceInformationType: "Direct"
  1331. Binormals: *1326 {
  1332. a: -0.00672632083296776,0.454485803842545,0.890728652477264,-0.017900288105011,0.454667299985886,0.890481472015381,0.0321315862238407,0.453412413597107,0.890721440315247,-0,0.365861922502518,0.930669128894806,-0,0.365861922502518,0.930669128894806,-0,0.365861922502518,0.930669128894806,0,0.336200177669525,-0.941790580749512,0,0.336200177669525,-0.941790580749512,0,0.336200177669525,-0.941790580749512,-0,0.36831146478653,0.929702460765839,-0,0.36831146478653,0.929702460765839,-0,0.36831146478653,0.929702460765839,0,0.36516484618187,-0.930942893028259,0,0.36516484618187,-0.930942893028259,0,0.36516484618187,-0.930942893028259,-0.0177189987152815,0.450062543153763,-0.892821252346039,0.00678473338484764,0.450318694114685,-0.89284211397171,-0.00679372157901526,0.450210183858871,-0.892896890640259,-0.00744816195219755,0.442287027835846,-0.8968425989151,0.0277960244566202,0.441261887550354,-0.896947860717773,-0.0174203682690859,0.442477345466614,-0.896610498428345,0.0513708516955376,-0.998655557632446,-0.00693721789866686,0.0457596480846405,-0.823998749256134,0.564740717411041,0.0513887219130993,-0.998670518398285,-0.00404635630548,0.0128165809437633,-0.0944989025592804,0.995442569255829,0.0942050591111183,-0.824008107185364,0.558691501617432,0.112155400216579,-0.993683278560638,0.00384041899815202,0.0477225854992867,0.998221874237061,0.0357187017798424,0.0477225854992867,0.998221874237061,0.0357187017798424,0.0538720563054085,0.997902631759644,0.0358918160200119,0.0467956699430943,0.998608946800232,-0.0243015568703413,0.0477504692971706,0.998563528060913,-0.0243093799799681,0.0557835809886456,0.998145341873169,-0.0243743192404509,-0.0375992320477962,0.998803436756134,-0.0312734767794609,-0.0469196438789368,0.998398780822754,-0.0315978154540062,-0.0388278961181641,0.998755156993866,-0.0313163846731186,-0.0473731532692909,0.998564183712006,0.0250059943646193,-0.0407101549208164,0.99885493516922,0.0251307934522629,-0.0407101549208164,0.99885493516922,0.0251307934522629,0.0193591881543398,2.22002994431497e-016,-0.999812602996826,
  1333. 0.0193591881543398,2.22002994431497e-016,-0.999812602996826,0.0193591881543398,2.22002994431497e-016,-0.999812602996826,0.00445547606796026,2.22042394698435e-016,-0.999990046024323,0.00445547606796026,2.22042394698435e-016,-0.999990046024323,0.00445547606796026,2.22042394698435e-016,-0.999990046024323,0.992152750492096,-0.0410139709711075,0.118113420903683,0.996263921260834,-0.0319055765867233,-0.080251470208168,0.990628123283386,-0.0292229112237692,-0.133424237370491,0.997365355491638,0.0569489598274231,-0.0449349321424961,0.992013871669769,0.0442897751927376,0.118096895515919,0.979648113250732,0.0376258045434952,0.19716465473175,-0.0582826361060143,-0.040826715528965,0.997464954853058,-0.000380968936951831,-0.0483830533921719,0.998828828334808,-0.0471492372453213,-0.0422925055027008,0.997992157936096,-0.000618087302427739,-0.0784970819950104,0.996914207935333,-0.0629003047943115,-0.060679204761982,0.996173501014709,-0.134663209319115,-0.0397366806864738,0.990094363689423,0.00019311519281473,0.0245256293565035,-0.999699175357819,0.0474115014076233,0.0308706518262625,-0.99839836359024,-0.00458504818379879,0.0238804593682289,-0.999704360961914,-0.00174770993180573,0.00910265650600195,-0.999957084655762,0.0473293513059616,0.0185894425958395,-0.99870640039444,0.0359198972582817,0.0163860581815243,-0.999220311641693,0.000570873497053981,-0.999874711036682,0.0158211886882782,0.000826057745143771,-0.999967336654663,0.00804114528000355,-0.000768788973800838,-0.998394846916199,0.0566317103803158,0.00175898580346256,-0.999965131282806,0.00815959461033344,0.00145616731606424,-0.999875068664551,0.0157439056783915,0.00177690829150379,-0.999968707561493,0.00771062029525638,-0.984178960323334,-0.0345874577760696,-0.173768892884254,-0.994709372520447,0.0498774126172066,0.0898081585764885,-0.995847165584564,0.0462597273290157,0.0784131661057472,-0.995152652263641,-0.0144295347854495,-0.0972780361771584,-0.994753062725067,0.0550703331828117,0.0862185209989548,-0.983802855014801,-0.0436902157962322,-0.17384834587574,0.0477231182157993,0.998220384120941,0.0357572361826897,
  1334. 0.0477231182157993,0.998220384120941,0.0357572361826897,0.0538707673549652,0.997901260852814,0.035930298268795,0.0467953346669674,0.998608410358429,-0.0243211984634399,0.0477509051561356,0.998562932014465,-0.0243290290236473,0.055784173309803,0.998144865036011,-0.0243939757347107,-0.0377088040113449,0.998858392238617,-0.0293248035013676,-0.0469378009438515,0.998457849025726,-0.0296458303928375,-0.038860909640789,0.998813033103943,-0.0293650105595589,-0.047387171536684,0.998508393764496,0.027120266109705,-0.0408242270350456,0.998794972896576,0.0272431410849094,-0.0408242270350456,0.998794972896576,0.0272431410849094,0.0193591881543398,2.22002994431497e-016,-0.999812602996826,0.0193591881543398,2.22002994431497e-016,-0.999812602996826,0.0193591881543398,2.22002994431497e-016,-0.999812602996826,0.00445547606796026,2.22042394698435e-016,-0.999990046024323,0.00445547606796026,2.22042394698435e-016,-0.999990046024323,0.00445547606796026,2.22042394698435e-016,-0.999990046024323,0.991620540618896,-0.0524685867130756,0.118050068616867,0.99547404050827,-0.0431462377309799,-0.084675133228302,0.990245461463928,-0.0406198315322399,-0.133282169699669,0.997350454330444,0.0573290959000587,-0.0447825118899345,0.99199652671814,0.0446822941303253,0.118094831705093,0.979589939117432,0.0379959493875504,0.197382628917694,-0.0526488088071346,-0.0167229361832142,0.998473048210144,-0.000185682249139063,-0.0235816463828087,0.999722003936768,-0.0471842810511589,-0.0174404215067625,0.998733937740326,-0.000740272167604417,-0.0940145626664162,0.995570540428162,-0.0662780553102493,-0.075256772339344,0.994959115982056,-0.160758271813393,-0.0474368631839752,0.985853254795074,7.21494361641817e-005,0.00916297826915979,-0.999958038330078,0.0473076812922955,0.0155168566852808,-0.998759865760803,-0.00171310582663864,0.00892242696136236,-0.999958753585815,-0.00364307686686516,0.0189743600785732,-0.999813318252563,0.0473984368145466,0.0288454294204712,-0.998459458351135,0.0313970372080803,0.0257566031068563,-0.999175071716309,0.000570873497053981,-0.999874711036682,0.0158211886882782,
  1335. 0.000826057745143771,-0.999967336654663,0.00804114528000355,-0.000768788973800838,-0.998394846916199,0.0566317103803158,0.00175898580346256,-0.999965131282806,0.00815959461033344,0.00145616731606424,-0.999875068664551,0.0157439056783915,0.00177690829150379,-0.999968707561493,0.00771062029525638,0.998885929584503,-0.0422303602099419,-0.0210604034364223,0.999443531036377,-0.0305610168725252,-0.0133714266121387,0.999126970767975,0.0314685665071011,0.0274779368191957,-0.893383979797363,0.412726283073425,0.177544444799423,0.998785734176636,-0.0341572947800159,-0.0355040989816189,0.999449551105499,0.0314787290990353,-0.0104809794574976,0.985852420330048,0.165255829691887,-0.0280264727771282,0.948619604110718,0.258149564266205,-0.182974636554718,0.310652375221252,-0.476261913776398,0.822599351406097,0.999938726425171,0.00336965429596603,0.0105514833703637,0.999222338199615,0.0270781759172678,0.0286645442247391,0.979889392852783,-0.162238210439682,-0.116171024739742,0.999024748802185,0.0116751380264759,0.0425823107361794,0.999504923820496,-0.00720969354733825,0.0306269600987434,0.997915625572205,0.0325045622885227,0.0557483062148094,-0.0236107502132654,-0.324635118246078,0.9455446600914,-0.033057726919651,-0.00526663335040212,0.999439656734467,-0.0333033055067062,0.00498501304537058,0.999432921409607,0.215415105223656,-0.0246485229581594,0.976211488246918,0.196246415376663,-0.305288344621658,0.931818842887878,0.161780342459679,0.772231459617615,0.614398658275604,0.13774362206459,0.777152717113495,0.614052474498749,0.255265355110168,-0.29732283949852,0.920021057128906,-0.210784628987312,0.67648321390152,-0.705648958683014,-0.104800656437874,0.46816623210907,-0.877403616905212,0.00477972626686096,0.795761466026306,0.605591356754303,-0.104639045894146,0.665800511837006,-0.738756000995636,0.0382101610302925,0.638786792755127,-0.768434405326843,0.0215153582394123,0.589935660362244,-0.807163536548615,-0.0160943530499935,0.471936941146851,-0.881485402584076,0.68458104133606,0.310101538896561,-0.659686148166656,-0.00198858208023012,0.532902598381042,-0.846174240112305,
  1336. 0.0183935519307852,0.530570447444916,-0.84744131565094,-0.0557704865932465,-0.0745938643813133,-0.99565327167511,-0.0586400739848614,-0.319199830293655,-0.945871472358704,-0.0541640482842922,0.00276634586043656,-0.998528242111206,0.200996607542038,0.831825137138367,0.517365694046021,-0.0923654437065125,-0.320412456989288,-0.942764282226563,-0.0374647565186024,-0.0761056244373322,-0.996395647525787,0.0501153096556664,-0.312821954488754,-0.948488831520081,0.0118051189929247,0.844226837158203,0.535856008529663,-0.0165525004267693,0.646591305732727,0.762657046318054,0.0233529862016439,0.844348251819611,0.535285592079163,-0.00121803965885192,0.512167751789093,0.858884692192078,0.00739109516143799,0.641889691352844,0.766761422157288,0.04644975066185,0.633374214172363,0.77245032787323,0.00637185340747237,0.512209057807922,0.858837187290192,0.0195921808481216,0.553473830223084,0.832636117935181,-0.00358960730955005,0.529116928577423,0.848541378974915,0.508593440055847,0.445884883403778,0.736559152603149,0.0182917434722185,0.528618931770325,0.848662197589874,-0.00051334360614419,-0.313861221075058,-0.949468731880188,-0.00162993813864887,-0.450428187847137,-0.892811179161072,-0.001681013032794,-0.456541478633881,-0.889700591564178,0.0718302503228188,-0.44667249917984,-0.891809523105621,0.0563161857426167,-0.314633071422577,-0.947541296482086,-0.122786268591881,0.990568220615387,-0.0608128346502781,0.0203463919460773,0.998766243457794,-0.0452995859086514,-0.00941205117851496,-0.313648462295532,-0.949492573738098,0.0163122061640024,0.683627307415009,0.729649066925049,-0.0478666163980961,0.680725455284119,0.730973184108734,-0.0832782164216042,0.441136956214905,0.893567502498627,0.0681039914488792,0.996879935264587,-0.0399033650755882,0.010955560952425,0.440645128488541,0.897614538669586,0.0102735068649054,0.683474481105804,0.729902148246765,0.0109593905508518,0.435515552759171,0.9001145362854,-0.000180713832378387,0.569195926189423,0.82220196723938,-0.0104075996205211,-0.465683043003082,0.884890496730804,-0.0103185465559363,-0.450784027576447,0.892573356628418,
  1337. 0.00250890105962753,-0.466158181428909,0.88469785451889,0.171333864331245,0.57408082485199,0.800672173500061,0.101966336369514,0.866414487361908,-0.488803446292877,0.173813477158546,0.859947383403778,-0.479874312877655,0.125005185604095,0.574455201625824,0.808934390544891,0.0833209082484245,0.437603443861008,-0.895299255847931,0.0126009192317724,0.868083357810974,-0.496258586645126,0.0158382561057806,0.440512746572495,-0.897606670856476,0.0158427134156227,0.435938537120819,-0.899837017059326,7.13631088729016e-005,-0.00453155720606446,0.999989748001099,7.13631088729016e-005,-0.00453155720606446,0.999989748001099,7.13631088729016e-005,-0.00453155720606446,0.999989748001099,7.13631088729016e-005,-0.00453155720606446,0.999989748001099,7.13631088729016e-005,-0.00453155720606446,0.999989748001099,7.13631088729016e-005,-0.00453155720606446,0.999989748001099,-0.00156776991207153,0.0995533838868141,0.995030999183655,-0.00156776991207153,0.0995533838868141,0.995030999183655,-0.00156776991207153,0.0995533838868141,0.995030999183655,0.00176980881951749,-0.313859075307846,-0.949468016624451,0.00505529902875423,-0.450080215930939,-0.892973899841309,0.00522109121084213,-0.456812888383865,-0.88954746723175,0.0684954300522804,-0.445443660020828,-0.892686009407043,0.0545387007296085,-0.312999218702316,-0.948186218738556,-0.111406154930592,0.991422355175018,-0.0683416575193405,0.0360560789704323,0.998039722442627,-0.0511542558670044,-0.00927435606718063,-0.313928335905075,-0.949401378631592,0.0232308488339186,0.688100516796112,0.725243449211121,-0.0421789512038231,0.684294402599335,0.727985024452209,-0.0820448994636536,0.43941742181778,0.894528388977051,0.080828495323658,0.995680153369904,-0.0456931218504906,8.39121494209394e-005,0.440903872251511,0.897554337978363,-0.00908838957548141,0.686589300632477,0.726988732814789,0.00019579753279686,0.4376620054245,0.899139523506165,-0.0188150499016047,0.561753749847412,0.827090620994568,0.00480658560991287,-0.46286216378212,0.886417269706726,0.00446135178208351,-0.450052082538605,0.892991185188293,
  1338. 0.0201048478484154,-0.462880373001099,0.886192798614502,0.152580931782722,0.573132038116455,0.805132865905762,0.0716686844825745,0.868599832057953,-0.490303933620453,0.147333443164825,0.864569664001465,-0.480429261922836,0.107436709105968,0.571787416934967,0.813336670398712,0.0692016407847404,0.439846903085709,-0.895402610301971,-0.0160589907318354,0.866951942443848,-0.498132914304733,0.00130580319091678,0.440903514623642,-0.897553563117981,0.0014117993414402,0.437800794839859,-0.899070918560028,7.65284494264051e-005,-0.00485955644398928,0.999988198280334,7.65284494264051e-005,-0.00485955644398928,0.999988198280334,7.65284494264051e-005,-0.00485955644398928,0.999988198280334,7.65284494264051e-005,-0.00485955644398928,0.999988198280334,7.65284494264051e-005,-0.00485955644398928,0.999988198280334,7.65284494264051e-005,-0.00485955644398928,0.999988198280334,-0.00155062635894865,0.098464772105217,0.995139360427856,-0.00155062635894865,0.098464772105217,0.995139360427856,-0.00155062635894865,0.098464772105217,0.995139360427856,0.000922815757803619,0.984349012374878,0.176227480173111,-0.0122893825173378,0.851816236972809,0.523696541786194,-0.00103837437927723,0.973290145397186,0.22957618534565,0.00337224826216698,0.973381221294403,0.229167371988297,-0.00116667151451111,0.851184189319611,0.524865925312042,-0.00117088481783867,0.851027965545654,0.525119125843048,-0.0133102759718895,-0.10896073281765,0.993956923484802,-0.00117088481783867,0.851027965545654,0.525119125843048,-0.00116667151451111,0.851184189319611,0.524865925312042,-0.0182043202221394,0.849675714969635,0.526991248130798,-0.0324655547738075,-0.106809318065643,0.993749439716339,-0.0324128419160843,-0.117807939648628,0.99250727891922,0.00092315103393048,0.984349012374878,0.176227539777756,-0.0122883841395378,0.851816236972809,0.523696720600128,-0.00103793293237686,0.973290145397186,0.229576155543327,0.00337293185293674,0.973381221294403,0.229167312383652,-0.00116511061787605,0.851184070110321,0.524866104125977,-0.00116932392120361,0.851028084754944,0.525118947029114,
  1339. -0.0133073190227151,-0.108961068093777,0.993956983089447,-0.00116932392120361,0.851028084754944,0.525118947029114,-0.00116511061787605,0.851184070110321,0.524866104125977,-0.0182043202221394,0.849675714969635,0.526991248130798,-0.0324655547738075,-0.106809318065643,0.993749439716339,-0.0324128419160843,-0.117807939648628,0.99250727891922,0.999437093734741,0.032687321305275,0.0075533683411777,0.999272465705872,-0.0221376623958349,0.0310557298362255,-0.996687591075897,-0.0802934840321541,0.0129168517887592,-0.999176263809204,-0.0344445705413818,-0.0214568991214037,0.994030654430389,0.108916513621807,0.00634229183197021,0.999611735343933,0.00670600868761539,0.0270445700734854,0.998006224632263,0.0559322163462639,-0.0292456094175577,0.999939620494843,-0.00292600458487868,0.0105949863791466,0.999871134757996,-0.00791378132998943,0.0139691652730107,0.999953269958496,-0.00963147729635239,-0.000929830246604979,0.998364448547363,0.0425375029444695,-0.0381992943584919,0.997970223426819,0.0478657148778439,-0.0420039519667625,-0.0177030097693205,0.0311961509287357,-0.999356508255005,0.017612287774682,0.0297444462776184,-0.999402344226837,0.0138559713959694,0.0299006681889296,-0.999456822872162,0.0157714392989874,0.000402691774070263,-0.999875605106354,-0.0157626178115606,0.000262597081018612,-0.999875724315643,-0.00786205101758242,0.000297727674478665,-0.999969065189362,-0.00118537771049887,0.0250904932618141,0.999684512615204,0.0246017631143332,0.0252578556537628,0.999378204345703,0.0302766226232052,0.025292444974184,0.999221503734589,0.0220947116613388,-0.0382095649838448,0.999025523662567,0.00182226218748838,-0.0385712161660194,0.99925422668457,-0.0103105120360851,-0.0387800671160221,0.99919456243515,-0.996716976165771,-0.00603220984339714,-0.0807397440075874,-0.997948825359344,-0.00565759046003222,-0.0637659430503845,-0.998000621795654,-0.00281785428524017,0.0631414726376534,-0.991461157798767,0.0233240611851215,-0.128299474716187,-0.996670126914978,0.0465126372873783,0.0669721141457558,-0.999227285385132,0.0391446016728878,0.00353882764466107,
  1340. -0.999220311641693,0.0390013083815575,0.00613363087177277,-0.999962329864502,-0.00628609908744693,0.00599098391830921,-0.99824059009552,-0.0590079873800278,0.0058093792758882,-0.999918580055237,-0.00421544117853045,0.0120503809303045,-0.999176859855652,0.0386598706245422,0.0122972019016743,-0.998868227005005,0.0459374189376831,0.0123368911445141,-0.999963462352753,-0.0063947755843401,0.00567293632775545,-0.991429030895233,-0.00439091399312019,-0.130572736263275,-0.999319970607758,-0.00578832905739546,-0.0364158786833286,-0.988111913204193,-0.00333655253052711,0.153700232505798,-0.999952912330627,-0.00562772946432233,0.00791769009083509,-0.999347150325775,-0.00628756545484066,-0.0355799533426762,-0.99999874830246,7.44501521694474e-005,0.00157586159184575,-0.999717593193054,0.0237113684415817,0.00160143640823662,-0.999594569206238,-0.0284324213862419,0.00154384784400463,-0.999699711799622,0.0221469346433878,0.010487831197679,-0.999945461750031,0.000493312778417021,0.0104417866095901,-0.998806834220886,0.0476854778826237,0.0105358399450779,0.999987840652466,-0.00494318036362529,0,0.999987900257111,-0.00493054697290063,0,0.999987900257111,-0.00491795735433698,0,0.999986946582794,-0.00511415582150221,0,-0.000896599784027785,-0.999999642372131,0,-0.000951851310674101,-0.999999582767487,0,-0.000925731961615384,-0.999999642372131,6.14859552161562e-012,-0.00092712912010029,-0.999999642372131,7.86726760126921e-012,0.0553570091724396,0.46966877579689,-0.881105482578278,0.0276862066239119,0.470209747552872,-0.882120311260223,-5.82517895963974e-006,0.47039008140564,-0.882458627223969,0.0276862066239119,0.470209747552872,-0.882120311260223,0.999986946582794,-0.00511415582150221,0,0.999989330768585,-0.00462901638820767,6.69506228234695e-009,0.999991178512573,-0.00420570326969028,0,0.999985575675964,-0.00537955341860652,0,0.999989330768585,-0.00462901638820767,6.69506228234695e-009,0.999990105628967,-0.00446280743926764,8.35192093262549e-009,0.999991774559021,-0.00407384568825364,3.7870261593298e-008,0.999992311000824,-0.00391555018723011,3.78702829095801e-008,
  1341. -0.000986555009149015,-0.999999523162842,-2.22444610474548e-012,-0.000884775654412806,-0.999999642372131,-2.49196843715715e-012,-0.00092712912010029,-0.999999642372131,7.86726760126921e-012,-0.000925731961615384,-0.999999642372131,6.14859552161562e-012,-0.00269510340876877,-0.46043661236763,-0.88768857717514,-0.00024148213560693,-0.460430592298508,-0.887695670127869,0.00221214047633111,-0.460421800613403,-0.887697517871857,-0.000241482048295438,-0.460430651903152,-0.887695729732513,-0.000884775654412806,-0.999999642372131,-2.49196843715715e-012,-0.000986555009149015,-0.999999523162842,-2.22444610474548e-012,-0.000878841150552034,-0.999999642372131,-4.50750131664179e-011,-0.000898308702744544,-0.999999642372131,-4.60734853047207e-011,-0,-1,-0.000160474679432809,-0,-0.999999821186066,-0.000644855026621372,-0,-0.999999403953552,-0.00111094675958157,-0,-0.999999701976776,-0.000812495010904968,-0,-0.999999761581421,-0.000663394923321903,-0,-0.999999940395355,-0.00049567106179893,-0.00126870628446341,-0.999999165534973,-8.77976836198557e-013,-0.000986555009149015,-0.999999523162842,-2.22444610474548e-012,-0.000925731961615384,-0.999999642372131,6.14859552161562e-012,-0.00109155534300953,-0.999999403953552,-7.55383928151276e-013,0.999990105628967,-0.00446280743926764,8.35192093262549e-009,0.999989330768585,-0.00462901638820767,6.69506228234695e-009,0.999986946582794,-0.00511415582150221,0,0.999987900257111,-0.00491795735433698,0,0.9999840259552,-0.00467981304973364,0.00320080784149468,0.999982357025146,-0.0057271821424365,0.00162127939984202,0.999977111816406,-0.00677453121170402,4.17451410612557e-005,0.999982357025146,-0.0057271821424365,0.00162127939984202,0,-0.999998509883881,0.0017480228561908,0,-0.999998152256012,0.00190852885134518,0,-0.999997913837433,0.0020845397375524,0,-0.999997019767761,0.00243597873486578,0,-0.999998152256012,0.00192383944522589,0,-0.999998986721039,0.00142642727587372,-1,0,0.000102709796919953,-1,0,0.000100835779448971,-1,0,9.97157403617166e-005,-1,0,8.77132406458259e-005,0.0409458726644516,0.014291925355792,-0.99905914068222,
  1342. -0.0416387990117073,0.0760304927825928,-0.996235728263855,-0.0325379930436611,-0.123254805803299,-0.991841495037079,-0.000364643026841804,-0.00498828338459134,-0.999987483024597,0.0334451571106911,0.0918037593364716,-0.9952152967453,0.00124419981148094,-0.552642285823822,0.833417594432831,0.00150255323387682,-0.552643299102783,0.833416521549225,0.00176090630702674,-0.552644312381744,0.833415329456329,0.00150255323387682,-0.552643299102783,0.833416521549225,-0.99999463558197,0,0.00327593320980668,-0.99999862909317,0,0.00166378926951438,-1,0,5.01762333442457e-005,-0.999999642372131,0,0.000869189680088311,-1,0,5.01762333442457e-005,-1,0,8.77132406458259e-005,-1,0,9.97157403617166e-005,-0.999999642372131,0,0.000869189680088311,-0.0103423902764916,0.479964792728424,-0.877226829528809,-0.012686506845057,0.479910671710968,-0.877225577831268,-0.0150305554270744,0.479853987693787,-0.877219676971436,-0.012686506845057,0.479910671710968,-0.877225577831268,-5.82527081860462e-006,-0.470388203859329,-0.882459700107574,-2.91263540930231e-006,-0.470388203859329,-0.882459700107574,0,-0.470388203859329,-0.882459700107574,-2.91263540930231e-006,-0.470388203859329,-0.882459700107574,0.0139061519876122,0.999890923500061,-0.0049805324524641,-0.00590604264289141,0.999341309070587,-0.0358065590262413,-0.0105519071221352,0.99994295835495,-0.00166841957252473,-0.00618553208187222,0.99904191493988,0.0433253422379494,0.0141777116805315,0.99989926815033,-0.000794972118455917,0.336160600185394,0.938648521900177,-0.0770392864942551,-0.178271740674973,0.979056537151337,0.0983240455389023,-0.00590604264289141,0.999341309070587,-0.0358065590262413,0.0139061519876122,0.999890923500061,-0.0049805324524641,-0.178271740674973,0.979056537151337,0.0983240455389023,-0.635012984275818,0.772498190402985,-0.00226735859178007,-0.0105519071221352,0.99994295835495,-0.00166841957252473,-0.00590604264289141,0.999341309070587,-0.0358065590262413,-0.635012984275818,0.772498190402985,-0.00226735859178007,-0.175055414438248,0.979347586631775,-0.101163014769554,-0.00618553208187222,0.99904191493988,0.0433253422379494,
  1343. -0.0105519071221352,0.99994295835495,-0.00166841957252473,-0.175055414438248,0.979347586631775,-0.101163014769554,0.311742156744003,0.943785190582275,0.109937809407711,0.0141777116805315,0.99989926815033,-0.000794972118455917,-0.00618553208187222,0.99904191493988,0.0433253422379494,0.311742156744003,0.943785190582275,0.109937809407711,0.336160600185394,0.938648521900177,-0.0770392864942551,0.0139061519876122,0.999890923500061,-0.0049805324524641,0.0141777116805315,0.99989926815033,-0.000794972118455917,0.602661848068237,0.0650003701448441,-0.79534512758255,-0.536120235919952,-0.270318627357483,-0.799689412117004,-0.0416387990117073,0.0760304927825928,-0.996235728263855,0.0409458726644516,0.014291925355792,-0.99905914068222,-0.536120235919952,-0.270318627357483,-0.799689412117004,-0.684461772441864,0.155625388026237,-0.712244987487793,-0.0325379930436611,-0.123254805803299,-0.991841495037079,-0.0416387990117073,0.0760304927825928,-0.996235728263855,-0.684461772441864,0.155625388026237,-0.712244987487793,-0.0193551555275917,-0.000669190660119057,-0.999812483787537,-0.000364643026841804,-0.00498828338459134,-0.999987483024597,-0.0325379930436611,-0.123254805803299,-0.991841495037079,-0.0193551555275917,-0.000669190660119057,-0.999812483787537,0.679794013500214,-0.166032180190086,-0.714362323284149,0.0334451571106911,0.0918037593364716,-0.9952152967453,-0.000364643026841804,-0.00498828338459134,-0.999987483024597,0.679794013500214,-0.166032180190086,-0.714362323284149,0.602661848068237,0.0650003701448441,-0.79534512758255,0.0409458726644516,0.014291925355792,-0.99905914068222,0.0334451571106911,0.0918037593364716,-0.9952152967453
  1344. }
  1345. BinormalsW: *442 {
  1346. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1347. }
  1348. }
  1349. LayerElementTangent: 0 {
  1350. Version: 102
  1351. Name: "map1"
  1352. MappingInformationType: "ByPolygonVertex"
  1353. ReferenceInformationType: "Direct"
  1354. Tangents: *1326 {
  1355. a: 0.0386952757835388,0.894435882568359,-0.445518970489502,-0.0351983718574047,0.894038617610931,-0.446604996919632,0.0632636919617653,0.892720997333527,-0.446146786212921,0,0.930672943592072,-0.365852266550064,0,0.930672943592072,-0.365852266550064,0,0.930672943592072,-0.365852266550064,0,0.941858053207397,0.336010992527008,0,0.941858053207397,0.336010992527008,0,0.941858053207397,0.336010992527008,0,0.929703712463379,-0.368308335542679,0,0.929703712463379,-0.368308335542679,0,0.929703712463379,-0.368308335542679,0,0.931352198123932,0.364119559526443,0,0.931352198123932,0.364119559526443,0,0.931352198123932,0.364119559526443,-0.0351231172680855,0.892127156257629,0.450417041778564,-0.0737679079174995,0.890652358531952,0.448661029338837,0.0737670809030533,0.890707194805145,0.448552221059799,0.0737040936946869,0.894655406475067,0.440635204315186,0.0563879162073135,0.895158171653748,0.442167729139328,-0.035271693021059,0.895900964736938,0.442851454019547,-0.0407393798232079,0.99913090467453,0.00881594698876143,-0.0140389399603009,0.822931587696075,-0.567966997623444,0.0421125553548336,0.999107480049133,-0.0033159542363137,0.102549403905869,0.096728689968586,-0.990013718605042,-0.000556988408789039,0.822224676609039,-0.569162786006927,-0.0424402542412281,0.999062716960907,0.00851549860090017,-0.0474676750600338,-0.998709321022034,-0.0180694628506899,-0.0474676750600338,-0.998709321022034,-0.0180694628506899,-0.0544494427740574,-0.998348116874695,-0.0183393806219101,-0.0477522984147072,-0.998142123222351,-0.0378444567322731,-0.0462731122970581,-0.998222887516022,-0.0375507064163685,-0.0538108311593533,-0.99783843755722,-0.0377234518527985,0.0412620157003403,-0.998521745204926,-0.035381093621254,0.0474364720284939,-0.998266935348511,-0.034830167889595,0.0398656241595745,-0.998592376708984,-0.0349864140152931,0.0472880750894547,-0.998799443244934,-0.0127892410382628,0.0400629304349422,-0.999109983444214,-0.0132060972973704,0.0400629304349422,-0.999109983444214,-0.0132060972973704,0.999812602996826,-4.41445985635513e-018,0.0193591881543398,
  1356. 0.999812602996826,-4.41445985635513e-018,0.0193591881543398,0.999812602996826,-4.41445985635513e-018,0.0193591881543398,0.999990165233612,0,0.00445547653362155,0.999990165233612,0,0.00445547653362155,0.999990165233612,0,0.00445547653362155,-0.992979407310486,0.0042503559961915,-0.118211843073368,-0.998017132282257,-0.0262749269604683,0.057196743786335,-0.991011440753937,0.00549606280401349,0.133664265275002,-0.998002350330353,-0.0291480161249638,0.0560513772070408,-0.992962121963501,0.0072703380137682,-0.118209786713123,-0.988695323467255,0.0678779631853104,-0.13369408249855,-0.226704835891724,-0.972517549991608,-0.0530521422624588,-0.00786454882472754,-0.998797833919525,-0.0483845546841621,0.00199584709480405,-0.999105274677277,-0.0422453843057156,-0.00785014126449823,-0.996968269348145,-0.0774125456809998,-0.225533291697502,-0.97154426574707,-0.0723647773265839,-0.94987279176712,-0.280290216207504,-0.138488501310349,-0.00787151884287596,-0.999682664871216,-0.0239285808056593,-0.00642395950853825,-0.999510824680328,-0.0306114926934242,0.188502907752991,-0.981786012649536,-0.0237239915877581,0.18855008482933,-0.982031762599945,-0.00790528673678637,-0.00704346131533384,-0.999821186065674,-0.0175504889339209,0.434446692466736,-0.900694727897644,0.00225963280536234,0.045107077807188,0.998786091804504,-0.019791666418314,0.0472808182239532,0.998879790306091,-0.00192370463628322,0.0576169528067112,0.997424721717834,-0.0427111014723778,-0.035102553665638,0.999306917190552,-0.0123884761705995,-0.0369456820189953,0.999237418174744,-0.0126354936510324,-0.036111768335104,0.999342262744904,-0.0033456664532423,-0.0407393798232079,0.99913090467453,0.00881594698876143,-0.0140389399603009,0.822931587696075,-0.567966997623444,0.0421125553548336,0.999107480049133,-0.0033159542363137,0.102549403905869,0.096728689968586,-0.990013718605042,-0.000556988408789039,0.822224676609039,-0.569162786006927,-0.0424402542412281,0.999062716960907,0.00851549860090017,-0.0474334433674812,-0.998749852180481,-0.0157742109149694,-0.0474334433674812,-0.998749852180481,-0.0157742109149694,
  1357. -0.0545237362384796,-0.998383581638336,-0.0160427056252956,-0.0477650985121727,-0.998106062412262,-0.038765836507082,-0.0462497547268867,-0.9981889128685,-0.0384715460240841,-0.053779985755682,-0.997804760932922,-0.0386437885463238,0.0413599200546741,-0.998451292514801,-0.0372076518833637,0.0474477522075176,-0.9982008934021,-0.0366591513156891,0.0398918017745018,-0.998525559902191,-0.0368156656622887,0.0472866073250771,-0.998802065849304,-0.0125869158655405,0.0400519259274006,-0.999113082885742,-0.0130041884258389,0.0400519259274006,-0.999113082885742,-0.0130041884258389,0.999812602996826,-4.41445985635513e-018,0.0193591881543398,0.999812602996826,-4.41445985635513e-018,0.0193591881543398,0.999812602996826,-4.41445985635513e-018,0.0193591881543398,0.999990165233612,0,0.00445547653362155,0.999990165233612,0,0.00445547653362155,0.999990165233612,0,0.00445547653362155,-0.992979407310486,0.0042503559961915,-0.118211843073368,-0.998017132282257,-0.0262749269604683,0.057196743786335,-0.991011440753937,0.00549606280401349,0.133664265275002,-0.998002350330353,-0.0291473530232906,0.056051641702652,-0.992962121963501,0.00727033941075206,-0.118209786713123,-0.988695442676544,0.0678788349032402,-0.133693560957909,-0.228052794933319,-0.973222017288208,-0.0288240034133196,-0.00787148717790842,-0.999679028987885,-0.0240813083946705,0.000846628681756556,-0.999839067459106,-0.0179202649742365,-0.00783948507159948,-0.995614886283875,-0.0932175442576408,-0.224548861384392,-0.970518529415131,-0.0875877887010574,-0.945773184299469,-0.279080480337143,-0.166215047240257,-0.00787346810102463,-0.999930322170258,-0.00879525300115347,-0.00714041665196419,-0.999854326248169,-0.0155037213116884,0.188548818230629,-0.98202508687973,-0.00872052740305662,0.188523337244987,-0.98189240694046,-0.018608633428812,-0.00652613583952188,-0.999573647975922,-0.0284592919051647,0.434824764728546,-0.900471985340118,-0.00881078466773033,0.045107077807188,0.998786091804504,-0.019791666418314,0.0472808182239532,0.998879790306091,-0.00192370463628322,0.0576169528067112,0.997424721717834,-0.0427111014723778,
  1358. -0.0406311042606831,0.99908858537674,-0.0130887823179364,-0.0424726381897926,0.999023735523224,-0.012149590998888,-0.0415839366614819,0.999131500720978,-0.00264911516569555,-0.998881101608276,0.0392846614122391,0.0263336971402168,-0.999413788318634,0.0303432755172253,0.0158547665923834,-0.999394059181213,-0.0314769819378853,0.014856587164104,-0.996899545192719,-0.0512944050133228,0.0596670843660831,-0.996849775314331,0.0722092464566231,-0.0328085087239742,-0.99629020690918,-0.0313792191445827,-0.0801320523023605,-0.99734091758728,-0.00277292332611978,0.0728243142366409,-0.99395489692688,0.0497595109045506,-0.0978652462363243,-0.992565631866455,0.0956745371222496,-0.0752335339784622,-0.997891962528229,0.023048484697938,-0.0606664791703224,-0.996833801269531,0.0248796343803406,-0.0755206122994423,-0.996723115444183,0.0189173482358456,0.0786457657814026,-0.999176979064941,-0.0335314832627773,-0.0228266902267933,-0.999963998794556,-0.00843405723571777,-0.000938130135182291,-0.998480618000031,-0.0500178970396519,-0.0231226813048124,-0.997766554355621,-0.052336111664772,-0.0415072776377201,-0.996402859687805,0.0787042900919914,-0.0314163602888584,-0.995749890804291,-0.086495153605938,-0.0316346175968647,-0.97349888086319,0.0749521926045418,0.216060429811478,-0.978664696216583,-0.121783778071404,0.165481358766556,-0.977704286575317,0.20988005399704,-0.00670089386403561,-0.981418013572693,0.190620213747025,-0.0219697058200836,-0.964819252490997,-0.14029261469841,0.222355112433434,-0.939912676811218,0.0577896758913994,0.336488485336304,-0.994313895702362,-0.0635369122028351,0.0854584351181984,-0.990952968597412,0.0849947407841682,-0.103866010904312,-0.957547962665558,0.132665783166885,0.255933046340942,-0.962522447109222,0.230494603514671,0.1429083943367,0.0427950583398342,0.807851910591125,0.587829828262329,-0.999757826328278,-0.0211360324174166,0.0061286655254662,-0.666763365268707,0.608855545520782,-0.429792642593384,0.159880369901657,0.837849497795105,0.521964073181152,0.0442462451756001,0.848712205886841,0.527000844478607,
  1359. -0.995323657989502,0.0829256698489189,0.049539603292942,-0.996281802654266,-0.0411961227655411,0.07566799223423,-0.994021117687225,-0.0950945541262627,0.0536564327776432,-0.978450179100037,0.144992753863335,0.147011294960976,-0.993722319602966,-0.0303554907441139,0.107677966356277,-0.996180593967438,0.0815406143665314,0.0312315225601196,-0.996746897697449,-0.0756843537092209,-0.0277036745101213,-0.998812258243561,-0.0153809934854507,0.0462333299219608,-0.967536807060242,0.182026475667953,-0.175325155258179,-0.998609125614166,-0.00561923626810312,0.0524256750941277,-0.999968230724335,-0.00739264627918601,0.00298722181469202,-0.967650175094604,0.197967544198036,-0.156403243541718,-0.966563105583191,0.223719194531441,-0.125321686267853,-0.999948680400848,-0.00350560178048909,0.00950517598539591,0.0436450950801373,0.831519603729248,-0.553778171539307,0.187412902712822,0.833870530128479,-0.519169092178345,-0.823237001895905,0.502403080463409,0.264333009719849,0.0442060567438602,0.847549498081207,-0.528872072696686,0.999722898006439,-0.0225058160722256,0.00689912308007479,0.999219238758087,0.0345106348395348,-0.0192350074648857,0.998020946979523,-0.0566924586892128,0.0272055231034756,0.996650516986847,0.0674360245466232,0.0462635047733784,0.99814760684967,-0.00469531351700425,0.060657761991024,0.986290514469147,0.128552690148354,0.103466272354126,0.993690669536591,-0.0151296090334654,0.111130528151989,0.999678492546082,-0.025305824354291,-0.00157423748169094,0.998759090900421,0.0232166647911072,-0.0440621227025986,0.997749090194702,0.066999152302742,0.00280949496664107,0.996254563331604,0.0155649855732918,0.0850566402077675,0.991557955741882,-0.06326062977314,0.11318551003933,0.999654650688171,-0.0262788962572813,5.66038543183822e-005,0.998833417892456,0.0269633308053017,-0.0400621928274632,0.994700253009796,0.0869741439819336,-0.0548372678458691,0.995530128479004,0.0777551084756851,-0.053608775138855,0.999166667461395,-0.0397713892161846,-0.00917690526694059,0.998824834823608,0.0376246236264706,0.0305502954870462,0.999217748641968,-0.0337463840842247,-0.0206185430288315,
  1360. 0.980675399303436,-0.0214713774621487,-0.194460138678551,0.992792129516602,-0.0575175769627094,0.105145007371902,0.982761859893799,-0.120306402444839,0.140376389026642,0.987650871276855,0.00556366890668869,-0.156572103500366,0.996242702007294,-0.0578686073422432,0.0644338056445122,0.997935056686401,0.0203435011208057,0.0609258338809013,0.999595701694489,-0.0281767379492521,0.00381001969799399,0.9946408867836,0.0850874111056328,0.0587339177727699,0.0157459173351526,-0.999865770339966,-0.00453211925923824,0.0157459173351526,-0.999865770339966,-0.00453211925923824,0.0157459173351526,-0.999865770339966,-0.00453211925923824,0.0157459173351526,-0.999865770339966,-0.00453211925923824,0.0157459173351526,-0.999865770339966,-0.00453211925923824,0.0157459173351526,-0.999865770339966,-0.00453211925923824,0.0156678259372711,-0.994906961917877,0.0995725467801094,0.0156678259372711,-0.994906961917877,0.0995725467801094,0.0156678259372711,-0.994906961917877,0.0995725467801094,0.999966859817505,0.00813529919832945,-0.000389892142266035,0.997993230819702,0.0587935335934162,-0.0235136318951845,0.999210178852081,-0.0324159152805805,0.0229836609214544,0.995614647865295,0.0873621329665184,0.0334562063217163,0.998448550701141,0.0247420147061348,0.049883384257555,0.986720085144043,0.118705883622169,0.11087191849947,0.992334246635437,-0.0302751008421183,0.119816988706589,0.999927818775177,0.00459396652877331,-0.0111014451831579,0.997210383415222,0.0354220755398273,-0.0657018646597862,0.996606230735779,0.0802782997488976,-0.0182051975280046,0.996656894683838,0.0360222794115543,0.0733310654759407,0.989698767662048,-0.0749408453702927,0.121984660625458,1,0.000132186702103354,0.000269095355179161,0.997438788414001,0.058022852987051,-0.041825819760561,0.991992831230164,0.113639488816261,-0.0551022477447987,0.991845846176147,0.114775858819485,-0.0553921796381474,0.999957680702209,-0.00472864881157875,-0.00789187476038933,0.996883094310761,0.0723414570093155,0.0314779989421368,0.999767065048218,0.00235379114747047,-0.0214532930403948,0.980219900608063,0.0161404795944691,-0.197252243757248,
  1361. 0.993674993515015,-0.0195703152567148,0.110575966536999,0.985301375389099,-0.0858385190367699,0.147692203521729,0.986189484596252,0.0424258336424828,-0.160094991326332,0.997602701187134,-0.0305118281394243,0.0621133707463741,0.996126651763916,0.0569480322301388,0.0669969841837883,0.999999165534973,-0.00057520013069734,0.00117094221059233,0.991991877555847,0.112934812903404,0.056549746543169,0.0157458931207657,-0.999864220619202,-0.00486015900969505,0.0157458931207657,-0.999864220619202,-0.00486015900969505,0.0157458931207657,-0.999864220619202,-0.00486015900969505,0.0157458931207657,-0.999864220619202,-0.00486015900969505,0.0157458931207657,-0.999864220619202,-0.00486015900969505,0.0157458931207657,-0.999864220619202,-0.00486015900969505,0.0156695153564215,-0.995014190673828,0.0984958708286285,0.0156695153564215,-0.995014190673828,0.0984958708286285,0.0156695153564215,-0.995014190673828,0.0984958708286285,-0.984851062297821,0.0314525663852692,-0.170526564121246,-0.992881059646606,0.0516586638987064,-0.107324711978436,-0.995521247386932,-0.0227084700018168,0.0917699933052063,-0.995516121387482,-0.0183961298316717,0.0927862226963043,-0.992956519126892,0.0611972063779831,-0.101451709866524,-0.99098014831543,-0.0713554844260216,0.113431766629219,-0.9938685297966,0.110561959445477,-0.00118893710896373,-0.99098014831543,-0.0713554844260216,0.113431766629219,-0.992956519126892,0.0611972063779831,-0.101451709866524,-0.990813612937927,-0.0859729647636414,0.104388922452927,-0.993427276611328,0.112641744315624,-0.0203481670469046,-0.984278857707977,-0.16873961687088,-0.052173063158989,-0.984851062297821,0.031452901661396,-0.170526504516602,-0.992881178855896,0.0516595281660557,-0.107324197888374,-0.995521247386932,-0.0227080378681421,0.0917700976133347,-0.995516121387482,-0.0183954611420631,0.0927863791584969,-0.992956519126892,0.0611985437572002,-0.101450882852077,-0.99098014831543,-0.0713541433215141,0.113432593643665,-0.993868589401245,0.110561639070511,-0.00118597887922078,-0.99098014831543,-0.0713541433215141,0.113432593643665,
  1362. -0.992956519126892,0.0611985437572002,-0.101450882852077,-0.990813612937927,-0.0859729647636414,0.104388922452927,-0.993427276611328,0.112641744315624,-0.0203481670469046,-0.984278857707977,-0.16873961687088,-0.052173063158989,-0.997223138809204,-0.0396620631217957,-0.0630329474806786,-0.997471570968628,0.020345376804471,-0.0680920109152794,-0.997359752655029,-0.0698286890983582,0.0199381876736879,-0.99443244934082,-0.0437430031597614,-0.0958680585026741,-0.99134624004364,-0.129684492945671,-0.0203665774315596,-0.992428719997406,-0.0804117396473885,-0.0928405821323395,-0.995756447315216,-0.0918847098946571,0.00512729212641716,-0.997779726982117,-0.0264831241220236,-0.0611081756651402,-0.997223138809204,-0.0438292920589447,-0.0602098554372787,-0.999968349933624,0.00612297095358372,-0.00510065071284771,-0.998430967330933,-0.0376088619232178,0.041489489376545,-0.998023211956024,-0.0543242134153843,0.0315995700657368,0.0161857716739178,-0.00698796892538667,0.999844610691071,-0.016144311055541,-0.00632847938686609,0.999849736690521,-0.0151808606460691,-0.00896502193063498,0.999844670295715,-0.0154128475114703,0.00528785958886147,0.999867260456085,0.0153417307883501,0.00641549052670598,0.999861836433411,0.0080395583063364,0.00421300437301397,0.99995881319046,-7.00591481290758e-005,0.00148292246740311,-0.999998927116394,-0.0235615018755198,0.00137069285847247,-0.999721467494965,-0.0314804166555405,-8.56694782669365e-007,-0.999504387378693,-0.024028392508626,-0.0105276852846146,-0.999655842781067,0.000476559100206941,-0.0100871622562408,-0.999949038028717,0.00709868269041181,-0.0122958198189735,-0.999899208545685,0.998808801174164,0.0342499129474163,0.0347554869949818,0.997980535030365,-0.0108484197407961,0.0625889673829079,0.997983276844025,-0.00127332634292543,-0.0634650737047195,0.998875916004181,0.0392661802470684,0.0265531502664089,0.997999012470245,0.00217686383984983,-0.0631922483444214,0.999227821826935,-0.0392724610865116,-0.00121947866864502,0.999228239059448,-0.0392143987119198,-0.00227320869453251,0.999967932701111,0.00698954798281193,-0.00393224647268653,
  1363. 0.998876988887787,0.0395596101880074,0.0260730925947428,0.9999680519104,0.00703463703393936,-0.00380028015933931,0.999228298664093,-0.0392067842185497,-0.00241137132979929,0.999226689338684,-0.0375341214239597,0.0117152016609907,0.999968111515045,0.0078769288957119,-0.00133503717370331,0.999226808547974,-0.0366811640560627,0.0141522353515029,0.999706566333771,0.0175692699849606,0.0166779868304729,0.999718546867371,-0.0236467719078064,-0.00196861103177071,0.999965727329254,0.00664822570979595,-0.00493118399754167,0.999706864356995,0.0175978448241949,0.016630083322525,1,4.73428917757701e-006,0.000100206110801082,0.999718546867371,-0.0236467719078064,-0.00196861103177071,0.999706864356995,0.0175978448241949,0.016630083322525,0.999660491943359,-0.0251746382564306,0.006720379460603,0.999958515167236,0.000429819483542815,0.00909784249961376,0.99884694814682,-0.0466544330120087,0.0113283339887857,-0.999987721443176,0.00495274132117629,0,-0.999987959861755,0.00491136126220226,0,-0.999987900257111,0.004917255602777,0,-0.999988615512848,0.00477445498108864,0,0.999999701976776,-0.000895672070328146,-0,0.999999642372131,-0.000954812159761786,-0,0.999999642372131,-0.000927576154936105,-6.64187282950479e-009,0.999999642372131,-0.000929208123125136,-8.48561843014295e-009,0.998466551303864,-0.0260401666164398,0.0488517321646214,0.99961656332016,-0.0130247203633189,0.0244345646351576,1,7.14700092885323e-007,-1.3407877759164e-006,0.99961656332016,-0.0130247203633189,0.0244345646351576,-0.999988615512848,0.00477445498108864,0,-0.999989867210388,0.00449789129197598,-6.69506583506063e-009,-0.999986112117767,0.00527291046455503,0,-0.9999880194664,0.00490814633667469,0,-0.999989867210388,0.00449789129197598,-6.69506583506063e-009,-0.9999880194664,0.00490153906866908,-8.35190405723552e-009,-0.999991774559021,0.00406575854867697,-3.78702651460117e-008,-0.999995708465576,0.00293306913226843,-3.78704108072725e-008,0.999999523162842,-0.000986353494226933,2.25476015636161e-009,0.999999642372131,-0.000884798355400562,2.81649636946213e-009,0.999999642372131,-0.000929208123125136,-8.48561843014295e-009,
  1364. 0.999999642372131,-0.000927576154936105,-6.64187282950479e-009,-0.0484548471868038,0.45973801612854,0.886731684207916,-0.00542415538802743,0.460406213998795,0.887691855430603,0.0376165881752968,0.460221141576767,0.887007057666779,-0.00542415538802743,0.460406213998795,0.887691855430603,0.999999642372131,-0.000884798355400562,2.81649636946213e-009,0.999999523162842,-0.000986353494226933,2.25476015636161e-009,0.999999642372131,-0.000878684455528855,5.12891276116534e-008,0.999999582767487,-0.000898709695320576,5.12891169535123e-008,0,-0.000145450350828469,1,0,-0.0006365398876369,0.999999821186066,0,-0.00110733299516141,0.999999403953552,0,-0.000807090196758509,0.999999701976776,0,-0.000657101394608617,0.99999988079071,0,-0.000486462668050081,0.999999940395355,0.999999225139618,-0.00126840255688876,6.92024770820865e-010,0.999999523162842,-0.000986353494226933,2.25476015636161e-009,0.999999642372131,-0.000927576154936105,-6.64187282950479e-009,0.999999403953552,-0.00109146488830447,6.92024881843167e-010,-0.9999880194664,0.00490153906866908,-8.35190405723552e-009,-0.999989867210388,0.00449789129197598,-6.69506583506063e-009,-0.999988615512848,0.00477445498108864,0,-0.999987900257111,0.004917255602777,0,-0.999981462955475,0.00595948472619057,-0.00127094052731991,-0.999980807304382,0.0061208656989038,-0.00102755997795612,-0.999979972839355,0.00628224480897188,-0.000784179195761681,-0.999980807304382,0.0061208656989038,-0.00102755997795612,0,-0.00174951064400375,-0.999998509883881,0,-0.00190896319691092,-0.999998271465302,0,-0.00208706222474575,-0.999997913837433,0,-0.00244266260415316,-0.999997019767761,0,-0.00192741048522294,-0.999998152256012,0,-0.00143000797834247,-0.999998986721039,0.999998986721039,0,0.00149321311619133,1,0,-0.000105301347502973,0.999984622001648,0,-0.00554818660020828,1,0,2.57453866652213e-005,-0.0410691425204277,-0.00539083499461412,0.999141812324524,0.0406501814723015,0.00622963160276413,0.999153971672058,0.0318657234311104,-0.0707231685519218,0.996986925601959,0.000298988132271916,-0.00193965120706707,0.999998092651367,
  1365. -0.0328801572322845,0.0546624138951302,0.997963428497314,0.999983251094818,-0.00403744401410222,-0.00416957121342421,0.999982833862305,-0.00389445503242314,-0.00438520638272166,0.999982476234436,-0.00375146605074406,-0.00460084155201912,0.999982833862305,-0.00389445503242314,-0.00438520638272166,0.999621570110321,0,-0.0275092739611864,0.999881863594055,0,-0.0153741091489792,0.999994814395905,0,0.00323475687764585,0.999971091747284,0,-0.00760877598077059,0.999994814395905,0,0.00323475687764585,1,0,2.57453866652213e-005,0.999984622001648,0,-0.00554818660020828,0.999971091747284,0,-0.00760877598077059,-0.03807133436203,-0.480491548776627,0.876172602176666,0.00451029976829886,-0.480087876319885,0.877208769321442,0.0470837503671646,-0.478813141584396,0.876653373241425,0.00451029976829886,-0.480087876319885,0.877208769321442,1,-7.14700092885323e-007,-1.3407947108135e-006,1,-7.14700092885323e-007,-1.3407947108135e-006,1,-7.14700092885323e-007,-1.3407947108135e-006,1,-7.14700092885323e-007,-1.3407947108135e-006,-0.0470077767968178,-0.00432666251435876,-0.998885095119476,-0.0371447801589966,-0.0359984189271927,-0.99866133928299,1.75937711901497e-005,-0.00166721676941961,-0.999998569488525,0.0370991490781307,0.0435365214943886,-0.99836277961731,0.046926636248827,-0.0014606611803174,-0.998897254467011,-0.584555149078369,0.14380519092083,-0.798508167266846,-0.747481226921082,-0.0697635039687157,-0.660609483718872,-0.0371447801589966,-0.0359984189271927,-0.99866133928299,-0.0470077767968178,-0.00432666251435876,-0.998885095119476,-0.747481226921082,-0.0697635039687157,-0.660609483718872,0.00143952120561153,-0.00175169028807431,-0.999997496604919,1.75937711901497e-005,-0.00166721676941961,-0.999998569488525,-0.0371447801589966,-0.0359984189271927,-0.99866133928299,0.00143952120561153,-0.00175169028807431,-0.999997496604919,0.748241543769836,0.0655513927340508,-0.660179972648621,0.0370991490781307,0.0435365214943886,-0.99836277961731,1.75937711901497e-005,-0.00166721676941961,-0.999998569488525,0.748241543769836,0.0655513927340508,-0.660179972648621,
  1366. 0.597929120063782,-0.104948326945305,-0.794648826122284,0.046926636248827,-0.0014606611803174,-0.998897254467011,0.0370991490781307,0.0435365214943886,-0.99836277961731,0.597929120063782,-0.104948326945305,-0.794648826122284,-0.584555149078369,0.14380519092083,-0.798508167266846,-0.0470077767968178,-0.00432666251435876,-0.998885095119476,0.046926636248827,-0.0014606611803174,-0.998897254467011,-0.584895551204681,-0.131452739238739,0.800385773181915,0.577532351016998,0.150743126869202,0.802329659461975,0.0406501814723015,0.00622963160276413,0.999153971672058,-0.0410691425204277,-0.00539083499461412,0.999141812324524,0.577532351016998,0.150743126869202,0.802329659461975,0.699814021587372,-0.0764018073678017,0.71022754907608,0.0318657234311104,-0.0707231685519218,0.996986925601959,0.0406501814723015,0.00622963160276413,0.999153971672058,0.699814021587372,-0.0764018073678017,0.71022754907608,0.015165152028203,-0.00432344013825059,0.999875605106354,0.000298988132271916,-0.00193965120706707,0.999998092651367,0.0318657234311104,-0.0707231685519218,0.996986925601959,0.015165152028203,-0.00432344013825059,0.999875605106354,-0.697136223316193,0.0782693475484848,0.712653458118439,-0.0328801572322845,0.0546624138951302,0.997963428497314,0.000298988132271916,-0.00193965120706707,0.999998092651367,-0.697136223316193,0.0782693475484848,0.712653458118439,-0.584895551204681,-0.131452739238739,0.800385773181915,-0.0410691425204277,-0.00539083499461412,0.999141812324524,-0.0328801572322845,0.0546624138951302,0.997963428497314
  1367. }
  1368. TangentsW: *442 {
  1369. a: -1,-1,-1,1,1,1,-1,1,1,-1,-1,1,1,-1,1,-1,1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,1,1,1,1,1,1,-1,1,-1,1,-1,-1,-1,-1,-1,-1,1,-1,-1,1,-1,1,-1,-1,1,-1,-1,-1,1,1,-1,1,-1,-1,1,-1,-1,1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,-1,-1,-1,1,1,-1,-1,-1,1,-1,1,-1,1,-1,1,-1,-1,1,1,1,-1,1,1,1,1,1,1,1,-1,1,1,1,1,-1,1,1,-1,1,1,-1,-1,1,1,1,-1,1,-1,1,-1,1,-1,1,1,-1,-1,-1,1,1,1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,1,-1,-1,1,-1,-1,-1,1,-1,-1,1,1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,1,1,1,-1,1,1,1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,1,1,-1,-1,1,1,1,-1,-1,-1,-1,1,1,-1,1,1,1,1,-1,-1,1,-1,-1,-1,-1,-1,-1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  1370. }
  1371. }
  1372. LayerElementTangent: 1 {
  1373. Version: 102
  1374. Name: "uvSet"
  1375. MappingInformationType: "ByPolygonVertex"
  1376. ReferenceInformationType: "Direct"
  1377. Tangents: *1326 {
  1378. a: -0.0387603007256985,-0.89019787311554,0.453922271728516,0.0350311882793903,-0.889792144298553,0.455019533634186,-0.0629640892148018,-0.888493239879608,0.454549521207809,0,0.930669248104095,-0.36586195230484,0,0.930669248104095,-0.36586195230484,0,0.930669248104095,-0.36586195230484,0,-0.941790580749512,-0.336200177669525,0,-0.941790580749512,-0.336200177669525,0,-0.941790580749512,-0.336200177669525,0,0.929702460765839,-0.36831146478653,0,0.929702460765839,-0.36831146478653,0,0.929702460765839,-0.36831146478653,0,-0.930942893028259,-0.36516484618187,0,-0.930942893028259,-0.36516484618187,0,-0.930942893028259,-0.36516484618187,-0.035123236477375,0.892130196094513,0.450411260128021,-0.073767863214016,0.890655279159546,0.448655158281326,0.0737670361995697,0.890710175037384,0.448546350002289,0.0737038403749466,0.894670963287354,0.440603971481323,0.0563888847827911,0.8951735496521,0.442136466503143,-0.0352723002433777,0.895916402339935,0.442820131778717,0.983525991439819,0.0493846498429775,0.173890724778175,0.993707180023193,-0.0203104671090841,-0.110152304172516,0.995589077472687,0.0515477880835533,-0.0783928409218788,0.999637067317963,0.0248024128377438,-0.0105160539969802,0.990289509296417,0.0199307035654783,-0.137584358453751,0.978459775447845,0.111109584569931,0.173986658453941,-0.0140151660889387,0.0364250987768173,-0.999238193035126,-0.0140151660889387,0.0364250987768173,-0.999238193035126,0.0333411768078804,0.0341263599693775,-0.998861253261566,-0.0168533436954021,-0.0235354471951723,-0.999580919742584,0.0224084015935659,-0.0254019275307655,-0.999426126480103,0.0300337243825197,-0.026078786700964,-0.999208629131317,-0.0561547242105007,0.0291343200951815,0.997996926307678,-0.00934350490570068,0.031192610040307,0.999469697475433,-0.0169461257755756,0.030677355825901,0.99938577413559,-0.00667367316782475,-0.0253499541431665,0.99965637922287,-0.0539419911801815,-0.0273120775818825,0.998170495033264,-0.0539419911801815,-0.0273120775818825,0.998170495033264,0.999812602996826,-4.233266770356e-018,0.0193591881543398,
  1379. 0.999812602996826,-4.233266770356e-018,0.0193591881543398,0.999812602996826,-4.233266770356e-018,0.0193591881543398,0.999990165233612,0,0.00445547653362155,0.999990165233612,0,0.00445547653362155,0.999990165233612,0,0.00445547653362155,-0.0407263971865177,-0.999158680438995,-0.00484837917611003,-0.0592192076146603,-0.928761959075928,-0.36591574549675,-0.0279102306813002,-0.999541997909546,0.0116985403001308,0.0362074971199036,-0.927563190460205,-0.371907919645309,0.0439792238175869,-0.999018728733063,0.00523562449961901,0.134010374546051,-0.853891015052795,-0.502902925014496,0.226704835891724,0.972517549991608,0.0530521422624588,0.00786454882472754,0.998797833919525,0.0483845546841621,-0.00199584709480405,0.999105274677277,0.0422453843057156,0.00784947164356709,0.996883273124695,0.0784995183348656,0.225467294454575,0.971480965614319,0.0734115689992905,0.949614226818085,0.280213922262192,0.140403658151627,0.00787140522152185,0.999668300151825,0.0245263930410147,0.00639562355354428,0.999492466449738,0.0312081947922707,-0.188500225543976,0.981772065162659,0.0243166405707598,-0.188547879457474,0.982020258903503,0.00926891807466745,0.00697760004550219,0.999796271324158,0.0189404021948576,-0.434497833251953,0.900672495365143,-0.000849307980388403,0.996211647987366,-0.000807169999461621,-0.0869580507278442,0.992033898830414,0.00183238403405994,0.125958040356636,0.971608102321625,0.0126530164852738,0.236257538199425,0.992032766342163,0.00277277268469334,0.125950425863266,0.996210753917694,8.13795268186368e-005,-0.0869720801711082,0.992032647132874,0.000791401776950806,-0.125978723168373,0.0367975421249866,-0.999277472496033,-0.00951205473393202,0.010057901032269,-0.822738647460938,0.568331062793732,-0.0461169853806496,-0.998929560184479,0.00363126373849809,-0.095444992184639,-0.0966281071305275,0.990733683109283,0.00377814588136971,-0.822407305240631,0.568886637687683,0.0457626506686211,-0.998920857906342,-0.00792848784476519,-0.0140133248642087,0.0364635996520519,-0.999236822128296,-0.0140133248642087,0.0364635996520519,-0.999236822128296,
  1380. 0.0333432555198669,0.0341648124158382,-0.998859941959381,-0.0168542638421059,-0.0235550738871098,-0.999580442905426,0.0224074628204107,-0.0254215635359287,-0.999425649642944,0.0300326272845268,-0.026098420843482,-0.999208152294159,-0.0560812093317509,0.0271840803325176,0.998056173324585,-0.00925185531377792,0.0292427185922861,0.999529540538788,-0.0168702825903893,0.0287272166460752,0.999445021152496,-0.00657346192747355,-0.0274619106203318,0.999601244926453,-0.0538557171821594,-0.0294258650392294,0.998115062713623,-0.0538557171821594,-0.0294258650392294,0.998115062713623,0.999812602996826,-4.23328869064223e-018,0.0193591881543398,0.999812602996826,-4.23328869064223e-018,0.0193591881543398,0.999812602996826,-4.23328869064223e-018,0.0193591881543398,0.999990165233612,0,0.00445547653362155,0.999990165233612,0,0.00445547653362155,0.999990165233612,0,0.00445547653362155,-0.0521006882190704,-0.998622596263886,-0.00620246166363359,-0.0712750107049942,-0.928307771682739,-0.364917516708374,-0.039205577224493,-0.999143719673157,0.0132193546742201,0.0366162434220314,-0.927539825439453,-0.3719262778759,0.0443689934909344,-0.999001264572144,0.00528202578425407,0.134435027837753,-0.853874623775482,-0.502817392349243,0.228079050779343,0.973230481147766,0.0283266138285398,0.00787158124148846,0.999690890312195,0.0235823728144169,-0.00082304107490927,0.999848008155823,0.0174209922552109,0.00783889275044203,0.995539665222168,0.0940174758434296,0.224497601389885,0.970460534095764,0.0883583948016167,0.945546388626099,0.279013574123383,0.167611092329025,0.00787344202399254,0.999927043914795,0.00916326232254505,0.00712301395833492,0.999848783016205,0.0158711653202772,-0.18854820728302,0.982021927833557,0.0090853963047266,-0.188520789146423,0.981879115104675,0.0193209294229746,0.00649167830124497,0.999552965164185,0.0291851926594973,-0.434848099946976,0.900453329086304,0.00954755395650864,0.996211647987366,-0.000807169999461621,-0.0869580507278442,0.992033898830414,0.00183238403405994,0.125958040356636,0.971608102321625,0.0126530164852738,0.236257538199425,
  1381. 0.992032766342163,0.00277277268469334,0.125950425863266,0.996210753917694,8.13795268186368e-005,-0.0869720801711082,0.992032647132874,0.000791401776950806,-0.125978723168373,0.00220435881055892,0.487553060054779,-0.87309056520462,-0.0106575163081288,0.087301604449749,-0.996124923229218,0.0274643227458,0.000864992151036859,-0.999622523784637,0.443643689155579,0.872824609279633,0.203365996479988,-0.0143239898607135,0.488185077905655,-0.872622549533844,-0.0104757845401764,-0.000329961039824411,-0.999945163726807,0.151820629835129,-0.951239705085754,-0.268502354621887,0.313953459262848,-0.69585245847702,0.645927727222443,0.949353992938995,0.112543232738972,-0.29336154460907,-0.00776464724913239,-0.466112196445465,0.884691536426544,0.000858328014146537,-0.741699695587158,0.670731544494629,-0.186471119523048,-0.951758861541748,-0.243687406182289,-0.0198850557208061,-0.742101967334747,0.669991970062256,-0.0304563920944929,-0.466068595647812,0.884224236011505,-0.0337405018508434,-0.473590284585953,0.880098760128021,0.997736692428589,0.0519137494266033,0.0427376329898834,0.996366262435913,-0.0787102654576302,0.0325412973761559,0.995713412761688,0.0865007638931274,0.0327479094266891,0.973362684249878,-0.0749365985393524,-0.216678559780121,0.978531181812286,0.121991895139217,-0.166116550564766,0.977669537067413,-0.210045576095581,0.00656918156892061,0.981344640254974,-0.191034942865372,0.0216420385986567,0.964819014072418,0.140293017029762,-0.222356379032135,0.93996125459671,-0.057945191860199,-0.336326330900192,0.9943687915802,0.0632922425866127,-0.0849998891353607,0.990952968597412,-0.0849957689642906,0.103865221142769,0.957605242729187,-0.133029490709305,-0.255529552698135,0.962547183036804,-0.230083882808685,-0.143402561545372,-0.0427301339805126,-0.80607008934021,-0.590275466442108,0.99974662065506,0.0214726477861404,-0.00675738835707307,0.677721083164215,-0.604006767272949,0.419368535280228,-0.159890964627266,-0.835459113121033,-0.525778651237488,-0.0441636852920055,-0.846326291561127,-0.530830860137939,-0.995323657989502,0.0829256474971771,0.0495392791926861,
  1382. -0.996281743049622,-0.04119623452425,0.075667642056942,-0.99402117729187,-0.0950945541262627,0.0536561198532581,-0.97845071554184,0.14499107003212,0.147010251879692,-0.993722677230835,-0.0303564760833979,0.107675090432167,-0.996180653572083,0.0815403908491135,0.0312285404652357,-0.996746897697449,-0.0756843239068985,-0.0277036055922508,-0.998812317848206,-0.0153795285150409,0.0462342649698257,-0.967536807060242,0.18202717602253,-0.175324335694313,-0.998609066009521,-0.00561722088605165,0.0524269528687,-0.999968230724335,-0.00739131728187203,0.00298945070244372,-0.967650175094604,0.197969228029251,-0.156401216983795,-0.966562926769257,0.223721355199814,-0.125319048762321,-0.999948680400848,-0.00350369163788855,0.00950837880373001,0.0436454117298126,0.831528604030609,-0.553764641284943,0.187412917613983,0.833867490291595,-0.519173979759216,-0.823246121406555,0.50239509344101,0.264319807291031,0.0442059561610222,0.847546637058258,-0.528876900672913,-0.999722898006439,0.0225058160722256,-0.00689912308007479,-0.999219238758087,-0.0345106348395348,0.0192350074648857,-0.998020946979523,0.0566924586892128,-0.0272055231034756,-0.996635496616364,-0.0675296485424042,-0.0464504286646843,-0.998135685920715,0.00462816283106804,-0.0608600042760372,-0.986283779144287,-0.128606975078583,-0.103462941944599,-0.993689179420471,0.0152024300768971,-0.111133828759193,-0.999678730964661,0.0252986624836922,0.00155255605932325,-0.998758792877197,-0.0232073478400707,0.0440720617771149,-0.99774444103241,-0.0670653060078621,-0.00288053089752793,-0.996246635913849,-0.0156074063852429,-0.0851425752043724,-0.991561412811279,0.0632100999355316,-0.113183483481407,-0.999661147594452,0.0260246116667986,-0.000574600999243557,-0.998839139938354,-0.0273400712758303,0.0396598652005196,-0.994706690311432,-0.0872267112135887,0.0543152764439583,0.995530128479004,0.0777546837925911,-0.0536093823611736,0.999166667461395,-0.0397707484662533,-0.00917812716215849,0.998824954032898,0.0376252494752407,0.0305490642786026,0.999217748641968,-0.0337478257715702,-0.0206158105283976,
  1383. 0.980675876140594,-0.0214700847864151,-0.194458365440369,0.992791950702667,-0.0575193725526333,0.105146020650864,0.982762455940247,-0.120303891599178,0.14037498831749,0.987650752067566,0.00556308822706342,-0.156572923064232,0.996243059635162,-0.0578672140836716,0.064430944621563,0.997934937477112,0.0203436855226755,0.0609257221221924,0.999595701694489,-0.028176624327898,0.0038097866345197,0.9946408867836,0.0850875228643417,0.0587336830794811,0.0157459173351526,-0.999865770339966,-0.00453211925923824,0.0157459173351526,-0.999865770339966,-0.00453211925923824,0.0157459173351526,-0.999865770339966,-0.00453211925923824,0.0157459173351526,-0.999865770339966,-0.00453211925923824,0.0157459173351526,-0.999865770339966,-0.00453211925923824,0.0157459173351526,-0.999865770339966,-0.00453211925923824,0.0156678389757872,-0.994907736778259,0.0995657444000244,0.0156678389757872,-0.994907736778259,0.0995657444000244,0.0156678389757872,-0.994907736778259,0.0995657444000244,-0.999967753887177,-0.00800555199384689,0.000782399612944573,-0.997995436191559,-0.0586046874523163,0.0238883197307587,-0.999212443828583,0.0326078161597252,-0.022609980776906,-0.995654940605164,-0.0871012285351753,-0.0329333283007145,-0.99848085641861,-0.0245577003806829,-0.0493250228464603,-0.986740469932556,-0.118523642420769,-0.110884465277195,-0.992354810237885,0.0297109931707382,-0.119788095355034,-0.999926209449768,-0.00453867297619581,0.011268668808043,-0.997212946414948,-0.0354976654052734,0.0656221956014633,-0.996591329574585,-0.0805211812257767,0.0179468169808388,-0.996628642082214,-0.0361739136278629,-0.0736397504806519,-0.989714562892914,0.0747465789318085,-0.121975742280483,-1,3.69975859939586e-005,7.53155181882903e-005,-0.997442066669464,-0.0577716566622257,0.0420917943120003,-0.991992831230164,-0.113470859825611,0.0554486960172653,0.991845846176147,0.114775978028774,-0.0553920120000839,0.999957680702209,-0.00472883367910981,-0.00789152085781097,0.996883094310761,0.0723412781953812,0.0314783565700054,0.999767124652863,0.00235327612608671,-0.0214523077011108,
  1384. 0.980220019817352,0.0161409229040146,-0.197251617908478,0.99367493391037,-0.0195709876716137,0.110576346516609,0.985301554203033,-0.0858374908566475,0.147691637277603,0.986189424991608,0.0424256213009357,-0.160095304250717,0.997602701187134,-0.0305112674832344,0.0621122308075428,0.996126770973206,0.0569471567869186,0.0669974982738495,0.999999165534973,-0.000575734069570899,0.00117202906403691,0.991991877555847,0.112934283912182,0.0565508380532265,0.0157458931207657,-0.999864220619202,-0.00486015900969505,0.0157458931207657,-0.999864220619202,-0.00486015900969505,0.0157458931207657,-0.999864220619202,-0.00486015900969505,0.0157458931207657,-0.999864220619202,-0.00486015900969505,0.0157458931207657,-0.999864220619202,-0.00486015900969505,0.0157458931207657,-0.999864220619202,-0.00486015900969505,0.0156695432960987,-0.995015978813171,0.0984769836068153,0.0156695432960987,-0.995015978813171,0.0984769836068153,0.0156695432960987,-0.995015978813171,0.0984769836068153,0.984851062297821,-0.0314525663852692,0.170526564121246,0.992881059646606,-0.0516586638987064,0.107324711978436,0.995521247386932,0.0227084700018168,-0.0917699933052063,0.995516121387482,0.0183961298316717,-0.0927862226963043,0.992956519126892,-0.0611972063779831,0.101451709866524,0.99098014831543,0.0713554844260216,-0.113431766629219,0.9938685297966,-0.110561959445477,0.00118893710896373,0.99098014831543,0.0713554844260216,-0.113431766629219,0.992956519126892,-0.0611972063779831,0.101451709866524,0.990813612937927,0.0859729647636414,-0.104388922452927,0.993427276611328,-0.112641744315624,0.0203481670469046,0.984278857707977,0.16873961687088,0.052173063158989,0.984851062297821,-0.031452901661396,0.170526504516602,0.992881178855896,-0.0516595281660557,0.107324197888374,0.995521247386932,0.0227080378681421,-0.0917700976133347,0.995516121387482,0.0183954611420631,-0.0927863791584969,0.992956519126892,-0.0611985437572002,0.101450882852077,0.99098014831543,0.0713541433215141,-0.113432593643665,0.993868589401245,-0.110561639070511,0.00118597887922078,0.99098014831543,0.0713541433215141,-0.113432593643665,
  1385. 0.992956519126892,-0.0611985437572002,0.101450882852077,0.990813612937927,0.0859729647636414,-0.104388922452927,0.993427276611328,-0.112641744315624,0.0203481670469046,0.984278857707977,0.16873961687088,0.052173063158989,0.0116051472723484,-0.125601470470428,-0.992012917995453,0.0299680791795254,-0.047876562923193,-0.998403608798981,0.0595516934990883,-0.82873672246933,-0.556461215019226,0.0256123393774033,-0.125130981206894,-0.991809606552124,0.0939975902438164,-0.825462758541107,-0.556575000286102,0.0230279397219419,-0.745284557342529,-0.66634875535965,-0.0302693378180265,0.830736517906189,0.555842280387878,-0.00768605200573802,0.50293093919754,0.864292442798615,-0.00341647025197744,0.745272696018219,0.666751027107239,0.00564713031053543,0.502847194671631,0.864356875419617,-0.0141823822632432,0.831529974937439,0.555298805236816,0.0104394657537341,0.527696549892426,0.849368810653687,-0.0623290613293648,0.997534692287445,0.0322434045374393,0.0623547583818436,0.997579038143158,0.0307890456169844,-0.0632955133914948,0.99757444858551,0.0289668552577496,0.0628456100821495,0.998022317886353,0.00139323447365314,-0.0628478303551674,0.998022437095642,0.00125287973787636,0.0393395088613033,0.999225914478302,-1.1792376426456e-005,-0.0471765771508217,0.998570799827576,-0.0251184813678265,0.0387081801891327,0.998907029628754,-0.0261988285928965,-0.0479267500340939,0.998566806316376,-0.0238236822187901,0.0401919633150101,0.998495519161224,0.0373004004359245,-0.0471562631428242,0.998140871524811,0.0386142358183861,0.0625102147459984,0.997268378734589,0.039350338280201,0.0656745135784149,0.522978186607361,-0.849812150001526,-0.0101659838110209,0.997452914714813,0.070601187646389,0.00218213233165443,0.996874034404755,0.0789784342050552,0.121501505374908,0.522492647171021,-0.84394246339798,0.0515622533857822,0.995792329311371,0.0757573470473289,-0.00137809559237212,0.0550885610282421,-0.998480498790741,-0.00397484516724944,0.0551901645958424,-0.998468041419983,-0.00363670475780964,-0.323341071605682,-0.946275532245636,-0.0356866791844368,0.519673645496368,-0.853619337081909,
  1386. -0.0100399339571595,-0.323374688625336,-0.946217715740204,-0.0101430993527174,0.0554298646748066,-0.998411059379578,-0.0267990026623011,-0.329236805438995,-0.943867027759552,-0.00330061162821949,-0.323339074850082,-0.946277439594269,0.124596394598484,-0.332397103309631,-0.934873223304749,-0.0283043291419744,-0.512545764446259,0.858193278312683,0.151909545063972,-0.174859151244164,0.972804069519043,-0.0056727253831923,-0.323353350162506,-0.946261286735535,-0.0273309424519539,-0.512539863586426,0.858228385448456,0.00157761923037469,0.0471914000809193,0.998884618282318,-0.0025321280118078,-0.173276349902153,0.98487001657486,0.015883956104517,-0.511789202690125,0.858964323997498,0.00648840516805649,-0.173483267426491,0.984815537929535,0.010453431867063,0.0471888817846775,0.998831272125244,0.0127602489665151,0.0465861149132252,0.998832762241364,0.00494318036362529,0.999987781047821,0,0.00493054697290063,0.999987840652466,0,0.00491795735433698,0.999987900257111,0,0.00511415582150221,0.999986946582794,0,-0.999999701976776,0.000896599842235446,0,-0.999999642372131,0.000951851368881762,0,-0.999999642372131,0.000925731961615384,6.64187282950479e-009,-0.999999642372131,0.00092712912010029,8.48561843014295e-009,0.998466730117798,-0.0260393898934126,0.0488502718508244,0.999616622924805,-0.013023316860199,0.0244319308549166,1,2.74010631073907e-006,-5.14047951583052e-006,0.999616622924805,-0.013023316860199,0.0244319308549166,0.00511415582150221,0.999986946582794,0,0.00462901592254639,0.999989211559296,3.09918757324112e-011,0.00420570326969028,0.999991178512573,0,0.00537955341860652,0.999985575675964,0,0.00462901592254639,0.999989211559296,3.09918757324112e-011,0.00446280743926764,0.999990105628967,3.72733857667562e-011,0.00407384568825364,0.999991774559021,1.54278867459112e-010,0.0039155506528914,0.999992430210114,1.4828414884871e-010,-0.999999523162842,0.000986555009149015,-2.25476015636161e-009,-0.999999642372131,0.000884775654412806,-2.81649636946213e-009,-0.999999642372131,0.00092712912010029,8.48561843014295e-009,-0.999999642372131,0.000925731961615384,6.64187282950479e-009,
  1387. 0.999990224838257,0.0018751525785774,-0.00400868710130453,0.999993920326233,0.00300489156506956,-0.00183060998097062,0.999991416931152,0.00413461169227958,0.000347478809999302,0.999993920326233,0.0030048917979002,-0.00183061009738594,-0.999999642372131,0.000884775654412806,-2.81649636946213e-009,-0.999999523162842,0.000986555009149015,-2.25476015636161e-009,-0.999999642372131,0.000878841150552034,-5.12891276116534e-008,-0.999999582767487,0.000898308644536883,-5.12891169535123e-008,0,0.000160474679432809,-1,0,0.000644855026621372,-0.999999821186066,0,0.00111094675958157,-0.999999403953552,0,0.000812495010904968,-0.999999701976776,0,0.000663394981529564,-0.99999988079071,0,0.00049567106179893,-0.999999940395355,-0.999999284744263,0.00126870640087873,-6.92024826332016e-010,-0.999999523162842,0.000986555009149015,-2.25476015636161e-009,-0.999999642372131,0.000925731961615384,6.64187282950479e-009,-0.999999403953552,0.00109155534300953,-6.92024881843167e-010,0.00446280743926764,0.999990105628967,3.72733857667562e-011,0.00462901592254639,0.999989211559296,3.09918757324112e-011,0.00511415582150221,0.999986946582794,0,0.00491795735433698,0.999987900257111,0,-8.13724982435815e-005,0.552639186382294,0.833420634269714,0.00181382580194622,0.552629351615906,0.833425223827362,0.0037090175319463,0.552617490291595,0.833426773548126,0.00181382580194622,0.552629351615906,0.833425223827362,0,0.0017480228561908,0.999998509883881,0,0.00190852908417583,0.999998271465302,0,0.0020845397375524,0.999997913837433,-0,0.00243597873486578,0.999997019767761,-0,0.00192383944522589,0.999998152256012,-0,0.00142642727587372,0.999998986721039,0.000102709796919953,0,1,0.000100835779448971,0,1,9.97157403617166e-005,0,1,8.77132406458259e-005,0,1,-0.014022508636117,0.999807357788086,0.0137279238551855,-0.010304699651897,0.997014760971069,0.0765206441283226,0.000309167255181819,0.992365717887878,-0.12333008646965,0.00947512779384851,0.999942660331726,-0.00499151460826397,0.00141102226916701,0.995767056941986,0.0919020771980286,-0.999983251094818,0.00403719674795866,0.00416994374245405,
  1388. -0.999982833862305,0.00389441708102822,0.00438526319339871,-0.999982476234436,0.00375163764692843,0.00460058311000466,-0.999982833862305,0.00389441708102822,0.00438526319339871,0.00327593320980668,0,0.99999463558197,0.00166378926951438,0,0.99999862909317,5.01762333442457e-005,0,1,0.000869189680088311,0,0.999999642372131,5.01762333442457e-005,0,1,8.77132406458259e-005,0,1,9.97157403617166e-005,0,1,0.000869189680088311,0,0.999999642372131,0.999746561050415,0.022506095468998,0.000527075491845608,0.999719679355621,0.0236314311623573,-0.00152979430276901,0.999687075614929,0.0247566271573305,-0.00358665711246431,0.999719679355621,0.0236314311623573,-0.00152979430276901,1,-2.74013791567995e-006,-5.14056546307984e-006,1,-1.37006895783998e-006,-2.57028273153992e-006,1,0,0,1,-1.37006895783998e-006,-2.57028273153992e-006,-0.0470077060163021,-0.00432175491005182,-0.998885154724121,-0.0371447652578354,-0.0360017120838165,-0.9986612200737,1.76054672920145e-005,-0.00166832678951323,-0.999998688697815,0.0370992161333561,0.0435256101191044,-0.998363316059113,0.0469266511499882,-0.0014595550019294,-0.998897314071655,-0.584553360939026,0.143810242414474,-0.798508703708649,-0.747481524944305,-0.069762110710144,-0.660609364509583,-0.0371447652578354,-0.0360017120838165,-0.9986612200737,-0.0470077060163021,-0.00432175491005182,-0.998885154724121,-0.747481524944305,-0.069762110710144,-0.660609364509583,0.00143955810926855,-0.00175173825118691,-0.999997496604919,1.76054672920145e-005,-0.00166832678951323,-0.999998688697815,-0.0371447652578354,-0.0360017120838165,-0.9986612200737,0.00143955810926855,-0.00175173825118691,-0.999997496604919,0.748241424560547,0.0655517131090164,-0.660180032253265,0.0370992161333561,0.0435256101191044,-0.998363316059113,1.76054672920145e-005,-0.00166832678951323,-0.999998688697815,0.748241424560547,0.0655517131090164,-0.660180032253265,0.597932398319244,-0.104937992990017,-0.794647574424744,0.0469266511499882,-0.0014595550019294,-0.998897314071655,0.0370992161333561,0.0435256101191044,-0.998363316059113,0.597932398319244,-0.104937992990017,-0.794647574424744,
  1389. -0.584553360939026,0.143810242414474,-0.798508703708649,-0.0470077060163021,-0.00432175491005182,-0.998885154724121,0.0469266511499882,-0.0014595550019294,-0.998897314071655,-0.236948311328888,0.966302573680878,-0.100572295486927,-0.36183899641037,0.92948591709137,-0.0716129764914513,-0.010304699651897,0.997014760971069,0.0765206441283226,-0.014022508636117,0.999807357788086,0.0137279238551855,-0.36183899641037,0.92948591709137,-0.0716129764914513,0.217989102005959,0.975944042205811,0.00375779345631599,0.000309167255181819,0.992365717887878,-0.12333008646965,-0.010304699651897,0.997014760971069,0.0765206441283226,0.217989102005959,0.975944042205811,0.00375779345631599,0.642759799957275,0.765958249568939,-0.0129557177424431,0.00947512779384851,0.999942660331726,-0.00499151460826397,0.000309167255181819,0.992365717887878,-0.12333008646965,0.642759799957275,0.765958249568939,-0.0129557177424431,0.224457085132599,0.974398910999298,-0.0128744188696146,0.00141102226916701,0.995767056941986,0.0919020771980286,0.00947512779384851,0.999942660331726,-0.00499151460826397,0.224457085132599,0.974398910999298,-0.0128744188696146,-0.236948311328888,0.966302573680878,-0.100572295486927,-0.014022508636117,0.999807357788086,0.0137279238551855,0.00141102226916701,0.995767056941986,0.0919020771980286
  1390. }
  1391. TangentsW: *442 {
  1392. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1393. }
  1394. }
  1395. LayerElementUV: 0 {
  1396. Version: 101
  1397. Name: "map1"
  1398. MappingInformationType: "ByPolygonVertex"
  1399. ReferenceInformationType: "IndexToDirect"
  1400. UV: *494 {
  1401. a: 0.349365234375,4.982421875,0.324951171875,5.13671875,0.355224609375,5.15234375,0.32568359375,1.13916015625,0.34228515625,0.984207153320313,0.3544921875,1.157958984375,0.328125,2.97265625,0.32568359375,3.138671875,0.3544921875,3.15625,0.32568359375,0.1396484375,0.34228515625,-0.0146484375,0.3544921875,0.158203125,0.328369140625,1.9736328125,0.325927734375,2.138671875,0.3544921875,2.1572265625,0.324951171875,4.138671875,0.32470703125,4.021484375,0.355224609375,4.017578125,0.353271484375,4.158203125,2.263671875,-1.73046875,2.240234375,-1.669921875,2.265625,-1.6640625,2.234375,-1.72265625,2.26953125,-1.94140625,2.10546875,-1.9453125,2.267578125,-1.896484375,2.109375,-1.8203125,2.10546875,-0.8349609375,2.267578125,-0.884765625,2.109375,-0.958984375,2.26953125,-0.8388671875,0.1910400390625,7.171875,0.11700439453125,7.0390625,0.1893310546875,7.0390625,0.11688232421875,7.171875,2.98046875,-1.3515625,2.93359375,-1.37109375,2.931640625,-1.3515625,2.978515625,-1.37109375,2.095703125,-1.81640625,2.064453125,-1.962890625,2.060546875,-1.81640625,2.103515625,-1.9453125,2.060546875,-0.96484375,2.064453125,-0.8193359375,2.095703125,-0.962890625,2.099609375,-0.83203125,2.087890625,-1.669921875,2.087890625,-1.72265625,2.234375,-1.66796875,2.263671875,-0.73046875,2.240234375,-0.669921875,2.265625,-0.6640625,2.234375,-0.72265625,2.26953125,0.05810546875,2.10546875,0.0546875,2.267578125,0.103515625,2.109375,0.17919921875,2.10546875,1.1646728515625,2.267578125,1.11431884765625,2.109375,1.04022216796875,2.26953125,1.1607666015625,0.1910400390625,8.171875,0.11700439453125,8.0390625,0.1893310546875,8.0390625,0.11688232421875,8.171875,2.98046875,-0.3515625,2.93359375,-0.3720703125,2.931640625,-0.3515625,2.978515625,-0.3720703125,2.095703125,0.1826171875,2.064453125,0.03662109375,2.060546875,0.18359375,2.103515625,0.0546875,2.060546875,1.03445434570313,2.064453125,1.180419921875,2.095703125,1.03701782226563,2.099609375,1.1673583984375,2.087890625,-0.669921875,2.234375,-0.7236328125,2.087890625,-0.7236328125,2.234375,-0.6689453125,
  1402. 0.7744140625,4.185546875,0.77685546875,4.0625,0.381591796875,4.064453125,0.38330078125,4.203125,0.7705078125,4.21875,0.389404296875,4.369140625,0.775390625,4.3671875,0.374267578125,3.189453125,0.56298828125,3.0625,0.374267578125,3.060546875,0.5634765625,3.19921875,0.3740234375,3.228515625,0.55810546875,3.373046875,0.346435546875,3.34375,0.34619140625,3.21875,0.564453125,2.0810546875,0.37353515625,2.189453125,0.374267578125,2.0625,0.5634765625,2.2197265625,0.376708984375,2.2275390625,0.5576171875,2.3701171875,0.346435546875,2.3447265625,0.345458984375,2.2177734375,0.6689453125,3.185546875,0.7900390625,3.0625,0.66650390625,3.0625,0.79541015625,3.205078125,0.66650390625,3.220703125,0.79052734375,3.365234375,0.66796875,3.36328125,0.7958984375,2.2109375,0.66552734375,2.0634765625,0.7900390625,2.0625,0.6611328125,2.2021484375,0.79052734375,2.3662109375,0.66796875,2.36328125,0.72509765625,6.3046875,0.75146484375,6.40625,0.7001953125,6.3046875,0.73828125,6.2265625,0.759765625,6.23828125,0.6689453125,1.187255859375,0.7900390625,1.06292724609375,0.66650390625,1.06427001953125,0.79541015625,1.2064208984375,0.66650390625,1.2218017578125,0.79052734375,1.3662109375,0.66796875,1.36376953125,0.79638671875,0.21142578125,0.66552734375,0.064453125,0.7900390625,0.0634765625,0.66064453125,0.20263671875,0.79052734375,0.36669921875,0.66796875,0.36376953125,0.72509765625,5.3046875,0.7509765625,5.40625,0.7001953125,5.3046875,0.73828125,5.2265625,0.759765625,5.23828125,2.982421875,-1.37890625,2.978515625,-1.5234375,2.927734375,-1.37890625,2.93359375,-1.5234375,2.98046875,-1.556640625,2.931640625,-1.556640625,2.982421875,-0.3798828125,2.978515625,-0.5244140625,2.927734375,-0.3798828125,2.93359375,-0.5244140625,2.98046875,-0.5576171875,2.931640625,-0.5576171875,0.382568359375,5.08984375,0.7724609375,5.05859375,0.7744140625,5.20703125,0.38623046875,5.21875,0.38818359375,5.3671875,0.77587890625,5.36328125,1.5556640625,0.9129638671875,1.419921875,0.989921569824219,1.421875,0.91162109375,1.5546875,0.988021850585938,1.2373046875,0.989288330078125,
  1403. 1.3818359375,0.91424560546875,1.3798828125,0.990394592285156,1.2294921875,0.911376953125,1.23828125,0.076171875,1.23828125,0.01611328125,1.9833984375,0.0146484375,1.9794921875,0.07568359375,1.2412109375,0.185546875,1.9794921875,0.18408203125,1.9794921875,0.24365234375,1.23828125,0.24365234375,1.982421875,0.35546875,1.2373046875,0.35546875,-2.99111604690552,0.657569050788879,-2.99434089660645,0.00496596097946167,-2.8174409866333,0.00410431623458862,-2.81423187255859,0.656692743301392,-3.00027322769165,0.000886792491655797,-3.0008716583252,0.656798303127289,-3.17870283126831,0.656617999076843,-3.17810297012329,0.000727516307961196,-1.94725525379181,2.57844519615173,-1.95337295532227,2.68878436088562,-2.09955358505249,2.6887845993042,-2.09343600273132,2.57034039497375,-2.17662382125854,0.659583926200867,-2.17572975158691,0.872231304645538,-3.17912793159485,0.872373461723328,-2.17941188812256,0.000936210155487061,-1.99968004226685,2.02655792236328e-006,-1.99709987640381,0.660039842128754,-3.82003688812256,0.661855697631836,-3.8194637298584,0.000164393917657435,-2.81283950805664,1.01286995410919,-2.81282830238342,0.871256709098816,-2.48783731460571,2.39041376113892,-2.3704195022583,2.39684176445007,-2.36979246139526,2.56614136695862,-2.48780870437622,2.57087516784668,-4.00056838989258,0.655883312225342,-3.99999809265137,2.14576721191406e-006,-4.05696582794189,0.661710321903229,-3.93854093551636,0.724874794483185,-3.82017302513123,0.87592351436615,-3.93868398666382,0.954399347305298,-4.05709648132324,0.875767827033997,-2.17520570755005,1.01346969604492,-2.94193267822266,0.872826218605042,-3.06066584587097,0.951234221458435,-3.0602343082428,0.720126152038574,-2.94151997566223,0.657079994678497,-1.95483553409576,3.48493051528931,-1.95480895042419,3.22430038452148,-1.75591361522675,3.22463798522949,-1.75593888759613,3.4846339225769,-1.98995280265808,0.00860923528671265,-1.77245879173279,0.00863116979598999,-1.77176237106323,0.645896255970001,-1.87923622131348,0.70840710401535,-1.98677229881287,0.653017461299896,-3.82017683982849,
  1404. 1.01807999610901,-3.17837190628052,1.01487040519714,-0.877120018005371,3.23625898361206,-0.87791919708252,3.47874546051025,-1.05994057655334,3.47814559936523,-1.05992877483368,3.23124980926514,-2.25094890594482,2.39041376113892,-2.25101804733276,2.57096648216248,-1.95949053764343,2.80722856521606,-2.09343576431274,2.80722880363464,-0.770562648773193,0.0100287776440382,-0.772422552108765,0.645453274250031,-0.881905078887939,0.704804420471191,-0.991148233413696,0.644964396953583,-0.990231990814209,0.00956056918948889,-0.762497425079346,0.000515002873726189,-0.763921737670898,0.653261959552765,-0.881937980651855,0.715840339660645,-0.999679803848267,0.652748227119446,-0.998255729675293,5.96046447753906e-007,-1.76279258728027,5.96046447753906e-007,-1.7613685131073,0.652748227119446,-1.87909626960754,0.719227612018585
  1405. }
  1406. UVIndex: *442 {
  1407. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,17,18,15,19,20,21,22,20,19,23,24,25,24,26,25,27,28,29,28,27,30,31,32,33,31,34,32,35,36,37,36,35,38,39,40,41,40,39,42,43,44,45,45,44,46,47,22,48,22,47,49,50,51,52,53,51,50,54,55,56,55,57,56,58,59,60,59,58,61,62,63,64,62,65,63,66,67,68,67,66,69,70,71,72,71,70,73,74,75,76,76,75,77,78,79,80,79,78,81,82,83,84,85,82,84,85,86,82,87,86,85,86,87,88,89,90,91,90,89,92,92,89,93,94,92,93,93,95,94,93,96,95,97,98,99,100,98,97,98,100,101,100,102,101,101,102,103,104,101,103,105,106,107,106,105,108,108,105,109,109,110,108,110,109,111,112,113,114,113,112,115,115,112,116,115,116,117,118,119,120,121,118,120,118,121,122,123,124,125,124,123,126,126,123,127,127,128,126,128,127,129,130,131,132,131,130,133,133,130,134,133,134,135,136,137,138,139,136,138,136,139,140,141,142,143,143,142,144,145,144,142,144,145,146,147,148,149,149,148,150,151,150,148,150,151,152,153,154,155,153,155,156,155,157,156,157,155,158,159,160,161,160,159,162,163,164,165,164,163,166,167,168,169,167,169,170,170,171,167,171,170,172,171,172,173,174,171,173,175,174,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,180,189,190,198,189,192,193,194,195,196,184,183,199,200,201,202,196,195,203,204,205,206,195,207,208,209,207,195,183,191,192,189,180,179,198,190,210,197,211,212,191,183,213,214,215,216,217,218,219,220,221,222,223,224,207,191,225,226,227,228,229,228,218,217,229,201,200,230,231,187,186,232,233,234,235,236,237,238,239,240,235,234,240,241,236,235,241,242,237,236,242,243,238,237,243,239,234,238,193,244,220,219,244,245,221,220,245,246,222,221,246,194,223,222,194,193,219,223
  1408. }
  1409. }
  1410. LayerElementUV: 1 {
  1411. Version: 101
  1412. Name: "uvSet"
  1413. MappingInformationType: "ByPolygonVertex"
  1414. ReferenceInformationType: "IndexToDirect"
  1415. UV: *502 {
  1416. a: 0.170379027724266,0.899337530136108,0.180611535906792,0.963985860347748,0.167910411953926,0.970677971839905,0.403855323791504,0.964734852313995,0.410069942474365,0.906731247901917,0.414639443159103,0.971772015094757,0.253932565450668,0.899337530136108,0.254882514476776,0.962104082107544,0.24395877122879,0.968753576278687,0.440904557704926,0.964377462863922,0.447107017040253,0.906731247901917,0.451667666435242,0.971309661865234,0.216896817088127,0.899337530136108,0.217818215489388,0.962431132793427,0.206909582018852,0.969544172286987,0.583353042602539,0.958440184593201,0.583251595497131,0.909773468971252,0.595925092697144,0.908151149749756,0.59511399269104,0.966550767421722,0.620319485664368,0.44347819685936,0.565251708030701,0.464858680963516,0.559828341007233,0.441809684038162,0.613331735134125,0.470073461532593,0.11156303435564,0.607897996902466,0.114718161523342,0.743277192115784,0.0744501873850822,0.609475433826447,0.01171875,0.740046560764313,0.13453221321106,0.583936929702759,0.175696671009064,0.449769765138626,0.237105414271355,0.580624341964722,0.137722596526146,0.448174744844437,0.65579354763031,0.883791923522949,0.596629559993744,0.777657091617584,0.654427886009216,0.777657091617584,0.596532046794891,0.883791923522949,0.477953791618347,0.908151149749756,0.503563046455383,0.969469964504242,0.477953791618347,0.972322344779968,0.503563046455383,0.910766959190369,0.687648296356201,0.889829635620117,0.710744500160217,0.781748652458191,0.713593900203705,0.889829635620117,0.681899607181549,0.794746279716492,0.826660931110382,0.866247653961182,0.823678195476532,0.974859714508057,0.800382256507874,0.8676877617836,0.79745090007782,0.965345680713654,0.565251708030701,0.60357141494751,0.613331735134125,0.60357141494751,0.563478529453278,0.470073461532593,0.347433745861053,0.906731247901917,0.370472997426987,0.966532170772552,0.345356613397598,0.972449243068695,0.376327097415924,0.914537012577057,0.373080313205719,0.620388150215149,0.375935763120651,0.75573056936264,0.335656464099884,0.621966183185577,
  1417. 0.273208141326904,0.752499282360077,0.142560958862305,0.755740880966187,0.184132963418961,0.622036039829254,0.245255157351494,0.752594769001007,0.145856827497482,0.620388150215149,0.570425987243652,0.884190082550049,0.511261701583862,0.778055548667908,0.569060325622559,0.778055548667908,0.511164247989655,0.884190082550049,0.530602693557739,0.908151149749756,0.556901693344116,0.968032836914063,0.530602693557739,0.970460593700409,0.556901693344116,0.910693943500519,0.745341956615448,0.889623761177063,0.768523871898651,0.781748592853546,0.771344900131226,0.890360236167908,0.739700019359589,0.795118093490601,0.881919085979462,0.866247653961182,0.879034578800201,0.97538685798645,0.855754792690277,0.868153393268585,0.852767050266266,0.965600848197937,0.404701560735703,0.754987239837646,0.452524244785309,0.624532341957092,0.452524244785309,0.754987239837646,0.403855353593826,0.624532341957092,0.484314173460007,0.442785441875458,0.533722281455994,0.441809684038162,0.532902836799622,0.600571274757385,0.477250248193741,0.599908053874969,0.470967024564743,0.444424241781235,0.41063129901886,0.597371160984039,0.411372810602188,0.442473083734512,0.879139363765717,0.77089536190033,0.805727183818817,0.721544802188873,0.879139363765717,0.720679044723511,0.805546760559082,0.774646878242493,0.87924736738205,0.786082625389099,0.807639062404633,0.842286646366119,0.88996160030365,0.830851554870605,0.890069842338562,0.782222747802734,0.98828136920929,0.873047530651093,0.918314278125763,0.912773311138153,0.918582618236542,0.866247653961182,0.987923502922058,0.923867583274841,0.919477522373199,0.926730871200562,0.98577606678009,0.978982269763947,0.908383071422577,0.969677448272705,0.908025026321411,0.923151910305023,0.777898848056793,0.683454394340515,0.727815568447113,0.632556617259979,0.778894126415253,0.632556617259979,0.725598514080048,0.691552877426147,0.778894126415253,0.698022484779358,0.727634489536285,0.757787525653839,0.778305947780609,0.757018566131592,0.699442267417908,0.688929438591003,0.645518004894257,0.627936363220215,0.69701874256134,
  1418. 0.627532541751862,0.643700242042542,0.685294330120087,0.697220683097839,0.753154098987579,0.646527707576752,0.751942336559296,0.404882580041885,0.824508965015411,0.420008301734924,0.882770121097565,0.390597194433212,0.824508965015411,0.412445425987244,0.779691636562347,0.424770087003708,0.786414325237274,0.616399228572845,0.679274260997772,0.566015362739563,0.627532541751862,0.617395222187042,0.628120958805084,0.563751935958862,0.687196493148804,0.617395222187042,0.693624675273895,0.565788984298706,0.753696024417877,0.61680668592453,0.752654790878296,0.536561071872711,0.689284861087799,0.481941848993301,0.62794017791748,0.5339115858078,0.627532541751862,0.479903787374496,0.685616493225098,0.534115374088287,0.754094421863556,0.482960760593414,0.752871513366699,0.46516540646553,0.823776960372925,0.480014950037003,0.88205474615097,0.450876146554947,0.823776960372925,0.472730278968811,0.778948366641998,0.485058188438416,0.785672903060913,0.646425604820251,0.538327217102051,0.650088787078857,0.400253772735596,0.698649048805237,0.538327217102051,0.693201422691345,0.400253772735596,0.648303925991058,0.368411779403687,0.694986343383789,0.368411779403687,0.724755167961121,0.538599014282227,0.728425979614258,0.400227457284927,0.777092278003693,0.538599014282227,0.771255671977997,0.400227457284927,0.726543843746185,0.368411779403687,0.773420691490173,0.368411779403687,0.275496482849121,0.596427023410797,0.26321142911911,0.443152725696564,0.321564912796021,0.442385137081146,0.326171815395355,0.594987511634827,0.384525299072266,0.594219386577606,0.382989704608917,0.441809684038162,0.281661689281464,0.899863302707672,0.319125235080719,0.965943574905396,0.281008005142212,0.964992761611938,0.318200439214706,0.900338709354401,0.141167759895325,0.966106057167053,0.104946367442608,0.896343767642975,0.141701728105545,0.897286593914032,0.103561781346798,0.969876945018768,0.0457413531839848,0.42367359995842,0.0125287417322397,0.42367359995842,0.01171875,0.0116220321506262,0.0454713106155396,0.0137822423130274,0.10622588545084,0.422053456306458,
  1419. 0.105416007339954,0.0137822367250919,0.13835833966732,0.0137822367250919,0.13835833966732,0.423673689365387,0.200193181633949,0.0121620912104845,0.200193181633949,0.424213618040085,0.443057507276535,0.416785955429077,0.228044927120209,0.417848527431488,0.227761045098305,0.359565407037735,0.442768573760986,0.358508169651031,0.58715146780014,0.344161510467529,0.587347149848938,0.129731923341751,0.645483374595642,0.129790470004082,0.645287334918976,0.344213634729385,0.157195210456848,0.7828728556633,0.154801532626152,0.826042234897614,0.0976096987724304,0.826042592525482,0.100003004074097,0.779702007770538,0.443721145391464,0.148435845971107,0.513782024383545,0.148141264915466,0.513460874557495,0.358045667409897,0.226717188954353,0.14935439825058,0.226409658789635,0.0901382863521576,0.443871438503265,0.0892881825566292,0.855147540569305,0.128078147768974,0.854960143566132,0.344397664070129,0.01171875,0.980124711990356,0.0139922946691513,0.938597083091736,0.0738692134618759,0.938375473022461,0.0755434334278107,0.980114698410034,0.914166867733002,0.130030676722527,0.91398024559021,0.344450682401657,0.260748386383057,0.875376522541046,0.222037672996521,0.854728817939758,0.855192124843597,0.0580956786870956,0.222084581851959,0.779702007770538,0.260791063308716,0.805405676364899,0.364491164684296,0.805444598197937,0.560315608978271,0.147968605160713,0.560118198394775,0.35804945230484,0.287031710147858,0.805296778678894,0.325805723667145,0.779691696166992,0.325664788484573,0.855163156986237,0.286897122859955,0.875751972198486,0.98828136920929,0.696717917919159,0.908885359764099,0.696709752082825,0.908988237380981,0.636119842529297,0.988190710544586,0.636127710342407,0.229245275259018,0.0869334787130356,0.229252427816391,0.0152758853510022,0.439211517572403,0.0150464195758104,0.459806978702545,0.0504557639360428,0.441558003425598,0.0858855992555618,0.855193376541138,0.0116220414638519,0.64537513256073,0.0126714110374451,0.912528157234192,0.368411779403687,0.986397325992584,0.368654817342758,0.986214578151703,0.424104899168015,
  1420. 0.911002278327942,0.424101084470749,0.01171875,0.896343767642975,0.0755757093429565,0.896368026733398,0.152408495545387,0.872382640838623,0.100003004074097,0.872382640838623,0.880073428153992,0.371776551008224,0.879449307918549,0.584978699684143,0.842714965343475,0.604892611503601,0.80606085062027,0.584814727306366,0.806368291378021,0.371619343757629,0.882779479026794,0.368584364652634,0.88230162858963,0.587598741054535,0.842703998088837,0.608595490455627,0.803198337554932,0.587426364421844,0.803676009178162,0.368411779403687,0.226409152150154,0.0120911793783307,0.441469311714172,0.0116220321506262,0.46337217092514,0.0504096448421478,0.183345854282379,0.805354297161102,0.183301270008087,0.875328183174133,0.364352345466614,0.87590229511261,0.645622372627258,0.0592561885714531
  1421. }
  1422. UVIndex: *442 {
  1423. a: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,17,18,15,19,20,21,22,20,19,23,24,25,24,26,25,27,28,29,28,27,30,31,32,33,31,34,32,35,36,37,36,35,38,39,40,41,40,39,42,43,44,45,45,44,46,47,22,48,22,47,49,50,51,52,53,51,50,54,55,56,55,57,56,58,59,60,59,58,61,62,63,64,62,65,63,66,67,68,67,66,69,70,71,72,71,70,73,74,75,76,76,75,77,78,79,80,79,78,81,82,83,84,85,82,84,85,86,82,87,86,85,86,87,88,89,90,91,90,89,92,92,89,93,94,92,93,93,95,94,93,96,95,97,98,99,100,98,97,98,100,101,100,102,101,101,102,103,104,101,103,105,106,107,106,105,108,108,105,109,109,110,108,110,109,111,112,113,114,113,112,115,115,112,116,115,116,117,118,119,120,121,118,120,118,121,122,123,124,125,124,123,126,126,123,127,127,128,126,128,127,129,130,131,132,131,130,133,133,130,134,133,134,135,136,137,138,139,136,138,136,139,140,141,142,143,143,142,144,145,144,142,144,145,146,147,148,149,149,148,150,151,150,148,150,151,152,153,154,155,153,155,156,155,157,156,157,155,158,159,160,161,160,159,162,163,164,165,164,163,166,167,168,169,167,169,170,170,171,167,171,170,172,171,172,173,174,171,173,175,174,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,180,189,190,191,189,192,193,194,195,196,184,183,197,198,199,200,196,195,201,202,203,204,248,247,206,207,205,195,183,250,192,189,180,179,191,190,209,210,211,212,208,249,213,214,215,216,217,218,219,220,221,222,223,224,205,250,225,226,227,228,229,228,218,217,229,199,198,230,231,187,186,232,233,234,235,236,237,238,239,240,235,234,240,241,236,235,241,242,237,236,242,243,238,237,243,239,234,238,193,244,220,219,244,245,221,220,245,246,222,221,246,194,223,222,194,193,219,223
  1424. }
  1425. }
  1426. LayerElementSmoothing: 0 {
  1427. Version: 102
  1428. Name: ""
  1429. MappingInformationType: "ByEdge"
  1430. ReferenceInformationType: "Direct"
  1431. Smoothing: *221 {
  1432. a: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1433. }
  1434. }
  1435. LayerElementMaterial: 0 {
  1436. Version: 101
  1437. Name: ""
  1438. MappingInformationType: "AllSame"
  1439. ReferenceInformationType: "IndexToDirect"
  1440. Materials: *1 {
  1441. a: 0
  1442. }
  1443. }
  1444. Layer: 0 {
  1445. Version: 100
  1446. LayerElement: {
  1447. Type: "LayerElementNormal"
  1448. TypedIndex: 0
  1449. }
  1450. LayerElement: {
  1451. Type: "LayerElementBinormal"
  1452. TypedIndex: 0
  1453. }
  1454. LayerElement: {
  1455. Type: "LayerElementTangent"
  1456. TypedIndex: 0
  1457. }
  1458. LayerElement: {
  1459. Type: "LayerElementMaterial"
  1460. TypedIndex: 0
  1461. }
  1462. LayerElement: {
  1463. Type: "LayerElementSmoothing"
  1464. TypedIndex: 0
  1465. }
  1466. LayerElement: {
  1467. Type: "LayerElementUV"
  1468. TypedIndex: 0
  1469. }
  1470. }
  1471. Layer: 1 {
  1472. Version: 100
  1473. LayerElement: {
  1474. Type: "LayerElementBinormal"
  1475. TypedIndex: 1
  1476. }
  1477. LayerElement: {
  1478. Type: "LayerElementTangent"
  1479. TypedIndex: 1
  1480. }
  1481. LayerElement: {
  1482. Type: "LayerElementUV"
  1483. TypedIndex: 1
  1484. }
  1485. }
  1486. }
  1487. Geometry: 2267733683360, "Geometry::", "Mesh" {
  1488. Vertices: *30 {
  1489. a: -200,-216.59228515625,32.8893432617188,200,-216.59228515625,32.8893432617188,-200,86.142333984375,32.8893432617188,200,86.142333984375,32.8893432617188,-200,86.142333984375,-67.1106567382813,200,86.142333984375,-67.1106567382813,-200,-431.249389648438,-67.1106567382813,200,-431.249267578125,-67.1106567382813,-200,119.994873046875,-17.1106567382813,200,119.994873046875,-17.1106567382813
  1490. }
  1491. PolygonVertexIndex: *30 {
  1492. a: 0,1,3,-3,5,4,8,-10,4,5,7,-7,6,7,1,-1,1,7,5,9,-4,6,0,2,8,-5,9,8,2,-4
  1493. }
  1494. Edges: *15 {
  1495. a: 0,4,10,3,1,23,19,11,9,15,13,2,5,7,6
  1496. }
  1497. GeometryVersion: 124
  1498. LayerElementNormal: 0 {
  1499. Version: 102
  1500. Name: ""
  1501. MappingInformationType: "ByVertice"
  1502. ReferenceInformationType: "Direct"
  1503. Normals: *30 {
  1504. a: -0.329439282417297,-0.179171904921532,0.92702054977417,0.329439282417297,-0.179171919822693,0.927020609378815,-0.397011905908585,0.134861245751381,0.907851219177246,0.397011876106262,0.134861245751381,0.907851219177246,-0.256995558738709,0.0872990116477013,-0.962461471557617,0.256995588541031,0.0872990116477013,-0.962461471557617,-0.092527411878109,-0.312307864427567,-0.945464193820953,0.0925275608897209,-0.312307834625244,-0.945464134216309,-0.798416197299957,0.602105915546417,0,0.798416137695313,0.602106034755707,0
  1505. }
  1506. NormalsW: *10 {
  1507. a: 1,1,1,1,1,1,1,1,1,1
  1508. }
  1509. }
  1510. LayerElementBinormal: 0 {
  1511. Version: 102
  1512. Name: "map1"
  1513. MappingInformationType: "ByPolygonVertex"
  1514. ReferenceInformationType: "Direct"
  1515. Binormals: *90 {
  1516. a: -0.577311754226685,0.815134406089783,-0.047614898532629,0.429166615009308,0.902957320213318,0.0220062434673309,0,0.989145815372467,-0.146937549114227,0,0.989145815372467,-0.146937549114227,1.00582852269326e-007,-0.995911657810211,-0.0903330445289612,0,-0.995911657810211,-0.090333066880703,0,0,-1,0,0,-1,0,-0.995911657810211,-0.090333066880703,1.00582852269326e-007,-0.995911657810211,-0.0903330445289612,2.90572671701739e-007,-0.949537634849548,0.313653409481049,1.45286321640015e-007,-0.949537575244904,0.313653379678726,-2.88709998130798e-007,0.949537575244904,-0.313653349876404,-1.43423690701638e-007,0.949537634849548,-0.313653409481049,0,0.981829524040222,0.189765229821205,1.52736916447793e-007,-0.981829583644867,-0.189765185117722,0.429166615009308,0.902957320213318,0.0220062434673309,-0.991957485675812,0.0534495487809181,-0.114733189344406,0.762347042560577,-0.63039630651474,0.14638178050518,-0,0,-0,0.321640223264694,-0.946861982345581,7.45058148510225e-009,0.991957426071167,0.0534494258463383,-0.11473298817873,-0.577311754226685,0.815134406089783,-0.047614898532629,-0.321640223264694,-0.946861982345581,-7.45058148510225e-009,-0,-0,-0,-0.762347042560577,-0.63039630651474,0.146381765604019,0,0,-1,0,0,-1,0,0.989145815372467,-0.146937549114227,0,0.989145815372467,-0.146937549114227
  1517. }
  1518. BinormalsW: *30 {
  1519. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1520. }
  1521. }
  1522. LayerElementTangent: 0 {
  1523. Version: 102
  1524. Name: "map1"
  1525. MappingInformationType: "ByPolygonVertex"
  1526. ReferenceInformationType: "Direct"
  1527. Tangents: *90 {
  1528. a: 0.747115015983582,0.550866007804871,0.371975362300873,0.841002881526947,-0.390596568584442,-0.374364167451859,0.91781359910965,-0.0583359524607658,-0.392702639102936,0.91781347990036,0.0583359524607658,0.392702639102936,0.966412544250488,-0.0232150945812464,0.25594487786293,0.966412544250488,0.0232151951640844,-0.255944818258286,0.602105975151062,0.798416256904602,0,0.602106034755707,-0.798416137695313,-0,0.966412544250488,0.0232151951640844,-0.255944818258286,0.966412544250488,-0.0232150945812464,0.25594487786293,0.995710134506226,0.0290218573063612,0.0878582969307899,0.995710134506226,-0.0290213990956545,-0.0878583043813705,0.995710134506226,-0.0290212612599134,-0.0878583490848541,0.995710134506226,0.0290217194706202,0.0878583490848541,0.944176733493805,0.0625161230564117,-0.323453217744827,0.94417679309845,-0.0625159591436386,0.323453217744827,0.841002881526947,-0.390596568584442,-0.374364167451859,-0.0863666981458664,-0.948476135730743,0.304850488901138,-0.593953132629395,-0.771349012851715,-0.228561356663704,-0,-0,0,0.859609723091125,0.29200142621994,-0.419292628765106,-0.0863665342330933,0.948476135730743,-0.304850608110428,0.747115015983582,0.550866007804871,0.371975362300873,0.859609723091125,-0.29200142621994,0.419292598962784,0,-0,-0,-0.593953132629395,0.771349012851715,0.228561371564865,0.602106034755707,-0.798416137695313,-0,0.602105975151062,0.798416256904602,0,0.91781347990036,0.0583359524607658,0.392702639102936,0.91781359910965,-0.0583359524607658,-0.392702639102936
  1529. }
  1530. TangentsW: *30 {
  1531. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1532. }
  1533. }
  1534. LayerElementUV: 0 {
  1535. Version: 101
  1536. Name: "map1"
  1537. MappingInformationType: "ByPolygonVertex"
  1538. ReferenceInformationType: "IndexToDirect"
  1539. UV: *36 {
  1540. a: 0.375,0,0.625,0,0.625,0.25,0.375,0.25,0.625,0.5,0.375,0.5,0.375,0.375,0.625,0.375,0.625,0.75,0.375,0.75,0.625,1,0.375,1,0.875,0,0.875,0.25,0.75,0.25,0.125,0,0.25,0.25,0.125,0.25
  1541. }
  1542. UVIndex: *30 {
  1543. a: 0,1,2,3,4,5,6,7,5,4,8,9,9,8,10,11,1,12,13,14,2,15,0,3,16,17,7,6,3,2
  1544. }
  1545. }
  1546. LayerElementSmoothing: 0 {
  1547. Version: 102
  1548. Name: ""
  1549. MappingInformationType: "ByEdge"
  1550. ReferenceInformationType: "Direct"
  1551. Smoothing: *15 {
  1552. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1553. }
  1554. }
  1555. LayerElementMaterial: 0 {
  1556. Version: 101
  1557. Name: ""
  1558. MappingInformationType: "AllSame"
  1559. ReferenceInformationType: "IndexToDirect"
  1560. Materials: *1 {
  1561. a: 0
  1562. }
  1563. }
  1564. Layer: 0 {
  1565. Version: 100
  1566. LayerElement: {
  1567. Type: "LayerElementNormal"
  1568. TypedIndex: 0
  1569. }
  1570. LayerElement: {
  1571. Type: "LayerElementBinormal"
  1572. TypedIndex: 0
  1573. }
  1574. LayerElement: {
  1575. Type: "LayerElementTangent"
  1576. TypedIndex: 0
  1577. }
  1578. LayerElement: {
  1579. Type: "LayerElementMaterial"
  1580. TypedIndex: 0
  1581. }
  1582. LayerElement: {
  1583. Type: "LayerElementSmoothing"
  1584. TypedIndex: 0
  1585. }
  1586. LayerElement: {
  1587. Type: "LayerElementUV"
  1588. TypedIndex: 0
  1589. }
  1590. }
  1591. }
  1592. Geometry: 2267733703840, "Geometry::", "Mesh" {
  1593. Vertices: *30 {
  1594. a: -126.90234375,86.7911376953125,32.8893432617188,129.11328125,86.7911376953125,32.8893432617188,-126.90234375,177.042358398438,32.8893432617188,129.11328125,177.042358398438,32.8893432617188,-126.90234375,177.042358398438,-67.1106567382813,129.11328125,177.042358398438,-67.1106567382813,-126.90234375,86.7911376953125,-67.1106567382813,129.11328125,86.791015625,-67.1106567382813,-126.90234375,210.894897460938,-17.1106567382813,129.11328125,210.894897460938,-17.1106567382813
  1595. }
  1596. PolygonVertexIndex: *30 {
  1597. a: 0,1,3,-3,5,4,8,-10,4,5,7,-7,6,7,1,-1,1,7,5,9,-4,6,0,2,8,-5,9,8,2,-4
  1598. }
  1599. Edges: *15 {
  1600. a: 0,4,10,3,1,23,19,11,9,15,13,2,5,7,6
  1601. }
  1602. GeometryVersion: 124
  1603. LayerElementNormal: 0 {
  1604. Version: 102
  1605. Name: ""
  1606. MappingInformationType: "ByVertice"
  1607. ReferenceInformationType: "Direct"
  1608. Normals: *30 {
  1609. a: -0.296779692173004,-0.708919286727905,0.639808773994446,0.296779751777649,-0.708919286727905,0.639808773994446,-0.396141946315765,0.343126684427261,0.851666390895844,0.396142184734344,0.343126684427261,0.851666390895844,-0.396141827106476,0.343126565217972,-0.851666510105133,0.39614200592041,0.343126535415649,-0.851666390895844,-0.296779721975327,-0.708919405937195,-0.639808654785156,0.296779423952103,-0.708919644355774,-0.639808475971222,-0.461380422115326,0.887202382087708,0,0.461380630731583,0.887202322483063,0
  1610. }
  1611. NormalsW: *10 {
  1612. a: 1,1,1,1,1,1,1,1,1,1
  1613. }
  1614. }
  1615. LayerElementBinormal: 0 {
  1616. Version: 102
  1617. Name: "map1"
  1618. MappingInformationType: "ByPolygonVertex"
  1619. ReferenceInformationType: "Direct"
  1620. Binormals: *90 {
  1621. a: -0.750979781150818,0.587119698524475,0.302191734313965,0.375490009784698,0.70265781879425,0.60438346862793,-1.49011611938477e-008,0.927549958229065,-0.373699307441711,-1.49011611938477e-008,0.92754989862442,-0.373699307441711,-1.34110464955484e-007,-0.92755001783371,-0.373699218034744,1.49011611938477e-008,-0.927549958229065,-0.373699128627777,0,0,-1,0,0,-1,1.49011611938477e-008,-0.927549958229065,-0.373699128627777,-1.34110464955484e-007,-0.92755001783371,-0.373699218034744,-2.23517417907715e-007,-0.669994413852692,0.742366135120392,-2.08616256713867e-007,-0.669994533061981,0.742366015911102,-2.08616256713867e-007,-0.669994533061981,0.742366015911102,-2.23517417907715e-007,-0.669994413852692,0.742366135120392,0,0.66999477148056,0.742365837097168,1.49011597727622e-007,0.669994711875916,0.742365956306458,0.375490009784698,0.70265781879425,0.60438346862793,0.922430634498596,0.386163085699081,-2.23517446329424e-007,0.654716432094574,-0.755874693393707,1.49011629702045e-008,-0,0,-0,0.654715836048126,-0.755875110626221,4.47034778972011e-007,-0.922430455684662,0.386163294315338,-1.49011611938477e-008,-0.750979781150818,0.587119698524475,0.302191734313965,-0.654716551303864,-0.755874514579773,1.49011611938477e-008,-0,-0,-0,-0.654716610908508,-0.755874454975128,1.49011611938477e-008,0,0,-1,0,0,-1,-1.49011611938477e-008,0.92754989862442,-0.373699307441711,-1.49011611938477e-008,0.927549958229065,-0.373699307441711
  1622. }
  1623. BinormalsW: *30 {
  1624. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1625. }
  1626. }
  1627. LayerElementTangent: 0 {
  1628. Version: 102
  1629. Name: "map1"
  1630. MappingInformationType: "ByPolygonVertex"
  1631. ReferenceInformationType: "Direct"
  1632. Tangents: *90 {
  1633. a: 0.589873850345612,0.390799075365067,0.70662921667099,0.878025650978088,-0.0608730465173721,-0.474726676940918,0.918189167976379,-0.148038059473038,-0.367441684007645,0.918189287185669,0.148037970066071,0.367441415786743,0.918189227581024,-0.148038059473038,0.367441445589066,0.918189287185669,0.148037865757942,-0.367441326379776,0.887202441692352,0.461380422115326,0,0.887202262878418,-0.461380660533905,-0,0.918189287185669,0.148037865757942,-0.367441326379776,0.918189227581024,-0.148038059473038,0.367441445589066,0.954946041107178,0.220318853855133,0.198840722441673,0.954945921897888,-0.220319300889969,-0.198840647935867,0.954945921897888,-0.220319300889969,-0.198840647935867,0.954946041107178,0.220318853855133,0.198840722441673,0.954945981502533,0.220319151878357,-0.198840871453285,0.954946100711823,-0.220319241285324,0.198840737342834,0.878025650978088,-0.0608730465173721,-0.474726676940918,-0.247070536017418,0.590178787708282,-0.768534421920776,-0.643752992153168,-0.557599902153015,-0.524084329605103,-0,-0,0,0.643753707408905,0.557599365711212,-0.524084210395813,-0.247070625424385,-0.590178966522217,0.768534243106842,0.589873850345612,0.390799075365067,0.70662921667099,0.643752872943878,-0.557600080966949,0.524084329605103,0,-0,-0,-0.643752992153168,0.557600200176239,0.524084091186523,0.887202262878418,-0.461380660533905,-0,0.887202441692352,0.461380422115326,0,0.918189287185669,0.148037970066071,0.367441415786743,0.918189167976379,-0.148038059473038,-0.367441684007645
  1634. }
  1635. TangentsW: *30 {
  1636. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1637. }
  1638. }
  1639. LayerElementUV: 0 {
  1640. Version: 101
  1641. Name: "map1"
  1642. MappingInformationType: "ByPolygonVertex"
  1643. ReferenceInformationType: "IndexToDirect"
  1644. UV: *36 {
  1645. a: 0.375,0,0.625,0,0.625,0.25,0.375,0.25,0.625,0.5,0.375,0.5,0.375,0.375,0.625,0.375,0.625,0.75,0.375,0.75,0.625,1,0.375,1,0.875,0,0.875,0.25,0.75,0.25,0.125,0,0.25,0.25,0.125,0.25
  1646. }
  1647. UVIndex: *30 {
  1648. a: 0,1,2,3,4,5,6,7,5,4,8,9,9,8,10,11,1,12,13,14,2,15,0,3,16,17,7,6,3,2
  1649. }
  1650. }
  1651. LayerElementSmoothing: 0 {
  1652. Version: 102
  1653. Name: ""
  1654. MappingInformationType: "ByEdge"
  1655. ReferenceInformationType: "Direct"
  1656. Smoothing: *15 {
  1657. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1658. }
  1659. }
  1660. LayerElementMaterial: 0 {
  1661. Version: 101
  1662. Name: ""
  1663. MappingInformationType: "AllSame"
  1664. ReferenceInformationType: "IndexToDirect"
  1665. Materials: *1 {
  1666. a: 0
  1667. }
  1668. }
  1669. Layer: 0 {
  1670. Version: 100
  1671. LayerElement: {
  1672. Type: "LayerElementNormal"
  1673. TypedIndex: 0
  1674. }
  1675. LayerElement: {
  1676. Type: "LayerElementBinormal"
  1677. TypedIndex: 0
  1678. }
  1679. LayerElement: {
  1680. Type: "LayerElementTangent"
  1681. TypedIndex: 0
  1682. }
  1683. LayerElement: {
  1684. Type: "LayerElementMaterial"
  1685. TypedIndex: 0
  1686. }
  1687. LayerElement: {
  1688. Type: "LayerElementSmoothing"
  1689. TypedIndex: 0
  1690. }
  1691. LayerElement: {
  1692. Type: "LayerElementUV"
  1693. TypedIndex: 0
  1694. }
  1695. }
  1696. }
  1697. Model: 2268515695264, "Model::SM_Crenelation_Thick_Walls_02", "Null" {
  1698. Version: 232
  1699. Properties70: {
  1700. P: "RotationPivot", "Vector3D", "Vector", "",2.91038304567337e-011,0,2.8421709430404e-013
  1701. P: "ScalingPivot", "Vector3D", "Vector", "",2.91038304567337e-011,0,2.8421709430404e-013
  1702. P: "RotationActive", "bool", "", "",1
  1703. P: "InheritType", "enum", "", "",1
  1704. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1705. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1706. }
  1707. Shading: Y
  1708. Culling: "CullingOff"
  1709. }
  1710. Model: 2268515688304, "Model::LOD_Group_SM_Crenelation_Thick_Walls_02", "LodGroup" {
  1711. Version: 232
  1712. Properties70: {
  1713. P: "RotationPivot", "Vector3D", "Vector", "",2.91038304567337e-011,0,2.8421709430404e-013
  1714. P: "ScalingPivot", "Vector3D", "Vector", "",2.91038304567337e-011,0,2.8421709430404e-013
  1715. P: "RotationActive", "bool", "", "",1
  1716. P: "InheritType", "enum", "", "",1
  1717. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1718. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1719. }
  1720. Shading: Y
  1721. Culling: "CullingOff"
  1722. }
  1723. Model: 2268515690624, "Model::SM_Crenelation_Thick_Walls_02_LOD0", "Mesh" {
  1724. Version: 232
  1725. Properties70: {
  1726. P: "RotationPivot", "Vector3D", "Vector", "",2.91038304567337e-011,0,2.8421709430404e-013
  1727. P: "ScalingPivot", "Vector3D", "Vector", "",2.91038304567337e-011,0,2.8421709430404e-013
  1728. P: "RotationActive", "bool", "", "",1
  1729. P: "InheritType", "enum", "", "",1
  1730. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1731. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1732. P: "currentUVSet", "KString", "", "U", "map1"
  1733. }
  1734. Shading: T
  1735. Culling: "CullingOff"
  1736. }
  1737. Model: 2268515692944, "Model::SM_Crenelation_Thick_Walls_02_LOD1", "Mesh" {
  1738. Version: 232
  1739. Properties70: {
  1740. P: "RotationPivot", "Vector3D", "Vector", "",2.91038304567337e-011,0,2.8421709430404e-013
  1741. P: "ScalingPivot", "Vector3D", "Vector", "",2.91038304567337e-011,0,2.8421709430404e-013
  1742. P: "RotationActive", "bool", "", "",1
  1743. P: "InheritType", "enum", "", "",1
  1744. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1745. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1746. P: "currentUVSet", "KString", "", "U", "uvSet"
  1747. }
  1748. Shading: T
  1749. Culling: "CullingOff"
  1750. }
  1751. Model: 2268515697584, "Model::SM_Crenelation_Thick_Walls_02_LOD2", "Mesh" {
  1752. Version: 232
  1753. Properties70: {
  1754. P: "RotationPivot", "Vector3D", "Vector", "",2.91038304567337e-011,0,2.8421709430404e-013
  1755. P: "ScalingPivot", "Vector3D", "Vector", "",2.91038304567337e-011,0,2.8421709430404e-013
  1756. P: "RotationActive", "bool", "", "",1
  1757. P: "InheritType", "enum", "", "",1
  1758. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1759. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1760. P: "currentUVSet", "KString", "", "U", "uvSet"
  1761. }
  1762. Shading: T
  1763. Culling: "CullingOff"
  1764. }
  1765. Model: 2268515699904, "Model::UCX_SM_Crenelation_Thick_Walls_02_LOD0_02", "Mesh" {
  1766. Version: 232
  1767. Properties70: {
  1768. P: "RotationPivot", "Vector3D", "Vector", "",2.91038304567337e-011,0,2.8421709430404e-013
  1769. P: "ScalingPivot", "Vector3D", "Vector", "",2.91038304567337e-011,0,2.8421709430404e-013
  1770. P: "RotationActive", "bool", "", "",1
  1771. P: "InheritType", "enum", "", "",1
  1772. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1773. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1774. P: "currentUVSet", "KString", "", "U", "map1"
  1775. }
  1776. Shading: T
  1777. Culling: "CullingOff"
  1778. }
  1779. Model: 2268515704544, "Model::UCX_SM_Crenelation_Thick_Walls_02_LOD0_01", "Mesh" {
  1780. Version: 232
  1781. Properties70: {
  1782. P: "RotationPivot", "Vector3D", "Vector", "",2.91038304567337e-011,0,2.8421709430404e-013
  1783. P: "ScalingPivot", "Vector3D", "Vector", "",2.91038304567337e-011,0,2.8421709430404e-013
  1784. P: "RotationActive", "bool", "", "",1
  1785. P: "InheritType", "enum", "", "",1
  1786. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1787. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1788. P: "currentUVSet", "KString", "", "U", "map1"
  1789. }
  1790. Shading: T
  1791. Culling: "CullingOff"
  1792. }
  1793. Material: 2267949122528, "Material::MI_Wall_01", "" {
  1794. Version: 102
  1795. ShadingModel: "phong"
  1796. MultiLayer: 0
  1797. Properties70: {
  1798. P: "AmbientColor", "Color", "", "A",0,0,0
  1799. P: "DiffuseColor", "Color", "", "A",1,1,1
  1800. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  1801. P: "TransparencyFactor", "Number", "", "A",1
  1802. P: "SpecularColor", "Color", "", "A",0,0,0
  1803. P: "ReflectionFactor", "Number", "", "A",0.5
  1804. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  1805. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  1806. P: "Diffuse", "Vector3D", "Vector", "",0.800000011920929,0.800000011920929,0.800000011920929
  1807. P: "Specular", "Vector3D", "Vector", "",0,0,0
  1808. P: "Shininess", "double", "Number", "",20
  1809. P: "Opacity", "double", "Number", "",1
  1810. P: "Reflectivity", "double", "Number", "",0
  1811. }
  1812. }
  1813. Material: 2267949098048, "Material::MI_Battlement_01", "" {
  1814. Version: 102
  1815. ShadingModel: "phong"
  1816. MultiLayer: 0
  1817. Properties70: {
  1818. P: "AmbientColor", "Color", "", "A",0,0,0
  1819. P: "DiffuseColor", "Color", "", "A",1,1,1
  1820. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  1821. P: "TransparencyFactor", "Number", "", "A",1
  1822. P: "SpecularColor", "Color", "", "A",0,0,0
  1823. P: "ReflectionFactor", "Number", "", "A",0.5
  1824. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  1825. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  1826. P: "Diffuse", "Vector3D", "Vector", "",0.800000011920929,0.800000011920929,0.800000011920929
  1827. P: "Specular", "Vector3D", "Vector", "",0,0,0
  1828. P: "Shininess", "double", "Number", "",20
  1829. P: "Opacity", "double", "Number", "",1
  1830. P: "Reflectivity", "double", "Number", "",0
  1831. }
  1832. }
  1833. Material: 2267949127328, "Material::MI_Trim_01", "" {
  1834. Version: 102
  1835. ShadingModel: "phong"
  1836. MultiLayer: 0
  1837. Properties70: {
  1838. P: "AmbientColor", "Color", "", "A",0,0,0
  1839. P: "DiffuseColor", "Color", "", "A",1,1,1
  1840. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  1841. P: "TransparencyFactor", "Number", "", "A",1
  1842. P: "SpecularColor", "Color", "", "A",0,0,0
  1843. P: "ReflectionFactor", "Number", "", "A",0.5
  1844. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  1845. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  1846. P: "Diffuse", "Vector3D", "Vector", "",0.800000011920929,0.800000011920929,0.800000011920929
  1847. P: "Specular", "Vector3D", "Vector", "",0,0,0
  1848. P: "Shininess", "double", "Number", "",20
  1849. P: "Opacity", "double", "Number", "",1
  1850. P: "Reflectivity", "double", "Number", "",0
  1851. }
  1852. }
  1853. Material: 2267949120128, "Material::M_Collision_01", "" {
  1854. Version: 102
  1855. ShadingModel: "phong"
  1856. MultiLayer: 0
  1857. Properties70: {
  1858. P: "AmbientColor", "Color", "", "A",0,0,0
  1859. P: "DiffuseColor", "Color", "", "A",0.5,0.5,0.5
  1860. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  1861. P: "TransparencyFactor", "Number", "", "A",1
  1862. P: "SpecularColor", "Color", "", "A",0,0,0
  1863. P: "ReflectionFactor", "Number", "", "A",0.5
  1864. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  1865. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  1866. P: "Diffuse", "Vector3D", "Vector", "",0.400000005960464,0.400000005960464,0.400000005960464
  1867. P: "Specular", "Vector3D", "Vector", "",0,0,0
  1868. P: "Shininess", "double", "Number", "",20
  1869. P: "Opacity", "double", "Number", "",1
  1870. P: "Reflectivity", "double", "Number", "",0
  1871. }
  1872. }
  1873. Video: 2268161677552, "Video::file4", "Clip" {
  1874. Type: "Clip"
  1875. Properties70: {
  1876. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_BC.png"
  1877. }
  1878. UseMipMap: 0
  1879. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_BC.png"
  1880. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wall_01_BC.png"
  1881. }
  1882. Video: 2268161681552, "Video::file83", "Clip" {
  1883. Type: "Clip"
  1884. Properties70: {
  1885. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Battlement_01_BC.png"
  1886. }
  1887. UseMipMap: 0
  1888. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Battlement_01_BC.png"
  1889. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Battlement_01_BC.png"
  1890. }
  1891. Video: 2268161677952, "Video::file89", "Clip" {
  1892. Type: "Clip"
  1893. Properties70: {
  1894. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_01_BC.png"
  1895. }
  1896. UseMipMap: 0
  1897. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_01_BC.png"
  1898. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Trim_01_BC.png"
  1899. }
  1900. Video: 2268161678752, "Video::file24", "Clip" {
  1901. Type: "Clip"
  1902. Properties70: {
  1903. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_N.png"
  1904. }
  1905. UseMipMap: 0
  1906. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_N.png"
  1907. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wall_01_N.png"
  1908. }
  1909. Video: 2268161686352, "Video::file84", "Clip" {
  1910. Type: "Clip"
  1911. Properties70: {
  1912. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Battlement_01_N.png"
  1913. }
  1914. UseMipMap: 0
  1915. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Battlement_01_N.png"
  1916. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Battlement_01_N.png"
  1917. }
  1918. Video: 2268161719152, "Video::file90", "Clip" {
  1919. Type: "Clip"
  1920. Properties70: {
  1921. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_01_N.png"
  1922. }
  1923. UseMipMap: 0
  1924. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_01_N.png"
  1925. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Trim_01_N.png"
  1926. }
  1927. Texture: 2267949103808, "Texture::file4", "" {
  1928. Type: "TextureVideoClip"
  1929. Version: 202
  1930. TextureName: "Texture::file4"
  1931. Properties70: {
  1932. P: "CurrentTextureBlendMode", "enum", "", "",0
  1933. P: "UVSet", "KString", "", "", "map1"
  1934. P: "UseMaterial", "bool", "", "",1
  1935. }
  1936. Media: "Video::file4"
  1937. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_BC.png"
  1938. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wall_01_BC.png"
  1939. ModelUVTranslation: 0,0
  1940. ModelUVScaling: 1,1
  1941. Texture_Alpha_Source: "None"
  1942. Cropping: 0,0,0,0
  1943. }
  1944. Texture: 2267949118208, "Texture::file83", "" {
  1945. Type: "TextureVideoClip"
  1946. Version: 202
  1947. TextureName: "Texture::file83"
  1948. Properties70: {
  1949. P: "CurrentTextureBlendMode", "enum", "", "",0
  1950. P: "UVSet", "KString", "", "", "map1"
  1951. P: "UseMaterial", "bool", "", "",1
  1952. }
  1953. Media: "Video::file83"
  1954. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Battlement_01_BC.png"
  1955. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Battlement_01_BC.png"
  1956. ModelUVTranslation: 0,0
  1957. ModelUVScaling: 1,1
  1958. Texture_Alpha_Source: "None"
  1959. Cropping: 0,0,0,0
  1960. }
  1961. Texture: 2267949104288, "Texture::file89", "" {
  1962. Type: "TextureVideoClip"
  1963. Version: 202
  1964. TextureName: "Texture::file89"
  1965. Properties70: {
  1966. P: "CurrentTextureBlendMode", "enum", "", "",0
  1967. P: "UVSet", "KString", "", "", "map1"
  1968. P: "UseMaterial", "bool", "", "",1
  1969. }
  1970. Media: "Video::file89"
  1971. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_01_BC.png"
  1972. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Trim_01_BC.png"
  1973. ModelUVTranslation: 0,0
  1974. ModelUVScaling: 1,1
  1975. Texture_Alpha_Source: "None"
  1976. Cropping: 0,0,0,0
  1977. }
  1978. Texture: 2267949125408, "Texture::file24", "" {
  1979. Type: "TextureVideoClip"
  1980. Version: 202
  1981. TextureName: "Texture::file24"
  1982. Properties70: {
  1983. P: "CurrentTextureBlendMode", "enum", "", "",0
  1984. P: "UVSet", "KString", "", "", "map1"
  1985. P: "UseMaterial", "bool", "", "",1
  1986. }
  1987. Media: "Video::file24"
  1988. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_N.png"
  1989. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wall_01_N.png"
  1990. ModelUVTranslation: 0,0
  1991. ModelUVScaling: 1,1
  1992. Texture_Alpha_Source: "None"
  1993. Cropping: 0,0,0,0
  1994. }
  1995. Texture: 2267949115328, "Texture::file84", "" {
  1996. Type: "TextureVideoClip"
  1997. Version: 202
  1998. TextureName: "Texture::file84"
  1999. Properties70: {
  2000. P: "CurrentTextureBlendMode", "enum", "", "",0
  2001. P: "UVSet", "KString", "", "", "map1"
  2002. P: "UseMaterial", "bool", "", "",1
  2003. }
  2004. Media: "Video::file84"
  2005. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Battlement_01_N.png"
  2006. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Battlement_01_N.png"
  2007. ModelUVTranslation: 0,0
  2008. ModelUVScaling: 1,1
  2009. Texture_Alpha_Source: "None"
  2010. Cropping: 0,0,0,0
  2011. }
  2012. Texture: 2267949119168, "Texture::file90", "" {
  2013. Type: "TextureVideoClip"
  2014. Version: 202
  2015. TextureName: "Texture::file90"
  2016. Properties70: {
  2017. P: "CurrentTextureBlendMode", "enum", "", "",0
  2018. P: "UVSet", "KString", "", "", "map1"
  2019. P: "UseMaterial", "bool", "", "",1
  2020. }
  2021. Media: "Video::file90"
  2022. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_01_N.png"
  2023. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Trim_01_N.png"
  2024. ModelUVTranslation: 0,0
  2025. ModelUVScaling: 1,1
  2026. Texture_Alpha_Source: "None"
  2027. Cropping: 0,0,0,0
  2028. }
  2029. AnimationStack: 2268516866976, "AnimStack::Take 001", "" {
  2030. Properties70: {
  2031. P: "LocalStart", "KTime", "Time", "",1539538600
  2032. P: "LocalStop", "KTime", "Time", "",46186158000
  2033. P: "ReferenceStart", "KTime", "Time", "",1539538600
  2034. P: "ReferenceStop", "KTime", "Time", "",46186158000
  2035. }
  2036. }
  2037. AnimationLayer: 2266861101696, "AnimLayer::BaseLayer", "" {
  2038. }
  2039. }
  2040. ; Object connections
  2041. ;------------------------------------------------------------------
  2042. Connections: {
  2043. ;Model::SM_Crenelation_Thick_Walls_02, Model::RootNode
  2044. C: "OO",2268515695264,0
  2045. ;AnimLayer::BaseLayer, AnimStack::Take 001
  2046. C: "OO",2266861101696,2268516866976
  2047. ;NodeAttribute::, Model::SM_Crenelation_Thick_Walls_02
  2048. C: "OO",2266115324384,2268515695264
  2049. ;Model::LOD_Group_SM_Crenelation_Thick_Walls_02, Model::SM_Crenelation_Thick_Walls_02
  2050. C: "OO",2268515688304,2268515695264
  2051. ;Model::UCX_SM_Crenelation_Thick_Walls_02_LOD0_02, Model::SM_Crenelation_Thick_Walls_02
  2052. C: "OO",2268515699904,2268515695264
  2053. ;Model::UCX_SM_Crenelation_Thick_Walls_02_LOD0_01, Model::SM_Crenelation_Thick_Walls_02
  2054. C: "OO",2268515704544,2268515695264
  2055. ;NodeAttribute::, Model::LOD_Group_SM_Crenelation_Thick_Walls_02
  2056. C: "OO",2268254791280,2268515688304
  2057. ;Model::SM_Crenelation_Thick_Walls_02_LOD0, Model::LOD_Group_SM_Crenelation_Thick_Walls_02
  2058. C: "OO",2268515690624,2268515688304
  2059. ;Model::SM_Crenelation_Thick_Walls_02_LOD1, Model::LOD_Group_SM_Crenelation_Thick_Walls_02
  2060. C: "OO",2268515692944,2268515688304
  2061. ;Model::SM_Crenelation_Thick_Walls_02_LOD2, Model::LOD_Group_SM_Crenelation_Thick_Walls_02
  2062. C: "OO",2268515697584,2268515688304
  2063. ;Texture::file4, Material::MI_Wall_01
  2064. C: "OP",2267949103808,2267949122528, "DiffuseColor"
  2065. ;Texture::file24, Material::MI_Wall_01
  2066. C: "OP",2267949125408,2267949122528, "NormalMap"
  2067. ;Texture::file83, Material::MI_Battlement_01
  2068. C: "OP",2267949118208,2267949098048, "DiffuseColor"
  2069. ;Texture::file84, Material::MI_Battlement_01
  2070. C: "OP",2267949115328,2267949098048, "NormalMap"
  2071. ;Texture::file89, Material::MI_Trim_01
  2072. C: "OP",2267949104288,2267949127328, "DiffuseColor"
  2073. ;Texture::file90, Material::MI_Trim_01
  2074. C: "OP",2267949119168,2267949127328, "NormalMap"
  2075. ;Video::file4, Texture::file4
  2076. C: "OO",2268161677552,2267949103808
  2077. ;Video::file83, Texture::file83
  2078. C: "OO",2268161681552,2267949118208
  2079. ;Video::file89, Texture::file89
  2080. C: "OO",2268161677952,2267949104288
  2081. ;Video::file24, Texture::file24
  2082. C: "OO",2268161678752,2267949125408
  2083. ;Video::file84, Texture::file84
  2084. C: "OO",2268161686352,2267949115328
  2085. ;Video::file90, Texture::file90
  2086. C: "OO",2268161719152,2267949119168
  2087. ;Geometry::, Model::SM_Crenelation_Thick_Walls_02_LOD0
  2088. C: "OO",2267733682848,2268515690624
  2089. ;Material::MI_Wall_01, Model::SM_Crenelation_Thick_Walls_02_LOD0
  2090. C: "OO",2267949122528,2268515690624
  2091. ;Material::MI_Battlement_01, Model::SM_Crenelation_Thick_Walls_02_LOD0
  2092. C: "OO",2267949098048,2268515690624
  2093. ;Material::MI_Trim_01, Model::SM_Crenelation_Thick_Walls_02_LOD0
  2094. C: "OO",2267949127328,2268515690624
  2095. ;Geometry::, Model::SM_Crenelation_Thick_Walls_02_LOD1
  2096. C: "OO",2267733711520,2268515692944
  2097. ;Material::MI_Battlement_01, Model::SM_Crenelation_Thick_Walls_02_LOD1
  2098. C: "OO",2267949098048,2268515692944
  2099. ;Material::MI_Trim_01, Model::SM_Crenelation_Thick_Walls_02_LOD1
  2100. C: "OO",2267949127328,2268515692944
  2101. ;Material::MI_Wall_01, Model::SM_Crenelation_Thick_Walls_02_LOD1
  2102. C: "OO",2267949122528,2268515692944
  2103. ;Geometry::, Model::SM_Crenelation_Thick_Walls_02_LOD2
  2104. C: "OO",2267733708448,2268515697584
  2105. ;Material::MI_Wall_01, Model::SM_Crenelation_Thick_Walls_02_LOD2
  2106. C: "OO",2267949122528,2268515697584
  2107. ;Geometry::, Model::UCX_SM_Crenelation_Thick_Walls_02_LOD0_02
  2108. C: "OO",2267733683360,2268515699904
  2109. ;Material::M_Collision_01, Model::UCX_SM_Crenelation_Thick_Walls_02_LOD0_02
  2110. C: "OO",2267949120128,2268515699904
  2111. ;Geometry::, Model::UCX_SM_Crenelation_Thick_Walls_02_LOD0_01
  2112. C: "OO",2267733703840,2268515704544
  2113. ;Material::M_Collision_01, Model::UCX_SM_Crenelation_Thick_Walls_02_LOD0_01
  2114. C: "OO",2267949120128,2268515704544
  2115. }
  2116. ;Takes section
  2117. ;----------------------------------------------------
  2118. Takes: {
  2119. Current: "Take 001"
  2120. Take: "Take 001" {
  2121. FileName: "Take_001.tak"
  2122. LocalTime: 1539538600,46186158000
  2123. ReferenceTime: 1539538600,46186158000
  2124. }
  2125. }